/*
Theme Name: Template14
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 */
.remove-pad-top .fl-row-content-wrap {
  padding-top: 0 !important;
}
.remove-pad-bottom  .fl-row-content-wrap{
  padding-bottom: 0 !important;
}
.fl-module-uabb-heading .fl-module-content{
  margin-top: 0px !important;
}

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

/** Nagative Margins **/
@media only screen and (min-width: 1024px) {
  .neg-top {
    margin-top: -120px;
  }
  .neg-bottom {
    margin-bottom: -120px;
  }
  .neg-left {
    margin-left: -120px;
  }
  .neg-right {
    margin-right: -120px;
  }
}

/* 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 {
    display: none !important; 
}

/**------------------------------ 
 * Buttons
 ----------------------------**/
.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] {
  padding: 14px 20px;
  font-size: 14px;
  border-radius: 0;
  letter-spacing: 0;
  text-transform: initial;
  border: 0px solid transparent;
  margin-top: 20px;
}
/* Button one */
.btn.btn-one>.fl-button-wrap {
  background-color: #101010 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
}
/* Button one > hover */
.btn.btn-one:hover>.fl-button-wrap {
  background-color: #282828 !important;
}

/* Button two */
.btn.btn-two>.fl-button-wrap {
  background-color: #101010 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
}
/* Button two > hover */
.btn.btn-two:hover>.fl-button-wrap {
  background-color: #282828 !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;
}

/**------------------------------ 
 * Gravity Form Buttton
 ----------------------------**/
.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] {
  color: #fff !important;
  border: 0px solid transparent !important;
  margin-bottom: 0px !important;
}
.gform_wrapper .gform_footer {
    padding-bottom: 0;
}

/* form button */
.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: #ffaf00 !important;
  color:#000 !important;
}

body, p, a {
    line-height: 30px;
}
 p:last-child {
    margin-bottom: 0 !important;
}

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

/**------------------------------ 
 * Mobile CTA
 ----------------------------**/
#mobile-phone-cta {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 44px;
    z-index: 9;
    background-color: #0f1623;
    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);
}
#mobile-phone-cta:hover{
   background-color: #ed473b;
}
#mobile-phone-cta a {
  display: block;
  height: 44px;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  padding-top: 12px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-weight: bold;
}
#mobile-phone-cta a:hover {
  background-color: #ed473b;
  color: #fff;
  text-decoration: none;
}
.mobile-phone-cta img {
  margin: 0px 0 0 0;
  padding-right: 10px !important;
  position: relative;
  top: -1px;
}
/** Scroll To Top **/
#fl-to-top {
      border-radius: 100%;
    background-color: rgba(237, 71, 59, 0.39);
}
#fl-to-top:hover {
    background-color: rgb(237, 71, 59);
}
#fl-to-top i {
    left: 15px;
}
/** Beaver Builder Remove Module Margins **/
.fl-module-content {
    margin-top: 0;
    margin-bottom: 0;
}

/**------------------------------ 
 * Overlap Headers
 ----------------------------**/
/*@media screen and (min-width: 1024px) {
  .fl-page-bar {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
  }
  .fl-page-header, .fl-page-header-wrap {
    background-color: transparent;
    border-bottom-style: none; 
    position: absolute;
    top:0px; 
    width: 100%;
    z-index: 10;
    border-bottom: 0px !important;
  }
  .cta h3.uabb-heading {
    font-size: 30px;
  }
}*/
/** End **/

/**------------------------------ 
 * Custom Css 
 ----------------------------**/
/** General Section **/

/** Media Queries 
@media screen and (max-width: 767px) {
  /** font size for smaller devices 
  h1 {  font-size: calc(20px + 2vw); }
  h2 {  font-size: calc(20px + 1vw); }
  h3 {  font-size: calc(19px + 2vw); }
}**/

/**************************************/
/**************************************/


/**************************************/
/*Custom CSS Starting Here*/
/**************************************/

/**************************************/
/*Common CSS Starting Here*/
/**************************************/
.fl-button-wrap {
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
}
.fl-button-wrap a.fl-button:hover, .fl-button-wrap a.fl-button span:hover, .fl-button-wrap a.fl-button:hover, .fl-button-wrap a.fl-button:hover span{
  color:#FFF;
  border: 1px solid #ed1404;
}
.fl-button-wrap a.fl-button:hover span{
    border:0;
}
.main-title h1.uabb-heading{
  line-height: 80px;
}
a, button{
  outline: none !important;
}

/** 
 * Default header for blog single, search, error...
 **/
.default-header-bg {
  position: relative;
  z-index: 1;
}
h1.container.default-header-title {
  position: relative;
  top: 42%;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
    font-family: "Montserrat",sans-serif;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
}
.single .default-header-img.fl-row-content-wrap{
    padding-top: 6%;
    padding-bottom: 6%;
    background-size: cover !important;
}
.default-header-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15,22,35,0.5); /* FF3.6-15 */
}
.default-header-img h1{
  font-weight: 500;
  text-align: center;
  text-shadow: 1px 1px 10px rgba(0,0,0,0.24);
}
.fl-page-nav-left .fl-page-nav, .fl-page-nav-right .fl-page-nav {
    flex-direction: row;
}
/**************************************/
/*Common CSS Ending Here*/
/**************************************/
/**************************************/
/*Top Header CSS Starting Here*/
/**************************************/
.fl-page-bar .fl-page-bar-container.container, .fl-page-header .fl-page-header-container.container{
    max-width: 100%;
    width: 90%;
}
.fl-page-bar{
  padding:6px 0px 8px;
  border: none;
  background: #dbdde6;
  background: -moz-linear-gradient(115deg,  #dbdde6 1%,#dbdde6 82%,#ed473b 82%,#ed473b 100%));
  background: -webkit-linear-gradient(115deg,  #dbdde6 1%,#dbdde6 82%,#ed473b 82%,#ed473b 100%);
  background: linear-gradient(115deg,  #dbdde6 1%,#dbdde6 82%,#ed473b 82%,#ed473b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdde6', endColorstr='#ed473b',GradientType=1 );
}
.fl-page-bar .fl-social-icons-stacked .fab {
    color: #4c5971;
    transition: opacity .2s ease-in-out;
    opacity: 0.8;
    font-size: 18px;
}
.fl-page-bar .fa-stack {
    height: 24px;
    line-height: 2em;
    width: 36px;
}
.fl-page-bar .fl-page-bar-container{
  padding: 0px;
}  
.fl-page-bar .fl-page-bar-row .text-left{
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  padding-top: 2px;
}
.fl-page-bar .fl-page-bar-row .text-right{
  flex: 0 0 75%;
  max-width: 75%;
  width: 75%;
}
.fl-page-bar .fl-page-bar-text {
    padding: 0;
}
.top-bar-menu ul{
    padding: 0px;
    margin: 0px;
}
.top-bar-menu ul li{
    display: inline-block;
    font-size: 16px;
    list-style-type: none;
}
/*.top-bar-menu ul li:first-child:after {
    content: "|";
    padding: 0px 20px;
    color: #c0b596;
}*/
.top-bar-menu ul li:last-child {
    padding-left:50px;
    font-weight: 700;
}
.top-bar-menu ul li a:hover{
  text-decoration: none;
  opacity: 0.8;
}
.top-bar-menu ul li a{
  line-height: normal;
}
.top-bar-menu ul li:last-child, 
.top-bar-menu ul li:last-child a{
  color: #FFF;
}
.top-bar-menu ul li:last-child a {
    font-size: 20px;
}
.top-bar-menu ul li i{
    font-size: 20px;
    padding-right: 15px;
    vertical-align: middle;
    color: #4c5971;
}
.fl-page-nav-right .fl-page-header-row > div{
  display: inline-block !important;
}
.slick-next.slick-arrow{
  right:auto
}
.fl-module-info-box .fl-module-content{
  display:inline-block
}


#mobile-toplinks{
  display: none;
}

#mobile-toplinks .btn {
    display: inline-flex;
    align-items: center;
    border: 0;
    padding: 0;
    padding-top: 6px;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
    position: relative;
}
#mobile-toplinks .btn span{
  color: #FFFFFF;
}
#mobile-toplinks .btn i {
    color: #FFF;
    font-size: 14px;
    margin-left: 10px;
    line-height: 0px;
}
#mobile-toplinks .btn:focus .dropdown, #mobile-toplinks .btn:active .dropdown {
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 1;
  visibility: visible;
}
#mobile-toplinks .btn i {
  border-radius: 100%;
  -webkit-animation: ripple 0.6s linear infinite;
  animation: ripple 0.6s linear infinite;
}
#mobile-toplinks .btn .dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #FFFFFF;
  width: 280px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9999999 !important;
  padding: 0;
  -webkit-animation: ripple 0.6s linear infinite;
  animation: ripple 0.6s linear infinite;
}
#mobile-toplinks .btn .dropdown:before {
  content: '';
  position: absolute;
  top: -6px;
  right: 20px;
  width: 0;
  height: 0;
  box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
  border-top: 6px solid #FFFFFF;
  border-right: 6px solid #FFFFFF;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  mix-blend-mode: multiple;
}
#mobile-toplinks .btn ul.dropdown li {
    z-index: 1;
    background: #FFFFFF;
    padding: 0;
    color: #333;
    list-style-type: none;
    font-size: 14px;
    text-align: left;
    padding-left: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}
