/*
Theme Name: Jfmops Consulting LLC.
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{
  background:#ffffff !important;
}

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;
  }
  .fl-node-5ede2157e325c .uabb-creative-menu .menu{
      column-count: 2;
}
}

/* 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:#000 !important;
    background:#f38a00 !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: rgb(72, 63, 52)!important;
    border: 0 !important;
     }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
  border:0 !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:h:1956over>.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 {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 44px;
    z-index: 9;
    background-color: #000000;
    padding: 0!important;
    -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);
}
#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 {
  background-color: #000000;
  color: #fff;
}
.mobile-phone-cta img {
  margin: 0px 0 0 0;
  padding-right: 10px !important;
  position: relative;
  top: 3px;
}
/** Scroll To Top **/
#fl-to-top {   background-color: #000; }
/** Beaver Builder Remove Module Margins **/
.fl-module-content {
    margin-top: 0;
    margin-bottom: 0;
}
.footer-section .fl-module-content{
margin-top: 0;
    margin-bottom: 0;
}
.footer-section .fl-module{
margin-top: 0;
    margin-bottom: 0;
}

.footer-section .fl-module-content{
margin-top: 0;
    margin-bottom: 0;
}



/** 
 * Default header for blog single, search, error...
 **/
.default-header-bg {
  position: relative;
  z-index: 1;
}
.default-header-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.68); /* FF3.6-15 */
}
h1.container.default-header-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0px auto;
    max-width: 100%;
    top:30%;
}

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

/** 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;
  
    position: absolute;
    left: 0px;
    bottom: 0px;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

/** Testimonial **/


.shadow-effect {
    padding: 40px 25px;
    text-align: left;
    background-color: #ffffff;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    margin-top: 20px;
    margin-left: 120px;
    margin-right: 120px;
    margin-bottom: 140px;

}
.customers-testimonials .shadow-effect p {
    text-align: center;
    padding-left:20px;
    padding-right:20px;
}

.testimonial-name {
    text-shadow: none;
    font-size: 16px;
    line-height: 22px;
    color: #5283c8;
    font-weight: 600;
    font-family: "Muli";
   bottom: -46px;
    text-align: center;
    margin-bottom: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

}
.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 {
  
    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;
}
.owl-carousel .owl-dots {
    display:none;
    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;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f2f5f4;
    border-radius: 100%;
    width: 110px;
    height: 110px;
    border: 3px solid #fff;
}
.customers-testimonials.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    padding-top: 60px;
    padding-bottom:30px;
}
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: 35px !important; line-height: 42px !important; }
  h2 {  font-size: 28px !important; line-height: 36px !important; }
  h3 { font-size: 22px !important; line-height: 30px !important  }


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

}
/** Graviry Form Styles **/
.ginput_recaptcha iframe{
  transform: scale(0.8);
  margin-left: -30px;
}
.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 {  
  display: none !important; 
}
.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;
    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: 90px;
}
.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: #fff;
    background-color: #1a4057;
    font-weight: 400;
    font-size: 16px;
    border-radius: 4px;
    height: 42px;
    padding: 6px 25px;
    line-height: 1.35;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px;
    border-color: #1a4057;
}
.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: #ec4d65;
        border-color: #ec4d65;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
    position: relative;
}
body .gform_wrapper img.ui-datepicker-trigger {
    width: 17px!important;
    height: 16px!important;
    display: -moz-inline-stack;
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 13px;
    width: 32px !important;
    height: auto !important;
    border-left: 1px solid #e6e6e6;
    padding-left: 10px;
}
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;
   border: none;
   position: relative;
   z-index: 10;
   top:-10px;
}



