/*
primary     - #00aeef
gray        - #6c6c6c
dark green  - #04141a
gray        - #8e8e8e
dark gray   - #191919
black       - #0d0d0d
*/



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #6c6c6c;
    overflow-x: hidden;
}

h1,h2,h3 {
    font-weight: 700;
    color: #0a3140;
}
h4 {
    color: #0a3140;
    font-weight: normal;
}
a, a:visited {
    color: #00aeef;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


p {
    line-height: 1.8em;
}


/*--------------------------------------------------------------
# Shapes
--------------------------------------------------------------*/
.shapes {
    position: absolute;
    z-index: 2;
}
.shapes img{
    max-height: 100%;
}
.shapes1 {
    top: 0;
    left: 0;
}
.shapes2 {
    bottom: -280px;
    right: 0;
    display: none;
}
.home .shapes2 {
    display: block;
}
.shapes4 {
    position: absolute;
    bottom: 50%;
}
.shapes5 {
    display: none;
}

.shapes6 {
    position: relative;
}

.shapes6 img {
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 90px;
}

.shapes7 img {
    position: absolute;
    right: 0;
    bottom: -96px;
}

.shapes8 img {
    position: absolute;
    top: -230px;
    right: 0;
}

.overflow-visible {
    overflow: visible !important;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#masthead {
    background: #04141a;
    padding: 8px 0 0;
    margin-bottom: 100px;
}

#masthead .site-branding {
   padding-bottom: 9px;
}

#site-navigation {
    position: static;
}

#site-navigation .buttons {
    float: right;
    margin-top: 14px;
    display: none;
}
#site-navigation .buttons .btn-primary {
    float: left;
    margin-right: 25px;
    padding: 4px 35px;
    font-weight: normal;
}
#site-navigation .buttons .link-phone {
    float: right;
    margin-top: 5px;
    color: #fff;
    font-size: 16px;
}
#site-navigation .buttons .link-phone .custom-icon {
    margin: 0 5px 0 0;
    background-position: 0 -200px;
}
#primary-menu  {
    clear: both;
    float: right;
    padding-top: 23px;
}

#primary-menu > li {
    margin-left: 32px;
}

#primary-menu > li > a {
    color: white;
    padding-bottom: 17px;
    text-decoration: none;
    font-size: 16px;
}
#primary-menu > li.current_page_item > a, #primary-menu > li > a:hover, #primary-menu > li.current-menu-ancestor > a {
    border-bottom: 6px #00aeef solid;
    padding-bottom: 11px;
}
#primary-menu > li.menu-item-has-children i {
    margin-left: 25px;
    font-size: 12px;
}
#primary-menu .sub-menu {
    background: #04141a;
}
#primary-menu .sub-menu a {
    color: #fff;
    padding: 16px;
    font-size: 14px;
    width: 225px;
}
#primary-menu .sub-menu a:hover {
    background: #06222E;
}
.sm_menu_outer  #primary-menu {
    float: none;
    padding: 0;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

#banner-slider .carousel-item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#banner-slider .carousel-caption {
    text-align: left;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
}
#banner-slider .carousel-caption h2.title {
    font-size: 52px;
    color: #fff;
}

#banner-slider .carousel-caption .content {
    margin: 30px 0 50px 0;
    font-size: 24px;
}

#statistics {
    width: 100%;
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    background: rgba(4, 20, 26, 0.8);
    color: #fff;
    padding: 52px 0;
}
#statistics h3 {
    color: white;
}

#intro {
    /*background: url('../images/logo_pol_grey.gif') no-repeat center center #f2f2f2;*/
	background: url('/wp-content/uploads/2018/12/logo_pol_grey.gif') no-repeat center center #f2f2f2;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999999;

}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/


.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    /* Make image responsive */
    display: block;
    width: 100%;
}

.banner .col {
    position: static;
}

