/*
Theme Name: Nachshon
Theme URI: http://Nachshon.co.il
Author: Nachshon
Author URI: http://Nachshon.co.il
Description: Nachshon Theme by WebTheNet.co.il
Version: 1.0
License: Private
Text Domain: nachshon
*/
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,body,h1,h2,h3,h4,h5,h6,p,span,div
{
/* 	font-family: 'Open Sans Hebrew','Arial'; */
	font-family: 'Assistant', sans-serif;
}






body{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
a:active, 
a:hover, 
a:focus,
input:hover, 
input:active, 
input:focus, 
textarea:hover, 
textarea:active, 
textarea:focus {
	outline: 0px;
}
nav, header, section, footer {
	width: 100%;
	float: left;
}

.hentry {
    margin-bottom: 0px;
}
.relative {
	position: relative
}
.inline-block {
	display: inline-block;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.container {
    padding: 0 15px 0 15px;
}


#total {
	background-color: #000;
    overflow-x: hidden;	
}
#main {
	float: left;
	width: 82.7%;
	background-color: #fff;
	z-index: 1;
}
#aside {
	position: relative;
	float: right;
	width: 18%;
	z-index: 12;
}
.aside-menu {
    margin-bottom: 10%;
}
.aside-btn {  
	display: none;
}
.aside-site {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 17.3%;
	height: 100%;
	overflow-y: auto;
	background-color: #e7e7e7;
	color: #fff;
	box-shadow: -2px 0px 9px 0px rgba(0, 0, 0, 0.51);
	z-index: 2;
	
}

.aside-site{
  scrollbar-base-color: #C0C0C0;
  scrollbar-base-color: #C0C0C0;
  scrollbar-3dlight-color: #C0C0C0;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-track-color: #EBEBEB;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: #C0C0C0;
  scrollbar-dark-shadow-color: #C0C0C0;
}
/*chrome*/
.aside-site::-webkit-scrollbar { width: 3px; height: 3px;}
.aside-site::-webkit-scrollbar-button {  background-color: #666; }
.aside-site::-webkit-scrollbar-track {  background-color: #999;}
.aside-site::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.aside-site::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
.aside-site::-webkit-scrollbar-corner { background-color: #999;}
.aside-site::-webkit-resizer { background-color: #666;}

.aside-site-inner {
	max-width: 245px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
}
.aside-logo {
	padding: 14% 0% 10%;
	text-align: center;
	/* width: 100%; */
	/* box-sizing: border-box; */
}
.aside-logo img {
	display: inline-block;
	max-width: 100%;
}

.aside-phone {
    background: #ff0000;
    text-align: center;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 154%;
    padding-top: 10px;
    position: relative;
    margin-bottom: 40px;
}
.aside-phone:after {
    content: '';
    bottom: -8px;
    /* border: 0px solid transparent; */
    /* border-top: 0px solid red; */
    /* border-right: 0px solid red; */
    position: absolute;
    right: -1px;
    transform: rotate(3deg);
    z-index: -1;
    width: calc(100% + 0px);
    display: table;
    background: red;
    height: 40px;
}

.aside-menu li {
    text-align: center;
}

.aside-menu li {
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 15px;
}

.aside-menu #menu-top>li>a {
    color: #2e2e2e;
    font-size: 18px;
    display: block;
    width: 100%;
    line-height: 1;
    padding: 10px 0px 11px;
    /* border-radius: 30px; */
    /* transition: 0.3s all ease; */
    border-radius: 15px;
}

.aside-menu 
 #menu-top>li:first-child {
    /* border: 1px solid #f00; */
    /* border-radius: 30px; */
}

.aside-menu li:hover>a {
    /* background: red; */
    color: white !important;
    text-decoration: none;
}

.aside-menu li:hover>a {
    background: red;
}
.aside-menu .sub-menu li:hover>a {
    /* background: none !important; */
    color: red !important;
}
body.single  .inner-col img {
    max-width: 100%;
    height: auto;
}
body .aside-menu .sub-menu li a {
    color: #2e2e2e;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    padding: 5px 0px 6px;
    /* border-radius: 30px; */
    /* transition: 0.3s all ease; */
    border-radius: 15px;
}

.aside-menu .sub-menu li a {
    background: none !important;
    font-size: 16px !important;
    width: 100%;
}
.sidebar-socials i {
    color: red;
    font-size: 24px;
}

.sidebar-socials a {
    display: inline-block;
    margin: 0px 5px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 2px solid #ff0000;
    padding: 4px;
    box-sizing: content-box;
    line-height: 34px;
}

.sidebar-socials {
    text-align: center;
    padding: 30px 0px 15px;
}

.sidebar-socials a:hover {
    opacity: 0.6;
}

div#sidebar-widget-area {
    text-align: center;
}

div#sidebar-widget-area img {
    margin: 0px 3px;
}

