/*** 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 {
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2em;
  margin-bottom: 20px !important;
}

/* headings color */
h1, h2, h3, h4, h5, h6 {
  color: #202020;
}

/* headings color on dark backgrounds */
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  color: #F0F0F0;
}

/* h1 font size for tablet and desktop */
@media (min-width: 1280px) {
  h1 {
    font-size: 48px !important;
  }
}

/* h1 font size for smaller devices */
h1 {
  font-size: calc(20px + 2vw);
}

/* h2 font size for tablet and desktop */
@media (min-width: 1280px) {
  h2 {
    font-size: 32px !important;
  }
}

/* h2 font size for smaller devices */
h2 {
  font-size: calc(20px + 1vw);
}

/* h3 font size for tablet and desktop */
@media (min-width: 1280px) {
  h3 {
    font-size: 26px !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.7em;
}

/* paragraph and list color */
p, li {
  color: #4c4c4c;
}

/* 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){
  .wpcs_content_main form ul li label.gfield_label {
    font-size: 15px !important;
}
.wpcs_content_main .gform_wrapper textarea.large{
    height: 120px;
}
  .button-flat a.button:after,
  .button-flat button:after{
      background: rgba(0,0,0,.0);

  }
}

/* Buttons style */
/*.btn.btn-two:hover>.vc_btn3 .fa-chevron-circle-right:before {
    margin-left: 5px;
}*/
.btn-two:hover>.vc_btn3 {
    padding-left: 58px !important;
}
.vc_general.vc_btn3{
  -webkit-transition: all 0.25s ease-in-out !important;
-o-transition: all 0.25s ease-in-out !important;
transition: all 0.25s ease-in-out !important;
}
.btn.btn-two>.vc_btn3 .fa-chevron-circle-right:before{
    transition: all .3s ease-in-out;
}

.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: 16px;
  font-weight: 700;
  border-radius: 0;
  letter-spacing: 0;
  text-transform: initial;
  border: 0px solid transparent;
  margin-top: 20px;
}

/* 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] {
 border-radius: 8px;
background-color: #cc3517 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
      padding: 10px 20px;
      transition: all .3s ease-in-out;
}

/* 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 {
     border-radius: 8px;
background-color: #cc3517 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
  padding: 10px 25px;
}

/* 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 {
 border-radius: 8px;
background-color: #cc3517 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
}

/* Button two> hover */
.btn.btn-two:hover>.vc_btn3 {
   border-radius: 8px;
background-color: #cc3517 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !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 {
   border-radius: 8px;
background-color: #fff !important;
  color: #000 !important;
  border: 0px solid transparent !important;
}
/* Button three > hover */
.btn.btn-three:hover>.vc_btn3 {
     border-radius: 8px;
background-color: #fff !important;
  color: #000 !important;
  border: 0px solid transparent !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;
}

#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:640px) {
footer, a#back_to_top {
margin-bottom: 50px;
}
}

