/*
Theme Name: Advise,Train, Guide (ATG 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 .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;
}
@media (min-width: 768px){
.fl-page-nav-right .fl-page-header-logo {
    padding-left: 0px;
    padding-right: 0px;
}
}
@media (min-width: 1020px){
.fl-page-nav-left .fl-page-header-row .col-lg-8, .fl-page-nav-right .fl-page-header-row .col-lg-8 {
    width: 80%;
    flex: 80%;
    max-width: 80%;
}
.fl-page-nav-left .fl-page-header-row .col-lg-4, .fl-page-nav-right .fl-page-header-row .col-lg-4 {
    width: 20%;
    flex: 20%;
    max-width: 20%;
}
}
/** 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:#ffffff !important;
    background:#000 !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: #8b032d!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: 65px;
    height: 44px;
    z-index: 9;
    -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 30px 0px 30px;
    background: -webkit-linear-gradient(0deg,  rgb(1 24 58) 0%, rgb(4 69 134) 100%);
    background: -o-linear-gradient(0deg, rgb(1 24 58) 0%, rgb(4 69 134) 100%);
    background: -ms-linear-gradient(0deg, rgb(1 24 58) 0%, rgb(4 69 134) 100%);
    background: -moz-linear-gradient(0deg, rgb(1 24 58) 0%, rgb(4 69 134) 100%);
    background: linear-gradient(90deg, rgb(1 24 58) 0%, rgb(4 69 134) 100%);
}
#mobile-phone-cta:hover{
      background: -webkit-linear-gradient(0deg,  rgb(4 69 134) 0%, rgb(1 24 58) 100%);
    background: -o-linear-gradient(0deg, rgb(4 69 134) 0%, rgb(1 24 58) 100%);
    background: -ms-linear-gradient(0deg, rgb(4 69 134) 0%, rgb(1 24 58) 100%);
    background: -moz-linear-gradient(0deg, rgb(4 69 134) 0%, rgb(1 24 58) 100%);
    background: linear-gradient(90deg, rgb(4 69 134) 0%, rgb(1 24 58) 100%);
}
#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: #FFF;
  text-decoration: none;
}
.mobile-phone-cta img {
  margin: 0px 0 0 0;
    padding-right: 10px !important;
    position: relative;
    top: -3px;
    /* display: none; */
    width: 36px;
}
/** Scroll To Top **/
#fl-to-top {   background-color: #000; }
/** 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:rgba(21,69,82,0.58); /* 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 100px;
}
header.fl-page-header .fl-page-header-container.container {
    max-width: 100%;
    width: 100%;
    padding: 15px 100px;
}
header.fl-page-header .fl-page-nav .navbar-nav li a{
    padding: 0;
    margin-right: 30px;
}
header.fl-page-header .fl-page-nav .navbar-nav li:last-child a{
    margin-right: 0px;
}
.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;
    height: 45px;
}
ul.top-contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 0px;
}
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: 20px;
    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: 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: 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;
}
.fl-button-wrap a.fl-button{
  background-color: transparent;
  color: #044586;
  border: 1px solid #044586;
  border-radius:  25px;
}
.fl-button-wrap a.fl-button span{
  color: #044586;
}
.fl-button-wrap a.fl-button:hover{
      background: -webkit-linear-gradient(0deg,  rgb(4 69 134) 0%, rgb(1 24 58) 100%);
    background: -o-linear-gradient(0deg, rgb(4 69 134) 0%, rgb(1 24 58) 100%);
    background: -ms-linear-gradient(0deg, rgb(4 69 134) 0%, rgb(1 24 58) 100%);
    background: -moz-linear-gradient(0deg, rgb(4 69 134) 0%, rgb(1 24 58) 100%);
    background: linear-gradient(90deg, rgb(4 69 134) 0%, rgb(1 24 58) 100%);
  color:#ffffff;
  border-radius:  25px;
  border: 1px solid transparent;
}
.fl-button-wrap a.fl-button:hover span{
    color:#ffffff;
}
.sidebar-contactbox a.uabb-infobox-cta-link {
    color: #044586;
}






/** 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: #044586;
    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:#044586;
}
.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; }
  h2 {  font-size: 22px !important; }
  h3 { font-size: 22px !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: 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;
    height: auto !important;
    min-height: auto !important;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    border-radius: 4px;
    height: 45px;
    padding: 12px 25px !important;
    line-height: 1.35;
    border-style: solid;
    border-width: 1px;
    border-color: #044586;
      background-image: -moz-linear-gradient( -180deg, rgb(1,60,144) 0%, rgb(5,135,222) 100%);
  background-image: -webkit-linear-gradient( -180deg, rgb(1,60,144) 0%, rgb(5,135,222) 100%);
  background-image: -ms-linear-gradient( -180deg, rgb(1,60,144) 0%, rgb(5,135,222) 100%);
    background: linear-gradient( -180deg, rgb(1,60,144) 0%, rgb(5,135,222) 100%);
}
.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-image: -moz-linear-gradient( -180deg, rgb(5,135,222)  0%, rgb(1,60,144) 100%);
  background-image: -webkit-linear-gradient( -180deg, rgb(5,135,222) 0%,rgb(1,60,144) 100%);
  background-image: -ms-linear-gradient( -180deg, rgb(5,135,222) 0%, rgb(1,60,144) 100%);
    background: linear-gradient( -180deg, rgb(5,135,222) 0%, rgb(1,60,144) 100%);
}
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*/