#mobile-toplinks .btn .dropdown i {
    color: #ed473b;
    margin: 0px;
    font-size: 14px;
    padding: 0;
    border-radius: 0px;
    line-height: inherit;
    margin-right: 0;
    -webkit-animation: none;
    animation: none;
    margin-left: 0;
    width: 25px;
    position: absolute;
    left: 12px;
    vertical-align: middle;
}
#mobile-toplinks .btn .dropdown li:last-child {
  border-bottom: 0;
}
#mobile-toplinks .btn .dropdown a, #mobile-toplinks .btn .dropdown li{
    padding: 8px 0px;
}
#mobile-toplinks .btn .dropdown a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: inherit;
    text-decoration: none;
    line-height: 20px;
    text-align: left;
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}

/*Top Header CSS Ending Here*/
.slider-down-arrow{
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
/*Main Menu CSS Changes Starting Here*/
.fl-page-header .fl-page-header-container.container{
    padding: 10px 0px;
}
.fl-page-nav .navbar-nav>li>a.nav-link {
    line-height: 33px;
    letter-spacing: 1px;
}
.fl-page-header {
    position: relative;
    border: none;
}
.home .fl-page-header .fl-page-header-wrap{
    position: absolute;
    background-color: rgba(2, 14, 51, 0.7);
}
.fl-page-header .fl-page-header-wrap{
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(2, 14, 51, 0.7);
    border: none;
}
.scroll.fl-page-header .fl-page-header-wrap {
    background-color: rgba(2, 14, 51,1);
}
/*Main Menu CSS Ending Here*/

/*Main Title CSS Starting Here*/
.main-title h1 span span{
      font-size: 27px;
      letter-spacing:0 !important;
}
.uabb-module-content.uabb-infobox{
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  border-radius: 10px;
}
.uabb-module-content.uabb-infobox .uabb-infobox-left-right-wrap{
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
}
.pods .uabb-infobox{
    position: relative;
}
.pods .uabb-infobox:before {
position: absolute;
    content: "";
    z-index: -1;
    bottom: 9px;
    right: 58px;
    top: 85%;
    width: 50%;
    background: #0b1e5a;
    -webkit-box-shadow:0 11px 35px #0b1e5a;
    -moz-box-shadow: 0 11px 35px #0b1e5a;
    box-shadow: 0 11px 35px #0b1e5a;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
}
.pods .uabb-infobox:hover:before {
  display: none;
}
.about-section .fl-row-content-wrap {
    background-position: 90% 62%;
    background-size: auto;
}
.fl-col-group .about-mobile-image{
  display: none;
}
.whychoose-content .fl-module-content.fl-node-content{
    width: 70%;
    margin: 0 auto;
    padding-top: 40px;
}
.whychoose-count .fl-col{

}
.whychoose-count .fl-col .fl-module-content{
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  border-radius: 10px;
  background: #FFF;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
  -webkit-box-shadow:  0 0 16px rgba(0,0,0,0.09);
  -moz-box-shadow:  0 0 16px rgba(0,0,0,0.09);
  box-shadow: 0 0 16px rgba(0,0,0,0.09);
}
.whychoose-count .fl-col .fl-module-content:hover{
    background: #ed1404;
}
.whychoose-count .fl-col .fl-module-content:hover .fl-number-string, .whychoose-count .fl-col .fl-module-content:hover .fl-number-after-text{
  color:#FFF;
}
.whychoose-count .fl-col .fl-col-content.fl-node-content .fl-number{
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
}
.whychoose-count .fl-number-string {
    font-size: 72px;
    line-height: 86px;
    font-family: "Montserrat";
    font-weight: 800;
    text-align: center;
}
.whychoose-count .fl-number-after-text{
    font-weight: 300;
}

/*Home Page Blog Section CSS Changes Starting Here*/

.home-blog-slider .uabb-blog-posts .uabb-post-wrapper {
    padding-left: 15px;
    /*padding-right: 15px;*/
}
.home-blog-slider .uabb-module-content .slick-arrow {
    position: absolute;
    top: 76%;
    width: auto;
}
.home-blog-slider .uabb-module-content .slick-arrow:hover i{
  color:#ed473b;
}
.home-blog-slider .uabb-module-content .slick-prev.slick-arrow {
    left: -45.5%;
}
.home-blog-slider .uabb-module-content .slick-next.slick-arrow {
    left: -36%;
}
.home-blog-slider .uabb-module-content .slick-arrow i {
    background-color: transparent;
    padding: 0px;
    font-weight: 100 !important;
    border: none;
    background: transparent;
    height: auto;
    display: inline-block;
    font-size: 28px;
    transform: scale(1.6, 1.2);
}
.uabb-read-more-text a:hover, .uabb-read-more-text a:hover span{
    color: #ed1404 !important;
}
.uabb-post-heading a:hover{
  color: #ed1404 !important;
}
. {
 background-color: #0f1623; 
}
/*Home Page Blog Section CSS Changes ending Here*/

/*Home Page Testimonials CSS Changes Starting Here*/
.client-overly .fl-photo{
  position: relative;
}
.testimonial-title-col .fl-module-content.fl-node-content, .main-testimonial{
  position: relative;
}
.testimonial-title-col .fl-heading{
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -65px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testimonial-title{
  display: none;
}

.testimonial-title h2 span span {
    font-size: 22px;
}
.main-testimonial-slider{
    position: absolute;
    left: 56%;
    top: 32%;
    right: 0;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    background-color: #FFF;
    padding: 60px;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.1);
  }
.main-testimonial-slider .uabb-testimonials.uabb-testimonial-left .uabb-testimonial-photo.uabb-testimonial-left{
    vertical-align: bottom;
    text-align: left;
    padding-top: 20px;
}
.main-testimonial-slider .uabb-testimonial-info .testimonial-author-description5d3f8091828f2 {
    padding-top: 0;
    margin-left: -80px;
}
.main-testimonial-slider .uabb-testimonial-info .testimonial-author-description5d3f8091828f2 {
    padding-top: 10px;
    margin-bottom: 60px;
}
.main-testimonial-slider .bx-wrapper {
    position: relative;
    margin: 0 auto 15px;
}
.main-testimonial-slider .bx-controls.bx-has-pager {
    display: none;
}
.fl-module-uabb-heading .uabb-heading {
    margin-top: 0px;
}
/*Home Page Testimonials CSS Changes Ending Here*/


/*Inner Page CSS Starting Here*/
.inner-banner .uabb-heading{
    line-height: 1.2;
}
h6.fl-heading .fl-heading-text{

}
h6.fl-heading .fl-heading-text::after{
    display: block;
    content: "";
    background: #0f1623;
    width: 40px;
    height: 2px;
    margin-top: 8px;
}
.fl-module-content.fl-node-content .fl-rich-text ul {
    padding-left: 0px;
    margin-bottom: 0;
}
.fl-module-content.fl-node-content .fl-rich-text ul li {
    list-style-type: none;
    line-height: 40px;
}
.fl-module-content.fl-node-content .fl-rich-text ul li:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    text-rendering: auto;
    background-image: url(https://kwicknkleenwa.com/wp-content/uploads/2020/06/icon.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -15px;
    margin-right: 10px;
    margin-top: 5px;
}
.margin-remove .fl-col-content.fl-node-content{
    margin-top: 0px;
}
.innerpage-testimonials{

}
.innerpage-testimonials span::before{
  position: relative;
  z-index: 2;
  color: #0f1623;
  clear: both;
  float: none;
  display: block;
  font-size: 48px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}
.innerpage-testimonials .uabb-icon-wrap {
  background-color: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transform: rotate(0.0001deg);
  -webkit-transform: rotate(0.0001deg);
  -ms-transform: rotate(0.0001deg);
  -webkit-backface-visibility: hidden;
}
.innerpage-testimonials .uabb-icon-wrap::before,
.innerpage-testimonials .uabb-icon-wrap::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 82.02px;
  height: 82.02px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 14.9878px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.innerpage-testimonials .uabb-icon-wrap::before{
  top: -41.0122px;
  border-top: solid 2.8284px #0f1623;
  border-right: solid 2.8284px #0f1623;
}
.innerpage-testimonials .uabb-icon-wrap::after {
  bottom: -41.0122px;
  border-bottom: solid 2.8284px #0f1623;
  border-left: solid 2.8284px #0f1623;
}
.innerpage-testimonials .uabb-icon-wrap div::before{
  padding: 2px;
}
.innerpage-testimonials .uabb-icon-wrap{
  width: 90px;
  height: 51.96px;
  margin: 25.98px auto;
  border-left: solid 1px #E2E6E7;
  border-right: solid 1px #E2E6E7;
  position: relative;
  background-color: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transform: rotate(0.0001deg);
  -webkit-transform: rotate(0.0001deg);
  -ms-transform: rotate(0.0001deg);
  -webkit-backface-visibility: hidden;
}
.innerpage-testimonials .uabb-icon-wrap::before,
.innerpage-testimonials .uabb-icon-wrap::after{
  width: 63.64px;
  height: 63.64px;
  left: 12.1802px;
}
.innerpage-testimonials .uabb-icon-wrap::before {
  top: -31.8198px;
  border-top: solid 1.4142px #E2E6E7;
  border-right: solid 1.4142px #E2E6E7;
}
.innerpage-testimonials .uabb-icon-wrap::after {
  bottom: -31.8198px;
  border-bottom: solid 1.4142px #E2E6E7;
  border-left: solid 1.4142px #E2E6E7;
}
.innerpage-testimonials .uabb-imgicon-wrap .uabb-icon i{
  width: auto !important;
}
.innerpage-testimonials .uabb-testimonial-author-description p::after {
    display: block;
    content: "";
    background: #E2E6E7;
    width: 40px;
    height: 1px;
    margin-top: 28px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.innerpage-testimonials .uabb-testimonial-author-description{
    padding-left:40px;
    padding-right:40px;
}
.innerpage-testimonials .uabb-testimonials-wrap .uabb-slider-prev .fa, .innerpage-testimonials .uabb-testimonials-wrap .uabb-slider-next .fa {
    font-size: 17px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-weight: 100;
}
.services-box .uabb-module-content.uabb-infobox, .services-box .uabb-module-content.uabb-infobox .uabb-infobox-left-right-wrap{
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    border-radius: 0px;
}
.services-box .uabb-module-content.uabb-infobox{
    padding: 0px;
    margin: 0px;
    border: none;
    margin-bottom: 45px;
}
.services-box .uabb-imgicon-wrap img{
    width: 100% !important;
}
.services-box .uabb-infobox-title{
    padding: 8px 20px;
}
.services-box .uabb-infobox-title:after{
    content: "\f30b";
    transform: scale(1.6, 1.2);
    color: rgb(15, 22, 35);
    padding-right: 0;
    margin-left: 0;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    text-rendering: auto;
    line-height: 1;
    font-variant: normal;
    text-align: right;
    padding-left: 10px;
}
.services-box .uabb-infobox:hover .uabb-infobox-title:after{
    color: #FFF !important;
    transition: 0.3s ease;
    -webkit-animation: ripple 0.8s linear infinite;
    animation: ripple 0.8s linear infinite;
    line-height: 0px;
}
.innerservice .fl-col.fl-col-small{
  padding-right:10px;
}
.innerservice .fl-col.fl-col-has-cols{
  padding-left:10px;
}
#menu-services li.current-menu-item > a:after,
#menu-services li > a:hover:after{
    color:#FFF;
}
#menu-services li a:after {
    content: "\f054";
    transform: scale(1.6, 1.2);
    color: rgb(15, 22, 35);
    padding-right: 0;
    margin-left: 0;
    vertical-align: middle;
    font-size: 10px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    text-rendering: auto;
    line-height: 1;
    font-variant: normal;
    text-align: right;
    padding-left: 10px;
    float: right;
    padding-top: 5px;
}
.uabb-table .uabb-table-header{
  display: none;
}
.qustions .fl-module-content.fl-node-content{
    border: 1px solid #E2E6E7;
        margin-top: 15px;
}
.qustions .uabb-adv-accordion-item:first-child{
  border-top:none;
}
.qustions .uabb-adv-accordion-item{
      border-top: 1px solid #E2E6E7;
}
.download-btn .fl-button-wrap{
  -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
}
.download-btn .fl-button-wrap a{
      width: 100%;
}
.download-btn .fl-button-wrap a:hover, .download-btn .fl-button-wrap a span:hover, .download-btn .fl-button-wrap a:hover span{
  background-color: transparent !important;
  border:none;
}
/*Inner Page CSS Ending Here*/