footer {
    padding: 50px 2% 110px;
    background: #212121;
    position: relative;
}

footer:after {
    background: url(/wp-content/uploads/2018/12/footerline.png);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: 0;
    background-size: contain;
}

.footer-form.container-fluid {
    z-index: 1;
    padding: 0px 5%;
    /* position: relative; */
}

.footer-form.container-fluid>.row {
    z-index: 2;
    position: relative;
}

footer:before {
    background: url(/wp-content/uploads/2018/12/logos-1.png);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
    height: 75%;
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.footer-socials {
    display: none;
}


/* footer form */
.crow {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.crow img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    z-index: 1;
    margin: auto;
    display: table;
    width: 22px;
}

.crow input:not(.wpcf7-submit) {
    border: 1px solid white;
    /* margin-bottom: 20px; */
    background: #3f3f3f;
    border-radius: 15px;
    line-height: 1;
    padding: 10px 39px 10px 10px;
    box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5019607843137255);
    color: white;
    box-sizing: border-box;
    width: 100%;
}

.crow input.wpcf7-submit {
    border: 1px solid transparent;
    background: #ff0000;
    border-radius: 15px;
    line-height: 1;
    padding: 10px;
    box-shadow: 0px 3px 10px 3px #00000080;
    color: white;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
}

.crow input:not(.wpcf7-submit)::placeholder {
    color: #8c8c8c;
}

footer h3 {
    color: #ff0000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}
.footer-logo {
    position: absolute;
    left: 3%;
    z-index: 1;
    width: 22%;
    bottom: 7%;
    text-align: left;
}

.footer-logo>img {
    max-width: 100%;
}
footer .wpcf7-response-output.wpcf7-validation-errors {
    color: white;
    margin: 0px;
    border: 0px;
    padding: 0px;
    text-align: center;
    font-size: 13px;
}

.crow span.wpcf7-not-valid-tip {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    text-align: left;
    display: table;
    font-size: 14px;
    line-height: 1.6;
}

.crow input.wpcf7-not-valid {
    border-color: red;
}
.page-header {
    height: 430px;
    position: relative;
    z-index: 0;
}

.title-holder {
    position: absolute;
    padding: 20px 90px;
    line-height: 1;
    min-width: 38%;
    display: table;
    background: white;
    font-size: 28px;
    bottom: 0;
    right: 0;
    border-radius: 30px 0px 0px 0px;
    box-shadow: 0px 10px 0px 0px white, -10px 0px 3px -4px rgba(0,0,0,0.21);
}

.title-holder>h1 {
    margin: 0px;
    font-size: 28px;
    color: #797979;
    font-weight: 700;
    line-height: 1;
}

.page-header+div {
    z-index: 2;
    position: relative;
    /* background: white; */
}


.logo-ov {
    position: absolute;
    top: 166px;
    right: 0%;
    width: 32%;
}

.logo-ov>img {
    max-width: 100%;
}

/*** HOMEPAGE ***/
div.owl-carousel.main-img {
    height: 700px;
    /* display: table; */
    /* position: relative; */
    z-index: 0;
}
.owl-carousel.main-img .main-item {
    height: 700px;
}

.owl-hp-carousel .item {
    position: relative;
    margin: 10px auto;
    /* width: 98%; */
    padding-top: 90%;
    width: calc(100% - 8px);
}

.side-1, .side-2 {
    height: 100%;
    /* position:relative; */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
}


.side-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: 0.2s all ease;
    background: #ff4242;
}