.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 {
    margin: 0px 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 8px 13px 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: rgba(0, 153, 97, 0.05);
    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/2020/04/Footer-Mask.png);*/
  left: 0;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
}
.uabb-module-content.uabb-creative-button-wrap a{
  border:none !important;
}
.uabb-module-content.uabb-creative-button-wrap a:hover {
    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;
}
.home-form .gform_footer input[type=submit]{
    height: 50px;
    border-radius: 50px !important;
    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%);
}
.home-form .gform_footer input[type=submit]:hover{
    height: 50px;
    border-radius: 50px !important;
    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%;
}


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;
}
.fl-page-footer-widgets-row .col-md-3.col-lg-3:nth-child(2){
    width: 30%;
    max-width: 30%;
    flex: 30%;
}
.fl-page-footer-widgets-row .col-md-3.col-lg-3:nth-child(3){
width: 30%;
    max-width: 30%;
    flex: 30%;
}
.fl-page-footer-widgets-row .col-md-3.col-lg-3:nth-child(4){
    width: 30%;
    max-width: 30%;
    flex: 30%;
}
.footer-add li img{
  margin-right: 10px;
}
.footer-add li {
    display: block;
    margin-bottom: 12px;
}
footer .fl-widget .fl-widget-title {
    margin-bottom: 20px;
    color: #3e77c4;;
    font-size: 18px;
        font-weight: 700;
}
footer .fl-page-footer-widgets {
    padding-top: 40px;
    border: none;
    padding-bottom: 60px;
}
.footer-links {
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
}
.footer-links li {
    margin-right: 5px;
    margin-bottom: 0px !important;
    display: inline-block !important;
}
.footer-links li:first-child a i {
    padding: 6px 9px;
}
.footer-links li:last-child a i {
    padding: 6px 5px;
}
.footer-links li a i {
    width: 30px;
    height: 30px;
    z-index: 9999;
    font-weight: 300;
    font-size: 16px;
    color: #FFF;
    border-radius: 100%;
    padding: 6px 7px;
    display: block;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
        border: 1px solid transparent;
}
.footer-links li a i:hover{
    border: 1px solid #2ca86f;
    color:#FFF;
}
.footer-links li a:hover{
  text-decoration: none;
}
.footer-links li a i.fa-facebook-f{
  background-color: #3b5998;
}
.footer-links li a i.fa-twitter{
  background-color: #55acee;
}
.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:before {
    color: #3e77c4 !important;
}

#menu-footer-menu li a:hover:before{
    color: #3e77c4;

 }
/*#menu-footer-menu li a:before{
      content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #626262;
    font-size: 12px;
    margin-right: 10px;
 }
*/
.footer-section{
margin-top:40px;
margin-bottom:50px;
}


.footer-section2 .uabb-creative-menu.uabb-menu-default .menu > li > a{
padding:2px !important; line-height: 25px;
}

.footer-section1 .uabb-infobox-content .uabb-infobox-text p{
  padding:0px !important;
}


.footer-section2{
border-left: 1px solid #d7d7d7;
    padding-left: 20px;
    /*height:200px;*/
}
.footer-section3{
border-left: 1px solid #d7d7d7;
    padding-left: 20px;
     /*height:200px;*/
}


.fl-page-footer {
    border-top: none;
    font-size: 14px;
    border-color: #f5f5f5;
    background-color: #f5f5f5;
    color: #626262;
}
.fl-page-footer-text, .fl-page-footer-text a{
    color: #626262;
}

.fl-page-nav-right .fl-page-header-container {
    padding-top:10px !important;
    padding-bottom: 10px !important;
  
  }

/*Header */
.col-sm-12.col-md-4.fl-page-header-logo-col {
    width: 20%;
}

.col-sm-12.col-md-8.fl-page-nav-col{
      width: 80%;
}



.fl-page-nav .navbar-nav li>a{
  padding: 7px 10px ! important;
    margin-top: -5px;
    line-height: 15px;
    margin-left: 5px;
}



.fl-page-nav-wrap .navbar-nav li.current-menu-ancestor>a, .fl-page-nav-wrap .navbar-nav li.current-menu-parent>a{
border:1px solid #000;
}



.fl-page-nav-right .fl-page-header-wrap{
   border-bottom:none !important;
   box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}


.fl-page-bar .container .col-md-6.text-right {
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    display: flex;
    flex-direction: row-reverse;
}




ul.top-contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
  
}
ul.top-contact-info li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    font-weight: 500;
    margin-right: 20px;

}
.fl-page-bar p{
 color: #fff !important;
}

.fl-page-bar a{
color: #000 !important;
}