/*Appoinment Form CSS Starting Here*/

#gform_2 .gform_body .gfield_label {
    display: block;
    font-weight: 600;
    background: #F5F5F5;
    padding: 11px 16px 13px;
    line-height: 26px;
    margin-bottom: 8px;
}
.gform_wrapper .gfield_required {
    color: #ed473b;
}
#gform_2 .top_label div.ginput_container {
    margin-top: 0;
    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: 15px;
    top: 15px;
}
.gform_wrapper form .gform_fields li select,
.gform_wrapper form .gform_fields li input{
    border: 1px solid #E2E6E7;
/*    height: 45px;
    padding: 0px 15px;*/
        height: 45px !important;
    padding: 0px 15px !important;
    margin: 0px !important;
    width: 100% !important;
    background-color: #FFF;
    max-width: 100% !important;
    color: #0f1623;
    font-weight: 400;
    font-size: 18px !important;
    letter-spacing: 0.03em;
}
.gform_wrapper form .gfield_checkbox li{
  margin-bottom: 10px;
}
.gform_wrapper form .gfield_checkbox li label {
    color: #A4AAB3;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 0.03em;
}
#field_2_17 .clear-multi {
    display: block;
    width: 100%;
}
#field_2_17 .clear-multi i, #field_2_17 .clear-multi .ginput_container label{
  display: none;
}
#field_2_17 .ginput_container {
    margin-top: 0;
    width: 31%;
    max-width: 100%;
    display: inline-block;
}
select#input_2_17_3 {
    width: 100% !important;
    max-width: 100% !important;
}
.gform_wrapper form .gform_footer input[type=submit] {
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
}
.gform_wrapper.gf_browser_ie .gform_footer input.button{
  padding: 14px  25px !important;
}
.gform_wrapper form .gform_footer input[type=submit]{
    color: #000 !important;
    border: 1px solid #2d2d2d !important;
    background-color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-transform: none;
    border-radius: 4px;
    font-style: italic;
}
textarea{
  height: 150px;
}
.gform_wrapper form .gform_footer input[type=submit]:hover{
  background-color:  #ed1404 !important;
  color:#FFF !important;
      border: 1px solid #ed1404 !important;
}
#field_2_28 label.gfield_label {
    margin-bottom: -5px !important;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder  
{
  color: #A4AAB3;
}
input:-moz-placeholder, select:-moz-placeholder
{
  color: #A4AAB3;
    opacity:  1;
}
input::-moz-placeholder, select::-moz-placeholder
{
  color: #A4AAB3;
    opacity:  1;
}
input:-ms-input-placeholder, select:-ms-input-placeholder 
{
  color: #A4AAB3;
}
.hide-input input{
  display: none
}
.gfield_checkbox input[type=checkbox]{
  position: absolute;
  opacity: 0;
}
.gfield_checkbox input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.gfield_checkbox input[type=checkbox] + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: white;
    border: 1px solid #b1b6be;
}
.gfield_checkbox input[type=checkbox]:hover + label:before {
  background: #0f1623;
}
.gfield_checkbox input[type=checkbox]:checked + label:before {
  background: #0f1623;
}
.gfield_checkbox input[type=checkbox]:checked + label {
    color: #0f1623;
    font-weight: 400;
}
.gfield_checkbox input[type=checkbox]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.gfield_checkbox input[type=checkbox]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.gfield_checkbox input[type=checkbox]:checked + label:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    border: 1px solid #0f1623;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*Form Errors*/
.uabb-gf-style .gform_wrapper div.validation_error {
    background-clip: padding-box !important;
    border: none !important;
    padding: 0px !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: none !important;
    background-color: transparent !important;
    margin: 0px !important;
    padding: 0px !important;
}
.gform_wrapper .gfield_error .gfield_label, .gform_wrapper .gfield_error .gfield_required {
    color: #ed473b !important;
}
.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 #ed473b !important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
    padding: 0px;
}
.fl-builder-content .fl-row .uabb-gf-style .gform_wrapper input, .fl-builder-content .fl-row .uabb-gf-style .gform_wrapper select {
    margin: 0px !important;
}









