/*!
Theme Name: universal_plumbers
Theme URI: http://geoklix.com/
Author: Arthur Yeranosyan
Author URI: http:/geoklix.com/
Description: Description
Version: 1.0.0
Text Domain: universal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/* Global */


html,
body {
    font-weight: normal;
    font-size: 16px;
    color: #555;  
    overflow-x: hidden;
    background-color: #fff;
    font-family:var(--primary-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

h1, h2, h3, h4, h5, h6{
    font-family: "Teko", sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

input:focus,
button:focus {
    box-shadow: none;
    outline: none;
}

:root {
    --primary-color: #008BF9;
    --red-color: #D01225;
   --primary-font: 'Inter', sans-serif;
}

.btn {
    color: #fff;
    font-weight:600;
    font-size: 18px;
    border-radius:30px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 26px;
    padding-top: 12px;
    text-transform: uppercase;
    background-color: var(--primary-color);
    border: 0;
    position: relative;
    font-family: "Teko", sans-serif;
    filter: drop-shadow(2px 2px #0374CE);
}

.btn.btn-icon {
    padding-left: 60px;
    text-align: left;
}

.btn span {
    width: 50px;
    height: 50px;
    line-height: 55px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    top: -5px;
    filter: drop-shadow(2px 2px #0374CE);
}

.btn.btn-red, 
.btn.btn-red span {
    background-color: var(--red-color);
    filter: drop-shadow(2px 2px #990B19);
}

.btn.btn-1:hover {
    background-color: var(--primary-color);
}

.btn:hover {
    color: #fff;
    background-color: #0D3368;
}

.buttons .btn {
    margin-bottom: 15px;
    margin-right: 5px;
    text-align: left;
	overflow:hidden;
}

.buttons a+span {
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
    text-transform: uppercase;
	vertical-align: super;
	display: inline-block;
}

.title {
    margin-bottom:20px;
}

.title h1, .single-content h1 {
    font-size: 45px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
	line-height:110%;
}
.single-content h1 {
    margin-bottom: 20px;
}
.title h3{
    font-size:28px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--red-color);
}

.title-center {
    text-align: center;
}

.title-center .title {
    max-width: 700px;
    display: inline-block;
}

.bg-color {
    background-color:#E5F2F6;
}

section {
    padding: 100px 0;
}

input, 
select, 
textarea {
    color: #333 !important;
    height: 55px;
    width: 100%;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    font-weight: 500;
    border: 1px solid #EDEFF0;
    background-color: #EDEFF0;
}

textarea {
    height: 140px;
    resize: none;
}

input[type="radio"],
input[type="checkbox"] {
    width: inherit;
    height: initial;
}

input:focus, 
textarea:focus, 
select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color:  var(--red-color) !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #333;    
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #333;    
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #333;    
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #333;    
}

.thumb-before {
    position: relative;
}

.thumb-before .thumb {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    padding-right: 15px;
    padding-bottom: 15px;
    filter: drop-shadow(15px 15px #008BF9);
}

.thumb-before .thumb img {
    position: relative;
    z-index:1;
    width: 100%;
    border-radius: 15px;
	
}

.single-content img  {
filter: drop-shadow(15px 15px #008BF9);
 position: relative;
 border-radius:20px;
 overflow: hidden;
 margin-bottom:30px;
 margin-top:10px;
}


.single-content .mejs-container {
	filter: drop-shadow(15px 15px #008BF9);
 position: relative;
 border-radius:20px;
 overflow: hidden;
 margin-bottom:30px;
 margin-top:10px;
 width:100%;
}


.single-content .wp-video {
	width:100% !important;
}

/*header*/

.header {
    position: relative;
    z-index:99;
    background-color: var(--primary-color);
}

.main-menu {
    background-color: var(--primary-color);

}

.topbar {
    color: #000;
}

.header .buttons a+span {
    color: #fff;
}

.is-sticky .main-menu {
    box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);
    background-color: var(--primary-color);
}

.is-sticky .topbar-middle {
    display: none;
}


.header .logo {
	padding:5px;
}
.topbar .topbar-content {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    background-color: #fff;
}

.topbar .topbar-content p {
    margin-bottom: 0;
}

.topbar-middle {
    display: flex;
    padding: 20px 0;
    justify-content: end;
	padding-bottom:10px;
}

.topbar-middle .buttons .btn:last-child {
    background-color: #1456A1;
    filter: drop-shadow(2px 2px #0F427B);
}

.topbar-middle .buttons .btn:last-child span {
    background-color: #1456A1;
    filter: drop-shadow(2px 2px #0F427B);
}

.topbar-middle .buttons .btn:last-child:hover {
    background-color: var(--red-color);
}

.topbar-middle ul {
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.topbar-middle ul li {
    display: flex;
    margin-right: 20px;
}

.topbar-middle ul li ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 5px;
    margin-right: 0;
}

.topbar-middle ul li ul li {
    color: #E7BC14;
    font-size: 14px;
    margin-right: 2px;
}

.topbar-middle ul li .icon {
    font-size: 30px;
    margin-right: 10px;
}

.topbar ul li:last-child {
    margin-right: 0;
}

.topbar-middle a {
    color: #fff;
}

.topbar a:hover {
    color: #000;
}

.topbar-middle ul li h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family:var(--primary-font);
}

.navbar-nav {
    padding-left:0px;
    margin-right:0px;
	padding-right:10px;
    background-color:#fff;
}

.navbar-nav:after {
   /* position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    background-color: #fff;
	*/
}
.header .nav > ul>li:first-child {
	position:relative;
}
.header .nav > ul>li:first-child:before {
    position: absolute;
    content: "";
    left:-23px;
    top: 0;
    width: 0;
    height: 0;
    border-bottom:41px solid #fff;
    border-left:23px solid transparent;
}
.header .nav > ul>li:first-child>a {
	padding-left:5px;
}
.header .nav > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: initial;
}

.nav > ul > li {
    font-size: 14px;
    color: #000;
    margin-right:0;
    font-weight: 700;
}

.nav > ul > li > a > i {
	display:inline-block;
	margin-left:3px;
}

.header .social {
    position: relative;
    z-index:2;
	height:41px;
	background:#fff;
}
.header .social ul {
	position:relative;
	z-index:3;
}

.header .social ul li a {
	color:#1456A1;
	font-size:16px;
}

.header .social:before {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:10000px;
	display:block;
	z-index:1;
	content:"";
	background:#fff;
}
.header .social li {
    max-width: 16px;
    margin-right:8px;
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav > ul > li > a {
    padding:10px 8px;
    display: block;
    color: #000;
    text-transform: uppercase;
}

.nav ul li a:hover, 
.nav ul li.active>a {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
}

.main-menu .buttons {
    min-width: 500px;
    display: inline-block;
    text-align: right;
}   

.main-menu .buttons .btn:last-child {
    margin-right: 0;
}

.navbar-toggler {
    padding: 0;
    height: initial;
    line-height: initial;
}

.navbar-toggler-icon {
    width: initial;
    height: initial;
    color: #0A0A0A;
    border-radius: 4px;
    padding: 4px 8px;
    border: 1px solid #0A0A0A;
}

.navbar-toggler-icon:hover {
    color: var(--primary-color);
    border-color:var(--primary-color);
}

.navbar-toggle {
    margin-top: 5px;
    background: 0 0!important;
    border: none!important;
    float: left!important;
    cursor: pointer;
    padding-left: 0!important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background:#fff !important;
    margin-bottom: 4px!important;
}

.m-phone a {
    width: 30px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    display: block;
    float: right;
    text-align: center;
    border-radius: 100%;
    background-color: var(--red-color);
}

/*Dropdown CSS*/

.sa-dropdown {
       
}

.sa-mega-menu {
    position: absolute;
    top: 100%; 
    width: 100%;
    min-width: 100%;
    right: 0;
    border-radius: 0;
    list-style: none;
    opacity: 0;
    z-index: 999;
    padding:0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.sa-dropdown-menu .sa-mega-menu {
    left: 100%;
    top: 15px;
}

.sa-dropdown:hover>.sa-mega-menu {
    visibility: visible;
    opacity: 1; 
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.navbar-nav .sa-mega-menu li a {
    padding: 10px 20px;
    background-color: #fff;
    border-top: 1px solid #D9D9D9;
}

.sa-dropdown i.icon {
    position: absolute;
    top: 24px;
    right: 0;
    width: 20px;
    text-align: center;
    cursor: pointer;
    display: none;
}



/*hero-section*/

.hero-section {
    padding: 150px 0 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
}

.slider-text .hero-content {
    position: relative;
    z-index:1;
    max-width:650px;
    padding:45px;
    color: #111;
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #fff;
	text-align:left;
	
}

.slider-text .hero-content h1 {
    font-size:63px;
    font-weight: 700;
	line-height:100%;
    margin-bottom: 10px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.slider-text .hero-content h1 strong {
    color: var(--red-color);
}



section.main-slider {
    position: relative;
    width: 100%;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;

	overflow:hidden;
	z-index:1;
}

section.main-slider:before {
   /*
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(8,8,8,0.5);
	*/
}

section.main-slider:after {
    /*position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
*/
}
.slider-text {
    position: absolute;
    width: 100%;
    height: calc(100% - 0px);
    z-index:33;
    top: 0;
    left: 0;
    text-align: center;
}

.slider-text h1 {
    color: #fff;
    font-size:80px;
    font-weight: bold;
    margin-bottom: 30px;
}

.slider-text h1 strong {
    position: relative;

}

/*
.slider-text h1 strong:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 24px;
    z-index: -1;
    background-color: var(--primary-color);
}

.slider-text .mouse-icon {
    font-size:60px;
}

*/


.slider-wrapper {
	position:relative;
}



 .slick-slide, .slick-slide::before, .caption {
	 -webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
}
 .slick-slide::before {
	 
}

 .main-slider {
	 position: relative;
	 width: 100%;
	 height:750px;
	 min-height:750px;
	 max-height:750px;
	 margin-bottom:0px;
	 opacity: 9;
	 visibility: hidden;
	 padding-top:0;
	 padding:0;
	 margin:0 !important;
}
.slick-track { overflow:hidden;}

 .main-slider .slick-slide,  .main-slider .item {
	 height:750px;
	 min-height:750px;
	 max-height:750px;
	 overflow:hidden;
	 padding:0 !important;

	 
}


.slick-cloned {
   -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


.main-slider-wrapper { position:relative;}


.item.video video {min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);       }
	
	

 .main-slider.slick-initialized {
	 opacity: 1.5;
	 visibility: visible;
}
.main-slider .slick-slide {
	 position: relative;
}
 .slick-slide::before {
	
}
 .slick-slide video {
	 display: block;
	 position: absolute;
	 z-index:12;
}
 .slick-slide iframe {
	 position: relative;
	 pointer-events: none;
	 z-index:12;
}
 .slick-slide figure {
	 position: relative;
	 height: 100%;
}

.main-slider .slick-slide>.bg-image {
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}


.lt-reviews {
    color: #fff;
    width: 430px;
    padding:20px;
    border-radius: 20px 0px 0px 0px;
    display: inline-block;
    background-color: var(--red-color);
	position:absolute;
	right:0;
	bottom:0;
	z-index:4;
}
.lt-reviews>a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	z-index:5;
}
.lt-reviews ul {
    display: flex;
}

.lt-reviews ul li {
    color: #E7BC14;
    font-size: 14px;
    margin-right: 2px;
}

.reviews-content {
    display: flex;
    align-items: center;
}

.reviews-content h3 {
    font-size: 60px;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
    font-family:var(--primary-font);
}

.reviews-content h4 {
    font-size:26px;
    font-weight: 400;
    font-family:var(--primary-font);
}

/*breadcrumb-section*/

.breadcrumb-section {
    padding: 150px 0;
    text-align: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0F0F0F;    
}

.breadcrumb-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(15 15 15 / 70%);    
}

.page-title {
    position: relative;
    z-index:1;
    color: #fff;
    font-weight: 600;
}

.page-title h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}



body.parent-pageid-14 .page-title {
	 max-width: 700px;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    z-index:1;
    display: inline-block;
    background-color: #fff;
}

.breadcrumb-content {
   
}

body.parent-pageid-14 .page-title h1 {
    color:var(--red-color);
}

body.parent-pageid-14 .page-title h2 {
    color:#0C2271;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
body.parent-pageid-14 .page-title p {
	color:#555;
}

/*about-section*/

.ab-thumb {
    margin-bottom: 30px;
}

.ab-thumb .text {
    position: absolute;
    bottom: 15px;
    right:15px;
    color: #fff;
    padding: 20px;
    border-radius: 15px 0px 15px 0px;
    background-color: var(--red-color);
}

.ab-thumb .text p {
    max-width: 200px;
}

.ab-thumb.style-1 .text {
    right: initial;
    left: 0;
    border-radius: 0px 15px 0px 15px;
	bottom:14px;
}

.ab-thumb .text h2 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.ab-thumb .text p {
    margin-bottom: 0;
}

.ab-thumb .icon {
    position: absolute;
    bottom: 0;
    left: -55px;
}

.ab-thumb.style-1 .icon {
    left: initial;
    right: 0;
}

.ab-text li {
    display: flex;
    margin-bottom: 20px;
}

.ab-text li:last-child {
    margin-bottom: 0;
}

.ab-text li .icon {
    min-width: 65px;
    width: 65px;
    margin-right: 15px;
}

.ab-text h3 {
    color: var(--red-color);
    font-size: 30px;
}


.mfp-inline-holder .mfp-content {
    height:auto;
    max-height:1000px;
    width: 100%;
    max-width:900px;
}

.mfp-inline-holder .mfp-close {
    top: -40px;
	text-align:right !important;
	color:#fff !important;
}



/*service-section*/

.service {
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
    filter: drop-shadow(10px 10px #008BF9);
	height:calc(100% - 30px);
}

.service .thumb {
    height: 360px;
    width: 100%;
    display: block;
    background-color: #ddd;
    background-size: cover !important;
    background-repeat: no-repeat !important;
	background-position:center center !important;
	position:relative;
}

.service .thumb > a.link {
	position:absolute;
	top:0;
	left:0;
	display:block;
	height:100%;
	width:100%;
	z-index:1;
}


a.popup-youtube, a.popup-html5 {
    color:#1456A1;
    background-color: #fff;
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    text-align: center;
    line-height: 64px;
    font-size: 25px;
    padding-left: 5px;
    position: relative;
    z-index:3;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-32px;
	margin-top:-32px;
}

a.popup-youtube:after, a.popup-html5:after {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    width:76px;
    height:76px;
    border-radius: 100%;
    background-color: #ffffff75;
    z-index:-1;
}


.service-slider .service .thumb {
    height: 415px;
    overflow: hidden;
    display: block;
}

.service .text {
    padding:30px 20px;
}
.service .text p { min-height:50px;}
.when-use { min-height:130px;}
.service h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0C2271;
}

.service h2 a {
    color: #0C2271;
}

.service h2 a:hover {
    color: var(--primary-color);
}

.service .thumb img {
    width: 100%;
}

.when-use {
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 25px;
    border: 1px solid #AEB6D4;
    background-color: #E5F2F6;
}

.when-use h6 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    color: var(--primary-color);
    text-transform: uppercase;
}

.when-use p:last-child {
    margin-bottom: 0;
}

/*single-content*/

.single-content h3 {
    font-size: 30px;
    font-weight: bold;
    color: var(--red-color);
}

.single-content p {
    margin-bottom: 30px;
}

.single-content ul {
    margin-bottom: 40px;
}

.single-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

.single-content ul li strong,
.single-content ol li strong {
    display: block;
    color: #0C2271;
}

.single-content ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #0C2271;
}

.single-content ol {
    padding-left: 20px;
    margin-bottom: 40px;
}

.single-content ol li {
    margin-bottom: 15px;
}

.single-content ol li::marker {
  color: #0C2271;
  font-weight: bold;
}

.single-content ul.check-list li {
    padding-left: 30px;
}

.single-content ul.check-list li:before {
    content: "\f05d";
    font-family: "FontAwesome";
    font-weight: 400;
    width: 20px;
    height: 20px;
    font-size: 20px;
    top: 0;
    color: var(--primary-color);
    background-color: transparent;
} 

.single-content ul.check-list li strong {
    display: inline-block;
}


.single-content ul.check li {
    padding-left: 30px;
}

.single-content ul.check li:before {
    content: "\f05d";
    font-family: "FontAwesome";
    font-weight: 400;
    width: 20px;
    height: 20px;
    font-size: 20px;
    top: 0;
    color: var(--primary-color);
    background-color: transparent;
} 

.single-content ul.check li strong {
    display: inline-block;
}

/*emergency-section*/

.solution-slider {
    position: relative;
}

.solution-slider:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background-color: #E5F2F6;
}

.solution-slider .slick-slide {
    border-right: 2px solid #CCC;
}

.solution {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    min-height: 190px;
}

.solution .icon {
    margin-bottom: 15px;
}

.solution .icon img {
    display: inline-block;
}

.solution h2 {
    color: #222;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

/*contact-section*/

.contact-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #008BF9;
    border-top: 15px solid var(--red-color);
}

.contact-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 139 249 / 60%);
}

.title, 
form {
    position: relative;
    z-index:1;
}

.contact-section .title,
.contact-section .title a,
.contact-section .title h1 {
    color: #fff;
}

.contact-section .title a {
    text-decoration: underline;
}

.contact-section .title a:hover {
    color: #000;
}

.contat-form ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;    
}

.contat-form ul li {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;    
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;    
}

.contat-form ul li:nth-child(4),
.contat-form ul li:nth-child(5) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.contat-form ul li:nth-child(6),
.contat-form ul li:nth-child(7), .contat-form ul li:nth-child(8), .contat-form ul li:nth-child(9), .contat-form ul li:nth-child(10) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.contat-form .btn {
    width: 100%;
}


.btn-file {
        position: relative;
    }
    .btn-file input[type=file] {
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor:pointer;
		font-size:16px !important;
        display: block;
		position:absolute;
		top:0;
		left:0;
    }
	
label.resume-upload {
	color: #333 !important;
    height: 55px;
    width: 100%;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    font-weight: 500;
    border: 1px solid #EDEFF0;
    background-color: #EDEFF0;
	cursor:pointer;
	margin:0 !important;
	line-height:40px;
}



/*exclusive-section*/

.offer {
    border: 2px dashed #000; 
    border-radius: 8px;
    position: relative; 
    margin-bottom: 30px;
}

.offer-text:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 139 249 / 30%);    
}

