/**
Theme Name: Yell Astra Child Theme
Author: Yell
Author URI: https://www.yell.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yell-astra-child-theme
Template: astra
*/

/*** GENERAL SECTIONS STYLE -----------------------------------------------------------*/
/*** RESET THEME SPACING ---------------------------------*/
/* Remove default margin-bottom from all divs */
.wpb_wrapper>div {
  margin-bottom: 0;
}

/* Remove default padding for all columns */
.vc_column_container>.vc_column-inner {
  padding: 0;
}

/*reset theme*/
.vc_column-inner .wpb_wrapper .vc_row{
    margin-left:0;
    margin-right:0;
}

/* Remove columns padding-top */
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0px;
}

/* Remove margin from paragraph */
p {
  margin: 0;
}

/* Remove default margin-bottom from all elemets */
.wpb_content_element {
  margin-bottom: 0;
}

/* set the wrapper width to the default theme one */
@media only screen and (max-width: 767px) {
  .section_wrapper, .container, .four.columns .widget-area {
    max-width: 700px !important;
  }
}

/* CUSTOM SPACING ---------------------------------*/
/* padding left and right is given only when the row is stretch otherwise it mess up the padding right and left calculated by the theme*/
.pad-xl {
  padding-top: 12%;
  padding-bottom: 12%;
}

