/*
Theme Name: PPM Quickstart
*/
@font-face {
    font-family: 'Rainer v03';
    src: url('assets/fonts/Rainerv03.eot');
    src: url('assets/fonts/Rainerv03.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Rainerv03.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rainer v03';
    src: url('assets/fonts/Rainerv03-Bold.eot');
    src: url('assets/fonts/Rainerv03-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Rainerv03-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeueHaasGroteskText Pro Md';
    src: url('assets/fonts/NHaasGroteskTXPro-65Md.eot');
    src: url('assets/fonts/NHaasGroteskTXPro-65Md.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/NHaasGroteskTXPro-65Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'assets/fonts/NeueHaasGroteskText Pro';
    src: url('assets/fonts/NHaasGroteskTXPro-55Rg.eot');
    src: url('assets/fonts/NHaasGroteskTXPro-55Rg.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/NHaasGroteskTXPro-55Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.container {
    max-width: 1270px;
}


.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}
a {color: #fc6d10}
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: 700;
}
p:last-child {margin-bottom: 0}
body {
    font-family: 'assets/fonts/NeueHaasGroteskText Pro', sans-serif;
    color:#7b7b7b;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
}

.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;
}
div.elementor-widget-heading.large-font .elementor-heading-title{
    font-family: 'Rainer v03', sans-serif;
    font-weight: bold;
}
.menu-style .quote-btn a.elementor-item {
    background: #fd6d0e;
    color: #fff !important;
    text-transform: uppercase;
    padding: 13px 21px 10px !important;
}
.mainmenu .quote-btn > a{
    background: #fd6d0e !important;
    color: #fff !important;
    text-transform: uppercase !important;
    padding: 0px 20px 0 !important;
    max-height: 50px !important;
    line-height: 50px !important;
}

.menu-style i.fa.fa-search {
    font-size: 19px;
}
.f-menu-style .elementor-nav-menu li {
    width: 50% !important;
    float: left !important;
}
.title-row {
    position: relative;
    text-align: center;
}
.bigger-title{
    position: absolute;
    width: 100%;
    left: 0;
    top:0;
}
.bigger-title h3 {
    margin: 0;
    color: #cccccc;
    font-size: 200px;
    font-family: 'Rainer v03', sans-serif;
    font-weight: bold;
    opacity: .3;
    line-height: 0.6;
    position: relative;
    top: -17px;
    letter-spacing: 4px;
}

.title-row .row {
    min-height: 200px;
}

.title-row h4,.recent-product-area h4 {
    margin: 0;
    font-size: 26px;
    color: #000000;
    font-weight: 400;
}

.slide-text h2 {
    font-size: 125px;
    font-family: 'Rainer v03', sans-serif;
    line-height: 1;
    margin-bottom: 50px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,.2);
}

.boxed-btn{
    display: inline-block;
    background: #fd6d0e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 20px;
    transition: .3s;
}

.slide-text .boxed-btn {
    padding-left: 90px;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.slide-text .boxed-btn:before {
    position: absolute;
    width: 45px;
    height: 1px;
    content: "";
    background: #fff;
    left: 20px;
    line-height: 2px;
    top: 50%;
    margin-top: -1px;
}

.boxed-btn:hover {
    background: #000;
    color: #fff;
}
.slider-text-row .row,.slider-area {
    min-height: 520px;
}
.slides.slick-slider .single-slide-item {
    height: 520px !important;
}
.slide-text {
    margin-bottom: 30px;
}
.single-slide-item {
    background-size: cover;
    background-position: center;
	
}

.slider-area {
    position: relative;

}

.slider-text-row {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: auto;
}
.slides {
    position: relative;
    z-index: -1;
	    width: 100%;

	
}

.product-top-area {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d8d8d8;
}

.product-top-area > div {
    border-left: 1px solid #d8d8d8;
    position: relative;
}

.product-top-area > div:first-child {
    border: none;
}

.top-item-inner {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    transition: .2s;
    position: relative;
}

.top-item-hover {
    position: absolute;
    background-color: #fff;
    padding: 16px;
    margin-top: 25px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    color: #000;
    font-size: 14px;
    box-shadow: 0 0 10px #00000042;
}

.top-img img {
    height: 57px;
    width: auto;
    margin-right: 25px;
    max-width: 70px;
}

.top-text {
    font-size: 18px;
    color: #000;
    line-height: 23px;
}

.single-top-item:hover .top-item-inner {
    box-shadow: 0 0 20px #00000052;
}

.single-top-item:hover .top-item-hover {
    opacity: 1;
    visibility: visible;
}

.top-item-inner:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 20px;
    width: 20px;
    content: "";
    background: #f7f7f7;
    transform: rotate(45deg);
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    box-shadow: 8px 8px 8px #00000029;
}

.single-top-item:hover .top-item-inner:after {
    opacity: 1;
    visibility: visible;
}

.readmore-content.collapsed {overflow: hidden}

.product-title {
    font-size: 42px;
    color: #000000;
    line-height: 48px;
    margin-bottom: 25px;
}

.product-meta-top h3 {
    color: #000;
    font-size: 21px;
}

.product-specifications a.nav-link {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #000;
}

.product-specifications li.nav-item {
    display: table;
    height: 67px;
    width: 33.3333%;
}

.product-specifications {
    border: 1px solid #000;
    margin-bottom: 15px;
    background: #000;
    border-right: 0;
}

.product-specifications li.nav-item:last-child a.nav-link {
    border: none;
}

.product-specifications a.nav-link.active {
    background: #000;
    color: #fff;
}

.product-form {
    border-top: 1px solid #a2a2a2;
    margin-top: 40px;
    padding-top: 10px;
}

.product-form .gform_wrapper h3.gform_title {
    font-size: 26px;
    color: #fd6d0e;
    margin-bottom: 10px;
}

.product-form .gform_wrapper span.gform_description {
    color: #000;
    font-size: 21px;
    margin-bottom: 0;
}

.product-form ::placeholder ,.tmb-form ::placeholder {
    color: #979797;
}

.product-form .gform_wrapper .gform_body input[type=text],.product-form .gform_wrapper .gform_body select,.tmb-form .gform_wrapper .gform_body input[type=text],#header-popup .gform_wrapper .gform_body input[type=text]{
    border-bottom: 1px solid #979797;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 10px 0px !important;
    background: transparent;
}

