/*---Fonts---*/
.sa-language #site-navigation.main-nav ul li a{
	font-family: 'Scheherazade', serif;
	font-size: 29px;
	font-weight: 400;
	padding-top: 15px;
	padding-bottom: 16px;
}
.sa-language .slide-container .slide-content .slide-title{
	font-family: 'Scheherazade', serif;
	font-size: 50px;
	line-height: 40px;
}
.sa-language h2.title{
	font-family: 'Scheherazade', serif;
	font-size: 40px;
	line-height: 40px;
}
.sa-language .text{
	font-size: 25px;
	line-height: 1;
}
.sa-language .topbar .topbar-left .widget{
	font-size: 20px;
}
.sa-language .topbar .topbar-left .widget .fa{
	font-size: 14px;
}
.sa-language .red.redbg .fp-service-3 .text-container .text-wrapper .title{
	font-size: 27px;
	line-height: 27px;
}
.sa-language .footer-contact .textwidget h4{
	font-size: 24px;
}
.sa-language .site-footer .footer-contact p {
    font-size: 20px;
    line-height: 27px;
}
.sa-language .contact-page .error-msg{
	direction: rtl;
	margin-top: 5px;
}
.sa-language .product-page .panel  .panel-title .small-title{
	font-size: 27px;
	line-height: 27px;
    font-family: 'Scheherazade', serif;
}
.sa-language .product-page .panel-body{
	font-size: 22px;
	font-family: 'Scheherazade', serif;
}
.sa-language .language-wrapper .dropdown-menu > li > a{
	font-family: 'Open Sans', sans-serif;
}
.sa-language .request-quote input,
.sa-language .request-quote textarea,
.sa-language .error-msg,
.sa-language .contact-page .contact-us-form input,
.sa-language .contact-page .contact-us-form textarea,
.sa-language .contact-page .form-group h5.small-title,
.sa-language .contact-page .form-group .text-muted{
	font-size: 25px;
	line-height: 26px;
}
.sa-language .fp-btn{
	font-size: 23px;
}
.sa-language div, .sa-language span, .sa-language p, .sa-language h5, .sa-language h6, .sa-language a, .sa-language li{
	font-family: 'Scheherazade', serif;
}
.sa-language .page-header .breadcrumb-area nav{
	font-family: 'Scheherazade', serif;
	font-size: 26px;
	line-height: 27px;
}
.sa-language .page-header .breadcrumb-area nav .fa{
	font-size: 15px;
}
/*---Global Styles---*/
.error-page .title{
    margin-bottom: 0;
    color: #333333;
    margin-top: 30px;
}
.error-page .small-title{
    margin-top: 0;
    margin-bottom: 50px;
}
html, body{
    overflow-x: hidden!important;
}
input:focus, textarea:focus, button:focus {
    outline: none!important;    
}

.body-padding{
    padding-top: 80px;
}
.video-wrapper{
    overflow: hidden;
    height: calc(100vh - 180px);
}
.video-wrapper video{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.visible-xxs{
    display: none;
}
.slide-container{
    position: relative;
    overflow: hidden;
}
.video-wrapper::after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/dot.png);
    background-repeat: repeat;
    background-size: 3px;
    opacity: 0.5;
}
.redbg .error-msg{
    color: #fff;
}
.error-msg{
    color: #ac1d21;
    margin-top: -10px;
}
p{
    color: #272727;
    line-height: 1.4;
}
.hr-red{
    border-color: #ac1d21;
    border-width: 2px;
}
.z-3{
    position: relative;
    z-index: 3;
}
.mb-0{
    margin-bottom: 0!important;
}
.breadcrumb-area nav.breadcrumb span > span{
    color: #ac1d21;
}
div, span, p, h5, h6, a, li{
    font-family: 'Open Sans', sans-serif;;
}
h1, h2, h3, h4{
    font-family: 'Open Sans', sans-serif;;
}
.title{
    margin-bottom: 35px;
    font-weight: 600;
    color: #ac1d21;
    margin-top: 0;
}
h2.title{
	font-size: 30px;
}
.small-title{
    font-weight: 600;
    color: #ac1d21;
}
.text-container{
    margin-bottom: 50px;
}
.text-italic{
    font-style: italic;
}
.pl-5{
    padding-left: 5px;
}
.pr-5{
    padding-right: 5px;
}
.fp-btn.btn{
    background-color: #ac1d21;
    position: relative;
    padding: 2px 25px;
}
.white-btn.fp-btn.btn{
    background-color: transparent;
    border: 1px solid #fff;
    transition: 0.3s ease;
}
.white-btn.fp-btn.btn:hover{
    background-color: rgba(255,255,255,1);
    color: #ac1d21;
    border-color: #ac1d21;
}
a.btn{
    border-radius: 0;
}
.col-owl{
    padding-left: 15px;
    padding-right: 15px;
}
.text-bold{
    font-weight: 700;
}
.text-red{
    color: #ac1d21;
}
.secpadd70 {
    padding: 50px 0;
}