.pad-xl[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

.pad-lg {
  padding-top: 10%;
  padding-bottom: 10%;
}

.pad-lg[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

.pad-md {
  padding-top: 8%;
  padding-bottom: 8%;
}

.pad-md[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

.pad-sm {
  padding-top: 6%;
  padding-bottom: 6%;
}

.pad-sm[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

.pad-xs {
  padding-top: 4%;
  padding-bottom: 4%;
}

.pad-xs[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

/* make side padding equal */
@media (max-width:1300px) {
  .pad-xl:not(.vc_inner), .pad-lg:not(.vc_inner), .pad-md:not(.vc_inner), .pad-sm:not(.vc_inner), .pad-xs:not(.vc_inner) {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
}

/* COLUMN PADDING ---------------------------------*/
/* Inner column padding */
.pad-xl-col > .vc_column-inner {
  padding: 12% 12% !important;
}

.pad-lg-col > .vc_column-inner {
  padding: 10% 10% !important;
}

.pad-md-col > .vc_column-inner {
  padding: 8% 8% !important;
}

.pad-sm-col > .vc_column-inner {
  padding: 6% 6% !important;
}

.pad-xs-col > .vc_column-inner {
  padding: 4% 4% !important;
}

@media (max-width: 768px) {
  .pad-xl-col > .vc_column-inner, .pad-lg-col > .vc_column-inner, .pad-md-col > .vc_column-inner, .pad-sm-col > .vc_column-inner, .pad-xs-col > .vc_column-inner {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
}

/* REMOVE PADDING ---------------------------------*/
/* Remove padding top or bottom*/
.remove-pad-top {
  padding-top: 0 !important;
}

.remove-pad-bottom {
  padding-bottom: 0 !important;
}

/* Remove element margin */
.remove-margin-top {
  margin-top: 0 !important;
}

.remove-margin-bottom {
  margin-bottom: 0 !important;
}

/* TEXT ---------------------------------*/
/* headings font family*/
h1, h2, h3, h4, h5, h6, .accred_title p  {
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2em;
  margin-bottom: 30px !important;
}
.accred_title p{
    color: #545454  !important;
    font-family: 'Montserrat', sans-serif !important;
}
/* headings color */
h1, h2, h3, h4, h5, h6, .accred_title p  {
  color: #202020;
}

/* headings color on dark backgrounds */
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark .accred_title p  {
  color: #F0F0F0;
}

/* h1 font size for tablet and desktop */
@media (min-width: 1280px) {
  h1 {
    font-size: 42px !important;
  }
}

/* h1 font size for smaller devices */
h1, .accred_title p {
  font-size: calc(20px + 2vw);
}

/* h2 font size for tablet and desktop */
@media (min-width: 1280px) {
  h2, .accred_title p{
    font-size: 36px !important;
  }
}
h2 span {
    color: #4580c4;
}
/* h2 font size for smaller devices */
h2, .accred_title p  {
  font-size: calc(20px + 1vw);
}

/* h3 font size for tablet and desktop */
@media (min-width: 1280px) {
  h3 {
    font-size: 27px !important;
  }
}

/* h3 font size for smaller devices */
h3 {
  font-size: calc(19px + 1vw);
}

/* paragraph font family and size */
p, li {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;
}

/* paragraph and list color */
p, li {
  color: #737373;
}

/* paragraph and list color on dark backgrounds */
.dark p, .dark li {
  color: #F8F8F8;
}

/* BUTTON ---------------------------------*/
/* Remove default button style*/
.vc_btn3.vc_btn3-style-modern {
  background-image: none !important;
  background-repeat: none;
}
@media only screen and (min-width: 768px){
  .button-flat a.button:after,
  .button-flat button:after{
      background: rgba(0,0,0,.0);

  }
}

/* Buttons style */
.btn{
margin-top: 30px;
}
.btn>.vc_btn3, .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: 17px;
  border-radius: 0;
  letter-spacing: 0;
  text-transform: initial;
  border: 0px solid transparent;
  font-weight: 300;
}

/* form button */
.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] {
  background-color: transparent !important;
  color: #4580c4 !important;
  border: 1px solid #4580c4 !important;
}

/* 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 {
 color: #fff !important;
  background-color: #4580c4 !important;
}

/* Button one */
.btn.btn-one>.vc_btn3 {
  background-color: #101010 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
}

/* Button one > hover */
.btn.btn-one:hover>.vc_btn3 {
  background-color: #282828 !important;
}

/* Button one > dark backgrounds > add class btn-dark*/
.btn.btn-one.btn-dark>.vc_btn3 {
  background-color: #C0C0C0 !important;
  color: #181818 !important;
}

/* Button one > dark backgrounds > hover*/
.btn.btn-one.btn-dark:hover>.vc_btn3 {
  background-color: #808080 !important;
}

/* Button two */
.btn-two>.vc_btn3 {
  background-color: transparent !important;
  color: #4580c4 !important;
  border: 1px solid #4580c4 !important;
}

/* Button two> hover */
.btn.btn-two:hover>.vc_btn3 {
     color: #fff !important;
  background-color: #4580c4 !important;
}

/* Button two > dark backgrounds > add class btn-dark*/
.btn.btn-two.btn-dark>.vc_btn3 {
  background-color: #C0C0C0 !important;
  color: #181818 !important;
}

/* Button two > dark backgrounds > hover*/
.btn.btn-two.btn-dark:hover>.vc_btn3 {
  background-color: #808080 !important;
  color: #222 !important;
}

/* Button three */
.btn.btn-three>.vc_btn3 {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

/* Button three > hover */
.btn.btn-three:hover>.vc_btn3 {
  background-color: #4580c4 !important;
}

/* Button three > dark backgrounds > add class btn-dark*/
.btn.btn-three.btn-dark>.vc_btn3 {
  background-color: #C0C0C0 !important;
  color: #181818 !important;
}

/* Button three > dark backgrounds > hover*/
.btn.btn-three.btn-dark:hover>.vc_btn3 {
  background-color: #808080 !important;
}

/*** MOBILE CTA ***/

/* mobile click to call color */
#mobile-phone-cta a {
  background-color: #101010 !important;
  color: #F8F8F8 !important;
}

#mobile-phone-cta a:hover {
  background-color: #282828 !important;
}

#mobile-phone-cta {
display: block;
position: fixed;
bottom: -1px;
left: 0;
right: 0;
height: 44px;
z-index: 108;
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 a {
display: block;
height: 44px;
width: 100%;
text-align: center;
font-size: 16px;
font-weight: normal;
padding-top: 10px;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
padding-left: 20px;
    background: url(/wp-content/uploads/2019/07/footer-call.png) no-repeat 40% 50%;
        background-size: 20px;
        font-weight: 600;
}

#mobile-phone-cta>div>div {
padding-top: 0 !important;
}

#mobile-phone-cta a i {
font-size: 16px;
padding-right: 8px;
}

/* Add margin to footer and back to top button so CTA doesn't cover them */
@media screen and (max-width:767px) {
footer, a#back_to_top {
margin-bottom: 40px;
}
}

/* Hide the mobile CTA on desktop */
@media screen and (min-width:768px) {
#mobile-phone-cta {
display: none;
}
/*-----------pods--------------
.pods .wpb_column:after {
    content: "";
    width: 1px;
    height: 60%;
    background: #e8e8e8;
    position: absolute;
    top: 20%;
    left: -15px;
}*/
}