.fl-page-bar a i{
  color:#ccc;
      margin-right: 14px;
}
.fl-page-bar a:hover i{
  color:#FFF;
}
i.fas.fa-phone {
    transform: rotate(90deg);
}
header.fl-page-header.fl-page-header-primary {
    position: absolute;
    /*top: 45px !important;*/
    z-index: 9;
    left: 0;
    right: 0;
}

.fl-page-nav-right .fl-page-header-wrap{
	    box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.1);
}
.fl-page-nav-right .fl-page-header-logo {
    width:160px;
}
header.fl-page-header.header-scroll .fl-logo-img {
    width: 60px !important;
}
header.fl-page-header.header-scroll .fl-page-header-container.container {
    max-width: 100%;
    width: 100%;
    padding: 18px 100px;
}
@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 {
    margin: 0px 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    background-color: #eeeeee;
}
.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: -3px;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/wp-content/uploads/2020/08/top-shape.png);
  left: 0;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
      background-position: center top;
    background-attachment: scroll;
    background-size: contain;
}

.uabb-module-content.uabb-creative-button-wrap a{
  border:none !important;
}
.uabb-module-content.uabb-creative-button-wrap a:hover {
      background: -webkit-linear-gradient(0deg,  rgb(4 69 134) 0%, rgb(1 24 58) 100%);
    background: -o-linear-gradient(0deg, rgb(4 69 134) 0%, rgb(1 24 58) 100%);
    background: -ms-linear-gradient(0deg, rgb(4 69 134) 0%, rgb(1 24 58) 100%);
    background: -moz-linear-gradient(0deg, rgb(4 69 134) 0%, rgb(1 24 58) 100%);
    background: linear-gradient(90deg, rgb(4 69 134) 0%, rgb(1 24 58) 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(1 24 58) 0%, rgb(4 69 134) 100%);
    background: -o-linear-gradient(0deg, rgb(1 24 58) 0%, rgb(4 69 134) 100%);
    background: -ms-linear-gradient(0deg, rgb(1 24 58) 0%, rgb(4 69 134) 100%);
    background: -moz-linear-gradient(0deg, rgb(1 24 58) 0%, rgb(4 69 134) 100%);
    background: linear-gradient(90deg, rgb(1 24 58) 0%, rgb(4 69 134) 100%);
}
.home-form .gform_footer input[type=submit]:hover{
    height: 50px;
    border-radius: 50px !important;
      background: -webkit-linear-gradient(0deg,  rgb(4 69 134) 0%, rgb(1 24 58) 100%);
    background: -o-linear-gradient(0deg, rgb(4 69 134) 0%, rgb(1 24 58) 100%);
    background: -ms-linear-gradient(0deg, rgb(4 69 134) 0%, rgb(1 24 58) 100%);
    background: -moz-linear-gradient(0deg, rgb(4 69 134) 0%, rgb(1 24 58) 100%);
    background: linear-gradient(90deg, rgb(4 69 134) 0%, rgb(1 24 58) 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: 5px !important;
}
span.uabb-read-more-text.uabb-blog-post-section a {
    border-bottom: 1px solid #002040;
}
span.uabb-read-more-text.uabb-blog-post-section a .uabb-next-right-arrow{
  display: none;
}
.add-section .fl-row-content-wrap {
    background-position: 18% 89%;
    background-size: 323px;
}
/*Footer CSS*/
/*.fl-page-footer-widgets-row .fl-page-footer-widget-col:nth-child(1) {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    text-align: center;
    border-bottom: 1px solid #814e28;
    margin-bottom: 80px;
}
.fl-page-footer-widgets-row .fl-page-footer-widget-col:nth-child(2){
    width: 50%;
    max-width: 50%;
    flex: 50%;
}
.fl-page-footer-widgets-row .fl-page-footer-widget-col:nth-child(3){
width: 50%;
    max-width: 50%;
    flex: 50%;
}*/
/*.fl-page-footer-widgets-row .fl-page-footer-widget-col:nth-child(4){
    width: 20%;
    max-width: 20%;
    flex: 20%;
}*/

/*aside#media_image-1 {
    margin-bottom: -30px;
}*/
.footer-add li img{
  margin-right: 10px;
}
.footer-add li {
    display: block;
    margin-bottom: 12px;
}
.footer-add li span{
    display: flex;
    float: left;
}
.footer-add li span:last-child {
    float: none;
}
footer .fl-widget .fl-widget-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    color: #FFF;
}
.home footer .fl-page-footer-widgets {
    padding-top: 180px;
    border: none;
    padding-bottom: 40px;
}
.fl-page-footer-wrap .fl-page-footer-widgets {
    background-image: none;
    background-color: #012f5e;
    padding-top: 50px;
    padding-bottom: 30px;
}
.home .fl-page-footer-wrap .fl-page-footer-widgets {
    background-image: url(/wp-content/uploads/2020/08/top-shape.png);
}
.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{
    -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{
  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 {
    color: #044586;
}
#menu-footer-menu{
 -webkit-column-count: 2;
    -moz-column-count: 2;
         column-count: 2;
 }
.fl-page-footer {
    border-top: none;
    font-size: 16px;
    color: #d4d9d7;
    font-weight: 400;
}
.fl-page-footer-text, .fl-page-footer-text a{
    color: rgba(255, 255, 255, 0.5);
}

/*Innerpage CSS*/
.innerpage-banner .fl-row-content-wrap {
    padding-top: 15%;
}
.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: #044586;
    border: 1px solid #044586;
    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: #044586;
    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: #044586;
}

