/*
Theme Name: Benatav
Theme URI: https://www.lavrendev.com
Author: Alex Lavrendev
Author URI: https://www.lavrendev.com
Description: Benatav - Customized theme for Benatav company.
Version: 1.0.0
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.hero img, .hero {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 1200px) { 
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1280px;
	}
}

body{
	font-family: 'shree_devanagari_714regular';
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
	color: #000;
	background-color: #fff;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased !important;
}


h1, h2, h3, h4, h5, h6 {
	color: #802625;
	font-family: 'AvenirNext-Medium';
	margin-bottom: 10px;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 34px;
	}
	h3 {
		font-size: 30px;
	}

	.logo { width: 250px; }

	.med-item .content { min-height: inherit; }
}

a,
a:hover {
	color: #843228;
}

.form-control {
	border-radius: 0;
	font-size: 20px;
	height: 50px;
	padding: 10px 15px 5px;
	color: #843128;

	border: 1px solid #843128;
}
.form-control:focus {
    box-shadow: none;
}

.brand-dark {
	color: #864813;
}

.brand-light {
	color: #8c5220;
}

.hebrew-text h1 {
	font-family: 'MyriadHebrew';
}
.hebrew-text p {
	font-size: 20px;
	line-height: 24px;
	font-family: 'MyriadHebrew';
	direction: rtl;
	text-align: justify;
}

.btn-brand {
	color: #fff;
	background: #b8754f;
}
.cta {
	margin-top: 20px;
}
.cta a {
	display: block;
	padding: 15px 10px;
	color: #fff;
	font-size: 24px;
	font-family: 'shree_devanagari_714regular';
}
.cta a span {
	display: block;
	font-family: 'AvenirNextLTPro-Bold';
}
.cta a:hover {
	color: #fff;
}

.med-widget-wrapper .cta a {
	padding: 10px;
	background: #b54c36;
}

/* Section Border Seperator*/
.seperator,
.reverse-seperator {
	position:relative;
	min-height: 60px;
}
.seperator {
	margin-top: 12px;
	border-top: 2px solid #b54c35;
}
.reverse-seperator {
	margin-bottom: 12px;
	border-bottom: 2px solid #b54d36;
}

/* .seperator::after, .reverse-seperator::after */
.seperator::before,
.reverse-seperator::before
 {
	content:"";
	position:absolute;
	left: 50%;
	margin-left: -70px;
	width: 0;
	height: 0;
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
}
.seperator::before,
.seperator::after {
	border-top: 30px solid #b54c35;
}
.reverse-seperator::before,
.reverse-seperator::after {
	border-bottom: 30px solid #b54d36;
}
.seperator::before {
	top:0;
}
.reverse-seperator::before {
	bottom:0;
}

.seperator::after {
	top: 14px;
	box-shadow: 0px -3px 0px #fff;
}
.reverse-seperator::after {
	bottom: 14px;
	box-shadow: 0px 3px 0px #fff;
}

.section-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}


/*
Header Navigation
-------------------------------------------*/
.benatav-nav {
	background: #414042;
	border-radius: 0;
}
.benatav-nav .navbar-nav a{
	font-family: 'acumin_variable_concept';
	font-size: 19px;
	line-height: 17px;
	font-weight: 500;
	color: #a39182;
}

.benatav-nav .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:focus {
	color: #a39182;
}
.benatav-nav .navbar-nav .nav-link:hover,
.benatav-nav .navbar-nav .active > .nav-link, .current-menu-item {
	color: #fff;
}