@media only screen and (min-width: 767px){
    .custom-col-1-5{
        float: left;
        width: 20%;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (min-width: 768px){
    .contact-us-form .custom-row .col-sm-6:nth-child(2n+1){
        clear: both;
    }
}
.contact-us-form .custom-row .form-group {
    margin-bottom: 0;
}
div.fp-feature-product div.owl-controls div.owl-nav div{
    border-color: #ac1d21!important;
    color: #ac1d21!important;
    border-width: 1px;
}
div.fp-feature-product div.owl-controls div.owl-nav div:hover{
    background-color: #ac1d21!important;
    border-color: #ac1d21!important;
    color: #fff!important;
}

div.fp-feature-machine div.owl-controls div.owl-nav div{
    border-color: #ac1d21!important;
    color: #ac1d21!important;
    border-width: 1px;
}
div.fp-feature-machine div.owl-controls div.owl-nav div:hover{
    background-color: #ac1d21!important;
    border-color: #ac1d21!important;
    color: #fff!important;
}
.breadcrumb-area{
    border-top: 2px solid #ac1d21;
    background-color: #f3f3f3;
}
p.main-color,
span.main-color{
    color: #ac1d21;
}
div.fp-section-title h2::before,
div.fp-section-title h2::after{
    background-color: #ac1d21;
}
div.woocommerce ul.products li.product .product-inner:hover img{
    border-color: transparent;
}
div.woocommerce ul.products li.product .product-header .product-quick-view{
    background-color: #ac1d21;
}
div.woocommerce ul.products li.product .price > span{
    color: #ac1d21;
}
div.fp-estimation input[type="submit"],
input.fp-btn,
div.fp-estimation button[type="submit"]{
    background-color: #ac1d21;
}
a.fp-btn.btn:hover,
button.fp-btn.btn:hover{
    border: 2px solid #ac1d21;
    color: #ac1d21;
    background-color: transparent;
}
button.fp-btn.btn{
    border: 2px solid #ac1d21;
    transition: 0.3s ease;
}
a.fp-btn.btn{
    border: 2px solid #ac1d21;
}
a.btn.btn-outline{
    border: 2px solid  #ac1d21;
    background-color:  #ac1d21;
    color: #fff;
}
#gmap{
    height: 400px;
    z-index: 3;
}
.request-container .fp-form-2 .field{
    margin-bottom: 15px;
}
div.secpadd{
    padding-top: 60px;
}
.fp-section-title h2{
    font-size: 28px;
    margin-bottom: 40px;
}
#btnToTop{
    position: fixed;
    right: 30px;
    bottom: 10px;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #ac1d21;
    outline: 2px solid rgba(255,255,255,0.8);
    opacity: 0;
    transition: 0.3s ease;
    z-index: 9999;
}
#btnToTop:focus{
    outline: none;
}
#btnToTop.showBtn{
    opacity: 1;
}
#btnToTop{
    color: #fff;
}
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex.flex-direction-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex.flex-middle{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}
.flex.flex-vertical-middle{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.flex.flex-horizontal-middle{
    flex-direction: row;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.owl-prev .fa-angle-left::before{
    content: "\f0d9";
}
.owl-next .fa-angle-right::before{
    content: "\f0da";
}
.list-squares{
    list-style: none;
    color: #ac1d21;
}
.list-squares li{
    position: relative;
}
.list-squares li::before{
    content: " ";
    background-color: #ac1d21;
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-right: 10px;
}
.text-white{
    color: #fff;
}
.logo-footer {
    margin-top: 7px;
}
.btn.bg-red{
    background-color: #ac1d21;
    color: #fff;
}
.btn.bg-gray{
    background-color: #dbdbdb;
    color: #fff;
}
.btn .fa.fa-file-pdf-o{
    font-size: 16px;
    padding-right: 4px;
}
.custom-hidden-hr{
    display: none;
}
.gray.graybg{
	background-color: #f3f3f3;
	color: #272727;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 60px;
}
.gray.graybg .title,
.gray.graybg .text{
	color: #272727;
}
.gray.graybg .icon-list img{
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.8 0.19999999999999996" /><feFuncG type="table" tableValues="0.8 0.19999999999999996" /><feFuncB type="table" tableValues="0.8 0.19999999999999996" /></feComponentTransfer></filter></svg>#filter');
-webkit-filter: invert(80%);
        filter: invert(80%);
}
.gray.graybg .icon-list-wrapper{
	padding-top: 40px;
}
.gray.graybg .icon-list li{
	padding-left: 15px;
	padding-right: 15px;
}
/*---Header---*/
#site-navigation.main-nav ul li a{
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-weight: 600;
    padding-top: 28px;
    padding-bottom: 30px;
    font-size: 15px;
    line-height: normal;
    padding-left: 7px;
    padding-right: 7px;
}
#site-navigation.main-nav ul li .extra-menu-item a:hover{
    color: #fff;
}
#site-navigation.main-nav ul li{
    padding-right: 7px;
}
#site-navigation.main-nav ul li:last-child{
    padding-right: 0;
}
#site-navigation.main-nav ul li a:focus,
#site-navigation.main-nav ul li a:hover{
    color: #ac1d21;
    outline: none;
    border: none;
}
#site-navigation.main-nav ul li.current-menu-item a{
    color: #ac1d21;
    position: relative;
}
#site-navigation.main-nav ul li.current-menu-item a::after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    border: 2px solid #ac1d21;
}
div.topbar .topbar-left .fa{
	padding-right: 3px;
}
div.topbar .language-wrapper #dropdownMenu1{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #ac1d21;
    border-radius: 0;
    color: #fff;
    border: none;
    font-family: 'Open Sans', sans-serif;
    transition: 0.2s ease;
}
div.topbar .language-wrapper #dropdownMenu1:hover,
div.topbar .language-wrapper #dropdownMenu1:focus{
    background-color: #fff;
    color: #272727;
}
div.topbar .language-wrapper .open #dropdownMenu1{
    background-color: #fff;
    color: #272727;
}
div.topbar .language-wrapper .dropdown-menu{
    border-radius: 0;
    right: 0;
    left: unset;
    min-width: 65px;
}
#site-navigation.main-nav ul li div.extra-menu-item.menu-item-button-link a:hover{
    background-color: #333333;
    border:none;
}
#site-navigation.main-nav ul li div.extra-menu-item.menu-item-button-link a{
    border:none;
}
div.primary-mobile-nav ul.menu li.current-menu-item > a.close-canvas-mobile-panel{
    padding: 22px 13px;
}
div.primary-mobile-nav ul.menu li.current-menu-item > a{
    color: #ac1d21;
}
div.primary-mobile-nav ul.menu li.current-menu-item > a{
    border-bottom: 1px solid;
    padding-bottom: 3px #ac1d21;
}
#site-navigation.main-nav ul li div.extra-menu-item.menu-item-button-link a:focus{
    color: #fff;
}
.header-main .extra-menu-item{
    float: none;
}
#topbar.topbar{
    background-color: #333333;
}
#topbar.topbar .topbar-left{
    line-height: 20px;
}
div.topbar .topbar-left .widget{
    border-color: rgba(255,255,255,0.6);
}
.primary-mobile-nav .mobile-language-wrapper #dropdownMenu1{
    min-width: auto;
}
.primary-mobile-nav .mobile-language-wrapper .open #dropdownMenu1{
    border: 2px solid #ac1d21;
    color: #ac1d21;
    background-color: transparent;
}
.primary-mobile-nav .mobile-language-wrapper .dropdown-menu{
    border-radius: 0;
    min-width: 85px;
}
.primary-mobile-nav .mobile-language-wrapper .dropdown-menu li a{
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-top: 7px;
    padding-bottom: 7px;
}
.primary-mobile-nav .mobile-language-wrapper .dropdown-menu li:last-child a{
    border-bottom: none;
}
.primary-mobile-nav .mobile-language-wrapper .dropdown-menu{
    padding-top: 0;
}
 /*---Footer---*/