.product-form .gform_wrapper .gform_body select {
    color: #979797;
}

.product-form li#field_1_8 {
    margin-top: 37px;
}

.product-form li#field_1_10 {
    margin-top: 32px;
}

.gform_wrapper .gform_footer input[type=submit] {
    background: #fd6d0e;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 50px;
}

.product-form .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
}
.sp-tab-con button{
    border: none;
    margin-top: 25px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    display: inline-block;
    padding: 0;
}
.sp-tab-con{
    color:#000;
    font-size: 18px;
}
.boxed-btn.sp-boxed-btn {
    font-size: 13px;
    padding: 23px 25px 22px;
}

.product-meta-top {
    margin-bottom: 30px;
}
.sp-tab-con button i {
    margin-left: 5px;
}
.promo-area{
    background: #e9e9e9;
}
.single-promo-box {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    text-align: center;
    color: #000;
    height: 100%;
}

.promo-row .col {
    padding-left: 10px;
    padding-right: 10px;
}

.promo-row .row {
    margin-left: -10px;
    margin-right: -10px;
}

.single-promo-box h4 {
    line-height: 30px;
    font-size: 23px;
    font-weight: 400;
}

.single-promo-box img {
    margin-bottom: 10px;
}

.promo-row {
    margin-top: 40px;
}
.recent-product-boxes {
    margin-top: 60px;
}

.rp-img img {
    max-width: 220px;
}

.rp-img {
    width: 100%;
    height: 250px;
    display: table;
    border: 1px solid #979797;
    transition: .3s;
}

.rp-img-inner {
    display: table-cell;
    vertical-align: middle;
}

.single-recent-product h5 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-top: 25px;
}

.single-recent-product .rp-btn {
    color: #fd6d0e;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
}

.single-recent-product:hover .rp-btn {
    visibility: visible;
    opacity: 1;
}

.single-recent-product {
    cursor: pointer;
}

.single-recent-product:hover .rp-img {
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.acc-style .elementor-tab-title {
    border-bottom: 1px solid #979797 !important;
}
.shadow-hover > .elementor-container > .elementor-row > .elementor-column{
    transition:.3s;
}
.shadow-hover > .elementor-container > .elementor-row > .elementor-column:hover,.nb-item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    background:#fff;
}
.nb-item {
    position: relative;
    padding: 30px;
    cursor:pointer;
    transition:.3s;
}

.nb-item h1 {
    color: #f1f1f1;
    font-size: 175px;
    position: absolute;
    left: 10px;
    top: 50%;
    line-height: 200px;
    margin-top: -100px;
}