.fl-page-bar a:hover{color:#fff !important;}

ul.top-contact-info li:after {
    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;
  opacity:0.8;
}
.fl-page-bar .fl-page-bar-container.container, .fl-page-header .fl-page-header-container.container {
width: 100%;
max-width: 100%;
padding: 0px 30px;
}
.fl-page-bar .col-sm-6.col-md-6.text-left {
    width: 65%;
}
.fl-page-bar .col-sm-6.col-md-6.text-right {
    width: 35%;
}
.fl-page-bar {
border-bottom: 1px solid #e6e6e6;
font-size: 12px;
line-height: 14px;
border-color: #ff9600;
background-color: #ff9600;
color: #000000;
display: inline-block;
width: 100%;
}


.get-btn{
    font-size: 16px;
    line-height: 35px;
    font-weight: 700;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    padding: 0px 15px;
    height: 37px;
    background:#3e77c4;
    
}
.get-btn:hover{
  color:#FFF;
  text-decoration: none;
  background: #000000;
}

p.question {
  display:inline-block;
    padding: 0px 15px;
        font-size: 16px;
        vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    color:#fff;
       margin: 0px !important;
       line-height: 35px;

  }

p.question img {
    margin-right: 5px;
}

p.question:before {
    content: "|";
    color: #fff;
    margin-right: 15px;
  }

  .fl-page-bar .fl-social-icons i.fab{
  width:35px;
  }

.fl-page-bar .fl-social-icons {
    white-space: nowrap;
    z-index: 9;
    font-size: 10px;
    margin: 5px 5px 0px;
}
.fl-page-bar .fl-social-icons *{
  color: #000;
    font-size: 25px !important;
    margin-bottom: 5px;
}

.fl-page-bar .fl-social-icons a i:hover{
  color:#fff;
}
.mobile-top-header {
    display: none;
    line-height: 35px;
}
.fl-page-nav-right .fl-page-nav-collapse {
    display: inline-flex !important;
   /* align-items: end;*/
    text-align: right;
}







/*Homepage*/
.boxes1 .uabb-infobox{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    transition: transform 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  
}

.boxes1 .uabb-infobox-content .uabb-infobox-title-wrap, .boxes1 .uabb-infobox-content .uabb-infobox-separator, .boxes1 .uabb-infobox-content .uabb-infobox-text-wrap{
  padding:0 20px;
}


.boxes1 .uabb-module-content.uabb-infobox.infobox-center.infobox-responsive-center.infobox-has-photo.infobox-photo-above-title:hover{
  background-image: -moz-linear-gradient( 90deg, rgb(62,119,196) 0%, rgb(70,206,170) 80%);

  background-image: -webkit-linear-gradient( 90deg, rgb(62,119,196) 0%, rgb(70,206,170) 80%);
  
background-image: -ms-linear-gradient( 90deg, rgb(62,119,196) 0%, rgb(70,206,170) 80%);
  
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}


.boxes1 .uabb-photo-img {
transform: translate3d(0px, 0px, 0px);
transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.boxes1:hover .uabb-photo-img {
  transform: translate3d(0px, -10px, 0px);
  transition: opacity 0.35s ease 0s, transform 0.45s ease 0s;
}

.boxes1 .uabb-infobox:hover .uabb-infobox-title-wrap p, .boxes1 .uabb-infobox:hover .uabb-infobox-text-wrap p {
  color:#fff;
}


.graph .uabb-infobox{
    background-color: rgb(255, 255, 255);
   box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);  }
  

.graph .uabb-module-content.uabb-infobox.infobox-center.infobox-responsive-center.infobox-has-photo.infobox-photo-above-title:hover{
  transform: translate3d(0px,-5px,0px);
}

.vertical-box .uabb-infobox{
  background-color: rgb(255, 255, 255);
   box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.vertical-box  .uabb-infobox-content .uabb-infobox-title-wrap, .vertical-box .uabb-infobox-content .uabb-infobox-text-wrap{
    padding-right: 10px;
    margin-left: -18px;
}

.vertical-box .uabb-imgicon-wrap{
      margin-top: -10px !important;
    margin-bottom: -10px !important;
    margin-left: -10px !important;
}


.vertical-bg .fl-row-content-wrap{
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 calc(100% - 5vw)
    );
}

.number{
  color:#46ceaa;
}

.number-box .uabb-infobox{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    transition: transform 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  
}

.number-box .uabb-module-content.uabb-infobox.infobox-center.infobox-responsive-center.infobox-has-photo.infobox-photo-above-title:hover {
    transform: translate3d(0px,-5px,0px);
    }


.number-box .uabb-infobox-title{
  margin-bottom:20px !important;
}

.form-section{
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
background-color: #ffffff;
}

.form .uabb-gf-style input[type=text], .form .uabb-gf-style textarea{

border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 2px !important;
    border-left-width: 0px !important;
    bordeR:10px solid red;
}

.blog-post .uabb-blog-post-content {
    margin-top: -33px;
    z-index: 9999;
    position: relative;
    width: 90%;
    margin: -45px auto 0;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }

.blog-post p.uabb-post-heading.uabb-blog-post-section {
    margin-top: -10px;
    line-height: 25px;
  }


.blog-post span.uabb-read-more-text.uabb-blog-post-section {
    margin-top: -15px;
  }

.uabb-read-more-text.uabb-blog-post-section a:before{
    content: "";
    background: #46ceaa;
    position: absolute;
    left: 31%;
    width: 20px;
    height: 1px; 
    bottom: 18%;
}

.cta-bg .fl-row-content-wrap{
z-index:10;
}
.subscribe1 input[type=text]{
height:40px;
      color: #bbbaba !important;
       border-radius: 0px !important;
       margin-left: 160px;
       width: 50%;
       border:none;
       box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
}




.subscribe1 button, input[type=button], .subscribe1 input[type=submit]{
      border: 1px solid #46ceaa !important;
      background: #46ceaa !important;
      padding: 10px 30px!important;
    border-radius: 0px !important;
      margin-top: -61px !important;
    position: relative;
    float: right;
    margin-right: 180px;

}
.subscribe1 button:hover, input[type=button]:hover, input[type=submit]:hover{
      border: 1px solid #3e77c4  !important;
  background-color: #3e77c4  !important;
}

.newsletter-section{
  background:#fff;
box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.08);
position: relative;
    margin-top: -220px;
    z-index: 2;
 
}