.fl-page .book-btn .fl-button-wrap {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
}
.fl-page .book-btn .fl-button-wrap a{
    width: 100%;
    border: none;
    background-color: #0f1623;
    color: #FFF;
    padding: 20px 0px;
    position: relative;
    text-align: center;
}
.fl-page .book-btn .fl-button-wrap a i{
    color: #FFF ;
    padding: 0;
    line-height: 0;
    -webkit-animation: ripple 0.6s linear infinite;
    animation: ripple 0.6s linear infinite;
}
.fl-page .book-btn .fl-button-wrap a span{
  color: #FFF ;
  text-align: center;
  border:none;
}
.fl-page .book-btn .fl-button-wrap a span:hover{
  border:none;
}
.fl-page .book-btn .fl-button-wrap a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    z-index: 9;
    opacity: 0;
    border-radius: 4px;
}
.fl-page .book-btn .fl-button-wrap a:hover::before {
    width: 100%;
    opacity: 1;
    border-radius: 4px;
    background: rgba(0,0,0,0.12);
}


/*SideBar CSS Starting Here*/
.blog-sidebar .fl-widget .fl-widget-title, .fl-sidebar .fl-widget .fl-widget-title{
    color: #0f1623;
    font-family: Muli, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
}
.blog-sidebar .fl-widget .fl-widget-title::after, .fl-sidebar .fl-widget .fl-widget-title::after {
    display: block;
    content: "";
    background: #0f1623;
    width: 40px;
    height: 2px;
    margin-top: 8px;
}

.blog-sidebar .fl-widget ul li a {
    display: block;
    font-size: 16px;
    color: #0f1623;
    line-height: 24px;
}

.blog-sidebar .fl-widget ul li span{
    display: block;
    font-size: 16px;
    color: #777;
    line-height: 24px;
}
.blog-sidebar .widget_archive ul li a{
    display: inline-block;
}
.fl-post-image-beside-wrap .fl-post-thumb img {
  width:100%;
}
.category .row.fl-post-image-beside-wrap {
    display: block;
    margin: 0px;
}
.category .fl-post .fl-post-image-beside {
    margin-right: 0;
    padding: 0px;
}
.single .fl-post-title, .category .fl-post-title  {
    margin-top: 0;
    font-family: Muli, sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: left;
    letter-spacing: normal;
}
.fl-comments{
  display: none;
}

.full-width input{
    width: 100% !important;
}
.get-in-touch .gform_wrapper {
    margin: 0;
}
.get-in-touch .uabb-gf-style {
    padding: 0;
}
.contact-add{

}
.contact-add ul{
  padding: 0px;
  margin:0px;
}
.contact-add ul li{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}
.contact-add ul li i{
    margin-right: 14px;
    font-size: 18px;
    vertical-align: middle;
    align-items: center;
}




/*Footer CSS Starting Here*/
.fl-page-footer-widgets-row.row{
  margin: 0px;
}
.fl-page-footer-widgets-row .col-md-3 {
    padding: 60px 30px;
    padding-bottom: 30px;
}
footer.fl-page-footer-wrap {
    border-top:none;
    border-color: #3c505c;
    background-color: #222d34;
    color: #8c979e;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: auto;
}
.fl-page-footer {
    border-top: none;
    border-color: #2b3c47;
    background-color: rgba(18, 25, 30, 0.7);
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.fl-widget .fl-widget-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 26px;
    color: #a4acc4;
    font-family: "Muli";
    font-weight: 600;
    text-transform: uppercase;
}
.fl-page-footer-wrap .fl-page-footer-widgets .container {
    padding: 0px;
    padding-bottom: 90px;
}
.fl-page-footer-widgets-row .col-md-3.col-lg-3 {
  position:relative;
}
.fl-page-footer-widgets-row .col-md-3.col-lg-3::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 37px;
    height: 100%;
    background-image: url(https://kwicknkleenwa.com/wp-content/uploads/2020/06/devider.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.fl-page-footer-widgets-row .fl-widget ul li {
    margin-bottom: 0px;
}
.menu-footer-menu-container ul li a,.menu-footer-menu-container ul li.current-menu-item a {
    font-weight: 600;
}
.menu-footer-menu-container ul li.current-menu-item a {
    color:#fff;
}
.fl-page-footer-widgets-row .col-md-3.col-lg-3:first-child {
    box-shadow: none;
    border-width: 0px;
}
.fl-page-footer-widgets-row .col-md-3.col-lg-3:last-child::after{
    content:none;
}
.fl-page-footer-widgets-row .fl-widget {
    margin-bottom: 0px;
}
.foofter-social-link {
    margin-top: 25px;
}
.foofter-social-link ul {
    list-style-type: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.foofter-social-link ul li{
    list-style-type: none;
    display: inline-block;
}
.foofter-social-link ul li a {
    padding: 0px 14px;
}
.widget_wysija input[type=text]{
    background-color: #6e797f;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    line-height: 5px;
    color: #acb4b9;
    font-weight: 300;
    height: 40px;
        padding: 0px;
    padding-left: 15px;
}
.widget_wysija .wysija-paragraph{
  position: relative;
}
.widget_wysija .formError {
    opacity: 1 !important;
    top: -26px !important;
    left: 0 !important;
    width: 100%;
}
.widget_wysija .formError .formErrorContent {
    background: transparent;
    border: none;
    color: #F00;
    font-family: inherit;
    font-size: 12px;
    padding: 0px;
    position: relative;
    width: 100%;
    z-index: 5001;
}
.widget_wysija .formError .formErrorContent br {
    display: none;
}
.widget_wysija input.wysija-submit.wysija-submit-field {
    background-color: #ed473b;
    color: #FFF;
    padding: 8px 30px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
}
.widget_wysija input.wysija-submit.wysija-submit-field:hover{
   background-color: #FFF;
    color: #ed473b;
}
.fl-page-footer-text.fl-page-footer-text-1 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
        color: #9faeb7;
}
.cta .fl-module-content img{
    animation: pulse 1s infinite;
    animation-direction: alternate;
}
.cta .fl-module-content p a:hover{
    opacity: 0.8;
    color: #e8e8e8 !important;
}
.about-bg .fl-row-content-wrap {
    background-position: 27% 50%;
}
@-webkit-keyframes pulse {
            0% { -webkit-transform: scale(1); }
            50% { -webkit-transform: scale(1.1); }
            100% { -webkit-transform: scale(1); }
         }
         @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.1); }
            100% { transform: scale(1); }
         }
         .pulse {
            -webkit-animation-name: pulse;
            animation-name: pulse;
         }