/*----------------------------float button------------------------*/
a.float-standard {
  color: #fff !important;
      font-weight: 600;
    font-family: Muli, sans-serif !important;
    font-size: 17px !important;
    position: fixed;
    right: 20px;
    bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99;
    height: 50px;
    padding: 20px 15px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-decoration: none;
    color: white;
    border: 2px solid #fff;
    border-radius: 8px;
    background-color: #cc3517;
    /* box-shadow: 0 2px 4px #7d7d7d; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.float-standard:hover {
  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #cc3517;
        -webkit-box-shadow: 0 5px 20px 1px rgba(0, 0, 0, .22);
    box-shadow: 0 5px 20px 1px rgba(0, 0, 0, .22);
}

/* Icon settings - remove if not needed*/

.float-standard.icon:before {
  font-family: 'FontAwesome';
  margin-right: 15px;
  content: '\f095';
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

/* Media queries */

@media screen and (max-width:440px) {
	a.float-standard {
		right: 0px;
		bottom: 0px;
		width: 100%;
		border-radius: 0px;
		padding: 5px;
		}
}

/* Hide the mobile CTA on desktop */
/*@media screen and (min-width:640px) {
#mobile-phone-cta {
display: none;
}
}*/

/* COLUMNS */
/* column full width on tablet */
@media (max-width: 1023px) {
  .full-width-tablet .wpb_column {
    width: 100%;
  }
}

/* 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:transparent;
}

/* REVERSE */
/* reverse columns on tablet */
@media (max-width: 1024px) {
  .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) {
  .vc_empty_space.emp-space{
    display: none;
  }
  .hidden-sm-screen {
    display: none !important;
  }
}

/* hide elements from tablet on */
@media (max-width: 1024px) {
  .hidden-tablet {
    display: none !important;
  }
}

/* hide elements from mobile on */
@media (max-width: 768px) {
  .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: https://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: https://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: whitesmoke;
}
/* 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;
}*/
.homepage.hero.hero-three.reverse-tablet.inner h1 {
    margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .hero {
    text-align: center !important;
  }
}

/*--- HERO THREE ---*/
/* remove padding top nd bottom because the padding for this row is set by the columns */
.hero.hero-three {
  padding-top: 0;
  padding-bottom: 0;
  background-position: 50% 50%;
}

/* column padding of of internal hero */
.hero.hero-three .hero-col .vc_column-inner {
  padding: 8% 8% !important;
}

/* column padding of homepage hero */
.homepage.hero.hero-three .hero-col .vc_column-inner {
  padding: 8% 8% !important;
}
.homepage.hero.hero-three.inner .hero-col .vc_column-inner {
    padding: 5% 14% !important;
}
.homepage.hero.hero-three.inner {
    min-height: 10vh;
}
@media (min-width: 1025px) {
  .usp-main-col .vc_column-inner {
    padding-left: 0 !important;
}
.homepage.hero.hero-three.hm .hero-col .vc_column-inner{
      padding-right: 0% !important;
      padding: 14% 4% 14% 20% !important;
}
}
.homepage.hero.hero-three.inner {
    background-position: center !important;
}

/* set a minimum height for the hero in the homepage */
.homepage.hero.hero-three {
    min-height: 80vh;
    background-size: 100% !important;
    background-position: 50% 0% !important;
}
/* hero column background color */
.hero.hero-three .hero-col .vc_column-inner, .hero.homepage.hero-three .hero-col .vc_column-inner {
  background-color: transparent !important;
}

/* remove side padding when row and content are stretched*/
.hero.hero-three[data-vc-stretch-content] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* column expand to 100% width on tablet */
@media (max-width: 1024px) {
    .click-to-down {
    display: none;
}
  .hero.hero-three .hero-col .vc_column-inner, .hero.homepage.hero-three .hero-col .vc_column-inner {
    padding-top: 0 !important;
}
  .hero-three .wpb_column {
    width: 100% !important;
  }
}

/* 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 auto;
}

/* 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-size: 16px;
color: #233768;
font-family: "Raleway";
font-weight: 700;
}

/* 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: inline-block;
    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 SIX ------------------------------------------------------------------*/
/* when we want to use a background image below the pods and a title we need to nest the pods row in a container */
.pods-container {
  background-size: cover;
  background-position: 50% 50%;
}

.pods-container .wpb_text_column.wpb_content_element {
  text-align: center;
  max-width: 750px;
  margin: auto;
}

/* margin between title and inner row with pods */
.pods-container > .wpb_column:first-child {
    margin-bottom: 2%;
}

/* column background color */
.pods.pods-six .wpb_column.vc_column_container {
  background-color: transparent;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  min-height: 23vh;
  display: flex;
    align-items: center;
    height: 100%;
}

/* columns padding */
.pods.pods-six .vc_column-inner {
  padding: 8% !important;
}

/* center align content and image */
.pods.pods-six, .pods.pods-six .wpb_single_image.vc_align_left {
  text-align: center !important;
}

/* HOVER EFFECT */
/* change background color on hover*/
.pods.pods-six .wpb_column.vc_column_container:hover {
    background-color: #cc3517 !important;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: scale(1.3);
    z-index: 1;
    border-radius: 8px;
    box-shadow: 2.5px 4.33px 30px #a8aaad;
}

/* change text color on hovre*/
.pods.pods-six .wpb_column:hover .pod-title p, .pods.pods-six .wpb_column:hover .wpb_text_column p {
  color: white !important;
  z-index: 2;
  position: relative;
}

/* change button color */
.pods.pods-six .wpb_column:hover .btn.btn-one>.vc_btn3, .pods.pods-six .wpb_column:hover .btn>.vc_btn3:hover {
  background-color: #404040 !important;
}

/* 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: 16px;
    color: #4c4c4c;
    font-family: "Raleway";
    font-weight: 400;
}
/* USP ONE ------------------------------------------------------------------*/
/* add a background color to the columns */
 .usp.usp-one .wpb_column.vc_column_container {
     background-color: transparent;
}


/* USP THREE ------------------------------------------------------------------*/

/* center align content and image */
 .usp.usp-three,  .usp.usp-three .wpb_single_image.vc_align_left {
  text-align: left !important;
}

/* add a background color to the columns */
 .usp.usp-three .wpb_column.vc_column_container {
     background-color: transparent;
}

 .usp.usp-three {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}

/* columns expand to 100% on mobile */
@media (max-width: 768px) {
  .homepage.hero.hero-three.reverse-tablet.hm h1 {
    text-align: center !important;
}
 .usp.usp-three.usp-three-col .wpb_column.vc_column_container {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
  /*------footer-----*/
    .footer-adv-widget-1 .widget:last-child {
    margin: 0;
}
}



/* CTA GENERAL --------------------------------------------------------------*/
/* style the text of the cta > use a paragraph*/
.cta .wpb_text_column p {
    font-size: 24px;
    color: #233768;
    font-family: "Raleway";
    font-weight: 400;
}
.f-cta p {
    font-size: 26px;
    color: #cc3517;
    font-family: "Muli";
    font-weight: 400;
}
.f-cta {
  margin: 5px 20px 12px 10px !important;
}
/* use this class to hightlight text in the cta, the phone number for example*/
.cta .cta-highlight {
  margin-top: 25px;
  font-size: 1.4em;
  letter-spacing: 0.08em;
}

/*--- CTA FOUR ---*/
/* content alignment */
.cta-four {
  text-align: left !important;
}

/* column background color */
.cta.cta-four .wpb_column {
  background-color: transparent;
}

/* image margin 
.cta-four .wpb_single_image {
  margin-bottom: 25px !important;
}*/

/*center align icon */
.cta-four .wpb_single_image.vc_align_left {
  text-align: left !important;
}

/*center align all the elements on mobile and makes the padding from the elements stack correctly */
@media (max-width: 767px) {
  .ast-scroll-to-top-right {
    right: 15px;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
}
  footer {
    margin-bottom: 35px;
}
  .homepage.hero.hero-three {
    min-height: 60vh;
  }
  .pods.pods-six .wpb_column.vc_column_container {
    min-height: 10vh;
  }
  a.float-standard {
    border: 0px solid #fff;
border-radius: 0;
    WIDTH: 100%;
right: 0px;
    bottom: 00px;
}
  .footer-group .footer-col{
    margin: 0 !important;
  }
  .footer-adv-overlay {
    padding: 40px 0;
}
  .pad-md.blog_row {
    padding-top: 0;
}
  .cta {
    display: none;
}
  .cta-four {
    text-align: center !important;
  }

  .cta-four .wpb_column:nth-child(1) .vc_column-inner {
    padding-bottom: 0 !important;
  }

  .cta-four .wpb_column:nth-child(2) .vc_column-inner {
    padding-top: 0 !important;
  }
}

/* remove padding left on the second column in desktop*/
@media (min-width: 769px) {
  .cta-four .wpb_column:nth-child(2) .vc_column-inner {
    padding-left: 0 !important;
  }
}
/* 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 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2em;
  letter-spacing: 0.02em;
}

/*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: 80px;
}
/*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*/
@media (min-width: 1024px) {
  .footer-group .footer-col {
    margin-bottom: 0;
}
  .footer-group.two .footer-col:first-of-type {
    padding-right: 40px;
  }
  /*keep consistent with logo max height*/
  .footer-group.two .footer-col p.title {
    line-height: 80px
  }
}
@media (max-width: 1023px) {
  .footer-group.two .footer-col:first-of-type p {
    max-width: 600px;
    margin: 0 auto;
  }
  .footer-group.two .footer-col {
    text-align: left;
  }
}
@media (max-width: 650px) {
  .footer-group.two .footer-col {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
    .footer-group.two .footer-col {
    text-align: center;
  }
  .footer-col.three {
    margin-top: 20px !important;
}
a.footer-blog, p.footer-hours, a.footer-mail, a.footer-mb, a.footer-ph, p.footer-address {
    padding-left: 0 !important;
    padding-top: 30px;
    background-position: 50% 0% !important;
}
}
.ast-scroll-to-top-right{
      bottom: 70px;
          border: 1px solid rgba(0, 0, 0, 0.12) !important;
}




/* CONTACT TWO ---------------------------------------------------------------*/
.contact-two.contact-icon {
  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) {
  .contact-two.contact-icon {
    -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: 480px) {
  .contact-two.contact-icon .wpb_column.vc_column_container {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

/* column max-width - please only change the margin and adjust the flex-basis so the total is always 50 */
.contact-two.contact-icon .wpb_column.vc_column_container {
  width: 0;
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  margin: 2%;
}

/* center align content and image */
.contact-two.contact-icon .wpb_single_image.vc_align_left {
  text-align: center !important;
}

/* add margin bottom to icon image */
.contact-two.contact-icon .wpb_single_image img {
  margin-bottom: 15px;
}

/* style the titles */
.contact-two.contact-icon .contact-title p {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.25em;
  letter-spacing: 0.02em;
  margin-bottom: 7px !important;
  text-align: center;
}

/* style the paragrapph */
.contact-two.contact-icon p {
  text-align: center !important;
}

/*column with the form */
.contact-two .form-col {
  padding: 5% !important;
}


/* TEXT SECTION GENERAL ------------------------------------------------------*/
/*Divide text in 2 columns */
@media (min-width: 768px) {
  .text-two-col {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}

/*Divide text in 3 columns */
@media (min-width: 768px) {
  .text-three-col {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}

/*--- TEXT SECTION TWO ---*/


/*---------*********************----------------------Custom----------------------***********************--------*/
.bg-img-col.id-hd .vc_column-inner {
    min-height: 0px !important;
}
.bg-img-col.id-hd {
    padding-bottom: 0 !important;
}
.gf_browser_ie.gform_wrapper .gform_footer input.button {
    padding: 10px 20px;
}

ul.pdf {
    list-style-image: url(/wp-content/uploads/2019/07/forward-arrow.png);
}
#ast-fixed-header .main-header-menu li.current_page_item > a {
    color: #fff;
}
a.menu-link {
    font-weight: 600;
}
.ast-scroll-top-icon::before{
  display: none;
}
.curve_img img {
    border-radius: 8px;
    box-shadow: 0 0 40px rgba(35,55,104,0.5);
    margin-bottom: 20px;
        max-width: 80%;
}
/*-------------------hero----------------------------*/
.slogan p {
    font-weight: 700;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}
.delay {
  animation-delay: 1s;
}
.click-to-down {
    animation: screw 2.4s ease infinite;
}

@keyframes screw {
30% {
    transform: scale(1);
}
40%, 60% {
    transform: translateY(0px);
}
50% {
    transform: translateY(-10px);
}
70% {
    transform: translateY(-10px);
}
100% {
    transform: scale(1);
}
}
/*-----------------------------------*/

/*---------pods----------------*/
h2.hd-lns::before, h2.hd-lns::after {
    display: inline-block;
    content: "";
    border-top: 1px solid #d3d7e1;
    width: 10%;
    margin: -8px 20px;
    transform: translateY(-16px);
}
h2.hd-lns {
    margin-bottom: 4% !important;
}
.pods.pods-six {
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 40px rgba(0,0,0,0.15);
}
:focus{
    outline-width: 0 !important;
}
.pods.pods-six .wpb_column.vc_column_container:hover .pod-act, .pods.pods-six .wpb_column.vc_column_container:hover .pod-btn {
    display: block;
    max-width: 50px;
    margin: auto;
}

.pods.pods-six .wpb_column.vc_column_container:hover .pod-nor, .pods.pods-six .wpb_column.vc_column_container .pod-act, .pods.pods-six .wpb_column.vc_column_container .pod-btn {
    display: none;
}
.pods.pods-six .pods.pods-six .wpb_column.vc_column_container:hover .vc_column-inner {
  padding: 16% 8% !important;
}
.pods.pods-six {
    overflow: visible;
}
.pod-btn img{
    margin-bottom: 0px !important;
}
/*--------------------*/

/*---------------------usp----------------------*/
.test-col {
    border-radius: 8px;
    box-shadow: 0 0 50px rgba(0,0,0,0.08);
}
.usp-one .wpb_single_image.vc_align_center, .usp-one .usp-title p {
    text-align: center !important;
}
.test-head p {
    font-weight: 700;
    font-size: 20px;
    color: #4c4c4c;
    font-family: "Raleway";
}
.test-head p:after {
    content: url(/wp-content/uploads/2019/07/stars.png);
    margin-left: 20px;
}
.test-txt-pr p {
    color: #cb3f25;
    font-weight: 700;
}

.test-txt p {
    padding: 20px 0;
}

/*--------------------------cta------------------*/
.cta .wpb_text_column p a {
  font-family: "Muli";
  font-size: 30px;
}
.cta.cta-four {
    background-position: 50% 50% !important;
}
a.ph_num, a.mb_num {
    padding-left: 30px;
}
a.ph_num {
    background: url(/wp-content/uploads/2019/07/phone-copy-2.png) no-repeat 0% 50%;
       display: block;
    margin-bottom: 20px !important;
}
a.mb_num {
  
    background: url(/wp-content/uploads/2019/07/mobile.png) no-repeat 0% 50%;
}



/*----------------blog------------------------*/
.read-more {
    margin-top: 30px;
}
.vc_gitem-post-data {
    min-height: 60px;
}
.read-more a {
    color: #cc3517 !important;
    font-weight: 600;
}
.blog_row .vc_gitem-zone-a {
    max-height: 200px;
    border-radius: 8px !important;
}
.blog_row .vc_gitem-zone.vc_gitem-zone-c {
    background: transparent !important;
}
.blog_row .vc_gitem_row .vc_gitem-col {
    padding: 30px 0 0 0;
}
.blog_row .vc_btn3-container.vc_btn3-left {
    margin-bottom: 0;
    display: none;
}
.blog_row .vc_btn3-color-juicy-pink:hover {
    color: #4c4c4c !important;
}
.blog_row .vc_btn3-color-juicy-pink {
    background: transparent !important;
    color: #cc3517 !important;
    font-weight: 600;
    font-size: 17px !important;
    padding: 0 !important;
}
/*-------------------------------*/
/***************************/
.vc_separator {
    margin-bottom: 30px !important;
    max-width: 160px;
}
.sec-two.vc_row {
    background-position: 100% 100% !important;
    background-size: 35% !important;
}
.delay1 {
  animation-delay: 2s;
}
.delay2 {
  animation-delay: 2.5s;
}
.delay3 {
  animation-delay: 3s;
}
.delay4 {
  animation-delay: 3.5s;
}
.delay5 {
  animation-delay: 4s;
}
.sec-one .pad-lg-col .vc_column-inner {
    padding-top: 0 !important;
}
a#ast-scroll-top {
    background: url(/wp-content/uploads/2019/07/GTT.png) no-repeat center;
    width: 50px;
    height: 50px;
    bottom:150px;
    background-size: 60px;
    transform: rotate(0deg);
        animation: pulseback 2s ease-in-out infinite;
        border-radius: 50%;
}
@keyframes pulseback{
0% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}

70% {
    -webkit-transform: scale(0.95) translateY(-10%);
    transform: scale(0.95) translateY(-10%);
}
100% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}
}
/*--------------------------------footer--------------------------------*/
.footer-col {
    text-align: left;
}
.footer-col.one {
    text-align: center;
}
a.footer-fb:hover, a.footer-yell:hover {
    transform: translateY(-10px);
}
a.footer-fb {
    margin-top: 20px;
}
a.footer-blog, p.footer-hours, a.footer-mail, a.footer-mb, a.footer-ph, p.footer-address {
    padding-left: 30px;
}
a.footer-blog {
    background: url(/wp-content/uploads/2019/07/blog.png) no-repeat 0% 50%;
}
p.footer-hours {
    background: url(/wp-content/uploads/2019/07/clock.png) no-repeat 0% 50%;
}
a.footer-mail {
    background: url(/wp-content/uploads/2019/07/email.png) no-repeat 0% 50%;
}
a.footer-mb {
    background: url(/wp-content/uploads/2019/07/mobile.png) no-repeat 0% 50%;
}
a.footer-ph {
    background: url(/wp-content/uploads/2019/07/phone-copy-2.png) no-repeat 0% 50%;
}
p.footer-address {
    background: url(/wp-content/uploads/2019/07/map.png) no-repeat 0% 50%;
}
a.footer-ph, p.footer-hours {
    margin: 20px 0;
}
/*------------------slide form---------------*/
  .wpcs_tab  {
   animation: pulsesback 2s ease-in-out infinite;
        border-radius: 50%;
        border: 1px solid #a8a8a8 !important; 
}
@keyframes pulsesback{
0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 53, 23, 1);
    box-shadow: 0 0 0 0 rgba(204, 53, 23, 1);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

70% {
    -moz-box-shadow: 0 0 0 30px rgba(255,255,255, 0);
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.2);
}
100% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    box-shadow: 0 0 0 0 rgba(0,0,0, 0);
    border: 1px solid rgba(0, 0, 0, 0.2);
}
}


.gform_wrapper .top_label input.large.datepicker, .gform_wrapper .top_label input.medium.datepicker, .gform_wrapper .top_label input.small.datepicker {
    width: 100% !important;
}

/*----------------------------------------------media query---------------------------*/

@media only screen and (min-width:1241px){
  .vc_empty_space.emp-space {
    height: 60px !important;
}
  .pods .wpb_column:hover:before {
    width: 0;
}
.pods .wpb_column:first-child:before {
    width: 0;
}
.pods .wpb_column:before {
    content: "";
    width: 1px;
    height: 25%;
    background: #d3d7e1;
    position: absolute;
    z-index: 0;
}
.site-header .menu-text {
    transition: none;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}
.site-header .current-menu-item a .menu-text, .site-header li:hover a .menu-text {
    border-color: #233768;
    color: #233768;
}
}
@media only screen and (max-width:1240px) and (min-width:768px){
.pods .wpb_column.vc_column_container {
    -ms-flex-preferred-size: calc(20% - 20px);
    flex-basis: calc(20% - 20px);
    margin: 2px auto;
}
  .pods .wpb_column:hover:before {
    width: 0;
}
.pods .wpb_column:first-child:before {
    width: 0;
}
.pods .wpb_column:before {
    content: "";
    width: 1px;
    height: 30%;
    background: #d3d7e1;
    position: absolute;
    z-index: 0;
    left: -20px;
    top: 40%;
}
}
@media only screen and (max-width:1023px){
    .sec-one img {
    margin-bottom: 30px;
}
.sec-two.pad-md {
    padding-top: 4%;
}
.footer-col.one a.footer-fb {
    margin-bottom: 30px;
}

.footer-col.one {
    text-align: center !important;
}
}
@media only screen and (min-width:1281px){
    .vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
        padding: 0 3% 3% 3%;
}
}
@media only screen and (max-width:1279px){
.pad-sm-col.usp-main-col h2, .pad-sm-col.usp-main-col .vc_separator {
    text-align: center !important;
    margin: 0 auto;
}
}
@media only screen and (max-width:1370px) and (min-width:1279px){
a.menu-link {
    padding-right: 0 !important;
}
}

@media only screen and (max-width:960px){
  .footer-group.two .footer-col:first-of-type {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}
@media only screen and (max-width:580px) and (min-width:320px){
div#wpcs_tab_89 {
    display: none;
}
}
@media only screen and (max-width:1279px) and (min-width:769px){

.main-navigation li a {
    padding: 10px !important;
}
.main-navigation .current-menu-item a, .main-navigation li:hover a {
    color: #fff !important;
}
.main-navigation .current-menu-item, .main-navigation li:hover {
    background-color: #233768;
}
}


@media screen and (max-width: 959px) {
	.wpb_animate_when_almost_visible {
	    opacity: 1;
	    filter: alpha(opacity=100);
	    -webkit-animation: none;
	    -moz-animation: none;
	    -o-animation: none;
	    animation: none;
	}
}
.vc_custom_1562256762066.pad-md {
    background-position: 0% 100% !important;
}
#masthead .ast-container, .ast-header-breadcrumb .ast-container{
  padding-left: 5%;
    padding-right: 5%;
}
@media only screen and (max-width:1024px){
.vc_col-sm-5, .vc_col-sm-7{
  width: 100% !important;
}

.cta-text.vc_col-sm-5 {width: 49.6% !important; float:right;}
    
}




