/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


/* .playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

#main{
    padding-top: 114px;
}


.fc-1{
    color: #d80d07;
}

.fc-2{
    color: #777777;
}

.top-link-1 {
    font-size: 12px;
    font-weight: 600;
    color: #7e7e7e;
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-right: 3px !important;
}

.top-link-1 a{
    color: #221313;
}


.top-link-1::after{
    content: "";
    width: 1px;
    height:16px;
    background-color: #8f8f8f;
    display: block;
    margin-left: 14px;
}

#header .share-links>a{
    box-shadow: none;
}

.header-builder .share-links a:not(:hover) {
    /* background-color: #fff; */
    color: #343434;
}

.fixed-header #header{
    position: fixed;
    background-color: #fff;
    padding-top: 15px;
}

.header-builder-p .vc_column-inner>:last-child {
    margin-left: auto;
}

.main-menu-top{
    padding-top: 15px;
}

#header .main-menu > li.menu-item > a{
    color: #222529;
    font-size: 15px;
    padding: 2px 11px;
    text-transform: none;
}

#header .main-menu > li.menu-item.active:hover > a, 
#header .main-menu > li.menu-item:hover > a {
    background-color: transparent;
    color: #000;
}

#header .main-menu > li.menu-item.active > a, 
#header .main-menu > li.menu-item > a {
    position: relative;
    transition: all ease 0.5s;
}

#header .main-menu > li.menu-item.active > a::before, 
#header .main-menu > li.menu-item > a:before,
#header .main-menu > li.menu-item.active > a:after, 
#header .main-menu > li.menu-item > a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    width: 0%;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #ed1c24;
    transition: all ease 0.5s;
}

#header .main-menu > li.menu-item.active > a::before, 
#header .main-menu > li.menu-item > a:before{
    top: 0;
}

#header .main-menu > li.menu-item.active > a:after, 
#header .main-menu > li.menu-item > a:after{
    bottom: 0;
}

#header .main-menu > li.menu-item.active:hover > a::before, 
#header .main-menu > li.menu-item:hover > a:before,
#header .main-menu > li.menu-item.active:hover > a:after, 
#header .main-menu > li.menu-item:hover > a:after{
     width: 100%;
}

.vc_row.vc_row-no-padding .header-cap .vc_column-inner{
    padding-left: 31px;
    padding-right: 31px;
    text-align: right;
}

.t1{
    font-size: 45px;
    line-height: 45px;
    color: #222529;
    text-align: right;
    margin: 0;
}

.t1 span{
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    display: block;
    text-align: right;
}

.p1 {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    max-width: 217px;
    margin-left: auto;
    padding: 15px 0;
}

.btn-1 .vc_general.vc_btn3{
    background-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    color: #222529;
    border-radius: 0;
    border-color: #7e7e7e;
    font-weight: 600;
    width: 100%;
    max-width: 195px;
    padding: 17px 15px;
    margin-top: 15px;
}

.t2 {
    text-align: right;
    font-size: 37px;
    line-height: 50px;
    margin: 0;
    font-weight: 800;
}

.p2 {
    text-align: right;
    font-size: 15px;
    line-height: 28px;
    margin: 0;
    margin-left: auto;
    margin-bottom: 10px;
    font-weight: 600;
}

.t3 {
    font-family: "Playfair Display", serif;
    text-align: right;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    max-width: 370px;
    margin-left: auto;
}

.t4{
    font-size: 55px;
    line-height: 58px;
    font-weight: normal;
    margin: 0;
    letter-spacing: 2px;
}

.t5 {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
}

.p-wrap {
    font-size: 12px;
    line-height: 18px;
}

