/*
fTheme Name:         Demo HTML5 Template
Theme URI:         
Author:             
Author URI:         
Tags:               two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain:        DemoTheme
Domain Path:        /languages/
*/
 
/* =======================

CSS Style Structure
- Base Style
- Header
    - Navigation
    - Slide
- Footer

=======================*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0 !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}

/* ==========================================================================
   Base styles
   ========================================================================== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-size: 16px;
    font-family: 'Open Sans Hebrew';
    color: #363636;
    font-weight: 400;
    direction: rtl;
    text-align:right;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
p{
    color: #363636;
    font-weight: 400;
    line-height: 25px;
}
img{
    max-width: 100%;
    height: auto;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.container{
    margin:0 auto;
    padding: 0 20px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.clear {
    clear: both;
    float: none;
}
.clearfix::before, .clearfix::after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix::after {
    clear: both;
}
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}

/* WordPress Core */
.alignnone {
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto;
}
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 p.wp-caption-text {
    font-size: 11px;
    line-height: 1.5em;
    margin: 0;
    padding: 0 4px 5px;
}
img.wp-smiley {
    vertical-align: middle;
}
/******************************************/
.main-header{
    position: relative;
    z-index: 1;
}
.logo-header{
    position: absolute;
    right: 50px;
    top:25px;
    z-index: 1;
}
.container {
    max-width: 1230px;
    margin:0 auto;
    padding: 0 15px;
    position: relative;
}
.content-banner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.content-banner h1 {
    color: #ec008c;
    margin: 0;
    font-size: 80px;
    font-weight: 900;
    display: block;
    line-height: 80px;
}
.content-banner p {
    color: #363636;
    font-size: 35px;
    font-weight: 400;
    margin: 10px 0 12px;
    line-height: 48px;
}
.content-banner span {
    color: #363636;
    display: block;
    font-size: 22px;
    font-weight: 700;
}
.content-banner a.btn-phone {
    background: #ec008c;
    color: #fff;
    height: 62px;
    display: inline-block;
    line-height: 60px;
    border-radius: 31px;
    padding: 0 20px;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 5px;
}
.img-banner {
    float: right;
}
.img-banner img{
    display: block;
    margin: 0 auto;
}
.banner-home {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.section.work {
    text-align: center;
    padding:60px 0;
}
h2.title{
    color: #363636;
    font-size: 39px;
    font-weight: 700;
    margin: 0;
}
.left-about h2.title {
    margin: 0 0 30px;
}
h2.title a{
    color: #363636;
}
.list-work{
    margin-top: 28px;
}
.item-work {
    display: inline-block;
    vertical-align: middle;
    width: 260px;
    background: url(../images/icon2.png) no-repeat;
    height: 250px;
    position: relative;
    background-size: cover;
}
.inner-work {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.inner-work h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    color: #01c1ed;
    line-height: 37px;
    text-shadow: 2px 1px 1px #fff;
}
.color1 .inner-work h2 {
    color: #64cc38;
}
.color2 .inner-work h2 {
    color: #ec008c;
}
.inner-work p {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    color: #363636;
}
.inner-work a {
    font-size: 25px;
    font-weight: 700;
    display: block;
    color: #363636;
}
.inner-work span.tel {
    font-size: 25px;
    font-weight: 700;
    display: block;
    color: #363636;
}
.inner-work span.btn {
    font-size: 25px;
    display: inline-block;
    color: #fff;
    background: #01c1ed;
    height: 35px;
    line-height: 31px;
    padding: 0 10px;
    border-radius: 15px;
    font-weight: 900;
    margin: 5px 0 0;
}
.btn-next{
    display: inline-block;
    vertical-align: middle;
}
.btn-next.btn1{
    display: none;
}
/******************************/
.form-contact{
    background: #01c1ed;
    padding: 48px 0 42px;
    text-align: center;
}
.form-contact h4{
    color: #363636;
    font-size: 24px;
    font-weight: 700;
    margin:28px 0 0;
}
.slick-slide img {
    margin: 0 auto;
}
.ct-form form{
    direction: rtl;
}
.ct-form form input[type="text"],
.ct-form form input[type="tel"],
.ct-form form input[type="email"]{
    height: 45px;
    line-height: 43px;
    background: #fff;
    width: 23%;
    display: inline-block;
    vertical-align: middle;
    color: #363636;
    font-size: 24px;
    padding: 0 10px;
    margin:0 0.7%;
    border:none;
}
.ct-form form input.error{
    border: 1px solid red;
}
.ct-form form input[type="submit"]:hover{
    color: #01c1ed;
    background:#fff;
}
.ct-form form input[type="submit"]{
    height: 45px;
    line-height: 43px;
    background: #363636;
    width: 23%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin:0 1%;
    border:none;
    transition: all 0.3s;
}
.ct-form form p{
    margin:22px 0 0;
}

.about-us .container {
    max-width: 100%;
}
.about-us .right-about  {
    padding-left: 0;
}
.inner-about {
    position: absolute;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.left-about{
    background: url(../images/bgv1.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
}
.right-about {
    overflow: hidden;
}
.right-about img {
    width: 100%;
}
.inner-about {
    max-width: 580px;
    float: left;
    padding-top: 20px;
    padding-left: 25px;
}
.inner-about p{
    font-size: 20px;
}
.list-feature {
    text-align: center;
}
.item-feature {
    display: inline-block;
    vertical-align: middle;
    padding: 30px 12px;
}
.section-testimonials{
    margin:40px 0;
}
.section-testimonials h2.title {
    text-align: center;
}
.item-testimonials h3{
    margin:0;
    font-size: 20px;
    color: #ec008c;
    font-weight: 700;
}
.list-testimonials{
    margin-top: 65px;
}
.item-testimonials{
    margin:0 20px;
    outline: none;
}
.item-testimonials p{
    font-size: 20px;
    color: #363636;
    font-weight: 400;
    margin: 10px 0;
}
.slick-prev.slick-arrow {
    left: -20px;
    background: url(../images/prev.png) no-repeat top center;
}
.slick-next.slick-arrow {
    right: -20px;
    background: url('../images/next.png') no-repeat top center;
}
.slick-arrow {
    border: none;
    width: 27px;
    height: 39px;
    font-size: 0;
    position: absolute;
    top: 45%;
    z-index: 9999;
    cursor: pointer;
}
.slick-arrow:hover {
    opacity: 0.8;
}
div.wpcf7-validation-errors {
    border: medium none;
    margin: 0;
    color:#fff;
    font-size: 13px;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid, .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid{
    border: 1px solid red;
}
.right-contact .left-form {
    position: relative;
}
div.wpcf7 img.ajax-loader {
    bottom: 9px;
    left: 5px;
    margin-left: 0;
    position: absolute;
}
div.wpcf7-mail-sent-ok {
    border: medium none;
    margin: 0;
}
.footer{
    background-color: #363636;
    text-align: center;
    padding: 30px 0 50px;
}
.footer .container{
    max-width: 1050px;
    margin:0 auto;
}
.left-footer{
    float: right;
    width: 45%;
}
.right-footer {
    float: left;
    width: 50%;
    position: relative;
    text-align: right;
}
.right-footer:before {
    position: absolute;
    content: "";
    right: -33px;
    top: 7px;
    width: 2px;
    height: 90%;
    background-color: #fff;
}
.inner-footer {
    color: #fff;
    margin-top: 28px;
}
.inner-footer a{
    color: #fff;
}
.inner-footer h3 {
    margin: 0 0 8px;
    font-size: 29px;
    font-weight: 700;
    color: #fff;
}
.inner-footer .right-footer h3 {
    font-size: 22px;
    margin: 5px 0 13px;
}
.inner-footer .right-footer p{
    font-size:19px;
}
.map-btn{
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
}
.inner-footer p{
    margin:0;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
}

.loader {
    text-align: center;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #203644;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.TimePopup {
    display: none;
    position: absolute;
    z-index: 999;
    color: #fff;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.TimePopup .container {
    position: absolute;
    z-index: 999999;
    width: 690px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 64%;
    margin: auto;
    padding: 2%;
}
.box-form {
    background: #d82b64;
    text-align: center;
    padding-bottom: 25px;
}
.TimePopup .close {
    float: right;
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=20);
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px;
}
.done {
    display: none;
}
#success-modal h3 {
    color: #fff;
    font-size: 39px;
    font-weight: 700;
    margin: 0;
}

#success-modal {
    color: #ffffff;
}

#thankyou h3{
    color: #fff;
    font-size: 22px;
    margin-top:0;
}
#error, #error-form, #error-api{
    display: none;
}
#error-modal h3{
    font-size: 22px;
    margin-top:0;
}
#error-api h3{
    color: #fff;
    font-size: 22px;
    margin-top:0;
}
#error-form h3{
    color: #fff;
    font-size: 18px;
}

.modal-close span {
    display: block;
    width: 42px;
    height: 3px;
    background: #555;
    border-radius: 3px;
    transition: background 0.3s ease;
}

.modal-close span {
    display: block;
    width: 25px;
    height: 3px;
    background: #555;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.modal-close span.bottom {
    -webkit-transform: rotate(45deg) translate(7px,-9px);
    -ms-transform: rotate(45deg) translate(7px,-9px);
    transform: rotate(45deg) translate(7px,-9px);
}

.modal-close span.top {
    -webkit-transform: rotate(-45deg) translate(7px,9px);
    -ms-transform: rotate(-45deg) translate(7px,9px);
    transform: rotate(-45deg) translate(7px,9px);
}

.modal-close {
    background: transparent;
    border: none;
    left: -10px;
    position: absolute;
    top: 20px;
}

.modal {
    z-index: 1072;
}

.modal-body-inner {
    background: #fff;
    padding: 35px;
    position: relative;
}

.inner-footer .right-footer p br,
.mobile-map,
.form-contact h4 br {
    display: none;
}
a.access {
    color: #fff;
    text-decoration: underline;
    font-size: 20px;
    margin: 20px 0 0;
    display: inline-block;
}