.item p {
    color: #202020;
    margin: 0px;
}

.side-1-title {
    text-align-last: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    display: inline-block;
    z-index: 1;
    padding: 8px 10px 8px;
    font-size: 20px;
    line-height: 1.3;
}

.side-1-title p {
    text-align-last: center;
    width: 100%;
    text-align: center;
}
.owl-hp-carousel {
    /* transform: translateY(-50%); */
    max-width: calc(80% - 80px);
    margin: auto;
}

.owl-nav {
    position: absolute;
    top: 0;
    width: 136%;
    bottom: 0;
    margin: auto;
    display: table;
    right: -18%;
    height: auto;
    margin: auto !important;
}

.owl-carousel.owl-hp-carousel .owl-nav>.owl-prev,
.owl-carousel.owl-hp-logos .owl-nav>.owl-prev {
    position: absolute;
    right: 6%;
    height: 40px;
    width: 40px;
    line-height: 1;
    font-size: 30px;
    top: 0;
    bottom: 0;
    margin: auto !important;
    /* line-height: 1; */
    background: white;
    color: #ff4242;
    outline: none;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 2px #ff4242;
    transition: 0.3s all ease;
}


.owl-carousel.owl-hp-carousel .owl-nav>.owl-next,
.owl-carousel.owl-hp-logos .owl-nav>.owl-next {
    position: absolute;
    left: 6%;
    height: 40px;
    width: 40px;
    text-align:center;
    line-height: 1;
    outline: none;
    font-size: 30px;
    top: 0;
    bottom: 0;
    margin: auto !important;
    /* line-height: 1; */
    background: white;
    color: #ff4242;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 2px #ff4242;
    transition: 0.3s all ease;
}

.owl-carousel.owl-hp-carousel .owl-nav>.owl-prev:hover,
.owl-carousel.owl-hp-carousel .owl-nav>.owl-next:hover,
.owl-carousel.owl-hp-logos .owl-nav>.owl-prev:hover,
.owl-carousel.owl-hp-logos .owl-nav>.owl-next:hover
{
    background: #ff4242;
    box-shadow: 0px 1px 7px 1px rgba(0,0,0,0.5);
}
.owl-carousel.owl-hp-carousel .owl-nav>.owl-prev i.fa, .owl-carousel.owl-hp-logos .owl-nav>.owl-prev i.fa { margin-left:10%; }
.owl-carousel.owl-hp-carousel .owl-nav>.owl-next i.fa, .owl-carousel.owl-hp-logos .owl-nav>.owl-next i.fa { margin-right:10%; }

.owl-hp-carousel .owl-item>.item {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.45);
}

.owl-hp-carousel .item:hover {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
}
.who-title {
    color: #ff0000;
    font-weight: 700;
    /* font-size: 38px; */
}


.who-text {
    width: 100%;
    margin: auto;
    max-width: 1060px;
    font-size: 22px;
    margin: 45px auto 40px;
}

.hp-carousel {
    transform: translateY(-50%);
    margin-bottom: -5vw;
}

.owl-hp-carousel .item:hover .side-2 {
    opacity: 1;
}

.side-2-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    display: table;
    width: auto;
    height: auto;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    line-height: 1.1;
    color: white;
    text-shadow: -1px 0px 2px black;
}

.side-2-title p {
    line-height: 1.1;
    color: white;
}
.hp-steps a {
    line-height: 1;
    padding: 10px 60px;
    font-size: 20px;
    color: #ff0000;
    text-decoration: none;
    font-weight: 700;
    border-radius: 30px;
    border: 2px solid #ff0000;
    transition: 0.3s all ease;
    margin: 50px auto 100px;
    display:table;
}