/* COLUMNS */
/* column full width on tablet */
@media (max-width: 1023px) {
  .full-width-tablet .wpb_column {
    width: 100%;
  }
  .cta.vc_custom_1561972336753 {
    background-image: none !important;
    padding-top: 8% !important;
}
}

/* minimum height for columns with a background image */
.bg-img-col .vc_column-inner {
  background-size: cover !important;
  background-position: 50% 50%;
  min-height: 15rem !important;
}

/* background for columns with text */
.bg-text-col {
  background-color: whitesmoke;
}

/* REVERSE */
/* reverse columns on tablet */
@media (max-width: 1023px) {
  .reverse-tablet {
    /* Safari */
    /* Safari 6.1+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/* reverse columns on mobile */
@media (max-width: 768px) {
  .reverse-mobile {
    /* Safari */
    /* Safari 6.1+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/* VISIBILITY */
/* hide elements from small screens on*/
@media (max-width: 1240px) {
  .hidden-sm-screen {
    display: none !important;
  }
}

/* hide elements from tablet on */
@media (max-width: 1023px) {
  .ast-header-break-point .main-navigation ul.children li a:before, .ast-header-break-point .main-navigation ul.sub-menu li a:before{
    display: none !important;
  }
  a.menu-link {
    line-height: 40px !important;
}
  .hidden-tablet {
    display: none !important;
  }
  .cnt-details .vc_column-inner {
    border: 0 !important;
}
  .main-header-menu .menu-item {
    margin: 0 !important;
        padding: 0 !important;
}
  .main-header-menu li.current-menu-item, .main-header-menu li:hover, .main-header-menu li.current-menu-parent {
    border: 0 !important;
    background: rgba(0, 0, 0, .3) !important;
    margin: 0 !important;
}
  ul#primary-menu {
    border-top: 1px solid #9e9a9a;
}
.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
    top: 10px;
}
}
.homepage.hero.hero-six-bg.inner {
    min-height: 50vh;
}
/* hide elements from mobile on */
@media (max-width: 767px) {
  .footer-logo {
    margin-bottom: 30px !important;
}
  .ast-footer-overlay {
    padding: 10px 0;
}
  .main-header-bar, .ast-header-break-point .main-header-bar {
    padding: 0 !important;
}
  .main-header-bar {
    padding: 0px 0;
}
.pods.pods-three:last-child {
    margin-bottom: 0;
}
  .contact-three{
    margin-top: 0px !important;
    padding-top: 8% !important;
      }
  .hero.hero-six .hero-col .vc_column-inner {
    margin-top: 0 !important;
}
.homepage.hero.hero-six, homepage.hero.hero-six{
    padding-top: 13% !important;
}
  .homepage.hero.hero-six-bg {
    min-height: 30vh !important;
    padding-top: 8% !important;
}
.homepage.hero.hero-six-bg.inner {
    min-height: 30vh  !important;
}
  .ast-header-break-point .site-branding img, .ast-header-break-point #masthead .site-logo-img .custom-logo-link img {
    max-width: 100%;
}
  .ast-header-break-point .main-header-bar-navigation {
    margin: 0 -20px !important;
}
  footer img {
    max-width: 70%;
}
  footer img {
    margin-bottom: 0% !important;
}
  .ast-header-break-point .main-header-bar-navigation{
    margin: 20px -20px;
  }
.vc_row.cta {
    background-image: none!important;
}
  .pad-md.section_two {
    background-size: contain !important;
}
  .footer-adv-widget-1 .widget:last-child {
    margin: 0 !important;
}
  .footer-group .footer-col:last-child {
    margin-bottom: 0;
}
  .footer-adv-overlay {
    padding-top: 30px;
    padding-bottom: 30px; 
}
  .cta .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
 /* #ast-fixed-header .main-header-menu li {
    text-align: center;
}*/
  #ast-scroll-top {
    right: 20px;
    bottom: 100px;
    background-color: rgba(73, 153, 245, 0.8);
}
  hr {
    margin: 30px auto !important;
}
  p.f-addrs {
    padding-left: 0 !important;
    padding-top: 30px;
    background-position: center top !important;
}
p.f-ph {
    padding-left: 0 !important;
    padding-top: 30px;
    background-position: center top !important;
}
p.f-mail {
    padding-left: 0 !important;
    padding-top: 30px;
    background-position: center top !important;
}
  .cta {
    padding-bottom: 0;
}
  .footer-cta-col {
    display: none !important;
}
  .accred .wpb_column .vc_column-inner {
    border: none !important;
}
  .footer-group.three .footer-col {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    text-align: center;
  }
  .hidden-mobile {
    display: none !important;
  }
}

