/**
Theme Name: MIT Astra Child Theme
Author: MIT
Author URI: https://www.melbourneit.com.au/
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.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mit-astra-child-theme
Template: astra
*/


/*** GENERAL SECTIONS STYLE -----------------------------------------------------------*/


/* add Fontawesome */
@import url('https://d2ta2fpo91apla.cloudfront.net/fontawesome-free-5.9.0-web/css/all.min.css');

/* Hide Visual Composer animations on mobile */
@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;}}

/*Back to top on Desktop */
#ast-scroll-top {
    margin-bottom: 40px;
}

/*hack responsive issues of Astra*/
.vc_row {
margin-left: 0px !important;
margin-right: 0px !important;
}
/*prevent scrolling to the sides on mobile*/
body, html {
position: relative;
overflow-x: hidden;
}
a:focus {
    outline: 0;
}
a {
	font-weight: 400;
}
/*add smooth scroll*/
html {
  scroll-behavior: smooth;
}
:target::before {
    content: "";
    display: block;
   /* height: 120px; */ /* This change depending on the height of the header*/
}


/*** 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: 3%;
  padding-bottom: 3%;
}

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

.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*/
.entry-content h1, h1, .entry-content h2, h2, .entry-content h3, h3, .entry-content h4, h4, .entry-content h5, h5, .entry-content h6, h6,.hero p.slogan {
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.4;
  margin-bottom: 15px !important;
}
h2 {
	margin-bottom: 30px !important;
	
}
/* headings color */
.entry-content h1, h1, .entry-content h2, h2, .entry-content h3, h3, .entry-content h4, h4, .entry-content h5, h5, .entry-content h6, h6,.hero p.slogan {
  color: #202020;
}

/* headings color on dark backgrounds */
.dark .entry-content h1, .dark h1, .dark .entry-content h2, .dark h2, .dark .entry-content h3, .dark h3, .dark .entry-content h4, .dark h4, .dark .entry-content h5, .dark h5, .dark .entry-content h6, .dark h6,.dark.hero p.slogan {
  color: #F0F0F0 !important;
}

.entry-content h1, h1 {
	font-weight: 700;
}

/* .entry-content h1, h1 font size for tablet and desktop */
@media (min-width: 1024px) {
  .entry-content h1, h1,.hero p.slogan {
    font-size: 45px !important;
  }
}

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

/* .entry-content h2, h2 font size for tablet and desktop */
@media (min-width: 1024px) {
  .entry-content h2, h2 {
    font-size: 36px !important;
  }
}

/* .entry-content h2, h2 font size for smaller devices */
.entry-content h2, h2 {
  font-size: calc(20px + 1vw);
}

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

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

/* paragraph font family and size */
p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}

/* paragraph and list color */
p:not(footer), li:not(footer) {
  color: #000;
}

/* footer paragraph and list color */
.site-footer p, .site-footer li, .site-footer .title {
  color: #fff;
}

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

/* 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>.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],.awebooking .button, .awebooking-block .button {
  padding: 15px 30px;
  font-size: 18px;
  border-radius: 0 !important;
  letter-spacing: 0;
  text-transform: initial;
  border: 0px solid transparent;
  margin-top: 20px;
	font-weight: 700;
}

/* 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: #101010 !important;
  color: #F8F8F8 !important;
  border: 1px solid transparent !important;
}

/* form button hover */
.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: #fff!important;
    border: 1px solid #000 !important;
    color: #000 !important;
}

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

/* Button one > hover */
.btn.btn-one:hover>.vc_btn3 {
  background-color: #0d0d0d !important;
	color: #fff !important;
	border: 1px solid #fff !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: #000 !important;
    color: #fff !important;
    border: 1px solid rgb(0 0 0 / 0.88) !important;
}

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

/* Button three > hover */
.btn.btn-three:hover>.vc_btn3 {
  background-color: #282828 !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: 53px;
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: 53px;
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;
}
	
	footer .footer-adv-overlay {
		padding-bottom:0px !important;
	}
	
}

/* Hide the mobile CTA on desktop */
@media screen and (min-width:640px) {
	#mobile-phone-cta {
		display: none;
	}
	.hidden-desktop {
		display: none !important;
	}
}

/* COLUMNS */
/* column full width on tablet */
@media (max-width: 1024px) {
  .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% 0%;
    min-height: 330px !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) {
  .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%;
	background-color: rgba(0, 0, 0, 0.5);
}

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