.hp-steps a:hover {
    background: #ff4242;
    color: white;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.44);
    border: 2px solid #ff4242;
    text-decoration: none;
}
.hp-process {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}
h2 {
    font-weight: 700;
}

.hp-process h2 {
    text-align: center;
    margin: 110px auto 70px;
    font-weight: 700;
}

.step-cont {
    max-width: 1060px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    margin-bottom: 100px;
}

.step-icon {
    width: 105px;
    height: 105px;
    background: red;
    border-radius: 10px;
    position: relative;
    box-shadow: -2px 0px 1px 0px rgba(0,0,0,0.6);
    margin: 0px auto 15px;
    display: table;
}

.step-icon>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    display: table;
    transition: 0.3s all ease;
}

.step-icon:hover {
    background: white;
}

.step-icon:hover>.step-r {
    z-index: 2;
}

img.step-r {
    opacity: 1;
}

.step-box {
    width: 20%;
    font-size: 22px;
    line-height: 1.8;
    text-shadow: -1px 0px 1px rgba(0,0,0,0.6);
    color: white;
}

.step-text {
    line-height: 1.5;
    font-size: 22px;
    max-width: 90%;
    margin: auto;
}

.hp-logos {
    padding-top: 100px;
    padding-bottom: 100px;
}

.hp-logos h2 {
    color: red;
    font-weight: 700;
}

.owl-carousel.owl-hp-logos {
    width: 1040px;
    max-width: 80%;
    margin: 50px auto 0px;
    padding: 0px 15px;
}

.hp-logos-inner {
    width: calc(100% - 10px);
    padding-top: 76%;
    position: relative;
    /* z-index: 11111111; */
    background: white;
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.73);
    display: block;
    margin: 15px auto;
    transition: 0.3s all ease;
}

.owl-carousel .hp-logos-inner>img {
    position: absolute;
    margin: auto;
    width: 60%;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    max-width: 65%;
}
.hp-logos-inner:hover {
    transform: translateY(-10px);
}
.owl-hp-logos .owl-nav {
    right: -13%;
    width: 127%;
}

.owl-carousel.owl-hp-logos .owl-nav>.owl-prev {
    right: 4%;
}

.owl-carousel.owl-hp-logos .owl-nav>.owl-next {
    left: 4%;
}
div#gallery {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
	display:none;
}
#gallery .owl-stage-outer {
    width: 80%;
    margin: auto;
    height: 80vh;
    display: block;
    margin-top: 4%;
}

.gallery-title {
    color: white;
    text-align: center;
    width: 100%;
    display: block;
    margin: 30px auto;
    font-size: 32px;
    line-height: 1;
}

#gallery .owl-stage-outer img {
    max-width: 100%;
    height: auto;
    max-height: 80vh;
    width: auto;
    margin: auto;
    box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.5);
}

.gallery-title p {
    color: white;
}

.gallery-title p strong {
    color: #ff4242;
}
.owl-stage {height: 100%;}

#gallery .owl-item {
    vertical-align: middle;
    height: 100%;
    position: relative;
}

#gallery .item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    display: table;
    width: 80%;
    max-width: 80%;
}

#gallery button.owl-prev {
    right: 10%;
    position: absolute;
    outline: none;
}

#gallery button.owl-next {
    left: 10%;
    outline: none;
    position: absolute;
}

#gallery button.owl-prev i , #gallery button.owl-next i {
    color: white;
    font-size: 50px;
}

#gallery button.owl-prev i , #gallery button.owl-next i {
    color: #ababab;
    background: none !important;
}

#gallery .owl-nav {
    width: 100%;
    right: 0px;
    height: 50px;
    top: -115px;
    /* display: none; */
}

#gallery button.owl-prev:hover i, #gallery button.owl-next:hover i {
    color: red;
}

#gallery button.owl-prev:hover, #gallery button.owl-next:hover {
    background: none !important;
}


