@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900&display=swap');
/*
	Theme Name: Azriel
*/
/*------------------------------------*\
    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%;
	direction:rtl;
}
body {
	font-family:'Heebo', Helvetica, Arial, sans-serif;
	color:#5d5d5d;
	font-size:16px;
	line-height:31px;
	direction:rtl;
	font-weight:500;
	    overflow-x: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

.clear {*zoom:1; clear:both;}

img {max-width:100%;	vertical-align:bottom;}

a {	color:#37afc3;	text-decoration:none;}

a:hover {text-decoration:none;}

a:focus {outline:0;text-decoration:none;}

a:hover, a:active {	outline:0;}

input:focus, textarea:focus, button:focus {	outline:0;	border:0;}

ul,li,h1,h2,h3,h4 {list-style-type:none;margin:0;padding:0}

p{margin-bottom:25px;}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
/* header */
.header {
    padding: 25px 0 10px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
	left: 0;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
z-index:9;
background: rgba(0, 0, 0, 0.75);
animation: smoothScroll .8s forwards;
}

@keyframes smoothScroll {
0% {
transform: translateY(-40px);
}
100% {
transform: translateY(0px);
}
}

/*Menu Icon style */

.toggle{
	z-index: 100;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin: 0;
	display: inline-block;
	position: relative;
	width: 35px;	
	vertical-align:middle;
	height:30px;
}