/* CONTACT FORM STYLING*/
/* contact form error > remove styling */
.gform_wrapper div.validation_error {
    border-top: none;
    border-bottom: none;
    text-align: left;
}

/* contact form error > remove styling */
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border-top: none;
    border-bottom: none;
 }


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

.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% 0 0 8%; 
}

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

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

/*--- HERO ONE ---*/
/* row padding of internal hero */
 .hero.hero-one {
     padding-top: 6%;
     padding-bottom: 6%;
}
/* row padding of homepage hero*/
 .homepage.hero.hero-one {
     padding-top: 12%;
     padding-bottom: 12%;
     background-position: 50% 50%;
}
/* column expand to 100% width on tablet */
 @media (max-width: 1024px) {
     .hero.hero-one .wpb_column {
         width: 100% !important;
    }
}

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

/*--- TEXT & IMAGE SECTION TWO ---*/
 .text-img-two {
}

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



/*--- TEXT & IMAGE SECTION TWO ---*/
 .text-img-two {
}

/* 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: 60px;
column-gap: 60px;
    column-rule: 1px solid rgb(0 0 0 / 0.22);
  }
}

/*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 FOUR ---*/
/*set a max width for the content */
.text-four .vc_column-inner {
  max-width: 1240px;
  margin: auto;
  text-align: center !important;
}

/* headings inherit the alignement set above */
.text-four h1, .text-four h2, .text-four h3, .text-four h4, .text-four h5, .text-four h6 {
  text-align: inherit !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: wrap !important;
  flex-wrap: wrap !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(25% - 40px);
flex-basis: calc(25% - 40px);
    margin: 20px 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% - 40px);
  flex-basis:calc(33.333% - 40px);
  margin:20px auto;
}

.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 {
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 15px !important;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Lato";
    text-align: left;
}