/* hide elements from small mobile on */
@media (max-width: 480px) {
  .hidden-sm-device {
    display: none !important;
  }
}

/* BACKGROUND POSITION */
.bg-0 {
  background-position: 50% 0% !important;
}

.bg-20 {
  background-position: 50% 20% !important;
}

.bg-40 {
  background-position: 50% 40% !important;
}

.bg-60 {
  background-position: 50% 60% !important;
}

.bg-80 {
  background-position: 50% 80% !important;
}

.bg-100 {
  background-position: 50% 100% !important;
}

/* OVERLAY ROWS */
.vc_row.overlay-one-row::before {
  content: "";
  position: absolute;
  display:block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.5+0,0.15+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.15)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#26ffffff', GradientType=1);
  /* IE6-9 */
}

/* OVERLAY COLUMNS */
.overlay-one-col .vc_column-inner::before {
  content: "";
  position: absolute;
  display:block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.5+0,0.15+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.15)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#26ffffff', GradientType=1);
  /* IE6-9 */
  z-index: -1;
}

/* OVERFLOW */
/*make overflow elements in a row visible*/
.overflow.vc_row, .overflow.vc_row[data-vc-full-width] {
  overflow: visible;
}

/* NEGATIVE MARGIN */
@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;
}}


/* END GENERAL CSS ---------------------------------------------------------***/

/* HERO SECTION GENERAL ------------------------------------------------------*/
/* change the background size for home and internal hero */
.hero {
  background-size: cover !important;
}

/* background color of hero inner column */
.hero .hero-col .vc_column-inner {
  background-color: #fff;
}