.read-more-btn .vc_general.vc_btn3{
    background-color: transparent;
    text-transform: uppercase;
    font-size: 12px;
    color: #d80d07;
    border: none;
    border-radius: 0;
    font-weight: 600;
    position: relative;
    padding:0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.read-more-btn .vc_general.vc_btn3:after{
    content: "\f061";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 25px;
}

.pad-r-1{
    padding-right: 35px;
}

.pad-1{
    padding-top: 32px;
    padding-right: 184px;
}

.bg-icons-1{
    background-image: url(assets/images/bg-icon-3.png);
    background-repeat: no-repeat;
    background-position: 77px 100%;
    padding-bottom: 97px;
}

.bg-icons-2{
    position: relative;
    padding-top: 28px;
}

.bg-icons-2::after{
    content: "";
    position: absolute;
    right: 25px;
    top: 0;
    width: 132px;
    height: 89px;
    display: block;
    background-image: url(assets/images/bg-icon-1.png);
    background-repeat: no-repeat;
    background-position: 0 0;    
}

.bg-1{
    background-color: #cd342c;
    background-image: url(assets/images/bg-icon-4.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.bg-2{
    max-width: 1000px;
    margin: 0;
    position: relative;
    z-index: 0;
}

.bg-2:after{
    content: "";
    background-color: #a50b08;
    /* background-image: url(assets/images/bg-1.png); 
    background-repeat: repeat;
    background-position: 0 0;*/
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    filter: opacity(0.7);
    z-index: -1;
}

.bg-2.margin-t-1{
    margin-top: 537px;
    margin-bottom: 25px;
}

.bg-2 > .vc_column_container{
    padding: 15px;
    padding-left: 35px;
}

.bg-2 > .vc_column_container .wpb_text_column{
    margin-bottom: 0;
}

/* .bg-3{
    background-image: url(assets/images/bg-icon-5.png);
    background-position: 0 100%;
    background-repeat: repeat-x;
    min-height: 400px;
} */

.bg-3{
    /* background-size: contain; */
    background-size: 100%;
}

.product-box .wpb_wrapper h3,
.product-box .wpb_wrapper{
    color: #fff;
}

.pos-1{
    position: relative;
    z-index: 99;
}

.pos-2{
    position: relative;
    z-index: 9;
    margin-top: -166px;
}

.vc_row.wpb_row.mid-img-pos-1{
    margin-top: -325px;
    margin-bottom: -100px;
    z-index: 99;
}

.sm-products-grid .sm-product-item {
    background: #fff;
    color: #777777;
    font-size: 12px;
    line-height: 16px;
    padding: 25px 22px;
    text-align: center;
}

.sm-products-grid.owl-carousel .owl-item .sm-product-item img{
    width: auto;
    max-height: none;
    margin: 0 auto;
}

.sm-products-grid.owl-carousel .owl-item .sm-product-item .sm-product-thumb{
    height: 70px;
}

.sm-products-grid .sm-product-item p{
    margin-bottom: 15px;
    min-height: 80px;
}

.sm-products-grid .sm-product-item .sm-product-thumb{
    padding-bottom: 15px;
}

.sm-product-item a.read-more {
    text-transform: uppercase;
    color: #d80d07;
    transition: all ease 0.5s;
    font-weight: 600;
}

.sm-product-item a.read-more:hover {
    color: #000;
}

.pos-img-1{
    position: relative;
    z-index: 99;
}

.pos-wrap-1{
    position: relative;
    margin-top: -230px;
    z-index: 9;
    /*background-size: contain;
     background-size: 100%;
    background-size: auto; */
    background-repeat: no-repeat;
    background-position: 50% 0;
    /* background-color: #cd342c; */
    background-color: #fff;
    z-index: 0;
}

.pos-wrap-1::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    /* background-color: #cd342c; */
    background-image: url(assets/images/bg-icon-6.png);
    background-repeat: repeat-x;
    background-position: 0 100%;
    z-index: -1;
    width: 100%;
    height: 100%;
}


.bg-4{
    position: relative;
    /* margin-top: -230px; */
    z-index: 9;
    /*background-size: contain;
     background-size: 100%;
    background-size: auto; */
    background-repeat: no-repeat;
    background-position: 50% 0;
    /* background-color: #cd342c; */
    /* background-color: #fff; */
    z-index: 0;
}



.pos-wrap-1 .pos-sec h3{
    color: #fff;
}

.pos-wrap-1 .pos-sec {
    width: 100%;
    position: absolute;
    bottom: 266px;
    left: 0;
    color: #fff;
}


/* ============= Responsive =============== */

@media (max-width: 1366px) {
    .pos-wrap-1{
        background-position: 20% 0;
    }
}