/*!
Theme Name: WP Bootstrap 4 Child	
Theme URI: https://bootstrap-wp.com
Author: TwoPoints
Author URI:
Template: wp-bootstrap-4
Description: "WP Bootstrap 4" is a simple & easy to use WordPress theme. It is based on world's most popular framework for responsive websites, Twitter Bootstrap 4. "WP Bootstrap 4" is a perfect combination of Bootstrap 4 and WordPress. It is fast and light-weight with around 20 kb style.css. It is also search engine friendly. It has a built-in slider for featured posts on blog's home page. It supports all major & popular WordPress plugins like Jetpack, Contact Form 7, Elementor, Beaver Builder, SiteOrigin Page Builder etc. Check demo on https://bootstrap-wp.com
Version: 1.0.9
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: wp-bootstrap-4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WP Bootstrap 4 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
@font-face {
    font-family: 'CirceRegular';
    src: url('fonts/CirceRegular.eot');
    src: url('fonts/CirceRegular.eot') format('embedded-opentype'),
         url('fonts/CirceRegular.woff2') format('woff2'),
         url('fonts/CirceRegular.woff') format('woff'),
         url('fonts/CirceRegular.ttf') format('truetype'),
         url('fonts/CirceRegular.svg#CirceRegular') format('svg');
}
@font-face {
    font-family: 'CirceLight';
    src: url('fonts/CirceLight.eot');
    src: url('fonts/CirceLight.eot') format('embedded-opentype'),
         url('fonts/CirceLight.woff2') format('woff2'),
         url('fonts/CirceLight.woff') format('woff'),
         url('fonts/CirceLight.ttf') format('truetype'),
         url('fonts/CirceLight.svg#CirceLight') format('svg');
}
@font-face {
    font-family: 'CirceBold';
    src: url('fonts/CirceBold.eot');
    src: url('fonts/CirceBold.eot') format('embedded-opentype'),
         url('fonts/CirceBold.woff2') format('woff2'),
         url('fonts/CirceBold.woff') format('woff'),
         url('fonts/CirceBold.ttf') format('truetype'),
         url('fonts/CirceBold.svg#CirceBold') format('svg');
}
.site-header {
    border-bottom: none;
}
#site-navigation{
    /*height: 140px;*/
    background-color: #2b2b2b !important;
    z-index: 999;
}
.button_container {
    position: absolute;
    /*top: 31%;*/
    right: 16px;
    height: 35px;
    width: 40px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
    background: #fff;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
.button_container span:nth-of-type(4){
  top: 33px;	
}
.button_container.active .bottom-last {
    opacity: 0;
    background: #FFF;
}
.overlay-menu-div {
  z-index: 16;	
  position: fixed;
  background: #2a2a2a;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay-menu-div.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    background: #2a2a2a;  
}
.overlay-menu-div.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay-menu-div.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay-menu-div.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay-menu-div.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay-menu-div nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  text-align: center;
    background: #2a2a2a;   
}
.overlay-menu-div ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay-menu-div ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay-menu-div ul li a {
    font-family: 'CirceRegular';	
	font-size: 26px;	
	display: block;
	position: relative;
	color: #FFF;
	text-decoration: none;
	overflow: hidden;
}
.overlay-menu-div ul li a:hover:after, .overlay-menu-div ul li a:focus:after, .overlay-menu-div ul li a:active:after {
  width: 100%;
}
.overlay-menu-div ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}
li.phone a{
font-family: 'CirceRegular';
    font-size: 24px;
    color: #fff;
    margin-left: 5px;
    background-color: #eb4d4b;
    display: block;
    padding: 12px 25px;
    border-radius: 5px;
    font-family: 'CirceRegular';
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;	
}
a:hover{
	text-decoration: none;
}
.navbar-brand-centered {
    position: absolute;
    left: 50%;
    display: block;
    width: 260px;
    text-align: center;
} 
.navbar .navbar-brand-centered {
    margin-left: -130px;
    margin-top: -30px;       
}
/* Video overlay and content */
/* Settings - feel free to play with these */
$overlay_opacity: 0.3; 
$overlay_pattern: 'https://d3k5xyayaartr5.cloudfront.net/_assets/pattern-overlays/patterns/black-medium-checks.png'; 
/*Grab the url of a png from here - http://html5backgroundvideos.com/pattern-overlays/ */
.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none; /* Allows right click menu on the video */
	background: url($overlay_pattern) left top repeat;
    opacity: $overlay_opacity;
}
.video-hero--content {
    width: 600px;
    padding: 30px;   
    position: relative;
    text-align: center;
    color: #FFF;
    margin: 200px auto;
	box-shadow: 0 7px 12px 1px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background-color: rgba(246, 246, 240, 0.70);
}
.home .video-hero--content h2, .home .video-hero--content p{
	color: #fff;
	font-weight: 800;
}
.home .video-hero--content {
	background-color: #37525ad1;
}
.video-hero--content h2 {
    font-family: 'CirceLight';	
    color: #000;    
	font-size: 60px;
	margin: 0 0 10px;
}
.video-hero--content p {
    font-family: 'CirceLight';
    color: #000;	
	font-size: 48px;
	margin: 0;
}
/* CSS from jQuery Background Video plugin */
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    	background-size: cover;
}
.jquery-background-video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-o-object-fit: contain;
	   object-fit: contain;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	    	transform: translate(-50%,-50%);
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
	opacity: 0;

}
.js .jquery-background-video.is-visible {
	opacity: 1;
}