label.toggle span{
	display: block;
	height: 4px;
	width: 100%;
	background: #000;
	border-radius: 9px;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

label.toggle span:nth-child(1) {top: 0px;}

label.toggle span:nth-child(2), label.toggle span:nth-child(3) {margin-top: 6px;}

label.toggle.open span:nth-child(1) {
	margin-top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

label.toggle.open span:nth-child(2) {opacity: 0;}

label.toggle.open span:nth-child(3) {
	margin-top: -14px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* End Menu Icon style */

/* logo */

.logo {}
.logo-img {}


/* nav */
.main-nav{	color:#015198;}

.nav_area ul li{display:inline-block;}

.nav_area ul li a {
    padding: 15px 25px;
    color: #fff;
    font-size: 18px;
    display: block;
}
.nav_area ul li a:hover,
.nav_area ul li.current-menu-item a{
	color:#fff;
}
ul.sub-menu {
    position: absolute;
    display: none;
    background: #37afc3;
    z-index: 555;
    width: 150px;
}

ul.sub-menu li{	display:block;}

ul.sub-menu li a{
	padding:8px 15px;
	display:block;
    
}

.sticky .logo-side img {
    height: 80px;
}

.menu-side {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    align-items: center;
    color: #fff;
    flex-direction: row-reverse;
}

.header-no a {color: #fff;}


@media(min-width:768px){
.nav_area ul li:hover ul.sub-menu {	display:block;}


.nav_area > ul > li ul.sub-menu {
    transform-origin: 50% 0;
    transform: scaleY(0) translateZ(0);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    display: block;
}

.nav_area > ul > li:hover ul.sub-menu {
    transform: scaleY(1) translateZ(0);
    opacity: 1;
}
	
ul.menu{display:block !important; }
	
p.copyright {
    text-align: left;
    position: absolute;
    left: 0;
    margin: 0;
    bottom: 0;
}	
	
.header-no {    padding-right: 25px;  }
	
}

/* sidebar */
.sidebar {}

/* footer */
.footer {    padding: 40px 0;  }

.footer-area {   display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
	display: flex;  }

.footer-social {    text-align: left;  }

.footer-social a{ color:#545454; }

.footer-area p{color:#b4b4b4;    margin: 0; line-height:24px;}

p.copyright {    text-align: left;  color:#b4b4b4;   }

.footer-social a {    display: inline-block;    font-size: 26px;    padding-right: 15px;   }

.footer .container {    position: relative;   }




/*------------------------------------*\
	404 PAGE
\*------------------------------------*/
.letters {
    line-height: 155px;
    font-size: 150px;
    font-weight: 700;
    display: block;
    width: 100%;
}

.letters strong {
    color: #5f636b;
    transform: rotate(24deg);
    display: inline-block;
    padding: 0 10px 0 17px;
}

.error-page h2 {
    color: #000;
    padding: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
}

a.home-btn {
    display: inline-block;
    padding: 0 40px;
    background: #0c5156;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin: 25px 0 40px 0;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.space {padding:60px 0;}

h2.vc_custom_heading.title {    margin-bottom: 50px;   } 
h2.vc_custom_heading.subtitle {    margin-bottom: 20px;   } 

.service-item > div >div {
    background: #fff;
    padding: 70px 40px 40px 40px;
    box-shadow: 0 0 15px rgba(191, 191, 191, 0.77);
    border-radius: 20px;
    height: 100%;
}

.vc_rtl-columns-reverse {    flex-direction: row-reverse;  }

.slider-content {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
	   max-width: 1070px; 
}



.slider-content h2.vc_custom_heading.title {    font-weight: 400;  }

.banner-title {    font-weight: 800;  }

.img-right{    padding:0 70px 0 0 !important;    max-width: 750px;   }

.border-list li {   position: relative;    font-size: 21px;    padding: 0 0 15px 0;  }  

.border-list li:before {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #37afc3;
    position: absolute;
    left: 100%;
    top: 14px;
    border-radius: 4px;
    margin-left: 20px;
}

.contact-form {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    background: #fff;
    border: 0;
    border-radius: 35px;
    overflow: hidden;
    justify-content: space-between;
}

.contact-form > * {    width: 25%;  margin:0 }
.wpcf7-spinner{position:absolute !important}
.contact-form input:not([type=submit]) {
    box-sizing: border-box;
    width: 100%;
    padding: 18px 30px 18px 10px;
    border-radius: 34px;
    border: 0;
    text-align: right;
    background:transparent;
}

.contact-form input.wpcf7-submit {
    background: #e9a71a;
    width: 210px;
    color: #fff;
    text-align: center;
     border: 0;
    border-radius: 35px;
    padding:18px 10px;
}

div.wpcf7 .ajax-loader {    position: absolute;     left: 21px;  }

.page-form form{    margin-bottom:50px;  }

.page-form > div {
    border-radius: 25px;
    max-width: 930px;
    padding-left: 50px !important;
    padding-right: 50px !important;
	margin: 0 auto;
}

.page-form .subtitle{font-weight:400;}

.slider-content .wpcf7 {    max-width: 900px;    margin: 20px auto 0;   } 

.slider-content .contact-form{background: rgba(0,0,0,0.4);    border:2px solid #fff;  }

.slider-content .contact-form input.wpcf7-submit {    background: #37afc3;  }

.slider-content .contact-form input::placeholder, .slider-content .contact-form input{    color:#fff;  }

.process-row {
    position: absolute !important;
    left: 0 !important;
    bottom: 0;
    z-index: 8;
    margin: 0;
    width: 100%;
}

h2.vc_custom_heading.process-text {    padding-bottom: 35px;  }

h2.vc_custom_heading.process-text b {    font-weight: 400;    color: #37afc3;   }

.slider-social {
    position: absolute;
    left: 50%;
    max-width: 1300px !important;
    transform: translateX(-50%);
    width: 100%;
    text-align: right;
	bottom: 100px;
    z-index: 9;
}

.slider-social .textwidget {    float: left;  }

.slider-social a {
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 10px;
    text-align: center;
    width: 100%;
    max-width: 50px;
}

/*********** ABOUT **********/

.row-compress {    overflow: visible !important;   }

.row-compress .wpb_single_image img {    transform: scale(1.1);    margin-right: -10%;  }

.custom-border {    width: 90px !important;  }


span.more-text {    display: none;  }

.testi .tss-wrapper {
    padding: 25px 25px 40px;
    box-shadow: 0 0 10px #ddd;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 100px !important;
}

.testi .tss-wrapper  .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
}

.testi .tss-wrapper .owl-theme .owl-dots .owl-dot span {    opacity: 1;      width: 50px;     height: 7px;  }

.testi .tss-wrapper .owl-theme .owl-dots .owl-dot.active span {    background:#5d5d5d !important;  }

.testi .tss-carousel h3.author-name {    order: 2;    font-size: 34px;    padding-bottom: 15px;     margin: 0;  }

.testi .tss-carousel h4.author-bio {    font-size: 21px;         margin: 0;   }

.testi .item-content-wrapper {    display: flex;    flex-direction: column;   }

.testi .tss-wrapper .item-content-wrapper .item-content {
    order: 3;
        font-style: normal !important;
    line-height: 30px !important;
	position:relative;
	    padding: 10px 20px;
}

.testi .tss-wrapper .item-content-wrapper .item-content:before {
    content: '״';
    font-size: 110px;
    position: absolute;
    right: -22px;
    color: #37afc3;
    top: 18px;   
}


.testi .tss-wrapper .item-content-wrapper .item-content:after {
    content: '״';
    font-size: 110px;
    position: absolute;
    left: -22px;
    color: #37afc3;
    bottom: -27px;
   -moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}

.circle-part {
      overflow: visible !important;
}
.circle-part > div{
    float:none;
}



/*************CATLOG ***************/
.image-catlog .service-item > div >div {
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: none;
}

.image-catlog {
    max-width: 80%;
    margin: 0 auto !important;
}

.image-catlog .service-item > div {
    padding: 0 35px;
}

.image-catlog .vc_btn3-container.vc_btn3-center {
    margin-bottom: 0;
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 100%;
}

.vc_btn3.vc_btn3-size-md {
    background-image: none !important;
    padding: 10px 40px !important;
}

.image-catlog .service-item {
    margin-bottom: 50px;
}

.listing li:before {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 4px;
    background: #37afc3;
    position: absolute;
    right: 0;
    top: 13px;
}
.listing li {
    position: relative;
    padding-right: 40px;
}

.image-catlog .service-item > div >div:hover {
    background: #37afc3;
}

.image-catlog .service-item > div >div:hover p{
    color: #fff;
}

.image-catlog .service-item > div >div:hover .vc_btn3{
    background-color: #217381 !important;
}

.btn-list a {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #5d5d5d;
    border-radius: 25px;
    margin: 0 15px;
    color: #5d5d5d;
}

.btn-list {
    text-align: center;
    padding-top: 30px;
}

.btn-list a.active, .btn-list a:hover {
    color: #37afc3;
}

p.color-txt {
    color: #37afc3;
    margin-bottom: 0;
}



/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:768px) {
	 .toggle , span.arrow{    display: none;}
	
	.circle-part:before {
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    background: #37afc3;
    border-radius: 100%;
    position: absolute;
    top: -60px;
    right: -66px;
}

.circle-part:after {
    content: '';
    display: block;
    width: 240px;
    height: 240px;
    background: #37afc3;
    border-radius: 100%;
    position: absolute;
    bottom: -120px;
    left: -120px;
	    z-index: 9;
}
	
	.phone-fix{display:none;}
	
	.nav_area ul.menu > li.current-menu-item > a:after {
    content: '';
    display: block;
    width: 40px;
    height: 5px;
    background: #fff;
    max-width: 100%;
   margin: 0 auto;
}
	
.border-side {    border-left: 2px solid #ccc;    border-right: 2px solid #ccc;  }

.border-side .vc_wp_text, .border-side .vc_wp_text p {    margin-bottom: 0;  }
	
	.hide-desktop {display:none !important;}
	
}


@media only screen and (max-width:767px) {
	
	.phone-fix {    position: fixed;    bottom: 19%;    left: 20px;    z-index: 10000;    max-width: 60px;  }
	
	.wrapper {    overflow: hidden;  }
	
	.header {    padding: 15px 0;   -webkit-transition: all 0.3s ease;    -moz-transition: all 0.3s ease;    transition: all 0.3s ease;  }
	
	.wrapper.open-menu .header {    background: #217381;  }
	
	.wrapper.open-menu .logo {    z-index: 1000;    position: relative;  }
	
	.header-no {      position: absolute;    width: 100%;     text-align: center;     max-width: 200px;
    left: 50%;
    transform: translateX(-50%); -webkit-transform:translatex(-50%); }
	
	.wrapper.open-menu {    overflow: hidden;    position: fixed;    width: 100%;   }
	
	.wrapper main {  position: relative;   left: 0;    -webkit-transition: all 0.3s ease;    -moz-transition: all 0.3s ease;    transition: all 0.3s ease;	}
	
	.wrapper.open-menu main {    left: -200px;  }
	
	.menu-side { position: initial;}

	.nav_area { position: initial; text-align:right;}

	.nav_area  .menu {
		position: fixed;
		width: 230px;
		background: #217381;
		z-index: 1000;
		top: 65px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
		height: 100%;
		right: -230px;
		padding-top: 30%;
	}
	
	.nav_area .menu.active-menu {    right: 0;   }

	span.arrow {
		display: inline-block;
		width: 10%;
		text-align: center;
		cursor:pointer;
		color:#fff;
	}

	.nav_area ul li { display: block;  position: relative;    padding-right: 30px;}
	
	.nav_area ul li a {
    padding: 15px 15px;
    color: #FFF;
    line-height: normal;
    text-align: right;
    position: relative;
	}
	
	.nav_area ul li.current-menu-item a:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: -35px;
    top: 27px;
}
	
	.nav_area > ul > li:last-child a {
    background: #ffffff;
    color: #565754;
    padding: 5px 25px;
    border-radius: 25px;
    font-weight: 300;
    border-bottom: 0;
    display: table;
    margin: 0 auto;
}
	
	ul.sub-menu li a{	border-bottom:0px;}

	ul.sub-menu {position: relative; }

	.nav_area > ul > li > a {display:inline-block; width:90%;}
	
	.footer {    padding: 20px 0;   }
	.footer-area {    display: block;    text-align: center;  }
	.footer-social,p.copyright {    text-align: center;  }
	.footer-area > div{margin-bottom:40px;}
	
	h2.vc_custom_heading.banner-title {    font-size: 45px !important; 	}
	
	.slider-content h2.vc_custom_heading.title {    font-size: 25px !important;  }
	
	.slider-content .wpcf7, .slider-social {display:none;}
	.slider-content {max-width:68%;}
	
	h2.vc_custom_heading.process-text {    font-size: 20px !important;  }
	.process-row > * {    width: 33.33% !important;    float: left;  }
	h2.vc_custom_heading.process-text b {    display: block;  }	
	
	h2.vc_custom_heading.subtitle , h2.vc_custom_heading.title {    text-align: center !important;   }
	
	h2.vc_custom_heading.subtitle {    margin-bottom: 5px;  }
	h2.vc_custom_heading.title {    margin-bottom: 30px;  }
	
	.space {    padding: 30px 0;  }
	.service-item > div >div {    padding: 40px 15px 0 ;    margin-bottom: 30px;   }
	.img-right {    padding: 0 15px !important;  }
	.vc_btn3-container.vc_btn3-right {    text-align: center !important;  }
	
	.border-list li:before {
    left: 0;
    text-align: center;
    width: 100%;
    max-width: 100px;
    position: relative;
    top: 0;
    margin: 0 auto 10px;
}
	
	.border-list li {    text-align: center;  }
	
	.border-list li:first-child:before {  display:none;  }
	
	.page-form > div {border-radius:0 }
	
	.contact-form {    display: block;    background: transparent;    border-radius: 0;    color: #fff;  }
	
	.contact-form input:not([type=submit]) { color: #fff;  border-bottom: 1px solid #fff;  border-radius: 0;
    padding: 10px 15px;    margin-bottom: 10px;  	}
	
	.contact-form input::placeholder{color:#fff;}
	
	.contact-form input.wpcf7-submit {  width: 100%;    padding: 10px 20px;    margin-top: 20px;  }
	.testi .tss-wrapper {max-width:100%; }
	.testi .tss-wrapper .item-content-wrapper .item-content:before {right:-15px;}
	.testi .tss-wrapper .item-content-wrapper .item-content:after {left:-15px; }
	
	.row-compress .wpb_single_image img {    transform: none;    margin-right: 0;    padding: 0 15px 35px;   }
	.btn-list a {    margin: 0 5px;     padding: 8px 16px;   }
	
	.image-catlog .vc_btn3-container.vc_btn3-center {bottom:8px;}
	
}
@media only screen and (min-width:320px) {
}
@media only screen and (min-width:480px) {
}
@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;
}

/*------------------------------------*\
    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;
	}
}