.menu-header-menu-container .current-menu-item a{ color: #fff !important;} 
.benatav-nav .btn,
.footer-section .btn{
	color: #fff;
	font-size: 20px;
	line-height: 33px;
	font-weight: bold;
	border-radius: 0;
	font-family: 'shree_devanagari_714regular';
}

@media (min-width: 992px) and (max-width: 1200px) {
	.navbar-dark .navbar-brand img { width: 200px !important; }

	.benatav-nav .navbar-nav a{
		font-size: 15px;
	}
	.benatav-nav .btn, 
	.footer-section .btn {
		font-size: 14px;
		line-height: 27px;
	}

	.benatav-nav .navbar-nav .nav-link { padding: 0px 5px !important; }

}

@media screen and (min-width: 992px){
	.benatav-nav .navbar-nav .nav-link {
		padding: 0 10px;
	}
	.benatav-nav .navbar-nav .nav-item {
		border-right: 2px solid #a39182;
	}
	.benatav-nav .navbar-nav .nav-item:last-child {
		border-right: 0;
	}
}
@media screen and (max-width: 991px){
	.benatav-nav.navbar{
		padding: 0 20px;
	}
	.benatav-nav .btn,
	.footer-section .btn {
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 22px;
	}
}


/*benatav-carousel*/

.benatav-carousel .carousel-item .item-img-mobile { display: none; }

@media screen and (max-width: 425px) {
	.benatav-carousel .carousel-item .item-img-desktop { display: none; }
	.benatav-carousel .carousel-item .item-img-mobile { display: block; }
}

.benatav-carousel .carousel-item > img{
    width: 100%;
    background-size: cover;
}
.benatav-carousel .carousel-caption {
	text-align: left;
}
.benatav-carousel .carousel-caption h1 {
	line-height: 50px;
	font-size: 50px;
	color: #fff;
	font-weight: 500;
}
.benatav-carousel .carousel-caption p {
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	color: #fff;
}

.benatav-carousel .carousel-caption a {
	text-decoration: none;
	}


.benatav-carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #f79420;
    opacity: 1;
    border-radius: 100%;
}
.benatav-carousel .carousel-indicators .active {
    background-color: #fff;
}

@media screen and (min-width: 1200px) {
	.benatav-carousel .carousel-caption {
		top: 120px;
	}
}

@media screen and (max-width: 960px) {
	.front-page-product-section .content { min-height: 0px; }
}

@media screen and (max-width: 500px) {
	.benatav-carousel .carousel-caption h1 {
		font-size: 30px;
		line-height: 30px;
	}
}


.swiper-container {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px){
	.swiper-container {
	  width: 100%;
	  height: 300px;
	  margin-bottom: 50px;
	}
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
.swiper-button-next, 
.swiper-button-prev {
	top: auto;
	bottom: 15px;
}
.swiper-button-next {
    right: 50%;
    left: auto;
    margin-right: -35px;
}
.swiper-button-prev {
    left: 50%;
    right: auto;
    margin-left: -35px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    background-repeat: repeat;
    width: 26px;
    height: 30px;
    line-height: 30px;
    font-size: 0;
}
.swiper-button-next::after {
    background-image: url(assets/img/next.png);
}
.swiper-button-prev::after{
    background-image: url(assets/img/prev.png);
}
@media screen and (max-width: 500px) {
	.benatav-carousel .carousel-caption h1 {
		font-size: 30px;
	}
}

.technology-section {
	padding-top: 10px;
	padding-bottom: 100px;
}
.technology-section h1 {
	font-size: 50px;
	font-family: 'shree_devanagari_714regular';
}

@media screen and (max-width: 500px) {
	.technology-section h1 {
		font-size: 40px;
	}
}

.technology-section p {
	font-size: 16px;
	text-align: left;
}
.technology-content {

	padding-bottom: 20px;
}
.tech-images img {
	border-radius: 20px;
	padding: 10px;
	margin: auto;

} 
@media screen and (max-width: 768px){
	.technology-content {	padding-bottom: 20px;}
}


@media screen and (max-width: 425px){
	.tech-images img { padding: 10px; border-radius: 20px; margin: auto; text-align: center;}
	.tech-images .col { flex-basis: auto; max-width: 50%; } 
}



.learn-more {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #843128;
}

.get-quote-form {
	background: #843128;
	padding: 30px 20px 1px 20px;
	border-radius: 5px;
}
.get-quote-form h2 {
	font-size: 26px;
	color: #fff;
	font-family: 'shree_devanagari_714regular';
	margin-bottom: 0px;
}

.get-quote-form input[type="submit"] {
	background: #dac6b3;
	color: #843128;
	border-radius: 0;
	font-size: 22px;
	padding: 10px 20px;
	font-weight: 600;
	font-family: 'shree_devanagari_714regular';
}
.get-quote-form input::-webkit-input-placeholder { /* Edge */
  color: #dac6b3;
}
.get-quote-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #dac6b3;
}
.get-quote-form input::placeholder {
  color: #dac6b3;
}