body.page-inner .inner-col,
body.page-template-default .inner-col,
body.page-template-template-contact .inner-col,
body.single-post .inner-col
 {
    padding: 30px 90px;
}

.inner-col h2 {
    font-size: 23px;
    font-weight: 700;
    color: red;
    margin: 0px 0px 27px;
}

.owl-footer-carousel .owl-nav {
    width: calc(100% + 80px);
    right: -40px;
    height: 20px;
    display: block;
}

.side-single {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
}

.footer-carousel .inner-col {
    background: #ececec;
}

.footer-carousel button.owl-prev {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
}

.footer-carousel button.owl-next {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
}
.footer-carousel button.owl-next i,
.footer-carousel button.owl-prev i {
    font-size:40px;
}

.footer-carousel button {
    background: none !important;
    color: #686868;
    margin: 0px !important;
}

.footer-carousel button i {
    color: #686868;
}

.footer-carousel button:hover i {
    color: red;
}
.aside-menu #menu-top>li:first-child a {
    font-weight: 700;
    color: red;
}

.main-title-1 {
    position: absolute;
    font-size: 3em;
    color: white;
    background: white;
    padding: 22px 50px;
    top: 70px;
    right: 120px;
    border-radius: 24px;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1;
    min-width: 400px;
    z-index: 2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.37);
    opacity: 0;
    text-align: center;
    transition: 1s all ease;
    transform: translateY(-10px);
    transition-delay: 1s;
}

.owl-carousel.main-img .main-item:after {
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
}

.main-title-2 {
    position: absolute;
    top: 150px;
    right: 260px;
    background: red;
    /* padding: 10px 60px; */
    z-index: 3;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.34);
    opacity: 0;
    transition: 1s all ease;
    transform: translateY(-10px);
    transition-delay: 1.3s;
}
.main-title-2>a {
    display: block;
    width: 100%;
    text-align: center;
    height: 100%;
    padding: 10px 60px;
}
.owl-item.active .main-title-2,
.owl-item.active .main-title-1 {
    opacity: 1;
    /* transition: 0.3s all ease; */
    transform: none;
}
.main-title-2 img {
    transition: 0.3s all ease;
}

.main-title-2:hover img
{
	transform:scale(1.0528);
}

.aside-menu li ul.sub-menu {
    max-height: 0px;
    overflow: hidden;
    transition: 0.5s all ease;
}

.aside-menu li:hover ul.sub-menu {
    padding-top: 16px;
}

.aside-menu li:hover ul.sub-menu {
    max-height: 700px;
}
.aside-phone.inner-phone>span>a {
    color: white;
    text-decoration: none;
    transition: 0.5s all ease;
    pointer-events:none;
}
.crow-line {display: flex;flex-direction: row;margin-bottom: 10px;}

.crow-line>.crow-1 {
    width: 60px;
    text-align: center;
    margin-bottom: 20px;
}

.crow-line>.crow-2 {
    line-height: 40px;
    font-size: 25px;
    padding-right: 10px;
}


body.page-id-267 .crow input.wpcf7-submit {
    padding: 15px 0px;
}
body.page-id-267 .crow input:not(.wpcf7-submit) {
    background: white;
    padding: 15px 39px 15px 15px;
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.17);
    color: #202020;
}

.crow-line a {
    color: #202020;
}

body.page-id-267 textarea {
    background: white;
    padding: 15px 39px 15px 15px;
    border: 1px solid white;
    /* margin-bottom: 20px; */
    background: #ffffff;
    border-radius: 15px;
    line-height: 1;
    padding: 10px 10px 10px 10px;
    box-shadow:0px 0px 7px 3px rgba(0, 0, 0, 0.17);
    color: #202020;
    box-sizing: border-box;
    width: 100%;
}
body.page-id-267 footer .col-lg-3 {
    display: none;
}

body.page-id-267 footer {
    background: transparent;
    min-height: 260px;
}

