/**
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.0
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 -----------------------------------------------------------*/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


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

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

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

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

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

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

/* set the wrapper width to the default theme one */
@media only screen and (max-width: 767px) {

    .section_wrapper,
    .container,
    .four.columns .widget-area {
        max-width: 700px !important;
    }
}

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

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

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

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

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

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

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

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

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

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

/* make side padding equal */
@media (max-width:1300px) {

    .pad-xl:not(.vc_inner),
    .pad-lg:not(.vc_inner),
    .pad-md:not(.vc_inner),
    .pad-sm:not(.vc_inner),
    .pad-xs:not(.vc_inner) {
        padding-right: 5% !important;
        padding-left: 5% !important;
    }
}

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

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

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

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

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

@media (max-width: 768px) {

    .pad-xl-col>.vc_column-inner,
    .pad-lg-col>.vc_column-inner,
    .pad-md-col>.vc_column-inner,
    .pad-sm-col>.vc_column-inner,
    .pad-xs-col>.vc_column-inner {
        padding-right: 5% !important;
        padding-left: 5% !important;
    }
}

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

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

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

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

/* TEXT ---------------------------------*/
/* headings font family*/
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0px;
    line-height: 1.2em;
    margin-bottom: 15px !important;
}

/* headings color */
h1,
h2,
h3,
h4,
h5,
h6 {}

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

/* h1 font size for tablet and desktop */
@media (min-width: 1024px) {
    h1 {    margin-bottom: 40px !important;}
}

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

/* h2 font size for tablet and desktop */
@media (min-width: 1024px) {
    h2 {}
}

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

/* h3 font size for tablet and desktop */
@media (min-width: 1024px) {
    h3 {}
}

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

/* paragraph font family and size */
p {
    font-size: 16px;
    line-height: 1.7em;
}

/* paragraph and list color */
p,
li {}

/* 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] {
    padding: 14px 40px;
    font-size: 16px;
    border-radius: 0;
    letter-spacing: 0;
    text-transform: initial;
    border: 0px solid transparent;
    margin-top: 20px;
    border-radius: 27px;
    transition: all 0.3s ease;
}

.btn:hover .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 58px;
}

/* 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: #0071bc !important;
    color: #F8F8F8 !important;
    border: 0px solid transparent !important;
    margin-top: 0;
}

/* form button */
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {

    padding-left: 50px;
    padding-right: 50px;
}

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

/* Button one > hover */
.btn.btn-one:hover>.vc_btn3 {}

.btn-one .vc_btn3-icon {
    color: #0071bc;
}

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

.btn-two>.vc_btn3 {
    background-color: #0071bc !important;
    color: #F8F8F8 !important;
    border: 0px solid transparent !important;
}

/* Button two> hover */
.btn.btn-two:hover>.vc_btn3 {}

/* 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: #f8931f;
    color: #F8F8F8 !important;
}

#mobile-phone-cta a:hover {
	background-color: #0071bc !important;
	box-shadow: 0px 0px 4px rgb(0 113 188);
    webkit-box-shadow: 0px 0px 4px rgb(0 113 188);
}
#mobile-phone-cta a img{margin-right:5px;}
#mobile-phone-cta {
display: block;
    position: fixed;
    bottom: 0px;
    right: 0;
    height: 52px;
    z-index: 108;
    padding: 0 !important;
    margin-right: 5px;
    margin-bottom: 5px;
}

#mobile-phone-cta a {
   display: block;
    height: 52px;
    width: 100%;
    text-align: right;
    font-size: 16px;
    font-weight: normal;
    padding-top: 12px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    /* margin-right: 19px; */
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: 0px 0px 4px rgb(251 143 66);
    webkit-box-shadow: 0px 0px 4px rgb(0 113 188);
    border: 2px solid;
}

#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;
    }
}

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

/* COLUMNS */
/* column full width on tablet */
@media (max-width: 1023px) {
    .full-width-tablet .wpb_column {
        width: 100%;
    }
}

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

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

/* 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(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.15)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#26ffffff', GradientType=1);
    /* IE6-9 */
}

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


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

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

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

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

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


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

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