.single-position .get-quote-form { direction: rtl; text-align: right; color: #fff; font-size: 18px;     font-family: 'MyriadHebrew'; }


.about-section {
	padding-bottom: 50px;
}
.about-section h1 {
	font-size: 50px;
	font-family: 'shree_devanagari_714regular';
}
@media screen and (max-width: 500px) {
	.about-section h1 {
		font-size: 40px;
	}
	.about-section { padding: 0; }
}

.about-section p {
	font-size: 16px;
	line-height: 19px;
	text-align: left;
}

.front-page-product-section {
	padding: 100px 0;
	background: #dac6b3;
}



@media screen and (min-width: 992px) {
	.front-page-product-section .container, .section-articles .container {
		max-width: 920px;
	}
}

.front-page-product-section h1 {
	font-size: 50px;
	font-family: 'shree_devanagari_714regular';
	margin-bottom: 0;
	color: #803b14;
}
@media screen and (max-width: 500px) {
	.front-page-product-section h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}
}

.front-page-product-section .item-wrapper {
	margin: 10px;
	}



.search-wrapper {
	margin-bottom: 60px;
}
.search-form {
	position: relative;
	top: 7px;
	right: 10px;
}
.search-form input{
	height: 60px;
	font-size: 20px;
	color: #803b14;
}
.search-form button {
    position: absolute;
    right: 0;
    top: 7px;
    border: 0;
    background: transparent;
}


