/*
Theme Name: Charlotte Alumni Chapter
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
*/

/* Dont delete this */ 
/** Custom Paddings **/
.pad-xl .fl-row-content-wrap{
  padding-top: 12%;
  padding-bottom: 12%;
}
.pad-lg .fl-row-content-wrap{
  padding-top: 10%;
  padding-bottom: 10%;
}
.pad-md .fl-row-content-wrap{
  padding-top: 8%;
  padding-bottom: 8%;
}
.pad-sm .fl-row-content-wrap{
  padding-top: 6%;
  padding-bottom: 6%;
}
.pad-xs .fl-row-content-wrap{
  padding-top: 4%;
  padding-bottom: 4%;
}
.pad-xss > .fl-col-content {
  padding-top: 2%;
  padding-bottom: 2%;
}
/** REMOVE PADDING **/
/* Remove padding top or bottom */
body .remove-pad-top .fl-row-content-wrap, body .remove-col-pad-top > .fl-col-content {
  padding-top: 0 !important;
}
body .remove-pad-bottom  .fl-row-content-wrap, body .remove-col-pad-bottom > .fl-col-content{
  padding-bottom: 0 !important;
}
.fl-module-uabb-heading .fl-module-content{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/** Column Padding **/
.pad-xl-col > .fl-col-content {
  padding: 12% 12% !important;
}
.pad-lg-col > .fl-col-content {
  padding: 10% 10% !important;
}
.pad-md-col > .fl-col-content {
  padding: 8% 8% !important;
}
.pad-sm-col > .fl-col-content {
  padding: 6% 6% !important;
}
.pad-xs-col > .fl-col-content {
  padding: 4% 4% !important;
}
.pad-xss-col > .fl-col-content {
  padding: 2% 2% !important;
}

/** Mobile Paddings **/
@media only screen and (max-width: 670px) {
.pad-xl .fl-row-content-wrap, .pad-lg .fl-row-content-wrap, .pad-md .fl-row-content-wrap, .pad-sm .fl-row-content-wrap, .pad-xs .fl-row-content-wrap, .pad-xss > .fl-col-content{
    padding-top: 30px !important;
    padding-bottom: 35px !important;
  }
  .pad-xs-col  .fl-col-content.fl-node-content{ padding-top: 20px !important;
    padding-bottom: 35px !important; }
}
/** Nagative Margins **/
@media only screen and (min-width: 1024px) {
  .neg-top {
    margin-top: -90px;
  }
  .neg-bottom {
    margin-bottom: -120px;
  }
  .neg-left {
    margin-left: -90px;
  }
  .neg-right {
    margin-right: -120px;
  }
  .uabb-new-ib-content {
      display: none;
  }
}

/* Remove element margin */
.remove-margin-top .fl-module-content{
  margin-top: 0 !important;
}
.remove-margin-bottom .fl-module-content{
  margin-bottom: 0 !important;
}
.hide-xs, .show-small-device {
    display: none !important; 
}

p {
    margin-bottom: 20px !important;
}
p:last-child {
    margin-bottom: 0px !important;
}

/**------------------------------ 
 * Buttons
 ----------------------------**/
.uabb-btn.uabb-btn-one.uabb-gradient, .uabb-btn.uabb-btn-two.uabb-gradient, .btn > .fl-button-wrap, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit], .btn.btn-one>.fl-button-wrap, .btn.btn-one a, .btn.btn-one  .uabb-creative-button-wrap a, .btn.btn-two a, .btn.btn-two  .uabb-creative-button-wrap a, body .uabb-gf-style .gform_button.button, .btn.btn-primary, .btn.btn-two>.fl-button-wrap, .btn.btn-primary  {
     padding: 15px 30px !important;
    font-size: 18px;
    border-radius: 0px !important;
    letter-spacing: 0;
    text-transform: initial;
    border: 0px !important;
    font-weight: 400 !important;
}

.btn.btn-two .uabb-creative-button-wrap a, .btn.btn-two a{
    color: #fff !important;
    background: #000!important;
}
.btn.btn-two .uabb-creative-button-wrap a:hover, .btn.btn-two a:hover{
  color: #fff !important;
    background: #454545!important;
}

/* Button two */
.btn.btn-two .uabb-creative-button-wrap a, .btn.btn-two a, .uabb-gf-style .gform_button.button {
    color:#063159 !important;
    background:#f4c214 !important;
    border:0px solid #ffffff !important;
}
.fl-builder-content .btn.btn-two .uabb-creative-button-wrap a.uabb-button:hover, .uabb-gf-style .gform_button.button:hover { color: #fff !important;
    background: #063159!important;  }
.btn.btn-two .uabb-creative-button-wrap a span, .btn.btn-two a span{  color:#ffffff !important; }
.fl-builder-content .btn.btn-two .uabb-creative-button-wrap a.uabb-button:hover span{ color: #fff !important; }

/* Button three */
.btn.btn-three>.fl-button-wrap {
  background-color: #101010 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
}
/* Button three > hover */
.btn.btn-three:hover>.fl-button-wrap {
  background-color: #282828 !important;
}
/** General **/
.fl-page {
    overflow-x: hidden;
}
body, p, a {
    line-height: 30px;
}
 p:last-child {
    margin-bottom: 0 !important;
}
a, a:hover, .pod .uabb-infobox {  
    /*text-decoration: none !important; */
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.right-content .fl-col-content {
    padding-left: 30px;
}
.left-content .fl-col-content {
    padding-right: 30px;
}

/**------------------------------ 
 * Mobile CTA
 ----------------------------**/
#mobile-phone-cta {

    position: fixed;
    bottom:12px;
 right:80px;
    height: 44px;
    z-index: 9;
    background:linear-gradient(90deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    -webkit-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(204,204,204,.3);
        border-radius: 25px;
    padding: 0px 10px 0px 10px;
}
#mobile-phone-cta a {
  display: block;
  height: 44px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding-top: 6px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-weight: bold;
}
#mobile-phone-cta a:hover {
  color: #000;
  text-decoration: none;
}
.mobile-phone-cta img {
  margin: 0px 0 0 0;
  padding-right: 10px !important;
  position: relative;
  top: 3px;
  display:none;
}
/** Scroll To Top **/
#fl-to-top {   background-color: #e7ba18; }
/** Beaver Builder Remove Module Margins **/
.fl-module-content {
    margin-top: 0;
    margin-bottom: 0;
}
/** 
 * Default header for blog single, search, error...
 **/
 .fl-nav-mobile-offcanvas.fl-responsive-nav-enabled .fl-offcanvas-opacity {
    z-index: 1;
}
.default-header-bg {
  position: relative;
  z-index: 1;
}
.default-header-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgb(0 0 0 / 22%); /* FF3.6-15 */
}
h1.container.default-header-title {
    position: absolute;
    bottom: 0;
  /*  background: rgba(112,55,81,0.56);*/
    left: 0;
    right: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0px auto;
   /* max-width: 100%;*/
}

.fl-page-bar .fl-page-bar-container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}
.fl-page-bar .container .col-md-6.text-left {

}
.fl-page-bar .container .col-md-6.text-right {
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    display: flex;
    flex-direction: row-reverse;
}
.fl-page-bar{
  border:none;
}
ul.top-contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 35px;
}
ul.top-contact-info li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 45px;
    color: #b0c7d3;
    font-weight: 500;
}
ul.top-contact-info li:after {
    content: "|";
    color: #b0c7d3;
    margin: 0px 20px;
}
ul.top-contact-info li:last-child:after{
  display: none;
}
.fl-page-bar-text {
    padding: 0;
}
i.fa.fa-phone{
	    transform: scale(-1, 1);
}
.fl-page-bar a:hover{
	text-decoration:none !important;
}
.get-btn{
    font-size: 16px;
    line-height: 45px;
    font-weight: 400;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    padding: 0px 40px;
    height: 45px;
	background:#063159;
    /*background: rgb(0,155,111);
    background: -moz-linear-gradient(90deg, rgba(0,155,111,1) 0%, rgba(167,207,105,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,155,111,1) 0%, rgba(167,207,105,1) 100%);
    background: linear-gradient(90deg, rgba(0,155,111,1) 0%, rgba(167,207,105,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009b6f",endColorstr="#a7cf69",GradientType=1);*/
}
.get-btn:hover{
  color:#FFF;
  text-decoration: none;
  background:#104e89;
  /*background: rgb(167,207,105);
  background: -moz-linear-gradient(90deg, rgba(167,207,105,1) 0%, rgba(0,155,111,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(167,207,105,1) 0%, rgba(0,155,111,1) 100%);
  background: linear-gradient(90deg, rgba(167,207,105,1) 0%, rgba(0,155,111,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7cf69",endColorstr="#009b6f",GradientType=1);*/
}
.fl-page-bar .fl-social-icons {
    white-space: nowrap;
    z-index: 9;
    font-size: 10px;
    margin: 0px 25px 0px;
}
.fl-page-bar .fl-social-icons *{
  color:#FFF;
}
.fl-page-bar .fl-social-icons i.fas, .fl-page-bar .fl-social-icons i.fab {
    width: 35px;
    line-height: 35px;
}
.fl-page-bar .fl-social-icons a i:hover{
  color:#039c6f;
}
.mobile-top-header {
    display: none;
}
.fl-page-nav-right .fl-page-nav-collapse {
    display: inline-flex !important;
    align-items: end;
    text-align: right;
}

