/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@import url("fonts/IBM-Plex-Sans-Hebrew/stylesheet.css");

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'IBM Plex Sans Hebrew', Helvetica, Arial, sans-serif;
	color:#444;
	direction: rtl;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/





/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

#section1 {
	background-image: url("img/section1bg.png");
	background-size: cover;
	background-position: center;
	text-align: right;
}
footer {
	background-image: url("img/footerbg.png");
	background-size: cover;
	background-position: center;
	text-align: right;
}
#section1 h1 {
	font-size: 60px;
	color: white;
	font-weight: bold;
	line-height: 72px;
	margin-bottom: 20px;
}
#section1 .subtitle {
	font-weight: 300;
	font-size: 30px;
	color: white;
}
#section1 .container > div {
	background-image: url("img/section1.png");
	background-size: cover;
	background-position: center;
}
footer .container > div {
	background-image: url("img/footer.png");
	background-size: cover;
	background-position: center;
	padding-bottom: 212px;
}
#section1 .container > div {
	padding: 10px 30px;
	min-height: 670px;
}
#section1 .container {
	padding-bottom: 130px;
}
.logo {
	margin-bottom: 100px;
}

.warrow {
	font-size: 21px;
	color: white;
	max-width: 308px;
	width: 100%;
	height: 90px;
	display: block;
	font-weight: bold;
	background-color: #000;
	text-align: right;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 86px;
	padding-top: 30px;
	border-radius: 0px;
	transition: all 0.5s;
}
.warrow:hover {
	color: white;
	text-decoration: none;
}
@keyframes slidein2 {
	from {
		position: relative;
		right: 0px;
	}

	to {
		position: relative;
		right: 10px;
	}
}

@keyframes slidein {
	from {
		position: relative;
		right: 0px;
	}

	to {
		position: relative;
		right: 30px;
	}
}

.warrow:hover img {
	animation-duration: 1.5s;
	animation-name: slidein2;
}
#section2 {
	background-color: #F0EEEE;
}
#section2 .container > div {
	padding-top: 94px;
	padding-bottom: 125px;
}
#section2 .title h2 {
	font-size: 30px;
	font-weight: bold;
	color: #464646;
	margin-top: 66px;
	margin-bottom: 28px;
}
#section2 .content {
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	color: #464646;
}
#section2 .image {
	text-align: left;
}
#section3 .container > div {
	padding-top: 94px;
}
#section3 .title h2 {
	font-size: 30px;
	font-weight: bold;
	color: #464646;
	margin-bottom: 28px;
}
#section3 .content {
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	color: #464646;
}
#section3 .item {
	margin-bottom: 76px;
}
#section3 .item .title {
	font-weight: bold;
	font-size: 24px;
	color: #464646;
	margin-bottom: 22px;
}

#section3 .tlist .item {
	position: relative;
	padding-right: 60px;
}
#section3 .tlist > .item .icon {
	display: block;
	width: 48px;
	height: 50px;
	position: absolute;
	right: 0;
	top: -7px;
}
#section3 .tlist > .item:nth-child(1) .icon {
	background-image: url("img/icons/1.png");
}
#section3 .tlist > .item:nth-child(2) .icon {
	background-image: url("img/icons/2.png");
}
#section3 .tlist > .item:nth-child(3) .icon {
	background-image: url("img/icons/3.png");
}
#section3 .ibmlogo {
	text-align: left;
	margin-top: -99px;
}

#section4 {
	background-color: #F0EEEE;
}

#section4  .bluekv {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	line-height: 32px;
	background-color: #3E44EE;
	width: 100%;
	padding: 40px;
	float: right;
	height: 328px;
}
#section4 .video {
	float: right;
}
#section4 .container > div {
	padding-top: 94px;
	padding-bottom: 125px;
}

footer .title {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	line-height: 32px;
	margin-top: 50px;
	padding-right: 20px;
	padding-bottom: 80px;
}

.forma {
	direction: rtl;
	background-color: #F0EEEE;
	padding: 66px 58px 22px 40px;
}
.forma label {
	font-size: 18px;
	color: #464646;
}
.forma label span {
	color: #b8b7b7;
}
* {
	outline: none!important;
}
.forma input:not([type="submit"]):not([type="checkbox"]) {
	background-color: white;
	border-radius: 0;
	border: 1px solid #7C7C7C;
	height: 48px;
	max-width: 374px;
	width: 100%;
	margin-bottom: 8px;
	outline: none!important;
	text-align: right;
	font-size: 18px;
	color: #464646;
	font-weight: 300;
}
.forma input:not([type="submit"]):not([type="checkbox"]):active,
.forma input:not([type="submit"]):not([type="checkbox"]):focus{
	border-color: #FBB713;
	outline: none!important;
	box-shadow: none;
}
.forma .wpcf7-acceptance .wpcf7-list-item-label {
	position: relative;
	padding: 0 32px 0 0;
	cursor: pointer;
	color: #464646;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	display: block;
	max-width: 800px;
	letter-spacing: 0.5px;
}
.forma .wpcf7-acceptance input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.forma .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 18px;
	background-color: #FBB713;
	display: inline-block;
	border-radius: 0px;
}
.forma .wpcf7-acceptance .wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display: none;
}
.forma .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label:after {
	right: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #F0EEEE;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.forma .wpcf7-acceptance input:checked ~ .wpcf7-list-item-label:after {
	display: block;
}
.forma .wpcf7-acceptance {
	display: block;
	margin-top: 28px;
}
footer .warrow {
	margin-top: 0;
	padding-top: 0;
	float: right;
	border: 0;
}

.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-form label.error {
	top: 49px;
	position: absolute;
	width: 200px;
}
.wpcf7 form .wpcf7-response-output {
	position: absolute;
	width: 95%;
	top: 0;
	border: 0;
}
.video p {
	margin-bottom: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
	font-size: 16px;
	direction: rtl;
	font-weight: 300;
}
#section4 .video {font-size: 17px;padding: 50px;background: white;line-height: 1.7;}

ul.ul1 {margin: 30px 0;}

#section2 img {height: 600px;object-fit: cover;}