/*Hero Section*/
@media (min-width: 1501px){

.hero-section {
	padding: 200px 0;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1500px){
.hero-section {
    padding: 150px 0 !important;
	min-height:555px;
	}
}

@media (min-width: 1024px){
	.page-id-1387 section.hero-section.techonology-hero .row {
    transform: scale(0.7);
}
.page-id-1387 .hero-section {
    padding: 100px 0 !important;
	}	

}

.hero-section.position-hero h1 {
	font-size: 88px;
	line-height: 100px;
}
.hero-section h1,
.hero-section h2,
.hero-section.position-hero h1 span {
	font-size: 160px;
	line-height: 140px;
	letter-spacing: -2px;
	color: #fff;
	font-weight: 500;
	font-family: 'shree_devanagari_714regular';
}
.hero-section h1 span {
	display: block;
	margin-left: 150px;
}
.hero-section.position-hero h1 span {
	margin-left: 80px;
}
.hero-section.position-hero h1 {
	z-index: 10;
	position: relative;
}
.hero-section h2 span {
	font-size: 230px;
	font-weight: bold;
	position: relative;
	top: 40px;
}
.hero-section h2 {
	margin-left: -100px;
	margin-top: -30px;
}

@media screen and (max-width: 1199px) {
	.hero-section {
	    padding: 100px 0;
	}
	.hero-section h1,
	.hero-section h2,
	.hero-section h2 span,
	.hero-section.position-hero h1,
	.hero-section.position-hero h1 span {
		font-size: 50px;
		line-height: 70px;
		letter-spacing: 0;
	}
	.hero-section h1 span {
		margin-left: 0;
	}
	.hero-section h2 {
		margin-left: 0;
		margin-top: -20px;
	}

	.hero-section h2 span { top: 0; }
}

@media screen and (max-width: 768px) {
	.hero-section.position-hero {
		padding: 50px 0;
	}

	.hero-sectionh1 { margin: 0;}

}

/*
.position-hero {
	background: url(assets/img/hero-bg.jpg) center center #b05723;
	background-size: cover;
}
.techonology-hero {
	background: url(assets/img/customized-hero-bg.jpg) center center #b05723;
	background-size: cover;
}
.overview-hero {
	background: url(assets/img/overview-hero-bg.jpg) center center #b05723;
	background-size: cover;
}
.quality-hero {
	background: url(assets/img/quality-hero-bg.jpg) center center #b05723;
	background-size: cover;
}
*/


/*Customized and Solution Page*/
.techonology-content h1 {
	font-size: 35px;
	color: #803b14;
	text-align: left;
}

/*product-section*/
.product-section, .products-page{
	background:#dac6b3;
	padding-top:100px;
	padding-bottom: 100px;
}
@media screen and (min-width: 992px){
	.product-section .container {
		max-width: 860px;
	}
	.products-page .item-wrapper img { height: 190px; }
	.products-page .item-wrapper p { height: 150px; }
}

.product-section .item-wrapper {
	margin-bottom: 10px;
}
.item-wrapper img {
	margin-bottom: 10px;
	border: 1px solid #864813;
}
.item-wrapper h2 {
	font-size: 24px;
	color: #8c5220;
	margin-top: 10px;
}
.item-wrapper p {
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}


@media screen and (max-width: 600px){
	.item-wrapper img,
	.med-item img {
		width: 100%;
	}
	.item-wrapper {
		margin-bottom: 30px;
	}
}

.widget-wrapper ul,
.med-widget-wrapper ul {
	padding: 0;
	list-style: none;
}
.widget-wrapper ul li{
    border-top: 1px dotted #864813;
    padding: 7px 0;
}
.med-widget-wrapper ul li {
    border-bottom: 1px dotted #864813;
	padding: 10px 0;
}
.widget-wrapper ul li:last-child,
.med-widget-wrapper ul li:last-child {
    border-bottom: 1px dotted #864813;
}
.widget-wrapper ul li a,
.med-widget-wrapper ul li a{
	color: #414042;
	/*font-size: 21px;*/
	font-family: 'AvenirNextLTPro-Regular';
}
.widget-wrapper ul li a:hover,
.med-widget-wrapper ul li a:hover {
	color:#864813;
	text-decoration: none;
}
.widget-wrapper ul li.active a,
.med-widget-wrapper ul li.active a {
	color:#864813;
	font-family: 'AvenirNextLTPro-Bold';
}

@media screen and (min-width: 992px) {
	.widget-wrapper {
		padding-right: 50px;
		border-right: 2px dotted #b05723;
		margin-right: 20px;
	}
}
@media screen and (max-width: 992px) {
	.widget-wrapper,
	.med-widget-wrapper,
	.miniature-widget-wrapper {
		margin-top: 50px;
	}
}


.miniature-widget-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.miniature-widget-wrapper ul li {
	margin-bottom: 2px;
}
.miniature-widget-wrapper ul li a {
	font-size: 15px;
	line-height: 27px;
	font-weight: bold;
	color: #864813;
	background: #f1f1f1;
	display: block;
	padding: 5px 10px 0px 10px;
	text-decoration: none;
}
.miniature-widget-wrapper ul li a:hover{
	background: #ddd;
}
.miniature-widget-wrapper img {
	width: 100%;
}
.miniature-widget-wrapper .cta .btn {
	background: #b54d36;
	margin-top: 40px;
}
.miniature-content-wrapper h2 {
	font-size: 40px;
	color: #864813;
	margin-bottom: 20px;
}
.miniature-content-wrapper img {
	margin-bottom: 30px;
	max-height: 300px;
}
.miniature-content-wrapper {
	font-size: 18px;
}

/*technical-data-section*/
.technical-data-section h2 {
 	color: #676c74;
 	font-size: 30px;
 }
.data-table ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.data-table ul li {
	padding: 15px 15px 13px 15px;
	border-bottom: 2px dotted #864813;
}
.data-table ul li:first-child {
	border-top: 2px dotted #864813;
}
.data-title-wrapper {
	border-right: 2px dotted #864813;
}

/*accordion-section*/
.accordion-section {
	padding: 70px 0;
}

.accordion .card {
	border: 0;
	border-radius: 0;
}
.accordion > .card > .card-header {
    margin-bottom: 0;
}
.accordion .card-header {
    padding: 5px 0;
    background-color: transparent;
	border: 0;
}
.accordion .card-body {
	padding: 15px 0;
}
.accordion .card-header h3 {
	font-size: 25px;
	line-height: 33px;
	color: #676c74;
	cursor: pointer;
}

.content-wrapper {
	font-family: 'shree_devanagari_714regular';
	font-size: 16px;
	line-height: 24px;
	font-display: swap;
}

.content-wrapper h2 { color: #864813; }

.content-wrapper ul {
	list-style: none;
	padding-right: 20px;
}
.content-wrapper ul li::before {
	content: "\2022";
	color: #b05723;
	display: inline-block;
	width: 0.6em;
	font-size: 1.5em;
}


/*member-section*/
.member-section{
	padding:100px 0;
	background:#a39182;
	color:#fff;
}
.member-wrapper {
	margin-bottom: 40px;
}
.member-wrapper img {
	margin-bottom: 10px;
}
.member-wrapper h4 {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	font-family: 'shree_devanagari_714regular';
}
.member-wrapper .designation {
	display: block;
	font-weight: 400;
}




.img-wrapper {
	margin-top: 30px;
	margin-bottom: 100px;
}
.img-wrapper img {
	width: 100%;
}

/*feature-box*/
.feature-box-section {
	padding-top: 20px;
	padding-bottom: 130px;
}
.feature-box-wrapper {
	background: #edf0f2;
	padding: 15px;
	min-height: 180px;
}
.feature-box-content {
	overflow: hidden;
}
.feature-icon {
	float: right;
	padding-right: 10px;
	padding-left: 20px;
}
.feature-title {
	overflow: hidden;
	padding-left: 55px;
	text-align: right;
}
.feature-title h2{
	font-size: 21px;
	color: #864813;
	font-family: 'MyriadHebrew';
	direction: rtl;
}
.feature-link{
	display: inline-block;
	color: #000;
	text-decoration: underline;
	margin-top: 30px;
	font-family: 'MyriadHebrew';
}

@media screen and (max-width: 768px) {
	.img-wrapper img,
	.feature-box-wrapper {
		margin-bottom: 30px;
	}
}


/*product-details*/
.product-details-wrap img{
	margin-top:30px;
	width: 100%;
	max-width: 100%;
}
.product-details-wrap h2, .product-details-wrap h3 { margin-bottom: 10px; color: #864813; }

.product-dsc{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:2px dotted #b54d36;
}
.product-dsc:last-child {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:2px solid transparent;
}
.product-dsc h2 {
	font-size: 30px;
	line-height: 35px;
	color: #676c74;
}
.product-dsc p {
	font-size: 17px;
	text-align: left;
}
.product-dsc ul {
	padding-left: 15px;
}

/*.dotted-border*/
.dotted-border{
	border-bottom:2px dotted #b54d36;
	display:block;
	padding:20px 0;
	margin-bottom:30px;
}

/*.medical-section*/
.med-item-section {
	padding-bottom: 100px;
}
@media screen and (min-width: 992px) {
	.med-item-section .container{
		max-width: 860px;
	}

	.page-template-page-products-cat .med-item h2 {min-height: 60px;}
	.page-template-page-products-cat .med-item p { min-height: 90px; }
}

.med-content { padding-left: 30px; }

.med-content ul { list-style-type: none; }

.med-content ul li { margin-bottom: 10px; font-weight: 500; }

.med-content ul li::before {
    content: "\2022";
    color: #b05723;
    display: inline-block;
    width: 0.6em;
    font-size: 1.5em;
}

.med-content {
	font-weight: bold;
}
.med-content h1 {
	font-size: 35px;
	margin-bottom: 20px;
	color: #864813;
}

.med-content h4 { color: #864813; }

.med-item {
	margin-bottom: 40px;
}
.med-item img {
	margin-bottom: 10px;
	border: 1px solid #864813;
}
.med-item h2 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
}
.med-item p {
	font-size: 16px;
	/* font-weight: bold; */
}
.med-item a {
    font-size: 14px;
    /* text-transform: uppercase; */
    color: #864813;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px;
}

.owl-stage-outer .med-item a { text-decoration: none; }


/*
Footer Section
-------------------------------------------*/
.footer-section {
	color: #fff;
	padding: 50px 0;
	background: #414042;
}
.footer-section h3 {
	font-size: 25px;
}
.footer-section address {
	font-size: 18px;
	color: #fff;
	font-family: 'acumin_variable_concept';	
}
.footer-section h3 {
	color: #fff;
	font-weight: bold;
	font-family: 'acumin_variable_concept';	
}

.footer-section a { color: #fff; }
.footer-menu {
	padding: 0;
	list-style: none;
	margin-left: 0;
}
.footer-menu li {
	position: relative;
	display: block;
}

.footer-menu li a{
	font-size: 18px;
	line-height: 16px;
	color: #fff;
	font-family: 'acumin_variable_concept';
	text-decoration: none;
	-webkit-transition: 300ms;
	transition: 300ms;
	padding: 5px 0px;
}
.footer-menu li.active a,
.footer-menu li a:hover, .current-menu-item {
	color: #a39182;
}

@media screen and (max-width: 992px) {
	.footer-menu li+li:before {
		display: none;
	}
}




.navbar-dark .navbar-brand img {
	width: 270px;
	}

.search-wrapper .search-form button img {
	width: 50%;
	float: right;
}

.med-item .content, .item-wrapper .content {
	min-height: 140px;
	}

.med-item .content h2 a {
	font-size: 20px;
	line-height: 23px;
	text-decoration:none;
	font-weight: 500;
}
#queueBtn {padding: 5px 15px;margin-left: 20px;}

.benatav-nav {
    background: #414042 !important;
    border-radius: 0;
}


.data-title-wrapper ul li, .data-value-wrapper ul li {
	height: 60px;
	}


.member-section .col-sm-4 {
	margin-right: 40px;
}

.widget-wrapper .current-menu-item a{
	font-weight: bold;
	color:#864813 !important;
}

.widget-wrapper .current-menu-item .sub-menu li a {
	font-weight: normal;
	color: #414042 !important;
	}

.widget-wrapper .sub-menu {
	padding-left: 20px !important;
	}

.widget-wrapper .sub-menu li a {
	font-size: 20px !important;
	}


.miniature-widget-wrapper .sub-menu li {
	padding-left: 20px;
	}

.front-page-product-section .content {
	min-height: 220px;
	}

.single-positions .single-position {
	direction: rtl;
	margin-top: 20px;
	}

.post-type-archive-positions  .feature-box-wrapper {
	margin-top: 20px;
	}

.single-positions h2 { font-weight: 600; }

.single-positions ul li, .single-positions h2, .cv-form input, .cv-form .attachCv, .wpcf7  {
	font-family: 'MyriadHebrew';
	}

.cv-form .form-group {
	width: 30%;
	margin-left: 20px;
	float: right;
	}

.cv-form {
	margin-top: 3em;
	direction: ltr;
	text-align: center;
	display: block;
	clear: both;
	padding-bottom: 3em;
	}

.cv-form  .form-field {
    display: inline-block;
    margin-bottom: 15px;
    width: calc(33.3% - 10px);
    border-radius: 5px;
    background: #F5F4F1;
    padding: 5px;
    box-sizing: border-box;
    margin-right: 11px;
}

.cv-form form {
	padding: 30px 20px;
	border-radius: 5px;
	margin-bottom: 3em;
}

.cv-form .attachCv {
	color:#864813;
	font-size: 20px;
	margin-top: 15px;
	}

.cv-form input[type="submit"], .contact-us-container input[type="submit"] {
    background: #843128;
    color: #fff;
    border-radius: 0;
    font-size: 22px;
	}

.cv-form input[type="submit"]:hover, .contact-us-container input[type="submit"]:hover {
	background: #fff;
	color: #843128;
	border: 1px solid #843128;
	}

.cv-form .wpcf7-file {
	border: 0;
	}

.cv-form .wpcf7 input[type="url"],.cv-form  .wpcf7 input[type="email"], .cv-form .wpcf7 input[type="tel"],.cv-form  .wpcf7 input[type="text"],.cv-form  .wpcf7 textarea { direction: rtl !important; text-align: right;}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { clear: both; border-color: #843128 !important; }

.cv-form h2 { font-size: 2rem; }

@media screen and (max-width: 768px) {
	.cv-form .form-group {
		width: 100%;
		margin: 0;
		float: none;
		margin-top: 10px;
		direction: rtl;
	}

	.cv-form form {
		padding: 0;
		}

	.footer-section .menu-item-object-page {
		width: 100%;		
	}

	.product-details-wrap img { width: 100%; }

	.benatav-carousel .carousel-caption p { font-weight: 600; padding-right: 0; line-height: 20px; }
	
}

.contact-us-container textarea { height: 150px; }

.form-control:focus { border-color: #000; }
.member-with-email a { font-size: 17px; margin-top: 5px; display: block; }
.hebrew-text h1 { direction: rtl; }
.positions-page-section { direction: rtl; }
.post-type-archive-positions .positions-page-section h1, .positions-page-second-section h1 { color: #b54c36;}


.page-container hr { border-bottom: 2px dotted #b54d36; border-top:0; }

.headline-page-not-found { font-size: 100px; font-weight: bold;}

@media screen and (min-width: 768px) {
	.solutions .rows-item-3 .item-wrapper .content { min-height: 150px; }
	.solutions .item-wrapper h2 {min-height: 50px;line-height: 25px;}
	.solutions .item-wrapper .content {min-height: 210px;}
	.solutions .item-wrapper { margin-bottom: 30px;}
	.product-details-wrap img { width: inherit; }
	.product-details-wrap .side-img { width: 100% !important; }
	
}

.search .search-wrapper .search-form button img { bottom: 30px; position: relative; }

.grecaptcha-badge {  visibility: hidden; }

.menu-active a { background: #b5bac2 !important; }

.nav-link { padding: 7px 0px 7px 0px; }


.certificates-row .gallery-item { width: inherit !important; margin-right: 30px; }
.certificates-row .gallery-icon { position: relative; }
.certificates-row .gallery-icon a:before {width: 60px;top: 50%;right: -10px;position: absolute;content: url('assets/img/openbox.svg');}
 
.accordion-section h3[aria-expanded="true"] { color: #864813;   border-bottom: 2px solid #864813; }
.accordion-section h3[aria-expanded="false"] {   border-bottom: 2px solid #676c74; }

.accordion-section h3[aria-expanded="true"]:before{ content:"+";}
.accordion-section h3[aria-expanded="false"]:before{ content:"-";}

.learn-more:hover { text-decoration: none; }
.search-form input::-webkit-input-placeholder {  color: #803b14 !important; font-size: 22px !important; }
.search-form input::-moz-placeholder { color: #803b14 !important; font-size: 22px !important;  }
.search-form input:-ms-input-placeholder { color: #803b14 !important; font-size: 22px !important;  }
.search-form input:-moz-placeholder { color: #803b14 !important;  font-size: 22px !important; }

.med-content p {font-weight: 500;font-family: 'shree_devanagari_714regular';text-align: left;}

.techonology-content p, .techonology-content { text-align: left; }

.product-dsc ul { list-style-type: none; padding-right: 20px; }

.product-dsc ul li { margin-bottom: 10px; }

.product-dsc ul li::before {
    content: "\2022";
    color: #b05723;
    display: inline-block;
    width: 0.6em;
    font-size: 1.5em;
}

#readmore { display: none; }

@media screen and (max-width: 960px) {

	.front-page-product-section .content { min-height: 0px; }
}

#breadcrumbs { margin-bottom: 10px; font-weight: 500; color: #000;}
#breadcrumbs a { font-weight: 600; color: #8c5220; }

.products-section { margin-top: 30px; }
.products-section h2 { color: #864813; text-align: center; }
.products-section .owl-item .med-item { margin: 0; padding: 20px; }
.products-section .owl-item .med-item h2 { 	padding: 5px; margin: 0;  }

.products-section .owl-item .med-item h2 a {
    font-size: 20px;
    line-height: 22px;
    text-decoration: none;
    font-weight: 500;
	margin: 0;
	text-align: left;
}
.owl-nav { width: 100%; }
.owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span { font-size: 80px; color: #802625; }
.owl-carousel .owl-nav .owl-prev { position: absolute; left: -30px; top: 30%; z-index: 9999;}
.owl-carousel .owl-nav .owl-next { position: absolute; right: -5px; top: 30%; z-index: 9999;}
.owl-carousel .owl-item img { width: inherit; }


@media screen and (max-width: 425px) {
	.navbar-dark .navbar-brand img { max-width: 200px; }
	}




@media screen and (max-width: 1199px) {
	.benatav-carousel .carousel-caption h1 { font-size: 35px; line-height: 40px; margin-bottom: 10px;}
	.benatav-carousel .carousel-caption p { line-height: initial; font-size: 17px;}
	.carousel-caption { right: 20px; left: 50px; top: 10px; }
	.med-content { padding-left: 0; } 
	.logo { width: 250px; } 
	.hero-section h1, .hero-section h2, .hero-section h2 span, .hero-section.position-hero h1, .hero-section.position-hero h1 span { font-size: 100px; line-height: 100px; }

	.techonology-hero h1 span, .overview-hero h1 span { margin-left: 150px; }
	.owl-carousel .owl-nav .owl-next { right: 0px; }

	.feature-title { padding-left: 0;}

	}


@media screen and (max-width: 768px) {
	.carousel-caption { right: 20px; left: 52%; top: 5px; }
	.benatav-carousel .carousel-item > img { height: 390px; } 
	.benatav-carousel .carousel-caption h1 { font-size: 30px; line-height: 32px; margin-bottom: 10px; }
	.benatav-carousel .carousel-caption p { font-size: 14px; }
	.technology-section h1, .about-section h1, .front-page-product-section h1 { font-size: 40px; } 
	.technology-section { padding-bottom: 10px; } 
	.hero-section h1, .hero-section h2, .hero-section h2 span, .hero-section.position-hero h1, .hero-section.position-hero h1 span { font-size: 60px; line-height: 60px; text-align: center; } 
	.owl-carousel .owl-nav .owl-prev { left: -20px; }
	}

@media screen and (max-width: 425px) {
	.carousel-caption { right: 50%; left: 20px; top: 5px; }
	.benatav-carousel .carousel-item > img { width: auto; }
	.benatav-carousel .carousel-caption p { display:none; }
	.hero-section h1, .hero-section h2, .hero-section h2 span, .hero-section.position-hero h1, .hero-section.position-hero h1 span { font-size: 50px; line-height: 50px; } 
	.techonology-hero h1 span, .overview-hero h1 span { margin-left: 0; }
	.owl-carousel .owl-nav .owl-next { right: 10px;  }
	.owl-carousel .owl-nav .owl-prev { left: 0px; }
	.products-section .owl-item .med-item { padding: 10px 40px; }
	.owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span { font-size: 40px; }
	.data-title-wrapper ul li, .data-value-wrapper ul li { height: 100px; }

	.benatav-carousel .carousel-item h1 { font-size: 18px !important; line-height: 20px !important; position: relative; } 
	.slider-num-0 h1 { 
		top: 200px;
		left: 110%;
		}

	.slider-num-1 h1 { 
		top: 220px;
		left: 110%;
		}

	.slider-num-2 h1 { 
		top: 150px;
		left: 110%;
		}
	}



.member-section .row { justify-content: center; }

.section-articles { padding: 50px; }

@media screen and (max-width: 768px) {
	.section-articles { padding: 25px; }
}

.article-item { margin: 20px 0px 20px 0px; } 
.article-item .article-item-img img { border: 1px solid #864813; }

.article-item .article-item-section { padding-left: 25px; }

@media screen and (max-width: 375px) {
	.article-item .article-item-section { padding-left: 40px; }
	.article-item .article-item-section h5 { font-size: 1em; }
}

.article-item .article-item-section h5 { margin: 0; }
.article-item .article-item-section a { color: #8c5220; line-height: 1.3em; } 

.section-articles .read-more-articles { padding-top: 20px; margin: auto; text-align: center; }
.section-articles .read-more-articles a { font-size: 1.1em; }

.articles-content .med-item { margin-bottom: 0px; }
.articles-content .med-item h2 a, .widget-wrapper-articles .med-item h3 a {text-decoration: none;margin: 0;line-height: 1.2em;font-weight: 500;} 
.articles-content .content { min-height: inherit; }
.widget-wrapper-articles .med-item .content { min-height: inherit; }

.widget-wrapper-articles { border-right: 2px dotted #b05723; padding-right: 20px; }

.widget-wrapper-articles .med-item {  } 
.widget-wrapper-articles .med-item img { max-width: 100%; margin:0; width: 300px; height: 202px; }
.widget-wrapper-articles .med-item a { font-size: 18px; margin:0; line-height: 1.2em;  }
.widget-wrapper-articles #breadcrumbs {/* border-bottom: 1px dotted #b05723; */} 
.widget-wrapper-articles .med-item h3 {margin-bottom: 5px;margin-top: 5px;}
.articles-page-section .widget-wrapper-articles h2, .articles-page-section .widget-wrapper-articles h3 { color: #864813; }


@media screen and (max-width: 768px) {
	.widget-wrapper-articles { border-right: 0px; padding-right:0px; }
	}

.content-wrapper-articles h2, .content-wrapper-articles h3 { margin: 0; color: #8c5220; }

.technology-our-page-title { margin-left: 100px; font-size: 0.65em; }



.page-id-2183 h2.wsp-posts-title, .page-id-2183 strong.wsp-category-title {display: none;}

.page-id-2183 ul.wsp-posts-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0px;
}

.page-id-2183 ul.wsp-posts-list {
    list-style: none;
    padding-left: 20px;
}

.single-positions .hebrew-text p {
    font-size: 18px;
    line-height: 22px;
    font-family: 'MyriadHebrew';
}

.single-positions .text-right.hebrew-text {
    font-family: 'MyriadHebrew';
}

@media(min-width:1024px){
.ssba-modern-2.ssba.ssbp-wrap.alignleft.ssbp--theme-4 > div {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}}