.offer-text {
    position: relative;
    z-index:1;
    color: #fff;
    padding: 30px;
    text-align: center;
    position: relative;
    background-size: cover;
    border-radius: 8px; 
    overflow: hidden;
    min-height: 460px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #008BF9;  
}

.offer-text h2 {
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 0;
    position: relative;
    z-index:2;
    text-transform: uppercase;
}

.offer-text h3 {
    font-size: 24px;
    margin-bottom: 30px;
    position: relative;
    z-index:3;
    font-family:var(--primary-font);
}

.offer-text p {
    position: relative;
    z-index: 3;
	min-height:140px;
}
.offer-text a + p {
	min-height:0;
}

.offer-text .btn {
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
}

.exclusive-section.exclusive-2 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;    
}

.exclusive-section.exclusive-2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 75%);    
}

.exclusive-2 .title,
.exclusive-2 .title h1 {
    color: #fff;
}

.exclusive-2 .offer{
    border-color: #113C62;
}

/*testimonial-section*/

.testimonial-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #D01225;
}

.testimonial-section:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(208 18 37 / 80%);
}

.testimonial-section .title,
.testimonial-section .title h1 {
    color: #fff;
}

.testimonial {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    font-style: italic;
    padding:30px 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 8px;
    min-height: 550px;
    background-color: #fff;
}