.fl-page-footer-widgets-row div.col-sm-3 {
    width: 33%;
  }

.fl-page-footer-widgets-row div:nth-child(1) {
    width: 100% !important;

}
.col-sm-3.col-md-3.fl-page-footer-widget-col.fl-page-footer-widget-col-1{
  text-align:center;
}

ul.footer-text {
    padding: 0;
    margin: 0;
    padding-left: 35px;
    list-style-type: none;
  }

ul.footer-text li img {
    color: #e37691;
    vertical-align: middle;
    margin-left: -30px;
    margin-right: 22px;
    width: 35px;
    text-align: left;
    margin-bottom: 30px;

  }
ul.footer-text li span {
    position: absolute;
    color: #626262;
  }
.fl-page-footer-widgets a{
   color: #626262;
}

.textwidget.custom-html-widget p {
    display: inline-block;
    width: 40px;
  }
.fl-page-footer-widgets-row div:nth-child(3) aside {
    margin-left: 110px;
  }

.menu-main-menu-container li a:before{
content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 300;
    color: #626262;
    font-size: 12px;
    margin-right: 10px;
}
.fl-module.fl-module-button.read-more span:after{
    content: "";
    border-top: 1px solid #3e77c4;
    width: 70px;
    margin: 0 20px;
    transform: translateY(8px);
    position: absolute;
}

.fl-module.fl-module-button.read-more a :hover::after{
  border-top: 1px solid #64ceaa;
}


.fl-module.fl-module-button.cta-btn span:after{
    content: "";
    border-top: 1px solid #ffffff;
    width: 70px;
    margin: 0 12px;
    transform: translateY(8px);
    position: absolute;
}


.boxes1 .uabb-infobox:hover a.uabb-infobox-cta-link:after{

    content: "";
    position: absolute;
    z-index: -1;
    top: 93%;
    height: 10%;
     left: 50%;
    border-left: 1px solid #46ceaa;
  /*transform: translate(-50%);*/
}

li#field_1_1.name input {
/*background: url("/wp-content/uploads/2020/06/name.png") no-repeat 100% 1px transparent;*/
display: block;
}
li#field_1_2.email input {
/*background: url("/wp-content/uploads/2020/06/mail.png") no-repeat 100% 1px transparent;*/
display: block;
}
li#field_1_3.phone input {
/*background: url("/wp-content/uploads/2020/06/phn1.png") no-repeat 100% 1px transparent;*/
display: block;
}
li#field_1_4.message textarea {
/*background: url("/wp-content/uploads/2020/06/message.png") no-repeat 100% 1px transparent;*/
display: block;
}
.gform_wrapper .gform_footer:after{
      display: inline-block;
    content: "";
    border-top: 1px solid #64ceaa;
    width: 70px;
    margin: 0 -20px;
    transform: translateY(20px);
    position: absolute;
}
.fl-page-footer-container{
      padding: 5px 0 0 !important;
}
.fl-page-footer-text{
      padding-bottom: 5px !important; 
}