.banner .caption {
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.banner .caption h1 {
    font-size: 52px;
    color: white;
}
.banner-placeholder {
    height: 478px;
    background: #000;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.wpb_text_column h1, .wpb_text_column h4 {
    margin-bottom: 40px;

}
.wpb_text_column h4 {
    line-height: 1.6em;
}
.manage-files h2 {
    font-size: 34px;
    margin: 50px 0 40px;

}
h4.less-margin {
    margin-bottom: 10px;
}



.partners h1 {
    margin-bottom: 30px;
}
.partners h4 {
    margin-bottom: 70px;
}
.core-values-container {
    overflow: visible !important;
}
.core-values h1 {
    margin-bottom: 40px;
}
.core-values, .core-values h4 {
    line-height: 1.6em;
}

.list-item .large-icon {
    padding: 0 0 40px 160px ;
    margin-bottom: 40px;
    background: url(../images/icons/heart.png) no-repeat 40px 18px;
    border-bottom: 1px solid #d6e5eb;
}

.list-item .large-icon:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.list-item .large-icon h3 {
    font-size: 18px;
    color: #00aeef;
}

.list-item .large-icon.keys {
    background-image: url(../images/icons/keys.png);
}
.list-item .large-icon.shield {
    background-image: url(../images/icons/shield.png);
}

.why-choose-pol h4, .the-brand h4  {
    margin: 35px 0 70px 0 !important;
    line-height: 1.6em;
}

.vc_row.why-choose-boxes .vc_column-inner {
    padding: 0;
}

.vc_row.why-choose-boxes .wpb_single_image {
    border: 1px solid #d6e5eb;
    padding: 60px !important;
    height: 300px;
    margin-bottom: 0;
}
.center-box .vc_row.why-choose-boxes .wpb_single_image  {
    padding: 60px 40px !important;
}
.vc_row.why-choose-boxes .wpb_single_image .vc_single_image-wrapper {
    height: 90px;
}

.vc_row.why-choose-boxes-2 .wpb_single_image {
    border-top: 0;
}
.vc_row.why-choose-boxes .wpb_single_image .vc_figure-caption {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    color: #0a3140;
}
.vc_row.why-choose-boxes .center-box .wpb_single_image {
    border-left: 0;
    border-right: 0;
}
.vc_row.why-choose-boxes .left-box .wpb_single_image {
    border-right: 0;
}

.vc_row[data-vc-full-width].the-brand {
    overflow: visible;
    position: static;
}
.vc_row[data-vc-full-width].the-brand .vc_column_container {
    position: static;
}

.vendors-advocate h1, .vendors-advocate h4,  .vendors-advocate ul,  .vendors-advocate p  {
    margin-bottom: 40px;
    line-height: 1.6em;
}
.speak-with-team {
    z-index: 0;
}
.speak-with-team div.wpb_single_image {
    background-repeat: no-repeat;
    background-position: 10% top;
}

.fun-fact {
    color: #fff;
    padding: 10px;
    background: rgba(4, 20, 26, 0.5);
}

.our-process {
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    z-index:  1;
    position: relative;
}

.our-process .wpb_row.vc_inner .wpb_wrapper {
    padding: 0 30px;
}
.our-process h3 {
    font-size: 18px;
    line-height: 1.6em;
}
.our-process .num {
    color: #00aeef;
    font-size: 30px;
}
.our-process-list-1 {
    margin-top: 133px;
 }
.our-process-list-2 {
    margin-top: 70px;
}
.our-process-list-3 {
    margin-top: 70px;
}
.our-process-list-4 {
    margin-top: 70px;
}
.our-process-list-5 {
    margin-top: 45px;
}
.our-process-list-6 {
    margin-top: 80px;
}
.our-process-list-7 {
    margin-top: 80px;
}
.financial-sector .our-process-list-4 {
    margin-top: 50px;
}
.financial-sector .our-process-list-5 {
    margin-top: 55px;
}
.deceased-estate .our-process-list-1 {
    margin-top: 123px;
}
.deceased-estate .our-process-list-3 {
    margin-top: 115px;
}
.deceased-estate .our-process-list-4 {
    margin-top: 80px;
}
.deceased-estate .our-process-list-5 {
    margin-top: 65px;
}
.deceased-estate .our-process-list-6 {
    margin-top: 110px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

#testimonials {
    background: url(../images/quote.png) no-repeat center 70px;
    padding-top: 86px;
    margin-top: 45px;
}
.home #testimonials {
    border-top: solid 6px #eaf3f6;
}
#testimonials h1 {
    text-align: center;
}
#testimonials .excerpt {
    font-size: 24px;
    margin: 30px 170px 80px;
    line-height: 1.4em;
}
#testimonials .control-arrow {
    color: #00aeef;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 49px;
    height: 36px;

}
.carousel-control-prev, .carousel-control-next {
    top: 50px;
    align-items:normal;
    width: 5%;
}
.carousel-control-prev-icon {
    background-image: url(../images/arrow_left.png) !important;
}

.carousel-control-next-icon {
    background-image: url(../images/arrow_right.png) !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon {
    position: relative;
    margin-top: 0;
    font-size: 16px;
}
#colophon a:hover {
    text-decoration: underline;
}