.testimonial h2 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 20px;
    font-family:var(--primary-font);
    color: var(--primary-color);
    text-transform: uppercase;
}

.testimonial img {
    display: inline-block;
}

.testimonial ul {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}

.testimonial ul li {
    color: #E7BC14;
}

.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}


.location-map-list-wrapper {
	/*position:relative;
	z-index:2;
	position:absolute;
	top:0;
	right:60px;
	padding:50px 30px;
	max-width:560px;
	width:100%;*/
}


.screen-reader-response {
	display:none !important;
}
span.wpcf7-not-valid-tip {
	color:#fff !important;
}
.wpcf7-response-output {
	color:#fff !important;
}
div#bh-sl-map {
	height:500px !important;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    margin-top: -10px;
    color: var(--red-color);
    z-index:1;
	font-size:25px;
}

.slick-arrow:hover {
    color: #000;
}

.icon-right {
    right: -25px;
}

.icon-left {
    left: -25px;
}

/*testimonial-section-2*/

.testimonial-section-2 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #008BF9;
    border-top: 15px solid var(--red-color);    
}

.testimonial-section-2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 139 249 / 10%);    
}

.testimonial-slider-2 .testimonial{
    min-height: initial;
    color: #fff;
    background-color: transparent;
}

.testimonial-slider-2 .testimonial h2 {
    color: #fff;
}

.testimonial-slider-2 .thumb-before .thumb {
    filter: drop-shadow(5px 5px #008BF9);
}

.testimonial-slider-2 .slick-arrow {
    font-size: 20px;
    color: #fff;
}

/*blog-section*/

.post {
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    min-height: 585px;
    filter: drop-shadow(10px 10px #008BF9);
}

.post .thumb {
    height: 285px;
    width: 100%;
    display: block;
    background-color:#ddd;
    background-size:cover  !important;
    background-repeat:no-repeat  !important;
	background-position:center center !important;
}

.post-content {
    padding:30px 20px;
}

.post .date {
    font-size: 16px;
    font-weight:600;
    color: var(--red-color);
}

.post h2 {
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
}

.post .btn {
    margin-top: 20px;
}

.post-single .title, 
.post-single .title h1{
    margin-bottom: 0;
}

.post-single .meta {
    margin-bottom: 30px;
}

.post-single .meta ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #222;
    font-weight: bold;
}

.post-single .meta ul li {
    margin-right: 10px;
}

.post-single .meta ul li a {
    color: var(--red-color);
}

.post-single .meta ul li a:hover {
    color: var(--primary-color);
}

.post-single .thumb-before {
    margin-bottom: 30px;
}

.post-single ol li strong {
    display: block;
    color: #0C2271;
}

.post-single ol {
    padding-left: 20px;
    margin-bottom: 40px;
}

.post-single ol li {
    margin-bottom: 15px;
}

.post-single ol li::marker {
  color: #0C2271;
  font-weight: bold;
}

.post-single h3 {
    font-size: 30px;
    font-weight: bold;
    color: var(--red-color);
}

.sidebar-post {
    margin-bottom: 30px;
}

.sidebar-post .post {
    display: flex;
    border-radius: 0;
    min-height: initial;
    filter:initial;
    margin-bottom: 20px;
}

.sidebar-post .post p:last-child {
    margin-bottom: 0;
}

.sidebar-post .post .thumb {
    width: 120px;
    min-width: 120px;
    height: 120px;
    margin-right: 15px;
}

.sidebar-post .post .date p {
    margin-bottom: 5px;
}

.sidebar-post .post h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.sidebar-post .post-content {
    padding: 0;
}


/*cta-section*/

.cta-section {
    color: #fff;
    background-color: var(--red-color);
}

.cta-section .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-section .phone {
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    margin-right: 20px;
    font-weight: bold;
    font-family: "Teko", sans-serif;
}

.cta-section .buttons a+ span {
    margin-left: 20px;
    margin-right: 20px;
}

.cta-section .phone strong {
    display: block;
    font-size: 60px;
}

/*important-section*/

.important-content {
    display: flex;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    filter: drop-shadow(10px 10px #008BF9);
}

.important-content .icon {
    min-width: 185px;
    margin-right: 50px;
}

.important-content .title h1 {
    color: var(--red-color);
}

.important-content  .buttons {
    margin-top: 30px;
}

.apart-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #008BF9;  
}

.apart-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 139 249 / 60%);    
}