.owl-carousel .owl-nav .owl-prev span {
    /*background: url(/wp-content/uploads/2020/06/left-arrow.png) no-repeat;*/
    height: 29px;
    width: 39px;
    display: block;
  
  }

.testimonial .owl-carousel .owl-nav .owl-prev {
position:absolute;
left: 0px;
    top: 35%;
}

.owl-carousel .owl-nav .owl-next span{
  /*background: url(/wp-content/uploads/2020/06/right-arrow.png) no-repeat;*/
    height: 29px;
    width: 39px;
    display: block;
}

.testimonial .owl-carousel .owl-nav .owl-next{
position:absolute;
right: 0px;
    top: 35%;
}


.locations .uabb-infobox-content .uabb-image .uabb-photo-img {
    width: 100%;
}

.locations .uabb-infobox {
    position: relative;
      box-shadow: 0 10px 20px 0 rgba(51,77,128,.12);
    position: relative;
    padding: 30px 0px;
    margin: 0px 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.locations .uabb-infobox-content .uabb-infobox-title-wrap,
.locations .uabb-infobox-content .uabb-infobox-separator,
.locations .uabb-infobox-content .uabb-infobox-text-wrap{
    padding: 0px 25px;
}

.locations .uabb-separator{
  width: 50px;
}

.locations .uabb-image{
  position: relative;
    overflow: hidden;
}
.locations .uabb-image:before{
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    height: 0;
    width: 100%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(29,29,116,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(29,29,116,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(29,29,116,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#1d1d74",GradientType=1);
    content: "";
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    transform: rotate(45deg);
}
.locations .uabb-infobox:hover .uabb-image:before{
    height: 100%;
    z-index: 9;
    opacity: 1;
    transform: rotate(0deg);
}
.locations .uabb-infobox:hover:before {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.locations .uabb-infobox:before {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -1px;
    height: 4px;
    width: 100%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgb(62, 119, 196) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgb(62, 119, 196) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgb(62, 119, 196) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#1d1d74",GradientType=1);
    content: "";
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.locations .uabb-module-content{
  position: relative;
}

.uabb-infobox-text.uabb-text-editor ul{
  list-style: none;
  padding:0px;
}

.loactions .uabb-infobox-text.uabb-text-editor ul li a{
color:#434343;
}

.locations .uabb-infobox .uabb-infobox-text-wrap ul li:hover i.fas.fa-phone-alt{
    -webkit-animation: ring 6s ease infinite;
    animation: ring 6s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0;
    transform-origin-z: initial;
}
.locations .uabb-infobox .uabb-infobox-text-wrap ul li a i,
.locations .uabb-infobox .uabb-infobox-text-wrap ul li i.fas.fa-phone-alt {
    width: 20px;
    color: #61c9a5;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 17px;
    margin-left: 0px;
    transition: opacity .3s, transform .3s;
}
.locations .uabb-infobox .uabb-infobox-text-wrap ul li a i,
.locations .uabb-infobox .uabb-infobox-text-wrap ul li i.fas.fa-map-marker {
    width: 20px;
    color: #61c9a5;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 17px;
    margin-left: 0px;
    transition: opacity .3s, transform .3s;
}


 .clients-page{
 box-shadow: 0 0px 20px 0 rgba(51,77,128,.12);
  
 }

.service-page{
box-shadow: 0 0px 20px 0 rgba(51,77,128,.12);

 }

.sidebar h2.widgettitle{
font-size:24px;
font-weight:700;
}


.sidebar .menu-side-menu-container li  a {
    background: rgba(0, 0, 0, 0.05);
    color:#434343;
    padding: 10px 13px 10px 40px;
    display: block;
    position: relative;
  }
.sidebar .menu-side-menu-container li a:before{

    background: #fff;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;

}

.sidebar .menu-side-menu-container li.current-menu-item > a{
    background: #46ceaa;
    color:#ffffff;
  }
.sidebar .menu-side-menu-container li a:hover{
  background: #46ceaa;
  color:#ffffff;
}


.blog-page{
 box-shadow: 0 0px 20px 0 rgba(51,77,128,.12);
 }

.blog1{
border-right: 1px solid #e6e6e6;
}

h4.fl-widget-title {
    font-size: 22px;
    font-weight: 700;
    color:#62caa6;
  }

.fl-widget ul li a{
  color:#434343;
}
.fl-module-sidebar .fl-widget .fl-widget-title:after {
    display: block;
    content: "";
    background: #62caa6;
    width: 40px;
    height: 2px;
    margin-top: 8px;

 }


.fl-sidebar .fl-widget .fl-widget-title:after{
  display: block;
    content: "";
    background: #62caa6;
    width: 40px;
    height: 2px;
    margin-top: 8px
}

.fl-module-sidebar  aside ul li a:hover {
    margin-left: 10px;
  }

.map .fl-builder-shape-layer.fl-builder-bottom-edge-layer{
    z-index:2 !important;
}

/*.slide-des{
font-size:18px !important;
min-width: 450px !important;
line-height: 25px !important;

}

.slider-left-btn {
font-size:18px !important;
font-weight:600 !important;
    padding: 10px 20px 10px 20px !important;

}*/


.slider-left-btn{
 box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15) !important;
  position: relative;
}

.fl-node-5ee0b4b941747 .uabb-subscribe-form-inline .uabb-form-button {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
.fl-node-5ee0b4b941747 .uabb-creative-button-wrap a, .fl-node-5ee0b4b941747 .uabb-creative-button-wrap a:visited{
  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
}
.fa-google:before{
  content: "\f0d5";
  margin-left:10px;
}

.fl-archive h2.fl-post-title {
    font-size: 30px;
  }
.fl-archive .fl-post-thumb img {
    width: 250px;
    padding-left: 18px;
  }



.hesperiden .tp-bullet:hover, .hesperiden .tp-bullet.selected{
  background: rgb(61, 116, 191);
}

.tp-bgimg{
clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px calc(100% - 5vw));
  }

.single-post .footer-bg .fl-module-content{
margin: 0px;
}

.single-post .fl-page-content {
    box-shadow: 0 0px 20px 0 rgba(51,77,128,.12);
    }


.slider-left-btn:after {
   position: absolute;
   content: "";
   width: 55px;
   height: 1px;
   background: #000;
   left: 92%;
   top: 50%;
}
.default-header-bg{
  margin-top:-10px;
}

.cta-info a:hover {
    opacity: 0.8;
    color: #ff9600;
}


.fl-col-small:not(.fl-col-small-full-width) {
  max-width: 100% !important;

}

.tele .uabb-infobox {
    height: 159px;
}
.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.current-menu-item>a:hover, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li>a:hover{
border:1px solid #000;}

/*responsive CSS*/

@media (min-width: 992px){
.fl-page-nav-right .fl-page-header-container {
    padding: 15px 0px;
}
}


@media only screen and (max-width:991px){
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
top: 50% !important;
transform: translateY(-50%);
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-item>a{
  border:none;
}
.fl-page-nav .navbar-nav li>a{
  margin-top:0px;
  padding: 15px 14px ! important;
}
body{
  font-size:16px !important;
}
.fl-nav-mobile-offcanvas.fl-responsive-nav-enabled .fl-nav-offcanvas-active .fl-offcanvas-opacity{
  opacity:0;
}
.fl-page-bar{
  display:none;
}
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-header-row .fl-page-header-logo{
padding: 25px 0 5px!important ;
}
.boxes1 .uabb-infobox-title{
  font-size:23px;
}
}


.mobile-top-header {
    display: none;
}
@media only screen and (max-width: 1024px){
header.fl-page-header.fl-page-header-primary {
    top: 0px;
}
.mobile-top-header {
    display: block;
    text-align: center;
    padding: 0;
    background-color: #ff9600;
    line-height: normal;
    position: relative;
    margin-top: 0;
    height: 4px;
}
.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;
    background-color: #45cba7;
    height: 4px;
    z-index: 99999;
    position: fixed;
    top: 0;
    width: 100%;
}
.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: -32px;
    padding-top: 27px;
    left: 50%;
    width: 45px;
    height: 45px;
    transform: translate(-50%, 0%);
    color: #FFF;
    background-color:#ff9600;
    z-index: 9999;
    font-size: 15px;
}
.fl-page-bar-row .fl-page-bar-text {
    text-align: center;
    width: 100%;
}
.mobile-top-header.active span.toggler i{
    background-color:#45cba7;
}
.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: 10px;
    padding-top: 0px;
}
.fl-page-bar-text {
    text-align: left;
}
.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;
    display: block !important;
}
@-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%)}}
p.question:before{
  display: none;
}
}