#colophon #footer-1 {
    background: #191919;
    color: #8e8e8e;
    padding: 80px 0 60px;
}
#colophon #footer-1 .company-info .custom-logo-link {
    display: block;
    margin: 0 0 30px;
}
#colophon #footer-1 .widget-title {
    color: #fbfbfb;
    font-size: 16px;
}
#colophon #footer-1 .company-info {
    margin-top: -10px;
}
#colophon #footer-1 li a {
    color: #8e8e8e;
    margin-top: 10px;
    display: inline-block;
}
#colophon #footer-1 li a:hover {
    color: #c3c3c3;
}
#colophon #footer-2 {
    background: #0d0d0d;
    color: #fbfbfb;
    padding: 40px 0;
}

#colophon #footer-2 .legal a {
    color: #fbfbfb;
    margin-right: 30px;
}
#colophon #footer-2 p {
    margin: 20px 0 10px;
}
#colophon #footer-2 .social-links {
    text-align: right;
    margin-top: 30px;
}
#colophon #footer-2 .social-links a {
    display: inline-block;
    color: #fbfbfb;
    margin-left: 30px;
    font-size: 20px;

}

/*--------------------------------------------------------------
# Homepage Form
--------------------------------------------------------------*/

.home .with-form {
    position: relative;
    z-index: 1;
}


#nf-form-1-cont, #nf-form-3-cont  {
    background: #000;
    color: #fff;
}
.home #nf-form-1-cont {
    width: 500px;
    margin-bottom: -100px;
    z-index: 2;
    position: absolute;
    bottom: -440px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#nf-form-1-cont:before, #nf-form-3-cont:before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    border-top: 65px solid white;
    border-left: 95px solid #000;
    width: 0;
}
.contact #nf-form-3-cont:before {
    right: 15px;
}

#nf-form-title-1, #nf-form-title-3 {
    text-align: center;
    padding-top: 50px;
    display: block;
    position: relative;
}
#nf-form-title-1 h3, #nf-form-title-3 h3 {
    color: #fff;
}

.nf-form-fields-required {
    display: none;
}

.nf-form-wrap {
    padding: 50px;
}

#nf-form-1-cont .btn-primary, #nf-form-3-cont .btn-primary {
    width: 100%;
    padding: 16px 35px;
    font-weight: bold;
    font-size: 24px;
}
.nf-form-cont select {
    line-height: 1;
    border: 0;
    background: url(../images/icon_arrow_down.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 95%;
}
#nf-form-1-cont .nf-error-wrap, #nf-form-3-cont .nf-error-wrap { display: none; }

.home .blue-row h4 {
    font-weight: normal;
    font-size: 26px;
}

/*--------------------------------------------------------------
# Thank You Page
--------------------------------------------------------------*/
#masthead {
    margin-bottom: 100px;
}
.page-id-295 .banner .caption {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .social-links a {
    display: inline-block;
    margin-right: 5px;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

.list-box ul li {
    margin-bottom: 50px;
    line-height: 1.8em;
}

.bulleted ul li, ul.arrows li {
    background: url(../images/arrow.png) no-repeat 25px 5px;
    padding-left: 65px;
}

ul.arrows.narrow li {
    background-position: 12px 8px;
    padding-left: 40px;
    line-height: 1.8em;
}

.btn-primary {
    padding: 12px 35px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
}
a.btn-primary {
    color: #fff;
}

input.btn-primary {
    border: none;
    padding: 12px 35px;
    border-radius: 10px;
    color: #fff;
}

.list-box {

}

.list-box h1 {
    /*margin-bottom: 54px;*/
}

.list-box h4 {
    margin-bottom: 54px;
    line-height: 1.3em;
}
.list-box ul {
    margin-bottom: 54px;
}
.list-box .btn-primary {
    margin: 10px 0 0;
}
.caption-category {
    background: #404041;
    color: #fff;
    padding: 10px 12px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}
.caption-category:hover {
    color: #fff;
}

.list-heading {
    clear: both;
    line-height: 30px;
    color: #00aeef;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 7px !important;
    display: block;
}
.with-form .list-heading {
    color: #fff;
}
.custom-icon {
    background: url(../images/custom_icons.png) no-repeat left top;
    width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.gear {
    background-position: 0 -60px;
}
.chart {
    background-position: 0 -86px;
}
.house {
    background-position: 0 -119px;
}
.house2 {
    background-position: 0 -149px;
}
.shield2 {
    background-position: 0 -31px;
}
.check {
    background-position: 0 -175px;
}
.left-col-image-extended {
    z-index: 2;
}
.vc_basic_grid  .vc_custom_heading  {
    margin-bottom: 0;
}
.vc_basic_grid .vc_custom_heading h4 {
    color: #0a3140;
    margin: 30px 0 0 0;
    line-height: 1.3em;
    font-size: 18px;
    font-weight: 500;
}
.vc_basic_grid .vc_custom_heading p {
    font-size: 16px;
    margin-bottom: 0;
}
.vc_basic_grid .vc_gitem-zone {
    background-color: transparent !important;
}
.vc_basic_grid .vc_gitem_row .vc_gitem-col {
    padding: 0;
}
.vc_basic_grid  .vc_gitem-animate-slideBottom .vc_gitem-zone-b {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

#mobile-menu .contact-icon {
    background: rgb(0, 174, 239);
}

#mobile-menu .contact-icon a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: left;
}
#mobile-menu .contact-icon.epol-login {
    background: #079ed7;
}
#mobile-menu .contact-icon a i {
    float: left;
    margin-top: -5px;
}
#mobile-menu .contact-icon a i.question-mark {
    background-position: 0 -229px;
}
#mobile-menu .contact-icon a i.user-house {
    background-position: 0 -268px;
}
#mobile-menu .contact-icon a i.phone    {
    background-position: 0 -309px;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.vc_custom_1543494796548 {
    background-repeat: no-repeat;
    background-color: #eaf3f6;
    background-position: center center;
    background-size: cover;
}
/*--------------------------------------------------------------
# Responsiveness
--------------------------------------------------------------*/