.apart-section .title, 
.apart-section .logo {
    position: relative;
    z-index: 999;
    color: #fff;
}

.apart-section .title h1 {
    color: #fff;
}

.apart-section .thumb {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
    filter: drop-shadow(10px 10px #D01225);    
}

.apart {
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 20px;
    filter: drop-shadow(10px 10px #008BF9);    
    background-color: #fff;
}

.apart .d-flex {
    margin-bottom: 10px;
    align-items: center;
}

.apart h2 {
    font-size: 26px;
    font-weight: bold;
    color: #0C2271;
    margin-bottom: 0;
}

.apart .icon {
    width: 50px;
    min-width: 50px;
    margin-right: 15px;
}

/*services-section-1*/

.services-section-1 .title {
    width: 100%;
    max-width: 900px;
}

.services-section-1 .title h1 {
    color: var(--red-color);
}

/*services-1*/



.service-list li .service{
    display: flex;
    width: 100%;
}

.service-list .thumb {
    min-width: 300px;
    width: 300px;
	height:250px;
}

.service-list h2 {
    font-size: 32px;
    font-weight: bold;
    color: #0C2271;
    text-transform: uppercase;
}

.service-list .text {
    padding: 30px;
    width: 100%;
    align-self: center;
}

.service-list li:nth-child(even) .thumb {
    order: 6;
}

.services-1.bg-img .logo {
    position: relative;
    z-index:1;
}

.services-1 .logo {
    margin-top: 50px;
}

/*choose-section*/

.choose {
    padding: 20px;
    min-height:220px;
    border-radius: 20px;
    margin-bottom: 30px;
    filter: drop-shadow(10px 10px #008BF9);
    background-color: #fff;
    border: 2px solid #008BF9;    
}
.apart-section .choose {
	min-height:320px;
}
.choose .d-flex {
    margin-bottom: 10px;
    align-items: center;
}

.choose h2 {
    font-size: 26px;
    font-weight: bold;
    color: #0C2271;
    margin-bottom:20px;
	padding-left:58px;
	margin-top:10px;
}

.choose .icon {
    width: 50px;
    min-width: 50px;
    margin-right: 15px;
	position:absolute;
	top:20px;
	left:20px;
}

/*sr-sidebar*/

.sr-sidebar .contact-section {
    padding:30px 20px;
    border-top: 0;
    border-radius: 15px;
    margin-bottom: 30px;
    background-color: #0D468C;
}

.sr-sidebar .contact-section:before {
    display: none;
}

.sr-sidebar .title h1 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 0;
}

.sr-sidebar .contat-form ul li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.sr-sidebar .contat-form ul li:nth-child(2),
.sr-sidebar .contat-form ul li:nth-child(3) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.sr-sidebar .contat-form .icon {
    text-align: center;
}

.sr-sidebar .contat-form .icon img {
    max-width: 150px;
}

.services-menu {
    color: #fff;
    margin-bottom: 30px;
    background-color: #111;
    margin-right: 15px;
    border-radius: 15px;
    overflow: hidden;
    filter: drop-shadow(15px 15px #008BF9);    
}

.services-menu ul li {
    position: relative;
    border-bottom: 1px solid #444;
}


.services-menu ul li:after {
    content: "\f05d";
    position: absolute;
    font-family: "FontAwesome";
    font-weight: 400;
    width: 20px;
    height: 20px;
    font-size: 16px;
    top: 15px;
    right: 25px;
    color: #fff;
    background-color: transparent;    
}

.services-menu ul li:last-child {
    border-bottom: 0;
}

.services-menu ul li a {
    color: #fff;
    display: block;
    padding: 15px 30px;
}

.services-menu ul li.active a, 
.services-menu ul li a:hover {
    background-color:var(--red-color);
}
.services-menu ul li.current-menu-item>a, .services-menu ul li.current_page_item>a {
	    background-color: var(--red-color);

}

.services-menu .title {
    padding: 30px 30px 20px;
    margin-bottom: 0;
}

.services-menu .title h1 {
    color: #fff;
}

.sr-sidebar .offer {
    font-size: 14px;
}

.sr-sidebar .offer-text .btn {
    margin-top: 0;
}

.sr-sidebar .offer-text h2 {
    font-size: 50px;
}

.sr-sidebar .offer-text h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.sr-sidebar .thumb-before {
    position: relative;
}

.thumb-before .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    padding: 20px;
    width: 100%;
}

.overlay h2 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.overlay .icon {
    margin-bottom: 10px;
}

.overlay .icon a {
    font-size: 36px;
	position:relative;
	margin-bottom:20px;
}

.sr-sidebar .thumb-before .thumb img {
    width: 100%;
}

.thumb-before .video-icon {
    /*
	position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin-left: -20px;
    margin-top: -30px;
    color: #fff;
    font-size: 40px;
	*/
}

.thumb-before .video-icon a {
   /* color: #fff;*/
}

/*choose-plumbing*/

.choose-plumbing {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #008BF9;    
}

.choose-plumbing:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 139 249 / 10%);
}

.choose-plumbing .title,
.choose-plumbing .title h1 {
    color: #fff;
}

.plumbing {
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
    filter: drop-shadow(10px 10px #008BF9);
}

.plumbing .text {
    padding: 20px;
}

.plumbing .thumb {
    height: 220px;
    display: block;
    overflow: hidden;
}
.plumbing .text {
	position:relative;
}

.plumbing h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #0C2271;
	padding-left:50px;
}

.plumbing .icon {
     width: 50px;
    min-width: 50px;
    margin-right: 15px;
	position:absolute;
	top:20px;
	left:12px;
}

/*faq-section*/
section.faq-section:nth-child(even) {
	background-color: #E5F2F6;
}