@media screen and (min-width: 992px) and (max-width: 1128px){

    .fl-page-nav .navbar-nav li>a{
          padding: 10px 8px ! important;
    }

}


  @media screen and (min-width: 1025px) and (max-width: 1180px){

   .get-btn{
    font-size: 14px;
    padding: 0px 7px;
    font-weight:500;
    }

    p.question{
   font-size: 14px;
}

ul.top-contact-info li{
   font-size: 14px;
}
  }




  @media (min-width: 768px){
.fl-page-nav-right .fl-page-header-logo {
  padding-left: 0px;
}
.fl-page-nav-right .fl-page-header-logo{
      padding-bottom:0px !important;
    }

}



 @media (max-width: 768px){
.footer-section2{
 padding-left:0px;
}
.footer-section3{
 padding-left:0px;
     margin-top: 15px;

}
  #mobile-phone-cta {
  display: none;
}
.vertical-section .fl-col-content{
background:none;
}
.footer-section2{
  border:none;
}
.footer-section3{
  border:none;
}

}



@media screen and (max-width: 768px) and (min-width: 600px){

  .slider-below-boxes{
    width:50%;
    margin:0 auto;
  }
  .graph-box-bg{
     width:50%;
    margin:0 auto;
  }
  .number-box{
      width:50%;
    margin:0 auto;
  }
  .map{
margin-top:-40px;
  }
}






