/*
Theme Name: PPM Quickstart
*/
@font-face {
    font-family: 'Proxima Nova Alt Lt';
    src: url('assets/fonts/ProximaNovaA-Light.woff2') format('woff2'),
    url('assets/fonts/ProximaNovaA-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('assets/fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('assets/fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('assets/fonts/ProximaNova-Bold.woff2') format('woff2'),
    url('assets/fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
.slicknav_menu {display: none}
a:hover { text-decoration: none }
a:focus { outline: 0 solid; text-decoration: none}
img {
    max-width: 100%;
    height: auto;
}
input:focus, button:focus, textarea:focus, a:focus {outline: none}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: bold;
}
p:last-child {margin-bottom: 0}
body {
    font-family: 'Proxima Nova Rg', sans-serif;
}

.single-post-item {
    margin-bottom: 30px;
    overflow: hidden;
}
.single-post-item h2 {
    font-size: 25px;
}

.sticky-wrapper, .header-area {
    position: relative;
    z-index: 9;
}

.content-block, .enable-default-padding {padding: 60px 0}

div.elementor-widget-heading .elementor-heading-title, div.elementor-widget-text-editor {
    font-family: inherit;
    color: inherit;
}

/*.header-right-content a {*/
/*    font-weight: 100;*/
/*    font-family: "Proxima Nova Alt Lt", sans-serif;*/
/*    text-transform: uppercase;*/
/*    color: #2a3034;*/
/*    padding: 13px 0;*/
/*    display: inline-block;*/
/*}*/

/*.header-right-content {*/
/*    width: 700px;*/
/*    float: right;*/
/*}*/

/*.header-right-bottom {*/
/*    border-top: 1px solid #2a3034;*/
/*}*/

/*.header-right-content ul {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    list-style: none;*/
/*}*/

/*.header-right-content li {*/
/*    display: inline-block;*/
/*    margin-right: 30px;*/
/*    min-width: 95px;*/
/*}*/

/*.hedaer-right-top {*/
/*    font-size: 85%;*/
/*}*/


.menu-column .elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    padding: 0 !important;
    justify-content: left !important;
}


.menu-column > div > div > div.elementor-element {
    border-top: 1px solid #ddd;
}

.single-slide-item .row {
    height: 450px;
}

.single-slide-item {
    background-color: #999;
    background-size: cover;
    background-position: center center;
}

.slide-text h2 {
    text-transform: uppercase;
    font-size: 50px;
    color: #fff;
    text-shadow: 0 1px 0 #333;
    border-bottom: 1px solid #cddb00;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.slide-text {
    font-size: 18px;
    font-weight: 700;
    color: #2a3034;
}

a.boxed-btn {
    position: relative;
    background-color: #005daa;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    padding-right: 59px;
    font-weight: bold;
}

a.boxed-btn i.fa {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    background: #256eb3;
    text-align: center;
    height: 100%;
    line-height: 41px;
    font-size: 120%;
}

.slide-text a.boxed-btn {
    margin-top: 20px;
    font-size: 16px;
}

ul.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

ul.slick-dots li {
    display: inline-block;
    background: #3483c4;
    height: 20px;
    width: 20px;
    margin: 3px;
    cursor: pointer;
}

ul.slick-dots li button {
    display: none;
}

ul.slick-dots li.slick-active {
    background-color: #005daa;
}

.single-promo-item {
    background-size: cover;
    background-position: center;
    padding: 8%;
    color: #005daa;
}

.single-promo-item .row {
    height: 400px;
    position: relative;
    z-index: 2;
}

.single-promo-item:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #fff;
    opacity: .7;
    transition: .3s;
}

.single-promo-item:hover:before {background-color: #f5bb16;}

.single-promo-item:before {
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    background-color: #fff;
    z-index: 2;
    transition: .3s;
}

.promo-text p, .promo-text .boxed-btn {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.single-promo-item:hover .promo-text p, .single-promo-item:hover .promo-text .boxed-btn {
    opacity: 1;
    visibility: visible;
}

.single-promo-item:hover:after {
    opacity: .9;
}

.col:nth-child(2) .single-promo-item:hover:before {
    background-color: #005daa;
}

.col:nth-child(3) .single-promo-item:hover:before {
    background-color: #d7e036;
}

.promo-text h2 {
    color: #005daa;
    font-size: 35px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.promo-text h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    background: #cddb00;
    content: "";
    height: 1px;
}

.slider-preloader-wrap {
    height: 450px;
    overflow: hidden;
    position: relative;

}

.slider-preloader {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;

    text-align: center;
    background-color: #0a4275;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.slider-preloader i {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 30px;
    margin-left: -10px;
    margin-top: -14px;
}

.slider-preloader.loading {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.contact-popup {
    position: fixed;
    z-index: 9;
    right: -49px;
    top: 50%;
}

span.contact-popup-text {
    display: inline-block;
    background: #fbb912;
    transform: rotate(-90deg);
    color: #fff;
    padding: 10px 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 115%;
    border-radius: 5px 5px 0px 0;
}

.contact-popup .fa-angle-left {
    height: 22px;
    width: 22px;
    background: #ffa500;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    padding-top: 1px;
    padding-right: 1px;
    color: #fff;
    position: absolute;
    left: 38px;
    z-index: 2;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
}


.contact-popup-buttons {
    width: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.showing .contact-popup-text {
    height: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
}

.showing .contact-popup-buttons {
    width: 190px;
    height: auto;
    opacity: 1;
    visibility: visible;
    background: #dee8f2;
    padding: 12px 22px;
}

.contact-popup.showing {
    right: 0;
    margin-top: -100px;
}

.contact-popup-buttons a {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: #333;
    position: relative;
    padding-left: 36px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 10px 0;
}

.contact-popup-buttons a:hover {color: #f5bb16}

.contact-popup-buttons a i {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
}

.showing.contact-popup .fa-angle-left {
    left: -11px;
    margin-top: 9px;
}


.popup-modal .modal-content {
    background-color: #0a4275;
}

.popup-modal .modal-header {
    border-bottom: 0px solid;
}

.popup-modal .modal-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    padding-left: 15px;
}

.popup-modal .gform_wrapper {
    margin: 0;
}

.popup-modal .gform_wrapper .top_label .gfield_label {
    display: none;
}

.popup-modal select {
    height: 45px !important;
    border: none;
}

.popup-modal input[type=text], .popup-modal textarea {
    border: none;
    padding: 10px !important;
    width: 100% !important;
}

input[type=submit], button[type=submit] {
    background: #f5bb16;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    border: none;
    padding: 10px 30px;
}

.popup-modal .gform_wrapper ul.gfield_checkbox li label {
    color: #fff;
}

.popup-modal .modal-body {
    padding-top: 0;
    padding-left: 30px;
    padding-bottom: 25px;
}

.popup-modal .modal-header .close {
    color: #fff;
    text-shadow: 0 0 0 #000;
    margin-right: -4px;
}

p.help-text {
    color: #fff;
    font-size: 90%;
    margin-top: 15px;
}

p.help-text a {color:#fff;font-weight: 700}

.top-info h4 {
    color: #fff;
}

.top-info {
    font-size: 18px;
}

.top-info ul {
    color: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-info i {
    color: #f5bb16;
    margin-right: 10px;
}

.top-info .phone-btn {
    padding: 0;
    background: transparent;
    font-weight: normal;
}

.top-info .help-text {
    font-size: 100%;
}

.top-info ul li {
    margin-bottom: 15px;
}
.event-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
}

.event-text h5 {
    font-size: 18px;
    margin: 0 0 5px;
}

.event-date {
    font-size: 14px;
    font-style: italic;
    opacity: .7;
}

.single-event-item {
    border: 1px solid #dddddd;
    height: 100%;
}

.event-text {
    padding: 25px 30px;
}

.event-boxes > .row > div {
    margin-bottom: 30px;
}

.contact-form-style .gform_wrapper input[type="text"] {
    width: 100% !important;
    border: 1px solid #bfbfbf;
}


.contact-form-style select.gfield_select {
    width: 100% !important;
    padding: 10px !important;
    border: none !important;
    background-color: #e9b00a;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-top: -5px;
}
.gform_wrapper .gform_footer input[type="submit"] {
    background: #005daa;
    color: #fff;
}
.solution-menu-style {border-top: 2px solid #CFDB03;border-radius:5px}

.solution-menu-style ul li {border-top: 1px solid #b4b6b7;padding: 15px 0 !important;}
.page-title-area {
    background: #0a4276;
    padding: 50px 0;
}

.page-title-area h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.blog-breadcrumb a {
    color: #0a4277;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-breadcrumb {
    margin-top: 20px;
}

.blog-breadcrumb span {
    display: inline-block;
    margin: 0 2px;
}

.single-sidebar-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-sidebar-item ul a {
    display: block;
    color: #005daa;
    font-weight: 700;
    border-bottom: 1px solid #e0e0e0;
}

.single-sidebar-item ul li {
    line-height: 2.7;
}

.single-sidebar-item h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.single-post-item h2 {
    color: #000;
    font-size: 28px;
}

.single-post-item h2:hover {
    text-decoration: underline;
}

.post-meta {
    font-style: italic;
}

.single-post-item .boxed-btn {
    margin-top: 15px;
    margin-bottom: 20px;
}

.blog .content-block {
    padding-bottom: 0;
}
.single-sidebar-item ul li:last-child > a {
    border: none;
}

.single-sidebar-item ul a:hover {
    color: #fcb913;
}
.bg-full {
    background-size: 100% 100% !important;
}


.special-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.special-nav ul ul {
    display: none;
}

.special-nav ul a {
    color: #333;
}

.special-nav ul a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.special-nav ul .current_page_ancestor ul,
.special-nav ul .current_page_item ul {
    display: block;
    padding: 0 15px;
    background: #525349;
    font-size: 90%;
}

.special-nav ul .current_page_ancestor ul a,
.special-nav ul .current_page_item ul a {
    color: #cddb00;
    border: none;
    padding: 10px 5px;
}

.special-nav {
    border: 1px solid #b3b6b7;
    border-top: 5px solid #cddb00;
    border-radius: 5px;
}

.special-nav h3 {
    margin: 20px 20px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.special-nav ul a {
    padding-left: 20px;
    padding-right: 20px;
}

.special-nav ul .current_page_ancestor > a {
    font-weight: 700;
}

.menu-column .elementor-nav-menu--layout-horizontal .elementor-nav-menu .elementor-nav-menu--dropdown a {
    padding: 10px !important;
}

.special-nav ul .current_page_ancestor ul .current_page_item a {
    background: #0a4275;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 20px;
    padding-right: 20px;
}

.special-nav ul li.current_page_item > a {
    color: #0a4275;
    font-weight: 700;
}

.hover-mtop:hover {
    bottom: 10px;
    position: relative;
}

.hover-mtop {
    transition: .3s;
    bottom: 0;
}

.menu-column .elementor-nav-menu--layout-horizontal .elementor-nav-menu a:hover {
    text-decoration: underline;
}

.menu-column .elementor-nav-menu--layout-horizontal .elementor-nav-menu ul a:hover {
    text-decoration: none;
}

.modal .gf_confirmation_text {color: #fff;}
.mobile-slide-img {
    display: none;
}