div.site-footer .footer-contact .widget-logo{
    width: 200px;
    margin-top: 10px;
}
div.site-footer .footer-contact{
    border-bottom: none;
    padding-bottom: 30px;
}
div.site-footer .footer-contact .widget_text h4{
    color: #fff;
}
div.widget .widget-title::after{
    background-color: #ac1d21;
}
footer.site-footer .footer-copyright a{
    color: #ac1d21; 
}
#colophon{
    background-color: #333333;
    padding-top: 50px;
    padding-bottom: 15px;
}
#colophon .site-info{
    color: #fff;
}
.site-footer .footer-contact{
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 65px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    margin-bottom: 20px;
}
.site-footer .footer-contact p{
    color: #fff;
    font-size: 15px;
}
.site-footer .footer-contact i{
    color: #fff;
    font-size: 20px;
    padding-right: 5px;
}
div.requst-quote1{
    padding-bottom: 0;
    padding-top: 0;
}
.requst-quote1 .container-relative{
    position: relative;
    padding-left: 0;
}
.requst-quote1 .container-absolute{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.requst-quote1 .request-container{
    padding-top: 35px;
}
.requst-quote1 .request-container .fp-section-title h2{
    margin-bottom: 45px;
}
.site-footer .footer-copyright .site-info{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.site-footer .footer-copyright .site-info a{
    color: #fff;
    font-weight: bold;
}
#footer-widgets.footer-widgets .pre-footer .footer-contact p.number{
    margin-top: 0;
    margin-bottom: 0;
}
.footer-contact .textwidget h4 {
    font-size: 16px;
    color: #fff;
    display: inline-block;
}
div.footer-contact p{
    font-weight: normal;
}
.partners-carousel .owl-item .icon-wrapper img{
    margin-left: auto;
    margin-right: auto;
}
/*---Homepage---*/
.slide-container #nextSecBtn{
    color: #fff;   
    font-size: 35px;
    background-color: #ac1d21;
    height: 40px;
    width: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
	margin-right: auto;
    border: none;
    outline: none;
}
.slide-container #nextSecBtn i{
    position: relative;
    top: 0;
    transition: 0.3s ease;
}
.slide-container #nextSecBtn:hover i{
    top: 3px;
}
.slide-container .slide-content{
	position: absolute;
	top: 50%;
	left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	background-color: rgba(0,0,0,0.6);
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	min-width: 650px;
}
.slide-container .slide-content .slide-title{
	color: #fff;
	margin-top: 10px;
    font-size: 30px;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
    font-weight: normal;
}
.slide-container .slide-content .slider-logo{
    width: 210px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#masthead.site-header{
    padding-top: 0;
    padding-bottom: 0;
    overflow-x: hidden;
    max-width: 100%;
}
#slider1 .slotholder::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}
.whoandchoose-1{
    position: relative;
    min-height: 470px;
}
.whoandchoose-1.secpadd{
    margin-top: 80px;
    margin-bottom: 110px;
    padding-top: 0;
    padding-bottom: 0;
}
.red.redbg .fp-service-3.dark{
    position: relative;
    background-color: transparent;
}
.red.redbg .fp-service-3.dark::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid rgba(255,255,255,0.5);
    height: 100%;
}
.red.redbg .fp-service-3.dark::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid rgba(255,255,255,0.5);
    height: 100%;
}
.whoandchoose-1 .first-half{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
}
.whoandchoose-1 .first-half .img-container{
    position: relative;
    z-index: 1;
}
.whoandchoose-1 .second-half .background{
    background-color: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 40px;

    min-height: 310px;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.whoandchoose-1 .fp-btn{
    margin-top: 20px;
}
.whoandchoose-1 .btn-wrapper{
    margin-bottom: 30px;
}
.red.redbg{
    background-color: #ac1d21!important;
    padding-top: 50px;
    padding-bottom: 50px;
}
.red.redbg .icon-wrapper img{
    will-change: transform;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}
.red.redbg .text-container{
    margin-top: 10px;
}
.red.redbg .fp-service-3{
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100%;
}
.red.redbg .fp-service-3 .text-container{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px;
}
.red.redbg .fp-service-3 .text-container .number-wrapper{
    display: inline-block;
    font-size: 50px;
    margin-right: 10px;
    line-height: 1;
}
.red.redbg .fp-service-3 .text-container .text-wrapper{
    position: relative; 
    bottom: 1px;
    text-align: center;
}
.red.redbg .fp-service-3 .text-container .text-wrapper .title{
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 17px;
}
.red.redbg .fp-service-3 .text-container .text-wrapper .title::after{
    position: static;
    -webkit-transform: none;
            transform: none;
}
div.products-1 .products .owl-controls .owl-prev{
    left: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    background-color: #ac1d21 !important;
    border-color: #ac1d21 !important;
    color: #fff !important;
    border-radius: 0!important;
}
div.products-1 .products .owl-controls .owl-next{
    right: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    background-color: #ac1d21 !important;
    border-color: #ac1d21 !important;
    color: #fff !important;
    border-radius: 0!important;
}
div.products-1 .fp-section-title h2::before,
div.products-1 .fp-section-title h2::after{
    left: 50%;
    -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
}
.products.owl-carousel .product .title-container .small-title{
    border-bottom: 2px solid #ac1d21;
    color: #ac1d21;
}
div.woocommerce ul.products li.product .product-inner{
    background-color: #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
}
div.woocommerce ul.products li.product{
    padding: 10px;
}
div.woocommerce ul.products li.product .product-header{
    overflow: hidden;
    background-color: #f7f7f7;
}
div.woocommerce ul.products li.product .product-header::after{
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('../images/pp-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
}
div.woocommerce ul.products li.product .product-inner:hover{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.requst-quote1 .fp-estimation .text-1,
.requst-quote1 .fp-estimation i{
    display: block;
    color: #fff;
    font-size: 23px;
}
.requst-quote1 .fp-estimation .text-2{
    color: #fff;
    text-transform: none;
    font-size: 16px;
    text-align: left;
}
.requst-quote1 .fp-estimation .subscribe input{
    border-color: rgba(0, 0, 0, 0.7);
}
.requst-quote1 .fp-estimation .subscribe button{
    border: none;
}
.industry-section .icon-wrapper{
    background-color: #ac1d21;
    padding: 20px;
}
.industry-section .product-category a .img-wrapper{
    overflow: hidden;
}
.industry-section .product-category a .img-wrapper img{
    transition: 0.4s ease;
    margin-left: auto;
    margin-right: auto;
}
.industry-section .product-category a:hover .img-wrapper img{
    transform: scale(1.1);
}
.industry-section .icon-wrapper img{
    margin-left: auto;
    margin-right: auto;
}
.industry-section .img-wrapper{
    background-color: #f3f3f3;
}
.industry-section .img-wrapper{
    margin-left: auto;
    margin-right: auto;
}
.industry-section .btn-wrapper{
    margin-top: 20px;
}
div.machines-production .machines .owl-controls .owl-prev{
    left: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    background-color: #ac1d21 !important;
    border-color: #ac1d21 !important;
    color: #fff !important;
    border-radius: 0!important;
}
ul.machines.owl-carousel .machine-inner .img-container img{
    max-width: 450px;
}
div.machines-production .machines .owl-controls .owl-next{
    right: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    background-color: #ac1d21 !important;
    border-color: #ac1d21 !important;
    color: #fff !important;
    border-radius: 0!important;
}
div.machines-production .machines .btn-wrapper{
    margin-top: 25px;
    padding-left: 15px;
}
div.machines-production .machine-inner li{
    color: #333;
}
.machines-production.secpadd{
    padding-top: 60px;
}
.machines-production .bg-container{
    background-color: #f3f3f3;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: url('../images/linija-18.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 25%;
}
.machines-production .bg-container .small-title{
	margin-top: 0;
}
.machines-production .img-container img{
    width: 400px;
    margin-right: auto;
    margin-left: auto;
}
.machines-production .list-squares li {
    line-height: 35px;
    font-size: 20px;
}
.machines-production .icon-list img{
    width: 80px;
    margin-left: 25px;
    margin-right: 25px;
}
.machines-production .icon-list-wrapper{
    margin-top: 50px;
}
.feature-machine-carousel .machines.owl-carousel{
    padding-left: 0;
    padding-right: 0;
}
div.request-quote{
    padding-bottom: 0;
}
.request-quote .redbg{
    padding-top: 30px;
    padding-bottom: 70px;
}
.request-quote input,
.request-quote textarea{
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #b87779;
    border: none;
    color: #fff;
}
.request-quote textarea{
    resize: none;
    height: 200px;
}
.request-quote .btn-wrapper{
    margin-top: 30px;
}
.request-quote *::-webkit-input-placeholder{
  color: #fff;
}
.request-quote *::-moz-placeholder{
  color: #fff;
}
.request-quote *:-ms-input-placeholder{
  color: #fff;
}
.request-quote *:-moz-placeholder{
  color: #fff;
}
.request-quote button[type="submit"]:hover{
    border-width: 1px;
}
.industry-section.secpadd{
    padding-bottom: 0;
}
.sa-language .graybg .icon-list-wrapper .icon-list{
	padding-right: 0;
}
/*---About us page---*/
.page-header .about-us-header-banner{
    background-image: url('../images/banners/about.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 240px;
    position: relative;
}
.page-header .about-us-header-banner::after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/dot.png);
    background-repeat: repeat;
    background-size: 3px;
    opacity: 0.5;
}
.about-us-page .first-section{
    position: relative;

    min-height: 480px;
}
.about-us-page .first-section .text-col{
    padding-right: 35px;
}
.about-us-page .first-section .image-col{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 800px;
    padding-right: 0;
    padding-left: 0;
}
.about-us-page .second-section .text-col{
    margin-left: 20px;
}
.about-us-page .first-section .image-col img{
    width: 100%;
}
.about-us-page .about-us-accordion .btn{
    display: block;
    width: 100%;
    border-radius: 0;
    background-color: #ac1d21;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
.about-us-page #accordion .panel-heading a {
    display: block;
    padding: 5px 15px;
    position: relative;
    border-radius: 0;
}
.about-us-page #accordion .panel-heading a[aria-expanded="true"]::after {
    content: '\f077';
    color: #fff;
}
.about-us-page #accordion .panel-heading a::after {
    content: "\f078";
    font-family: fontawesome;
    color: #ac1d21;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-us-page #accordion .panel-heading a:focus{
    outline: none;
}
.about-us-page #accordion .panel{
    border-radius: 0;
    border:none;
    margin-bottom: 20px;
}
.about-us-page #accordion .panel:last-child{
    margin-bottom: 0;
}
.about-us-page #accordion a[aria-expanded="true"] {
    background-color: #ac1d21;
    color: #fff;
}
.about-us-page #accordion a[aria-expanded="true"] .small-title{
    color: #fff;
    display: block;
}
.about-us-page #accordion a .small-title{
    display: block;
}
.about-us-page #accordion .panel-heading {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
}
.about-us-page .about-us-accordion .card-body{
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    overflow: hidden;
}
.about-us-page .about-us-accordion .collapse{
    overflow: hidden;
}
.about-us-page .first-section img{
    margin-left: auto;
    margin-right: auto;
}
.about-us-page .second-section.background{
    background-color: #f3f3f3;
}
.about-us-page .second-section img{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.about-us-page .title{
    margin-top: 0;
}
.parallax{
    position: relative;
}
.parallax::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.parallax .parallax-title{
    color: #fff;
    margin-top: 10px;
    font-size: 30px;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: normal;
}
.about-us-page .second-section .title{
    margin-top: 10px;
}
.about-us-page .third-section.parallax{
    background-image:url('../images/parallax-about-us-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 350px;
}
.about-us-page .fourth-section .row .text-col:first-child{
    padding-right: 30px;
}
.about-us-page .fourth-section .row .text-col:last-child{
    padding-left: 30px;
}
.about-us-page .fourth-section .machines.owl-carousel .owl-item .bg-container{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-image: none;
}
.about-us-page .fourth-section .machines.owl-carousel .owl-controls .owl-prev,
.about-us-page .fourth-section .machines.owl-carousel .owl-controls .owl-next{
    display: none!important;
}
/*---Industry page---*/
.page-header .industry-header-banner{
    background-image: url('../images/banners/industry.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 240px;
    position: relative;
}
.page-header .industry-header-banner::after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/dot.png);
    background-repeat: repeat;
    background-size: 3px;
    opacity: 0.5;
}
.industry-page.business-industry-page .btn-section .btn-wrapper{
    margin-top: 0;
}
.industry-page .first-section .text-container{
    margin-bottom: 10px;
}
.industry-page .product-category .icon-wrapper img{
    width: 115px;
    margin-left: auto;
    margin-right: auto;
}
.industry-section .product-category .icon-wrapper img{
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.industry-page .background{
    background-color: #f3f3f3;
}
.industry-page .second-section,
.industry-page .third-section,
.industry-page .fourth-section,
.industry-page .fifth-section,
.industry-page .sixth-section{
    height: 340px;
    overflow: hidden;
    position: relative;
}
.industry-page .second-section .container,
.industry-page .third-section .container,
.industry-page .fourth-section .container,
.industry-page .fifth-section .container,
.industry-page .sixth-section .container{
    height: 100%;
}
.industry-page .second-section .container .row,
.industry-page .third-section .container .row,
.industry-page .fourth-section .container .row,
.industry-page .fifth-section .container .row,
.industry-page .sixth-section .container .row{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.industry-page .second-section .title,
.industry-page .third-section .title,
.industry-page .fourth-section .title,
.industry-page .fifth-section .title,
.industry-page .sixth-section .title{
    margin-top: 0;
}
.industry-page .second-section .img-wrapper img,
.industry-page .third-section .img-wrapper img,
.industry-page .fourth-section .img-wrapper img,
.industry-page .fifth-section .img-wrapper img,
.industry-page .sixth-section .img-wrapper img{
    width: 290px;
}
.industry-page .second-section .img-wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}
.industry-page .third-section .img-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}
.industry-page .btn-wrapper{
    margin-top: 20px;
}
.industry-page .first-section .icon-wrapper{
    width: 150px;
}
.industry-page.home-garden-page .second-section .img-wrapper{
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
        transform: none;
    top: unset;
}
.industry-page.home-garden-page .third-section .img-wrapper{
    position: absolute;
    top: unset;
    -webkit-transform: none;
        transform: none;
    bottom: 0;
    left: 0;
}
.industry-page.business-industry-page .second-section .img-wrapper img,
.industry-page.business-industry-page .third-section .img-wrapper img,
.industry-page.business-industry-page .fourth-section .img-wrapper img,
.industry-page.business-industry-page .fifth-section .img-wrapper img,
.industry-page.business-industry-page .sixth-section .img-wrapper img{
    margin-left: auto;
    margin-right: auto;
}
.industry-page.business-industry-page .second-section .img-wrapper{
    position: absolute;
    right: 0;
    bottom: 0;
}
.industry-page.business-industry-page .third-section .img-wrapper{
    position: absolute;
    bottom: 0;
    left: 0;
    top: unset;
    -webkit-transform: none;
    transform: none;
}
.industry-page.business-industry-page .fourth-section .img-wrapper{
    bottom: 0;
    position: absolute;
    right: 0;
}
.industry-page.business-industry-page .fifth-section .img-wrapper{
    position: absolute;
    bottom: 0;

}
.industry-page.business-industry-page .sixth-section .img-wrapper{
    position: absolute;
    bottom: 0;
    right: 0;
}
/*---Products page---*/
.page-header .products-header-banner{
    background-image: url('../images/banners/products.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 240px;
    position: relative;
}
.page-header .products-header-banner::after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/dot.png);
    background-repeat: repeat;
    background-size: 3px;
    opacity: 0.5;
}
.product-category ul li{
    padding-left: 5px;
    padding-right: 5px;
}
.product-category li a{
    padding-left: 2px;
    padding-right: 2px;
    display: block;
    padding: 10px 0;
}
.products-page .nav li.active{
    border:none;
}
.product-category .mobile-navigation{
    width: 100%;
}
.product-sub-category .mobile-sidebar-navigation{
    width: 100%;
}
.product-sub-category .mobile-sidebar-navigation .btn{
    width: 100%;
    border-radius: 0;
    background-color: #f7f7f7;
    font-size: 20px;
    color: #ac1d21;
}
.product-category .mobile-navigation .btn{
    display: block;
    width: 100%;
    border-radius: 0;
    background-color: #ac1d21;
    font-size: 20px;
}
.product-category .mobile-navigation .dropdown-menu{
    width: 100%;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-sub-category .mobile-sidebar-navigation .dropdown-menu{
    width: 100%;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-sub-category .mobile-sidebar-navigation .dropdown-menu .dropdown-item{
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.product-category .mobile-navigation .dropdown-menu .dropdown-item{
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.product-sub-category .mobile-sidebar-navigation .btn::after{
    content: "\f078";
    font-size: 16px;
    position: absolute;
    font-family: fontawesome;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}
.product-category .mobile-navigation .btn::after{
    content: "\f078";
    font-size: 16px;
    position: absolute;
    font-family: fontawesome;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}
.product-sub-category .mobile-sidebar-navigation .dropdown-menu .dropdown-item::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 100px);
    border-bottom: 1px solid #eaeaea;
}
.product-category .mobile-navigation .dropdown-menu .dropdown-item::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 100px);
    border-bottom: 1px solid #eaeaea;
}
.product-sub-category .mobile-sidebar-navigation .dropdown-item{
    display: block;
}
.products-page .product-category .mobile-navigation .dropdown-item{
    display: block;
    font-family: 'Open Sans', sans-serif;
}
.btn-wrapper.pdf-container .btn{
    font-family: 'Open Sans', sans-serif;
}
.sa-language .product-category .mobile-navigation .btn{
    font-family: 'Open Sans', sans-serif;
}
div.products-page .product-category ul li{
	padding-left: 0;
	padding-right: 0;
	border-right: 1px solid rgba(255,255,255,0.5);
	width: 100%;
	margin-bottom: 1px;
}
div.products-page .product-category ul li.active{
	border-right: 1px solid rgba(255,255,255,0.5);
}
div.products-page .product-category ul li:last-child{
	border:none;
}
div.products-page .product-category ul li a{
	padding: 5px 0;
	background-color: #f7f7f7;
	transition: 0.3s ease;
}
div.products-page .product-category ul li a img{
	width: 80px;
	margin-left: auto;
	margin-right: auto;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" intercept="0" /><feFuncG type="linear" slope="1" intercept="0" /><feFuncB type="linear" slope="1" intercept="0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: contrast(100%);
    filter: contrast(100%);
}
div.products-page .product-category ul li.active a img{
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
div.products-page .product-category ul li.active a:hover,
div.products-page .product-category ul li.active a:focus,
div.products-page .product-category ul li a:hover,
div.products-page .product-category ul li a:focus{
	background-color: #ac1d21!important;
	outline: none
}
div.products-page .product-category ul li a:hover img,
div.products-page .product-category ul li a:focus img{
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
div.products-page .product-category ul li a:hover .small-title,
div.products-page .product-category ul li a:focus .small-title{
	color: #fff;
}
div.products-page .sidebar{
	padding-left: 30px;
	border-left: 1px solid #ac1d21;

}
.products-page .first-section .sidebar .nav{
	display: block;
	margin-top: 0;
}
.products-page .first-section .sidebar .nav a{
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
}
.products-page .first-section .sidebar .small-title{
	display: block;
	margin-bottom: 30px;
	margin-top: 0;
}
.products-page .first-section .sidebar ul li .small-title{
	color: #272727;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: normal;
	transition: 0.3s ease;
	display: inline-block;
}
.products-page .first-section .sidebar ul li a:hover,
.products-page .first-section .sidebar ul li a:focus{
	border: none;
	outline: none;
}
.products-page .first-section .sidebar ul li.active .small-title{
	color: #ac1d21;
	border-bottom: 1px solid #ac1d21;
	padding-bottom: 4px;
}
.products-page .first-section .second-section{
	margin-top: 50px;
}
div.products-page .product-category ul li.active a{
	background-color: #ac1d21;
}
div.products-page .product-category ul li.active a .small-title{
	color: #fff;
}
div.product-category .nav li.active a,
div.product-category .nav li.active a:focus{
    outline: none;
}
.product-category .nav li a .small-title,
.product-category .small-title{
    font-size: 16px;
    margin-top: 5px;
	margin-bottom: 5px;
}
.product-category .nav li.active a .small-title{
	color: #fff;
}
.product-category .nav li a .small-title{
    color: #ac1d21;
    transition: 0.3s ease;
    position: relative;
    padding-bottom: 10px;
}
.products-page .nav li a .small-title::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: 0.3s ease;
    width: 0%;
    border-top: 2px solid transparent;
}
.products-page .nav li.active a img{
    filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter:grayscale(0);
    filter:grayscale(0)
}
.products-page .nav li a img{
    transition: 0.3s ease;
    filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%)
}
.products-page .nav li.active a,
.products-page .nav li.active:hover a,
.products-page .nav li:hover a,
.products-page .nav li.active:focus a,
.products-page .nav li:focus a{
    background-color: transparent;
}
.products-page .first-section .text-container{
    margin-bottom: 40px;
}
.products-page .first-section .nav{
    margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.products-page .first-section .product{
    margin-bottom: 40px;
}
.products-page .first-section .product .img-wrapper{
    border: 1px solid #ececec;
    padding: 20px;
    position: relative;
}
.products-page .first-section .product .img-wrapper img{
    margin-left: auto;
    margin-right: auto;
}
.products-page .first-section .product .img-wrapper::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: 0.3s ease;
    z-index: 9;
}
.products-page .first-section a:hover .product .img-wrapper::before{
    background-color: rgba(145, 26, 29, 0.5);
}
.products-page .first-section .product .small-title{
    border-bottom: 2px solid #ac1d21;
    margin-top: 15px;
    padding-bottom: 10px;
}
.product-category .product-category-nav.nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-category .product-category-nav.nav li{
    width: 20%;
}
.product-page .product-nav li a .icon-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    filter: grayscale(100%);
    transition: 0.3s ease;
}
.product-page #accordion .panel,
.product-page #accordion .panel ul li{
	border-radius: 0;
	border: none;
}
.product-page #accordion .panel .panel-body{
	color: #272727;
	line-height: 1.5;
}
.product-page .product-nav li.active a .icon-wrapper{
    filter: grayscale(0%);
    background-color: #fff;
}
.product-page .product-nav li.active a ,
.product-page .product-nav li a,
.product-page .product-nav li a:focus,
.product-page .product-nav li a .icon-wrapper{
    background-color: #fff;
    border: none;
    outline: none;
}
.product-page .product-nav li a .icon-wrapper{
    position: relative;
    padding-bottom: 10px;
}
.product-page .product-nav li a .icon-wrapper::after{
    content: "";
    border-top: 2px solid #ac1d21;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: 0.3s ease;
    opacity: 0;
    z-index: 12;
}
.product-page .nav.product-nav li{
    margin-bottom: 20px;
}
.product-page .product-nav li a .icon-wrapper::before{
    content: "";
    border-top: 2px solid #dbdbdb;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.product-page .product-nav li.active a .icon-wrapper::after{
    opacity: 1;
    width: 100%;
}
.product-page .product-nav li .icon-wrapper img{
    width: 80px;
    padding-right: 10px;
}
.product-page .product-nav li .icon-wrapper .small-title{
    font-size: 16px;
}
.product-page .first-section{
    padding-bottom: 30px;
}
.product-page .similar-products{
    margin-bottom: 30px;
}
.product-page .first-section .text-container{
    margin-bottom: 10px;
}
.product-page .first-section .product-image{
    border: 1px solid #dbdbdb;
    position: relative;
}
.product-page .first-section .product-image::after{
    content: "";
    background-image: url('../images/icon/pp.png');
    background-size: cover;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
}
.product-page .first-section .product-image img{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-page .first-section .flex-middle{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
      flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
}
.product-page .first-section .flex-middle .text-container{
    padding-left: 40px;
    margin-bottom: 0;
}
.product-page .second-section .text-container{
    margin-bottom: 20px;
}
.product-page .second-section .tab-content{
    margin-top: 30px;
}
.product-page .second-section .tab-content ul{
    color: #272727;
}
.product-page .similar-products .img-wrapper img{
    margin-left: auto;
    margin-right: auto;
}

.product-page .similar-products .product h4{
    position: relative;
    padding-bottom: 10px;
}
.product-page .similar-products .product h4::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
    transition: 0.3s ease;
    border-top: 2px solid #ac1d21;
}
.product-page .similar-products a:hover .product h4::after{
    width: 120px;
}
.product-page .second-section .btn-wrapper{
    margin-top: 0px;
    margin-bottom: 40px;
}
.product-page #accordion .panel-heading{
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
}
.product-page #accordion .panel-heading a:focus{
    outline: none;
}
.product-page #accordion .panel-heading a{
    display: block;
    padding: 10px 15px;
    position: relative;
}
.product-page #accordion a::after{
    content: "\f078";
    font-family: fontawesome;
    color: #ac1d21;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-page #accordion a[aria-expanded="true"]::after{
    content: '\f077';
    color: #fff;
}
.product-page #accordion a[aria-expanded="true"]{
    background-color: #ac1d21;
    color: #fff;
}
.product-page #accordion a[aria-expanded="true"] h4{
    color: #fff;
}
.product-page #accordion a[aria-expanded="true"] img{
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.sa-language .product-page .first-section h2.title{
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
}
.sa-language .product-page #accordion .panel-body{
    font-size: 26px!important;
}
/*---Technology Machines page---*/
.page-header .machines-header-banner{
    background-image: url('../images/banners/technology1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 240px;
    position: relative;
}
.page-header .machines-header-banner::after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/dot.png);
    background-repeat: repeat;
    background-size: 3px;
    opacity: 0.5;
}
.machines-page .second-section .redbg{
    padding-top: 50px;
    padding-bottom: 30px;
}
.machines-page .custom-first-tech .title{
    margin-top: 10px;
}
.machines-page .fp-service-3.dark{
    background-color: transparent;
    position: relative;
}
.machines-page .fp-service-3.dark::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid rgba(255,255,255,0.5);
    height: 150px;
}
.machines-page .fp-service-3.dark::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid rgba(255,255,255,0.5);
    height: 150px;
}
.machines-page .fourth-section.background{
    background-color: #f3f3f3;
}
.machines-page .third-section,
.machines-page .fourth-section,
.machines-page .fifth-section{
    height: 500px;
    position: relative;
    overflow: hidden;
}
.machines-page .third-section .container,
.machines-page .fourth-section .container,
.machines-page .fifth-section .container{
    height: 100%;
}
.machines-page .third-section .container .row,
.machines-page .fourth-section .container .row,
.machines-page .fifth-section .container .row{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.machines-page .third-section .title,
.machines-page .fourth-section .title,
.machines-page .fifth-section .title{
    margin-top: 0;
}
.machines-page .third-section .img-wrapper img,
.machines-page .fourth-section .img-wrapper img,
.machines-page .fifth-section .img-wrapper img{
    margin-left: auto;
    margin-right: auto;
}
.machines-page .btn-wrapper{
    margin-top: 20px;
}
.machines-page .sixth-section .redbg .icon-list-wrapper{
    padding-top: 40px;
}
.machines-page .machines-production{
    padding-top: 50px;
}
.machines-page .custom-first-tech .icon-wrapper img{
    margin-left: auto;
}
/*---Contact page---*/
.contact-page .contact-info {
    border-left: 3px solid #ac1d21;
    padding-left: 14px;
    min-height: 83px;
    margin-bottom: 30px;
}
.contact-page .contact-us-form input,
.contact-page .contact-us-form textarea{
    width: 100%;
    margin-top: 12px;
    margin-bottom: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: #333;
}
.contact-page .contact-us-form > .row > div:first-child input,
.contact-page .contact-us-form > .row > div:nth-child(2) input{
    margin-top: 0;
}
.contact-page .contact-us-form textarea{
    height: 240px;
    resize: none;
}
.contact-page .contact-info li{
    color:#272727;
}
.contact-page .contact-us-form .btn-wrapper{
    margin-top: 30px;
}
.page-header .contact-header-banner{
    background-image: url('../images/banners/contact-top.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 240px;
    position: relative;
}
.page-header .career-header-banner{
    background-image: url('../images/career.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 240px;
    position: relative;
}
.page-header .career-header-banner::after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/dot.png);
    background-repeat: repeat;
    background-size: 3px;
    opacity: 0.5;
}
.page-header .contact-header-banner::after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/dot.png);
    background-repeat: repeat;
    background-size: 3px;
    opacity: 0.5;
}
div.product-carousel{
	margin-left: auto;
	margin-right: auto;
}
.product-carousel .owl-nav{
    display: none;
}
.product-page #zoom-img{
    cursor:crosshair;
}
.product-page #zoom-img .zoomImg{
    background-color: #fff;
}
.industry-page .product-carousel .owl-item .icon-wrapper{
    width: 100%;
}
.industry-page .product-carousel .owl-item .icon-wrapper img{
    max-width: 138px;
}
.sixth-section .icon-list li {
    padding-left: 15px;
    padding-right: 15px;
}
.custom-accordion-tabs img {
    display: inline-block;
    width: 70px;
}
.custom-accordion-tabs h4 {
    display: inline-block;    
}
.products-page .sidebar h4 {
    text-align: left;
    display: inline-block;
}
.products-page .sidebar li.active a .small-title::after, .products-page .sidebar li.active a:hover .small-title::after {
    right: 0;
    bottom: 10px;
    left: 13px;
    -webkit-transform: none;
    transform: none;
}
#products-section-scroll {
    padding-top: 50px;    
}
#products-title-scroll {
    margin-bottom: 0;
}
.textwidget a {
    color: #fff; 
}
.primary-mobile-nav  .mobile-top{
/*    position: absolute;
    top: 0;
    right: 0;*/
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.display-mobile-menu #primary-mobile-nav{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}
.primary-mobile-nav  .mobile-top .mobile-language-wrapper{
    margin-right: auto;
    margin-left: 0;
}
.primary-mobile-nav  .mobile-top .close-canvas-mobile-panel{
    margin-left: auto;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.primary-mobile-nav #primary-menu2{
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}
@media (max-width: 991px) {
    .sidebar .nav li {
        display: inline-block;    
    }
    .sidebar .nav li + li {
        margin-left: 20px;    
    }
}
/*---Career page---*/
.career-page .form-wrapper input,
.career-page .form-wrapper textarea{
    width: 100%;
    margin-top: 12px;
    margin-bottom: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: #333;
}
.career-page .form-wrapper textarea{
    resize: none;
    height: 200px;
    text-align: left;
}
.header-main {
     overflow: hidden;   
}
.upload-button {
    transition: 0.3s ease;    
    background-color: #cecece;
}
.upload-button:hover {
    background-color: #ac1d21;
    color: #fff;    
}
.career-page button.fp-btn.btn{
    top: unset;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    height: 100%;
    line-height: normal;
}
.career-page .responsiv-uploader-fileupload.style-file-single .upload-object .icon-container{
    height: 100%;
    margin-top: 0;
}
.career-page .responsiv-uploader-fileupload.style-file-single .upload-object .info{
    height: 100%;
    margin-top: 0;
}
.career-page .alert{
    border-radius: 0!important;
    background-color: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
};
.career-page .alert-danger{
    color: #ac1d21;
}
/*---Partners section---*/
.partners-section .owl-dots{
    display: block;
    width: 100%;
}
.partners-section{
	padding-bottom: 50px;
}
/*---Saudi Arabia page---*/
@media (min-width: 991px){
	.sa-language .whoandchoose-1 .first-half .custom-col{
		margin-left: 58.33333333%;
	}
	.sa-language .whoandchoose-1 .second-half .custom-col{
		margin-left: 0;
	}
	.sa-language .site-footer .footer-contact{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	.sa-language .site-footer .footer-contact .widget-logo{
		text-align: right;
	}
	.sa-language .contact-page .custom-row{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sa-language .contact-page .contact-info{
		direction: rtl;
		border-right: 3px solid #ac1d21;
		border-left: none;
	}
	.sa-language .product-page .first-section .custom-row,
	.sa-language .product-page .similar-products.custom-row{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
.sa-language .product-page .first-section .panel{
	direction: rtl;
}
.sa-language .product-page #accordion a::after{
	left: 15px;
	right: unset;
}
.sa-language .whoandchoose-1 .second-half{
	direction: rtl;
}
.sa-language .redbg .fp-service-3 .text-container{
	direction: rtl;
}
.sa-language .graybg{
	direction: rtl;
}
.sa-language .partners-section .title{
	direction: rtl;
}
.sa-language .site-footer .textwidget{
	direction: rtl;
}
.sa-language .request-quote input,
.sa-language .request-quote textarea,
.sa-language .request-quote .error-msg{
	direction: rtl;
}
.sa-language .about-us-page .first-section{
	direction: rtl;
}
.sa-language .about-us-page .first-section .image-col{
	right: unset;
	left: 0;
	-webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.sa-language .about-us-page .second-section{
	direction: rtl;
}
.sa-language .about-us-page .third-section{
	direction: rtl;
}
.sa-language .about-us-page .fourth-section .custom-row{
	direction: rtl;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sa-language .about-us-page .fourth-section .title{
	text-align: right;
	direction: rtl;
}
.sa-language .industry-page .title,
.sa-language .industry-page .text{
	direction: rtl;
}
.sa-language .machines-page .first-section,
.sa-language .machines-page .second-section{
	direction: rtl;
}
.sa-language .machines-page .sixth-section .redbg{
	direction: rtl;
}
.sa-language .machines-production .title{
	direction: rtl;
}
.sa-language .contact-page .first-section .title,
.sa-language .contact-page .first-section input,
.sa-language .contact-page .first-section textarea,
.sa-language .contact-page .first-section .alert,
.sa-language .contact-page .first-section .small-title,
.sa-language .contact-page .first-section .upload-empty-message{
	direction: rtl;
}
.sa-language .contact-page .first-section .fp-btn{
	right: unset;
	left: 0;
	direction: rtl;
}
.sa-language .owl-carousel,
.sa-language .owl-item,
.sa-language .owl-carousel .owl-controls{
	direction: rtl;
}
.sa-language .owl-stage-outer,
.sa-language .owl-stage{
	direction: ltr;
}
.sa-language .list-squares li::before {
	margin-right: unset;
	margin-left: 10px;
}
.sa-language .products-page .first-section .nav{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.sa-language .products-page .custom-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.sa-language div.products-page .sidebar{
	border-left: none;
	padding-left: 15px;
	direction: rtl;
}
.sa-language div.products-page .sidebar .wrapper{
	padding-right: 30px;
	border-right: 1px solid #ac1d21;
}
.sa-language div.products-page .sidebar .wrapper .nav{
	padding-right: 0;
}
.sa-language div.products-page .sidebar .small-title{
	text-align: right;
}
.sa-language .products-page .custom-products-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
}
.sa-language .breadcrumb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sa-language .breadcrumb .fa-angle-right::before{
    content: '\f104';
}
.sa-language .about-us-page .panel-body .text{
	direction: rtl;
	text-align: right;
}