/*
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... */ 
.fl-row-fixed-width {
    max-width: 1280px !important;
}
.servicebox .fl-col-content {
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
    transition: all ease .3s;
    overflow: hidden;
}
.servicebox .fl-col-content:hover {
    border-style: solid;
    border-color: #BB0B0B;
    transform: translateY(-10px);
}
.abttxt strong {
    color: #bb0b0b;
}
.mainbtn a.fl-button:before {
    background: #930606;
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 30px;
    right: 9%;
    top: 9px;
    transition: 0.4s;
    z-index: 1;
}
.mainbtn a.fl-button {
    position: relative;
}
.mainbtn a.fl-button span {
    position: relative;
    z-index: 2;
}
.mainbtn a.fl-button:hover:before {
    right: 70%;
}
.formcol .fl-col-content.fl-node-content {
    margin: 100px 70px;
    background: #ffffff;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 7%);
    padding: 40px;
}
form#form_contactform input, form#form_contactform textarea {
    width: 100%;
    font-size: 16px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #F8F3F3;
    max-width: 100%;
    opacity: 1;
    box-shadow: none;
}
form#form_contactform button.frm_button_submit {
    padding: 10px 22px !important;
}
.topsocial .uabb-social-share-link-wrap {
    margin-bottom: 0 !important;
}
.required-text
{
	color: #bb0b0b;
}
.callBg .uabb-infobox
{
background: url(http://fwnotice.projects-codingbrains.com/wp-content/uploads/2022/08/cta-bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;	
	padding: 30px;
}

@media (max-width: 768px)
{
	.formcol .fl-col-content.fl-node-content {
    margin: 100px 10px;
    padding: 40px 10px;
}
}