/*
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
*/

/* Add your custom styles here... */ 
ul.sub-menu {
    margin-top: 30px;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
ul.sub-menu li:last-child > a {
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
ul.sub-menu:before {
   content:"";
   position:absolute;
   width:100%;
   height:30px;
	top:-30px;
}
.fl-theme-builder-header-shrink ul.sub-menu {
    margin-top: 10px;
}

.sub-menu li a:hover{
	color: #000000 !important;
	background-color: #ffffff;
}

.sub-menu .current_page_item > a{
	color: #000000 !important;
	background-color: #ffffff;
}
/*Solutions Page Dropdown Menu*/
.solution-dropdown ul.sub-menu{
	background:#fff !important;
}
.solution-dropdown .sub-menu > li > a{
	color: #00aaad !important;
	background-color: #ffffff !important;
}
.solution-dropdown .sub-menu > li > a:hover{
	color: #ffffff !important;
	background-color: #00aaad !important;
}
.solution-dropdown .sub-menu > li.current_page_item > a{
	color: #ffffff !important;
	background-color: #00aaad !important;
}
.solution-dropdown .sub-menu > li.current_page_item > a:hover{
	color: #ffffff !important;
	background-color: #00aaad !important;
}


/*Solutions Page Dropdown Menu*/
span.help-block{
	color:red !important;
}
.alert-warning {
/* 	color: #8a6d3b !important; */
	background-color: #F44336 !important;
	color: #ffffff !important;
	font-weight: 400;
	border: none;
}
::placeholder {
  color: #000 !important;
  opacity: 1; 
}
.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
    background: #fff !important;
    color: #000;
}
.commit-icon img.fl-photo-img{
	opacity: 0.7;
	animation: hoverno 0.5s;
	-webkit-transform: scale(1.1);
     transform: scale(1.1);
}
.commit-icon img.fl-photo-img:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
     transform: scale(1.2);
	animation: hovereft 0.5s;
}
@keyframes hovereft {
  0% {
    opacity: 0.4;
	-webkit-transform: scale(1.1);
     transform: scale(1.1);  
  }
    100% {
    opacity: 1;
	-webkit-transform: scale(1.2);
     transform: scale(1.2);
  }
}
@keyframes hoverno {
  0% {
    opacity: 1;
	-webkit-transform: scale(1.2);
     transform: scale(1.2);  
  }
    100% {
    opacity: 0.4;
	-webkit-transform: scale(1.1);
     transform: scale(1.1);
  }
}
.quality-section img.fl-photo-img{
	opacity:1;
	animation: hoverqa 1s;
}
.quality-section img.fl-photo-img:hover {
    opacity: 0.7;
	animation: hoverqano 1s;
}
@keyframes hoverqa {
  0% {
    opacity: 0.7;
  }
    100% {
    opacity: 1;
  }
}
@keyframes hoverqano {
  0% {
    opacity: 1;
  }
    100% {
    opacity: 0.7;
  }
}
.module-section .fl-col-content{
	 transition: all .5s ease;
    -moz-transition: all .5s ease;
    -web-kit-transition: all .5s ease;
}
.module-section .fl-col-content:hover .fl-callout-title span a {
	text-decoration:underline !important
}
.module-section .fl-col-content:hover::after{
	background-color: rgba(0, 0, 0, 0.2);
}
.module-section .fl-col-content:hover{
	  background-size: 150%;
}

.image-call-section .fl-callout-content{
	position:relative;
	margin-bottom: -16px;
}
.image-call-section .fl-callout-title{
	position:absolute;
	width: 100%;
    top: 40%;
	padding-bottom: 0px;
}
.image-call-section .fl-callout-photo{
	background-color:#000;
}
.image-call-section  .fl-photo-img-jpg {
    opacity: 0.5;
	overflow:hidden;
	animation: hoverimgno 1s;
}
.image-call-section .fl-callout-content:hover  .fl-photo-img-jpg {
    opacity: 0.8;
	animation: hoverimg 1s;
}

@keyframes hoverimg {
  0% {
    opacity: 0.5;  
  }
    100% {
    opacity: 0.8;
  }
}
@keyframes hoverimgno {
  0% {
    opacity: 0.8;
  }
    100% {
    opacity: 0.5;
  }
}
.image-call-section .fl-module-callout h3.fl-callout-title span a{
	display:block;
	width:100%;
}

.image-call-section-click .fl-callout-content{
	position:relative;
	margin-bottom: -16px;
}
.image-call-section-click .fl-callout-title{
	position:absolute;
	width: 100%;
    top: 40%;
}
.image-call-section-click .fl-callout-photo{
	background-color:#000;
}