@media only screen and (max-width: 640px){
.fl-page-nav-right .fl-page-header-logo{
      padding-bottom:0px !important;
    }
    .mobile-layout .uabb-post-wrapper {
    width: 100%;
  }
  h1.container.default-header-title {
    font-size: 19px !important;
    line-height: 24px !important;
    margin-top: -10px;
}
.shadow-effect{
  margin-left: 50px !important;
    margin-right: 50px !important;
    padding:20px 0px !important;
}

.footer-section3{
  margin-bottom:0px;
}

.gform_wrapper .gform_footer:after{
  display:none;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
  line-height:10px !important;
}
.subscribe1 input[type=text]{
  margin-left:0px !important;
  width:100% !important;
}
.subscribe1 button, input[type=button], .subscribe1 input[type=submit]{
      margin: 0 auto !important;
      float: none;
}

.vertical-box .uabb-infobox-title{
      margin-top: 10px;

}
}





@media screen and (min-width: 992px) and (max-width: 1280px){
	.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.current-menu-item > a:hover, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a:hover {
  border: none;
}
	
}
@media screen and (min-width: 992px) and (max-width: 1200px){
.fl-node-5eddf810c9bec > .fl-module-content {
  margin-top: -50px;
  margin-bottom: 20px;
}
}
@media screen and (min-width: 1201px) and (max-width: 1399px){
.fl-node-5eddf810c9bec > .fl-module-content {
  margin-top: -103px;
  margin-bottom: 20px;
}
}

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

.boxes1 .uabb-infobox{
margin-top:50px;
}
}


@media screen and (min-width: 993px) and (max-width: 1100px){
.cta-info{
margin-top:-20px;
}
.cta-btn{
margin-top:-15px;
}
.fl-node-5eddf810c9bec .uabb-image .uabb-photo-img{
margin-top:15px;
}
}


@media screen and (min-width: 769px) and (max-width: 1259px){
.fl-node-5ed8cc24c150a > .fl-col-content{
background-image:none;
} 
.fl-node-5ee36bcf628cf > .fl-col-content{
  background-image:none;
}
}


@media screen and (min-width: 993px) and (max-width: 1110px){
  p.uabb-post-heading.uabb-blog-post-section{
    font-size:15px;
  }
  }


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

.footer-bg {
padding-top: 35px;
  }
}

   @media screen and (min-width: 1023px) and (max-width:1200px){

.who-we-are{
   margin-top:-20px;
  }

  .who-we-are-btn{
margin-top:-20px;
  }
}