/* background color of hero inner column */
.hero .hero-col .vc_column-inner {}

/* add side padding when row and content are stretched */
.hero[data-vc-stretch-content],
.hero.homepage[data-vc-stretch-content] {
    position: relative;
    width: 100vw !important;
    right: 50% !important;
    left: auto;
    padding-left: calc( (80vw - 1140px) / 2 ) !important;
    padding-right: calc( (80vw - 1140px) / 2 ) !important;
}

.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: 4% 7%;
}

/* 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 ONE ---*/
/* row padding of internal hero */
.hero.hero-one {
    padding-top: 6%;
    padding-bottom: 6%;
}

/* row padding of homepage hero*/
.homepage.hero.hero-one {
    background-position: 50% 50%;
    padding-top: 4%;
    padding-bottom: 4%;
}

@media (min-width:1500px) {
    .homepage.hero.hero-one {
        padding-top: 0;
        padding-bottom: 0;
    }
}

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

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

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

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

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

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

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

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


.text-seven .pods.pods-seven {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !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(49% - 20px);
    flex-basis: calc(49% - 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(32% - 20px);
    flex-basis: calc(32% - 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: #212121;
    font-family: "Montserrat";
    font-weight: 600;
    margin-top: 30px;
    transition: all 0.3s ease;
}

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

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

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

/* button align to the bottom */

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

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

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



/* PODS TWO ------------------------------------------------------------------*/
/* change inner column padding */
.pods.pods-two .vc_column-inner {
    padding: 80px 8% !important;
    background-size: cover;
    background-position: 50% 50%;
}

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

/* HOVER EFFECT */
/* add overlay on hover */
.pods .wpb_column:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
    height: 100%;
    background-color: #a7d0f0;
    z-index: 0 !important;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 5px;
    border-radius: 20px;
}

.pods .wpb_column:hover:before {
    width: 80%;
    background-color: #ffd64f;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


/* change text color on hover*/
.pods.pods-two .wpb_column:hover .pod-title p {
    color: #0071bc !important;
    z-index: 2;
    position: relative;
}

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




/* PODS FIVE */
/* set column min-height */
.pods.pods-five .vc_column-inner {
    min-height: 320px;
}

/* column background settings */
.pods.pods-five .vc_column-inner {
    background-size: cover;
    background-position: 50% 50%;
}

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

/* add transition effect to the title */
.pods.pods-five .pod-title p {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/* add background to the title */
.pods.pods-five .pod-title {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5% 0% 40px;
    margin-top: 75%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/* hide title background when you hover */
.pods.pods-five .wpb_column:hover .pod-title {
    background-color: transparent;
}

/* change text color on hover */
.pods.pods-five .wpb_column:hover .pod-title p,
.pods.pods-five .wpb_column:hover .wpb_text_column p {
    color: white !important;
    position: relative;
    -webkit-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    transform: translateY(-250%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9;
}

/* change link z-index*/
.pods.pods-five a.pod-link {
    z-index: 9 !important;
}

/* add overlay to the column on hover */
.pods.pods-five .pod-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

/* add overlay to the column on hover */
.pods.pods-five .wpb_column:hover .pod-link:before {
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

/* little icon at the bottom of the column (default is a triangle) */
.pods.pods-five svg {
    width: 56px;
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 9;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

/* icon moves on hover */
.pods.pods-five .wpb_column:hover svg {
    -webkit-transform: translate(-50%, 60%);
    -ms-transform: translate(-50%, 60%);
    transform: translate(-50%, 60%);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}


/* PODS SEVEN ------------------------------------------------------------------*/
/* column background color */
.pods.pods-seven .wpb_column.vc_column_container {}

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

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

/* HOVER EFFECT */
/* change background color on hover*/
.pods.pods-seven .wpb_column.vc_column_container:hover {}

/* change text color on hovre*/
.pods.pods-seven .wpb_column:hover .pod-title p {
    color: #0071bc !important;
    z-index: 2;
    position: relative;
}

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


/* HOVER EFFECT for everything */
/*before hover*/
.pods.pods-seven .wpb_column .pod-title p,
.pods.pods-seven .wpb_column .wpb_text_column p,
.pods .wpb_column.vc_column_container .btn>.vc_btn3,
.pods.pods-seven .wpb_column.vc_column_container,
/*hover transition*/
.pods .wpb_column.vc_column_container:hover,
.pods.pods-seven .wpb_column:hover .pod-title p,
.pods.pods-seven .wpb_column:hover .wpb_text_column p,
.pods .wpb_column.vc_column_container:hover .btn>.vc_btn3 {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

/*--- PODS EIGHT---*/

/*add padding to column by using col-pad class( add in the editor)*/
.pods-eight.wpb_column {
    padding: 0;
}


/*make column flex*/
.pods-eight .vc_row.wpb_row.vc_inner {
    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;
}

/*column styling*/
.pods-eight .vc_row.wpb_row.vc_inner .wpb_column {
    padding: 20px;
    text-align: center
}

/* style the titles */
.pods-eight .pod-title p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: 0.02em;
    margin-bottom: 15px !important;
}

.pods-eight .wpb_single_image.vc_align_left {
    text-align: center;
}


/*maximum 3 column before break - change depending on number of columns required*/
.pods-eight .vc_row.wpb_row.vc_inner .wpb_column {
    width: 0;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    margin: 0;
}


/* columns expand to 50% on portrait tablet */
@media (max-width: 1240px) {
    .pods-eight .vc_row.wpb_row.vc_inner .wpb_column {
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    }
}

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

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

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

/* style the titles */
.footer-col p.title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2em;
    letter-spacing: 0.02em;
}

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

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

/*logo sizing*/
.footer-col a img {
    max-height: 80px;
}

/*stop bad break points*/
.footer-col p span,
a[href^="tel:"],
a[href^="mailto:"] {
    white-space: nowrap;
}

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

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

ul.social li a i {
    font-size: 30px;
}

/*layout STYLS general*/
@media (max-width: 1240px) {
    .widgets_wrapper .container {
        max-width: 100%;
    }
}

.footer-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

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


/*FOOTER SPECIFIC STYLES*/


@media (max-width: 1023px) {
    .footer-group.five .footer-col {
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !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;
    }
}



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

/*--- TEXT & IMAGE SECTION THREE---*/
.text-img-three {}

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

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

/*--- TEXT SECTION FOUR ---*/
/*set a max width for the content */
.text-four .vc_column-inner {
    margin: auto;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* style the titles */
.usp-title p {
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 25px !important;
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-family: "Montserrat";
}

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


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

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

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

.usp.usp-three {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

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


/* CONTACT ONE ---------------------------------------------------------------*/
.contact-one .contact-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

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

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

/* column max-width - please only change the margin and adjust the flex-basis so the total is always 50 */
.contact-one .contact-icon .wpb_column.vc_column_container {
    width: 0;
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
    margin: 3%;
}

/* center align content and image */
.contact-one .contact-icon .wpb_single_image.vc_align_left {
    text-align: left !important;
}

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

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

/* column with the contact form */
.contact-one .form-col {
    padding: 5% !important;
    background-color: whitesmoke;
}



/* CONTACT ONE ---------------------------------------------------------------*/
.contact-one .contact-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

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

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

/* column max-width - please only change the margin and adjust the flex-basis so the total is always 50 */
.contact-one .contact-icon .wpb_column.vc_column_container {
    width: 0;
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
    margin: 3%;
}

/* center align content and image */
.contact-one .contact-icon .wpb_single_image.vc_align_left {
    text-align: left !important;
}

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

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

/* column with the contact form */
.contact-one .form-col {
    padding: 5% !important;
    background-color: whitesmoke;
}






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

p a {
    font-weight: 700;
}

.dark a {
    color: #fff !important;
    font-weight: 700;
}

.dark a:hover {
    color: #ffd64f !important;
}

h1 {
    margin-bottom: 30px !important;
    line-height: 1.3;
}

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

.title p {
    font-size: 23px;
    font-family: "Montserrat";
    margin-bottom: 20px !important;
    font-weight: 600;
}

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

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

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

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



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

@keyframes bounce1 {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(-15px);
    }
}

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

    to {
        transform: translateX(-15px);
    }
}

/*waves*/
.wave-circle:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: pulseback 3s ease infinite;
    border-radius: 50%;
}

@keyframes pulseback {
    0% {
        -moz-box-shadow: 0 0 0 0 rgb(233, 243, 251);
        box-shadow: 0 0 0 0 rgb(233, 243, 251);

    }

    70% {
        -moz-box-shadow: 0 0 0 60px rgb(237, 245, 252);
        box-shadow: 0 0 0 60px rgb(237, 245, 252);

    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgb(237, 245, 252);
        box-shadow: 0 0 0 0 rgb(237, 245, 252);

    }
}


/* scroll animations*/

.tp-parallax-wrap {
    position: absolute;
    display: block;
    visibility: visible;
    left: 100% !important;
    top: 82% !important;
    z-index: 5;
    transform-style: preserve-3d;
}

.tp-loop-wrap {
    position: absolute;
    display: block;
}

.tp-mask-wrap {
    position: absolute;
    display: block;
    overflow: visible;
}

.rev_slider .tp-caption {
    display: block;
    -webkit-font-smoothing: antialiased !important;
    position: relative;
}

.rev-scroll-btn {
    background-color: transparent !important;
    box-shadow: none;
    border-color: #0071bc !important;
    border-width: 2px !important;
}

.rev_slider .tp-mask-wrap *:last-child {
    margin-bottom: 0;
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #0071bc;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite;
}

@-webkit-keyframes rev-ani-mouse {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes rev-ani-mouse {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

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

ul.top-bar li {
    display: inline-block;
    margin-left: 50px;
}

.wave-circle {
    max-width: 40% !important;
    margin: 0 auto;
}

span.special-txt {
    color: #0071bc;
}

/*pods*/
.pod-img {
    position: relative;
    margin-left: -4% !important;
}

.pod-img .vc_column-inner::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    z-index: -1;
}

.pods .vc_column-inner {
    border: 1px solid #0171bc;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    border: 1px solid #a7cfef;
}

.pods img {
    transition: all 0.5s ease;
}

.pods .vc_column-inner:hover img {
    transform: translateY(-20px);
}


/*h2*/
.h2-center {
    background-image: url(/wp-content/uploads/2019/08/h2-bg.png);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 20px 0;
}

.h2-left {
    position: relative;
    padding: 20px 0;
}

.h2-left:before {
    background-image: url(/wp-content/uploads/2019/08/h2-bg.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 20px 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -40px;
    z-index: -1;
}

/*para images*/
.shadow-img .vc_column-inner {
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    background-color: #000000;
}

.shadow-img .vc_column-inner:before {
    content: "";
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
    background-color: #ffd64f;
    z-index: 0 !important;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 8px;
    border-radius: 20px;
}

/*cta*/
.cta-cover {
    background: #f9fafe;
    padding-bottom: 4%;
    padding-top: 4%;
}

.cta {
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: #0071bc;
    border-radius: 220px;
    box-shadow: 0 0 30px rgba(0, 113, 188, 0.25);
}

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

.txt-yellow p {
    color: #ffd64f;
}

/*footer*/
.map-icon {
    background-image: url("/wp-content/uploads/2019/08/pin.png");
}

.mail-icon {
    background-image: url("/wp-content/uploads/2019/08/mail.png");
}

.call-icon {
    background-image: url("/wp-content/uploads/2019/08/phone.png");
}

.time-icon {
    background-image: url("/wp-content/uploads/2019/08/clock.png");
}

.map-icon,
.mail-icon,
.call-icon,
.time-icon {
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 10px;
    padding-left: 40px;
    text-align: left;
}


/*float widget*/
a.float-standard {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99;
    height: 50px;
    padding: 10px 30px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-decoration: none;
    color: #fff !important;
    border-radius: 27px;
    box-shadow: 0 0 15px rgba(247, 147, 30, 0.5);
    background-color: #f8931f;
    border: 2px solid #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.float-standard:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    background-color: #f8931f;
}

/* Icon settings - remove if not needed*/

.float-standard.icon:before {
    font-family: 'FontAwesome';
    margin-right: 15px;
    content: '\f095';
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-size: 24px;
    margin-top: 3px;
}

/* Media queries */

@media screen and (max-width:440px) {
    a.float-standard {
        right: 0px;
        bottom: 0px;
        width: 100%;
        border-radius: 0px;
        padding: 5px;
    }
}

.ast-col-lg-3 {
    width: 33%;
	text-align:center;
}

.footer-adv-widget-4 {
    width: 100%;
}

.footer-col.social-row {
    text-align: center;
    margin-top: 40px;
}

.social-row a:hover {
    opacity: 0.75;
}

.cta-txt {
    padding-left: 40px;
}


/*inner pages*/
.inner-hero .hero-col {
    background: #edf5fc;
}

.hero-bg .vc_column-inner {
    background-attachment: fixed;
    background-position: 109% 50% !important;
}

.pods-inner .pod-title p {
    margin-top: 15px !important;
}

.para-only {
    text-align: center;
}

/*back to top*/
#ast-scroll-top {
    background-color: transparent !important;
    font-size: 15px;
    font-size: 0.9375rem;
    background-image: url(/wp-content/uploads/2019/08/GTT.png);
    background-position: 50%;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    bottom: 100px;
    animation: bounce2 1s infinite alternate;
    -webkit-animation: bounce2 1s infinite alternate;
    transform: rotate(0deg);
}

#ast-scroll-top:hover {
    opacity: 0.75;
}

.ast-scroll-top-icon::before {
    display: none;
}

/*contact page*/
.contact-details .pods .wpb_column.vc_column_container {
    margin: 10px auto;
}

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 {
    border-radius: 5px;
}

.usp.contact-usp {
    padding-bottom: 5%;
}







/*----------------1024px above------------------------*/
@media (min-width:1500px) {
    .pods-col .pods .wpb_column.vc_column_container {
        margin: 20px;
    }
}

@media (min-width:1024px) {

    .pod-img .vc_column-inner,
    .pod-img .vc_column-inner::before {
        border-radius: 0 330px 330px 0;
        min-height: 620px;
        background-position: 100% 40%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .col1 p,
    .col2 p {
        text-align: left !important;
    }

    .col1 {
        padding-right: 40px !important;
    }

    .col2 {
        padding-left: 40px !important;
        border-left: 1px solid #eef4fb;
    }

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

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

    .txt-col .btn {
        margin-top: 50px !important;
    }

    .cta {
        margin-top: -13%;
    }

    .usp {
        padding-bottom: 16%;
    }

    .usp-inner .usp {
        padding-bottom: 11%;
    }

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

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

    .main-header-menu>.menu-item>a {
        padding-right: 0;
        padding-left: 40px;
    }

}


/*------------------- Media Queries-----------------------*/
@media (min-width:1301px) and (max-width:1340px){
    .h2-left:before {
        left: 0;
    }
}


@media (max-width:1240px) {

    /*pods*/
    .pods-row {
        background-size: 0;
    }

    /*pods*/
    .pod-img {
        margin-left: 0% !important;
    }

    .pods-row.full-width-tablet .wpb_column {
        width: 100%;
    }

    .pod-img .vc_column-inner,
    .pod-img .vc_column-inner::before {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        min-height: 420px;
        background-position: 10% 60%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .pods.home-pods .wpb_column.vc_column_container {
        width: 0;
        -ms-flex-preferred-size: calc(33% - 20px);
        flex-basis: calc(33% - 20px);
    }

    .pods-col .vc_column-inner {
        padding-bottom: 0 !important;
    }

    .tp-parallax-wrap {
        display: none !important;
    }


}

@media (max-width:1024px) {
    a.float-standard {
        display: none !important;
    }

    .cta {
        padding-right: 3%;
    }

    .cta .wpb_text_column p {
        font-size: 23px !important;
        line-height: 40px;
    }

    .cta a {
        font-size: 24px;
    }

    .map-icon,
    .mail-icon,
    .call-icon,
    .time-icon {}

    .pods.pods-two .vc_column-inner {
        padding: 40px 8% !important;
        padding-bottom: 23px !important;
    }

    .pod-title p {
        font-size: 17px;
        margin-top: 10px;
    }

    .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] {
        font-size: 15px;
        padding: 12px 20px;

    }

    #ast-scroll-top {
        display: block !important;
        background-size: 30px;
        right: 10px;
    }

}

@media (max-width:1023px) {

    /*inner hero*/
    .inner-hero.full-width-tablet .wpb_column {
        width: 100%;
    }

    .inner-hero .hero-bg .vc_column-inner {
        background-attachment: inherit;
        background-position: 50% 50% !important;
        min-height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .main-header-bar.ast-sticky-active.ast-sticky-shrunk.ast-header-sticked {
        max-width: 100% !important;
    }

    .pods.contact-map .wpb_column.vc_column_container {
        margin: 10px auto;
    }

    #ast-scroll-top {
        bottom: 50px;
    }
}

/*tabs*/
@media (min-width:768px) and (max-width:1023px) {
    .footer-col.social-row {
        margin-top: 0;
    }

    .wave-circle {
        max-width: 80% !important;
    }

    h1 {
        font-size: 38px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    .cta {
        text-align: center;
    }

    .cta .wpb_column {
        width: 100% !important;
    }

    .cta .wpb_single_image.vc_align_right {
        text-align: center;
    }

    .footer-adv-widget-1 {
        width: 100%;
    }

    .footer-adv-widget-2,
    .footer-adv-widget-3 {
        width: 50%;
    }
    .footer-logo{
text-align: center;
    }

}

/*below 767px*/
@media (max-width:767px) {

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

    /*cta*/
    .cta {
        display: none !important;
    }

    h1,
    .entry-content h1 {
        font-size: 28px;
        line-height: 40px;
    }

    .pod-img .vc_column-inner,
    .pod-img .vc_column-inner::before {
        min-height: 250px;
    }

    .wave-circle {
        max-width: 80% !important;
    }

    p {
        font-size: 14px;
    }

    .h2-left:before {
        left: 0;
        background-size: 50px;
        top: -30px;
    }

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

    .footer-col.social-row {
        margin-top: 0;
    }

    .footer-adv {
        text-align: center;
    }

    .map-icon,
    .mail-icon,
    .call-icon,
    .time-icon {
        background-position: 50% 0%;
        padding-left: 0;
        padding: 30px;
        padding-top: 40px;
        text-align: center;
    }

    .footer-adv-layout-4 .footer-adv-widget-2 .widget:last-child,
    .footer-adv-layout-4 .footer-adv-widget-3 .widget:last-child {
        margin-bottom: 0 !important;
    }

    .usp.usp-three,
    .usp.usp-three h2,
    .usp.usp-three,
    .usp.usp-three .wpb_single_image.vc_align_left {
        text-align: center !important;
    }

    .usp-three .h2-left:before {
        background-position: 50% 0;
    }

    .usp.usp-three-col .wpb_column.vc_column_container {
        margin: 4% auto;
    }

    .pods-col {
        padding-bottom: 22px;
    }

    .img-only {
        margin-top: -30px;
        margin-bottom: -30px;
    }

    .contact-numbers {
        margin-top: 20px;
        margin-bottom: -20px;
    }

    .contact-numbers .time-icon {
        padding-bottom: 0;
    }

    .h2-center {
        padding: 10px 0;
        background-size: 60px;
    }
}
/*HACK RESIZE SCREEN ISSUE*/
.vc_row { margin-left: 0px !important; margin-right: 0px !important; }
/*prevent scrolling to the sides on mobile*/
body, html { position: relative; overflow-x: hidden; }

ul.dlist {padding: 0;
    margin: 0 23px 30px;
    display: inline-block;
    width: 100%; }
ul.dlist li { width:33.3%; float:left;padding-bottom: 7px }
ul.dlist li::marker {
    color: #0071bc;
}

@media(max-width:1024px) {
	ul.dlist li { width:33.3%;  }	
}

@media(max-width:768px) {
	ul.dlist li { width:50%;  }	
}
@media(max-width:450px) {
	ul.dlist li { width:100%;  }	
}