/*Responsive CSS Starting Here*/
@media (max-width: 1617px){ 
.fl-page-nav-right .fl-page-header-row .col-lg-4 {
    width: 20%;
    flex: 20%;
    max-width: 20%;
}
.fl-page-nav-right .fl-page-header-row .col-lg-8 {
    width: 80%;
    flex: 80%;
    max-width: 80%;
}
}
@media only screen and (max-width:1800px ){
.fl-page-bar {
    background: -moz-linear-gradient(115deg, #dbdde6 1%,#dbdde6 81%,#ed473b 81%,#ed473b 100%));
    background: -webkit-linear-gradient(115deg, #dbdde6 1%,#dbdde6 81%,#ed473b 81%,#ed473b 100%);
    background: linear-gradient(115deg, #dbdde6 1%,#dbdde6 81%,#ed473b 81%,#ed473b 100%);
}
.about-bg .fl-row-content-wrap {
    background-position: 24% 50%;
}
}
@media only screen and (max-width: 1720px){
.fl-page-bar {
    background: -moz-linear-gradient(115deg, #dbdde6 1%,#dbdde6 80%,#ed473b 80%,#ed473b 100%));
    background: -webkit-linear-gradient(115deg, #dbdde6 1%,#dbdde6 80%,#ed473b 80%,#ed473b 100%);
    background: linear-gradient(115deg, #dbdde6 1%,#dbdde6 80%,#ed473b 80%,#ed473b 100%);
}
.slider-btn {
    margin-left: -40px !important;
}
.about-bg .fl-row-content-wrap {
    background-position: 22% 50%;
}
}
@media only screen and (max-width: 1620px){
.fl-page-bar {
    background: -moz-linear-gradient(115deg, #dbdde6 1%,#dbdde6 79%,#ed473b 79%,#ed473b 100%));
    background: -webkit-linear-gradient(115deg, #dbdde6 1%,#dbdde6 79%,#ed473b 79%,#ed473b 100%);
    background: linear-gradient(115deg, #dbdde6 1%,#dbdde6 79%,#ed473b 79%,#ed473b 100%);
}
.about-bg .fl-row-content-wrap {
    background-position: 20% 50%;
}
}
@media only screen and (max-width: 1520px){
.about-bg .fl-row-content-wrap {
    background-position: 18% 50%;
}
}
@media only screen and (max-width: 1440px){
.fl-page-bar {
    background: -moz-linear-gradient(115deg, #dbdde6 1%,#dbdde6 77%,#ed473b 77%,#ed473b 100%));
    background: -webkit-linear-gradient(115deg, #dbdde6 1%,#dbdde6 77%,#ed473b 77%,#ed473b 100%);
    background: linear-gradient(115deg, #dbdde6 1%,#dbdde6 77%,#ed473b 77%,#ed473b 100%);
}
.about-section .fl-row-content-wrap {
    background-position: 100% 68%;
    background-size: 43%;
}
.main-testimonial-slider {
    padding: 15px 10px;
        top: 20%;
}
.scroll.fl-page-header .fl-page-header-container.container {
    width: 100%;
    padding: 8px 15px;
}
.slider-btn {
    margin-left: -60px !important;
}
.about-bg .fl-row-content-wrap {
    background-position: 13% 50%;
}
}
@media only screen and (max-width: 1366px){
.fl-page-bar {
    background: -moz-linear-gradient(115deg, #dbdde6 1%,#dbdde6 77%,#ed473b 77%,#ed473b 100%));
    background: -webkit-linear-gradient(115deg, #dbdde6 1%,#dbdde6 77%,#ed473b 77%,#ed473b 100%);
    background: linear-gradient(115deg, #dbdde6 1%,#dbdde6 77%,#ed473b 77%,#ed473b 100%);
}
.fl-page-nav .navbar-nav>li>a.nav-link {
    padding: 8px 15px !important;
}
.cta .fl-rich-text p a{
    font-size: 62px;
}
.cta .fl-module-content img{
    width: 120px;
}
.slider-btn {
    margin-left: -28px !important;
    font-size: 14px !important;
    padding: 12px 25px !important;
    border-radius: 4px !important;
}
.about-bg .fl-row-content-wrap {
    background-position: 12% 50%;
}
}
@media only screen and (max-width: 1328px){
.fl-page-bar .fl-page-bar-container.container, .fl-page-header .fl-page-header-container.container {
    width: 98%;
}
.fl-page-bar .fl-page-bar-container.container{
      padding: 0px 15px;
    width: 100%;
}
.fl-page-bar {
    background: -moz-linear-gradient(115deg, #dbdde6 1%,#dbdde6 80%,#ed473b 80%,#ed473b 100%));
    background: -webkit-linear-gradient(115deg, #dbdde6 1%,#dbdde6 80%,#ed473b 80%,#ed473b 100%);
    background: linear-gradient(115deg, #dbdde6 1%,#dbdde6 80%,#ed473b 80%,#ed473b 100%);
}
.about-bg .fl-row-content-wrap {
    background-position: 9% 50%;
}
}
@media only screen and (max-width: 1280px){
.main-testimonial-slider {
    padding: 15px;
}
.main-testimonial-slider {
    left: 59%;
    top: 16%;
}
.slider-btn {
    margin-left: -28px !important;
    font-size: 14px !important;
    padding: 12px 20px !important;
    line-height: normal !important;
}
/*.inner-banner .uabb-heading{
    font-size: 50px;
}*/
.tp-withaction{
  display: none !important;
}
.inner-banner .fl-row-content-wrap{
    padding-top: 16%;
    padding-bottom: 16%;
}
.about-bg .fl-row-content-wrap {
    background-position: 40px 50%;
}
.welcome-section.pad-xs .fl-row-content-wrap {
    padding-top: 0 !important;
}
}
@media only screen and (max-width: 1234px){
.fl-page-bar {
    background: -moz-linear-gradient(115deg, #dbdde6 1%,#dbdde6 81%,#ed473b 81%,#ed473b 100%));
    background: -webkit-linear-gradient(115deg, #dbdde6 1%,#dbdde6 81%,#ed473b 81%,#ed473b 100%);
    background: linear-gradient(115deg, #dbdde6 1%,#dbdde6 81%,#ed473b 81%,#ed473b 100%);
}
.fl-page-bar .fl-page-bar-row .text-left {
    flex: 0 0 18%;
    max-width: 18%;
    width: 18%;
}
.fl-page-bar .fl-page-bar-row .text-right {
    flex: 0 0 82%;
    max-width: 82%;
    width: 82%;
}
.top-bar-menu ul li:last-child a {
    font-size: 18px;
}
.top-bar-menu ul li {
    font-size: 14px;
}
.top-bar-menu ul li i {
    font-size: 18px;
    padding-right: 10px;
}
.top-bar-menu ul li:last-child {
    padding-left: 30px;
}
}
@media only screen and (max-width:1199px){
    .about-bg .fl-row-content-wrap {
    background-image: none;
}
}
@media only screen and (min-width:1200px){
    .about-left-img .fl-col-content .fl-photo-content img{
    display: none;
}
}
@media only screen and (max-width: 1024px){
.fl-page-header .fl-page-header-wrap {
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.pods .uabb-infobox:before {
    bottom: 15px;
  }
  .main-title h1.uabb-heading {
    line-height: 50px;
}
.fl-page-footer-widgets-row .col-md-3:last-child {
    padding-right: 35px;
}
body, p, a {
    line-height: 26px;
}
.qustions .uabb-adv-accordion-button-label {
    font-size: 16px;
}
.blog-sidebar > .fl-col-content{
  border:none;
}
.slider-btn {
    margin-left: -44px !important;
    font-size: 14px !important;
    padding: 12px 20px !important;
    line-height: normal !important;
}
.home-blog-slider .uabb-module-content .slick-arrow {
    top: 83%;
}
.services-box .uabb-module-content.uabb-infobox, .services-box .uabb-module-content.uabb-infobox .uabb-infobox-left-right-wrap {
    box-shadow: 0px 15px 10px -15px #9c9c9c;
}
.services-box .uabb-module-content.uabb-infobox:hover, .services-box .uabb-module-content.uabb-infobox .uabb-infobox-left-right-wrap:hover {
    box-shadow: none;
}
}
@media only screen and (max-width: 1150px){
.fl-page-bar {
    background: -moz-linear-gradient(115deg, #dbdde6 1%,#dbdde6 80%,#ed473b 80%,#ed473b 100%));
    background: -webkit-linear-gradient(115deg, #dbdde6 1%,#dbdde6 80%,#ed473b 80%,#ed473b 100%);
    background: linear-gradient(115deg, #dbdde6 1%,#dbdde6 80%,#ed473b 80%,#ed473b 100%);
}
.about-section .uabb-infobox-text.uabb-text-editor {
    height: 68px;
    overflow: hidden;
}
.scroll.fl-page-header .col-lg-9.fl-page-fixed-nav-wrap {
    flex: 0 0 82%;
    max-width: 82%;
}
.scroll.fl-page-header .col-lg-3.fl-page-logo-wrap {
    flex: 0 0 12%;
    max-width: 12%;
}
}
@media only screen and (max-width: 1080px){
.fl-page-bar {
    background: -moz-linear-gradient(115deg, #dbdde6 1%,#dbdde6 77%,#ed473b 77%,#ed473b 100%));
    background: -webkit-linear-gradient(115deg, #dbdde6 1%,#dbdde6 77%,#ed473b 77%,#ed473b 100%);
    background: linear-gradient(115deg, #dbdde6 1%,#dbdde6 77%,#ed473b 77%,#ed473b 100%);
}
.fl-page-nav .navbar-nav>li>a.nav-link {
    padding: 8px 12px !important;
}
}
@media only screen and (max-width: 1059px){
/*  h1 {
    font-size: 65px;
    line-height: 1.4;
}*/
.home .fl-page-header .fl-page-header-wrap {
    padding: 10px 0px;
}
.fl-page-header-logo img[data-mobile] {
    width: 190px;
}   
}
@media only screen and (max-width: 1060px){
.fl-page-bar {
    background: -moz-linear-gradient(115deg, #dbdde6 1%,#dbdde6 76%,#ed473b 76%,#ed473b 100%));
    background: -webkit-linear-gradient(115deg, #dbdde6 1%,#dbdde6 76%,#ed473b 76%,#ed473b 100%);
    background: linear-gradient(115deg, #dbdde6 1%,#dbdde6 76%,#ed473b 76%,#ed473b 100%);
}
}
@media only screen and (max-width: 1059px){
  .fl-page-nav-right .fl-page-header-row .col-lg-4 {
    width: 80% !important;
    flex: 80%;
    max-width: 80%;
}
.fl-page-nav-right .fl-page-header-row .col-lg-8 {
    width: 20% !important;
    flex: 20%;
    max-width: 20%;
}
.fl-page-nav-right .fl-page-header-logo {
    padding-left: 0;
    padding-right: 0;
}
.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;
}
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-header-logo {
    margin-right: 0;
}
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
    top: 18px;
    right:10px;
    color: #FFF;
    outline: none !important;
    border:none !important;
}
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle * {
    color: #FFF;
}
.fl-page-header .fl-page-header-container.container {
    width: 100%;
    padding: 5px 15px;
}
.fl-page-header.mobile-scroll{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    background-color: #0f1623;
}
.fl-page-header.mobile-scroll .fl-page-header-wrap {
    background-color:rgba(2, 14, 51, 1);
        padding: 10px 0px;
}
.fl-page-header .fl-page-header-wrap {
    padding: 10px 0px;
}
}
@media only screen and (max-width: 991px){
.fl-page-bar {
    background: -moz-linear-gradient(115deg, #dbdde6 1%,#dbdde6 80%,#ed473b 80%,#ed473b 100%));
    background: -webkit-linear-gradient(115deg, #dbdde6 1%,#dbdde6 80%,#ed473b 80%,#ed473b 100%);
    background: linear-gradient(115deg, #dbdde6 1%,#dbdde6 80%,#ed473b 80%,#ed473b 100%);
}
div#mobile-toplinks {
    margin-right: 18px;
}
.empty-col{
  display: none;
}
.full-width{
      width: 100%;
}
.about-section .uabb-infobox-text.uabb-text-editor {
    height: auto;
    overflow: auto;
}
.about-section .fl-row-content-wrap {
    background-image: none;
}
#mobile-toplinks, .fl-col-group .about-mobile-image{
  display: block;
}
.top-bar-menu{
  display: none;
}
.testimonial-title-col > .fl-col-content {
    background-position: center;
    background-size: auto;
}
.main-testimonial-slider {
    left: 0;
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    top: 0;
    width: 100%;
    position: relative;
}
.innerpage-testimonials .bx-wrapper {
    margin: 0 auto 0px;
}
.testimonial-title-col .fl-heading {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -65px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.blog-slider-title-box .uabb-ultb3-box {
    min-height: 418px;
}
.fl-page-footer-widgets-row .col-md-3 {
    padding: 30px 15px;
    padding-right: 15px;
}
#media_image-3.fl-widget {
    margin-bottom: 0px;
    width: 90%;
    margin: 0 auto;
}
aside#wysija-3 {
    padding-right: 15px;
}
.widget_wysija input.wysija-submit.wysija-submit-field {
    padding: 8px 20px;
    font-size: 14px;
}
.fl-page-bar .fl-page-bar-row .text-left, .fl-page-bar .fl-page-bar-row .text-right {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}
.main-title h1.uabb-heading {
    line-height: 40px;
}
.main-title {
    margin-top: 30px;
}
body, p, a {
    line-height: 26px;
}
.cta .fl-rich-text p{
      font-size: 26px;
}
.cta .fl-module-content img {
    width: 100px;
}
.services-box .uabb-infobox-title {
    padding: 8px 10px;
    font-size: 18px;
}
.services-box .uabb-infobox-title:after {
    font-size: 12px;
}
.innerservice .fl-col.fl-col-has-cols {
    padding-left: 0;
}
.innerservice .fl-col.fl-col-small.innerservice-right {
    padding: 20px;
}
.booking-application .fl-col-content {
    margin: 0px !important;
    padding: 20px !important;
}
.innerservice .fl-col.fl-col-small {
    padding-right: 0;
}
.client-overly.main-testimonial{
  display: none;
}
.testimonial-title{
  display: block;
}
.testimonial-title-col .fl-module.fl-module-heading{
  display: none;
}
.testimonial-title-col, .main-testimonial .fl-row-content-wrap{
  background-color: #FFF;
  background-image:none;
}
.testimonial-title-col .fl-col-content.fl-node-content{
    background-image: none;
}
.main-testimonial-slider {
    margin: 0px 15px;
    background-color: #FFF;
}
.testimonial-title-col {
    height: auto;
}
.main-testimonial {
    padding: 45px 0px;
}
.testimonial-title-col {
    padding-bottom: 40px;
        width: 100%;
}
.margin-top {
    margin-top: 15px;
}
.main-title h1.uabb-heading {
    line-height: 50px;
    font-size: 38px;
}
.blog-layout .fl-col{
  width: 100%;
  flex: 100%;
  max-width: 100%;
 }
}
@media only screen and (max-width: 990px){
.home-blog-section .fl-col {
    width: 100%;
}
.blog-slider-title-box .uabb-ultb3-box {
    min-height: auto;
    margin-bottom: 20px;
}
.home-blog-slider .uabb-blog-posts .uabb-post-wrapper {
     padding-left: 0px; 
     padding-right: 0px; 
}
.blog-slider-title-box .fl-module-content, .home-blog-slider .fl-module-content{
    margin: 0;
}
.home-blog-slider .uabb-blog-posts-shadow {
    width: 94%;
    margin: 0 auto;
}
.home-blog-slider .uabb-module-content .slick-arrow {
    top: -44px !important;
    z-index: 9999 !important;
}
.home-blog-slider .uabb-module-content .slick-prev.slick-arrow {
    left: 44%;
}
.home-blog-slider .uabb-module-content .slick-next.slick-arrow {
    left: 52%;
}
.pods .fl-module-content {
    margin: 4px;
}
.home-blog-section h3.uabb-ultb3-title br{
  display: none;
}
.whychoose-gallery .fl-mosaicflow-item{
      margin: 0px;
}
/*.whychoose-gallery .fl-mosaicflow-item:last-child{
  display: none;
}*/
.whychoose-gallery .fl-mosaicflow-item img, .whychoose-gallery .fl-mosaicflow-item .fl-photo-content{
      width: 100%;
}
}
@media only screen and (max-width:800px){
.uabb-module-content.uabb-infobox, .whychoose-count .fl-col .fl-module-content {
    -webkit-transform: skew(-4deg);
    -moz-transform: skew(-4deg);
    -o-transform: skew(-4deg);
    transform: skew(-4deg);
}
.uabb-module-content.uabb-infobox .uabb-infobox-left-right-wrap, .whychoose-count .fl-col .fl-col-content.fl-node-content .fl-number {
    -webkit-transform: skew(4deg);
    -moz-transform: skew(4deg);
    -o-transform: skew(4deg);
    transform: skew(4deg);
}
.uabb-infobox-title {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}
.uabb-infobox-text {
    font-size: 15px;
}
.tp-caption.tp-withaction img {
    width: 15px !important;
    height: auto !important;
}
.mobile-full-layout .right-layout, .mobile-full-layout .left-layout, .innerservice-left, .innerservice-right{
  width: 100%;
}
.innerservice .fl-col-group {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: flex;
}
.innerservice .fl-col-group .fl-col .fl-col-group{
    -webkit-flex-direction: initial;
    flex-direction: initial;
    display: initial;
}
.innerservice .innerservice-left {
    margin-bottom: 4%;
}
.blog-sidebar .fl-col-group:first-child .fl-col-content{
    padding-left: 25px;
    padding-right: 25px;
}
.mobile-full-layout .fl-module-content {
    margin-left: 0px;
    margin-right: 0px;
}
.single .fl-content{
    margin-bottom: 0px;
}
.single .fl-sidebar{
    margin-top: 0px;
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
}
@media only screen and (max-width:768px){
.pods .fl-col-small {
    max-width: 400px;
    margin-bottom: 30px;
}
.pods p {
    text-align: center;
}
.fl-col-small {
    max-width: 100%;
}
.single .fl-post-title, .category .fl-post-title  {
    font-size: 22px;
    line-height: 28px;
}
.uabb-heading-wrapper h2.uabb-heading {
    text-align: center !important;
}
.uabb-divider-content {
    width: 100%;
}
.uabb-image-outter-wrap {
    width: 217px;
    margin: 0 auto;
}
.fl-row .uabb-separator-line.uabb-side-left{
    width: 0;
}
.whychoose-count .fl-col-group{
    display: flex;
}
.whychoose-count .fl-col {
    text-align: center;
    width: 100% !important;
}
.home .whychoose-count {
    margin-top: 40px;
}
.whychoose-count {
    margin-top: 0px;
}
.testimonial-title-col .fl-module-content.fl-node-content, .main-testimonial {
    position: initial;
}
.main-testimonial{
  position: relative;
}
.foofter-social-link ul li a {
    padding: 0px 10px;
}
.fl-page-footer-widgets-row .col-md-3.col-lg-3:last-child {
    padding-right: 30px;
}
.cta .fl-module-content img {
    width: 80px;
}
.testimonial-title-col .fl-heading {
    top: 10%;
}
.whychoose-section{
    margin-top: 15px;
}
.innerpage-testimonials .uabb-testimonial-author-description p {
    font-size: 18px !important;
    line-height: 26px !important;
}
.innerservice-right{
    width: 100% !important;
    max-width: 100% !important;
}
.innerservice-left .fl-col-content {
    padding: 0px 15px !important;
}
.innerservice-left .fl-col .fl-col-content {
    padding: 0px 5px !important;
}

.innerservice .fl-col-content .fl-module{
    margin-bottom: 20px;
}
.innerservice .innerservice-right .section-title{
      margin-top: 20px;
}
.innerservice-left .fl-module-content, .innerservice-right .fl-module-content{
    margin-left: 0px;
    margin-right: 0px;
}
.mobile-full-layout .fl-module-content {
    margin-left: 20px;
    margin-right: 20px;
}
.blog-sidebar .fl-col-group:first-child .fl-col-content {
    margin: 0px 15px;
    padding: 25px 0px;
}
.fl-row .fl-module-map .fl-map, .fl-row .fl-module-map .fl-map iframe{
      height: 350px !important;    
      padding-bottom: initial;
}
#gform_1{
      margin-bottom: 30px;
}
.gform_wrapper form .gfield_checkbox li label {
    font-size: 14px;
    letter-spacing: normal;
    overflow: visible !important;
}
.home .fl-page-header .fl-page-header-wrap {
    position: relative;
}
.whychoose-gallery .fl-mosaicflow-item:last-child {
     display: block; 
}
.whychoose-gallery .fl-mosaicflow-item img, .whychoose-gallery .fl-mosaicflow-item .fl-photo-content{
  border:none !important;
}
.slider-btn {
display: none !important;
}
.main-title h1.uabb-heading {
    line-height: 60px;
    font-size: 45px;
}
.auto-servx .fl-col[data-node] .fl-col-content{ 
    display: flex;
}
.fl-node-5d3f51f0d1230 > .fl-module-content {
     margin-top: 40px; 
     margin-bottom: 40px; 
}
.uabb-module-content.uabb-infobox{
  margin-bottom: 20px;
}
.uabb-module-content.uabb-infobox:last-child {
    margin-bottom: 0;
}
.margin-top {
    margin-top: 20px !important;
}
.whychoose-count .fl-number-string {
    font-size: 48px;
}
.pad-xs .fl-row-content-wrap {
    padding-top: 6%;
    padding-bottom: 6%;
}
.fl-page-footer-widgets-row.row {
    margin: 0px;
    display: block;
    text-align: center;
}
.fl-page-footer-widgets-row .col-md-3.col-lg-3{
    width: 100%;
    flex: 100%;
    max-width: 100%;
}
#media_image-3.fl-widget {
    width: 100%;
}
.fl-page-footer-widgets{
      background-size: cover;
    padding: 0px 15px;
}
.fl-page-footer-widgets-row .col-md-3 {
    padding: 50px 15px !important;
}
.fl-page-footer-widgets-row .col-md-3.col-lg-3::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: -50px;
    right: 0;
    left: 0;
    width: 350px;
    height: 50px;
    margin: auto;
    background-image: url(https://kwicknkleenwa.com/wp-content/uploads/2020/06/footer-divider.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: cover;
}

#media_image-3.fl-widget {
    width: 100%;
}
#media_image-3.fl-widget {
    width: 100%;
    text-align: center;
}
#text-3 .textwidget p:first-child br{
  display: none;
}
.whychoose-count {
    margin-top: 0;
    padding: 6% 0px;
}
.uabb-separator-parent {
    text-align: center !important;
}
.uabb-separator-wrap {
    width: 100%;
    display: table;
}
.about-title .uabb-separator-wrap {
    width: 100%;
}
.fl-page-footer-widgets-row .fl-widget ul li {
    margin-bottom: 8px;
}

.gform_wrapper form .gform_footer input[type="submit"] {
    width:auto;
}
.welcome-section.pad-xs .fl-row-content-wrap{
    padding-bottom:0 !important;
}
}
@media only screen and (min-width:769px) and (max-width:1024px){
.top-position {
    margin-top: 30px !important;
}
div#slide-1-layer-2 {
    margin-top: 55px !important;
}
}
@media only screen and (max-width:767px){

#mobile-phone-cta{
  display: block;
}

div#mobile-toplinks {
    text-align: right;
}
.margin-top{
  margin-top: 20px;
}
.home .whychoose-count {
    margin-top: 40px;
}
.whychoose-count {
    margin-top: 0;
}
.innerpage-testimonials .uabb-testimonial-author-description {
    padding-left: 20px;
    padding-right: 20px;
}
.innerpage-testimonials .uabb-testimonial-author-description p {
    font-size: 16px !important;
    line-height: 22px !important;
}
.cta .fl-rich-text p a {
    font-size: 42px;
}
body .gform_wrapper form .gform_fields li select, body .gform_wrapper form .gform_fields li input {
    font-size: 14px !important;
}
#gform_2 .gform_body .gfield_label {
    margin-bottom: 10px;
}
#field_2_28 .gfield_label{
    margin-bottom: 0;
}
#field_2_7{
  width: 100% !important;
}
#fl-to-top {
    bottom: 15px;
}
.large-text p {
    font-size: 18px !important;
    font-weight: 600 !important;
}
.fl-page-footer {
    position: relative;
}
.fl-page-footer-wrap .fl-page-footer-widgets .container {
    padding-bottom: 10px;
}
footer.fl-page-footer-wrap {
    padding-bottom: 44px;
}
.pad-top-bottom{
      padding: 30px 0px;
}
.main-title {
    margin-top: 0;
}
.uabb-separator-wrap {
    width: 100%;
    display: table;
}
.about-title .uabb-separator-wrap {
    width: 100%;
}

}
@media only screen and (max-width:640px){
  .fl-page-bar {
    background: -moz-linear-gradient(115deg, #dbdde6 1%,#dbdde6 70%,#ed473b 70%,#ed473b 100%));
    background: -webkit-linear-gradient(115deg, #dbdde6 1%,#dbdde6 70%,#ed473b 70%,#ed473b 100%);
    background: linear-gradient(115deg, #dbdde6 1%,#dbdde6 70%,#ed473b 70%,#ed473b 100%);
}
.whychoose-count .fl-col-group {
    display: block;
}
.whychoose-count .fl-col {
    margin-bottom: 35px;
}
.whychoose-count .fl-col:last-child {
    margin-bottom: 0px;
}
.pods .fl-col-small {
    padding: 0px 15px;
    max-width: 100% !important;
}
.pods .uabb-infobox{
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.74);
    -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.74);
    box-shadow:0 2px 12px rgba(0, 0, 0, 0.74);
}
.pods .uabb-infobox:before {
  display: none;
}
.blog-slider-title-box .uabb-ultb3-box {
    padding-bottom: 20px;
}
.home-blog-slider .uabb-module-content .slick-arrow {
    top: -58px !important;
}
.fl-page-header .fl-page-header-wrap {
    position: relative;
}
.tp-caption.tp-withaction img {
    width: 9px !important;
    margin-top: 3px;
}
.cta .fl-rich-text p a {
    font-size: 32px;
}
.cta .fl-rich-text p {
    font-size: 22px;
}
.whychoose-count .fl-number-string {
    font-size: 46px;
    line-height: 36px;
  }
.home-blog-slider .uabb-module-content .slick-prev.slick-arrow {
    left: 30%;
}
.home-blog-slider .uabb-module-content .slick-next.slick-arrow {
    left: 57%;
}
.testimonial-title-col h2.fl-heading span br{
  display: none  !important;
}
.main-testimonial-slider {
    padding: 0px;
}
.fl-page-footer-text.fl-page-footer-text-1 {
    font-size: 14px;
}
.cta .fl-module-content img {
    width: 60px;
}
.large-text p {
    font-size: 18px !important;
}
.innerpage-testimonials .uabb-testimonial-author-description p {
    font-size: 14px !important;
    line-height: 20px !important;
}
.innerpage-testimonials .uabb-testimonial-author-description {
    padding-left: 0;
    padding-right: 0;
}
.uabb-slider-next, .uabb-slider-prev{
  display: none;
}
.uabb-testimonials-wrap.compact {
    padding: 0px !important;
}
.uabb-infobox-title {
    font-weight: 600 !important;
    font-size: 15px !important;
}
aside#wysija-3 {
    padding-right: 0;
}
.services-box .uabb-module-content.uabb-infobox {
    margin-bottom: 25px;
}
.innerservice-right .fl-module-content {
    margin-left: 15px;
    margin-right: 15px;
}
.innerservice-right .fl-node-5d42d5c7182cb > .fl-col-content{
    padding: 0px 0px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.uabb-next-date-meta .uabb-posted-on {
    background: rgb(255, 255, 255);
}
.fl-row .fl-module-map .fl-map, .fl-row .fl-module-map .fl-map iframe {
    height: 250px !important;
    padding-bottom: initial;
}
.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;
}
.main-title h1.uabb-heading {
    line-height: 40px;
    font-size: 35px;
}
.uabb-separator-parent .uabb-image .uabb-photo-img {
    width: 150px;
}
.auto-servx .fl-col[data-node] .fl-col-content{ 
    display:block;
}
.mobile-full-layout .uabb-post-wrapper{
  width:100%;
}
}
@media only screen and (max-width: 450px){ 
.fl-page-bar {
    background: -moz-linear-gradient(115deg, #dbdde6 1%,#dbdde6 70%,#ed473b 70%,#ed473b 100%));
    background: -webkit-linear-gradient(115deg, #dbdde6 1%,#dbdde6 70%,#ed473b 70%,#ed473b 100%);
    background: linear-gradient(115deg, #dbdde6 1%,#dbdde6 64%,#ed473b 64%,#ed473b 100%);
}
}
@media only screen and (max-width:375px){
.fl-page-bar {
    background: -moz-linear-gradient(115deg, #dbdde6 1%,#dbdde6 54%,#ed473b 54%,#ed473b 100%));
    background: -webkit-linear-gradient(115deg, #dbdde6 1%,#dbdde6 54%,#ed473b 54%,#ed473b 100%);
    background: linear-gradient(115deg, #dbdde6 1%,#dbdde6 54%,#ed473b 54%,#ed473b 100%);
}
.col-md-6.col-lg-6.text-left.clearfix {
    padding-right: 0px;
}
.main-title h1 span span {
    font-size: 16px;
}
}
/*Responsive CSS Ending Here*/
@media only screen and (min-width:991px){
    .fl-page-nav .navbar-nav>li:last-child > a.nav-link {
        padding-right: 0 !important;
    }
}

.fl-page-footer-widgets a {
    text-decoration:none;
}
.fl-page-footer-widgets-row .col-md-3.col-lg-3:nth-child(3) .fl-widget .fl-widget-title {
    text-transform: capitalize;
}
textarea {
    font-size: 18px !important;
    font-weight: 400;
    background-color: #fff;
    font-family: 'Muli', sans-serif !important;
}
.call-out .uabb-infobox-left-right-wrap {
    min-width: 208px;
    min-height: 279px;;
}
@media only screen and (max-width:550px){
    .list-style .fl-col.fl-col-small {
    width: 100% !important;
}
}
@media only screen and (min-width:1281px){

.slider-main .fl-row-content-wrap{
padding-bottom:4%;  
}   
}
@media only screen and (min-width:769px){
.fl-page-footer-widgets-row .col-md-3.col-lg-3:nth-child(2) {
    flex: 0 0 21%;
}
.fl-page-footer-widgets-row .col-md-3.col-lg-3:nth-child(4) {
    flex: 0 0 29%;
    max-width: 29%;
}
.contact-form .gform_wrapper {
    position:relative;
}
.contact-form .gform_wrapper form li:first-child, .contact-form .gform_wrapper form li:nth-child(2), .contact-form .gform_wrapper form li:nth-child(3) {
    width: 32% !important;
    display: inline-block !important;
}
.contact-form .gform_wrapper form li:first-child, .contact-form .gform_wrapper form li:nth-child(2) {
    margin-right: 2% !important;
}
.contact-form .gform_footer.top_label {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align:right !important;
}

.contact-form .field_description_below .gfield_description {
    padding-top: 0 !important;
    position: absolute;
}
.contact-form  ul li{
    position:relative;
}
.contact-form  ul li#field_3_6, .gform_wrapper li#field_1_6 {
    margin-top: 30px !important;
}

}
@media only screen and (min-width: 641px){
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: 50% !important;
    padding-right: 16px !important;
    margin-top: 16px !important;
}

}
.get-in-touch .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 0;
    position: relative !important;
}
.uabb-gf-style .gform_wrapper ul.gform_fields li.gfield.gfield_error:not( .gf_left_half):not(.gf_left_third):not(.gf_middle_third) {
    padding-right: 0 !important;
}
.fl-node-5d42df165d512 .uabb-gf-style .gform_wrapper div.validation_error {
    margin-top: 30px;
    margin-bottom: 0;
}



.col-md-12.col-lg-4.fl-page-header-logo-col{
    display: none !important;
}
.page-id-944 .col-md-12.col-lg-4.fl-page-header-logo-col{
  display: inline-block !important;
}
.col-md-12.col-lg-9.fl-page-fixed-nav-wrap {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100%;
  text-align: center;
}







.col-md-12.col-lg-3.fl-page-logo-wrap {
  display: none !important;
}
.fl-page-nav-right .fl-page-nav-collapse {
  justify-content: center;
}
  .fl-page-nav-right .fl-page-header-row .col-lg-8 {
    width: 100%;
    flex: 100%;
    max-width: 100%;
  }



@media screen and (min-width: 320px) and (max-width:1059px){
  .fl-page-header .fl-page-header-container.container {
    padding: 24px 15px;
  }
}


@media screen and (min-width: 320px) and (max-width:767px){
.fl-col.fl-col-bg-color.fl-col-small.number-box .call-out .uabb-infobox-left-right-wrap {
  min-width: 100%;
  min-height: 100%;
}
 .fl-col.fl-col-bg-color.fl-col-small.number-box .uabb-module-content.uabb-infobox:last-child {
    margin-bottom: 30px;
  }
  .fl-col.fl-col-bg-color.fl-col-small.number-box .uabb-module-content.uabb-infobox, .whychoose-count .fl-col .fl-module-content {
    transform: skew(0deg);
  }
.fl-col.fl-col-bg-color.fl-col-small.number-box .fl-module-info-box .fl-module-content {
  display: block;
  width: 100%;
  margin: auto;
}
.fl-col.fl-col-bg-color.fl-col-small.number-box{
    margin: 0 auto;
  }
.fl-col-group.fl-node-4ahf50kremjg.fl-col-group-nested {
  margin: 0 20px;
}
}



@media screen and (min-width: 767px) and (max-width:1024px){
.fl-col.fl-col-bg-color.fl-col-small.number-box{
  float: none;
width: 700px !important;
    margin: 0 auto 30px;
}
  body .call-out .uabb-infobox-left-right-wrap {
    min-width: 100%;
    min-height: 100%;
  }
.fl-col.fl-col-bg-color.fl-col-small.number-box .fl-module-info-box .fl-module-content {
  display: block;
}
  body .call-out .uabb-infobox-left-right-wrap {
    min-width: 100%;
    min-height: 100%;
  }
}

@media screen and (min-width: 1024px) and (max-width:1200px){
.fl-col.fl-col-bg-color.fl-col-small.number-box .uabb-module-content.uabb-infobox {
  transform: skew(-2deg);
}
  body .call-out .uabb-infobox-left-right-wrap {
min-width: 169px !important;
    min-height: 325px !important;
  }
.fl-col.fl-col-bg-color.fl-col-small.number-box .uabb-module-content.uabb-infobox .uabb-infobox-left-right-wrap {
  transform: skew(2deg);
}
}