@media (max-width: 575px) {
    #banner-slider .carousel-item img {
        max-width: none;
        min-height: 515px;
        width: auto;
    }
    #banner-slider .carousel-caption.d-md-block {
        top: 15%;
        transform: none;
        text-align: center;
    }
    .banner .caption h1 {
        /*left: 0;
        right:0;
        margin: 0 auto;
        text-align: center;
        transform: none;*/
        font-size: 32px;
    }
    #statistics {
        text-align: center;
    }
    #statistics .col-md-3 {
        margin-bottom: 20px;
    }
    .site-footer .company-info {
        margin-bottom: 40px;
    }
    #colophon #footer-2 .social-links a {
        margin-left: 5px;
    }
    .wpb_row.vc_custom_1541433066475, .wpb_row.vc_custom_1541433116185, .wpb_row.vc_custom_1541434265072, .wpb_row.vc_custom_1541557300554,
    #testimonials,.wpb_row.vc_custom_1541131087980, .vc_column-inner.vc_custom_1541127895603,
    .vc_column-inner.vc_custom_1541507316867, .vc_row.vc_custom_1542204412168, .wpb_text_column.vc_custom_1541557300554, .wpb_text_column.vc_custom_1541665013185 {
        margin-top: 30px !important;
        padding-top: 0  !important;

    }
    .wp_row.vc_custom_1541688870257, .wpb_row.vc_custom_1541688665862, .wpb_row.vc_custom_1541686644838, .wpb_row.vc_custom_1541688870257,
    .wpb_row.vc_custom_1541131087980, .wpb_row.our-process  {
        padding-bottom: 30px !important;
    }
    .vc_basic_grid.vc_custom_1541558852632 {
        margin-bottom: 35px !important;
    }

    .banner-placeholder {
        height: 250px;
    }

    /*.custom-logo-link {
        padding: 5px 0px;
    }*/

    #nf-form-1-cont:before, #nf-form-3-cont:before{
        display: none;
    }
    .nf-form-wrap {
        padding: 30px;
    }

    .staff {
        overflow: hidden;
    }
    .our-vision.vc_row.vc_column-gap-35 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .our-vision .wpb_content_element {
        margin-bottom: 0;
    }

    .speak-with-team div.wpb_single_image {
        background: none !important;
        padding-top: 0 !important;
    }
    .our-process .wpb_row.vc_inner .wpb_wrapper {
        padding: 0;
    }

    #intro {
        background: url('../images/logo_pol_grey.gif') no-repeat center 40% #f2f2f2;

    }

}

@media (max-width: 767px) {
    #site-navigation .buttons {
        display: none;
    }
    .shapes6, .shapes7 {
        display: none;
    }
    .vc_row.why-choose-boxes .wpb_single_image {
        border: 1px solid #d6e5eb !important;
    }

    #testimonials .excerpt {
        margin: 30px 50px 80px;
    }

    #masthead {
        margin-bottom: 50px;
    }
    .wpb_text_column h1, .wpb_text_column h4 {
        margin-bottom: 15px;
    }
    .manage-files h2 {
        margin: 0 0 20px 0;
    }
    .list-box ul, .list-box .btn-primary {
        margin-bottom: 20px !important;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        height: 15px;
    }

    .banner img {
        min-height: 200px;
        max-width: none;
        width: auto;
    }
    .core-values-container {
        text-align: center;
    }
    .list-item .large-icon {
        background-position: center top;
        padding: 100px 0 40px 0;
    }
}