/**
 * Pause/play button
 */ 
.jquery-background-video-pauseplay {
	position: absolute;
	background: transparent;
	border: none;
	box-shadow: none;
	width: 20px;
	height: 20px;
	top: 15px;
	right: 15px;
	padding: 0;
	cursor: pointer;
	outline: none !important;
    display: none;	
}
.jquery-background-video-pauseplay span {
	display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}
.jquery-background-video-pauseplay.play:before {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
	left: 10px;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
section.about{
	background-color: #f6f6f0;	
	padding: 150px 0;
}
section.about .box{
    position: relative;
    width: 900px;
    box-shadow: 0 7px 12px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: #ffffff;
    padding: 60px 60px 15px 60px;
}
section.about .box img{
    top: -5%;
    position: absolute;	
}
.navbar .navbar-brand-centered img{
	width: 50px;
}
section.about .box h3{
	margin-top: 30px;
	color: #010101;
    font-family: 'CirceRegular';
	font-size: 25px;
	font-weight: 300;	
}
section.about .box  p{
	color: #000000;
    font-family: 'CirceRegular';
	font-size: 18px;
	font-weight: 400;	
}
a.btn-page{
	display: block;
    text-align: center;
    line-height: 60px;
    width: 370px;
    height: 60px;
    border-radius: 5px;
    background-color: #37525a;
    color: #ffffff;
    font-family: 'CirceRegular';
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px #37525a solid;
}
a.btn-page:hover{
	background: #fff;
	color: #37525a;
}
section.about .box a.btn-page{
    margin: 0 auto;
    position: relative;
    top: 13%;	
}
section.video{
	padding: 100px 0;
	background-color: #37525a;
}
section.video h2{
	color: #ffffff;
    font-family: 'CirceRegular';
	font-size: 48px;
	font-weight: 300;
	text-transform: uppercase;		
}
section.video h3{
	color: #ffffff;
    font-family: 'CirceRegular';
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;	
}
section.video .box{
    box-shadow: 0 7px 12px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border: 15px #ffffff solid;
    border-bottom: 10px #fff solid;
    margin-top: 65px;
    background: #fff;		
}
section.video .box iframe{
    width: 850px;
    height: 465px;
}
section.info-first{
	background-color: #f6f6f0;	
	padding: 35px 0;
}
section.info-first img{
	float: left;
    height: auto;
    width: 470px;	
}
section.info-first .box{
	width: auto;	
}
section.info-first .box p{
    font-family: 'CirceRegular';
	font-size: 40px;
	font-weight: 400;
}
.home a.btn-page-sm{
	font-size: 24px;
}
a.btn-page-sm{
	width: 250px;
	height: 60px;
	border-radius: 5px;
	background-color: #37525a;	
	color: #ffffff;
	line-height: 60px;
    font-family: 'CirceRegular';
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;	
	display: block;
	text-align: center;
    border: 1px #37525a solid;
}
.phone-link a{
	line-height: 52px;
	font-family: 'CirceRegular';
	font-size: 24px;
	font-weight: 400;
	margin-left: 15px;
	color: #fff;	
}
.phone-link a:hover{
	color: #fff;	
}
a.btn-page-sm:hover{
	background: #fff;
	color: #37525a;
}
section.info-first a.btn-page-sm{
	display: inline-block;
}
section.info-first a.btn-page-sm:first-of-type{
    margin-right: 46px;	
}
section.info-second .box{
	width: 551px;
}
section.info-second .box p{
	color: #ffffff;
    font-family: 'CirceRegular';
	font-size: 18px;
	font-weight: 400;	
}
section.info-third .img-block{
	width: 875px;	
	height: 590px;	
	background-position: center center!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	float: left;
}
section.info-third .box p{
	color: #ffffff;
    font-family: 'CirceRegular';
	font-size: 18px;
	font-weight: 400;		
}
section.info-third .box a.btn-page-sm{
	background-color: #f6f6f0;
	color: #000000;		
}
section.info-third .box {
    width: 551px;
    margin-left: 50px;
}
section.feedback{
	padding: 55px 0;
	background-color: #f6f6f0;	
}
section.feedback h2{
	color: #010101;
    font-family: 'CirceRegular';
    font-size: 48px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 70px;
    text-align: center;
}
section.feedback .box{
	width: 760px;
}
section.feedback .bx-pager.bx-default-pager{
	display: none;
}
section.feedback .bxslider img{
	margin: 0 auto
}
section.feedback .bxslider .col-lg-3{
	text-align: center;
}
section.feedback .bxslider .col-lg-3 h3{
	color: #000000;
    font-family: 'CirceRegular';
	font-size: 18px;
	font-weight: 400;
	margin-top: 15px;	
}
section.feedback .bxslider .col-lg-9 p{
	color: #000000;
    font-family: 'CirceRegular';
	font-size: 18px;
	font-weight: 400;
    margin-right: 30px;		
}
section.feedback .bx-wrapper .bx-prev {
    left: -20px;
}
section.feedback .bx-wrapper .bx-next {
    right: -20px;
}
.home .bx-wrapper {
    margin-bottom: 0!important;
}
section.info-fourth h2 {
    position: relative;
    text-align: center;
    top: 100px;
	color: #fff;
    font-family: 'CirceRegular';
	font-size: 48px;
	font-weight: 300; 
	margin-bottom: 30px;	   
}
section.info-fourth a.btn-page-sm{
	margin: 0 auto;
}
section.info-fourth{

}
section.info-fourth .box{
	width: 455px;	
}
section.info-fourth p{
	color: #fff;
    font-family: 'CirceRegular';
	font-size: 18px;
	font-weight: 400;	
}
section.emergy h2{
	color: #ffffff;
    font-family: 'CirceRegular';
	font-size: 48px;
	font-weight: 300;	
}
section.emergy p{
	color: #ffffff;
    font-family: 'CirceRegular';
	font-size: 18px;
	font-weight: 300;	
}
section.emergy .box {
    width: 551px;
    margin-left: calc(50% - 150px);
    margin-right: 70px;
}
section.emergy .img-block{
	width: 875px;
	height: 590px;	
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;	
	float: right;
}
section.emergy a.btn-page-sm{
	background-color: #ffffff;	
	color: #eb4d4b;
	border: none;	
}
section.emergy a.btn-page-sm:hover{
	background-color: #ffffff;	
	color: #eb4d4b;	
}
footer#colophon {
    background-color: #37525a!important;
    margin: 0!important;
    padding: 0!important; 
}
footer#colophon section.contact a.btn-page-sm{
	background-color: #f6f6f0;
	color: #000000!important;
	margin: 0 auto;	
}
footer#colophon section.contact{
	color: #fff;
    font-family: 'CirceRegular';
    padding: 120px 0;    	
}
footer#colophon section.contact a{
	color: #fff!important;	
}
footer#colophon section.contact p{
	font-size: 18px;	
}
footer#colophon section.contact p{
	font-size: 18px;	
}
footer#colophon section.contact h2{
	font-size: 30px;	
}
footer#colophon section.contact h3{
	font-size: 26px;	
}
footer#colophon section.contact h4{
	font-size: 20px;	
}
footer#colophon section.contact iframe{
	margin-top: 65px;
	width: 570px;
	height: 420px;	
}
section.site-info{
	background-color: #2b2b2b;	
}
section.site-info .white-div{
	height: 100px;
	background-color: #f6f6f0;	
}
a.logo-footer img{
	width: 40px;
}
section.site-info .text-top{
	color: #fff;
    font-family: 'CirceRegular';
    padding: 50px 0;	
}
footer#colophon ul.social {
    padding: 0;
    margin: 0;
}
footer#colophon ul.social li{
	display: inline-block;
	margin-left: 40px;
}
footer#colophon ul.social li:hover{
	opacity: 0.7;
}
footer#colophon ul.social li:first-of-type{
	margin-left: 0;	
}
.copyright {
    padding-top: 50px;
    color: #fff;
    font-family: 'CirceRegular';    
}
.blog .video-hero--content{
    height: auto;
    box-shadow: none;
    background-color: transparent;
    margin: 135px auto;   	
}
.blog .video-hero--content h2{
	color: #fff;
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;	
}
.blog {
	background-color: #f6f6f0;
}
footer#colophon section.contact{
	display: block;
}
.home footer#colophon section.contact{
	display: block;
}
.blog section.posts {
    padding: 100px 0;
}
.site-footer a svg{
    width: 40px;
    height: 40px;
    fill: #fff;	
}
.blog .item{
	background-color: #37525a;
	padding: 70px 50px;
	margin-bottom: 50px;
}
.blog .item p.date, .blog .item p.category, .blog .item p.text{
	color: #ffffff;
    font-family: 'CirceRegular';
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 20px;	
}
.blog .item h3{
	color: #ffffff;
    font-family: 'CirceRegular';
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;	
	margin: 50px 0 30px 0;
}
.blog .item a.btn-page-sm{
	background-color: #f6f6f0;
	color: #000;
}
.blog .item .image-div{
	width: 100%;
	height: 360px;	
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;	
}
.alm-btn-wrap .alm-load-more-btn{
	width: 330px;
	height: 60px;
	background-color: #37525a;
	color: #ffffff;
    font-family: 'CirceRegular';
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;	
	line-height: 60px;
	border: 1px #37525a solid;
	cursor: pointer;
	margin: 0 auto;
	display: block;
}
.alm-btn-wrap .alm-load-more-btn:hover{
	color :#37525a;
	background: #fff;	
}
.sidebar ul.social {
    padding: 0;
    margin: 0;
    margin-top: 30px;    
}
.sidebar ul.social li {
    display: inline-block;
    margin-left: 40px;
}
.sidebar ul.social li:first-of-type {
    margin-left: 0;
}
.sidebar ul.social li a svg {
    width: 40px;
    height: 40px;
    fill: #37525a;
}
.sidebar form input{
	border: 3px solid #37525a;
	border-radius: 0;
    font-family: 'CirceRegular';
    background: transparent;    		
}
.sidebar select{
	border: 3px solid #37525a;
	border-radius: 0;
    font-family: 'CirceRegular';
    background: transparent;    		
}
.sidebar h4 {
	color: #2b2b2b;
    font-family: 'CirceRegular';
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;	
}
.sidebar form:after{	
    content: "";
    display: block;
    background: url(assets/images/search.png) no-repeat;
    width: 20px;
    height: 20px;
    right: 0;
    position: absolute;
    margin: -30px 25px 0px 0px;
}
.popular-posts .overlay {
	position: relative!important;
}
.popular-posts .overlay:before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.popular-posts .black:before {
	background-color: rgba(55, 82, 90, 0.6)!important;
}
.popular-posts .popular-posts-item{
	height: 370px;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;	
    margin-bottom: 30px;	
}