.lift-up-quick  .fl-photo-img-jpg {
    opacity: 0.5;
	overflow:hidden;
	animation: hoverimgnoa 0.1s;
}
.lift-up-quick:hover  .fl-photo-img-jpg {
    opacity: 0.8;
	animation: hoverimga 0.1s;
}

@keyframes hoverimga {
  0% {
    opacity: 0.5;  
  }
    100% {
    opacity: 0.8;
  }
}
@keyframes hoverimgnoa {
  0% {
    opacity: 0.8;
  }
    100% {
    opacity: 0.5;
  }
}


/* .lift-up-quick:active  .fl-photo-img-jpg {
    transform: translateY(4px);
} */

.lift-up-quick:active {
    transform: translateY(4px);
}

.lift-up-quick .fl-photo-img-jpg img{
    -webkit-transform: scale(1.1);
     transform: scale(1.1);
	animation: hoverzoomno 0.5s;
}
.lift-up-quick:hover .fl-photo-img-jpg img{
    -webkit-transform: scale(1.2);
     transform: scale(1.2);
	animation: hoverzoom 0.5s;
}


.uabb-hotspot-tooltip-content{
	display:none;
}
.uabb-hotspot-tooltip-content p{
	color:#fff !important;
}
.uabb-hotspot-wrap .uabb-imgicon-wrap .uabb-icon-wrap {
    cursor: default !important;
}
.image-call-section .fl-callout-content .fl-photo-img-jpg img{
    -webkit-transform: scale(1.1);
     transform: scale(1.1);
	animation: hoverzoomno 0.7s;
}
.image-call-section .fl-callout-content:hover .fl-photo-img-jpg img{
    -webkit-transform: scale(1.2);
     transform: scale(1.2);
	animation: hoverzoom 0.5s;
}


@keyframes hoverzoom {
  0% {
    -webkit-transform: scale(1.1);
     transform: scale(1.1); 
  }
    100% {
    -webkit-transform: scale(1.2);
     transform: scale(1.2);
  }
}
@keyframes hoverzoomno {
  0% {
    -webkit-transform: scale(1.2);
     transform: scale(1.2);
  }
    100% {
    -webkit-transform: scale(1.1);
     transform: scale(1.1);
  }
}

a.privcy-link:hover {
	color:#00AAAD !important;
	text-decoration: underline;
}
a.privcy-link {
    margin-left: 22px;
    top: -9px !important;
    position: relative;
	font-weight: 400;
    text-decoration: underline;
}

.client-logo-section .fl-col-group{
	display:flex;
	align-items:center;
	vertical-align:middle;

}
.commit-icon .fl-callout-title{
	height:50px;
}
.desktop-view{
	display:block;
}