@media (max-width: 991px) {
    .home #nf-form-1-cont {
        width: 100%;
        margin-bottom: 40px;
        position: relative;
        bottom: 0;
    }
    #masthead .top-nav {
        top: 0;
        z-index: 9999;
        background: #04141a;
        padding-bottom: 0;
        max-width: none;
        transition: all 1ms ease;
    }
    #masthead .top-nav.fixed-mobile {
        position: fixed;
        padding-top: 8px;
    }
    #masthead .top-nav.fixed-mobile img {
        width: 150px;
    }
    .fixed-mobile + #banner-container {
        padding-top: 94px;
    }
    #banner-slider .carousel-item img {
        min-height: 515px;
    }
}

@media (max-width: 1200px) {
    #intro {
        background-size: contain;
    }
    .blue-row .vc_col-sm-8 {
        width: 100%;
    }
    .blue-row h4 {
        text-align: center !important;
    }
    .vc_custom_1543494796548 {
        background-image: url(../images/benefit_mobile.jpg);
    }
}

@media (max-width: 1440px) {
    #banner-slider .carousel-caption h2.title, #statistics h3 {
        font-size: 39px;
    }

    .vc_row.our-process {
        background: none !important;
    }

    .our-process .wpb_column.vc_column_container {
        width: 100%;
    }

    .our-process .vc_inner {
        margin-top: 30px;
    }

    #statistics {
        position: static;
        padding: 20px 0;
    }


}

@media (max-width: 1700px) {
    #banner-slider .carousel-caption .content {
        font-size: 18px;
        margin: 10px 0;
    }
    #banner-slider .carousel-caption {
        top: 20%;
        transform: none;
    }
}


@media (max-width: 1920px) {
    #banner-slider .carousel-caption {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1860px) {
    .shapes, .shapes8 {
        display: none !important;
    }
}

@media (max-width: 2260px) {
    .shapes {
        width: 200px;
    }
    .shapes1 {
        top: 15%;
    }
    .shapes2 {
        bottom: -12%;
    }

    .shapes5 img {
        width: 240px;
    }
    .shapes8 img {
        width: 240px;
    }

}
@media (min-width: 2260px) {
    #banner-slider .carousel-item img.wp-post-image {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .vc_row.why-choose-boxes-3 {
        width: 1050px;
        margin: 0 auto;
    }
    .extended-image img.vc_single_image-img {
        max-width: none;
    }
    .extended-image-left img.vc_single_image-img {
        float: left;
        margin-left: -486px;
        /*max-width: none;*/
    }
    .home-page-video-residential{
        width: 54.452vw;
    }
    .vendors-advocate img.vc_single_image-img  {
        max-width: none;
    }
    .shapes5 {
        display: block;
    }
    .shapes5 img {
        display: block;
        position: absolute;
        z-index: 3;
        left: 47%;
        bottom: -20px;
    }
    .home #nf-form-1-cont {
        margin-left: -50px;
        margin-bottom: -160px;
    }


}
@media (min-width: 1440px) {
    .home-row .vc_col-sm-4 {
        width: 550px;
    }
    .home-row-3 .vc_col-sm-4 {
        float: right;
    }
    .home-row .vc_col-sm-8 {
        width: 800px;
    }
    .home-row  .vc_col-sm-4 .vc_column-inner {
        padding: 10%;
    }
    .home-row-1  .vc_col-sm-4 .vc_column-inner {
        padding-top: 0;
    }
    .speak-with-team .btn-primary {
        padding: 12px 78px;
    }
    .speak-with-team h1 {
        margin-top: 100px;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .why-choose-boxes-2 .vc_column_container {
        width: 50%;
    }
}

@media (min-width: 991px) {
    .no-spacing-left {
        margin-left: -30px;
    }
    .no-spacing-right {
        margin-right: -30px;
    }

    #statistics h3 {
        font-size: 36px;
    }

    .padded-top-xl > .vc_column_container{
        padding-top: 100px;
    }


}
@media (min-width: 768px) {

    .vc_custom_1541126843942 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .vc_custom_1541126843942 h1 {
        font-size: 26px;
    }
    .vc_custom_1541126843942 .btn-primary {
        padding: 12px;
        font-size: 14px;
    }
}