.popular-posts .popular-posts-item h2{
	color: #ffffff;
    font-family: 'CirceRegular';
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
    z-index: 2;
    position: relative;
}
.popular-posts .popular-posts-item a.btn-more{
	color: #000000;
    font-family: 'CirceRegular';
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;	
	width: 230px;
	height: 60px;
	background-color: #f6f6f0;
    z-index: 2;
    position: relative;
    display: block;		
    text-align: center;
    line-height: 60px;
}
.single-post .item {
    background-color: #37525a;
    padding: 70px 50px;
    margin-bottom: 50px;
}
.single-post section.posts {
    padding: 100px 0;
}
.single-post .video-hero--content {
    height: auto;
    box-shadow: none;
    background-color: transparent;
    margin: 135px auto;
}
.single-post .video-hero--content h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
}
.single-post  .item p.date, .single-post  .item p.category, .single-post  .item p.text {
    color: #ffffff;
    font-family: 'CirceRegular';
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.single-post .item p{
    color: #ffffff;
    font-family: 'CirceRegular';
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.top-image-single{
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;		
}
.top-image-single h2{
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 200px 0;
    text-align: center;
    margin: 0;
}
.page-template-tmp-services .video-hero--content {
    box-shadow: none;
    background-color: transparent;
}
.page-template-tmp-services .video-hero--content h2{
	color: #fff;
	text-transform: uppercase;
}
.page-template-tmp-services section.text{
	background-color: #f6f6f0;	
	padding: 100px 0;
}
.page-template-tmp-services section.text h2{
	color: #010101;
    font-family: 'CirceRegular';
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;	
}
.page-template-tmp-services section.text p{
	color: #010101;
    font-family: 'CirceRegular';
	font-size: 18px;
	font-weight: 300;	
}
section.item-services{
	background-color: #37525a;
}
section.item-services .video iframe{
	width: 570px;
	height: 360px;
	box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.2);
	border: 15px #ffffff solid;	
    position: relative;
    top: 118px;		
}
section.item-services h2{
    margin-left: 55px;
    margin-top: 73px;
	color: #f2fff4;
    font-family: 'CirceRegular';
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;    
}
section.item-services p{
    margin-left: 55px;	
	color: #f2fff4;
    font-family: 'CirceRegular';
	font-size: 18px;
	font-weight: 300; 
} 
body{
	background-color: #f6f6f0;
} 
.page-template-tmp-services #content a.btn-page-sm{
	margin: 0 auto;
	margin-top: 168px;
}
.page-template-tmp-emergency .video-hero--content {
    box-shadow: none;
    background-color: transparent;
}
.page-template-tmp-emergency .video-hero--content h2 {
    color: #fff;
    text-transform: uppercase;
}
.page-template-tmp-emergency section.emergy{
	background-color: #eb4d4b;
}
.page-template-tmp-emergency-2 section.emergy{
	background-color: #eb4d4b;
}
.page-template-tmp-emergency section.emergy .box {
    width: auto;
    margin-left: 0;
    margin-right: 0;
}
.page-template-tmp-emergency-2 section.emergy .box {
    width: auto;
    margin-left: 0;
    margin-right: 0;
}
.page-template-tmp-emergency section.emergy a.btn-page-sm{
	margin: 0 auto;
}
.page-template-tmp-emergency-2 section.emergy a.btn-page-sm{
	margin: 0 auto;
}
.page-template-tmp-emergency .d-flex.justify-content-start.align-items-center{
	min-height: 390px;
}
.page-template-tmp-emergency-2 .d-flex.justify-content-start.align-items-center{
	min-height: 390px;
}
.page-template-tmp-about .video-hero--content {
    box-shadow: none;
    background-color: transparent;
}
.page-template-tmp-about .video-hero--content h2 {
    color: #fff;
    text-transform: uppercase;
}
.page-template-tmp-abou section.text {
    background-color: #f6f6f0;
    padding: 100px 0;
}
.page-template-tmp-about section.text h2 {
    color: #010101;
    font-family: 'CirceRegular';
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
.page-template-tmp-about section.text p {
    color: #010101;
    font-family: 'CirceRegular';
    font-size: 18px;
    font-weight: 300;
}
.page-template-tmp-about section.text {
    background-color: #f6f6f0;
    padding: 100px 0;
}
.page-template-tmp-about section.feedback{
	background-color: #37525a;
}
.page-template-tmp-about .bx-wrapper{
	margin: 0;
}
.page-template-tmp-about section.feedback .d-flex.flex-column.align-items-center{
    background-color: #f6f6f0;
    padding: 30px;
    width: 80%;
    margin: 0 auto;	
}
.page-template-tmp-contact .video-hero--content {
    box-shadow: none;
    background-color: transparent;
}
.page-template-tmp-contact .video-hero--content h2 {
    color: #fff;
    text-transform: uppercase;
}
.page-template-tmp-contact footer#colophon section.contact {
    display: block;
}
.page-template-tmp-contact section.contact-block{
	background-color: #f6f6f0;
	padding: 130px 0 100px 0;
}
.page-template-tmp-contact div#wpcf7-f6-o1 {
    width: 65%;
    margin: 0 auto;
}
.page-template-tmp-contact div#wpcf7-f6-o1 input{
	border: 3px solid #37525a;
    color: #2b2b2b;
    font-family: 'CirceRegular';
    font-size: 18px;
    border-radius: 0;
    font-weight: 300;
    background: transparent;
    padding: 10px;    	
}
.page-template-tmp-contact div#wpcf7-f6-o1 textarea{
	border: 3px solid #37525a;
    color: #2b2b2b;
    font-family: 'CirceRegular';
    font-size: 18px;
    border-radius: 0;
    font-weight: 300;
    background: transparent;
	height: 184px;    	
}
.page-template-tmp-contact div#wpcf7-f6-o1 input.wpcf7-form-control.wpcf7-submit{
    width: 270px;
    height: 60px;
    color: #ffffff;
    font-family: 'CirceRegular';
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #37525a;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
    display: block;
    padding: 0;
}
.page-template-tmp-gallery .video-hero--content {
    box-shadow: none;
    background-color: transparent;
}
.page-template-tmp-gallery .video-hero--content h2 {
    color: #fff;
    text-transform: uppercase;
}
section.slider ul.bxslider2 li .img-div-bg{
    margin-left: 15px;	
	width: 570px;
	height: 360px;	
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;	
	box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.2); 
	border: 15px #fff solid;   	
}
section.slider ul.bxslider2 li .text-slider {
    margin-left: 88px;
}
section.slider ul.bxslider2 li .text-slider h3{
	color: #010101;
    font-family: 'CirceRegular';
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;	
    width: 445px;	
}
section.slider ul.bxslider2 li .text-slider p{
	color: #010101;
    font-family: 'CirceRegular';
	font-size: 18px;
	font-weight: 300;
    width: 445px;		
}

