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

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

.entry-content .vc_custom_1732720090589 {
    padding-top: initial !important;
    padding-bottom: initial !important;
	height:calc(100vh - 166px)!important;
}

/*** 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) {
.homepage.hero.hero-two.pg_one {
    min-height: 50vh !important;
}
    .section_wrapper,
    .container,
    .four.columns .widget-area {
        max-width: 700px !important;
    }
}
.maps-row .vc_row {
    width: 100%;
}


/* 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*/
.entry-content h1,
h1,
.entry-content h2,
h2,
.entry-content h3,
h3,
.entry-content h4,
h4,
.entry-content h5,
h5,
.entry-content h6,
h6 {}

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

/* 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 {
    color: #F0F0F0;
}



/* paragraph font family and size */
p,
li {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

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

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

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

/* BUTTON ---------------------------------*/
/* Remove default button style*/
.vc_btn3.vc_btn3-style-modern {
    background-image: none !important;
    background-repeat: none;
}

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

    .button-flat a.button:after,
    .button-flat button:after {
        background: rgba(0, 0, 0, .0);

    }
}

/* Buttons style */
.btn>.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: 14px 30px;
    font-size: 16px;
    border-radius: 0;
    letter-spacing: 0;
    text-transform: initial;
    border: 0px solid transparent;
    margin-top: 20px;
    border-radius: 10px;
    font-weight: 500;
}

/* 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] {
    padding: 10px 30px;
    background-color: #781d7d !important;
    color: #F8F8F8 !important;
    border: 1px solid transparent !important;
    margin-top: 0 !important;
    margin-bottom: 0 !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: transparent !important;
    color: #781d7d !important;
    border: 1px solid #781d7d !important;
}

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

/* Button one > hover */
.btn.btn-one:hover>.vc_btn3 {
    background-color: transparent !important;
    color: #781d7d !important;
    border: 1px solid #781d7d !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: #444 !important;
    color: #F8F8F8 !important;
    border: 0px solid transparent !important;
}

/* Button two> hover */
.btn.btn-two:hover>.vc_btn3 {
    background-color: #282828 !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: #781d7d !important;
    color: #F8F8F8 !important;
}

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

#mobile-phone-cta {
    display: block;
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 52px;
    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: 52px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    padding-top: 12px;
    -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:767px) {

    footer,
    a#back_to_top {
        margin-bottom: 50px;
    }
}

/* Hide the mobile CTA on desktop */
@media screen and (min-width:768px) {
    #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: 25rem !important;
}

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

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

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

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

/* hide elements from tablet on */
@media (max-width: 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: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.5+0,0.15+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(33, 28, 28, 0) 0%, rgba(33, 28, 28, 0.6) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, top left, bottom left, from(rgba(33, 28, 28, 0)), to(rgba(33, 28, 28, 0.6)));
    background: -o-linear-gradient(top, rgba(33, 28, 28, 0) 0%, rgba(33, 28, 28, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(33, 28, 28, 0) 0%, rgba(33, 28, 28, 0.6) 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#211c1c00', endColorstr='#211c1c99', GradientType=1);
    /* IE6-9 */
}

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

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

/* NEGATIVE MARGIN */
@media only screen and (min-width: 1024px) {
    .neg-top {
        margin-top: -120px;
    }

    .neg-bottom {
        margin-bottom: -120px;
    }

    .neg-left {
        margin-left: -120px;
    }

    .neg-right {
        margin-right: -120px;
    }
}

/* RESPONSIVE FIX */
.vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}


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

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

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

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

/*--- HERO TWO ---*/
/* row padding of internal hero */
.hero.hero-two {
    padding-top: 6%;
    padding-bottom: 6%;
}

/* row padding of homepage hero*/
.homepage.hero.hero-two {
    padding-top: 22%;
    padding-bottom: 11%;
    background-position: 50% 20%;
}

/* element alignment in the row */
.hero.hero-two {
    text-align: center !important;
}

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

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



/*--- TEXT & IMAGE SECTION ONE---*/
.text-img-one {}


/*--- TEXT & IMAGE SECTION FOUR---*/
.text-img-four {
    background-size: cover !important;
    background-position: 50% 50%;
}

/* CTA GENERAL --------------------------------------------------------------*/
/* style the text of the cta > use a paragraph*/
.cta .wpb_text_column p {
    font-size: 30px !important;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 50px;
}