.nb-item img {
    max-width: 90px !important;
}

.nb-item h4 {
    font-weight: 400;
    color: #fd6d0e;
}
.tmb-form .gform_wrapper .gform_footer {
    text-align: right;
    margin: 0;
    padding: 0;
    width: 50%;
    float: right;
    margin-top: -70px;
}
.f-top-row {
    padding-bottom: 80px;
    color: #000;
}

.f-top-row h1 {
    font-size: 71px;
    color: #000000;
    font-family: "Rainer v03", sans-serif;
    letter-spacing: 3px;
    margin-bottom: 50px;
}

.f-top-row .plain-btn i.fa,.single-recent-product a i.fa {
    font-family: fontawesome;
}

.f-top-row .plain-btn {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-top: 30px;
}

.f-top-row .plain-btn i.fa,.single-recent-product a i.fa {
    margin-right: 10px;
}

.f-top-row .plain-btn:hover {
    color: #fd6d0e;
}

.f-top-row h4 {
    font-size: 26px;
    margin-bottom: 25px;
}

.f-top-row h5 {
    font-size: 21px;
}

.f-top-row h5,.f-top-row h4 {
    line-height: 1.5;
}
.ft-text{
    padding-left:20px;
}
#header-popup {
    color: #000;
}

#header-popup .gform_wrapper h3.gform_title {
    font-size: 26px;
}

#header-popup .gform_wrapper .gform_body h3 {
    font-size: 19px;
    font-style: italic;
    color: #fd6d0e;
}

#header-popup .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,#header-popup .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],#header-popup .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0;
    margin-right: 5px;
}


#header-popup .gform_wrapper .gform_footer {
    text-align: right;
}

#header-popup .modal-body {
    padding-left: 40px;
    padding-top: 0;
}

#header-popup .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}
#header-popup li#field_3_4 .ginput_container {
    margin-top: 23px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    color: #000 !important;
}

.mainmenu .menu-mega-menu-categories-container li {
    width: 33% !important;
    float: left !important;
}

.mainmenu .menu-mega-menu-categories-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainmenu .menu-mega-menu-categories-container li a {
    color: #000;
    font-weight: 400;
    font-size: 15px !important;
    margin-bottom: 10px !important;
    display: block;
	padding-left:10px;
}

.mainmenu .menu-mega-menu-categories-container li a:hover {
    color: #fd6d0e;
}

.mainmenu .menu-mega-menu-categories-container li.angle-btn a,.mainmenu a.angle-right {
    color: #fd6d0e;
}

.mainmenu .menu-mega-menu-categories-container li.angle-btn a i.fas,.mainmenu a.angle-right i.fas {
    margin-left: 5px;
}

.mainmenu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    color: #000 !important;
    font-size: 16px !important;
}
.mainmenu ul.mega-sub-menu {
    box-shadow: 0 0 10px rgba(0,0,0,.1) !important;
}
.mainmenu a.angle-right {
    float: right;
    margin-right: 3px;
}
.blog-top-area{
    background-image:url(assets/img/blog.jpg);
}
.blog-top-area {
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 250px;
    color: #fff;
    font-size: 19px;
    background-color: #000;
}

.top-breadcrumb a {
    color: #fff;
    margin-right: 10px;
}

.top-breadcrumb a i {
    margin-left: 5px;
    position: relative;
    bottom: -1px;
}

.top-breadcrumb {
    margin-bottom: 5px;
}

.blog-top-area h1 {
    font-family: 'Rainer v03', sans-serif;
    font-size: 91px;
    margin-bottom: 20px;
}

.content-block.blog-posts {
    padding-top: 0;
}

.content-block.blog-posts .internal-content-wrap {
    margin-top: -100px;
}

.single-post-item.top-bigger-post .row {
    min-height: 340px;
}

.single-post-item.top-bigger-post {
    position: relative;
    background: #fff;
}

.single-post-item.top-bigger-post .post-bg {
    position: absolute;
    width: 40%;
    height: 100%;
}

.post-bg {
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    width: 100%;
    height: 235px;
}

.single-post-item {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    height: 100%;
    position: relative;
}

