/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* General */ 

a:hover{transition:0.3s;text-decoration:none;cursor: pointer;}

.justify p{text-align:justify;}

ul {
	padding-left: 20px;
}

.zindex1{
	position: relative;
	z-index: 1;
}

.zindex2{
	position: relative;
	z-index: 1;
}

.zindex3{
	position: relative;
	z-index: 1;
}

.nolink a{
	pointer-events:none;
}

.zoom-in {
	overflow: hidden;
}

.zoom-in .fl-col-content{
	transform: scale(1);
	transition: 0.7s ;
}

.zoom-in:hover > .fl-col-content{
	transform: scale(1.1);
	transition: 0.7s;
}

span.head{color:#e80102 !important}

.map{-webkit-filter: grayscale(100%);
filter: grayscale(100%);}	

/* End General */ 


.fl-page-header-logo img {
	max-width: 300px !important;
	max-height: 80px !important;
}

.fl-shrink-header .fl-logo-img {
	max-height: 50px !important;
}

.fl-page-header {
	border-bottom: solid 2px #d60e07;
}

.full-width {
	width: 100% !important;
}

.plane {
	position: absolute;
	top: -25px;
	right: 20px;
}


#services .fl-tabs-labels {
	display: flex;
	align-content: center;
	align-items: center;
	width: 80%;
	margin: auto;
}

#services .fl-tabs-horizontal .fl-tabs-labels .fl-tabs-label {
	border-bottom: none;
	width: auto;
	margin: auto;
}

#services p:last-child {
	padding: 20px 80px 0px 80px;
	text-align: center;
}

.fl-node-jpalzb9iy8sd.fl-module-heading .fl-heading {
	text-align: left;
}


.nf-form-fields-required, .nf-field-label {
	display: none;
}

textarea {
	height: 150px !important;
}

input::placeholder, textarea::placeholder{
	color:#000 !important;
}

.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
	background: #e80102 !important;
	border: 0;
	color: #fff !important;
	transition: all .5s;
	padding: 10px 25px;
}

.nf-form-content button:hover, .nf-form-content input[type="button"]:hover, .nf-form-content input[type="submit"]:hover {
	background: #15242f !important;
	color: #fff !important;
	transition: all .5s;
}


@media only screen and (max-width: 1440px) and (min-width: 1200px) {

}




/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
}


/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
	
	#services p:last-child {
	padding: 10px;
	}
	
	#services .fl-tabs-labels {
	display: none;
	width: 100%;
	margin: auto;
	}
	

	h1 {font-size:26px !important;}
	h2 .pp-secondary-title, h2 {
	font-size: 23px !important;}
	h3 {font-size:17px !important;}
	h4{font-size:15px !important;}
	p {font-size:14px !important;}
	

    
}