/* add side padding when row and content are stretched */
.hero[data-vc-stretch-content], .hero.homepage[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

.vc_row-has-fill+.vc_row-full-width+.vc_row.hero>.vc_column_container.hero-col>.vc_column-inner {
  padding: 8% 8%;
}

/* inner padding of homepage hero column */
.hero.homepage .hero-col .vc_column-inner {
  padding: 8% 8%;
}

/* titles follow the alignment set to the section */
.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 {
  text-align: inherit !important;
}

@media (max-width: 768px) {
  .hero {
    text-align: center !important;
  }
}

/*--- HERO SIX ---*/
/* set a minimum height for the hero image in the homepage */
.homepage.hero.hero-six-bg {
  min-height: 60vh;
}

/* set a minimum height for the hero image in the homepage */
.hero.hero-six-bg {
  min-height: 30vh;
  background-position: 50% 50%;
}

/* column negative margin */
.hero.hero-six .hero-col .vc_column-inner {
  margin-top: -120px;
  padding: 4% !important;
}

/* element alignment and row padding */
.hero.hero-six {
  text-align: center !important;
  padding-top: 0 !important;
  padding-bottom: 8% !important;
}

/* set a max width for the column */
@media (min-width: 769px) {
  .hero.hero-six .vc_column-inner {
    /*max-width: 950px;*/
    margin: auto;
  }
}

/* column expand to 100% width on tablet */
@media (max-width: 1024px) {
  .hero.hero-six .wpb_column {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .hero.hero-six-bg {
    min-height: 30vh;
  }
}

/* PODS GENERAL --------------------------------------------------------------*/
.pods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* columns start stacking on small screens */
@media (max-width: 1240px) {
  .pods {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

/* columns expand to 100% on mobile */
@media (max-width: 600px) {
  .pods .wpb_column.vc_column_container {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

/* column max-width - please only change the margin between the columns and adjust the flex-basis so the total is always 50 */
.pods .wpb_column.vc_column_container {
  width: 0;
 -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis:calc(50% - 20px);
  margin:10px;
  text-align: left;
  padding: 30px 10px;
}

/* use this class when you have 3 pods to adjust the responsive - please only change the margin between the columns and adjust the flex-basis so the total is always 33 */
.pods.pods-three-col .wpb_column.vc_column_container {
   -ms-flex-preferred-size: calc(33.333% - 20px);
  flex-basis:calc(33.333% - 20px);
  margin:10px;
}

.pods.pods-three-col {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* columns expand to 100% on mobile */
@media (max-width: 680px) {
  .pods.pods-three-col .wpb_column.vc_column_container {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

/* add margin bottom to icon image */
.pods .wpb_single_image img {
  margin-bottom: 15px;
}

/* style the titles */
.pod-title p {
     font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #424241;
}

/* style the paragraph */
/*.pods .wpb_text_column p {
  margin-bottom: 15px !important;
}*/

/* style the button - if left empty it inherits the style of button one */
.pods .btn.btn-one>.vc_btn3 {
  margin-top: 0 !important;
}

/* link expands to cover the content of the column */
a.pod-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

/* button align to the bottom */

.pods .wpb_column.vc_column_container .vc_column-inner{
  display: flex;
  align-items: stretch;
  height: 100%; 
   width:100%;
}
.pods .wpb_column.vc_column_container .vc_column-inner .wpb_wrapper{
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    height: 100%;
     width:100%; 
}

/*align button to bottom of pod*/
.vc_row.wpb_row.vc_row-fluid.pods .vc_btn3-container{
  margin-top:auto;
}
/* PODS THREE ------------------------------------------------------------------*/
/* change inner padding */
.pods.pods-three .vc_column-inner {
  padding: 8% !important;
  background-size: cover;
  background-position: 50% 50%;
}

/* center align content and image */
.pods.pods-three, .pods.pods-three .wpb_single_image.vc_align_left {
  text-align: left !important;
      margin-bottom: 7% !important;
}

/* HOVER EFFECT */
/* add overlay on hover */
.pods .wpb_column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  z-index: 0 !important;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 1px solid #f0f0f0;
    border-radius: 15px;
}
.pods .wpb_column:hover:before {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    /* -webkit-transition: all .5s ease-in-out; */
    -o-transition: all .5s ease-in-out;
    /* transition: all .5s ease-in-out; */
    background: #fff;
    border-radius: 15px;
}

/* change text color on hover*/
/*.pods.pods-three .wpb_column:hover .pod-title p, .pods.pods-three .wpb_column:hover .wpb_text_column p {
  color: white !important;
  z-index: 2;
  position: relative;
}*/

/* change button color */
.pods.pods-three .wpb_column:hover .btn.btn-one>.vc_btn3, .pods.pods-three .wpb_column:hover .btn>.vc_btn3:hover {
  background-color: #404040 !important;
}

/* TEXT AND IMAGE SECTION GENERAL --------------------------------------------*/


/* USP GENERAL ---------------------------------------------------------------*/
.usp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* columns start stacking on small screens */
@media (max-width: 1240px) {
  .usp {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

/* columns expand to 100% on mobile */
@media (max-width: 600px) {
  .usp .wpb_column.vc_column_container {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

/* column padding */
.usp .vc_column-inner {
  padding: 10% !important;
}

/* column max-width - please only change the margin and adjust the flex-basis so the total is always 50 */
.usp .wpb_column.vc_column_container {
  width: 0;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  margin: 0.5% auto;
}

/* use when you have 3 columns - please only change the margin and adjust the flex-basis so the total is always 33 */
.usp.usp-three-col .wpb_column.vc_column_container {
  -ms-flex-preferred-size: 32% !important;
  flex-basis: 32% !important;
  margin: 0.5%;
}

/* change columns padding when they jump on 2 columns*/
@media (max-width: 1239px) {
  .usp .vc_column-inner {
    padding: 3% !important;
  }
}

/* columns expand to 100% on mobile */
@media (max-width: 650px) {
  .usp.usp-three-col .wpb_column.vc_column_container {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

/* center align content and image */
.usp, .usp .wpb_single_image.vc_align_left {
  text-align: center !important;
}

/* add margin bottom to icon image */
.usp .wpb_single_image img {
  margin-bottom: 15px;
}

/* style the titles */
.usp-title p {
  font-size: 20px;
    color: #545454;
    font-weight: 500;
}

/* USP ONE ------------------------------------------------------------------*/
/* add a background color to the columns */
 .usp.usp-one .wpb_column.vc_column_container {
     background-color: transparent;
}

/* FOOTER STYLES GENERAL--------*/

/*column padding and margin*/
.footer-group .footer-col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* style the titles */
.footer-col p.title {
    font-weight: 500;
    font-size: 20px;
    font-family: "Montserrat";
    color: #fff;
    margin-bottom: 20px;
}

/*consistent lineheight spacing*/
.footer-col p,
.footer-col a {
  line-height: 1.7em;
  margin-bottom: 0;
}

/*separate tel and email anchors*/
.footer-col a {
  display: inline-block;
}

/*logo sizing*/
.footer-col a img {
  max-height: 100% !important;
}
/*stop bad break points*/
.footer-col p span,
a[href^="tel:"],
a[href^="mailto:"] {
  white-space: nowrap;
}

/*lists general*/
.footer-group ul {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0;
}

/*social media list*/
ul.social li {
  display: inline-block;
  padding: 0 10px;
}
ul.social li a i {
  font-size: 30px;
}

/*layout STYLS general*/
@media (max-width: 1240px) {
  .widgets_wrapper .container {
    max-width: 100%;
  }
}
.footer-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#Footer .container{
padding-left:10px !important;
padding-right:10px !important;
}


/*FOOTER SPECIFIC STYLES*/

/*.footer-group.three ul.social,
.footer-group.three {
  text-align: center;
}
@media (min-width: 1024px) {
  /*keep consistent with logo max height
 .footer-group.three .footer-col p.title {
    line-height: 80px;
  }
}*/
@media (max-width: 1023px) {
 /* .footer-group.three .footer-col:first-of-type {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }*/
  .footer-group.three ul.social {
    margin-bottom: 20px;
  }
    li.ast-masthead-custom-menu-items.text-html-custom-menu-item {
    display: none;
}
 /* .image {
    margin-bottom: 8% !important;
    margin-top: 3%;} */
}



/*--- CONTACT PAGE THREE ---*/
/* contact page hero height and background position */
 .contact-three-bg {
     padding-top: 12%;
     padding-bottom: 12%;
     background-position: 50% 50%;
}
/* contact page hero title alignment and max-width */
 .contact-three-bg .wpb_column h1, .contact-three-bg .wpb_column p {
    /* max-width: 750px; */
     text-align: center !important;
     margin: auto;
}
/* columns width responsive */
 @media only screen and (max-width: 1200px) {
     .contact-three > .wpb_column {
         width: 50%;
    }
}
 @media only screen and (max-width: 1024px) {
     .contact-three > .wpb_column {
         width: 100%;
    }
     .contact-three > .wpb_column > .vc_column-inner {
         padding: 8% 8% !important;
    }
}
/* row with negative margin */
/* .contact-three {
     margin-top: -6%;
} */
/* form column background */
 .contact-three .form-col {
     background-color: whitesmoke;
}
/* list with icons */
 .contact-icons .list_item .list_left {
     width: 50px;
     height: 80px;
     line-height: 54px;
     font-size: 27px;
     overflow: hidden;
     text-align: left;
     float: left;
}
/* margin between icon and text */
 .contact-icons .list_item .list_right {
     margin-left: 70px;
}
/* margin below icon title */
 .contact-icons .list_item .list_right h4 {
     margin-bottom: 5px !important;
}
/* margin above icons */
 .contact-icons .list_item {
     margin-top: 20px !important;
}
/* space below icons */
 .contact-three .contact-icons {
     padding-top: 20px;
}
 



/*---------*******************************--------------custom-------------********************************------------*/
/*-------menu------------*/
.main-header-menu .current-menu-item > a, .main-header-menu .current-menu-ancestor > a, .main-header-menu .current_page_item > a {
    padding: 10px 15px;
}
#ast-fixed-header .main-header-menu li.current-menu-item > a, #ast-fixed-header .main-header-menu li.current-menu-ancestor > a, #ast-fixed-header .main-header-menu li.current_page_item > a {
    padding: 10px 15px;
}
.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle::before, .ast-header-break-point .main-header-bar .main-header-bar-navigation .page_item_has_children>.ast-menu-toggle::before{
color: #fff;
}
.main-header-menu .menu-item ul li {
    padding: 0;
    border: 0;
        margin: 0;
}
.main-header-menu .menu-item {
    line-height: normal;
    /*padding: 10px 00px;*/
    border: 1px solid transparent;
    margin: 0 5px;
}
.ast-desktop .main-header-menu.submenu-with-border .sub-menu li a span {
    border: 0;
    text-align: left;
    display: block;
    padding: 0;
}
.main-header-menu li.current-menu-item, .main-header-menu li:hover, .main-header-menu li.current-menu-parent{
    border-color: #fff !important;
}
.text-html-custom-menu-item a {
    line-height: normal;
}

.text-html-custom-menu-item a:hover {
    opacity: .7;
    line-height: normal;
}
.text-html-custom-menu-item {
    padding-left: 35px !important;
    background: url(/wp-content/uploads/2019/06/call.png) no-repeat left center;
    background-size: 24px;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    margin-left: 30px;
    transition: all .3s ease-in-out;
}
/*------------------*/

.hero.hero-six .vc_column-inner {
    box-shadow: 5px 10px 24px rgba(69,128,196,0.08);
    border-radius: 8px;
}
.hero-col h1 {
    margin-bottom: 0 !important;
}
/*---------------section-one--------------*/
.pad-md.section_two:before, .contact-three:before {
    content: "";
    background: url(/wp-content/uploads/2019/06/shape_2.png) no-repeat;
    width: 100%;
    height: 600px;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 20%;
}
.section_one .wpb_single_image .vc_single_image-wrapper.vc_box_border {
    border-radius: 0;
    padding: 16px;
    border: none;
    box-shadow: 12.721px 7.949px 24px rgba(69,128,196,0.08);
    max-width: 500px;
}
/*---------------------*/

/*---------------section-two--------------*/
.pad-md.section_two {
    background-position: 100% 0% !important;
}
ul.pdf {
    list-style-image: url(/wp-content/uploads/2019/07/forward_arrow.png);
}
/*------------------*/

/*-------------usp------------*/
.usps-bg.vc_row {
    background-position: center bottom !important;
    background-size: contain !important;
}
/*------------*/

/*------------------------------cta-------------------------------*/
label.gfield_label {
    font-weight: 400 !important;
}
.footer-cta p a {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    transition: all .3s ease-in-out;
}
.footer-cta p a:hover {
    opacity: .7;
}
.footer-cta p {
    font-size: 28px;
    font-family: Montserrat, sans-serif;
    margin-top: 50px;
}
.cta .wpb_single_image img{
  max-width: 70%;
}
.vc_row.cta {
    background-position: 100% 0% !important;
}
/*------------footer-----------------*/
footer  .ast-col-lg-3:first-child {
    display: block;
    width: 100%;
}
footer .ast-col-lg-3 {
    display: none;
}
hr {
    background-color: #588dca;
    border: 0;
    height: 1px;
    margin: 30px 0;
    max-width: 80%;
}
footer .dark p, footer .dark p a {
    color: #fff;
}
footer .dark p a:hover {
color: #a2c0e2;
}
footer .dark p.business {
    font-weight: 600;
    margin-bottom: 20px;
}
p.f-addrs {
    padding-left: 40px;
    background: url(/wp-content/uploads/2019/07/location.png) no-repeat;
}
p.f-ph {
    padding-left: 40px;
    background: url(/wp-content/uploads/2019/07/footer-call.png) no-repeat left center;
}
p.f-mail {
    padding-left: 40px;
    background: url(/wp-content/uploads/2019/07/envelop.png) no-repeat left center;
}
footer img {
    margin-bottom: 20%;
}

.contact-three-bg {
    padding-top: 8%;
    padding-bottom: 8%;
}
.contact-three-bg h1 {
    margin-bottom: 0 !important;
}
@media only screen and (min-width:1024px){
  .image {
    padding-left: 40px;
}
  .pods.pods-three {
    margin-bottom: 50px;
}
  .footer-col:nth-child(2) {
    padding-left: 10% !important;
}
}
@media only screen and (min-width:768px) and (max-width:1366px){
.cta .wpb_column.footer-cta-col {
    width: 50% !important;
}
.cta .wpb_column {
    width: 50% !important;
}
.cta .wpb_column.hidden-tablet{
  width: 0%;
}
}
@media only screen and (min-width:768px) and (max-width:1024px){
	
.entry-content h2 {padding-bottom:10px;}
	h2 	 {margin-bottom:0px !important;}

.footer-cta p a {
    font-size: 34px;
}
}
@media only screen and (max-width:600px){
.section_two .pods.pods-three.vc_row .wpb_column, .section_two .pods.pods-three.vc_row .wpb_column .wpb_single_image {
    text-align: center !important;
}
.pods.pods-three .vc_column-inner:last-child {
    padding-bottom: 0 !important;
}
}

.main-header-bar-wrap {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
@media only screen and (min-width:320px) and (max-width:580px){
footer img {
    max-width: 100%;
}
}
@media only screen and (min-width:667px) and (max-width:736px){
footer img {
    margin-bottom: 20%;
}
}
@media only screen and (min-width:768px) and (max-width:1150px){
  li.ast-masthead-custom-menu-items.text-html-custom-menu-item {
    margin-left: 10px;
}
  #masthead .ast-container {
    padding-left: 20px;
    padding-right: 20px;
}
.text-html-custom-menu-item {
    font-size: 18px;
    margin-left: 0px;
    padding-right: 0 !important;
}
}
:focus{
  outline-width: 0 !important;
}
/*---------------------contact page--------------------*/
.cnt-ph p a, .cnt-mail p a {
    transition: all .3s ease-in-out  !important;
}
@media only screen and (min-width:800px) and (max-width:815px){
.footer-col:nth-child(2) {
    padding-left: 50px;
}
}
.gform_wrapper textarea.medium {
    height: 80px !important;
}
a.footer-yell:hover {
    transform: translateY(-10px);
}


@media only screen and (max-width:1024px){
.vc_column-inner.vc_custom_1561996152981 {
    border-radius: 8px 8px 0 0  !important;;
}

.vc_column-inner.vc_custom_1561995963651 {
    border-radius: 0px 0px 8px 8px  !important;;
}
}

.vc_column-inner.vc_custom_1561996152981 {
    box-shadow: 5px 10px 24px rgba(69,128,196,0.08);
    border-radius: 8px 0px 0 8px;
}

.vc_column-inner.vc_custom_1561995963651 {
    box-shadow: 5px 10px 24px rgba(69,128,196,0.08);
    border-radius: 0px 8px 8px 0px;
}
.bg-image .image img {
    box-shadow: 5px 10px 24px rgba(69,128,196,0.15);
}
.ast-footer-overlay {
    padding: 10px !important;
}
#ast-scroll-top {
    background-color: rgba(75, 151, 239, 0.8) !important;
}


.contact-three.pad-md {
    background-position: 0% 100%  !important;
    background-size: 250px !important;
}

.heading-textbox {padding-bottom:10px;}

h1 , h2 {text-transform: capitalize !important;}

@media only screen and (min-width:300px) and (max-width:767px){
	
.entry-content h2 {padding-bottom:10px;}
	h2 	 {margin-bottom:0px !important;}
	
	.ast-small-footer-section.ast-small-footer-section-1 {	font-size: 13px;}
    
}

@media (max-width:767px) {
    .wpb_animate_when_almost_visible {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-animation: none !important;
        animation: none !important;
    }
}