section.slider ul.bxslider2 li{
    width: 1125px;	
}
section.slider .bx-pager .active img{
	box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.2);
	border: 15px #37525a solid!important;
}
section.slider .bx-pager a img{
	width: 150px;
	height: 120px;	
	border: 15px transparent solid;   
}
section.slider .bx-wrapper .bx-controls-direction a{
	top: 510px;
}
section.slider .bx-wrapper .bx-prev {
    left: -70px;
}
section.slider .bx-wrapper .bx-next {
    right: -70px;
}
section.slider {
    padding-top: 100px;
}
.personal-photo img{
	margin:  0 auto;
    display: block;	
}
.archive .item, .search-results .item {
    background-color: #37525a;
    padding: 70px 50px;
    margin-bottom: 50px;
}
.archive .item a.btn-page-sm, .search-results .item a.btn-page-sm {
    background-color: #f6f6f0;
    color: #000;
}
.archive .item .entry-summary p, .search-results .item .entry-summary p{
    color: #ffffff;
    font-family: 'CirceRegular';
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.archive .item .card-footer, .search-results .item .card-footer {
    padding: 0;
    background-color: transparent;
    border-top: none;
}
.archive .item .cat-links .badge, .search-results .item .cat-links .badge{
    font-size: 90%;
    font-weight: normal;
    border: none;
    margin: 0;
    padding: 0;
}
.archive .item .cat-links a, .archive .item .tags-links a, .search-results .item .tags-links a{
	color: #fff;
    font-family: 'CirceRegular';
    font-size: 18px;
    font-weight: 300;	
}
.archive .item .card-title.entry-title a, .search-results .item .card-title.entry-title a{
	color: #ffffff!important;
    font-family: 'CirceRegular';
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 50px 0 30px 0;
	display: block;    	
}
.archive header.page-header h1.page-title, .search-results header.page-header h1.page-title{
	font-family: 'CirceRegular';
	margin-bottom: 30px;
}
.archive section.posts, .search-results section.posts {
    padding-top: 100px;
}
.error404 .card.mt-3r {
    margin-top: 90px;
    border-radius: 0;
    border: none;
    background-color: #37525a;    
}
.error404 h1.page-title{
	font-family: 'CirceRegular';
	color: #fff;	
}
.error404 .page-content p{
	font-family: 'CirceRegular';
	color: #fff;		
}
.error404 input.s.form-control {
    font-family: 'CirceRegular';
	color: #495057;
    border-radius: 0;
}
.search header.page-header h1.page-title {
    font-family: 'CirceRegular';
    margin-bottom: 30px;
}
.search section.posts {
    padding-top: 100px;
}
.search-no-results .card.mt-3r {
    margin-top: 0;
    border-radius: 0;
    border: none;
    background-color: #37525a;
}
.search-no-results h1.page-title {
    font-family: 'CirceRegular';
    color: #fff;
}
.search-no-results .page-content p {
    font-family: 'CirceRegular';
    color: #fff;
}
.search-no-results input.s.form-control {
    font-family: 'CirceRegular';
	color: #495057;
    border-radius: 0;
}
.page-template-tmp-visit .video-hero--content {
    box-shadow: none;
    background-color: transparent;
}
.page-template-tmp-visit .video-hero--content h2{
	color: #fff;
	text-transform: uppercase;
}
.page-template-tmp-visit section.text h2, .page-template-tmp-visit section.text p{
	text-align: center;
	color: #fff;
	font-family: 'CirceRegular';	
}
.page-template-tmp-visit section.text {
    padding: 120px 0;
    background: #37525a;
}
.page-template-tmp-visit a.btn-page-sm {
    background-color: #f6f6f0;
    color: #000000;
    margin: 0 auto;
    display: block;
}
.phone-link a{
	
}
.page-template-tmp-about .text iframe{
	margin:0 auto!important;
	display:block;	
}

.site-header {
    border-bottom: 0;
    position: fixed;
    min-width: 100%;
    display: block;
    z-index: 99999;
}

.custom-btn-tel {
    color: #fff;
    margin-left: 5px;
    background-color: #eb4d4b;
    margin-top: -22px;
    display: block;
    padding: 12px 25px;
    border-radius: 5px;
    font-family: 'CirceRegular';
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.align-items-center .bx-wrapper {
    max-width: 95% !important;
    display: block;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

/* Основные стили */
.emerg_container {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.icon-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.icon-wrapper {
    flex: 0 0 17%; /* Делит строку на 5 частей, с небольшим запасом */
    max-width: 17%;
    box-sizing: border-box; /* Обеспечивает корректное отображение паддингов и границ */
    padding: 10px; /* Отступы между иконками */
}

.icon-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 150px; /* Фиксированная высота для иконок */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-img {
    max-height: 50px; /* Устанавливает максимальную высоту для изображений */
    object-fit: contain; /* Масштабирует изображения внутри контейнера, сохраняя их пропорции */
}

.icon-text {
    font-family: 'CirceRegular';
    color: #eb4d4b;
    margin-top: 10px;
}

.icon-section h2 {
    color: #fff;
    margin-bottom: 20px;
}

.text-image-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.text-section {
    text-align: left;
}

.image-section {
    text-align: right;
}

.image-img {
    max-width: 100%;
    border-radius: 10px;
}

.text-image-section h2, .text-image-section p {
    color: #fff;
}

/* Адаптация под мобильные устройства */
@media (max-width: 768px) {
    .icon-wrapper {
        flex: 0 0 45%; /* Делит строку на 2 части */
        max-width: 45%;
    }

    .icon-box {
        height: 150px; /* Фиксированная высота для иконок на мобильных устройствах */
    }

    .icon-img {
        max-height: 50px; /* Устанавливает максимальную высоту для изображений на мобильных устройствах */
    }

    .text-image-section .row {
        flex-direction: column;
    }

    .text-section, .image-section {
        text-align: center;
    }

    .image-section {
        margin-top: 20px;
    }
	.new-img-about {
		max-width: 100% !important;
	}
}

@media (max-width: 480px) {
    .icon-wrapper {
        flex: 0 0 45%; /* Делит строку на 2 части */
        max-width: 45%;
    }

    .icon-box {
        height: 150px; /* Фиксированная высота для иконок на мобильных устройствах */
    }

    .icon-img {
        max-height: 50px; /* Устанавливает максимальную высоту для изображений на мобильных устройствах */
    }

    .text-image-section .row {
        padding: 10px;
    }

    .text-image-section h2 {
        font-size: 1.5rem;
    }

    .text-image-section p {
        font-size: 1rem;
    }
	.new-img-about {
		max-width: 100% !important;
	}
}


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 991px) { 
	section.about img.mob-img {
	    display: none;
	}	
}
@media (max-width: 1366px) { 
	section.info-first img {
	    width: 400px;
	}	
	section.info-first .d-flex.justify-content-center.align-items-center {
		height: 440px!important;
	}
}
@media (max-width: 1199px) {
	section.info-third .img-block {
	    width: 670px;
	}
	section.emergy .img-block {
	    width: 670px;
	}		
}
@media (max-width: 991px) {
	.home .video{
		display: none;
	}
	.page-template-tmp-services #content a.btn-page-sm {
	    margin: 0 auto;
	    margin-top: 100px;
	}	
	section.item-services .video {
	    margin-top: 25px;
	    margin-bottom: 25px;
	}
	section.item-services h2 {
	    margin-left: 0;
	    margin-top: 10px;
	}	
	section.item-services p {
	    margin-left: 0;
	}	
	section.item-services {
	    text-align: center;
	}	
	section.item-services .video iframe {
	    top: 0;
	    margin: 0 auto;
	    display: block;
	}	
	.page-template-tmp-about section.feedback .bxslider .col-lg-9 p {
	    margin: 0 20px;
	}	
	.page-template-tmp-about section.feedback .d-flex.flex-column.align-items-center {
	    background-color: #f6f6f0;
	    padding: 15px;
	    width: 100%;
	    margin: 0 auto;
	}	
	section.about img.mob-img {
	    margin: 0 auto;
	    display: block;
	    top: 0;
	    position: relative;	    
	}	
	section.about .box .d-flex img{
		display: none;
	}	
	section.video .box iframe {
	    width: 700px;
	    height: 400px;
	}
	section.info-first img {
	    display: none;
	}
	section.info-first .box p {
	    text-align: center;
	}
	section.info-third .img-block {
	    display: none;
	}
	section.emergy .img-block {
	    display: none;
	}	
	section.emergy .box {
	    margin-left: 0;
	    margin-right: 0;
	    margin: 0 auto;
	}
	section.info-second .box {
	    margin: 0 auto;
	    text-align: center;
	}
	section.info-second a.btn-page-sm{
		margin: 0 auto;
	}
	section.info-third .box p {
    	text-align: center;
	}
	section.info-third .box a.btn-page-sm {
	    margin: 0 auto;
	}
	section.emergy {
	    text-align: center;
	}
	section.emergy a.btn-page-sm {
	    margin: 0 auto;
	}
	section.about .box {
	    margin: 0 35px;
	    width: auto;
		padding: 50px 50px;
        max-width: 95%;
	}
	section.info-fourth .box {
	    width: auto;
	}	
	footer#colophon section.contact iframe {
	    margin-top: 0;
	}
	section.feedback h2 {
	    text-align: center;
	}
	section.about .box a.btn-page {
    	top: 8%;
	}
	section.info-fourth .video-hero.jquery-background-video-wrapper.demo-video-wrapper {
	    padding: 100px 0;
	}
	section.info-fourth h2 {
	    top: 0;
	}	
	section.info-fourth .row.d-flex.align-items-center{
		height: auto!important;
	}	
	section.info-fourth .row.d-flex.align-items-center .last-block{
		margin-top: 35px;
	}
	section.feedback .box {
	    width: 680px;
	}
	section.feedback .bxslider .col-lg-9 p {
	    margin-right: 0;
	    margin: 0 50px;
	}		
	section.slider ul.bxslider2 li .text-slider {
	    margin-left: 0;
	    display: none;
	}
	section.slider ul.bxslider2 li .text-slider h3 {
	    width: auto;
	}
	section.slider ul.bxslider2 li .text-slider p {
	    width: auto;
	}
	.page-template-tmp-gallery .bx-controls.bx-has-controls-direction {
	    display: none;
	}
	.page-template-tmp-gallery .bx-pager{
		display: none;
	}	
	section.slider ul.bxslider2 li .img-div-bg {
	    display: block;
	    margin: 0 auto;
	    width: 70%;
	    height: 355px;
	}	
	section.slider {
	    padding-top: 50px;
	}	
	.page-template-tmp-gallery .bx-wrapper {
	    margin-bottom: 0;
	}

}

.video-hero.demo-video-wrapper {
    margin-top: 65px !important;
}


@media (max-width: 768px) {
	.video-hero--content {
	    width: auto;
		margin: 110px 15px;
	}



	.site-branding-text {
	    display: none;
	}	
	section.about {
	    padding: 50px 0;
	}
	.video-hero--content p {
	    font-size: 28px;
	}
	.video-hero--content h2 {
	    font-size: 32px;
	}
	section.about .box h3 {
	    font-size: 30px;
	    margin-top: 15px;
	    margin-bottom: 40px;
		text-align: center!important;	    
	}
	a.btn-page {
	    width: 280px;
	    font-size: 16px;
	}	
	section.video h2 {
	    font-size: 30px;
	}	
	section.video h3 {
	    font-size: 16px;
	}	
	section.video {
	    padding: 50px 0;
	}	
	section.feedback .box {
	    width: auto;
	    padding: 0 15px;
	}
	section.site-info .container{
		padding: 50px 0;
	}	
	section.site-info .text-top {
	    padding: 25px 0;
	}
	.copyright {
	    padding-top: 25px;
	}	
	section.site-info .white-div {
	    height: 50px;
	}
	footer#colophon section.contact {
	    padding: 50px 0;
	}
	footer#colophon section.contact iframe {
	    margin-bottom: 20px;
	}	
	section.emergy .box {
	    padding: 0 15px;
	    width: auto;
	}	
	section.info-fourth .box {
	    padding: 0 15px;
	}	
	section.info-first .box {
	    width: auto;
	    margin: 0 auto;
		padding: 0 15px;	    
	    display: block;
	    text-align: center;
        max-width: 100%;
	}	
	section.info-first a.btn-page-sm:first-of-type {
	    margin-right: 0;
	}	
	section.info-first a.btn-page-sm{
	    margin-top: 15px; 		
	}
	section.about .box a.btn-page {
	    top: 0;
	}
	section.video .box {
	    margin: 0 15px;
	}	
	section.info-third .box {
	    width: auto;
	    margin-left: auto;
	    margin: 0 15px;
	}	
	.page-template-tmp-services #content a.btn-page-sm {
	    margin-top: 50px;
	}	
	section.feedback {
	    padding: 50px 0;
	}	
	.page-template-tmp-about section.text {
	    padding: 50px 0;
	}	
	.page-template-tmp-services section.text {
	    padding: 50px 0;
	}
	.alm-btn-wrap .alm-load-more-btn {
	    width: 270px;
	    margin-bottom: 50px;
	}	
	.blog section.posts {
	    padding: 50px 0;
	}
	.blog .item {
	    padding: 25px 25px;
	    margin-bottom: 50px;
	}
	.page-template-tmp-contact div#wpcf7-f6-o1 {
	    width: 100%;
	    margin: 0 auto;
	}
	.page-template-tmp-emergency section.emergy {
	    padding: 25px 0;
	}
	.page-template-tmp-emergency-2 section.emergy {
	    padding: 25px 0;
	}	
	.archive section.posts, .search-results section.posts {
	    padding-top: 50px;
	}
	.search-no-results .card.mt-3r{
		margin-bottom: 35px;
	}
	.search section.posts {
	    padding-top: 50px;
	}
	.error404 .card.mt-3r {
	    margin-top: 50px;
	}
	section.video .box iframe {
	    width: auto;
	    height: auto;
	}	
	section.item-services .video iframe {
	    width: auto;
	    height: auto;
	}																
}

