/*
Theme Name: PPM Quickstart
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&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: 600;
    color: #1f1f1f;
}
p:last-child {margin-bottom: 0}
body {
    font-family: 'Open Sans', sans-serif;
    color: #585858;
    line-height: 1.6;
}
.elementor-widget-heading.elementor-widget-heading .elementor-heading-title,div .elementor-widget-text-editor{
    font-family: 'Open Sans', sans-serif !important;
}
.single-post-item {
    margin-bottom: 30px;
    overflow: hidden;
}
.single-post-item h2 {
    font-size: 25px;
}

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

.content-block, .enable-default-padding {padding: 60px 0}
.header-top {
    background: #8c8c8c;
    padding: 15px 0;
}

.header-top h6 {
    text-transform: uppercase;
    color: #fffefe;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

.header-top .text-right img {
    max-width: 25px;
    position: relative;
    top: -7px;
    margin-right: 10px;
}

.header-top .phone-text-btn {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
}

.mainmenu {
    background: #1579ad;
}

.mainmenu ul li {
    position: relative;
    display: inline-block;
}

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

.mainmenu ul li ul {
    position: absolute;
    background: #8c8c8c;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    margin-top: 10px;
}

.mainmenu ul li a {
    display: block;
    padding: 10px 38px;
    color: #fff;
    text-transform: uppercase;
}

.container {
    max-width: 1190px;
}

.mainmenu ul li:hover > a,.mainmenu ul li.current_page_item > a,.mainmenu ul li.current_page_parent > a {
    background: #7ac80a;
    color: #1f1f1f;
}

.mainmenu ul li:hover ul {
    visibility: visible;
    opacity: 1;
    margin: 0;
}

.mainmenu ul li ul li a {
    text-transform: none;
}

.mainmenu ul li ul li {
    display: block;
}

.mainmenu ul li.menu-item-has-children > a {
    position: relative;
}

.mainmenu ul li.menu-item-has-children > a:after {
    content: "\f107";
    z-index: 2;
    margin-left: 20px;
    font-size: 12px;
    position: absolute;
    line-height: 20px;
    margin-top: -11px;
    top: 50%;
    font-weight: 300;
    font-family: fontawesome;
}

.footer-top {
    background: #1579ad;
    color: #fff;
    text-transform: uppercase;
    padding: 60px 0;
}

.footer-top img {
    margin-right: 15px;
}
.footer-top a{
    color: #fff;
}
.footer-area {
    background: #343434;
    color: #fff;
    font-weight: 300;
    padding: 50px 0;
}

.footer-area a {
    color: #fff;
}

.footer-area h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.footer-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-footer.footer-two ul {
    width: 50%;
    float: left;
    border: 1px solid #fff;
    text-transform: none;
}

.single-footer.footer-two ul:nth-child(2) {
    border-left: none;
}

.footer-area .single-footer.footer-two ul {
    padding: 20px;
    line-height: 1.4;
}

.footer-area .single-footer.footer-two .textwidget p {
    text-align: center;
}

.footer-copy {
    color: #797979;
    font-size: 14px;
    margin-top: 40px;
}

.single-footer {
    margin-bottom: 20px;
}

.single-footer.footer-two {
    overflow: hidden;
}

.single-footer ul {
    text-transform: uppercase;
}
.single-slide-item {
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    font-size: 35px;
    z-index: 1;
}

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

.slide-left-img {
    position: absolute;
    bottom: 0;
}

.single-slide-item .boxed-btn {
    font-size: 16px;
}

.single-slide-item h2 {
    font-size: 45px;
    color: #fff;
}

.boxed-btn {
    background: #7ac80a;
    display: inline-block;
    color: #1f1f1f;
    text-transform: uppercase;
    padding: 12px 60px;
}

.single-slide-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .55;
    z-index: -1;
}

.slick-arrow {
    color: #fff;
    position: absolute;
    font-size: 40px;
    top: 50%;
    margin-top: -30px;
    line-height: 60px;
    left: 60px;
    z-index: 2;
    text-shadow: 0 0 3px #ddd;
    cursor: pointer;
}

.slides,.testimonial-list {
    position: relative;
}

i.fa.fa-angle-right.slick-arrow {
    left: auto;
    right: 60px;
}
.single-slide-item .row.justify-content-center {
    text-align: center;
}
.testimonial-list .slick-arrow{
    color: #252525;
    left:0;
}
.testimonial-list i.fa.fa-angle-right.slick-arrow {
    left: auto;
    right: 0px;
}
.testimonial-list {
    padding: 30px 60px;
    color: #1f1f1f;
    font-size: 25px;
}

.testimonial-list img {
    margin: 0 auto 10px;
}

.testimonial-list h5 {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #1f1f1f;
    margin-bottom: 0;
}
.yellow-btn .boxed-btn{
    background:#ffc900;
    color: #1f1f1f;
}
.single-f-top {
    text-align: center;
}
.service-box,.team-box {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    height: 235px;
}
.team-box {
    height: 270px;
}
.service-box h5,.team-box h5 {
    position: absolute;
    width: 100%;
    bottom: 10px;
    margin: 0;
    z-index: 1;
    padding: 5px;
    font-weight: 400;
}
.team-box h5{
    bottom:0;
}
.service-box h5:after,.team-box h5:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #7ac80a;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .8;
}
.blue-btn .boxed-btn{
    background: #1579ad;
    color: #fff;
}
.overlay-gray {
    position: relative;
    z-index: 1;
}

.overlay-gray:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
}
.overlay-gray:after{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1f0ef+29,000000+100&1+12,0+100 */
background: -moz-linear-gradient(top, rgba(241,240,239,1) 12%, rgba(241,240,239,0.81) 29%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(241,240,239,1) 12%,rgba(241,240,239,0.81) 29%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(241,240,239,1) 12%,rgba(241,240,239,0.81) 29%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f0ef', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */}
.columns-border .elementor-column-wrap.elementor-element-populated {
    border: 1px solid #ddd;
    border-radius: 5px;
}
.page-title-area {
    text-align: center;
    z-index: 1;
    position: relative;
}

.page-title-area .row {
    min-height: 250px;
}

.page-title-area h2 {
    color: #fff;
    font-size: 45px;
    margin: 0;
    letter-spacing: 1px;
}

.page-title-area:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #646464;
    left: 0;
    top: 0;
    opacity: .45;
    z-index: -1;
}
.white-text.elementor-widget-text-editor {
    color: #fff;
}