@media (max-width:1045px){
.mobile-top-header {
    display: block;
    text-align: center;
    padding: 0;
    line-height: normal;
    position: relative;
    margin-top: 0;
    height: 4px;
    background: rgb(0,155,111);
    background: -moz-linear-gradient(90deg, rgba(0,155,111,1) 0%, rgba(167,207,105,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,155,111,1) 0%, rgba(167,207,105,1) 100%);
    background: linear-gradient(90deg, rgba(0,155,111,1) 0%, rgba(167,207,105,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009b6f",endColorstr="#a7cf69",GradientType=1);
}
.fl-page-bar .fl-social-icons i.fas, .fl-page-bar .fl-social-icons i.fab {
    font-size: 16px;
    width: 34px;
}
ul.top-contact-info li:after {
  display: none;
}
.mobile-top-header.active {
    text-align: center;
    height: 4px;
    z-index: 99999;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgb(167,207,105);
    background: -moz-linear-gradient(90deg, rgba(167,207,105,1) 0%, rgba(0,155,111,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(167,207,105,1) 0%, rgba(0,155,111,1) 100%);
    background: linear-gradient(90deg, rgba(167,207,105,1) 0%, rgba(0,155,111,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7cf69",endColorstr="#009b6f",GradientType=1);
}
.mobile-top-header span.toggler {
    color: #FFF;
    z-index: 99999;
}
.mobile-top-header span.toggler i{
    border-radius: 100%;
    margin-top: 0;
    position: absolute;
    top: -25px;
    padding-top: 27px;
    left: 50%;
    width: 45px;
    height: 45px;
    transform: translate(-50%, 0%);
    color: #FFF;
    z-index: 9999;
    font-size: 15px;
    background: rgb(0,155,111);
    background: -moz-linear-gradient(90deg, rgba(0,155,111,1) 0%, rgba(167,207,105,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,155,111,1) 0%, rgba(167,207,105,1) 100%);
    background: linear-gradient(90deg, rgba(0,155,111,1) 0%, rgba(167,207,105,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009b6f",endColorstr="#a7cf69",GradientType=1);
}
.fl-page-bar-row .fl-page-bar-text {
    text-align: center;
    width: 100%;
}
.mobile-top-header.active span.toggler i{
background: rgb(167,207,105);
    background: -moz-linear-gradient(90deg, rgba(167,207,105,1) 0%, rgba(0,155,111,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(167,207,105,1) 0%, rgba(0,155,111,1) 100%);
    background: linear-gradient(90deg, rgba(167,207,105,1) 0%, rgba(0,155,111,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7cf69",endColorstr="#009b6f",GradientType=1);
}
.mobile-top-header.active span.toggler i:before{
    content: "\f30c";
}
.fl-page-bar .container .col-md-6.text-left, 
.fl-page-bar .container .col-md-6.text-right {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.fl-page-bar-row {
    text-align: center;
}
ul.top-contact-info, .fl-page-bar .container .col-md-6.text-right {
    display: inline-block;
    margin: 0;
    width: 100%;
    text-align: left !important;
    /* For IE, the outcast */
    zoom:1;
}
ul.top-contact-info li, .fl-page-bar .container .col-md-6.text-right .fl-page-bar-text, .fl-page-bar .container .col-md-6.text-right .fl-social-icons {
    display: block;
    padding: 5px 0px;
    width: 100%;
}
ul.top-contact-info li+li {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}
ul.top-contact-info li {
    font-size: 15px;
    font-weight: 200;
    text-align: center;
    line-height: 34px;
    border-bottom: 1px solid rgba(255,255,255,.05);
    padding: 6px 20px !important;
    width: 100%;
}
ul.top-contact-info {
    padding-left: 0;
}
.get-btn {
    line-height: 30px;
    padding: 6px 20px;
    font-weight: 500;
    width: 85%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
.fl-page-bar .fl-social-icons {
    font-size: 8px;
    right: auto;
    position: relative;
    left: 0px;
    top: 0;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-top: 0 !important;
}
.fl-page-bar .container .col-md-6.text-right .fl-page-bar-text {
    text-align: center;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0px;
}
.fl-page-bar-text {
    text-align: left;
}
.home .fl-page-bar {
    position: absolute;
    top: -50%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
    width: 50%;
    margin: 0 auto;
    border-radius: 4px;
    z-index: 9999;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 3px 8px 0px rgba(255,255,255,0.5);
    box-shadow: 0px 3px 8px 0px rgba(255, 255, 255, 0.5);
    -webkit-transition-property: top, bottom !important;
    -webkit-transition-duration: 0.5s !important;
    -o-transition: 0.5s !important;
    transition: 0.5s !important;
}
.fl-page-bar.active{
top: 200px;
    transform: translateY(-200px);
    opacity: 1;
    visibility: visible;
}
.popupactive{
  overflow-y: auto;
}
.popupactive:before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 500ms;
    z-index: 99;
}
.fl-page-bar {
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
.fl-page-bar {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fl-page-bar.active {
    opacity: 1;
    visibility: visible;
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
.fl-page-bar.active {
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    position: fixed;
}
@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px)}60%{opacity:1;transform:translateY(50.8%)}80%{transform:translateY(-49.8%)}100%{transform:translateY(-50%)}}@-moz-keyframes bounceInDown{0%{opacity:0;-moz-transform:translateY(-2000px)}60%{opacity:1;-moz-transform:translateY(50.8%)}80%{-moz-transform:translateY(-49.8%)}100%{-moz-transform:translateY(-50%)}}@-o-keyframes bounceInDown{0%{opacity:0;-o-transform:translateY(-2000px)}60%{opacity:1;-o-transform:translateY(50.8%)}80%{-o-transform:translateY(-49.8%)}100%{-o-transform:translateY(-50%)}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(50.8%)}80%{transform:translateY(-49.8%)}100%{transform:translateY(-50%)}}
.fl-page-bar {
    background-color: #ffffff;
}
ul.top-contact-info li,
ul.top-contact-info li a,
ul.top-contact-info li span {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
ul.top-contact-info li a i{
  #099d6e
}
.fl-page-bar .fl-page-bar-text-2 .getaquote-btn, .fl-page-bar .fl-page-bar-text-2 .top-right-btn {
    display: block;
}
.get-btn, .get-btn3, .top-right-btn p {
    display: block;
    margin: 0px;
    padding: 0px 0px;
    line-height: 45px;
    font-size: 18px;
}
.fl-page-bar .fl-social-icons * {
    color: #099d6e;
}
.fl-page-bar .container {
    padding-left: 0 !important;
}
.top-right-btn {
    margin-top: 10px;
}
.top-right-btn p{
  line-height: 21px;
}
  
}
@media only screen and (max-width: 640px) {
.home .fl-page-bar {
    width: 94%;
  }
}










/** Single Page **/
.fl-sidebar aside ul li a:hover {   margin-left: 10px; }

/** Search **/
#bb-custom-search-result article.fl-post {
    width: 70%;
    margin: 0px auto;
}
.search-article {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.search-article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
h3.search-query {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
/** 404 Error page **/
.fl-404 {  padding: 0; }
.error404 .fl-post-content.clearfix, .error404  .fl-post-header {   display: none; }

/** Icons Animation **/
.footer-social-icon a:hover{
    opacity: .8;
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
}
.footer-social-icon a{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
/** Custom CSS 
 * ---------------------**/
/** Image Scale **/
.uabb-post-wrapper:hover .uabb-post-thumbnail  img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    opacity: .8;
}
.uabb-post-wrapper .uabb-post-thumbnail img{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.uabb-post-wrapper .uabb-blog-posts-shadow{
  position: relative;
}
.uabb-post-wrapper .uabb-blog-posts-shadow:hover::after {
    width: 100%;
}
.uabb-post-wrapper .uabb-blog-posts-shadow::after {
    content: '';
    width: 0%;
    height: 3px;
    background-color: #f4c214;
    position: absolute;
    left: 0px;
    bottom: 0px;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

/** Testimonial **/


.shadow-effect {
    padding: 40px 25px;
    border-radius: 4px;
    text-align: left;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
    background-color: #ffffff;
}
.customers-testimonials .shadow-effect p {
    text-align: center;
}
.customers-testimonials .owl-nav {
    display: none;
}
.testimonial-name {
    text-shadow: none;
    font-size: 20px;
    line-height: 22px;
    color: #002040;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.customers-testimonials .item {
    transition: all .3s ease-in-out
}
.customers-testimonials .owl-item.active.center .item {
    opacity: 1;
}
.customers-testimonials.owl-carousel .owl-item img {
    width: 50px;
    text-align: left;
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0;
}
.customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
.customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background:#2ca86f;
}
.customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.customers-testimonials.owl-carousel .owl-dots .owl-dot span {
background: #FFF;
    display: inline-block;
    height: 12px;
    border-radius: 100%;
    margin: 0 6px;
    transition: all 250ms ease-out 0s;
    width: 12px;
}
.customers-testimonials.owl-carousel .owl-dots.disabled{
  display: block !important;
  margin-top: 32px;
}
.customers-testimonials .testi-img {
    text-align: center;
    position: absolute;
    top: -53px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f2f5f4;
    border-radius: 100%;
    padding: 40px 30px;
    width: 110px;
    height: 110px;
}
.customers-testimonials.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    padding-top: 60px;
}
.customers-testimonials .testi-text {
    margin-top: 40px;
}
button.owl-next span, button.owl-prev span{
  text-indent: -999px;
}


@media screen and (max-width: 768px) {
  /** font size for smaller devices */
  .fl-col-small {  max-width: 100% !important;  }
  h1 {  font-size: 28px !important; line-height: 42px !important; }
  h2 {  font-size: 30px !important; line-height: 36px !important; }
  h3 { font-size: 22px !important; line-height: 30px !important  }

}
@media screen and (max-width: 991px) {

}
/** Graviry Form Styles **/

.gform_body input::-webkit-input-placeholder, 
.gform_body textarea::-webkit-input-placeholder, 
.gform_body select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #002040;
}
.gform_body input::-moz-placeholder, 
.gform_body textarea::-moz-placeholder, 
.gform_body select::-moz-placeholder { /* Firefox 19+ */
  color: #002040;
}
.gform_body input:-ms-input-placeholder, 
.gform_body textarea:-ms-input-placeholder, 
.gform_body select:-ms-input-placeholder { /* IE 10+ */
  color: #002040;
}
.gform_body input:-moz-placeholder, 
.gform_body textarea:-moz-placeholder, 
.gform_body select:-moz-placeholder { /* Firefox 18- */
  color: #002040;
}
.gform_wrapper textarea.large{ 
 height: 100px !important; 
}
label.gfield_label {  
  
}
.gform_wrapper { 
 margin-bottom: 0px !important;
  margin-top: 0; 
}
.gform_wrapper .gform_footer { 
 padding-bottom: 0 !important;
  }
.uabb-gf-style { 
 padding: 0 !important;
}
.gform_body input, .gform_body textarea, .gform_body select {
    height: 50px !important;
    background-color: #fafafa;
    border: 1px solid #d4d9d7;
    border-radius: 0;
    font-size: 16px;
    padding-left: 20px;
    display: block;
    margin-top: 0px !important;
    width: 100%;
    padding: 6px 12px !important;
    line-height: 1.428571429;
    color: #002040 !important;
    vertical-align: middle;
    background-image: none;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#gform_fields_1 textarea{
  height: 150px;
}
.gform_wrapper .top_label li{
    margin-bottom: 15px;
}
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
    width: auto;
    margin: 0;
    color: #063159;
    background: f4c214 ;
    font-weight: 400;
    font-size: 16px;
    border-radius: 50px !important;
    height: 45px;
    padding: 6px 25px;
    line-height: 1.35;
    border-style: solid;
    border-width: 1px;
    border-color: #1a4057;
	    
    line-height: 17px !important;
}
.gform_wrapper .gform_page_footer input[type=submit]{
	background: #063159 ;
	color: #f4c214;
}
.gform_wrapper.gf_browser_ie .gform_footer input.button{
      padding: 6px 25px;
}
.gform_wrapper .gform_footer {
    padding-bottom: 0 !important;
    margin: 0;
    padding: 0;
}
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:hover{
    /*background-color: #039c6f;
        border-color: #039c6f;*/
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
    position: relative;
}
body .fl-row .gform_wrapper img.ui-datepicker-trigger {
    width: 17px!important;
    height: 16px!important;
    display: -moz-inline-stack;
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 29px;
    width: 32px !important;
    height: auto !important;
    border-left: 1px solid #e6e6e6;
    padding-left: 10px;
}
.ginput_container.ginput_container_date{float: left;}
body .uabb-gf-style input, body .uabb-gf-style textarea {
    border-radius: 0 !important;
    border-color: #e5e5e5 !important;
}
.gform_wrapper .top_label li {  margin-top: 0 !important; }

.gform_wrapper .ginput_container_radio li{
    vertical-align: middle !important;
}
/*Form Error CSS*/
.gform_wrapper div.validation_error {
    color: #ff0000;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    border-top: none;
    border-bottom: none;
    padding: 0;
    clear: both;
    width: 100%;
    text-align: left;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 16px;
    color: #f00;
    font-weight: normal;
    letter-spacing: normal;
    padding: 0;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.gform_wrapper li.gfield_error textarea {
    border: 1px solid #ff0000 !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 6px!important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box;
}
.gform_wrapper .validation_message, .gform_wrapper .gfield_error .gfield_label {
    color: #ff0000;
    font-weight: 400;
    letter-spacing: normal;
}

/*Custom CSS*/
header.fl-page-header.fl-page-header-primary {
/*    color: #fff;
    position: relative;
    left: 0;
    width: 100%;
    z-index: 9;
    border: none;*/
}
.fl-page-header{
	    background-color: rgba(255,255,255,1) !important;
}
.fl-page-nav-right .fl-page-header-wrap{
	    box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.1);
		    border-bottom: none !important;
}

@media (max-width: 1020px){ 
.fl-page-header .fl-page-header-row.row {
    flex-direction: row;
    text-align: left;
}
}
.fl-page-header.header-scroll {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}
.scroll-bottom{
    -webkit-animation: sdb05 2s infinite;
  animation: sdb05 2s infinite;
    -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(0deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) translate(0px, 20px);
    opacity: 0;
  }
}

.slidet-title{
  filter: drop-shadow(1.236px 3.804px 2px rgba(0,0,0,0.4));
}
.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {
    padding: 10px 34px;
}
.offer-box .uabb-infobox{
  position: relative;
  overflow: hidden;
}
.offer-box .fl-col-group.fl-col-group-equal-height .fl-col-content {
        
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    background-color: #FFF;
}
.offer-box .fl-col-group.fl-col-group-equal-height .fl-col-content:hover{
    box-shadow: 0px 15px 15px rgba(0,0,0,0.15);
 }
.offer-box .fl-col-group.fl-col-group-equal-height .fl-col-content:before {
    position: absolute;
    z-index:0;
    top: 50%;
    right: 20px;
    bottom: 50%;
    left: 20px;
    content: '';
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transform: rotate(-70deg);
}
.offer-box .fl-col-group.fl-col-group-equal-height .fl-col-content:hover:before {
    background: rgb(247 250 255);
    top: 20px;
    bottom: 20px;
    opacity: 1;
    border: 0;
}
.offer-box .uabb-infobox .uabb-image .uabb-photo-img {
    width: 60px;
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 
}
.offer-box .fl-col-group.fl-col-group-equal-height .fl-col-content:hover .uabb-module-content img {
    transform: translate3d(0px, -5px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.45s ease 0s;
}
.cta{
  position: relative;
}
.cta:before{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/wp-content/uploads/sites/46/2020/04/Footer-Mask.png);
  left: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
      background-position: center top;
    background-attachment: scroll;
    background-size: contain;
	display:none;
}
.fl-node-5e871cf5b32f5 > .fl-row-content-wrap{
	    background-size: contain !important;
}
.uabb-module-content.uabb-creative-button-wrap a{
  border:none !important;
}
.uabb-module-content.uabb-creative-button-wrap a:hover {
	background: #f4c214;
    /*background: -webkit-linear-gradient(180deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: -o-linear-gradient(180deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: -ms-linear-gradient(180deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: -moz-linear-gradient(180deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: linear-gradient(270deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);*/
    border:none;
}
.home-form #gform_fields_1 textarea {
    height: 120px;
}
.gform_footer input[type=submit]{
    
    border-radius: 50px !important;
	background:#f4c214;
	color:#063159;
    /*background: -webkit-linear-gradient(0deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: -o-linear-gradient(0deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: -ms-linear-gradient(0deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: -moz-linear-gradient(0deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: linear-gradient(90deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);*/
}
.gform_footer input[type=submit]:hover{
    
    border-radius: 50px !important;
	background:#063159;
	color:#ffffff;
    /*background: -webkit-linear-gradient(180deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: -o-linear-gradient(180deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: -ms-linear-gradient(180deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: -moz-linear-gradient(180deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: linear-gradient(270deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);*/
}
.home-form .gform_wrapper form {
    position: relative;
}
.home-form .gform_wrapper .top_label li.home-capcha {
    margin-bottom: 0;
}
.home-form .gform_wrapper .gform_footer {
    /*position: absolute;
    right: 20px;
    bottom: 15px;
    text-align: right;
    width: 50%;*/
}
p.uabb-post-meta.uabb-blog-post-section {
    border-bottom: 1px solid #d4d9d7;
	padding-bottom: 10px !important;
    margin-bottom: 15px !important;
}
span.uabb-read-more-text.uabb-blog-post-section a {
	font-family: "Quattrocento",serif;
    font-weight: bold !important;
	text-decoration: underline;
}
span.uabb-read-more-text.uabb-blog-post-section a:hover{
	text-decoration:none;
}
span.uabb-read-more-text.uabb-blog-post-section a .uabb-next-right-arrow{
  display: none;
}

/*Footer CSS*/
.fl-page-footer-widgets-row .col-md-3.col-lg-3:first-child {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    text-align: center;
        border-bottom: 1px solid #1f466a;
    margin-bottom: 40px;
   
}
.fl-page-footer-widgets-row .col-md-3.col-lg-3:nth-child(2){
    width: 40%;
    max-width: 40%;
    flex: 40%;
}
.fl-page-footer-widgets-row .col-md-3.col-lg-3:nth-child(3){
width: 40%;
    max-width: 40%;
    flex: 40%;
}
.fl-page-footer-widgets-row .col-md-3.col-lg-3:nth-child(4){
    width: 20%;
    max-width: 20%;
    flex: 20%;
}
.footer-add li img{
  margin-right: 15px;
}
.footer-add li {
    display: block;
    margin-bottom: 12px;
}
footer .fl-widget .fl-widget-title {
    margin-bottom: 20px;
    color: #f4c214;
    font-size: 20px;
}
footer .fl-page-footer-widgets {
    padding-top: 180px;
    border: none;
    padding-bottom: 40px;
    background-size: contain !important;
    background-image: none;
	background-color: #063258;
}
.footer-links {
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}
.footer-links li {
    margin-bottom: 0px !important;
    display: inline-block !important;
}
.footer-links li:first-child a i {
   
}
.footer-links li:last-child a i {
  
}
.footer-links li a i {
 
    z-index: 9999;
    font-weight: 300;
    font-size: 16px;
    color: #FFF;
    border-radius: 100%;
    padding: 0px 0px;
    display: block;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
        border: 1px solid transparent;
}
.footer-links li a i:hover{
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
    color:#FFF;
}
.footer-links li a:hover{
  text-decoration: none;
}

.footer-links li a i.fa-facebook-f{
 
}
.footer-links li a i.fa-twitter{
  
}
.footer-links li a i.fa-instagram{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.footer-links li a i.fa-linkedin-in{
  background-color: #007ab9;
}
.footer-links li a i.fa-youtube{
  background-color: #c4302b ;  
}
#menu-footer-menu li.current-menu-item a {
    color: #2ca86f;
}
#menu-footer-menu{
 -webkit-column-count: 2;
    -moz-column-count: 2;
         column-count: 2;
 }
.fl-page-footer {
    border-top: none;
    font-size: 16px;
    border-color: #048;
    background-color: #052e54;
    color: #d4d9d7;
	font-weight: 300;
}
.fl-page-footer-text, .fl-page-footer-text a{
    color: rgba(255, 255, 255, 0.5);
}

/*Innerpage CSS*/

.uabb-image .uabb-photo-img{
	width:100% ! important;
}

.service .uabb-infobox-content .uabb-image .uabb-photo-img {
    width: 100%;
}
.service- .uabb-infobox{
    box-shadow: 0 10px 20px 0 rgba(51,77,128,.12);
    position: relative;
}
.service .uabb-infobox-content .uabb-infobox-title-wrap,
.service .uabb-infobox-content .uabb-infobox-separator,
.service .uabb-infobox-content .uabb-infobox-text-wrap{
    padding: 0px 25px;
}
.service .uabb-image{
  position: relative;
    overflow: hidden;
}
.service .uabb-infobox{
	    box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.1);
	   
}
.service .uabb-image:before, .service .uabb-image:after{
      background: rgba(255,255,255,.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -ms-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}

.service .uabb-infobox:hover .uabb-image:before{
   left: 50% !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1!important;
    -khtml-opacity: 1!important;
    opacity: 1!important;
    right: 50%!important;
}

.service .uabb-infobox:hover .uabb-image:after {
    bottom: 50%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    top: 50%;
}


.service .uabb-infobox:hover:before {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.service .uabb-infobox:before {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -1px;
    height: 4px;
    width: 100%;
    /* background: #857263; */
    background: rgba(36,184,140,1);
    background: -moz-linear-gradient(left, rgba(36,184,140,1) 0%, rgba(5,88,110,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36,184,140,1)), color-stop(100%, rgba(5,88,110,1)));
    background: -webkit-linear-gradient(left, rgba(36,184,140,1) 0%, rgba(5,88,110,1) 100%);
    background: -o-linear-gradient(left, rgba(36,184,140,1) 0%, rgba(5,88,110,1) 100%);
    background: -ms-linear-gradient(left, rgba(36,184,140,1) 0%, rgba(5,88,110,1) 100%);
    background: linear-gradient(90deg, rgba(0,155,111,1) 0%, rgba(167,207,105,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24b88c', endColorstr='#05586e', GradientType=1 );
    content: "";
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.service .uabb-module-content{
  position: relative;
}
.service .uabb-infobox-content:after{
    border-radius: 100%;
    padding: 12px;
    position: absolute;
    bottom: 0;
    content: "\e97e";
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    padding: 12px;
    color:#FFF;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #2ca86f;
    border: 1px solid #2ca86f;
    font-family: 'Ultimate-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.service .uabb-infobox:hover .uabb-infobox-content:after{
    opacity: 1;
    -webkit-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
.service .uabb-imgicon-wrap img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    
}
.service .uabb-infobox:hover .uabb-imgicon-wrap img {
    opacity: 0.8;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}
.cta1 .circles {
    width: 100%;
    /*margin: -90px 0;*/
    height: 240px;
    position: relative;
    overflow: hidden;
}
.cta1 .circle-1 {
    width: 450px;
    height: 450px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin-top: -226px;
    margin-left: -226px;
    border: 1px solid #f5f5f5;
}

.cta1 .circle-2 {
    width: 330px;
    height: 330px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #eee;
    top: 50%;
    left: 50%;
    margin-top: -166px;
    margin-left: -166px;
    position: absolute;
}

.cta1 .circle-3 {
    width: 220px;
    height: 220px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #e5e5e5;
    top: 50%;
    left: 50%;
    margin-top: -111px;
    margin-left: -111px;
    position: absolute;
}

.cta1 .circle-4 {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #ddd;
    top: 50%;
    left: 50%;
    margin-top: -61px;
    margin-left: -61px;
    position: absolute;
}

.cta1 .circle-center {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin-top:-35px;
    margin-left: -21px;
    position: absolute;
    font-size: 0;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cta1 .circle-center i {
    font-size: 16px;
    display: block;
        color: #FFF;
    margin-top: 11px;
    background: #2ca86f;
    border-radius: 100%;
    padding: 12px 0px;

}

.cta1 .circle-center:hover i {
    color: #fff;
}

.cta1 .circle-center .circle-center-tip {
    position: absolute;
    font-size: 13px;
    color: #fff;
    width: 200px;
    padding: 7px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: -100px;
    left: 50%;
    margin-top: -37px;
    background: #2ca86f;
}

.cta1 .circle-center .circle-center-tip:after {
    width: 6px;
    height: 6px;
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    transform: rotate( 45deg );
    content: ' ';
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: -3px;
    background: #2ca86f;
}
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale( 1 ); opacity: 0.3; }
    50% { -webkit-transform: scale( 1.1 ); opacity: 1; }
    100% { -webkit-transform: scale( 1 ); opacity: 0.3; }
}

@-moz-keyframes pulse {
    0% { -moz-transform: scale( 1 ); opacity: 0.3; }
    50% { -moz-transform: scale( 1.1 ); opacity: 1; }
    100% { -moz-transform: scale( 1 ); opacity: 0.3; }
}

@-o-keyframes pulse {
    0% { -o-transform: scale( 1 ); opacity: 0.3; }
    50% { -o-transform: scale( 1.1 ); opacity: 1; }
    100% { -o-transform: scale( 1 ); opacity: 0.3; }
}

@keyframes pulse {
    0% { transform: scale( 1 ); opacity: 0.3; }
    50% { transform: scale( 1.1 ); opacity: 1; }
    100% { transform: scale( 1 ); opacity: 0.3; }
}
.cta1 .circle-pulse {
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    opacity: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.cta1 .gform_wrapper form {
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}
.cta1 .gform_wrapper .gform_body {
    width: 60%;
}
.cta1 .gform_wrapper .gform_footer {
    width: 40%;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.cta1 .gform_wrapper .gform_footer input[type=submit]{
    width: 100%;
    margin: 0px;
    text-align: left;
    padding-left: 40px !important;
}
.cta1 .gform_wrapper .gform_footer:hover:after{
    color:#FFF;
}
.cta1 .gform_wrapper .gform_footer:after{
    content: "\f879";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    right: 40px;
    top: 16px;
}
.cta1 .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    margin: 0px;
    position: relative;
}
body .cta1 .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}
.cta1 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    border: 1px solid #ccc;
    background: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 15px !important;
    font-size: 16px !important;
    height: 45px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    width: 95%;
    outline: none;
}

.cta1 .validation_error, .cta .instruction.validation_message{
  display: none !important;
}
.cta1 .gform_wrapper.gform_validation_error .top_label input.medium{
  width:100%;
}
.cta1 .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.cta1 .gform_wrapper li.gfield_error textarea {
    border: 1px solid #ff0000;
}
.cta1 .gform_wrapper .gform_ajax_spinner {
    padding-left: 10px;
    position: absolute;
    right: 10px;
    top: 15px;
}
.cta1 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 0;
    margin: 0px;
    color: #f00;
    font-weight: 400;
    position: absolute;
    top: -11px;
    left: 1px;
    background-color: #fff;
    width: auto;
    padding: 0px 5px;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
}
.cta .gform_wrapper li.gfield.gfield_error{
    background-color: transparent;
    margin-bottom: 0px!important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
    max-width: 100% !important;
    width: 100% !important;
}
.fl-post-feed-meta {
    margin-top: -10px;
}
.fl-post-feed-text a.fl-post-feed-more {
    border: 1px solid #f4c214 !important;
    padding: 3px 15px !important;
    color: #fff !important;
    background-color: #f4c214 !important;
      margin-top: -20px;
	 border-radius: 25px;
}
.fl-post-feed-header {
     margin-bottom: 0px;
  }  

.fl-post-feed-text a.fl-post-feed-more:hover{
    border: 1px solid #002040 !important;
    background-color: #002040 !important;
}
.fl-post-feed .fl-post-feed-post {
    /*border-bottom: 1px solid #e6e6e6 !important;*/
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}
.fl-node-5d5fb3d2d6502 > .fl-col-content {
    background-color: #2ca86f;
    }
.fl-node-5d5fb3d2d6be2 > .fl-col-content {
    background-color: #2ca86f;
}
.fl-node-5d5fb3d2d688e > .fl-col-content{
	 background-color: #2ca86f;
}

.blog .fl-widget-title, .single .fl-widget-title,
.fl-module-sidebar .fl-widget-title, .single .fl-module-sidebar .fl-widget-title{
      font-weight: 800;
    font-size: 28px;
    margin-left: 2px;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #063159;

}
.blog .fl-sidebar .fl-widget ul, .single .fl-sidebar .fl-widget ul, .single .fl-module-sidebar .fl-widget ul, .fl-module-sidebar .fl-widget ul{
    position: relative;
    padding-left: 25px;
}



.blog .fl-sidebar aside.fl-widget ul:before, .single .fl-sidebar aside.fl-widget ul:before,
.fl-module-sidebar aside.fl-widget ul:before, .single .fl-module-sidebar aside.fl-widget ul:before{
    width: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #E2E2E4;
    background: #E2E2E4;
    height: 100%;
    content: ' ';
    left: 0;
    top: 8px;
    position: absolute;
}
.blog .fl-sidebar aside.fl-widget ul li:before, .single .fl-sidebar aside.fl-widget ul li:before,
.fl-module-sidebar aside.fl-widget ul li:before, .single .fl-module-sidebar aside.fl-widget ul li:before{
    content: ' ';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #ffffff99;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: -4px;
    margin-top: 8px;
    border: 3px solid #dfad00;
}
.blog .fl-sidebar aside.fl-widget ul:after, .single .fl-sidebar aside.fl-widget ul:after,
.fl-module-sidebar aside.fl-widget ul:after, .single .fl-module-sidebar aside.fl-widget ul:after{
    width: 4px;
    height: 15px;
    left: 0;
    content: ' ';
    position: absolute;
    bottom: -14px;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0, #E2E2E4 ), color-stop( 1, #f6f5fc ) );
    background-image: -o-linear-gradient( bottom, #E2E2E4 0%, #f6f5fc 100% );
    background-image: -moz-linear-gradient( bottom, #E2E2E4 0%, #f6f5fc 100% );
    background-image: -webkit-linear-gradient( bottom, #E2E2E4 0%, #f6f5fc 100% );
    background-image: -ms-linear-gradient( bottom, #E2E2E4 0%, #f6f5fc 100% );
    background-image: linear-gradient( to bottom, #E2E2E4 0%, #f6f5fc 100% );
}
.blog .fl-sidebar ul li a, .single .fl-sidebar ul li a,
.fl-module-sidebar ul li a, .single .fl-module-sidebar ul li a{
    list-style: none;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 20px;

}
.blog .fl-sidebar ul li a:hover, .single .fl-sidebar ul li a:hover,
.fl-module-sidebar ul li a:hover, .single .fl-module-sidebar ul li a:hover{
  color:#dfad00;
  text-decoration: underline;
}
.blog .fl-sidebar ul li a:focus, .single .fl-sidebar ul li a:focus,
.fl-module-sidebar ul li a:focus, .single .fl-module-sidebar ul li a:focus{
	color:#dfad00;
}
.fl-page button:not(.customize-partial-edit-shortcut-button):hover{

	    color: #fff;
    background-color: #f2f5f4 !important;
    border-style: solid;
    border-width: 1px;
    border-color: #002040;
    border-radius: 10px !important;
}
.owl-carousel button.owl-dot{
	    font:inherit1 !important;
}
.fl-row-content-wrap .uabb-table-header, .table-data{
  display: none;
}
.fl-row-content-wrap .uabb-table-inner-wrap .uabb-table-features .table-body-td {
    border: none;
    padding: 10px 0px;
    border-bottom: 1px dashed #d6d6d6;
    font-weight: 600;
}
.fl-row-content-wrap .uabb-table-features{
      text-align: left;
}
.fl-row-content-wrap .uabb-table-inner-wrap tr td:last-child .content-text{
      color: #b1b1b1;
}
.download-btn:hover{
  background-color: transparent !important;
    color: #0b2f6d !important;
    text-decoration: none;
}
.download-btn{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 10px;
        color: #0b2f6d !important;
    padding-bottom: 5px;
    display: inline-block;
    border: none !important;
}
.uabb-creative-button-wrap .uabb-creative-button.download-btn .uabb-creative-button-icon-before{
    color: #f00 !important;
    font-size: 58px;
}
.download-btn span{
    border-bottom: 1px solid #0b2f6d;
    padding-bottom: 3px;
}

.testimonial-content {
    text-align: center;
    padding: 30px 25px 40px !important;
    margin: 30px 0px 30px 0px;
    background-color: #fff !important;
    border-radius: 4px;
        box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.1);
}

.testi img{
	    margin-bottom: 15px;
}
.border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.19);
    }
.border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.19);
}
.border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.19);
}

.uabb-info-circle-wrap {
    width: 80%;
}
.uabb-info-list {
    position: relative;
     padding-left: 40px;
}
.uabb-info-list:before {
    width: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #E2E2E4;
    background: #E2E2E4;
    height: 100%;
    content: ' ';
    left: 10px;
    top: 8px;
    position: absolute;
}
.uabb-info-list:after {
    width: 4px;
    height: 55px;
    left: 10px;
    content: ' ';
    position: absolute;
    bottom: -8px;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0, #E2E2E4 ), color-stop( 1, #f6f5fc  ) );
    background-image: -o-linear-gradient( bottom, #E2E2E4 0%, #f6f5fc  100% );
    background-image: -moz-linear-gradient( bottom, #E2E2E4 0%, #f6f5fc  100% );
    background-image: -webkit-linear-gradient( bottom, #E2E2E4 0%, #f6f5fc  100% );
    background-image: -ms-linear-gradient( bottom, #E2E2E4 0%, #f6f5fc  100% );
    background-image: linear-gradient( to bottom, #E2E2E4 0%, #f6f5fc  100% );
}
.uabb-info-list .uabb-info-list-item:before {
    content: ' ';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #ffffff99;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: -34px;
    margin-top: 8px;
    border: 3px solid #47ba99;
}

	.slider-title{
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);;
	}
	input#fl-comment-form-submit {
    background: #2ca86f;
    color: #fff;
}
.uabb-post-wrapper .uabb-blog-posts-shadow{
box-shadow: 0 0px 20px rgba(197, 197, 197, 0.2) !important;
}
.fl-post-feed {
    border-right: 1px solid #e6e6e6;

}

/*responsive CSS*/

@media (min-width: 991px){
.fl-page-nav-right .fl-page-header-container {
    padding: 15px 0px;
 }
.posts1 .fl-module.fl-module-sidebar {
    margin-top: 30px;
}

/*.mobile-row .fl-col-group .fl-col.fl-col-small:first-child{
	padding-bottom: 40px;
}*/
footer .fl-page-footer-widgets{
	    padding-top:0px;
    padding-bottom: 30px;
}
}

@media only screen and (min-width: 640px) and (max-width: 990px) {
   .fl-builder-content .fl-node-5e871cf5b3ee0{
	padding-top:20px;
}
.fl-builder-content .fl-node-5e871cf5b3f57{
	padding-top:20px;
}
}


@media (max-width: 768px){

.posts1 .fl-post-feed-post.fl-post-feed-image-beside{
    max-width: 100% !important;
}
.fl-sidebar{
	display:block !important;
}
.fl-page-nav-right .fl-page-header-logo{
	padding-left:0px;
}
footer .fl-page-footer-widgets{
	    padding-top:70px;
    padding-bottom: 10px;
}
.cta1{
	    margin-top: 60px;;
}
.fl-builder-content .fl-node-5e871cf5b3f57{ 
	padding-top:20px;
}
.fl-builder-content .fl-node-5e871cf5b3def{
	padding-top:20px;
}
.fl-builder-content .fl-node-5e871cf5b3e68{
	padding-top:20px;
}
.fl-builder-content .fl-node-5e871cf5b3ee0{
	padding-top:20px;
}
}


@media (max-width: 1120px){

.fl-page-nav .navbar-nav>li>a.nav-link {
    padding: 15px 10px;
}
}



@media only screen and (max-width: 1024px){

	body {
    font-size: 14px;
}
.mobile-top-header{
	display:none;
}
.fl-page-bar {
    display: none;
    }
    .fl-page-nav .navbar-nav>li>a.nav-link {
    padding: 15px 10px;
}
}

@media (max-width: 1019px){
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
    top: 50%;
    transform: translateY(-50%);
}
.fl-nav-mobile-offcanvas.fl-responsive-nav-enabled .fl-nav-offcanvas-active {
    overflow: hidden;
}
}

@media only screen and (max-width: 640px){

    .fl-page-bar {
    display: none;
}
	.fl-page-footer-widgets-row .col-md-3.col-lg-3:nth-child(2){
		     width: 100%;
    max-width: 100%;
    flex: 100%;
	}
	.fl-page-footer-widgets-row .col-md-3.col-lg-3:nth-child(3){
		     width: 100%;
    max-width: 100%;
    flex: 100%;
	}
	.fl-page-footer-widgets-row .col-md-3.col-lg-3:nth-child(4){
		     width: 100%;
    max-width: 100%;
    flex: 100%;
	}
	.home-form .gform_wrapper .gform_footer{
		position:relative;
		    margin-top: 20px;

	}
	.posts1 .fl-post-feed-post{
padding:20px;
}
.posts1 .fl-post-feed-image-beside .fl-post-feed-text{
	padding:0px;
}
.posts1 .fl-post-feed-title{
font-size: 20px !important;
    line-height: 20px !important;
}
.fl-sidebar{
	display:block !important;
}
h1.container.default-header-title{
	    font-size: 19px !important;
    line-height: 24px !important;
}
footer .fl-page-footer-widgets{
	    padding-top: 60px;
    padding-bottom: 10px;
}
.scroll-bottom img{
	display:none;
}

}

ul.top-contact-info li img {margin-right: 10px;}
.fl-social-icons a:hover{opacity:0.8;}
.fl-social-icons a i:before{ padding: 10px 17px; content: "" !important; }
.fa-facebook-f:before{background:url(images/fb.png) no-repeat center;}
.fa-twitter:before{background:url(images/twitter.png) no-repeat center;}
.fa-flickr:before{background:url(images/flickr.png) no-repeat center;}
.fl-social-icons a {margin: 0 1px;}
#rev_slider_1_1 .uranus .tp-bullet.selected .tp-bullet-inner, #rev_slider_1_1 .uranus .tp-bullet:hover .tp-bullet-inner{background-color: rgb(244 194 20)}
#rev_slider_1_1 .uranus .tp-bullet.selected, #rev_slider_1_1 .uranus .tp-bullet:hover{box-shadow: 0 0 0 2px rgb(244 194 20);}

.uabb-list-icon-wrap {position: relative;}
.uabb-list-icon-wrap .uabb-callout-outter {position: absolute;top: 5px;}
.uabb-list-icon-wrap .uabb-list-icon-text {padding-left: 35px;}
.fl-row.cta {background: url(images/footer-mask3.png) no-repeat center top;}
.blog-set h5.uabb-infobox-title-prefix {border-bottom: 1px solid #d4d9d7;padding-bottom: 15px;margin-bottom: 15px;}
.footer-links li a i:before{padding: 10px 17px;content: "" !important;}
footer .widget_media_image {margin-bottom: 60px !important;}
footer .menu li a {text-decoration: none;}
footer .menu li a:hover, footer .menu li.current_page_item a {color: #efbf16;}
ul.top-contact-info a:hover {opacity: 0.8;}

.wp-block-search__button {background: #f4c214 !important;border: none;padding: 0.375em 0.625em;color: #063159 !important;margin-left: 0.625em;word-break: normal;font-size: 13px !important;font-weight: bold !important;}
.single .fl-sidebar .wp-block-search__button:hover {background: #002040 !important;color: #fff !important;border: none !important;border-radius: 25px !important;}
label.wp-block-search__label {display: none;}

ol {padding-left: 20px;}
ol li {margin-bottom: 10px;}
.widget_search input[type=search] {background-color: #fff;}
.uabb-text-editor p a, .fl-rich-text p a, .fl-rich-text li a, .uabb-text-editor li a{color: #e7ba18;}
.uabb-text-editor p a:hover, .fl-rich-text p a:hover, .fl-rich-text li a:hover, .uabb-text-editor li a:hover {color: #47494b;}

.blog-page .uabb-post-thumbnail {float: left;width: 40%;}
.blog-page .uabb-blog-post-content {float: right;margin: 0px;width: 60%;}
.blog-page span.uabb-read-more-text a {background: #f4c214;padding: 10px 15px;border-radius: 25px;text-decoration: none;font-size: 16px;color: #fff !important;font-family: "Rubik",sans-serif;font-weight: normal !important;}
.blog-page .uabb-blogs-pagination li span.page-numbers.current{background: #f4c214 !important;}
.blog-page .uabb-post-wrapper .uabb-blog-post-content{ padding-top: 12px !important;}
body .fl-post-content p, body .fl-post-content p span {font-family: "Rubik",sans-serif !important;}

@media only screen and (max-width: 400px){
h1.container.default-header-title {font-size:30px; bottom: 9% !important;}
}

@media only screen and (min-width: 600px){
	.gform_footer.top_label {text-align: right !important;float: right;margin-top: -81px !important;width: auto !important;}
.home-form .gform_wrapper .gform_footer {margin-top: -68px !important;}
.ginput_recaptcha > div{float:left;}
}

@media only screen and (max-width: 600px){
.ginput_recaptcha iframe{transform: scale(0.8);margin-left: -30px;}
}

@media only screen and (min-width: 400px) and (max-width: 768px){
	.blog-set .fl-col.fl-col-small, .offer-box .fl-col.fl-col-small{max-width: 400px !important;}
}
@media only screen and (min-width: 500px){
	.mobile-banner-text{display: none !important;}
	.mobile-banner-text h2{font-size:25px !important; line-height:30px !important; }
}
@media only screen and (max-width: 500px){
	.rev_slider .tp-caption {display: none !important;}
}
@media only screen and (min-width: 570px) and (max-width: 992px){
	.fl-page-header-container.container{width: 100% !important;max-width: 100% !important;}
	.fl-page-header-container.container{}
	.fl-page-nav-right .fl-page-header-logo{padding-left:0px; padding-right:0px;}
}

@media only screen and (min-width: 769px) and (max-width: 992px){
h1.container.default-header-title {font-size:30px; bottom: 27%;}
}

@media only screen and (min-width: 992px){
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li>a {border-bottom: 3px solid #fff;}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-item>a, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li>a:hover {border-bottom: 3px solid #063159;}
.offer-box .fl-col-group.fl-col-group-equal-height .fl-col-content{ margin: 0px 10px;}
}

@media only screen and (max-width: 992px){
footer .fl-widget {text-align: center;}
.fl-page-footer-widgets-row .col-md-3.col-lg-3 {width: 100% !important;max-width: 100% !important;flex: 100% !important;float: none;}
footer .fl-page-footer-widgets{padding-top: 0px !important;}
footer .widget_media_image {margin-bottom: 30px !important;}
.fl-page-footer-widgets-row .col-md-3.col-lg-3:first-child{ margin-bottom: 30px !important;}
footer .fl-page-footer-widgets{padding-bottom: 10px !important;}
.fl-nav-mobile-offcanvas.fl-responsive-nav-enabled header[class*=" fl-page-nav-toggle-visible-"].fl-page-header .fl-nav-offcanvas-collapse{background-color: rgb(255 255 255 / 97%) !important;}
.posts1 .fl-post-feed-post.fl-post-feed-image-beside{max-width: 100% !important;}
h2.fl-post-feed-title {font-size: 20px !important;}
footer .fl-widget ul.menu li{display: inline-block; padding: 0 10px;}
.single.single-post .container{max-width:100%;}
h1.container.default-header-title{padding-left:20px; padding-right:20px; font-size:30px; bottom: 27%;}

}

@media only screen and (min-width: 992px){
	.fl-page-nav-right .fl-page-nav{flex-direction: inherit;}
	.fl-page-header-container.container{width: 100% !important;padding: 0px 32px !important;max-width: 100% !important;}
	.fl-page-nav .navbar-nav>li>a.nav-link{padding: 30px 15px;}
	.fl-page-nav-right .fl-page-header-logo{padding: 12px 0;}
	
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
	.fl-page-nav .navbar-nav>li>a.nav-link{ padding: 8px 15px;}
	h1.container.default-header-title {font-size: 46px; bottom: 27%;}
	.fl-col.cont-add {width: 100%;}
	.fl-col.cont-mail {width: 100%;}
}
@media only screen and (min-width: 993px){
	footer .menu {column-count: 2;}
}

@media only screen and (min-width: 1240px){
.home h6.uabb-post-heading.uabb-blog-post-section {min-height: 84px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1500px){
	.fl-page-header-logo-col {flex: 0 0 22.33333%;max-width: 22.33333%;}
	.fl-page-nav-col {flex: 0 0 77.33333%;max-width: 77.33333%;}
	.fl-page-nav .navbar-nav>li>a.nav-link{font-size: 15px;}
	.fl-page-nav-right .fl-page-header-logo{padding: 19px 0;}
	h1.container.default-header-title {font-size: 46px; bottom: 30%;}
}
@media only screen and (min-width: 1200px) and (max-width: 1350px){
	.fl-page-nav .navbar-nav>li>a.nav-link{padding: 30px 8px;font-size: 15px;}
}
@media only screen and (min-width: 1500px) and (max-width: 1600px){
	.fl-page-nav .navbar-nav>li>a.nav-link{padding: 30px 11px;}
}
@media only screen and (min-width: 1500px){
h1.container.default-header-title {bottom: 30%;}
}