section.site-info .white-div {
    height: auto !important;
    background-color: #f6f6f0;
}

.page-template-tmp-services section.text {
    background-color: #f6f6f0;
    /*padding: 100px 0 600px !important;*/
}
ul.pmeta {
    display: none;
}

.caption {
    margin-top: 30px;
}

/*RIV Come on, agency*/

.pgcu_post_slider__single {
    display: inline-flex;
    max-width: 300px;
    margin: 0 20px;
}

.news-div h2 {
    color: #010101;
    font-family: 'CirceRegular';
    font-size: 48px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 70px;
    text-align: center;
	padding-top: 30px;
}
.d-flex.bd-highlight {
    display: none !important;
}

@media screen and (max-width: 599px){
.wp-block-columns.has-4-columns {
    text-align: center;
}

.wp-block-column ul {
    list-style: none;
}
}

.news-div h3 {
    display: none;
}
/*RIV Come on, agency END*/



/*
SEO Accordeon V3
*/

.accordeon_hide{
    height:0px !important;
}
.accordeon ul {
    list-style: none;
    padding: 0;
}
.accordeon ol .inner {
    padding-left: 1em;
    overflow: hidden;
    /* display: none; */
    visibility: hidden;
}
.accordeon ol .inner.show {
    /*display: block;*/
}
.accordeon ol li {
    margin: 0.5em 0;
}
.accordeon ol li a.toggle {
    width: 100%;
    /* display: block; */
    visibility: visible;
    background: rgba(0, 0, 0, 0.78);
    color: #fefefe;
    padding: 0.75em;
    border-radius: 0.15em;
    transition: background 0.3s ease;
}
.accordeon ol li a.toggle:hover {
    background: rgba(0, 0, 0, 0.9);
}