.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: #044586;
}
@-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 #044586 !important;
    padding: 3px 15px !important;
    color: #fff !important;
    background-color: #044586 !important;
        margin-top: -20px;
}
.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: #044586;
    }
.fl-node-5d5fb3d2d6be2 > .fl-col-content {
    background-color: #044586;
}
.fl-node-5d5fb3d2d688e > .fl-col-content{
	 background-color: #044586;
}

.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: 19px;
    margin-left: 2px;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #044586;
    border-bottom: 3px solid #044586;
}
.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 #044586;
}
.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:#044586;
  text-decoration: underline;
}
.fl-page button:not(.customize-partial-edit-shortcut-button):hover{
	   color: #fff;
    background-color:transparent !important;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    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: #044586;
    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;

}

/*custom CSS*/



.two-col-list .uabb-module-content.uabb-list-icon,
.three-col-list .uabb-module-content.uabb-list-icon,
.uabb-module-content.uabb-list-icon .uabb-list-icon-wrap{
    display: -webkit-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-box;
    display: inline-block;
    width: 100%;
}
.two-col-list .uabb-module-content.uabb-list-icon .uabb-list-icon-text-heading,
.three-col-list .uabb-module-content.uabb-list-icon .uabb-list-icon-text-heading{
  text-transform: capitalize !important;
}
.two-col-list .uabb-module-content.uabb-list-icon .uabb-list-icon-text,
.three-col-list .uabb-module-content.uabb-list-icon .uabb-list-icon-text,
.uabb-module-content.uabb-list-icon .uabb-list-icon-text{
	    width: calc( 100% - 30px);
}
.two-col-list .uabb-module-content.uabb-list-icon .uabb-list-icon-wrap {
    width: 49%;
    display: inline-block;
}
.uabb-module-content.uabb-list-icon .uabb-list-icon-wrap .uabb-callout-outter{
  vertical-align: top;
  padding-top: 5px;
}
.three-col-list .uabb-module-content.uabb-list-icon .uabb-list-icon-wrap {
    width: 32.33%;
    display: inline-block;
}
.spl-box .fl-module-content.fl-node-content{
	border: 5px solid #f6faff;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.4);
}
.eql-height{}