.post-info ul.post-categories,.post-info-single ul.post-categories{
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.post-info ul.post-categories li,.post-info-single ul.post-categories li {
    display: inline;
}

.post-info ul.post-categories li a,.post-info a.post-btn,.post-info-single ul.post-categories li a {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 5px;
    color: #fd6d0e;
    font-weight: 700;
}

.post-info {
    text-align: center;
    padding: 30px 30px 40px 30px;
    height: 100%;
}

.post-info a.post-btn i.fa {
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.single-post-item h2 {
    font-size: 26px;
    color: #000;
    margin-bottom: 20px;
}

.col-lg-12.post-no-1.post-col {
    margin-bottom: 30px;
}
.post-btn {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 30px;
}

.single-post-item.top-bigger-post .post-btn{
    position:relative;
    left:auto;
    bottom:auto;
    margin-top:20px;
}
.single-post-item.top-bigger-post .post-info{
    padding:30px 30px 30px 0;
}
.ppm-pagination-area {
    text-align: center;
    margin-top: 60px;
}

.ppm-pagination-area a {
    display: inline-block;
    margin: 0 5px;
    background: #fd6d0e;
    color: #fff;
}

.ppm-pagination-area span,.ppm-pagination-area a {
    display: inline-block;
    padding: 3px 15px 5px;
    transition: .3s;
}

.ppm-pagination-area span {
    background: #000;
    color: #fff;
}

.ppm-pagination-area a:hover {
    background: #000;
    color: #fff;
}

.single-product-text {
    font-size: 18px;
    color: #545454;
}
.single-product {
    margin-bottom: 30px;margin-left: 30px;
}
.get-in-touch-form .gform_wrapper .top_label .gfield_label {
    display: none;
}

.get-in-touch-form .gform_wrapper input {border: none;border-bottom: 1px solid #979797;}


.get-in-touch-form .gform_footer.top_label {
    text-align: right;
    margin-top: -75px;
}

.get-in-touch-form input[type="submit"] {
    padding: 10px 60px !important;
}

.get-in-touch-form input {
    margin-bottom: 20px;
}

span.category-thumb {
    height: 250px;
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    background-size: cover;
    background-position: center;
    margin-bottom: 11px;
    transition: .3s;
}
.single-cat-box:hover .category-thumb {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
a.single-cat-box {
    margin-bottom: 40px;
    display: block;
    text-align: center;
}

a.single-cat-box h4 {
    font-size: 18px;
    color: #333;
}
.pi-gallery-big-small {
    /* border: 1px solid #ddd; */
    padding: 10px;
    margin: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.pi-gallery-small .slick-list {
    margin-left: -12px;
}

.pi-gallery-small {
    position: relative;
    padding: 0 10px;
}

.pi-gallery-small .slick-arrow {
    position: absolute;
    left: -30px;
    background: #fd6d0e;
    color: #fff;
    line-height: 25px;
    z-index: 9;
    padding: 7px;
    font-size: 16px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}

.pi-gallery-small i.fa.fa-angle-right.slick-arrow {
    left: auto;
    right: -20px;
}

.pi-gallery-small .slick-arrow:hover {
    background: #333;
    color: #fff;
}

.pi-gallery-big-single {
    padding: 30px;
}

.pi-gallery-big {margin-right: 13px;margin-bottom: 10px;border: 1px solid #dddddd;}
div#form-box {
    position: relative;
    top: -150px;
}
.margin-bottom{
    margin-bottom:100px;
}
.cat-page-title{
    color: #000000;
    font-weight: 400;
    font-size: 30px;
    padding-bottom: 30px;
}
.post-info-single ul.post-categories {
    margin-bottom: 15px;
}

.post-info-single h2,.post-info-single h6 {
    color: #000;
}

.post-info-single h2 {
    font-size: 42px;
    margin-bottom: 25px;
}

.post-info-single {
    margin-bottom: 45px;
}

.post-info-single h6 {
    font-size: 11px;
    font-weight: bold;
}

.post-info-single ul.post-categories li a {
    font-size: 12px;
}

.post-details {
    color: #000;
    text-align: center;
}

.post-details a {
    color: #fd6d0e;
}
.post-details .wp-post-image {
    margin-bottom: 30px;
}
#header-popup li#field_3_7,#header-popup li#field_3_8 {
    margin-top: -20px;
    margin-bottom: 20px;
}
.text-box button {
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
}

.text-box button i {
    margin-left: 5px;
}

.text-box button:hover {
    color: #fd6d0e;
}

.scrolled-500px .hide-on-sticky {
    display: none;
}

.search-title-area h2{font-family: 'Rainer v03', sans-serif}

.search-title-area {
    background-color: #131210;
    color: #fff;
}

.search-title-area h2 {
    font-size: 50px;
    margin: 0;
    padding: 100px 0;
}