.faq-section .card {
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    padding:0px;
	padding-top:0px;
    padding-right:0px;
    border: 2px solid #0C2271;
    filter: drop-shadow(5px 5px #008BF9);
}

.faq-section .card-header {
    padding: 0;
    border: 0;
    background-color: transparent;
}

.faq-section .card-body {
    padding:0;
	padding:20px;
	padding-top:0;
	padding-bottom:15px;
}

.faq-section .card-body p:last-child {
    margin-bottom: 0;
}

.faq-section .card .btn {
    padding: 0;
	padding-top:20px;
    border-radius: 0;
    border: 0;
    font-size: 30px;
    color: #170F49;
    filter:none;
    width: 100%;
    text-align: left;
    padding-right: 30px;
    margin-bottom:0px;
    text-transform: uppercase;
    background-color: transparent;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:50px;
}

.faq-section .card .btn:focus,
.faq-section .card .btn:hover {
    text-decoration: none;
}

.faq-section .card-header button.collapsed {
    color: #000;
}

.faq-section .card-header button:after {
    position: absolute;
    top:17px;
    right:20px;
    content: "\f078";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 100%;
    font-family: "fontawesome";
    background-color: var(--red-color);
}

.faq-section .card-header button[aria-expanded="true"]:after {
    content: "\f077";
}

/*touch-section*/

.touch {
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 35px;
    min-height: 230px;
    text-align: center;
    background-color: #E5F2F6;
    filter: drop-shadow(5px 5px #008BF9);
}
.touch ul li a {
	font-size:26px;
}
.touch .icon {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    display: inline-block;
}

.touch h3 {
    font-size: 30px;
    font-weight: bold;
    color: #0C2271;
    text-transform: uppercase;
}

.touch a {
    color: var(--red-color);
    display: block;
    word-break: break-all;    
}

.touch a:hover {
    color: var(--primary-color);
}

.touch ul {
    display: flex;
    margin-top:0px;
    margin-bottom:10px;
    justify-content: center;
}

.touch ul li{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.touch ul li:last-child {
    margin-right: 0;
}

.touch ul li img {
    max-width: 100%;
}

.touch-section .contat-form {
    padding: 30px;
    margin-top: 100px;
    margin-bottom:50px;
    position: relative;
    z-index: 1;
    background-color: var(--primary-color);
}

.touch-section .contat-form .title,
.touch-section .contat-form .title a,
.touch-section .contat-form .title h1 {
    color: #fff;
}

.touch-section .contat-form .title a {
    text-decoration: underline;
}

.touch-section .contat-form .title a:hover {
    color: #000;
}

/*careers-section*/

.careers {
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    height: 100%;
    margin-bottom: 30px;
}

.careers h2 {
    font-size: 30px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    text-align: center;
}

.career {
    padding: 20px;
    min-height: 185px;
    border-radius: 20px;
    margin-bottom: 30px;
    filter: drop-shadow(5px 5px #008BF9);
    background-color: #fff;
    border: 2px solid #008BF9;    
}

.career h3 {
    font-size: 26px;
    font-weight: bold;
    color: #0C2271;
    margin-bottom: 0;
}

.list-dote {}

.list-dote li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

.list-dote li strong{
    display: block;
    color: #0C2271;
}

.list-dote li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #0C2271;
}

/*gmap-section*/

.gmap iframe {
    width: 100%;
    border: 0;
    height: 700px;
}

.gmap-after {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 80px;
    filter: drop-shadow(15px 15px #008BF9);
}

/*resources-section*/

.resources-section  p a {
    display: block;
    font-weight: bold;
    color: var(--red-color);
    text-decoration: underline;
}

/*privacy-section*/

.privacy-content h3 {
    font-size: 26px;
    font-weight:600;
    margin-bottom: 0;
    margin-top: 30px;
    color: var(--red-color);    
}

.privacy-content ul {
    margin-left: 10px;
}

.privacy-content ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
}

.privacy-content ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #555;
}

.terms-content li:before {
    counter-increment: ordered-list;
    content: counter(ordered-list) ". ";
    color: var(--red-color);
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 26px;
    font-weight: bold;
    font-family: "Teko", sans-serif;
}



.privacy-content ol li {
	  font-size: 26px;
    font-weight:600;
    margin-bottom: 0;
    margin-top: 30px;
    color: var(--red-color);    
	 font-family: "Teko", sans-serif; 
}

.privacy-content ol li p {
    font-weight: normal;
    font-size: 16px;
	    font-family: var(--primary-font);
    color: #555;
}


.terms-content ol {
    list-style: none;
    counter-reset: ordered-list;
}

.terms-content ol li {
    position: relative;
    counter-increment: step-counter;
}

.terms-content h3 {
  
}

/*beverly-section*/

.beverly-list>li{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; 
    margin-bottom: 50px;   
}

.beverly-list>li:nth-child(even) .beverly-thumb{
    order: 6;
}

.beverly-thumb,
.beverly-text {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;    
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    align-self: center;    
}

.beverly-section h4 {
    font-size: 28px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--red-color);    
}

.beverly-section .list-dote li:before {
    background-color: #555;
}

.locations ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;    
}

.locations ul li {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; 
    margin-bottom: 15px;  
    text-transform: uppercase;
    font-weight: bold; 
    color: #000;
    font-size: 20px;
    font-family: "Teko", sans-serif;
}

.locations ul li .icon {
    margin-right: 10px;
    color: var(--red-color);
}

/*team-section*/

.team-member {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
    padding-bottom: 15px;
    background-color: #fff;
    margin-bottom: 40px;
    filter: drop-shadow(15px 15px #008BF9);    
}

.team-member .thumb {
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
    display: block;
    position: relative;
    background-size: cover;
    margin-bottom: 30px;
    background-repeat: no-repeat;
}

.team-member .thumb .icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 80px;
}

.team-member h3 {
    font-size: 30px;
    font-weight: bold;
    color: #170F49;
    text-transform: uppercase;
}

.team-member h3 a {
    color: #170F49;
}

.team-member h3 a:hover {
    color: var(--primary-color);
}

.team-member h6 {
    font-size: 18px;
    font-weight: bold;
    color: var(--red-color);
    font-family:var(--primary-font);
}

.t-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-bottom:5px;
}

/*profile-section*/

.profile-text h1 {
    margin-bottom: 0;
}

.profile-text h6 {
    font-size: 18px;
    font-weight: bold;
    color: var(--red-color);
    font-family: var(--primary-font);    
}

.profile-text ul {
    margin-bottom: 40px;
}

.profile-text ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

.profile-text ul li strong,
.profile-text ol li strong {
    display: block;
    color: #0C2271;
}

.profile-text ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #0C2271;
}

.p-logo {
    margin-top: 50px;
}

/*footer-section*/

.footer-section {
    padding: 80px 0 0;
    color: #E3E3E3;
    background-color: #202126;
}

.footer-section a {
    color: #E3E3E3;
}

.footer-section a:hover {
    color: var(--primary-color);
}

