*{
    margin:0;
    padding: 0;
    font-size: 100%;
    font-family: 'Open Sans Hebrew';
    box-sizing: border-box;
}
html,body{overflow-x: hidden;}
img{display: block;}

.site-container{width: 100%; max-width: 2000px;}
.site-grid{width: 100%;max-width: 1300px;margin: 0 auto;}
.mobile-navigation{display: none;}
#mobile_menu {display: none;}

/** Titles **/
.section-title {font-weight: 600;font-size: 36px;text-align: center;position: relative;margin: auto auto 70px auto;width: -moz-fit-content;}
.section-title::after {content: "";height: 4px;width: 50%;background: #DC1932;position: absolute;right: calc(50%/2);bottom: -30px;}

/** COLORS **/
.red{color:#DC1932;}


/** Navigation **/
section.navigation-container {padding: 10px 0;position: fixed;width: 100%;background: #fff;z-index: 999999999999999;}
/** Logo **/
.logo-navigation-holder {display: flex;align-items: center;}
.logo-navigation-holder .logo{margin-left: 30px;}

/** Navigation **/
.menu-main-menu-he-container ul{display: flex;width: 550px;justify-content: space-between;}
.menu-main-menu-he-container ul li{list-style: none;}
.menu-main-menu-he-container ul li a{text-decoration: none; color: #000; transition: all ease .3s;}
.menu-main-menu-he-container ul li.current_page_item a{color: #DC1932;}
.menu-main-menu-he-container ul li a:hover{color: #DC1932;}

/** Sub Menu **/
.menu-main-menu-he-container ul li.menu-item-has-children {position: relative;}
.menu-main-menu-he-container ul li.menu-item-has-children::after {content: '\e64b';font-family: "themify";position: absolute;bottom: -20px;right: calc(50% - 8px);}
.menu-main-menu-he-container ul li.menu-item-has-children ul.sub-menu {position: absolute;width: 220px;
	top: 100px;background:#fff;right: calc(50% - 110px);opacity: 0;visibility: hidden;transition: all ease 0.4s;
    box-shadow: 0px 22px 46px 0px rgba(0, 0, 0, 0.1);flex-direction: column;}
.menu-main-menu-he-container ul li.menu-item-has-children ul.sub-menu li{width: 100%; border-bottom:1px dotted #DC1932; }
.menu-main-menu-he-container ul li.menu-item-has-children a{padding: 30px 0;}
.menu-main-menu-he-container ul#menu-main-menu-he.menu li ul.sub-menu li a {padding: 8px; width: 100%; display: block;}
.menu-main-menu-he-container ul li.menu-item-has-children:hover ul.sub-menu {opacity: 1;visibility: visible;top: 50px;}

/** English Version **/
body.ltr .menu-header-menu-en-container ul {width: 660px;}
body.ltr .logo-navigation-holder .logo{margin-left:0; margin-right: 30px;}
.menu-header-menu-en-container ul{display: flex;width: 550px;justify-content: space-between;}
.menu-header-menu-en-container ul#menu-header-menu-en.menu li{list-style: none;}
.menu-header-menu-en-container ul#menu-header-menu-en.menu li a{text-decoration: none; color: #000; transition: all ease .3s;}
.menu-header-menu-en-container ul#menu-header-menu-en.menu li.current_page_item a{color: #DC1932;}
.menu-header-menu-en-container ul#menu-header-menu-en.menu li a:hover{color: #DC1932;}
/** English - Sub Menu **/
.menu-header-menu-en-container ul li.menu-item-has-children {position: relative;}
.menu-header-menu-en-container ul li.menu-item-has-children::after {content: '\e64b';font-family: "themify";position: absolute;bottom: -20px;right: calc(50% - 8px);}
.menu-header-menu-en-container ul li.menu-item-has-children ul.sub-menu {position: absolute;width: 220px;
	top: 100px;background:#fff;right: calc(50% - 110px);opacity: 0;visibility: hidden;transition: all ease 0.4s;
    box-shadow: 0px 22px 46px 0px rgba(0, 0, 0, 0.1);flex-direction: column;}
.menu-header-menu-en-container ul li.menu-item-has-children ul.sub-menu li{width: 100%; border-bottom:1px dotted #DC1932; }
.menu-header-menu-en-container ul li.menu-item-has-children a{padding: 30px 0;}
.menu-header-menu-en-container ul#menu-header-menu-en.menu li ul.sub-menu li a {padding: 8px; width: 100%; display: block;}
.menu-header-menu-en-container ul li.menu-item-has-children:hover ul.sub-menu {opacity: 1;visibility: visible;top: 50px;}

/** Languages **/
.logo-navigation-wrraper {display: flex;align-items: center;justify-content: space-between; z-index: 1; position: relative;}
.users-phone-languages-holder {display: flex;flex-direction: row-reverse;align-items: center;justify-content: space-between;
	width: 100%;max-width: 400px;position: relative;}
.languages ul.lang-menu{display: flex;}
.languages ul.lang-menu li {list-style: none;padding: 4px;border: 1px solid #fff;margin-right: 10px;border-radius: 100%;}
.languages ul.lang-menu li:first-child{margin-right: 0;}
.languages ul.lang-menu li.current-lang{border: 1px solid #1D1D1B;}

/** Users **/
a.users-login-button {display: flex;flex-direction: column;align-items: center;text-decoration: none;color: #1D1D1B; transition: all ease .3s;}
a.users-login-button:hover {color: #DC1932;}
a.users-login-button span.icon-ono-users{font-size: 1.85em;}
.nav-background {border-bottom: 1px solid #DC1932; background:#fff;position: absolute;left: 0;width: 100%;top: 0;height: 100%;}
.users-login-form-holder {position: absolute;bottom: -158px;overflow: hidden;width: 283px;height: 156px; background: #fff;}
/*.users-login-form-holder iframe {width: 601px;height: 355px;position: absolute;top: -184px;left: -318px;}*/
.users-login-form-holder iframe {width: 280px; height: 140px; position: absolute; top: 0; left: 0; background: #fff;}
.users-login-form {position: absolute;top: -80px;left: calc(50% - 460px); z-index: -20; transition: all ease .5s;}
.users-login-form.show{top: 77px;}
/** Phone **/
.phone span.icon-ono-phone {color: #DC1932;font-size: 25px;border-radius: 50%;
	border: 5px solid #000;width: 50px;height: 50px;text-align: center;line-height: 42px;}
.phone {display: flex;flex-direction: row-reverse;align-items: center;}
.phone-number {background: #fff;margin-left: -15px;margin-top: -4px; font-weight: 900;}

/** English side **/
body.ltr .users-login-form{right: calc(50% - 460px);left: unset;}


/****************/
/** Home Page **/
/****************/
/** Hero Group **/
.hero-background {position: relative;overflow: hidden;}
.hero.site-container {position: fixed;top: 0;z-index: 0;}
.hero-group-content-wrraper {display: flex;justify-content: space-between;align-items: center; color:#fff; text-align: center;}
.overlay {width: 100%;background: rgba(0,0,0,0.4);height: 100%;position: absolute;}
.hero-group-content {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);display: flex;width: 100%;justify-content: space-between;
    max-width: 1300px; align-items: center;}
.hero-group-content-wrraper h1 {font-size: 47px;	text-shadow: 0px 0px 13px #000;}
.hero-group-content-wrraper .sub-text{font-size: 22px;}
.hero-content-right {width: 100%;max-width: 510px;}
.hero-content-left figure{box-shadow: 0px 0px 24px #000; }
.hero-content-left .video-wrraper {box-shadow: 0 0 20px #000;}
.hero-content-left .video-wrraper iframe{display: block; pointer-events: none;}

.hero-slider-wrraper{width: 730px; height: 400px; box-shadow: 0px 0px 24px #000;}
ul.slick-dots{display: flex;}
.slick-dots li {height: 8px;width: 8px;margin: 0 3px; list-style: none;}
.slick-dots li button {height: 8px;width: 8px;background: #1D1E1C;border-radius: 20px;padding: 0; border: 0; font-size: 0; cursor: pointer;}
.slick-dots li.slick-active button {background: #c96365; }
.slick-dots li button::before {display: none !important;}

.hero-content-wrraper {position: absolute;transform: translate(-50%,-50%);top: 50%;left: 50%;color: #fff;font-size: 80px;}
.hero-content-wrraper h1{text-shadow: 0px 0px 13px #000; text-align: center;}

/** English side **/
body.ltr .hero-group-content-wrraper h1 {font-size: 30px;}
body.ltr .hero-group-content-wrraper .sub-text {font-size: 16px;margin-top: 20px;}

/** Section Logistic Way **/
section.logistic-way-container {padding:67px 0 75px 0;background: url(../images/deco/deco-bottom-left.png) #F2F2F2;background-position: left bottom;
	background-repeat: no-repeat; background-size: 15%; margin-top:64.4vh /*72.33vh*/; box-shadow: 23px 3px 106px #000; position: relative; z-index: 1;}
.logistic-type-holder {text-align: center; width: calc(33% - 90px);padding: 15px;position: relative;overflow: hidden;z-index: 4;transition: all ease .5s;}
.logistic-type-holder a{color: #DC1932;}
.logistic-type-holder::after {content: "";width: 400px;height: 100%;background: #DC1932;position: absolute;top: 333px;left: 0;z-index: -3;transition: all ease .5s;}
.logistic-type-holder:hover::after {top: 0;}
.logistic-type-holder:hover .icon,
.logistic-type-holder:hover .title,
.logistic-type-holder:hover .description,
.logistic-type-holder:hover a button.moreInfo{color: #fff;}
.logistic-type-holder a{text-decoration: none;}
.logistic-type-holder a button.moreInfo{background: none; color: #DC1932; border: none; transition: all ease .5s; cursor: pointer; font-weight: 600;}
.logistic-type-holder .icon {font-size: 100px;text-align: center;color: #DC1932; transition: all ease .5s;}
.logistic-way-types {display: flex;justify-content: space-between; position: relative;}
a.moreInfo{text-decoration: none; font-weight: bold; transition: all ease .5s;}
.logistic-type-holder .description{margin:40px 0; transition: all ease .5s;}
.logistic-type-holder .title{transition: all ease .5s;}
/** English side **/
body.ltr .logistic-benefits-wrraper h3.section-title {max-width: 1340px;}
body.ltr .logistic-type-holder::after{top: 377px;}
body.ltr .logistic-type-holder:hover::after {top: 0;}

/** Section Logistic Benefits **/
section.logistic-benefits-container {
	padding: 67px 0 75px 0;
    background-color: #fff;
	background-image: url(../images/deco/deco-red-top-right.png), url(../images/deco/deco-red-bottom-right.png); background-repeat: no-repeat,no-repeat;
    background-position: top right, bottom right;background-size: 15%, 15%; position: relative; z-index: 2;}
.logistic-benefits-wrraper h3.section-title {width: 100%;max-width: 840px; margin: auto auto 70px auto;}
.benefits-content-wrraper {display: flex;flex-wrap: wrap;justify-content: space-between;}
.benefit-holder {width: calc(50% - 20px);padding: 10px 40px;display: flex;align-items: center;background: #DC1932;
	color: #fff;justify-content: space-between;margin-bottom: 30px;position: relative;overflow: hidden;}
.benefit-holder:nth-last-child(-n+2){margin-bottom:0px;}
.benefit-holder .icon {font-size: 86px;}
.benefit-content {width: 100%;max-width: 430px;position: absolute;left: 30px;display: flex;flex-direction: column;top: 0;transition: all ease 0.5s;}
.benefit-title {font-size: 36px;height: 137px;display: flex;align-items: center;font-weight: normal;}
.benefit-description {font-size: 20px;height: 137px;display: flex;align-items: center;}
.benefit-holder:hover .benefit-content {top: -136px;}
/** English side **/
body.ltr .benefit-title {font-size: 30px;}
body.ltr .benefit-content {right: 30px; left: unset;}

/** Section Industries Types **/
section.industries-types-container {padding: 67px 0 75px 0;
    background-color: #E6E6E6;
    background-image: url(../images/deco/deco-top-left.png), url(../images/deco/deco-bottom-left.png); background-repeat: no-repeat,no-repeat;
    background-position: top left, bottom left;background-size:15%, 15%; position: relative; z-index: 3;}
.industries-types-text {text-align: center;font-size: 22px; font-weight: bold; margin:auto auto 60px auto; width: calc(1500px/2); }
.industries-types-content-wrraper {display: flex;flex-wrap: wrap;justify-content: space-between;}
.industry-holder .icon {font-size: 94px;color: #1D1D1B;}
.industry-holder {width: calc(20% - 30px);display: flex;flex-direction: column;align-items: center;margin-bottom: 90px;}
.industry-holder:nth-last-child(-n+5){margin-bottom:0px;}
.industry-holder .icon {font-size: 94px;color: #1D1D1B;border: 5px solid #1D1D1B;border-radius: 50%;width: 170px;
	height: 170px;text-align: center;display: flex;align-self: center;justify-content: center;align-items: center; margin-bottom: 20px;
    transition:all ease .3s;}
.industry-holder:hover .icon{color:#DC1932;}
.industry-holder:hover .name{color:#DC1932;}
.industry-holder .name {font-size: 22px;font-weight: bold;  transition:all ease .3s; text-align: center;}
/** English side **/
body.ltr .industry-holder .name {text-align: center;}

/** Section Equipments Products **/
section.equipments-products-container {
    padding: 67px 0 75px 0;
    background-color: #fff;
	background-image: url(../images/deco/deco-red-top-right.png), url(../images/deco/deco-red-bottom-right.png); background-repeat: no-repeat,no-repeat;
    background-position: top right, bottom right;background-size:  15%, 15%; position: relative; z-index: 4;}
.equipments-products-content-wrraper {display: flex;flex-wrap: wrap;justify-content: space-evenly;}
.equipments-products-content-wrraper a {text-align: center;text-decoration: none;font-size: 22px;font-weight: bold;color: #1D1D1B;}
.product-equipment-holder {margin-bottom: 100px;}
.product-equipment-holder .equipment-image {border-radius: 50%;overflow: hidden;}
.product-equipment-holder .equipment-image img{ -webkit-transition: 0.6s ease; transition: 0.6s ease;}
.product-equipment-holder .equipment-name{ -webkit-transition: 0.6s ease; transition: 0.6s ease; margin-top: 25px;}
.product-equipment-holder:hover .equipment-image img{ -webkit-transform: scale(1.1); transform: scale(1.2); }
.product-equipment-holder:hover .equipment-name{color:#DC1932;}
.product-equipment-holder:nth-last-child(-n+3){margin-bottom:0px;}
/** English side **/
body.ltr .product-equipment-holder {width: calc(25% - 60px);}

/** Testimonials **/
section.testimonials-container {padding: 67px 0 75px 0;background-color: #E6E6E6;
	background-image: url(../images/deco/deco-top-left.png), url(../images/deco/deco-bottom-left.png); background-repeat: no-repeat,no-repeat;
	background-position: top left, bottom left;background-size:  15%, 15%; position: relative; z-index: 5;}
.testimonials-clients-wrraper {display: flex !important;justify-content: space-between;flex-wrap: wrap;}
.testimonials-clients-wrraper .client-testimonial {background-color: #DC1932;background-image: url('../images/deco/quotation.png');
    background-position: right top;background-repeat: no-repeat;color: #fff;padding: 58px .95em .95em;margin: 0 25px;
	box-shadow: 0 0 10px #000;display: flex !important;flex-direction: column;justify-content: space-between;}
.testimonials-clients-wrraper .slick-track {display: flex !important;align-content: stretch !important;}
.testimonials-clients-wrraper .slick-slide {height: auto;}
.testimonials-clients-wrraper .slick-list {padding: 14px 0;}
.testimonials-clients-wrraper .slick-dots {width: 100%;text-align: center;display: flex !important;justify-content: center;}
/** Logos Gallery **/
.clients-gallery-wrraper {margin-top: 50px;}
.clients-gallery-wrraper .client-logo {margin: 0 15px;}
.client-logo img {width: 100%;}

section.company-benefits-container{
    padding:67px 0 75px 0; background-color: #1D1D1B;
	background-image: url(../images/deco/deco-brown-top-right.png), url(../images/deco/deco-brown-bottom-right.png);
	background-repeat: no-repeat,no-repeat;background-position: top right, bottom right;background-size:  15%, 15%; position: relative; z-index: 6;}
section.company-benefits-container h3.section-title{color: #fff;}
.company-benefits-holder {display: flex;justify-content: space-between;text-align: center;}
.single-benefit-holder {background: #DC1932;width: calc(33% - 20px);padding: 2% 3%;color: #fff;display: flex;flex-direction: column;align-items: center;}
.single-benefit-holder .company-benefit-description {text-align: justify;font-size: 18px;line-height: 1.8;}
.company-benefit-number {font-weight: 900;font-size: 4.5em;background: #fff;color: #DC1932;border-radius: 50%;width: 105px;height: 105px;margin-bottom: 8%;}
.single-benefit-holder h4 {font-size: 24px;font-weight: 400;margin-bottom: 8%;}
/** English side **/
body.ltr .single-benefit-holder .company-benefit-description {line-height: 1.5;}

/************/
/** Footer **/
/************/
section.contact-us-container {padding:67px 0 75px 0;background-image: url(../images/deco/deco-red-top-left.png);
    background-position: top left;background-color: #E6E6E6;background-repeat: no-repeat; background-size: 15%; position: relative; z-index: 8;}
.contact-us-content-wrraper {display: flex;justify-content: space-between;}
.contact-us-departments-emails-wrraper {text-align: center;border-right: 1px solid #c4bbbb;padding-right: 30px;}
.department-holder {margin-bottom: 20px;}
.contact-us-departments-emails-wrraper h4{font-size: 25px; font-weight: normal;}
.contact-us-departments-emails-content h5{font-size: 30px; font-weight: bold;}
.contact-us-departments-emails-content a{text-decoration: none; font-size: 22px; color: #0071BC; position: relative; overflow: hidden; display: inline-block;}
.contact-us-departments-emails-content a::after{content: "";height: 2px;width: 100%;position: absolute;
	bottom: 0;background: #0071BC;left: -600px; transition:all ease .5s;}
.contact-us-departments-emails-content a:hover::after {left: 0;}
.contact-us-departments-emails-content .phone{justify-content: center;}
.contact-us-departments-emails-content .phone span.phone-number{background:#E6E6E6; font-size: 25px; margin-left: -17px;}
/** English Version **/
body.ltr .footer-content .footer-menu .social {text-align: right;}
body.ltr .footer-menu .gddesign {text-align: right;}
body.page-template-page-about.ltr section.contact-us-container{background-image: url(../images/deco/deco-red-top-right.png);background-position: top right;}
body.ltr .contact-us-departments-emails-wrraper {text-align: center;border-left: 1px solid #c4bbbb;padding-left: 30px;border-right: 0;padding-right: 0;}
body.ltr .contact-us-departments-emails-wrraper h4 {font-size: 20px;}
body.ltr .phone {flex-direction: row;}

/* FORM STYLE */
.contact-us-form-wrraper .contact-form-holder { width: 940px; margin: 0 auto;}
.contact-us-form-wrraper form.wpcf7-form {display: flex;flex-wrap: wrap;justify-content: space-between;}
.contact-us-form-wrraper .field-half {width: calc(50% - 17px);border: 1px solid #1D1D1B;}
.contact-us-form-wrraper .field-full {width: 100%;border: 1px solid #1D1D1B;}
.contact-us-form-wrraper .form-field-wrap {background: #fff none repeat scroll 0 0;box-sizing: border-box;color: #79848f;
    font-weight: normal;margin-bottom: 14px;padding: 0 12px; transition: all ease 0.3s;}
.contact-us-form-wrraper .form-field-wrap .wpcf7-text {border: 0 none;box-sizing: border-box;color:#1D1D1B;font-family: inherit;font-size: inherit;
	height: 55px;vertical-align: middle;width: 100%;background: transparent;text-align: right;outline: none;}
.contact-us-form-wrraper textarea#notes.wpcf7-form-control.wpcf7-textarea{border: 0 none;box-sizing: border-box;color: #1d417e;font-family: inherit; 
    font-size: inherit;height: 55px;vertical-align: middle;width: calc(100% - 120px);resize: none; background: transparent; text-align: left;}
.contact-us-form-wrraper textarea#form-content {height: 160px; width: 100%; border: 0; outline: none; padding: 10px 0; resize: none;}
.contact-us-form-wrraper input::placeholder{color:#1D1D1B; opacity: 1;}
.contact-us-form-wrraper textarea::placeholder{color:#1D1D1B; opacity: 1;}
.contact-us-form-wrraper .form-field-wrap:focus-within {outline: 1px solid #DC1932;border:1px solid #E6E6E6;}
/** English Version **/
body.ltr .contact-form-holder form.wpcf7-form {flex-direction: row-reverse;}
body.ltr .contact-form-holder .form-field-wrap .wpcf7-text {direction: ltr; text-align: left; }
body.ltr .contact-us-form-wrraper textarea#form-content-en.wpcf7-form-control.wpcf7-textarea{border: 0 none;box-sizing: border-box;
    font-family: inherit; font-size: inherit;vertical-align: middle;width:100%; resize: none; background: transparent; direction: ltr;}

/* SUBMIT BUTTON */
.contact-us-form-wrraper .form-field-wrap.field-full.field-submit{background: none;}
.contact-us-form-wrraper .form-field-wrap.field-full.field-submit {background: none;padding: 0;margin-top:20px; font-family: inherit; border: 0; text-align: center;}
.contact-us-form-wrraper .form-field-wrap.field-full.field-submit input#submit.wpcf7-form-control.wpcf7-submit{ font-size: 25px;font-family: inherit;color:#fff;width: 100%;background: #6846f5;border:0; cursor: pointer; padding: 13px 0;}
.contact-us-form-wrraper form .field-submit button{background: #1D1D1B;border: 0;color: #fff;font-size: 1.25em;padding: 10px 67px;border-radius: 6px;cursor: pointer;
transition: all ease 0.3s;}
.contact-us-form-wrraper form .field-submit button:hover{background: #DC1932;}

/* Footer */
.footer-content-container {background: #1D1D1B;padding: 24px 0;color: #fff; position: relative; z-index: 88;}
.footer-content .footer-menu:nth-of-type(3){display: flex; flex-direction: column; justify-content: space-between;}
.footer-menu .gddesign{ text-align: left;  font-weight: 100; font-size: 14px;}
.footer-menu .gddesign a.copyrights-link{text-decoration: none; color: #fff; font-weight: 400;}
.footer-content {display: flex;justify-content: space-between;}
.footer-wrraper .footer-content a{text-decoration: none;}
.footer-wrraper .footer-content .back-to-top {font-size: 40px;color: #565654; padding-left: 40px;}
.footer-menu {border-left: 1px dotted #565654;padding-left: 20px;margin-left: 20px;width: calc(40% - 20px);}
.footer-content {display: flex;justify-content: space-between;}
.footer-menu:last-child{padding: 0; margin: 0; border: 0;}
.footer-menu ul{}
.footer-menu ul li{list-style: none;}
.menu-footer-menu-he-container ul#menu-footer-menu-he.menu li a{color: #fff; font-size: 16px; transition: all ease 0.3s;}
.menu-footer-menu-he-container ul#menu-footer-menu-he.menu li a:hover{color: #DC1932;}
.footer-content .footer-menu .social{text-align: left;}
.footer-content .footer-menu .social a{color: #fff; font-size: 44px; }
span.icon-ono-facebook, span.icon-ono-youtube{transition: all ease 0.2s;}
.footer-content .footer-menu .social a:hover span.icon-ono-facebook{color: #4064AC;}
.footer-content .footer-menu .social a:hover span.icon-ono-youtube{color: #CC0000;}
.footer-menu .menu-footer-menu-en-container ul{}
.footer-menu .menu-footer-menu-en-container ul li a{color:#fff; transition: all ease 0.3s;}
.footer-menu .menu-footer-menu-en-container ul li a:hover{color:#DC1932;}

/* Contact Tab */
.contact-tab-wrraper {position: fixed;z-index: 9;left: -200px;top: 10vh;height: auto;background: #fff;padding: 10px;
	border-bottom-right-radius: 8px;border-top-right-radius: 8px;box-shadow: 0 0 10px #000;transition: all ease 0.3s;}
.contact-tab-wrraper.show{left: 0;}
.contact-tab-wrraper.show div.contact-tab-image a img {width: 100%;}

/** Footer **/
.footer-content .footer-menu.company-details a{color: #fff; position: relative; overflow: clip;}
.footer-content .footer-menu.company-details a::after {content: "";height: 1px;width: 100%;background: #fff;
	position: absolute; bottom: 0; left: -120px; transition: all ease 0.3s;}
.footer-content .footer-menu.company-details a:hover::after{left: 0;}

.phone.mobile {display: none;}



/****************/
/** About Page **/
/****************/
section.about-contnet-container{margin-top:64.4vh; padding: 67px 0 75px 0;background: url(../images/deco/deco-bottom-left.png) #F2F2F2;
    background-position: left bottom;background-repeat: no-repeat;background-size: 15%; position: relative; z-index: 1;}
.about-content-wrraper {display: flex;justify-content: space-between;align-items: center;}
.about-content-text {width: 100%;max-width: 550px;}
.about-content-text p:first-child::first-letter{font-size: 50px;}
.about-content-gallery{clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);width: 100%;max-width: 670px; }
body.page-template-page-about-php .hero-content-right{text-align: right;}
/** English Version **/
body.ltr .about-content-wrraper {flex-direction:row-reverse ;}
body.page-template-page-about-php.ltr .hero-content-right {text-align: left;}


/** Our Solutions **/
section.our-solutions-container{
    padding: 67px 0 75px 0;
    background-color: #DC1932;
	background-image: url(../images/deco/deco-white-top-right.png), url(../images/deco/deco-white-bottom-right.png); background-repeat: no-repeat,no-repeat;
    background-position: top right, bottom right;background-size:  15%, 15%; position: relative; z-index: 2;}
.our-solutions-types {display: flex;justify-content: space-between;}
.our-solutions-wrraper h3.section-title{color: #fff;}
.our-solutions-wrraper h3.section-title::after{background: #fff;}
.solution-type-holder {text-align: center; width: calc(33% - 30px);padding: 15px 15px 50px 15px;position: relative;overflow: hidden;z-index: 4;transition: all ease .5s;}
.solution-type-holder a{color: #fff;}
.solution-type-holder::after {content: "";width: 400px;height: 100%;background: #fff;position: absolute;top: 412px;left: 0;z-index: -3;transition: all ease .5s;}
.solution-type-holder:hover::after {top: 0;}
.solution-type-holder:hover .icon,
.solution-type-holder:hover .title,
.solution-type-holder:hover .description,
.solution-type-holder:hover a button.moreInfo{color: #DC1932;}
.solution-type-holder a{text-decoration: none;}
.solution-type-holder a button.moreInfo{background: none; color: #fff; border: none; transition: all ease .5s; cursor: pointer; font-weight: 600;}
.solution-type-holder .icon {font-size: 100px;text-align: center;color: #fff; transition: all ease .5s;}
.solution-way-types {display: flex;justify-content: space-between; position: relative;}
a.moreInfo{text-decoration: none; font-weight: bold; transition: all ease .5s;}
.solution-type-holder .description{margin:40px 0; transition: all ease .5s;}
.solution-type-holder .title{transition: all ease .5s;}
/** English Version **/
body.ltr .solution-type-holder::after {top: 522px;}
body.ltr .solution-type-holder:hover::after {top: 0;}

.page-template-page-about section.company-benefits-container{
    padding: 67px 0 75px 0;
	background-image: url(../images/deco/deco-brown-top-left.png), url(../images/deco/deco-brown-bottom-left.png); background-repeat: no-repeat,no-repeat;
    background-position: top left, bottom left;background-size:  15%, 15%; position: relative; z-index: 3;} 
body.page.page-id-179 footer section.contact-us-container{
 	background-image: url(../images/deco/deco-red-top-right.png);
	background-position: top right;}
.single-products section.ideal-solution-benefits-container{background-size:  13%, 13%;}


/******************/
/** Support Page **/
/******************/
section.support-contnet-container{margin-top:64.4vh; padding: 67px 0 75px 0;background: url(../images/deco/deco-bottom-left.png) #F2F2F2;
    background-position: left bottom;background-repeat: no-repeat;background-size: 15%; position: relative; z-index: 1;}
.support-content-wrraper {display: flex;justify-content: space-between;}
.support-content {width: calc(50% - 40px);}
.support-content.text{font-size: 20px; line-height: 1.5;}
.support-content.text p:first-child::first-letter {font-size: 50px;}
.support-content.faq .support-content-faqs-wrraper h2{font-size: 48px; font-weight: normal; text-align: center; margin-bottom: 20px;}
.faq-set-wrraper{margin-bottom: 10px;}
.faq-set-wrraper:last-child{margin-bottom:0;}
.faq-set-wrraper > a.question{display: block;padding: 10px 15px;text-decoration: none;color: #1D1D1B;
  font-weight: normal;background: #fff;border: 1px solid #1D1D1B;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;}
.faq-set-wrraper > a.question:hover{background: #DC1932; color: #fff;}
.faq-set-wrraper > a.question.active{background: #DC1932; color: #fff; }
.faq-set-wrraper .answer{background-color: #E0E0E0;padding: 15px;display:none; margin-top: 5px;}
.faq-set-wrraper > a.question span{float: right;margin-top: 2px;margin-left: 10px;}
body.page-template-page-support section.contact-us-container {
	padding: 67px 0 75px 0;
	background-image: url(../images/deco/deco-red-top-right.png);
	background-position: top right;
	background-size: 15%;
}
body.page-template-page-support footer section.contact-us-container{background-image: url(../images/deco/deco-red-top-left.png);background-position: top left;}


/***************************/
/** Product Page         **/
/**************************/
.single-products .hero-content-wrraper h1 {	font-size: 40px;}
section.product-container {
    margin-top: 64.4vh;
    padding: 67px 0 75px 0;
    background-color: #F2F2F2;
	background-image: url(../images/deco/deco-bottom-right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 15%;
    position: relative; z-index: 1;
}
.product-advantages-circles {display: flex;justify-content: space-between;width: 100%;max-width: 1030px;margin: auto;}
.product-advantage {flex:1; margin: 5%; border-radius: 50%; padding: 1%; border: 8px solid #1D1D1B;font-size: 25px;font-weight: bold; text-align: center;display: flex;align-items: center;}
.product-advantage::before{content: ""; display: inline-block; padding-top: 100%;}
.product-advantages-circles-content {font-size: 20px;margin-top: 62px;line-height: 1.6; margin-bottom: 73px;}
.position-content-holder {background: #C1C1C1;display: flex;}
.position-content-holder:nth-child(odd) {flex-direction: row-reverse;}
.position-content-holder .content {font-size: 20px;display: flex;align-items: center;padding: 3.20%; width: 100%;}
/** English side **/
body.postid-491.ltr section.product-container {background-image: url(../images/deco/deco-bottom-left.png);background-position: bottom left;}
body.postid-495.ltr section.product-container {background-image: url(../images/deco/deco-bottom-right.png);background-position: bottom right;}
body.postid-499.ltr section.product-container{background-image: url(../images/deco/deco-bottom-right.png);background-position: bottom right;}
body.ltr .position-content-holder .content {font-size: .9em; padding: 2% 3.20%; line-height: 1.5;}

section.ideal-solution-benefits-container{
	padding: 67px 0 75px 0;
	background-color: #1D1D1B;
	background-image: url(../images/deco/deco-brown-top-left.png), url(../images/deco/deco-brown-bottom-left.png);
	background-repeat: no-repeat,no-repeat;
	background-position: top left, bottom left;
	background-size: 15%, 15%;
    color: #fff;
    position: relative; z-index: 2;
}
.ideal-solution-benefits-content-wrraper {display: flex;flex-wrap: wrap;justify-content: space-between; margin-top: 100px;}
.ideal-solution-benefit {width: calc(25% - 20px);text-align: center;border: 1px solid #fff;font-size: 20px;margin-bottom: 30px;
	padding: 3.48%;display: flex;justify-content: center;align-items: center; transition:all ease 0.5s; }
.ideal-solution-benefit:nth-last-child(-n+4){margin-bottom: 0;}
.ideal-solution-benefit:hover{background: #fff; color: #DC1932;}
.ideal-solution-benefits-content-wrraper.num-6 .ideal-solution-benefit{width: calc(33% - 20px);}
.ideal-solution-benefits-content-wrraper.num-6 .ideal-solution-benefit:nth-last-child(-n+4){margin-bottom: 30px;}
.ideal-solution-benefits-content-wrraper.num-6 .ideal-solution-benefit:nth-last-child(-n+3){margin-bottom:0;}
.ideal-solution-benefits-content-wrraper.num-9 .ideal-solution-benefit:last-child{margin: auto;}
.ideal-solution-benefits-content-wrraper.num-9 .ideal-solution-benefit:nth-last-child(-n+4) {margin-bottom: 30px;}
.ideal-solution-benefits-content-wrraper.num-9 .ideal-solution-benefit:nth-last-child(-n+4):last-child{margin-bottom: 0;}
/** English Version **/
body.ltr .ideal-solution-benefit {font-size: 1em;}

.single-products section.our-solution-container {
	padding: 67px 0 75px 0;
	background-color: #DC1932;
	background-image: url(../images/deco/deco-white-top-right.png), url(../images/deco/deco-white-bottom-right.png);
	background-repeat: no-repeat,no-repeat;
	background-position: top right, bottom right;
	background-size: 11%, 11%;
    position: relative; z-index: 3;
}

.postid-289.single-products section.our-solution-container {
	background-image: url(../images/deco/deco-white-top-left.png), url(../images/deco/deco-white-bottom-left.png);
	background-position: top left, bottom left;
	background-size: 11%, 11%;
}
section.our-solution-container h3{color:#fff;}
section.our-solution-container h3::after{background:#C1C1C1;}
.our-solution-content-wrraper {display: flex;justify-content: center; flex-wrap: wrap;}
.our-solution {width: 300px;height: 300px;background: #C1C1C1;color: #DC1932;text-align: center;
	font-size: 20px;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin: 0 20px 20px;padding: 2%;}
.our-solution:nth-last-child(-n+3){margin-bottom: 0;}
.postid-289.single-products section.contact-us-container {background-image: url(../images/deco/deco-red-top-right.png);background-position: top right;background-size: 15%;}
.single-products.postid-310 section.ideal-solution-benefits-container{background-size:10%, 10%;}

/** English Version **/
body.postid-493.ltr section.product-container{background-image: url(../images/deco/deco-bottom-right.png); background-position: bottom right;}
body.ltr .product-advantage {font-size: 17px;}
body.ltr .our-solution-content-wrraper {justify-content:center; flex-wrap: wrap;}

/**********************/
/** Contact us Page **/
/*********************/
section.page-contact-us-container{
    margin-top: 64.4vh; 
    padding: 67px 0 75px 0;
	background-image: url(../images/deco/deco-red-top-left.png);
	background-position: top left;
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	background-size: 15%;
    position: relative; z-index: 1;
}
.contact-form-holder form.wpcf7-form {display: flex;flex-wrap: wrap;justify-content: space-between;}
.contact-form-holder .form-field-wrap {background: #fff none repeat scroll 0 0;box-sizing: border-box;color: #79848f;
	font-weight: normal;margin-bottom: 14px;padding: 0 12px;transition: all ease 0.3s;}
.contact-form-holder .field-half {width: calc(50% - 17px);border: 1px solid #1D1D1B;}
.contact-form-holder .form-field-wrap .wpcf7-text {border: 0 none;box-sizing: border-box;color: #1D1D1B;font-family: inherit;
	font-size: inherit;height: 55px;vertical-align: middle;width: 100%;background: transparent;text-align: right;outline: none;}
.contact-form-holder .field-full {width: 100%;border: 1px solid #1D1D1B;}

.contact-form-holder textarea#form-content {height: 160px;width: 100%;border: 0;outline: none;padding: 10px 0;resize: none;}
.contact-form-holder .form-field-wrap.field-full.field-submit {background: none;padding: 0;margin-top: 20px;font-family: inherit;border: 0;text-align: center;}
.contact-form-holder form .field-submit button {background: #1D1D1B;border: 0;color: #fff;font-size: 1.25em;padding: 10px 67px;border-radius: 6px;cursor: pointer;
	transition: all ease 0.3s;}
.contact-form-holder .form-field-wrap:focus-within {outline: 1px solid #DC1932;border: 1px solid #E6E6E6;}
.content-wrraper {display: flex;justify-content: space-between;margin-bottom: 60px;}
.detail-holder {display: flex;font-size: 30px;}

.content-text{font-size: 18px;}
.content-text, .content-details {width: calc(50% - 50px);}
.content-details .detail-holder{margin-bottom: 20px;}
.content-details .detail-holder:last-child{margin-bottom:0;}
.content-details .detail-holder .company-icon {display: flex;justify-content: center;align-items: center;margin-left: 2%;width: 40px; transition: all ease 0.5s;
border-left: 1px dotted #1D1D1B; padding-left: 2%; }
.content-details .detail-holder .email a{color: #1D1D1B; text-decoration: none; position: relative; display: block; overflow: hidden; }
.content-details .detail-holder .email a::after{content: "";width: 100%;height: 3px;background-color: #1D1D1B;position: absolute;
    bottom: 0;left: -400px;transition: all ease 0.5s;}
.content-details .detail-holder .email a:hover::after{left:0;}
.content-details .detail-holder:hover .company-icon{color:#DC1932; }
/** English Version **/
body.ltr .content-details .detail-holder .company-icon {margin-right: 2%; margin-left: 0;}
body.ltr .contact-form-holder textarea#form-content-en.wpcf7-form-control.wpcf7-textarea {width: 100%; direction: ltr; padding: 1.5% 0;border: 0;}
body.ltr .wpcf7-not-valid-tip {direction: ltr;}
body.ltr .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {direction: ltr;}





/***************************/
/** Technical Specs Page **/
/**************************/
section.technical-specs-docs-container{
    margin-top:64.4vh; 
    padding: 67px 0 75px 0;
    background-color: #F2F2F2;
	background-image: url(../images/deco/deco-red-bottom-right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 15%;
    position: relative; z-index: 1;
}
.technical-specs-holder .document-holder{width:100%; margin-bottom: 20px; transition: all ease 0.5s; overflow: hidden;}
.technical-specs-holder .document-holder:last-child{margin-bottom:0;}
.technical-specs-holder .document-holder a {text-decoration: none;font-size: 18px;color: #000;padding: 10px;border: 1px solid #000;
	transition: all ease 0.5s;display: flex;justify-content: space-between; align-items: center;}
.technical-specs-holder .document-holder a span.icon-ono-eye{font-size: 30px; position: relative; color:#DC1932; transition: all ease 0.5s;}
.technical-specs-holder .document-holder a span.icon-ono-eye::after {content: "";height: 400%;width: 1px;background: #000;position: absolute;
	right: 0;margin-right: -10px;top: -25px;}
.technical-specs-holder .document-holder:hover{background:#DC1932; }
.technical-specs-holder .document-holder:hover a, .technical-specs-holder .document-holder:hover a span.icon-ono-eye{color: #fff;}
.technical-specs-docs-wrraper {display: flex;width: 100%;justify-content: space-between;}
.technical-specs-holder.col-1-2, .technical-specs-holder.col-2-2 {width: calc(50% - 50px);}

/** Popup **/
.popup-modal.modal-overlay {position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;background: rgba(0,0,0,.5);z-index: 9;opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;}
.popup-modal.wrraper {background: #fff;width: 50%;height: 80%;top: 15vh;left: calc(50% - 550px);position: absolute;box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
overflow: hidden; }
.popup-modal.close {padding: 10px 20px;}
.popup-modal.modal-overlay {visibility: hidden;}
.popup-modal.modal-overlay.visible{visibility: visible;opacity: 1;}
.modal-transition {transition: all 0.3s 0.12s;transform: translateY(-10%);opacity: 0;}
.popup-modal.modal-overlay.visible .modal-transition {transform: translateY(0);opacity: 1; /**overflow: scroll;**/}
button.popup-btn-close {border:2px solid #000; ;background: #DC1932;border-radius: 100%;width: 30px;height: 30px;color: #fff;font-size: 20px; cursor: pointer;}
.popup-modal.content.pdfobject-container {height: 100%;}
#toolbarViewerRight button#download {display: none !important;visibility: hidden;}

/********************************/
/** Logisticare Page **/
/********************************/
body.page-template-page-logisticare .hero-group-content-wrraper h1 {font-size: 40px; margin-bottom: 18px;}
body.page-template-page-logisticare .hero-group-content-wrraper .sub-text {font-size: 29px;}

section.logicticare-container{
    margin-top:64.4vh; 
    padding: 67px 0 75px 0;
    background-color: #F2F2F2;
	background-image: url(../images/deco/deco-bottom-right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 15%;  
    position: relative; z-index: 1;
}
.logisticare-advantages-wrraper {display: flex;justify-content: space-between;width: 100%;max-width: 1030px;margin: auto;}
.logisticare-advantage::before {content: "";display: inline-block;padding-top: 100%;}
.logisticare-advantage {flex: 1;margin: 5%;border-radius: 50%;padding: 1%;border: 8px solid #1D1D1B;font-size: 25px;font-weight: bold;
	text-align: center;display: flex;align-items: center;}
.logicticare-content-text-wrraper {font-size: 20px;}
.logisticare-industries-solution-wrraper {margin-top: 90px;}
.logisticare-industries-solution-text {font-size: 20px;text-align: center;}
.logisticare-industries-types-wrraper {display: flex;flex-wrap: wrap;justify-content: space-between;text-align: center;margin-top: 50px;}
.logisticare-industrie-type-holder {width: calc(20% - 15px);display: flex;flex-direction: column;align-items: center;margin-bottom: 90px;transition: all ease 0.5s;}
.logisticare-industrie-type-holder:nth-last-child(-n+5) {margin-bottom: 0px;}
.logisticare-type-icon{font-size: 70px;color: #1D1D1B;border: 5px solid #1D1D1B;border-radius: 50%;width: 136px;height: 136px;text-align: center;
	display: flex;align-self: center;justify-content: center;align-items: center;margin-bottom: 20px;transition: all ease 0.5s;}
.logisticare-industrie-type-holder .logisticare-type-name{font-size:24px; font-weight: bold; transition: all ease 0.5s;}
.logisticare-industrie-type-holder:hover .logisticare-type-icon{color: #DC1932;}
.logisticare-industrie-type-holder:hover .logisticare-type-name{color: #DC1932;}

section.logisticare-all-items-container{
	padding: 67px 0 75px 0;
	background-color: #DC1932;
	background-image: url(../images/deco/deco-white-top-left.png), url(../images/deco/deco-white-bottom-left.png);
	background-repeat: no-repeat,no-repeat;
	background-position: top left, bottom left;
	background-size: 15%, 15%;
    position: relative; z-index: 2;
}
section.logisticare-all-items-container h3.section-title{color: #fff;}
section.logisticare-all-items-container h3.section-title::after {background: #C1C1C1;}
.logisticare-all-items-holder {display: flex;justify-content: space-between;color: #fff; margin-bottom: 100px;}
.logisticare-type-holder {display: flex;flex-direction: column;align-items: center;width: calc(20% - 50px);text-align: center;}
.logisticare-all-items-holder .type-icon {font-size: 60px;}
.logisticare-all-items-holder .type-letter {font-weight: bolder; font-size: 76px;}
.logisticare-all-items-holder .type-icon, .logisticare-all-items-holder .type-letter {color: #fff;border: 2px solid #fff;border-radius: 50%;
	width: 104px;height: 104px;text-align: center;display: flex;align-self: center;justify-content: center;align-items: center;margin-bottom: 20px;}

section.logisticare-all-items-container h4.section-title{color: #fff;}
section.logisticare-all-items-container h4.section-title::after {background-color: #C1C1C1;width: 22%;right: calc(50% - 134px);}

.logisticare-benefits-wrraper {display: flex;position: relative;overflow: hidden;}
.logisticare-benefits-tabs {border: 1px solid #fff;max-width: 420px;height: max-content;max-height: max-content;}
.logisticare-benefits-tabs button {width: 100%;border-bottom: 1px solid #fff;text-align: right;padding: 9px 20px;background: #DC1932;
	border-right: 0;border-left: 0;border-top: 0;color: #fff;font-size: 20px;font-weight: bold;cursor: pointer;transition: all ease 0.5s;}
.logisticare-benefits-tabs button:last-child{border-bottom: 0;}
.logisticare-benefits-tabs button:hover{background: rgba(255,255,255,0.85);color: #DC1932;}

.logisticare-benefits-content {color: #fff;height: 260px;overflow: hidden;width: 100%;max-width: 880px;position: relative;}
.logisticare-benefits-content .content {padding: 0 2%;font-size: 20px;height: inherit;position: absolute;background: #DC1932;
	transition: all ease 0.5s;opacity: 0;background-image: url('../images/deco/rightTabContentBg.png');background-position: 690px;background-repeat: repeat-y;}
.tab-content-wrraper {display: flex;align-items: center;height: inherit;line-height: 1.7;}
.logisticare-benefits-content .content.show{opacity: 1;}
.logisticare-benefits-tabs button.active{background: #fff;color: #DC1932;}
/** English Version **/
body.ltr .logisticare-benefits-content {height: 230px;}
body.ltr .logisticare-benefits-content .content {background-image: url('../images/deco/leftTabContentBg.png');background-position: -57px;}


/************/
/** Banner **/
/************/
section.banner-container {
	padding: 67px 0 75px 0;
	background-color: #1D1D1B;
	background-image: url(../images/deco/deco-brown-top-right.png), url(../images/deco/deco-brown-bottom-right.png);
	background-repeat: no-repeat,no-repeat;
	background-position: top right, bottom right;
	background-size: 14%, 14%;
    position: relative; z-index: 3;
}
.banner-wrraper {display: flex;justify-content: space-between;}
.banner-image-wrraper{border-radius: 100%;overflow: hidden;width: 100%;max-width: 470px; height: 470px;}
.banner-image { transition: all ease 0.5s;}
.banner-image:hover{transform: scale(1.15);}
.banner-content-wrraper,a.banner-button{color: #fff;}
.banner-content-wrraper {text-align: center; width: calc(100% - 480px - 20px);display: flex;flex-direction: column;align-self: center;}
h3.banner-text {font-size: 36px;font-weight: bold;max-width: 70%;margin: auto;}
a.banner-button {background: #DC1932;width: 87.5%;margin: auto;text-decoration: none;font-size: 28px;font-weight: bold;padding: 35px 0;border-radius: 8px;margin-top: 20px;}
/** English Version **/
body.ltr h3.banner-text {font-size: 30px;max-width: 90%;}
body.ltr a.banner-button {font-size: 19px;padding: 35px;}





















