/*
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: #64C9D5 !important;
}

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

/* End General */ 

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

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


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



.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: #009899 !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: #74cdd6 !important;
	color: #fff !important;
	transition: all .5s;
}

.about ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	padding:0;
}
.about ul li {
	width: auto;
	margin: 10px;
	text-align: center;
	background-color: #FFDB58;
	color: #4D6370 !important;
	list-style: none;
	padding: 10px;
}

.key-management img {
	width: 60%;
	margin: auto auto 20px auto;
	display: block;
}

.mfp-content img {
	width: 50%;
	margin: 30px auto;
	display: block;
}

.fl-full-width .container {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.fl-page-nav-right.fl-page-header-fixed .fl-logo-img, .fl-page-header-fixed .fl-logo-img {
	max-height: 40px !important;
	width: auto !important;
}


@media only screen and (max-width: 1700px) and (min-width: 1200px) {
	
	.fl-node-43yisqoeux6m > .fl-row-content-wrap {
	background-position: center;
	}
	
	.about ul li {
	width: 45%;
	}

}




/* 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) {
	
	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;}
	
	.about ul li {
	width: 46%;
	margin: 5px;
	}
	

    
}