body.page-id-267 footer:before {
    width: 80%;
    height: 180%;
    bottom: 0px;
    top: auto;
    right: auto;
    left: 0%;
    opacity: 0.5;
}
.inner-col ul {
    padding-right: 20px;
}

.inner-col ul li {
    list-style-type: disc;
}

@media (min-width: 768px){
	.container {
		width: 750px;
	}
	a.tel {
		pointer-events: none;
	}
	.container.container-wide {
		width: 750px;
	}
	.navbar-nav {
		display: inline-block;
		float: initial;
	}
	.navbar-collapse.collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media (min-width: 992px){
	.container {
		width: 100%;
	}
	.container.container-wide {
		width: 970px;
	}
}
@media (min-width: 1200px){
	.container {
		width: 100%;
	}
	.container.container-wide {
		width: 100%;
	}
}
@media (min-width: 1400px){
	.container {
		width: 1100px;
	}
}
@media (min-width: 1630px){
	.container.container-wide {
		width: 1600px;
	}
}
@media (max-width: 1800px){
	
}
@media (max-width: 1360px){
	
}
@media (max-width: 1199px){
	body .site-nav {
		height: auto;
	}
	.navbar-collapse.collapse {
		margin-top: 20px;
		margin-bottom: -7px;
	}
	body .site-nav {
		position: initial;
	}
	#main {
		float: right;
		width: 100%;
		background-color: #fff;
	}
	#aside {
		position: relative;
		float: left;
		width: 0%;
		z-index: 9000;
	}
	
	.navbar-toggle {
		display: block;
	}
	.aside-btn { 
		display: block;
		position: fixed;
		z-index: 9001;
		top: 50px;
		right: 0px;
		width: 42px;
		height: 42px;
		transition: left 1s;
	}
	.aside-btn.open { 
		right: 240px;
	}
	.aside-site {
		position: fixed;
		top: 0px;
		right: -240px;
		width: 240px;
		height: 100%;
		overflow-y: auto;
		/* background-color: rgba(0,0,0,0.9); */
		transition: left 1s;
		overflow-x: visible;
	}
	.aside-site.open {
		right: 0%;
	}
}