.footer-section h3 {
    font-size: 22px;
    color: var(--primary-color);;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-widget {
    margin-bottom: 50px;
}

.footer-widget .btn:hover {
    color: #fff;
}

.footer-menu ul li {
    margin-bottom: 10px;
}

.footer-social {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-social ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-social ul li {
    margin-right: 15px;
    max-width: 20px;
}
.footer-social ul li a {
	font-size:20px;
	color:var(--primary-color);
}

.footer-social ul li a svg {
	max-width:21px;
	height:auto;
	vertical-align:middle;
	position:relative;
	top:-3px;
}

.header .social li a svg {
	max-width:18px;
	height:auto;
	vertical-align:middle;
	position:relative;
	top:-1px;
}
.touch ul li a svg {
	max-width:26px;
	height:auto;
	vertical-align:middle;
	position:relative;
	top:-3px;
}
.footer-social ul li:last-child {
    margin-right: 0;
}

.footer-bottom {
    padding-top: 15px;
    border-top: 1px solid var(--primary-color);
}

.footer-bottom .col-md-6:last-child {
    text-align: right;
}

.footer-bottom a {
    text-decoration: underline;
}


a, button, .slick-arrow, .featured {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

















/* md */
@media (min-width: 1400px){
	.container {
		max-width: 1320px;
	}
}

@media (max-width: 1400px){
.header .social ul {
	display:none !important;
}

.topbar-middle ul li {
  margin-right: 10px;
}
.topbar-middle ul {
	margin-right:0;
}
.header .nav > ul > li:first-child::before {
	border-bottom:solid 41px #fff;
}
}

/* md */
@media (min-width: 1200px) and (max-width: 1399px) {

	.nav ul li {
		font-size:13.5px;
	}
	.navbar-nav {
		padding-left: 0;
		margin-right:0px;
	}
	.header .social li {
		max-width: 15px;
	}
	.header .social li a {
		padding: 0;
	}
	.navbar-nav::before {
		border-bottom: 39px solid #fff;
	}
	.topbar-middle ul li h3 {
		font-size: 15px;
	}
}

@media (min-width: 992px) and (max-width:1020px) {
	ul.nav > li > a {
  padding: 10px 1px !important;
}
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {

	.nav ul li {
		font-size:13.5px;
	}
	.navbar-nav {
		padding:0;
	}
	.nav ul li a {
		padding:10px 3px;
	}
	.header .social li {
		max-width: 15px;
	}
	.header .social li a {
		padding: 0;
	}
	.navbar-nav::before {
		border-bottom: 78px solid #fff;
	}
	.topbar-middle ul li h3 {
		font-size: 15px;
	}
	.footer-widget .btn {
		font-size: 16px;
	}
	.topbar-middle ul {
		margin-right: 0;
	}
	.about-section .title h1 {
		margin-bottom: 0;
	}
	.ab-thumb .icon {
		left: 0;
	}
	.title h1 {
		font-size: 36px;
	}
	.sidebar .offer-text h2 {
		font-size: 40px;
	}
	.sidebar .offer-text h3 {
		font-size: 18px;
	}
	.touch h3 {
		font-size: 25px;
	}
	.icon-left {
		left: -15px;
	}
	.icon-right {
		right: -15px;
	}
}

/* md */
@media (max-width: 991px) {

	.topbar-middle ul {
		display: none;
	}
	.cta-section .phone {
		font-size: 24px;
		line-height: 30px;
	}
	.cta-section .phone strong {
		font-size: 32px;
	}
	.footer-bottom,
	.footer-bottom .col-md-6:last-child {
		text-align: center;
	}
	.footer-widget .btn {
		font-size: 15px;
	}
	.about-section .title h1 {
		margin-bottom: 0;
	}
	.ab-thumb .icon {
		left: 0;
	}
	.title h1 {
		font-size: 36px;
	}
	.slider-text {
		padding: 30px;
	}
.slider-text.d-flex.align-items-center { padding:0;}
	.beverly-thumb, .beverly-text {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}	
	.beverly-thumb {
		margin-bottom: 30px;
	}
	.beverly-list > li:nth-child(2n) .beverly-thumb {
		order: 0;
	}
	.gmap iframe {
		height: 400px;
	}
	.sidebar {
		margin-top: 40px;
	}

	.thumb-before {
		margin-bottom: 30px;
	}
	.careers {
		height: initial;
	}
	.locations ul li {
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}	
	.service .thumb {
		height: 280px;
	}
	.testimonial {
		min-height: initial;
	}

	.icon-left {
		left:10px;
	}
	.icon-right {
		right:10px;
	}
}


#loom-companion-mv3 {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
.topbar-middle .buttons .btn  {
	font-size:15px;
	line-height:22px;
	font-weight:600;
	padding-top:9px;
	padding-bottom:7px;
}
.breadcrumb-section {
	padding:75px 0px;
}
	.nav ul li {
		font-size:11px;
		margin-right:0;
	}
	.navbar-nav {
		padding-left: 0;
	}
	.nav ul li a {
		padding:12px 1px;
	}
	.header .social li {
		max-width: 15px;
	}
	.header .social li a {
		padding: 0;
	}
	.navbar-nav::before {
		border-bottom: 78px solid #fff;
	}
}


/* sm */
@media (max-width: 767px) {

	.main-menu { height:63px;}
	.nmp { padding-left:0; padding-right:0;}
	.header .logo img { max-width:170px; width:100%;}
	.m-center { text-align:center;}

.main-slider {
	 height:450px;
	 min-height:450px;
	 max-height:450px;
}

 .main-slider .slick-slide,  .main-slider .item {
	 height:450px;
	 min-height:450px;
	 max-height:450px; 
}


.lt-reviews {
	position:relative;
	max-width:100%;
	width:330px;
	border-radius: 20px 20px 20px 20px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}	

.hero-content .buttons a + span {
	display:block;
	line-height:33px;
	padding:5px 0px;
	padding-right:5px;
}

.hero-content .buttons { display:flex !important; justify-content:center;}
.locations ul li {
font-weight: 600;
font-size: 18px;
}

body .bh-sl-loc-list {
  height:auto !important;
  max-height:none !important;
  overflow-x: scroll !important;
  overflow-y: scroll !important;
} 
.services-section-1 .buttons .btn {
  padding-left: 12px;
  padding-right: 12px;
  line-height: 20px;
  padding-top: 10px;
  font-weight: 600;
  font-size: 16px;
}

	.solution-slider .slick-slide {border:none !important;}
	.ab-text li { display:block;}
	.ab-text li .icon { margin-bottom:15px;}
.title h1, .single-content h1 {
	font-size: 32px;
}
	.navbar-nav { background-color:transparent !important; padding-right:0 !important;}
.slider-text.d-flex.align-items-center {
	-ms-flex-align: end !important;
    align-items: flex-end !important;
}
	.slider-text .hero-content { max-width:100%; padding:20px;}
		.slider-text .hero-content h1 { font-size:32px;}
.slider-text {
	top:auto;
	bottom:0;
	left:0;
}
	.topbar {

	}
	.topbar-middle {
		display: none;
	}
	.header .nav ul {
		display: block;
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.header .nav ul:before,
	.header .nav ul:after {
		display: none;
	}
	.header .nav ul li {
		margin-right: 0;
		width: 100%;
	}
	.header .social {
		display: none;
	}
	.cta-section .buttons {
		display: block;
	}
	.cta-section .phone strong{
		margin-bottom: 15px;
	}
	.slider-text h1 {
		font-size: 50px;
		line-height: 50px;
	}
	.emergency-text .title h1 {
		margin-bottom: 0;
	}
	.contat-form ul li, 
	.contat-form ul li:nth-child(4), 
	.contat-form ul li:nth-child(5) {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}	
	.offer-text h2 {
		font-size: 50px;
	}
	.important-content {
		display: block;
	}
	.important-content .icon {
		margin-bottom: 30px;
	}
	.page-title h1 {
		font-size: 50px;
	}
	.breadcrumb-section {
		padding: 80px 0;
	}
	.faq-section .card .btn {
		font-size: 24px;
	}
	.service-list li .service {
		display: block;
	}
	.service-list .thumb {
		width: 100%;
		min-width: 100%;
	}
	
	.buttons a+span { display:block; margin:0; padding:0; padding-bottom:10px; text-align:center; display:inline-block; vertical-align:middle;}
	.buttons { text-align:center !important;}
	.important-content .buttons {
    margin-top: 30px;
    text-align: center;
}


}

.np {
	padding-left:0 !important;
	padding-right:0 !important;
}

/* xs Portrait */
@media (max-width: 575px) {

.push_sidebar .buttons a + span {
  display:block;
}

	.cta-section .buttons a + span {
		display: none;
	}
	.contat-form ul li, 
	.contat-form ul li:nth-child(4), 
	.contat-form ul li:nth-child(5), 
	.sr-sidebar .contat-form ul li:nth-child(2), 
	.sr-sidebar .contat-form ul li:nth-child(3) {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;		
	}
	.hero-section {
		padding-top: 70px;
	}
	section {
		padding: 30px 0px;
	}
	.title h3 {
		font-size: 22px;
	}
	.beverly-section h4 {
		font-size: 24px;
	}
	
	
}



/* xs Portrait */
@media (max-width: 475px) {

	.slider-text {
		padding: 20px;
	}
	.slider-text h1 {
		font-size: 36px;
		line-height: 36px;
	}
	.buttons a + span {
		display: none;
	}
	.reviews-content .logo {
		max-width: 80px;
	}
	.reviews-content h3 {
		font-size: 36px;
	}
	.reviews-content h4 {
		font-size: 20px;
	}
	.ab-thumb .text {
		padding: 15px;
		max-width: 150px;
	}
	.ab-thumb .icon {
		max-width: 100px;
	}
	.ab-thumb .text h2 {
		font-size: 36px;
		line-height: 36px;
	}
	.title h1 {
		font-size: 32px;
		line-height: 32px;
	}
	.ab-text h3 {
		font-size: 24px;
	}
	.ab-text li .icon {
		min-width: 50px;
		max-width: 50px;
	}
	.offer-text h3 {
		font-size: 20px;
	}
	.offer-text {
		padding: 20px;
	}
	.page-title h1 {
		font-size: 34px;
	}
	.breadcrumb-section {
		padding: 50px 0;
	}
	.gmap {
		margin-right: 15px;
	}
	.gmap iframe {
		height: 300px;
	}
	.title h3 {
		font-size: 22px;
	}
	.post h2 {
		font-size: 22px;
	}
	.careers {
		padding: 30px 20px;
	}
	.faq-section .card {
		padding: 20px;
	}
	.locations ul li {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.service-list h2 {
		font-size: 26px;
	}	

	.t-footer .icon {
		width: 40px;
	}
	.t-footer .btn {
		font-size: 14px;
	}
}




@media (min-width: 768px) {
.is-sticky .main-menu .logo img {
	width:100%;
    max-width:160px;
}

.nav > ul > li.menu-item-has-children {
	position:relative;
}

.nav > ul > li.mega-menu.menu-item-has-children {
	position:static;
}

.nav > ul > li.menu-item-has-children>a { padding-right:20.25px !important;}

.nav > ul > li.menu-item-has-children>a:after {
	position:absolute;
    right:4px;
    margin-top: 3px;
    margin-left: 3px;
    content:"";
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
	content: "\f107";
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
}

.nav > ul > li.menu-item-has-children>a>i {
	position:absolute;
	right:4px;
	margin-top:3px;
}
.single-content { padding-right:50px;}


.navbar-nav > li > .sub-menu {
    position: absolute;
    top: calc(100% + 20px);
    margin-top: 0px;
    left: 0;
    background:#fff;
    opacity: 0;
    visibility: hidden;
    max-width:250px;
	width:auto;
	min-width:220px;
    border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: 0px 5px 5px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 5px rgb(0 0 0 / 40%);
    -webkit-transform: translate(0,10px);
    -moz-transform: translate(0,10px);
    -o-transform: translate(0,10px);
    -ms-transform: translate(0,10px);
    transform: translate(0,10px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:12px;
	padding-right:12px;
}

.navbar-nav > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 0px);
    -webkit-transform: translate(0,0px);
    -moz-transform: translate(0,0px);
    -o-transform: translate(0,0px);
    -ms-transform: translate(0,0px);
    transform: translate(0,0px);
    z-index: 20;
}



.navbar-nav > li.mega-menu > .sub-menu {
    position: absolute;
    top: calc(100% + 20px);
    margin-top: 0px;
    left: 0;
    background:#fff;
    opacity: 0;
    visibility: hidden;
    max-width:1350px;
	width:auto;
	min-width:100%;
    border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: 0px 5px 5px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 5px rgb(0 0 0 / 40%);
    -webkit-transform: translate(0,10px);
    -moz-transform: translate(0,10px);
    -o-transform: translate(0,10px);
    -ms-transform: translate(0,10px);
    transform: translate(0,10px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	padding-top:12px;
	padding-bottom:12px;
}

.navbar-nav > li.mega-menu > .sub-menu {
    margin-right: 0;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding-left:10px;
	padding-right:10px;
}
.navbar-nav > li.mega-menu > .sub-menu > li  {
	-ms-flex: 0 0 16.6%;
    flex: 0 0 16.6%;
    max-width: 16.6%;
}


.navbar-nav > li.mega-menu:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 0px);
    -webkit-transform: translate(0,0px);
    -moz-transform: translate(0,0px);
    -o-transform: translate(0,0px);
    -ms-transform: translate(0,0px);
    transform: translate(0,0px);
    z-index: 20;
}

.navbar-nav .icon {
    position: absolute;
    top: 8px;
    cursor: pointer;
    right: -20px;
    font-size: 14px;
}

.nav ul li.sa-dropdown {
    margin-right: 40px !important;
}

.navbar-nav .sub-menu {

}

.navbar-nav .sub-menu a {
    padding:3px 15px;
	padding-left:5px;
	font-size:14px;
	font-weight:500;
	color:#555;
	padding-right:0;
	display:block;
	font-weight:600;
}

.navbar-nav > li.mega-menu > .sub-menu > li > a {
	font-size:20px;
	color:#008BF9;
	font-family: "Teko", sans-serif;
	text-transform:uppercase;
	display:block;
	padding-top:0;
	padding-bottom:0;
}
}

section.services {
	background:#E5F2F6;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.services:nth-child(even) {
	background:url(images/bg/1.jpg);
	
}

section.services:nth-child(even) .title h1,
section.services:nth-child(even) .title {
    color: #fff;
}

.topbar .topbar-content .row {
  animation: ltr-slide 100s linear infinite;
}



@keyframes ltr-slide {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes rtl-slide {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

section.services:nth-child(even).services .title h1, section.services:nth-child(even).services .title {
    color: #fff;
}

a[href^="tel:"] {
	white-space:nowrap;
} 

a[href^="mailto:"] {
	white-space:nowrap;
} 

.bg-image {
	background-position:center center !important;
	background-size:cover !important;
}

.page-template-page-testimonials .mfp-content {

}
section.believe-section:nth-child(even) {
	background:#E5F2F6;
}


@media (min-width: 992px) {
section.believe-section:nth-child(odd) .col-lg-6:first-child {
    -ms-flex-order: 13;
    order: 13;
}
.ab-thumb { 
padding-right:30px;
position:relative;
}
.ab-thumb .text {right:45px;}
}


@media (min-width:768px) and (max-width: 1399px) {
.navbar-nav > li.mega-menu > .sub-menu > li {
  -ms-flex: 0 0 33.2%;
  flex: 0 0 33.2%;
  max-width: 33.2%;
}
}


@media (max-width:768px){
    #ncf-overlay,.push_sidebar{
        position:fixed;
        height:100%;
        top:0;
        right:0
    }
    .home #header{
        z-index:33!important
    }
    body.sidebar-active>.mail i:before{
        content:"ï€"!important
    }
    #ncf-overlay{
        opacity:0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        background:#333;
        bottom:0;
        left:0;
        z-index:-1;
        cursor:pointer;
        -webkit-backface-visibility:hidden;
        -webkit-transition:all .3s ease;
        -moz-transition:all .3s ease;
        -ms-transition:all .3s ease;
        -o-transition:all .3s ease;
        transition:all .3s ease;
        -webkit-transform:translate(290px,0)!important;
        -moz-transform:translate(290px,0)!important;
        -ms-transform:translate(290px,0)!important;
        transform:translate(290px,0)!important;
        -webkit-transform:translate3d(290px,0,0)!important;
        -moz-transform:translate3d(290px,0,0)!important;
        -ms-transform:translate3d(290px,0,0)!important;
        -o-transform:translate3d(290px,0,0)!important;
        transform:translate3d(290px,0,0)!important;
        cursor:pointer
    }
    body.sidebar-active>#ncf-overlay{
        z-index:999;
        opacity:.7;
        -webkit-transition:all 0s ease;
        -moz-transition:all 0s ease;
        -ms-transition:all 0s ease;
        -o-transition:all 0s ease;
        transition:all 0s ease;
        transition-delay:.0s;
        -webkit-transition-delay:.0s;
        cursor:pointer;
        cursor:url(data:image/png;
        base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMAA5+botyU/eqYkX97EgzKhIA2AAAAiElEQVQI1y2OoRGDUBBElw6YoCJTQUrI0Eg+EdGZCQVABwxFoMHgMVSAog3AH9zuX3XznniHsQWXfAc0R8r7ZjV6y4mfViCzSzjeUiQvy4kfAIUwKIQptoVYIjjm7pWVjimCvRGXVfZ3rmRgnMl9ZVxJxfUJ48KKRwyJn2OKAo1jihrzJ1a66QT7yULu6TDoYQAAAABJRU5ErkJggg==),auto
    }
    body.sidebar-active>#ncf-overlay,body.sidebar-active>*{
        -webkit-transform:translate(290px,0)!important;
        -moz-transform:translate(290px,0)!important;
        -ms-transform:translate(290px,0)!important;
        transform:translate(290px,0)!important;
        -webkit-transform:translate3d(290px,0,0)!important;
        -moz-transform:translate3d(290px,0,0)!important;
        -ms-transform:translate3d(290px,0,0)!important;
        -o-transform:translate3d(290px,0,0)!important;
        transform:translate3d(290px,0,0)!important
    }
    body.sidebar-active>#ncf-overlay{
        -webkit-transform:translate(0,0)!important;
        -moz-transform:translate(0,0)!important;
        -ms-transform:translate(0,0)!important;
        transform:translate(0,0)!important;
        -webkit-transform:translate3d(0,0,0)!important;
        -moz-transform:translate3d(0,0,0)!important;
        -ms-transform:translate3d(0,0,0)!important;
        -o-transform:translate3d(0,0,0)!important;
        transform:translate3d(0,0,0)!important
    }
    .push_sidebar{
        width:290px;
        visibility:hidden;
        -webkit-transition:all .5s ease;
        -moz-transition:all .5s ease;
        -ms-transition:all .5s ease;
        -o-transition:all .5s ease;
        transition:all .5s ease;
        background:#f7f5f5;
        box-shadow:inset 7px 0 9px -7px rgba(0,0,0,.25);
        z-index:999999999999;
        left:-290px;
        padding:15px;
		padding-top:8px;
        -webkit-transform:translate(0,0)!important;
        -moz-transform:translate(0,0)!important;
        -ms-transform:translate(0,0)!important;
        transform:translate(0,0)!important;
        -webkit-transform:translate3d(0,0,0)!important;
        -moz-transform:translate3d(0,0,0)!important;
        -ms-transform:translate3d(0,0,0)!important;
        -o-transform:translate3d(0,0,0)!important;
        transform:translate3d(0,0,0)!important
    }
    body.sidebar-active>.push_sidebar{
        visibility:visible;
        -webkit-transform:translate(0,0)!important;
        -moz-transform:translate(0,0)!important;
        -ms-transform:translate(0,0)!important;
        transform:translate(0,0)!important;
        -webkit-transform:translate3d(0,0,0)!important;
        -moz-transform:translate3d(0,0,0)!important;
        -ms-transform:translate3d(0,0,0)!important;
        -o-transform:translate3d(0,0,0)!important;
        transform:translate3d(0,0,0)!important;
        left:-290px;
        opacity:1;
        -webkit-transition:all .4s ease;
        -moz-transition:all .4s ease;
        -ms-transition:all .4s ease;
        -o-transition:all .4s ease;
        transition:all .4s ease;
        transition-delay:.1s;
        -webkit-transition-delay:.1s;
        overflow:auto;
        -webkit-transform:translate(290px,0)!important;
        -moz-transform:translate(290px,0)!important;
        -ms-transform:translate(290px,0)!important;
        transform:translate(290px,0)!important;
        -webkit-transform:translate3d(290px,0,0)!important;
        -moz-transform:translate3d(290px,0,0)!important;
        -ms-transform:translate3d(290px,0,0)!important;
        -o-transform:translate3d(290px,0,0)!important;
        transform:translate3d(290px,0,0)!important
    }
    body,body.sidebar-active,body.sidebar-active>*,body>*{
        -webkit-backface-visibility:hidden;
        -webkit-transition:-webkit-transform 0.3s cubic-bezier(.645,.045,.355,1);
        -moz-transition:-moz-transform 0.3s cubic-bezier(.645,.045,.355,1);
        -ms-transition:-ms-transform 0.3s cubic-bezier(.645,.045,.355,1);
        -o-transition:-o-transform 0.3s cubic-bezier(.645,.045,.355,1);
        transition:transform 0.3s cubic-bezier(.645,.045,.355,1);
        transition-delay:.1s;
        -webkit-transition-delay:0.1s
    }
    #header.hidden-xs{
        display:none!important
    }
    .hidden-sm.mobile-header{
        display:block!important
    }
    body.sidebar-active>.push_sidebar{
        display:block!important
    }
	