/* 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%;
	background-size: cover !important;
    background-position: center center !important;
}
.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:0;
}


/* PODS nine ------------------------------------------------------------------*/
/*transparent image overlay - needed for smooth transition. Can also be rgba color*/
.pods .wpb_column.vc_column_container .vc_column-inner > .wpb_wrapper{
  background:transparent;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
/*make this inner section full height*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  width:100%;
	    min-height: 350px;
}

/* columns padding - must be 0%*/
.pods.pods-nine .vc_column-inner {
  padding: 0  !important;
}

/* Add side padding to text elements*/
.pods.pods-nine .wpb_text_column{
padding-left: 30px;
    padding-right: 30px;
}

.pods.pods-nine .wpb_column .pod-title p{
  margin-top:20px;
}

/* center align content */
.pods.pods-nine {
  text-align: center !important;
}

/*make pod text invisible until hover effect*/
.pods.pods-nine .wpb_column .pod-title p,
.pods.pods-nine .wpb_column .wpb_text_column p{
  opacity: 9;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/*full width button style*/
.pods.pods-nine .wpb_column .btn.btn-one>.vc_btn3{
  margin-bottom:0 !important;
  width: 100% !important;
  border-radius: 0 !important;
}

.pods.pods-nine .wpb_column .btn>.vc_btn3{
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


/* HOVER EFFECT */
/* change background color on hover*/
.pods.pods-nine .wpb_column.vc_column_container .vc_column-inner > .wpb_wrapper{
     background: rgba(0,0,0,.1);
     -webkit-transition: all .5s ease-in-out;
     -o-transition: all .5s ease-in-out;
     transition: all .5s ease-in-out;
}
.pods.pods-nine .wpb_column.vc_column_container:hover .vc_column-inner > .wpb_wrapper{
     background: rgba(0,0,0,0.5);
     -webkit-transition: all .5s ease-in-out;
     -o-transition: all .5s ease-in-out;
     transition: all .5s ease-in-out;
}

/* change text opacity on hover*/
.pods.pods-nine .wpb_column:hover .pod-title p,
.pods.pods-nine .wpb_column:hover .wpb_text_column p {
  color: white !important;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


/* change button color */
.pods.pods-nine .wpb_column:hover .btn>.vc_btn3,
.pods.pods-nine .wpb_column:hover .btn>.vc_btn3:hover {
  background-color: #d8d8d8 !important;
  color:#333 !important;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* 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: wrap;
  flex-wrap: wrap;
  -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;
	      margin: 4% auto !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-basis: calc(32% - 20px);
    flex-basis: calc(32% - 20px);
    margin: 1.5% auto;
    box-shadow: 0 0 26px rgba(0,0,0,0.13);
}

/* 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 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4em;
  letter-spacing: 0.02em;
  margin-bottom: 15px !important;
}

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

/* CTA GENERAL --------------------------------------------------------------*/
/* style the text of the cta > use a paragraph*/
.cta .wpb_text_column p {
    font-size: 25px !important;
    line-height: 1.8;
    font-size: 25px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Lato";
    text-align: left;
}

/* 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 ONE---*/
/* content alignment */
.cta-one {
  text-align: center !important;
}

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

/* text alignment and bottom margin */
.cta-one .wpb_single_image.vc_align_left {
  text-align: center !important;
  margin-bottom: 0px;
}

/* 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: 0px;
  -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.8;
    margin-bottom: 0;
    text-align: left;
    display: inline-flex;
	    font-weight: 500;
}

/*separate tel and email anchors*/
.footer-col a {
    display: block;
    color: #929292;
}
.ast-small-footer a {
    color: #d2d2d2;
}
/*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*/
/* .footer-group.five .footer-col:last-of-type a {
  font-size: 30px;
  line-height: 1.2em
} */

@media (max-width: 1023px) {
  .footer-group.five .footer-col {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
  .footer-group.five{
    text-align: center;
  }
}
@media (max-width: 640px) {
  .footer-group.five .footer-col {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
  /*only display none if using sticky cta*/
 /* .footer-group.five .footer-col:last-of-type {
    display: none;
  } */
}

/*--- CONTACT PAGE THREE ---*/
/* contact page hero height and background position */

.contact-three-bg {
	padding-top: 8%;
	padding-left: 8% !important;
	padding-right: 8% !important;
	padding-bottom: 10%;
	background-position: 50% 50%;
	min-height: 40vh;
	/* border-top: 1px solid #0274be; */
	background: #054b52;
	border-top: 1px solid #054b52;
}

/* contact page hero title alignment and max-width */

.contact-three-bg .wpb_column h1 {max-width: 1024px;text-align: center !important;margin: auto;margin-bottom: 0% !important;}

.contact-three-bg .wpb_column p {	max-width: 950px;	text-align: center !important;	margin: auto;	margin-top: 2%;}

/* columns width responsive */
/*  @media only screen and (max-width: 1200px) {
     .contact-three > .wpb_column {
         width: 50%;
    }
} */
@media only screen and (max-width: 1279px) {
	
    .contact-three>.wpb_column {width: 100%;}
	
	.contact-three>.wpb_column>.vc_column-inner {     padding: 8% 8% !important;}
		
}


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

	.gform_wrapper ul.gform_fields li.gfield {	padding-right: 0px;}
	
}

.gform_wrapper .top_label li.gfield.gf_right_half {	padding-right: 0px;	float: none;}

/* @media only screen and (min-width: 768px) and (min-width: 1280px) {
.gform_wrapper .top_label li.gfield.gf_left_half{
	padding-right: 20px;
	float: none;
}
} */
.ic .vc_icon_element-inner {
    height: 20px !important;
}
@media only screen and (max-width: 767px) {
	
	/*.contact-icons.contact-list p {line-height: normal;} */
	
	.contact-three .contact-icons.contact-list .wpb_wrapper {display: block !important;text-align: center;}
	
	.contact-three .contact-icons.contact-list .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {width: 100% !important;text-align: center !important;}
	
	.contact-three .contact-icons.contact-list .wpb_wrapper p {margin-left: 0rem !important;}
	
	.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {height: 1.5em !important;}
	
	.contact-three .contact-icons.contact-list {padding-top: 1.5rem !important;}
	
	.contact-three .hero-col .vc_custom_heading.p-head {text-align: center !important;}
		
	.contact-three-bg .wpb_column p {text-align:center !important;}
	
	.ic-info .vc_custom_heading, .ic-info {	text-align: center !important;}

}


/* row with negative margin */

/* .contact-three {    margin-top: -6%;} */

/* form column background */
/* .contact-three .form-col {background-color: #fefefe;} */

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

.contact-three .contact-icons.contact-list {    padding-top: 1rem;}

.contact-three .contact-icons.contact-list .wpb_wrapper {    display: flex;}

.contact-three .contact-icons.contact-list .wpb_wrapper p {    margin-left: 1.5rem;}

.contact-three .contact-icons.contact-list .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {    width: 1em;}

.contact-list .vc_icon_element-inner .vc_icon_element-icon.fa.fa-map-marker {font-size: 25px !important;}

.contact-list .vc_icon_element-inner  .vc_icon_element-icon.fa.fa-phone {font-size: 30px !important;}

.contact-list .vc_icon_element-inner  .vc_icon_element-icon.fa.fa-clock-o  {font-size: 30px !important;}

/*Gravity Form CSS*/
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper textarea {
	font-size: 18px;
	font-family: inherit;
	padding: 10px 15px 10px 15px !important;
	letter-spacing: normal;
	line-height: normal;
	 border-radius: 0px; 
	color: inherit;
}

.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
		margin: -10px 0 0 0;
	
}

input[type="email"],input[type="number"],input[type="password"],input[type="reset"],input[type="search"],input[type="tel"],input[type="text"],input[type="url"],select,textarea {color: #000; padding: .75em;height: auto;border-width: 1px;border-style: solid;border-color: #d7d7d7;border-radius: 0px;background: transparent;box-shadow: none;box-sizing: border-box;transition: all .2s linear;}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon {	color:#000;}

.contact-list a:hover {
    color: rgb(0 0 0 / 0.7);
}

.gform_wrapper textarea.medium {height: 100px;width: 100%;}

.gform_wrapper .gform_footer {padding: 0px 0 0px;margin: 0px 0 0;}

#gform_submit_button_8 {width: auto;line-height: normal;margin-bottom: 0;}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {top: 20%;}

#gform_confirmation_message_8 {padding-top: 8%; text-align:left;color: #4aad55; line-height:normal;}

.contact-icons.contact-list.c-links .wpb_wrapper {display: block !important;}

.ic-form > .vc_column-inner { background-color: #f1f1f1; border: 1px solid transparent; /* border-radius:0px 10px 10px 0px;*/}

.ic-info > .vc_column-inner {background-color:#fff; border: 1px solid #cccccc70; /*border-radius:10px 0px 0px 10px;*/} 

.contact-three-bg.vc_row[data-vc-full-width] {-webkit-transition: opacity .5s ease;-o-transition: opacity .5s ease;transition: opacity .5s ease;overflow: visible;}

.ic.vc_row[data-vc-full-width] {-webkit-transition: opacity .5s ease;-o-transition: opacity .5s ease;transition: opacity .5s ease;overflow: visible;}

@media only screen and (max-width: 1279px) {
	
.ic-form >  .vc_column-inner { border: 1px solid #cccccc70;/* border-radius: 0px 0px 10px 10px;*/}
	
.ic-info > .vc_column-inner {background-color: #fff;border: 1px solid #cccccc70; /*border-radius: 10px 10px 0px 0px;*/}	
	
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {width: 100%;}	
	
.gform_wrapper .top_label li.gfield.gf_left_half {padding-right: 0px !important;}
	
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
	margin: 1px 0 0px 1px;}

body .gform_wrapper ul li.gfield {margin-top: 0px;padding-top: 0;}


@media only screen and (min-width: 1280px) {

	.contact-three-bg {padding-top: 8%;padding-bottom: calc(8% + 60px);background-position: 50% 50%;background-repeat: no-repeat;}
	
	.ic {padding-top:0% !important; overflow:visible;}
	
	.ic-form , .ic-info {margin-top:-60px !important;}
	
}

.contact-three-bg.listed-items ul {	margin-top: 4%;}

.contact-three {border-bottom: 0px solid #1c96a9;}
		
/*Form Validation error Message*/

.gform_wrapper div.validation_error {color: #790000;font-size: 18px;font-weight: inherit;border-top: 1px solid #231f20;border-bottom: 1px solid #231f20;padding: 2% 0%;}

.gform_wrapper .validation_message {color: #790000;font-weight: inherit;letter-spacing: normal;font-size: 18px;}

.gform_wrapper .gfield_required {color: #790000;margin-left: 4px;}

.gform_wrapper .gfield_error .gfield_label {color: #790000;}

/*Map Height */

@media only screen and (max-width: 767px) {
	
	.wpb_gmaps_widget .wpb_map_wraper iframe {max-height: 250px;}
/* 	
	.ic-info .h2-left::before {width: 80px;height: 2px;background: #a9cf3a;position: absolute;content: "";left: 0;bottom: 0;margin: auto;right: 0;} */
	
}

body .gform_wrapper .top_label div.ginput_container {	margin-top: 5px;}

.ginput_container.ginput_container_phone, .ginput_container.ginput_container_email {
    margin-top: 5px !important;
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {font-weight: 500;font-size: inherit;}



/* TEAM GENERAL ---------------------------------------------------------------*/
.team {
  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: wrap;
  flex-wrap: wrap;
  -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) {
  .team {
    -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) {
  .team .wpb_column.vc_column_container {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

/* column padding */
.team .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 */
.team .wpb_column.vc_column_container {
  width: 0;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  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 */
.team.team-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) {
  .team .vc_column-inner {
    padding: 3% !important;
  }
	.team .wpb_column.vc_column_container {
    -ms-flex-preferred-size: 47% !important;
    flex-basis: 47% !important;
  }
}

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

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

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

/* style the titles */
.team-title p {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4em;
  letter-spacing: 0.02em;
  margin-bottom: 5px !important;
}

/* style the titles */
.team-subtitle p {
  font-size: 1.2em;
  font-style: italic;
  margin-bottom: 15px !important;
}

.team.team-one .vc_column-inner {
  padding: 10% !important;
background-color: whitesmoke;
padding-bottom: 65px !important;
}


.team.team-one .vc_column-inner {
    padding-top: 0 !important;
    margin-top: 100px !important;
}

.team.team-one .wpb_single_image img {
    border-radius: 50%;
}

.team.team-one .wpb_single_image {
    margin-top: -67px;
    width: 135px;
    height: 135px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}






/* custom css */
.c-soc .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    position: relative;
    right: 10px;
    padding-right: 25px;
}
.hero p.slogan {
    font-size: 50px;
    color: #fafafa;
    font-weight: 800;
    font-family: "Lato";
    filter: drop-shadow(0 0 9px rgba(0,0,0,0.44));
    text-transform: capitalize;
}
.main-header-menu .menu-item > .menu-link > .menu-text {
    border-bottom: 1px solid transparent;
}
.main-header-menu .menu-item:hover > .menu-link > .menu-text, .main-header-menu .menu-item:focus > .menu-link > .menu-text, .main-header-menu li.current-menu-item > .menu-link > .menu-text {
    border-bottom: 1px solid #F74707;
	color: #fff;
}
.main-header-bar {
    line-height: 2.5;
}
.hero.homepage .hero-col .vc_column-inner {
    background-color: transparent;
}
.wpb_text_column.wpb_content_element.text-two-col {
    text-align: left;
}
.cta .wpb_text_column p a {
    color: #fff;
}
.cta .wpb_text_column p a:hover {
    opacity: 0.8;
}
.footer-adv .ast-container {
    max-width: 1350px;
}
.footer-col p i {
    padding-right: 15px;
}
.ast-footer-overlay {
    background-color: #fff;
}
.ast-footer-overlay .ast-container {
    max-width: 1300px;
    border-top: 1px solid rgb(255 255 255 / 0.1);
}
.f-bar {
    padding: 25px 0;
}
.f-bar span {
    padding: 0 10px;
}
.widget {
    margin: 0 !important;
}
.ast-small-footer {
    border-top-width: 0;
}
.btn.btn-three.pod-hover-btn>.vc_btn3 {
    background-color: transparent !important;
    color: #fff!important;
    border: 0px solid transparent !important;
}
.btn.btn-three.pod-hover-btn>.vc_btn3 {
	display: none;
}
.pods.pods-nine .wpb_column.vc_column_container:hover .btn.btn-three.pod-hover-btn>.vc_btn3 {
    display: inline-block;
    background-color: transparent !important;
    color: #fff !important;
    /* text-align: left; */
    margin-top: 0;
}
.vc_row.wpb_row.vc_row-fluid.pods .vc_btn3-container.pod-hover-btn {
    margin-top: 0;
    display: block;
}
.vc_row.wpb_row.vc_row-fluid.pods .vc_btn3-container {
    display: none;
}
.pods {
    margin-top: 3%;
}
.ast-footer-overlay {
    padding-top: 0;
    padding-bottom: 0;
}
.bounce {
    position: relative;
    -webkit-animation: nudgeMouse 5s ease-out infinite;
    animation: nudgeMouse 5s ease-out infinite;
}
@-webkit-keyframes nudgeMouse {
	 0% { -webkit-transform: translateY(0);transform: translateY(0)}
	20% {-webkit-transform: translateY(8px);transform: translateY(8px)}
	30% {-webkit-transform: translateY(0);transform: translateY(0)}
	50% {-webkit-transform: translateY(8px);transform: translateY(8px)}
	60% {-webkit-transform: translateY(0);transform: translateY(0)}
	80% {-webkit-transform: translateY(8px);transform: translateY(8px)}
	90% {-webkit-transform: translateY(0);transform: translateY(0)}
}
@keyframes nudgeMouse {
     0% {-webkit-transform: translateY(0);transform: translateY(0)}
	20% {-webkit-transform: translateY(8px);transform: translateY(8px)}
	30% {-webkit-transform: translateY(0);transform: translateY(0)}
	50% {-webkit-transform: translateY(8px);transform: translateY(8px)}
	60% {-webkit-transform: translateY(0);transform: translateY(0)}
	80% {-webkit-transform: translateY(8px);transform: translateY(8px)}
	90% {-webkit-transform: translateY(0);transform: translateY(0)}
}
.bounce .wpb_single_image {
    margin-top: -5%;
}
#ast-scroll-top:hover {
    border: 2px solid #000 !important;
}
#ast-scroll-top {
    border: 2px solid #fff !important;
}
.gform_wrapper label.gfield_label {
    margin-top: 20px;
}
.gform_wrapper select {
    height: 2.5em;
    border-color: #d7d7d7;
	    background: transparent;
}
.c-soc .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner:hover {
    opacity: 0.8;
}
.vc_custom_1598869980168 {
    background-position: center top !important;
}
/*===============================================ASTRA THEME BLOG STYLING RESET===============================================================================*/
/*blog date-card recolor*/
.ast-article-post .ast-date-meta .posted-on, .ast-article-post .ast-date-meta .posted-on * {background-color: #000;}

/*read more button blog*/
/*.menu-toggle, button, .ast-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"] {
	background-color: #cd171f !important;
	color: #fff !important;
	border: 1px solid #cd171f !important;
} */

/*blog button hover state*/
/* button:focus, .menu-toggle:hover, button:hover, .ast-button:hover, .button:hover, input[type="reset"]:hover, input[type="reset"]:focus, input#submit:hover, input#submit:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #000 !important;
	color: #fff !important;
	border: 1px solid #000 !important;
} */

/*blog meta data recolor*/
/* .entry-meta, .entry-meta * { color: #CD171F} */

/*blog pagination text*/
.ast-pagination a, .page-links .page-link, .single .post-navigation a {width: 100%; color: #fff;}

/*blog title resize*/
.entry-title {font-size: 45px !important;}

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

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single, .ast-separate-container .ast-comment-list li.depth-1, .ast-separate-container .comment-respond, .single.ast-separate-container .ast-author-details, .ast-separate-container .ast-related-posts-wrap, .ast-separate-container .ast-woocommerce-container {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding: 2em 2em 3em 2em !important;
}
	
	.ast-separate-container.ast-two-container.ast-left-sidebar #secondary {	padding-right: 0px;	padding-left: 0;}

	#primary, #secondary {	width: 100%;}
	
	.ast-separate-container.ast-right-sidebar #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container #primary, .ast-plain-container #primary {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 0px solid #CD171F;
}
	
	.ast-separate-container.ast-two-container #secondary .widget {
	background-color: #fff;
	padding: 2em 2em !important;
	margin-bottom: 2em;
}	
}
.single .post-navigation {
	margin-bottom: 5% !important;
}

.single .post-navigation a {
	margin: 2px;
	display: inline-block;
	text-align: center;
/* 	color: #000; */
}


/* .single .post-navigation a {
	width: 100%;
	color: #86ae35;
} */

.nav-next:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: #fff !important;
}
.nav-previous:hover {
	background-color: #000;
	border: 2px solid #000;  color:#fff !important;
}

.nav-next {
    margin-right: 1% !important;
    border: 2px solid #000000;
    text-align: center;
    background-color: #000;
    border-radius: 0;
}
.nav-previous a {
    color: #000 !important;
}
.nav-previous:hover a {
    color: #fff !important;
}
.nav-next:hover a {
    color: #000 !important;
}
.nav-previous {
    margin-right: 1% !important;
    border: 2px solid #000;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
}

.ast-single-post .entry-title, .page-title {
	font-family: poppins;
	text-transform: inherit;
}

.secondary .widget-title {
	font-family: 'poppins';
	text-transform: inherit;
	font-size: 22px !important;
}
.footer-adv-overlay {
    background-color: #000 !important;
}
.team a:focus {
    color: #000 !important;
}
ul.list li {
    background: url(/wp-content/uploads/2020/09/bullet.png) no-repeat;
    background-position: left 8px;
    padding-left: 25px;
    list-style: none;
	    padding-bottom: 8px;
}
ul.list {
    margin-left: 0 !important;
}
.bg-text-col ul.list {
    padding-top: 15px;
}
p.read-more {
    margin-top: 20px;
}
a.ast-button {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.ast-button:hover {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
}
.team a {
    font-weight: 600;
}
.site-footer a:focus {
    color: #fff !important;
}

@media screen and (min-width: 1280px) {
	.ic-form > .vc_column-inner {
    padding-bottom: 10% !important;
}
	.c-soc {
    margin-left: 8% !important;
}
	.page-id-15 .main-header-bar {
    box-shadow: 0 0 5px;
}
	.page-id-29 .main-header-bar, .page-id-932 .main-header-bar {
    background: #212121;
}
	.cta-col {
    margin-right: -50px;
}
	.vc_custom_1598838697412.vc_row-has-fill {
    background-position: center top !important;
}
	.main-header-menu .sub-menu {
    /* background: #212121; */
}
	.blog .main-header-bar, .single-post .main-header-bar {
    background: #212121;
}
	.vc_custom_1598860383586 {
    background-position: 50% 80% !important;
}
	.innerhero {
    min-height: 65vh;
    background-size: cover;
    background-position: 50% 50%;
}
	.hp-row1 .pad-md-col > .vc_column-inner {
    padding: 8% 16% 8% 8% !important;
}
	.hp-row2 .pad-md-col > .vc_column-inner {
    padding: 8% 8% 8% 16% !important;
}
.hp-row1.pad-md[data-vc-stretch-content] {
    padding-left: 2% !important;
    padding-right: 7% !important;
}
	.hp-row2.pad-md[data-vc-stretch-content] {
    padding-left: 6%;
    padding-right: 7%;
}
	.ast-sticky-main-shrink .ast-sticky-shrunk #site-navigation {
    line-height: 2.5;
}
	.ast-sticky-active .main-header-menu .menu-item:hover > .menu-link > .menu-text, .ast-sticky-active .main-header-menu li.current-menu-item > .menu-link > .menu-text {
    border-bottom: 1px solid #F74707;
}
	#masthead .ast-container {
    max-width: 1840px;
	}
	.homepage.hero.hero-one {
    padding-top: 50vh;
    padding-bottom: 5vh;
    height: 90vh;
	}
	
	.homepage.hero.hero-one.inner {
	height: 80vh;
	}
	.hp-mob-show, .hp-mob-slogan {
		display: none;
	}
}
.col2 > .col2-text.wpb_column > .vc_column-inner > .wpb_wrapper {
    column-count: 2;
    text-align: left;
    column-gap: 60px;
    column-rule: 1px solid rgb(0 0 0 / 0.22);
}
.vc_custom_1598860383586 {
    background-position: 50% 40% !important;
}

@media screen and (min-width: 1280px) and (max-width: 1450px) {
	.ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>.menu-link .sub-arrow:after {
    margin-left: 5px;
	}
	.main-header-menu .menu-link, .main-header-menu a {
    padding: 0 0.5em;
	}
	.main-header-menu .menu-link, .main-header-menu a span.menu-text {
    font-size: 15px;
}
}

@media screen and (max-width: 1279px) {
	.c-soc {
    margin-left: 5% !important;
}
	.vc_row.wpb_row.vc_row-fluid.hp-mob-slogan {
    text-align: center;
}
	ul#primary-menu li a:focus .menu-text {
    color: #000 !important;
}
	.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding, .ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons {
    padding-bottom: 0;
}
	.main-header-bar {
    background-color: #000 !important;
	}
	.hero.hero-one.overlay-one-row.innerhero {
    min-height: 40vh;
    background-position: 50% 30%;
}
	.ast-header-break-point .main-header-menu .menu-item.current-menu-item > .menu-link, .ast-header-break-point .main-header-menu .menu-item:hover > .menu-link {
    color: #000;
    border-bottom: 1px solid #000;
    line-height: 2.8;
}
	/*.ast-flyout-menu-enable.ast-header-break-point .main-header-bar-navigation .close {
    color: #000000;
}*/
	/*.ast-header-break-point .main-header-menu .menu-link {
    color: #000;
	}*/
	.hp-row1 .pad-md-col > .vc_column-inner {
    padding: 8% 12% 8% 0 !important;
}
	.hp-mob-slogan .btn.btn-one>.vc_btn3 {
    background-color: #fff!important;
    color: #000 !important;
    border: 1px solid #000 !important;
}
	.hp-mob-slogan .btn.btn-one:hover>.vc_btn3 {
		background-color: #000 !important;
		color: #fff !important;
	}
	p.vc_custom_heading.slogan {
    color: #141414;
    font-weight: 800;
    font-family: "Lato";
    filter: none;
    text-transform: capitalize;
    font-size: 40px;
}
	.hp-mob-slogan {
		    padding: 6% 0;
    background: rgb(243 243 243 / 0.5);
}
	.hp-mob-show {
    min-height: 60vh;
    background-size: cover;
    background-position: center center;
}
	.homepage.hero {
    display: none;
}
	.bounce {
		display: none;
	}
}

@media screen and (max-width: 1240px) {
	.usp .wpb_column.vc_column_container {
    -ms-flex-basis: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    margin: 1.5% auto;
	}
	.team .wpb_column.vc_column_container {
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
	}
	}

@media screen and (max-width: 1024px) {
	.h2-left h2.vc_custom_heading {
    text-align: left !important;
}
	.team .wpb_column.vc_column_container {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
}
	.pods .wpb_column.vc_column_container {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
	}
	.col2 > .col2-text.wpb_column > .vc_column-inner > .wpb_wrapper {
    column-count: 1;
    text-align: left;
		column-gap: 0;
	}
	.hp-row1 .pad-md-col > .vc_column-inner, .hp-row2 .pad-md-col > .vc_column-inner {
    padding: 4% 0 0 0 !important;
}
	.bg-img-col .vc_column-inner {
    background-size: cover !important;
    background-position: 50% 10%;
    min-height: 20rem !important;
}
	p.vc_custom_heading.slogan {
    font-size: 30px;
}
	.hp-mob-show {
    min-height: 40vh;
	}
}

@media screen and (max-width: 1023px) {
	.team .wpb_column.vc_column_container {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
}
	.footer-col.f-mail {
    margin: 25px 0;
}
	.footer-col a {
    text-align: center;
}
	.cta .wpb_column.vc_column_container {
    width: 100%;
	}
	.cta .wpb_text_column p {
    text-align: center;
}
}

@media screen and (max-width: 768px) {
	.main-header-bar, .ast-header-break-point .main-header-bar, .ast-header-break-point .header-main-layout-2 .main-header-bar {
    padding-top: 0;
    padding-bottom: 0;
}
	.ast-flyout-menu-enable.ast-main-header-nav-open .main-header-bar {
    padding-bottom: 0;
}
}

@media screen and (max-width: 767px) {
	.c-soc .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left:first-child {
    padding-right: 40px;
}
.c-soc .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
    display: inline-block;
    /* padding-right: 40px; */
}
	.c-soc {
    margin-left: 0 !important;
}
	.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
	.c-soc .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    padding-right: 0;
    padding-bottom: 25px;
	}
	.footer-col p, .footer-col a {
    text-align: center;
    display: block;
}
}


@media screen and (max-width: 580px) {
	.team.team-one .vc_column-inner a {
    font-size: 16px;
}
	p.vc_custom_heading.slogan {
    font-size: 22px;
}
	.bg-img-col .vc_column-inner {
    min-height: 15rem !important;
}
}

@media screen and (max-width: 320px) {
	.c-email a {
    font-size: 16px;
}
	.team.team-one .vc_column-inner a {
    font-size: 16px;
}
	.footer-group .footer-col {
    padding: 0;
	}
	.cta .wpb_text_column p {
    font-size: 16px !important;
	}
}
/*.ast-header-break-point .main-header-menu .menu-item:hover > .ast-menu-toggle, .ast-header-break-point .main-header-menu .menu-item.focus > .ast-menu-toggle {
	border:#000 !important;
	color:#000 !important;
}*/


sup {top: -0.5em;}
sub, sup {	font-size: 70%;	vertical-align: baseline;}


@media screen and (min-width: 1280px) {
	
	.hp-mob-show {display:none !important;}
	
	.hp-mob-img {min-height: 40vh;background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;}
}


@media screen and (max-width:1279px) {
	
	.contact-three-bg {display:none !important;}
	
	.hp-mob-text {padding: 8% 8% 10% 8%;background-color: #fafafa;}
	
	.hp-mob-img {min-height: 20vh;background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;}

	
	
}

#ast-scroll-top {
    display: none !important;
}

.ast-primary-header-bar {
    background-color: #000000;
}