.benefit-head-hight h3.fl-callout-title{
	height:60px;
}
.benefit-head-hight {
    height: 300px;
}
.benefit-head-concept h3.fl-callout-title{
	height:60px;
}
.benefit-head-lc h3.fl-callout-title{
	height:60px;
}
.benefit-head-lc {
    height: 300px;
}
.benefit-head-redem-top h3.fl-callout-title{
	height:60px;
}
.benefit-head-redem-top {
    height: 300px;
}
.benefit-head-redem h3.fl-callout-title{
	height:60px;
}
.benefit-head-redem {
    height: 300px;
}
.importent-label{
	color:red !important;
}
.wpcf7-form-control.wpcf7-submit.btn.btn-primary:hover {
   color:#00AAAD !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control.wpcf7-not-valid {
    border: 1px solid red;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control.wpcf7-not-valid {
   border: 1px solid red;
}
.add-star{
	position:relative;
}
span.your-name-star {
    position: absolute;
    color: red !important;
    top: 15px;
    left: 60px;
    z-index: 9;
}
span.your-email-star {
    position: absolute;
    color: red !important;
    top: 15px;
    left: 55px;
    z-index: 9;
}
span.your-message-star {
    position: absolute;
    color: red !important;
    top: 15px;
    left: 80px;
    z-index: 9;
}
.wpcf7-mail-sent-ok.alert-success {
/*     background-color: #F44336; */
	color: #ffffff !important;
	border: none !important;
	font-weight: 400 !important;
}

.terms-list p{
  color: #333333;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;	
   text-indent: -40px; 
   padding-left: 40px; 
}
.terms-list span{
    margin-right: 8px;
}
.terms-list h4{
    color: #000;
    font-weight: 600;
}
.subterms-list {
    margin-left: 50px;
}
.subterms-list p{
    text-indent: -60px;
    padding-left: 60px;
}
.inner-subterms-list {
    margin-left: 60px;
}
.privacy-section p{
	color: #333333;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
}
.privacy-section ul li{
  color: #333333;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom:10px
}
.privacy-section ol li{
  color: #333333;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom:10px
}
.privacy-section em{
	font-weight:400;
}
.privacy-section h4 {
    color: #000;
	font-weight: 600;
}
.privacy-section:before {
	display:none;
}
.privacy-table table{
	min-width:768px;
}
.privacy-table table tr td{
  color: #333333;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
  padding:5px;
  border: 1px solid #80808085;
  width:50%;
  vertical-align: text-top;	
}
.privacy-table table tr th{
  color: #333333;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
  padding:5px;
  font-weight:bold;	
  border: 1px solid #80808085;
  width:50%;
  vertical-align: text-top;
}
.privacy-table table tbody tr:nth-child(odd) {
    background: #e9e8e847;
}
.privacy-table table {
    border: 1px solid #80808085;
}
@media (max-width: 1024px){
	.fl-menu .sub-menu {
    	background-color: #1f1f1f !important;
		margin:0px 10px !important;
  }
	.desktop-view{
	display:none;
}
}
@media (max-width: 980px){
.benefit-head-lc {
    height: 330px;
}
.benefit-head-lc h3.fl-callout-title {
    height: 90px;
}	
}
@media (max-width: 900px){
.commit-icon .fl-callout-title{
	height:70px;
}
.image-call-section .fl-callout-title {
        top: 40%;
}
}
@media (max-width: 810px){
.benefit-head-hight h3.fl-callout-title{
	height:90px;
}
.benefit-head-hight {
    height: 380px;
}
}
@media (max-width: 767px){
	.image-call-section .fl-callout-title {
        font-size: 18px;
}
.benefit-head-redem-top {
    height: 330px;
}
.benefit-head-redem {
    height: 330px;
}
	
/* .map-section .uabb-icon-wrap .uabb-icon i{
	color: red !important;
	background:none !important;
}
.map-section .uabb-icon-wrap .uabb-icon i:before{
	color: red !important;
}	 */
}
@media (max-width: 750px){
.benefit-head-hight h3.fl-callout-title{
	height:110px;
}
.benefit-head-hight {
    height: 420px;
}
.benefit-head-concept h3.fl-callout-title{
	height:90px;
}
.benefit-head-lc {
    height: 370px;
}
.benefit-head-redem-top h3.fl-callout-title {
    height: 90px;
}
.benefit-head-redem h3.fl-callout-title {
    height: 90px;
}
.benefit-head-redem-top {
    height: 360px;
}
.benefit-head-redem {
    height: 360px;
}	
}
@media (max-width: 640px){
.benefit-head-lc {
    height: 440px;
}
.benefit-head-lc h3.fl-callout-title {
    height: 120px;
}
}
@media (max-width: 600px){
	.map-section-heading {
        top: 1%;
}
	.map-section-heading .fl-heading{
		font-size:13px !important;
	}
	.image-call-section .fl-callout-title {
        font-size: 14px;
}
.commit-icon .fl-callout-title{
	height:90px;
}
.benefit-head-concept h3.fl-callout-title{
	height:110px;
}
.benefit-head-redem-top {
    height: 400px;
}
.benefit-head-redem {
    height: 400px;
}
.benefit-head-redem-top h3.fl-callout-title {
    height: 110px;
}
.benefit-head-redem h3.fl-callout-title {
    height: 110px;
}
}

@media (max-width: 510px){
.benefit-head-hight h3.fl-callout-title{
	height:120px;
}
.benefit-head-hight {
    height: 450px;
}
.benefit-head-lc {
    height: 460px;
}
.benefit-head-lc h3.fl-callout-title {
    height: 140px;
}
}
@media (max-width: 480px){
	.image-call-section .fl-callout-title {
        font-size: 24px;
		top: 40%;
}
	.client-logo-section{
		margin-top: 45px;
	}
.commit-icon .fl-callout-title{
	height:auto;
}
.about-page-heading {
    margin-top: 95px;
}
.desktop-view{
	display:none;
}
.mobile-view{
	display:block;
	margin-bottom: 100px;
}
.client-logo-section.mobile-view .fl-col-group .fl-col-small{
 width:48% !important;
}
	.benefit-head-hight h3.fl-callout-title{
	height:auto;
}
.benefit-head-hight {
    height: auto;
}
.benefit-head-concept h3.fl-callout-title{
	height:auto;
}
.benefit-head-lc {
   height:auto;
}
.benefit-head-lc h3.fl-callout-title {
   height:auto;
}
.benefit-head-redem-top {
    height: auto;
}
.benefit-head-redem {
    height: auto;
}
.benefit-head-redem-top h3.fl-callout-title {
    height:auto;
}
.benefit-head-redem h3.fl-callout-title {
    height: auto;
}
}