.push_sidebar ul li a {
    padding: 10px 25px 10px 0px;
    text-decoration: none;
    font-size: 14px;
    color: #060606;
    letter-spacing: 2px;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}

.push_sidebar ul li {
	position:relative;
}
.push_sidebar ul li ul {
	display:none;
}
.push_sidebar ul li ul li ul li a {
	text-transform:capitalize;
}
.push_sidebar ul li .fa.fa-plus {
	position:absolute;
	right:0px;
	width:40px;
	height:40px;
	line-height:40px;
	z-index:2;
	top:0;
	text-align:right;
	font-size:15px;
	cursor:pointer;
}

.push_sidebar ul li .fa.fa-plus.active:before {
	content: "\f068";
}
	
}




.bh-sl-loc-list h2 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}


.bh-sl-loc-list {
	height:500px;
	max-height:500px;
	overflow-x:hidden !important;
	overflow-y:scroll;
}
.bh-sl-loc-list ul {
	margin-right:15px;
}
.bh-sl-loc-list ul > li {
	border-top:solid 2px  #ddd;
	padding-top:13px;
	padding-bottom:23px;
}

.bh-sl-loc-list ul > li:first-child {
	border-top:none !important;
}

.single-content .title {
	margin-bottom:0;
}

div.meta {
    margin-bottom:0px;
}