.accordeon ol.accordion {
    padding-left: 0px;
    list-style: none;
}

.accordeon ol.accordion [itemprop="name"] {
    cursor: pointer;
}

.accordeon ol.accordion {
    padding-left: 0px;
    list-style: none;
}

.accordeon ol.accordion [itemprop="name"] {
    cursor: pointer;
}


.accordeon ol .inner ul {
    list-style: disc;
    /* display: block; */
    visibility: visible;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
h3.toggle {
    cursor: pointer !important;
}
ol.accordion ul.inner {
    padding-left: 0px;
    margin-top: -30px;
}

/* Dyn Call */
.sun-footer-btn .sun-dynamuc-text {
    max-width: 70%;
    margin-left: auto !important;
    margin-right: auto;
    margin-top: -20px;
    margin-bottom: 20px;
    display: block !important;
    font-size: 16px;
    padding: 12px 25px;
}
.sun-bef-text-call-us{
    line-height: 52px;
    font-family: 'CirceRegular';
    font-size: 24px;
    font-weight: 400;
    margin-left: 15px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .sun-footer-btn .sun-dynamuc-text {
        font-size: 13px;
        margin-top: -20px !important;
    }

    .sun-bef-text-call-us{
        line-height: 52px;
        font-family: 'CirceRegular';
        font-size: 24px;
        font-weight: 400;
        margin-left: 3px;
        color: #fff !important;
    }

    .sun-footer-btn .sun-dynamuc-text {
        padding: 12px 25px !important;
    }
}


/* Fix 2022-12-29 */
@media screen and (max-width:899px){
    body{
        line-height:inherit !important;
    }

}
div#widget-all [class^="testimony-container-"] img {
    max-width: 90px !important;
}
[class^="testimony-card_border-"] {
    background-color: transparent !important;
}
/* disable click img for about page */
body.page-template-tmp-about .ngg-gallery-thumbnail {
      pointer-events: none;
}