.white-text h2 {
    color: #fff;
}

.fullwidth-area {
    position: relative;
}

.fullwidth-area .row {
    min-height: 540px;
}

.abs-img {
    width: 48%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
}

.fullwidth-area.full-justify-content-start .abs-img {
    left: auto;
    right: 0;
}

a.boxed-btn.phone-btn {
    position: relative;
    text-transform: none;
    padding: 15px 25px 15px 70px;
    z-index: 1;
}

a.boxed-btn.phone-btn i.fa {
    position: absolute;
    left: 13px;
    top: 50%;
    font-size: 40px;
    line-height: 50px;
    margin-top: -25px;
}

a.boxed-btn.phone-btn:before {
    position: absolute;
    content: "";
    background: #000;
    width: 45px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .1;
    z-index: -1;
}

a.boxed-btn.phone-btn span {
    font-weight: 600;
    text-decoration: underline;
}
.fullwidth-area .boxed-btn {
    margin-top: 20px;
}
span.blue-position {
    display: block;
    position: absolute;
    left: -112px;
    top: 113px;
    width: 270px;
    text-align: center;
    background: #1579ad;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    transform: rotate(-90deg);
    z-index: 2;
}
.blue-text-fix span.blue-position {
    top: 100px;
    left: -100px;
}

.blue-text-fix  h5 {
    padding-left: 35px;
}

.staff-top-row h2 {
    font-size: 35px;
    margin: 0;
}

.staff-top-row h3 {
    font-weight: 400;
}
.btn-number-remove .boxed-btn.phone-btn span {
    display: none;
}
.boxed-btn:hover {
    background: #8c8c8c;
    color: #fff;
}
.full-inn-txt {
    padding: 60px 0;
}
.footer-area a:hover {
    color: #1479ad;
}