/* use this class to hightlight text in the cta, the phone number for example*/
.cta .cta-highlight {
    margin-top: 25px;
    letter-spacing: 0.08em;
}

.cta .cta-highlight a {
    color: #fff !important;
    font-size: 35px;
    line-height: 60px;
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 700;
}

.cta .cta-highlight a:hover {
    opacity: 0.65;
}

/*--- CTA FOUR ---*/
/* content alignment */
.cta-four {
    text-align: left !important;
}

/* column background color */
.cta.cta-four .wpb_column {
    background-color: #D0D0D0;
}

/* image margin */
.cta-four .wpb_single_image {
    margin-bottom: 25px !important;
}

/*center align icon */
.cta-four .wpb_single_image.vc_align_left {}

/*center align all the elements on mobile and makes the padding from the elements stack correctly */
@media (max-width: 767px) {
    .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;
    }
}

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

/* 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: 24% !important;
    flex-basis: 24% !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: 18px;
    color: #333;
    font-family: "Montserrat";
    font-weight: 600;
    line-height: 34px;
}

/* USP THREE ------------------------------------------------------------------*/

/* center align content and image */
.usp.usp-three,
.usp.usp-three .wpb_single_image.vc_align_left {
    text-align: center !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: 767px) {
    .usp.usp-three.usp-three-col .wpb_column.vc_column_container {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 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;
}

/* 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: 20px;
    color: #1d1d1d;
    font-family: "Montserrat";
    font-weight: 700;
    transition: all 0.3s ease;
    margin-top: 20px !important;
    text-align: center;
}

.pod-text p{text-align:center !important;}
.pod-text {
    max-width: 80%;
    margin: 15px auto 0;
}

/* 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;
    right: 0;
    height: 100%;
    width: 50%;
    z-index: 3;
    margin: 0 auto;
}

/* button align to the bottom */

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

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

/*align button to bottom of pod*/
.vc_row.wpb_row.vc_row-fluid.pods .vc_btn3-container {
    margin-top: auto;
}

/* PODS ONE ------------------------------------------------------------------*/
/* column background color */
.pods.pods-one .wpb_column.vc_column_container {
    background-color: #D8D8D8;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

/* columns padding */
.pods.pods-one .vc_column-inner {
    padding: 8% !important;
}

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

/* HOVER EFFECT */
/* change background color on hover*/
.pods.pods-one .wpb_column.vc_column_container:hover {
    background-color: #888888 !important;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

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

/* change button color */
.pods.pods-one .wpb_column:hover .btn.btn-one>.vc_btn3,
.pods.pods-one .wpb_column:hover .btn>.vc_btn3:hover {
    background-color: #404040 !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 {}

/*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.one {
    text-align: center;
}

.footer-group.one .footer-col:last-of-type a {
    font-size: 30px;
    line-height: 1.2em
}

@media (min-width: 941px) {
    .footer-group.one .footer-col:first-of-type {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        margin-bottom: 20px
    }
}

@media (max-width: 940px) {
    .footer-group.one .footer-col {
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    }
}

@media (max-width: 640px) {
    .footer-group.one .footer-col {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }

    /*only display none if using sticky cta*/
    .footer-group.one .footer-col:last-of-type {
        display: none;
    }
}




/*--- CONTACT PAGE THREE ---*/
/* contact page hero height and background position */
.contact-three-bg {
    padding-top: 7%;
    padding-bottom: 12%;
    background-position: 50% 50%;
}

/* contact page hero title alignment and max-width */
.contact-three-bg .wpb_column h1,
.contact-three-bg .wpb_column p {
    max-width: 750px;
    text-align: center !important;
    margin: auto !important;
}

/* columns width responsive */
@media only screen and (max-width: 1200px) {
    .contact-three>.wpb_column {
        width: 50%;
    }
}

@media only screen and (max-width: 1024px) {
    .contact-three>.wpb_column {
        width: 100%;
    }

    .contact-three>.wpb_column>.vc_column-inner {
        padding: 8% 8% !important;
    }
}

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

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

/* list with icons */
.contact-icons .list_item .list_left {
    width: 50px;
    height: 80px;
    line-height: 54px;
    font-size: 27px;
    overflow: hidden;
    text-align: left;
    float: left;
}

/* margin between icon and text */
.contact-icons .list_item .list_right {
    margin-left: 70px;
}

/* margin below icon title */
.contact-icons .list_item .list_right h4 {
    margin-bottom: 5px !important;
}

/* margin above icons */
.contact-icons .list_item {
    margin-top: 20px !important;
}

/* space below icons */
.contact-three .contact-icons {
    padding-top: 20px;
}

/* TEXT SECTION GENERAL ------------------------------------------------------*/
/*Divide text in 2 columns */
@media (min-width: 1024px) {
    .text-two-col {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 70px;
        column-gap: 70px;
        text-align: left;
    }
}

/*Divide text in 3 columns */
@media (min-width: 1024px) {
    .text-three-col {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 30px;
        column-gap: 30px;
    }
}







/*----------------Custom-----------------*/
* {
    outline: none !important;
}

p a {
    font-weight: 700;
}

footer p a:hover,
.top-bar p a:hover,
.contact-details p a:hover {
    opacity: 0.45;
}

.entry-content h1,
h1 {
    margin-bottom: 30px !important;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

h2 {
    margin-bottom: 30px !important;
}

.title p {
    font-size: 30px !important;
    color: #211c1c;
    font-family: "Montserrat";
    font-weight: 700;
    line-height: 50px;
}


/* animation delays*/
.delay1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay2 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}


.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
    font-weight: 400 !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 50px;
}

input,
textarea {
    border-radius: 0;
}

.gform_wrapper div.validation_error {
    text-align: left !important;
}

#ast-scroll-top {
    bottom: 100px;
    border: 1px solid #fff;
}

/*bullets*/
.bullets {
    list-style: none !important;
    margin: 0 !important;
}

.bullets li {
    position: relative;
    padding-left: 30px;
    line-height: 30px;
    text-align: left;
}

.bullets li:before {
    content: "\f0a4";
    font-family: FontAwesome;
    font-weight: 700;
    text-decoration: inherit;
    color: #781d7d;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    left: 0;
}

.list2 li {
    width: 50%;
    float: left;
}

/*------------------------ball anim-----------------------------*/


.ball {
    animation: bounce1 1s infinite alternate;
    -webkit-animation: bounce1 1s infinite alternate;
}

@keyframes bounce1 {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    to {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce1 {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    to {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

/* bounce horizontal */
@keyframes bounce2 {
    from {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    to {
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px);
    }
}

@-webkit-keyframes bounce2 {
    from {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    to {
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px);
    }
}





/* map */
.maps-row h2,
.maps-row p {
    max-width: 950px;
    margin: 0 auto;
}

.map-frame {
    margin-top: 40px;
}

.map-frame .vc_column-inner {
    box-shadow: 0px 10px 20px rgba(12, 7, 3, 0.1);
    background-color: #dbdbdb;
    border: 20px solid #ffffff;
    margin: 15px;
}

/* cta */
.cta .vc_column-inner {
    padding: 19% 12% !important;
}

.cta-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cta-img1 {
    position: absolute;
    right: 19%;
    top: 75%;
    transform: translate(-50%, -50%);
    animation: bounce1 2s infinite alternate;
    -webkit-animation: bounce1 2s infinite alternate;
}

.cta-img2 {
    position: absolute;
    right: 10%;
    top: 72%;
    transform: translate(-50%, -50%);
    animation: bounce1 4s infinite alternate;
    -webkit-animation: bounce1 4s infinite alternate;
}

/*para imgs*/
.shadow-img .vc_column-inner {
    box-shadow: 20px 20px #f3f5fb;
}

.shadow-img1 .vc_column-inner {
    box-shadow: -20px 20px #eaf3ff;
}

/*top bar*/
#site-navigation {
    display: flex;
}

.main-header-menu a {
    border-radius: 5px;
    padding: 8px 20px !important;
}

.main-header-menu a {
    font-weight: 700;
}

.sub-menu a {
    font-size: 14px !important;
    font-weight: 700;
}

header {
    box-shadow: 0px 5px 15px rgba(12, 7, 3, 0.24);
}

/* top bar */
.top-bar {
    margin: 0;
}

.top-bar li {
    display: table-cell;
    margin-left: 20px;
    text-align: left;
    vertical-align: middle;
}

.top-bar li+li {
    border-left: 1px solid #d3d3d3;
    padding-left: 20px;
    padding-right: 20px;
}

.mail-us {
    padding-right: 20px;
}

.call-us a {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-left: 23px;
}

.social img {
    transition: all 0.3s ease;
}

.social a:hover img {
    transform: translateY(-5px);
}

/* logos row */
.logos-row .vc_column_container:hover .pod-title {
    opacity: 0.65;
}

.pod-img img {
    transition: all 0.3s ease;
}

.logos-row .vc_column_container:hover img {
    transform: translateY(-20px);
}

/* anchor row */
.anchor-row {
    margin-top: -78px;
}

.anchor-row .arrow {
    margin-top: -40px;
}

/* paras */
.para1 {
    background-repeat: no-repeat;
    background-position: 95%;
}

.bird1 {
    animation: bounce1 2s infinite alternate;
    -webkit-animation: bounce1 2s infinite alternate;
    position: absolute;
    right: -30%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bird2 {
    position: absolute;
    right: -35%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: bounce2 4s infinite alternate;
    -webkit-animation: bounce2 4s infinite alternate;
}



@keyframes move {
    0% {
        -webkit-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
    }

    30% {
        -webkit-transform: translateX(20px) translateY(20px);
        transform: translateX(20px) translateY(20px);
    }

    50% {
        -webkit-transform: translateX(300px) translateY(200px);
        transform: translateX(300px) translateY(200px);
    }

    80% {
        -webkit-transform: translateX(100px) translateY(150px);
        transform: translateX(100px) translateY(150px);
    }

    100% {
        -webkit-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
    }

    30% {
        -webkit-transform: translateX(20px) translateY(20px);
        transform: translateX(20px) translateY(20px);
    }

    50% {
        -webkit-transform: translateX(300px) translateY(200px);
        transform: translateX(300px) translateY(200px);
    }

    80% {
        -webkit-transform: translateX(100px) translateY(150px);
        transform: translateX(100px) translateY(150px);
    }

    100% {
        -webkit-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
    }
}


/*footer*/
.ast-col-lg-3 {
    width: 33.33%;
    text-align: center;
}

.footer-adv-widget-1 {
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
}

.other-logo {
    margin-top: 20px;
}

/* bg fix */
.bg-para,
.inner-bg {
    background-attachment: fixed;
}

.bg-para:before {
    position: absolute;
    content: "";
}


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

.events-card {
    margin-top: -230px;
    box-shadow: 0px 10px 20px rgba(12, 7, 3, 0.1);
    background-color: #ffffff;
}

.box-card {
    box-shadow: 0px 10px 20px rgba(12, 7, 3, 0.1);
    background-color: #ffffff;
}

.bg-para {
    margin-top: 150px;
}

/* events */
.events-card .vc_column-inner {
    padding-bottom: 5% !important;
}

.bg-para .wpem-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 100% !important;
    max-width: 100%;
}

.wpem-event-listings-header .wpem-event-listing-header-title .wpem-heading-text {
    font-weight: 700 !important;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date {
    background: #781d7d;

}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-date {
    color: #fff;
}

.wpem-form-wrapper .wpem-form-group select,
.wpem-form-wrapper .wpem-form-group input {
    font-size: 16px;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
    overflow: hidden;
}

@media (min-width:768px) {
    .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation {
        float: left !important;
        width: 70% !important;
    }

    .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner {
        float: left !important;
        width: 30% !important;
    }

    .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
        height: 140px !important;
    }

    .wpem-event-listings .wpem-event-layout-wrapper {
        margin-bottom: -8px !important;
    }
}




/*inner pages*/
.intro {
    text-align: center;
}

.inner-hero .bird2 {
    left: 0%;
    top: 28%;
}

.inner-hero .bird1 {
    right: 0%;
    top: -100%;
}

.contact-three-bg .bird1 {
    right: 0%;
    top: -20%;
}

.inner-hero h1,
.contact-three-bg h1 {
    margin: 0 !important;
}

.inner-hero .vc_column_container {
    margin: auto;
    max-width: 820px;
}

.contact {
    margin: 30px 0;
}

.contact img {
    margin-bottom: 20px;
}

.maps-page .map-frame {
    margin-top: 0;
}

.footer-adv-widget-3 img,
.footer-adv-widget-2 img {
    margin-bottom: 20px;
}


@media (min-width:1024px) {
    .pad-right {
        padding-right: 60px !important;
    }

    .pad-left {
        padding-left: 60px !important;
    }

    .usp-img {
        animation: move 10s infinite alternate;
        -webkit-animation: move 10s infinite alternate;
        position: absolute;
        left: 0;
        top: -60px;
    }

    .inner-hero .bird2 {
        left: -20%;
    }

    .inner-hero .bird1 {
        right: -10%;
    }

    .usp h2 {
        margin-top: 70px !important;
    }

    .footer-adv-widget-3 {
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }
	.usp-text-left p{text-align:left !important;}

}




/* --------------Media Queries-------------- */

@media (min-width:1024px) and (max-width:1550px) {
    .para2 .bird2{
        left: -5%;
        max-width: 120px;
    }
    .para1 .bird1{
        right: -10%;
    top: 70%;
    max-width: 120px;
    }
}


@media (min-width:1500px) {
    .cta .wpb_text_column p {
        font-size:26px !important;
    }
}

@media (max-width:1400px) {
    .anchor-row {
        display: none !important;
    }
}

@media (max-width:1200px) {
    .inner-hero .bird2 {
        display: none !important;
    }
}

@media (min-width:1026px) and (max-width:1200px) {
    .site-header .menu-text {
        font-size: 14px;
    }
	.main-header-menu a { 
		padding: 8px 13px !important;}
}

@media (max-width:1025px) {


    .call-us a {
        font-size: 18px;
    }
}

@media (min-width:768px) and (max-width:1000px) {
    .top-bar li {
        font-size: 12px;
    }
}


@media (min-width:768px) and (max-width:1023px) {
    .usp.usp-three-col .wpb_column.vc_column_container {
        -ms-flex-preferred-size: 48% !important;
        flex-basis: 48% !important;
        margin: 0.5% auto;
    }

    .usp h2 {
        margin-top: 60px;
    }
}



@media (min-width:1024px) and (max-width:1500px) {

    /* cta */
    .cta .wpb_text_column p {
        font-size: 20px !important;
        line-height: 30px;
    }

    .cta-icon {
        max-width: 100px;
    }

    .cta .cta-highlight a {
        font-size: 30px;
        line-height: 30px;
    }

    .cta-img1,
    .cta-img2 {
        right: 50px;
        top: 67%;
        max-width: 100px;
    }

    .cta-img2 {
        right: 5px;
        top: 170px;
    }

    .wpem-event-date-time,
    .wpem-event-location {
        font-size: 13px;
    }
}


@media (max-width:1024px) {
    .homepage.hero.hero-two {
        padding-bottom: 10%;
    }

    .anchor-row {
        display: none;
    }

}

@media (min-width:768px) and (max-width:1024px) {

    h1,
    .entry-content h1 {
        font-size: 36px !important;
    }

    h2,
    .entry-content h2 {
        font-size: 26px !important;
    }

}

@media (min-width:768px) and (max-width:1023px) {

    .para1.vc_column-gap-30>.vc_column_container,
    .para2.vc_column-gap-30>.vc_column_container,
    .para3.vc_column-gap-30>.vc_column_container {
        padding-bottom: 5px;
    }

    .para1 .bird1 {
        right: 10px;
        top: 80%;
        width: 100px;
    }

    .para2 .bird2 {
        left: 90%;
        top: 20px;
    }
}

@media (max-width:1023px) {

    /*Remove animations*/
    .wpb_animate_when_almost_visible {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-animation: none !important;
        animation: none !important;
    }

    .para1 h2,
    .para2 h2,
    .para3 h2 {
        margin-top: 30px !important;
    }

    .events-card {
        margin-top: 0;
    }

    .bg-para {
        margin-top: 0;
    }

    /*usp*/
    h1 {
        line-height: 45px !important;
    }

    .usp h2 {
        text-align: center !important;
    }

    .usp.usp-three {
        padding-top: 6%;
        padding-bottom: 6%;
    }

    .usp-img {
        display: none !important;
    }

    /* pods */
    .pod-img {
        max-width: 150px;
        margin: auto;
    }

    .map-frame {
        margin-top: -10px;
    }

    .maps-row {
        padding-bottom: 6%;
    }

    /* .para1.vc_column-gap-30>.vc_column_container,
    .para2.vc_column-gap-30>.vc_column_container,
    .para3.vc_column-gap-30>.vc_column_container {
        padding-bottom: 5px;
    } */

    .title p {
        font-size: 25px !important;
        line-height: 40px;
    }

    h2,
    .entry-content h2 {
        margin-bottom: 15px !important;
    }

    .inner-hero .bird2,
    .inner-hero .bird1 {
        max-width: 70px;
    }

    .contact-three-bg .bird1 {
        max-width: 70px !important;
        top: 63%;
    }

    /* cta */
    .cta .wpb_text_column p {
        font-size: 18px !important;
        line-height: 30px;
    }

    .cta-icon {
        max-width: 70px;
    }

    .cta .cta-highlight a {
        font-size: 30px;
        line-height: 30px;
    }

    .cta-img1,
    .cta-img2 {
        position: relative;
        right: 0;
        top: 50px;
        max-width: 100px;
    }

    .cta-img2 {
        right: -30%;
        top: 0;
    }

    .inner-hero .bird1 {
        right: 0%;
        top: 90%;
    }
	.pad-top {
    margin-top: 1.6em;
}
}


@media (max-width:768px) {

    .footer-adv-widget-1 {
        padding-bottom: 0;
    }
}



@media (max-width:767px) { 
    /*cta*/
    .cta,
    .cta-row {
        display: none !important;
    }

    .ast-above-header-wrap ul .mail-us, .ast-above-header-wrap ul .call-us{
        display: none;
    }
	.top-bar li+li{
		border-left: none;
	}

    .bg-img-col .vc_column-inner {
        min-height: 15rem !important;
    }

    .para1 h2,
    .para2 h2,
    .para3 h2 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .bird1 {
        right: 0;
        top: 80%;
        max-width: 100px;
    }

    .bird2 {
        position: absolute;
        left: 80%;
        top: 4%;
        max-width: 80px;
    }

    .maps-row {
        padding-bottom: 7%;
        padding-top: 9%;
    }

    .ast-col-lg-3 {
        width: 100%;
    }

    .usp-img {
        width: 100px;
        margin: auto;
    }

    .usp-title p {
        font-size: 16px;
        line-height: 30px;
    }

    .maps-row .vc_row.vc_column-gap-30>.vc_column_container {
        padding: 0;
    }

    .map-frame1 {
        margin-top: 10px;
    }
	

    /* footer */
    .footer-adv-widget-2 img,
    .footer-adv-widget-3 img {
        height: 23px;
        margin-bottom: 10px;
    }

    .footer-adv-widget-1 {
        border-bottom: 1px solid transparent;
        margin-bottom: 0;
    }

    .pod-title p {
        font-size: 17px;
        margin-top: 7px !important;
        margin-bottom: 15px !important;
    }

	.logos-row .wpb_column {
    margin-bottom: 30px;
}
	.logos-row .wpb_column:last-child {margin-bottom:0px !important;}
	.pod-text{max-width:100% !important;}
    .footer-adv {
        border-top: 1px solid #c9daef;
    }

    .contact-three-bg .bird1 {
        right: -80%;
        width: 60px;
        position: relative;
        top: -20px;
    }

    .contact-details,
    .contact-details h2 {
        text-align: center !important;
    }

    .contact img {
        height: 20px;
    }

    .events-card .vc_column-inner {
        padding-bottom: 0 !important;
    }

    .para2,
    .para3 {
        padding-bottom: 6%;
    }

    .inner-hero .bird1 {
        max-width: 40px;
    }
	 
}

@media (max-width:500px) {
.contact-three-bg{padding-bottom:0px; padding-top:10% !important;}
}

@media (min-width:667px) and (max-width:767px) {
.contact-three-bg { 
	padding-bottom: 4%;}
    .footer-adv-overlay {
        padding-top: 70px;
        padding-bottom: 60px;
    }

}

@media (max-width:420px) {

    /* hero */
    .homepage.hero.hero-two {
        padding-bottom: 4%;
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: 0 0 !important;
        padding-top: 85%;
        background-color: #781d7d;
    }
}
@media (min-width:1280px) {
h1{font-size:40px !important;}
	h2{font-size:30px !important;}
}
.text-four .vc_column-inner {
    max-width: 750px;
    margin: 0 auto;
}
.text-para-bottom {
    margin-bottom: 35px !important;
}
.contact-details h2 {
    line-height: normal;
    margin-top: 6px;
}
ul.sub-menu {
    border-radius: 5px 5px;
}
.ast-single-post-order h1 {
    color: #333;
    padding: 10px;
}

.ast-single-post-order {
    margin-top: 0px !important;
}