.training-section .fl-col-group.fl-col-group-equal-height .fl-col .fl-col-content.fl-node-content{
    -webkit-transition: all .5s;
    transition: all .5s;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px 0 #ececec;
    box-shadow: 0 0 5px 0 #ececec;
    display: inline-block;
    background: #FFF;
    width: 100%;
    border: 1px solid rgba(0,0,0,.08);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0px 15px;
}
.training-section .fl-col-group.fl-col-group-equal-height .fl-col .fl-col-content.fl-node-content:hover{
    -webkit-box-shadow: 0 20px 25px 5px #ececec;
    box-shadow: 0 20px 25px 5px #ececec;
    cursor: pointer;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
.training-section .fl-col-group.fl-col-group-equal-height .fl-col .fl-module-content.fl-node-content{
    padding: 0px;
    margin: 0px;
}
.training-section .fl-col-group.fl-col-group-equal-height .fl-col .uabb-infobox .uabb-infobox-content{
  position: relative;
}
.training-section .fl-col-group.fl-col-group-equal-height .fl-col .uabb-infobox .uabb-infobox-title-prefix span{
    background: #fff;
    color: #000;
    border-radius: 20px;
    padding: 6px 20px 4px 20px;
    position: absolute;
    font-size: 10px;
    top: 15px;
    right: 15px;
    transform: translateY(-43%);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    line-height: 1;
}
.training-section .uabb-infobox .uabb-imgicon-wrap{
    margin-top: 0;
}
.training-section .uabb-infobox span.uabb-infobox-title {
    position: relative;
    padding: 5px 10px 5px 30px;
    border-radius: 18px;
    margin: 0 2px 0 0;
    background-color: #044586;
}
.training-section .uabb-infobox span.uabb-infobox-title:hover{
    background-color: #000;
}
.training-section .uabb-infobox span.uabb-infobox-title:before {
    content: "\f02b";
    font-size: 10px;
    position: absolute;
    left: 10px;
    top: 50%;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    transform: translateY(-50%);
}
.training-box .uabb-image-content {
    width: 100%;
}
.training-section .uabb-infobox .uabb-infobox-title-wrap,
.training-section .uabb-infobox .uabb-infobox-text-wrap{
    padding-left: 15px;
    padding-right: 15px;
}
/*.training-section .uabb-infobox{
    display: inline-block;
    background: #FFF;
    width: 100%;
    border: 1px solid rgba(0,0,0,.08);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}*/
.training-section .uabb-infobox .uabb-infobox-title-wrap{
    margin-bottom: 12px;
}
.training-section .uabb-infobox .uabb-infobox-title-prefix{
    margin-bottom: 10px;
}
.training-section .uabb-infobox .uabb-infobox-text-wrap .uabb-infobox-button .uabb-button{
      margin-bottom: 15px;
}
.training-section .uabb-infobox .uabb-infobox-text-wrap .uabb-infobox-button .uabb-button,
.training-section .uabb-infobox .uabb-infobox-text-wrap .uabb-infobox-button .uabb-button:hover{
    text-align: center;
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: transparent;
    height: auto;
    padding: 12px 0px;
    background: none;

}
.training-section .uabb-infobox .uabb-infobox-text-wrap .uabb-infobox-button .uabb-button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.training-section .uabb-infobox .uabb-infobox-text-wrap .uabb-infobox-button .uabb-button span{
    color: rgb(255, 255, 255);
    background: #044586;
    border-radius: 20px;
    position: relative;
    padding: 5px 22px 4px 15px;
    font-size: 14px;
}
.training-section .uabb-infobox .uabb-infobox-text-wrap .uabb-infobox-button .uabb-button span:hover{
      background: #000;
}
.training-section .uabb-infobox .uabb-infobox-text-wrap .uabb-infobox-button .uabb-button span:after {
    content: "\f054";
    font-size: 10px;
    position: absolute;
    right: 11px;
    top: 50%;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.training-section .uabb-infobox .uabb-infobox-text-wrap .uabb-infobox-button .uabb-button span:hover:after,
.training-section .fl-col-group.fl-col-group-equal-height .fl-col .uabb-infobox:hover .uabb-button span:after{
    right: 8px;  
}

/*Single Page CSS*/
.sidebar-menucol .fl-module-content.fl-node-content {
    background-color: rgba(76, 123, 221, 0.2);
    padding: 30px;
}
.sidebar-menucol .menu li{
  margin-bottom: 10px;
}
.sidebar-menucol .menu li a{
    background-color: #fff;
    display: block;
    position: relative;
    text-transform: capitalize;
    line-height: 1.6em;
}
.sidebar-menucol .menu li a:hover,
.sidebar-menucol .menu li a:focus,
.sidebar-menucol .menu li a:visited,
.sidebar-menucol .menu li a:active,
.sidebar-menucol .menu li.current-menu-item a{
      background: -webkit-linear-gradient(0deg,  rgb(1 24 58) 0%, rgb(4 69 134) 100%);
    background: -o-linear-gradient(0deg, rgb(1 24 58) 0%, rgb(4 69 134) 100%);
    background: -ms-linear-gradient(0deg, rgb(1 24 58) 0%, rgb(4 69 134) 100%);
    background: -moz-linear-gradient(0deg, rgb(1 24 58) 0%, rgb(4 69 134) 100%);
    background: linear-gradient(90deg, rgb(1 24 58) 0%, rgb(4 69 134) 100%);
}
.training-section .fl-col-group.fl-col-group-equal-height .fl-col{
  margin-bottom: 35px;
}
.sidebar-menucol .menu li.side-menu-title a:after{
  display: none;
}
.sidebar-menucol .menu li.side-menu-title a{
      background-color: #000;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.sidebar-menucol .menu li a:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    font-weight: 900;
    font-style: normal;
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 10px;
    transform: translateY(-50%);
}
.sidebar-contactbox .uabb-infobox{
  position: relative;
  overflow: hidden;
}
.sidebar-contactbox .uabb-infobox:hover:after{
    bottom: 6px;
    right: -40px;
}
.sidebar-contactbox .uabb-infobox:after{
    font-family: 'Font Awesome 5 Free';
    content: '\f658';
    font-weight: 900;
    font-style: normal;
    position: absolute;
    bottom: 26px;
    right: -20px;
    font-size: 110px;
    color: rgba(29, 29, 116, 0.10);
    -o-transition: 0.5s;
    transition: 0.5s;
    transform: rotate(-48deg);
}
.sidebar-contactbox .uabb-infobox-cta-link:hover:after{
    color: #202020;
    margin-left: 20px;
}
.sidebar-contactbox .uabb-infobox-cta-link:after{
font-family: 'Font Awesome 5 Free';
    content: '\f101';
    font-weight: 900;
    font-style: normal;
    margin-left: 9px;
    font-size: 10px;
    vertical-align: top;
    color: #1d1d74;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.sidebar-contentcol .list-view{
    margin-top: 10px;
}
.list-view .uabb-callout-outter .uabb-icon i.fas.fa-check:before,
.uabb-list-icon .uabb-callout-outter .uabb-icon i.fas.fa-check:before,
.list-view .uabb-callout-outter .uabb-icon i.ua-icon.ua-icon-check:before,
.uabb-list-icon .uabb-callout-outter .uabb-icon i.ua-icon.ua-icon-check:before{
    content: "\f111";
    font-size: 6px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000;
    vertical-align: middle;
}
.sidebar-contentcol .list-view .fl-module-content.fl-node-content{
    border: 4px solid #f6faff;
    padding: 15px 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.box-border .fl-row-content{
    border: 4px solid #f6faff;
}
.list-view .uabb-list-icon-text-heading a{

}
.sidebar-contentcol .uabb-heading a,
.sidebar-contentcol .list-view .uabb-list-icon-text-heading a,
.sidebar-contentcol .uabb-text-editor p a,
.sidebar-contentcol .fl-rich-text p a,
.list-view .uabb-list-icon-text-heading a,
.price-section2 .table-body-td{
  position: relative;
  text-decoration: none;
}
.sidebar-contentcol .uabb-heading a span,
.sidebar-contentcol .list-view .uabb-list-icon-text-heading a b,
.sidebar-contentcol .uabb-text-editor p a strong,
.sidebar-contentcol .fl-rich-text p a strong,
.list-view .uabb-list-icon-text-heading a,
.price-section2 .table-body-td a{
    border-bottom: 3px solid transparent;
  -o-transition: 0.5s;
  transition: 0.5s;
    color: #031b4e;
    border-bottom: 3px solid #f6faff;
    text-decoration: none;
}
.sidebar-contentcol .uabb-heading a:after,
.list-view .uabb-list-icon-text-heading a:after,
.price-section2 .table-body-td a:after{
    font-family: 'Font Awesome 5 Free';
    content: '\f101';
    font-weight: 900;
    font-style: normal;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
    font-size: 10px;
    vertical-align: middle;
    color: #1d1d74;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: -10px;
    opacity: 0;
}
.sidebar-contentcol .uabb-heading a:after,
.list-view .uabb-list-icon-text-heading a:after,
.price-section2 .table-body-td a:after{
    margin-left: 8px;
    opacity: 1;
}
.sidebar-contentcol .uabb-heading a:hover:after,
.list-view .uabb-list-icon-text-heading a:hover:after,
.price-section2 .table-body-td a:hover:after{
    margin-left: 12px;
}
.sidebar-contentcol .uabb-heading a:hover span,
.sidebar-contentcol .list-view .uabb-list-icon-text-heading a:hover b,
.sidebar-contentcol .uabb-text-editor p a:hover strong,
.sidebar-contentcol .fl-rich-text p a:hover strong,
.list-view .uabb-list-icon-text-heading a:hover{
    border-bottom: 3px solid #ededfd;
}


.what-section .fl-col-group.fl-col-group-equal-height .fl-col-content.fl-node-content {
    background-color: #f4f4f4;
    margin: 0px 15px;
    padding: 10px 0px;
	transition:all 500ms;
}
.what-section .fl-col-group.fl-col-group-equal-height .fl-col-content.fl-node-content:hover{
    background-color: #012f5e;
}
.what-section .fl-col-group.fl-col-group-equal-height .fl-col-content.fl-node-content:hover .uabb-photo-img{
    filter: brightness(0) invert(1);
}
.what-section .fl-col-group.fl-col-group-equal-height .fl-col-content.fl-node-content:hover .uabb-infobox .uabb-infobox-title, 
.what-section .fl-col-group.fl-col-group-equal-height .fl-col-content.fl-node-content:hover .uabb-infobox .uabb-infobox-text.uabb-text-editor p{
    color:#FFF;
}
.link-boxes .uabb-infobox .uabb-infobox-text p a {
    position: relative;
    padding-left: 25px;
    display: block;
}
.link-boxes .uabb-infobox .uabb-infobox-text p a:before{
    content:"\f0c1";
    font-weight: 900;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
/*    top:50%;
    transform: translateY(-50%);*/
    margin-right: 10px;
}

.cta .uabb-module-content.uabb-creative-button-wrap a {
    border: 1px solid #FFF !important;
}
.training-section .fl-col-group.fl-col-group-equal-height .fl-col.box-hide .fl-col-content.fl-node-content,
.training-section .fl-col-group.fl-col-group-equal-height .fl-col.box-hide .fl-col-content.fl-node-content:hover{
box-shadow: none;
    border: none;
    cursor: auto;
}














/*responsive CSS*/
@media (max-width: 1680px){
body.home .fl-page-header-primary .fl-logo-img {
    width: 100%;
}
.fl-page-header-primary .fl-logo-img {
    width: 100%;
}
.offer-box .fl-row-content-wrap {
    padding-top: 100px;
}
}
@media (max-width: 1440px){
  .offer-box .fl-row-content-wrap {
    padding-top: 70px;
}
}
@media (max-width:1490px){
header.fl-page-header .fl-page-nav .navbar-nav li a {
    margin-right: 17px;
}	
}
@media (max-width: 1366px){
  .fl-page-bar .fl-page-bar-container{
    padding: 0px 50px;
  }
  header.fl-page-header .fl-page-header-container.container{
      padding: 15px 50px;
  }
  header.fl-page-header.header-scroll .fl-page-header-container.container {
      padding: 10px 50px;
  }
  .offer-box .fl-row-content-wrap {
      padding-left: 20px;
      padding-right: 20px;
  }
  
}
@media (max-width: 1300px){
  .fl-page-bar .fl-page-bar-container{
    padding: 0px 35px;
  }
  header.fl-page-header .fl-page-header-container.container {
      padding: 15px 35px;
  }
  header.fl-page-header.header-scroll .fl-page-header-container.container {
      padding: 10px 35px;
  }
  .fl-page-bar .fl-page-bar-row .text-left, .fl-page-bar .fl-page-bar-row .text-right {
    width: auto;
    flex: auto;
    max-width: none;
}
.fl-page-header .fl-page-header-row .fl-page-header-logo-col {
    width: 20%;
    flex: 20%;
    max-width: 20%;
}
.fl-page-header .fl-page-header-row .fl-page-nav-col {
    width: 80%;
    flex: 80%;
    max-width: 80%;
}
}
@media (max-width: 1280px){

}
@media (max-width:1270px){
#mobile-phone-cta {
    bottom: 50px;
    right: 65px;
}
}
@media (max-width: 1260px){
  .offer-box .fl-col-group.fl-col-group-equal-height .fl-col {
      width: 50%;
      margin-bottom: 30px;
  }
  .offer-box .fl-photo .fl-photo-content.fl-photo-img-jpg{
    width: 100%;
  }
  .innerpage-banner .fl-row-content-wrap {
      padding-top: 120px !important;
  }
}
@media (max-width: 1230px){
header.fl-page-header .fl-page-nav .navbar-nav li a {
    margin-right: 14px;
}
}
@media (max-width: 1200px){
.three-col-list .uabb-module-content.uabb-list-icon .uabb-list-icon-wrap{
    width: 50%;
    display: inline-block;
}
.two-col-list .uabb-module-content.uabb-list-icon .uabb-list-icon-wrap{
    width: 50%;
    display: inline-block;
}
header.fl-page-header .fl-page-nav .navbar-nav li a {
    margin-right: 9px;
    font-size: 13px;
}
}



@media (max-width:1019px){
  #mobile-phone-cta{
    display: none;
  }
  header.fl-page-header.fl-page-header-primary {
    top: 0px !important;
}
  header.fl-page-header .fl-page-nav .navbar-nav li a {
    padding: 12px 15px;
    margin-right: 0;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-header-logo {
      margin-right: 0;
  }
  .mobile-top-header {
      display: block;
      text-align: center;
      padding: 0;
      background-color: #044586;
      line-height: normal;
      position: relative;
      margin-top: 0;
      height: 5px;
  }
  .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: #ffffff;
      height: 5px;
      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: -25px;
      padding-top: 27px;
      left: 50%;
      width: 45px;
      height: 45px;
      transform: translate(-50%, 0%);
      color: #FFF;
      background-color:#044586;
      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: #ffffff;
      color: #044586;
  }
  .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: 18px;
      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 {
      display: block !important;
      opacity: 1;
      visibility: visible;
      -webkit-animation-name: bounceInDown;
      -moz-animation-name: bounceInDown;
      -o-animation-name: bounceInDown;
      animation-name: bounceInDown;
      -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 .fl-page-bar-container {
      padding: 0px 0px;
  }
}
@media (max-width: 991px){
.home footer .fl-page-footer-widgets {
    padding-top: 140px;
    border: none;
    padding-bottom: 40px;
}
}
@media (max-width: 911px){
.two-col-list .uabb-module-content.uabb-list-icon .uabb-list-icon-wrap,
.three-col-list .uabb-module-content.uabb-list-icon .uabb-list-icon-wrap{
    width: 100%;
    display: block;
}
.two-col-list .uabb-list-icon-text-heading,
.three-col-list .uabb-list-icon-text-heading {
    font-size: 16px;
}
}

@media (max-width: 840px){
.fl-page-bar.active {
    width: 96%;
    padding: 20px 0px;
}
}
@media (max-width: 768px){
.what-section .fl-col-group.fl-col-group-equal-height .fl-col-content.fl-node-content{
  margin-bottom: 30px;
}
}
@media (max-width: 767px){
.home-title h1.uabb-heading {
    font-size: 26px !important;
}
}
@media (max-width: 640px){
.call-btn .uabb-button .uabb-btn-img {
    width: 25px;
}
.call-btn a.uabb-button {
    padding: 12px 16px;
}
.cta .fl-row-content-wrap {
    padding-top: 60px !important;
}
}

@media (max-width: 375px){

}
@media (max-width: 320px){

}























@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;
}*/
.home .fl-page-footer-wrap .fl-page-footer-widgets{
	    padding-top:250px;
    padding-bottom: 10px;
}
}