/*--- CONTACT PAGE FOUR */
 .contact-four-intro h1, .contact-four-intro p {
   /*  max-width: 850px; */
}
 .contact-four-intro {
 /*    padding-bottom: 3% !important;*/
}
/* columns width responsive */
 @media only screen and (max-width: 1024px) {
     .contact-four > .wpb_column {
         width: 50%;
    }
}
 @media only screen and (max-width: 768px) {
     .contact-four > .wpb_column {
         width: 100%;
    }
}
/* list with icons */
 .contact-four .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-four .contact-icons .list_item .list_right {
     margin-left: 70px;
}
/* margin below icon title */
 .contact-four .contact-icons .list_item .list_right h4 {
     margin-bottom: 5px !important;
}
/* margin above icons */
 .contact-four .contact-icons .list_item {
     margin-top: 20px !important;
}
/* space below icons */
 .contact-four .contact-three .contact-icons {
     padding-top: 20px;
}


a.footer-ph.f-phn {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

 a.footer-mail.f-mail {
	margin-top: 20px !important;
	margin-bottom: 0px !important;
}

.c-sec, .f-sec {
	padding-left: 5% !important;
	padding-right: 5% !important;
}


 @media only screen and (min-width: 1280px) and (max-width: 1400px) {
 
 div.ast-container {padding-left: 2% !important;padding-right: 2% !important;}
     
 }
 
 
 @media only screen and (min-width: 300px) and (max-width: 640px) {
 .c-textbox p {
	text-align: center;
}
     
 }
 
 .read-more a:hover {
	color: #233768 !important;
}

@media (max-width:767px) {
    .wpb_animate_when_almost_visible {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-animation: none !important;
        animation: none !important;
    }
    
    .read-more {	margin-top: 5px;}

.usp.usp-one .wpb_column.vc_column_container:nth-child(3) {margin-bottom: 25px;}

.c-sec, .f-sec {padding-left: 10% !important;padding-right: 10% !important;}
    
}

 @media only screen and (min-width: 300px) and (max-width: 1024px) {

     
 }
 
 @media only screen and (min-width: 812px) and (max-width: 813px) {

a#ast-scroll-top {right: 60px;}

 .float-standard.icon {	display: none;}
     
 }