@media (max-width: 991px){
	
	body{
		margin: 0px;
		padding: 0px;
		font-size: 14px;
	}
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h4, .h4, h5, .h5, h6, .h6 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h1, .h1 {
		font-size: 26px;
	}
	h2, .h2 {
		font-size: 20px;
	}
	h3, .h3 {
		font-size: 18px;
	}
	h4, .h4 {
		font-size: 16px;
	}
	h5, .h5 {
		font-size: 14px;
	}
	h6, .h6 {
		font-size: 12px;
	}

	button#nav-icon3>.icon-bar {
		background: black;
		width: 24px;
		height: 4px;
		display: table;
		margin: 3px 0px;
	}
	

	button.navbar-toggle {
		background: none;
		width: 40px;
		height: 40px;
		border: 0px;
		/* background: red; */
		display: block;
		position: fixed;
		top: 10px;
		right: 15px;
	}
	body.mobile-open button#nav-icon3 {
		opacity: 0;
	}
}
@media (max-width: 767px){

	.aside-phone.inner-phone>span>a {
		color: red;
		pointer-events:unset;
	}
	#aside {
		width: 100%;
		float: none;
		/* z-index: 9999; */
		position: fixed;
		top: 0;
		right: 0;
	}
	button.navbar-toggle {
		position: absolute;
		top: auto;
		right: auto;
	}
	.aside-site {
		position: relative;
		right: auto;
		width: 100%;
		display: flex;
		left: auto;
		flex-direction: row;
		background: #e7e7e7;
		flex-wrap: wrap;
		box-shadow: none;
	}

	ul#menu-top {
		/* display: none; */
	}


	.sidebar-widget {
		/* display: none; */
		margin-top: 20px;
	}

	.sidebar-socials {
		/* display: none; */
	}

	.aside-phone {
		margin: 0px;
		background: transparent;
		color: red;
		letter-spacing: 0px;
		font-size: 5vw;
		vertical-align: middle;
		padding: 0px;
		width: calc(100% - 50% - 50px);
	}

	.aside-phone:after {
		display: none;
	}

	.aside-site-inner.inner-menu {
		width: 220px;
		padding: 0px;
		position: fixed;
		right: 0px;
		top: 0px;
		padding: 15px;
		background: #e7e7e7;
		box-shadow: -2px 0px 9px 0px rgba(0,0,0,0.21);
		z-index: 333;
		transition: 0.3s all cubic-bezier(0.13, 0.93, 0.44, 1.03);
		transform: translateX(106%);
	}
	body.mobile-open div#aside {
		z-index: 9999;
	}
	.aside-site-inner.inner-logo {
		width: 44%;
		padding: 0px;
		margin: 0px;
		margin-right: 60px;
		max-width: 100%;
	}

	.aside-logo {
		padding: 10px 0px;
	}

	.aside-phone.inner-phone>span {
		text-align: center;
		width: 100%;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		display: table;
		height: auto;
		text-align: left;
	}

	.aside-btn {
		position: fixed;
		top: 15px;
		right: 10px;
		height: auto;
		width: auto;
	}
	
	.aside-menu li a {
		text-align: right;
		padding: 10px;
		font-size: 15px !important;
		padding-right: 30px;
		border-radius: 30px 0px 0px 30px;
		padding-right: 10px !important;
		padding-left: 10px !important;
	}

	.aside-menu {
		right: -15px;
		position: relative;
	}

	.aside-menu li {
		border-radius: 30px 0px 0px 30px;
		border-right: 0px;
		/* font-size: 15px; */
		position: relative;
		padding: 0px 10px;
	}

	.aside-menu li:first-child {
		border-right: 0px;
	}
	
	.aside-menu .sub-menu li a {
		font-size:13px !important;
	}

	.aside-menu #menu-top>li:first-child a {
		color: #f00;
		font-weight: 700;
		/* padding: 10px !important; */
	}

	aside.aside-site.open .aside-site-inner.inner-menu {
		transform: translateX(0);
		height: 100%;
		overflow-y: scroll;
		z-index: 99999999;
	}

	.sidebar-widget, .sidebar-socials {
		text-align: center;
	}

	.sidebar-socials a {
		text-align: center;
		width: 24px;
		height: 24px;
		line-height: 28px;
	}

	.sidebar-socials a i {
		font-size: 22px;
	}

	.footer-logo {
		width: 40%;
		left: 0;
		right: 0;
		margin: auto;
		margin: 30px auto 40px;
		position: relative;
	}

	footer:before {
		top: auto;
		bottom: 0px;
		width: 100%;
		height: 40vw;
		left: 0;
		right: auto;
		background-position: left;
		transform: translateX(-26%);
	}
	body.page-id-267 .footer-logo {
		display: none;
	}

	body.page-id-267 footer:before {
		bottom: -70px;
		top: auto;
		height: 110vw;
	}
	footer {
		overflow: hidden;
	}
	footer h3 {
		text-align: center;
	}

	.who-text p {
		font-size: 16px;
	}

	.hp-steps a {
		display: none;
	}
	
	footer:after {
		height: 30vw;
	}


	.footer-socials>a {
		margin: 0px 3px;
		font-size: 20px;
		border: 2px solid white;
		width: 36px;
		display: inline-block;
		height: 36px;
		line-height: 32px;
		border-radius: 50%;
	}

	.footer-socials>a i {
		color: white;
	}

	.footer-socials {
		text-align: center;
		display: inline-block;
		margin: 30px 0px 10px;
		width: 100%;
	}
	.step-cont {
		display: table;
		text-align: center;
		margin-bottom: 50px;
	}

	.main-img.container-fluid {
		height: 100vw;
	}

	.hp-process h2 {
		margin: 60px auto 60px;
	}

	.step-box {
		margin: auto auto 50px;
		width: 90%;
	}

	h2 {
		font-size: 28px;
	}

	.step-text {
		font-weight: 700;
		line-height: 1.2;
	}
	.hp-carousel {
		transform: none;
		margin: 20px auto 40px;
	}

	.owl-hp-carousel {
		max-width: 80%;
	}

	.owl-nav {
		max-width: 130%;
		right: -15%;
	}

	.owl-carousel.owl-hp-carousel .owl-nav>.owl-prev, .owl-carousel.owl-hp-logos .owl-nav>.owl-prev {
		right: 2%;
		width: 24px;
		height: 24px;
		font-size: 20px;
	}

	.owl-carousel.owl-hp-carousel .owl-nav>.owl-next, .owl-carousel.owl-hp-logos .owl-nav>.owl-next {
		left: 2%;
		width: 24px;
		height: 24px;
		font-size: 20px;
	}
	.title-holder {
		padding: 20px 15px 20px 50px;
		text-align: right;
		min-width: 50%;
	}

	body.page-inner .inner-col,
	body.page-template-default .inner-col,
	body.page-template-template-contact .inner-col,
	body.single-post .inner-col {
		padding: 30px 15px;
	}
	.logo-ov {
		top: 61%;
		width: 61%;
		right: 7%;
	}



	.owl-footer-carousel .owl-nav {
		width: calc(100% + 20px);
		right: -10px;
	}


	.side-single {
		width: calc(100% - 60px);
		margin: auto;
		padding-top: 80%;
	}
	

	.gallery-title {
		display: none;
	}

	#gallery .item {
		height: 100%;
		width: 100%;
		overflow: hidden;
		max-width: 100%;
		position: relative;
	}

	#gallery .owl-stage-outer {
		width: 100%;
		height: 100vh;
		margin: auto;
	}

	#gallery .owl-stage-outer img {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		max-height: 100vh;
		max-width: 100%;
		width: auto;
		margin: auto;
		display: table;
	}

	#gallery .owl-nav {
		top: 0px;
	}

	#gallery button.owl-prev i, #gallery button.owl-next i {
		font-size: 28px;
	}

	#gallery button.owl-prev {
		right: 2%;
	}

	#gallery button.owl-next {
		left: 2%;
	}

	.owl-carousel.main-img .main-item {
		height: 100vw;
	}

	div.owl-carousel.main-img {
		height: 100vw;
	}
	
	.main-title-1 {
		font-size: 20px;
		top: 80px;
		right: 0px;
		padding: 13px 20px;
		border-radius: 30px 0px 0px 30px;
		min-width: auto;
	}

	.main-title-2 {
		font-size: 20px;
		top: 120px;
		right: 0px;
		padding: 0px;
		border-radius: 30px 0px 0px 30px;
		min-width: auto;
		border-radius: 50px 0px 0px 50px;
	}

	.main-title-2 img {
		max-width: 110px;
	}

	.main-title-2>a {
		padding: 8px 30px;
	}
	.aside-menu li.menu-item-has-children:after {
		content: '\f107';
		font-family: fontAwesome;
		color: #4e4e4e;
		position: absolute;
		left: 5px;
		top: 0;
		padding: 9px;
		line-height: 1;
	}


	.aside-menu li ul.sub-menu {
		padding-right: 0px;
		/* margin-bottom: 0px; */
	}

	.aside-menu li .sub-menu li {width: 100%;}

}

p {
	font-size:18px !important;
}
@media (max-width: 525px){
	
}

@media (max-width: 700px){
	p {
	font-size:16px !important;
}
}

.waze {
	background-color:red;
	font-size:50px;
	z-index:99;
	position:fixed;
	bottom: 21px;
	left:25px;
	height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    text-align: center;
    line-height: 50px;
	display:none;
}
.waze img {
	width:25px;
	position:relative;
	bottom:5px;
}

@media (max-width: 780px){
	.waze {
		display:block;
		bottom: 80px;
		left: 20px;
		z-index: 99999999;
}
}


 