@media screen and (min-width: 1024px) and (max-width:1366px){
.fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a {
 font-size: 14px !important;
}
}
@media screen and (min-width: 993px) and (max-width:1200px){
.graph-box-bg{
margin-top: 110px;
  }
}

@media screen and (min-width: 993px) and (max-width:1200px){
.vertical-box .fl-module-content{
margin-right:40px !important;
margin-left:40px !important;
}
}


@media only screen and (max-width: 1440px){
.fl-page-bar .fl-page-bar-container.container, .fl-page-header .fl-page-header-container.container {
padding: 0px 40px;
}
}

@media only screen and (max-width: 1440px){
  .fl-page-bar {
      /*width: 98%;*/
  }
}

@media only screen and (max-width: 767px){
.fl-page-bar.active {
   width: 90%;
}
}





@media (max-width: 1300px){.number-box .uabb-infobox-title {
 font-size: 15px !important;

}}
@media (max-width: 1000px){
.profit {
  padding-bottom: 25px;
}
.number-box .uabb-infobox-title {
  margin-bottom: 20px !important;
  font-size: 14px !important;
 
}
}


  @media (max-width: 992px){
.fl-node-5ed9ddaccc6e3 {margin-top: -20px;position: relative;
z-index: 77;}
.fl-node-5ede2cccb62eb.fl-row > .fl-row-content-wrap {
  margin-top: 0px;
}
.fl-node-5eda327e8cf44.fl-module > .fl-module-content {
  margin-top: 0;
}
.fl-node-avnzkyt8rwgf > .fl-module-content {
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.fl-node-5eddf810c9bec.fl-module > .fl-module-content {
  margin-top: 50px;
  margin-bottom: 0;
}
.fl-node-5eddf810c9adc .uabb-image .uabb-photo-img {
  width: 70px;
}
 .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-nav-col {
    padding: 15px 0 5px !important;
}
.footer-section{margin-bottom: 0 !important;}
}

 @media (max-width: 768px){
.vertical-box .uabb-infobox {
  text-align: center;
}
 .vertical-bg .infobox-photo-left .uabb-infobox-content {
  width: 100% !important;
  margin-top: 15px;
}
.vertical-box .uabb-imgicon-wrap{margin: 25px 0 0 !important;}

.vertical-bg .uabb-image .uabb-image-content {
  width: auto !important; margin: 22px 0 0px !important;
}

.vertical-bg .uabb-infobox-content .uabb-infobox-text p{padding: 0 20px 20px !important;}
.who-we-are .uabb-infobox-text p{padding: 0 0 10px !important;}

.vertical-box .uabb-infobox-content .uabb-infobox-title-wrap, .vertical-box .uabb-infobox-content .uabb-infobox-text-wrap {
  padding-right: 0!important;
  margin-left: 0!important;
}
.fl-page-header-primary .fl-logo-img{width: 140px !important;}
}



 @media (min-width: 768px){
.fl-page-header-container.container {
 padding: 15px 40px !important;
}
}


@media (max-width: 1000px){
.fl-node-5ed9ddaccc17b > .fl-col-small {
  max-width: 400px !important;
}

}


@media (max-width: 500px){
.locations .uabb-infobox-content .uabb-infobox-text-wrap {
  padding: 0px 10px !important;
}
.fl-page-bar .fl-page-bar-container.container, .fl-page-header .fl-page-header-container.container {
  padding: 0px 20px !important;
}
}

@media (max-width: 993px){
.fl-node-5ed9ddaccc683.fl-col > .fl-col-content {
  margin-bottom: 20px;
}
.footer-section{text-align: center;}
.footer-section3{
	padding-left: 0;margin-top: 0px;
}
.footer-section2 {
	padding-left: 0;
}
.ctaimg .uabb-imgicon-wrap .uabb-image-content img{max-width: 83% !important; }
.body {font-size:16px;}
.vertical-bg .uabb-infobox-content .uabb-infobox-text p {
  padding: 0 15px 15px !important;
}
.who-we-are  .uabb-infobox-text p {
  padding: 0  !important;
}

}
@media (max-width:1023px){
.footer-section2 .uabb-creative-menu.uabb-menu-default .menu>li>a {
    padding: 2px!important;
    line-height: 1;
}
}