div.meta ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #222;
    font-weight: bold;
	list-style:none;
	margin-bottom:0;
}

div.meta ul li:before {
	display:none !important;
}
div.meta ul li:first-child { padding-left:0;}
div.meta ul li {
    margin-right: 10px;
}

div.meta ul li a {
    color: var(--red-color);
}

div.meta ul li a:hover {
    color: var(--primary-color);
}

.list-content p {
	margin-bottom:0;
	text-transform:uppercase;
}
.list-content p strong {
	color:#555;
	font-weight:600;
}
.loc-phone , .list-content, .list-content p, .list-content a {
	font-size:16px;
}
.loc-addr p {
	font-weight:600;
}
.loc-phone a {
	font-weight:600;
	color:#1456A1;
}
.list-content h2 { 
   font-family: "Inter", sans-serif;
    font-size:18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
	color:#1456A1;
}
.team-logos {
	list-style:none;
	list-style-type:none;
	margin-top:25px;
	margin-bottom:15px;
}
.team-logos li {
	list-style:none;
	list-style-type:none;
	position:relative;
}

.team-logos li>a {
	position:absolute;
	top:0;
	left:0;
	display:block;
	height:100%;
	width:100%;
}
.team-logos li:before {
	display:none;
}

.nav > ul > li.has-sub-menu>a {
	position:relative;
}
.nav > ul > li.has-sub-menu>a:before {
	height:22px;
	top:100%;
	display:block;
	width:100%;
	position:absolute;
	content:"";

}




.topbar .topbar-content .row {
		min-width:170%;
		width:170%;
		max-width:170%;
}




@media (max-width:1199px) {
.topbar .topbar-content .row {
		min-width:250%;
		width:250%;
		max-width:250%;
}
}



@media (max-width:1024px) {
.topbar .topbar-content .row {
		min-width:270%;
		width:270%;
		max-width:270%;
}
}


@media (max-width:768px) {
	.topbar .topbar-content .row {
		min-width:400%;
		width:400%;
		max-width:400%;
}
}


.grecaptcha-badge {
	height:0;
	width:0;
	display:block;
	opacity:0;
	visibility:hidden;
	
}

span.wpcf7-form-control.wpcf7-acceptance input {margin-right:5px;}
span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label {color:#fff;cursor:pointer;}
span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label a {color:#fff;text-decoration:underline;}