/*
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... */ 
.mission-box .uabb-infobox-content
{
	position: relative;
}
.mission-box .uabb-infobox-content .uabb-module-content.uabb-imgicon-wrap
{
    position: absolute;
    bottom: -40px;
    right: 0;	
}
.main-menu-sec {
  transition: background-color 0.4s ease-in-out;
}

.fl-theme-builder-header-scrolled .main-menu-sec {
  background-color: rgba(0, 0, 0, 0.45);
}
.cta-sec .fl-row-content-wrap
{
z-index: 2;	
}
.cta-img .fl-photo-content.fl-photo-img-jpg
{
overflow: hidden;	
}
.cta-img .fl-photo-content.fl-photo-img-jpg::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.cta-img .fl-photo-content.fl-photo-img-jpg:hover::after {
    height: 180%;
    background-color: transparent;
    transition: 600ms linear;
}
.popup-title
{
margin-bottom: 25px;
}
.popup-title h3
{
    font-size: 35px;	
}
.banner-txt-icon .fl-module-content.fl-node-content h3.fl-heading span.fl-heading-text {
    position: relative;
}
.banner-txt-icon-two.banner-txt-icon .fl-module-content.fl-node-content h3.fl-heading span.fl-heading-text:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 6px;
    border-radius: 3px;
    background-color: #0a2e5d;
    top: unset;
    right: -57px;
    left: unset;
    bottom: 10px;
}
.banner-txt-icon-two.banner-txt-icon .fl-module-content.fl-node-content h3.fl-heading span.fl-heading-text:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 6px;
    border-radius: 3px;
    background-color: #0a2e5d;
    top: unset;
    left: unset;
    bottom: 10px;
    right: -33px;
}
.sidebar-post .fl-module-content.fl-node-content .uabb-module-content .uabb-blog-posts-col-1:last-child .uabb-blog-posts-shadow
{
border-bottom: 0;
}
.service-box .fl-module-content.fl-node-content .uabb-infobox
{
background: linear-gradient(0deg, #4a81d3 0%, #0a2e5d 100%);	
}
.service-box .fl-module-content.fl-node-content .uabb-infobox .uabb-image-content
{
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
}
.tab-left-box .uabb-tabs-nav ul li.uabb-tab-current a.uabb-tab-link 
{
   background: linear-gradient(45deg, #0a2e5d, #4a81d3);
	    border-radius: 10px;
}
.tab-left-box .uabb-tabs-nav ul li
{
border-radius: 10px;	
}
.tab-left-box .uabb-tabs-nav ul li a.uabb-tab-link:focus 
{
    border-color: transparent;	
}
.tab-left-box .uabb-tabs-nav ul li.uabb-tab-current a.uabb-tab-link span, .tab-left-box .uabb-tabs-nav ul li.uabb-tab-current a.uabb-tab-link span i
{
 color: #fff;
}
.tab-left-box .uabb-content-wrap .uabb-content .fl-col-content.fl-node-content .fl-module-content.fl-node-content .fl-photo-content img
{
border-radius: 15px;	
}
.tab-left-box .uabb-content-wrap .uabb-content .uabb-module-content.uabb-info-list span.uabb-icon-wrap span.uabb-icon i
{
color: #0a2e5d;
    font-size: 55px;
    height: auto;
    width: auto;
    line-height: 55px;
    height: 55px;
    width: 55px;
    text-align: center;	
}
.tab-left-box .uabb-content-wrap .uabb-content .uabb-module-content.uabb-info-list li.uabb-info-list-item 
{
    padding-bottom: 40px;	
}
.tab-left-box .uabb-content-wrap .uabb-content .uabb-module-content.uabb-info-list .uabb-info-list-content 
{
    width: calc(100% - 75px);	
}
 .top-heading-form h2.fl-heading {
      background-color: #1d2d50;
    padding: 20px 10px !important;
    clip-path: ellipse(60% 100% at 50% 0%);
	     border-radius: 15px 15px 0 0;
}
  .custom-marquee {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  display: flex;
}

.marquee-inner {
  animation: scroll-left 50s linear infinite;
}

.marquee-inner span {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}

.divider {
    margin: 0 20px;
}
.divider img
{
     width: 18px; 
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.footer-contact-icon .fl-list-item-content span.fl-list-item-content-icon
{
    vertical-align: top;	
}
.cus-col-sec .fl-col-content.fl-node-content
{
	background: linear-gradient(180deg, #ffffff 0%, #f5fcff 45.76%, #FFFFFF 100%);	
    border-radius: 10px;
    box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.12), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.14);
	margin: 0 15px;
}
.cus-col-sec .fl-col-content.fl-node-content .uabb-infobox-content .uabb-infobox-text-wrap .uabb-infobox-text
{
position: relative;	
}
.cus-col-sec .fl-col-content.fl-node-content .uabb-infobox-content .uabb-infobox-text-wrap .uabb-infobox-text p
{
padding-bottom: 25px;	
}
.cus-col-sec .fl-col-content.fl-node-content .uabb-infobox-content .uabb-infobox-text-wrap .uabb-infobox-text:after
{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
   background: linear-gradient(90deg, #dbf1fb 0%, #5ecdff 50%, #dbf1fb 100%);
    content: "";
    height: 1px;	
}
@media(max-width: 540px)
{
.marquee-inner span {
    font-size: 20px;
}
	.divider img {
    width: 20px;
}
	.divider {
    margin: 0 10px;
}
}