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

.playicon .uabb-trigger {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #eb8b00;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    color: #fff;
	transition: 200ms;
}
.playicon .uabb-trigger:hover {
    background: #26abe2;
    transition: 200ms;
}
.playicon .uabb-trigger:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid;
    border-color: #dedede;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2s infinite;
    opacity: 0;
    z-index: 0;
}
.playicon .uabb-trigger:after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid;
    border-color: #dedede;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2s infinite;
    opacity: 0;
    z-index: 0;
    animation-delay: 0.5s;
}
.playicon .uabb-trigger i.uabb-modal-icon {
    font-size: 40px !important;
    left: 3px !important;
    position: relative;
    top: 1px;
}
.brdrlft .fl-photo-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 10px solid #26abe2;
    left: -20px;
    top: -20px;
    z-index: 0;
}
.brdrlft .fl-photo-content img {
    position: relative;
}
.samplecrsrw .fl-col-content:before {
    content: '';
    position: absolute;
    right: -40px;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 40px solid #1b6f93;
    top: 0;
}
.samplecrsrw .fl-col-content {
    position: relative;
}
.cousebxwrp .uabb-infobox {
    transition: 200ms;
    border-radius: 0 0 15px 15px !important;
}
.cousebxwrp .uabb-infobox:hover {
    transform: scale(1.05);
    transition: 200ms;
}
.cousebxwrp .uabb-infobox:hover h3.uabb-infobox-title {
    color: #fff !important;
}
.srvcbxwrp .uabb-infobox {
    transition: 200ms;
}
.srvcbxwrp .uabb-infobox:hover {
    transition: 200ms;
    transform: translate(0px, -15px);
    box-shadow: 0 0 3px #d9d9d9;
}
.srvcbxwrp .uabb-infobox:hover::before {
    content: '';
    position: absolute;
    background: #e5e5e5;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 4px;
    bottom: -30px;
    filter: blur(7px);
    border-radius: 50%;
}
.threecolwrp .uabb-infobox{
	transition: 200ms;
}
.threecolwrp .uabb-infobox:hover {
    transition: 200ms;
    transform: translate(0px, -10px);
    box-shadow: 0 0 40px #d5d5d5;
}

.sbscribefrm form {
    position: relative;
}
.sbscribefrm form .frm_form_field {
    margin: 0 !important;
}
.sbscribefrm form input[type="email"], .sbscribefrm form input[type=text] {
    position: relative;
    padding: 10px 20px 10px 20px;
    border-radius: 0 !important;
    min-height: 46px;
}
.sbscribefrm form button.frm_button_submit {
    /*position: absolute;
    top: 0;
    width: 180px !important;
    display: block;
    right: 0;*/
    border-radius: 0 !important;
    background: black !important;
    padding: 11px 5px !important;
	margin-top: 20px !important;
}
.sbscribefrm form button.frm_button_submit:hover {
    background: #26abe2 !important;
}
.hdrcallbtn .uabb-infobox-text p {
    padding: 0;
}
.hdrcallbtn .uabb-imgicon-wrap {
    margin-right: 15px !important;
}
.hdrcallbtn span.uabb-icon:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid;
    border-color: #dedede;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2s infinite;
    opacity: 0;
    z-index: 0;
}
.hdrcallbtn span.uabb-icon {
    position: relative;
}
.hdrcallbtn span.uabb-icon:after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid;
    border-color: #dedede;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2s infinite;
    opacity: 0;
    z-index: 0;
    animation-delay: 0.5s;
}


/* animation */
@-webkit-keyframes pulse {
   0% {
     transform: scale(0.5);
     opacity: 0;
  }
  50% {
      opacity: 0.6;
  }
  70% {
      opacity: 1;
  }
  100% {
      transform: scale(1.1);
      opacity: 0;
  }
}
@keyframes pulse {
  0% {
     transform: scale(0.5);
     opacity: 0;
  }
  50% {
      opacity: 0.6;
  }
  70% {
      opacity: 1;
  }
  100% {
      transform: scale(1.1);
      opacity: 0;
  }
}


/*Review System CSS Styling*/
#stars {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0;
    text-align: center;
}

#stars ul {
    display: inline-block;
	  padding: 0;
	  margin: 0;
}

#stars ul {
    list-style: none;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
#stars ul li {
    display: block;
    float: right;
    text-align: center;
    cursor: pointer;
    background-image: url('https://eeotraining.com/wp-content/uploads/2022/06/stars-240x111-1.png');
    background-repeat: no-repeat;
    background-position: -123px 0px;
}

#stars ul li .link-wrap a {
    box-sizing: content-box;
    width: 120px !important;
    height: 110px !important;
    line-height: 130px;
    padding-top: 60%;
    z-index: -1;
    display: block;
    vertical-align: text-top;
    text-indent: -3000px;	
}
#stars ul:hover .star:hover,#stars ul.hover .star:hover,#stars ul:hover .star:hover~.star,#stars ul.hover .star:hover~.star{
  background-position:0px 0px;
	text-indent: 0 !important;
}


@media only screen and (max-width:768px){
#stars {
    position: relative;
    overflow: hidden;
    margin: 20px auto;
    text-align: center;
}
#stars ul li .link-wrap a {
    box-sizing: content-box;
    width: 40px !important;
    height: 38px !important;
    line-height: 65px;
}
#stars ul li {
    display: block;
    float: right;
    text-align: center;
    cursor: pointer;
    background-image: url('https://eeotraining.com/wp-content/uploads/2022/06/stars-80x37-1.png');
    background-repeat: no-repeat;
    background-position: -41px 0px;
}
	
}

.frminner .frm_submit button.frm_button_submit:hover {
    background: #fff !important;
    color: #26abe2;
}


@media (max-width:1400px){
	.samplecrsrw .fl-col-content:before{
		display: none !important;
	}
}

@media (max-width: 640px){
	.sbscribefrm form button.frm_button_submit {
    	width: 140px !important;
    	padding: 14px 5px !important;
    	font-size: 16px !important;
	}
	.sbscribefrm form input[type="email"] {
    	padding: 10px 160px 10px 20px;
	}
}

@media (max-width: 768px){
	.herobanner .fl-col-group {
    	background: #fff;
	}
	.herobanner .fl-row-content-wrap {
		padding: 65% 0 20px 0px !important;
	}
	.herobanner .fl-col-small {
		max-width: 100%;
	}
}

@media (max-width: 992px){
	.herobanner .uabb-fancy-text-suffix {
    	display: block;
    	margin: 0 !important;
	}
}

@media (min-width: 1170px) and (max-width: 1285px){
	.tabhdrcall .uabb-infobox-text-wrap p {
    	font-size: 24px !important;
	}
	
}

@media (min-width: 993px) and (max-width: 1169px){
	.tabhdrcall .uabb-infobox-content{
	   display: none !important;
	}
	.hdrcolone {
		width: 20%;
	}
	.hdrthirdcol {
		width: 5%;
	}
}