@media only screen and (min-width: 993px) and (max-width: 1258px) {
.home-title h1.uabb-heading{
	font-size:26px !important;
}	
}
@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: 1023px) and (min-width:993px){

}
@media only screen and (max-width: 1024px){
body {
    font-size: 14px;
}

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

@media (max-width: 1019px){
/*.mobile-top-header{
  display:none;
}*/
.fl-page-bar {
    border: none;
    height: auto;
}
.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;
}
header.fl-page-header .fl-page-header-container.container {
    padding: 10px 15px;
}
body.home .fl-page-header-primary .fl-logo-img {
    width: 120px;
}
.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-bottom: 0;
}
}
@media (max-width:840px){
  .tp-caption.rev-scroll-btn{
    display: none;
  }
}
@media (max-width: 767px){
  .fl-page-footer-widgets-row .fl-page-footer-widget-col:nth-child(1),
  .fl-page-footer-widgets-row .fl-page-footer-widget-col:nth-child(2),
  .fl-page-footer-widgets-row .fl-page-footer-widget-col:nth-child(3),
  .fl-page-footer-widgets-row .fl-page-footer-widget-col:nth-child(4){
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
}
@media only screen and (max-width: 640px){
body.home .fl-page-header-primary .fl-logo-img {
    width: 80px;
}
/*    .fl-page-bar {
    display: none;
}
	*/
	.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;
}

}
.address-icons i{
	background-image: -moz-linear-gradient( -180deg, rgb(1,60,144) 0%, rgb(5,135,222) 100%) !important;
    background-image: -webkit-linear-gradient( -180deg, rgb(1,60,144) 0%, rgb(5,135,222) 100%) !important;
    background-image: -ms-linear-gradient( -180deg, rgb(1,60,144) 0%, rgb(5,135,222) 100%) !important;
}