/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* RESET */
@import url('https://fonts.googleapis.com/css?family=Assistant&display=swap');
#outer-wrap{
	 overflow: hidden;
}
*, *:before, *:after{
	-webkit-box-sizing: inherit !important;
    -moz-box-sizing: inherit !important;
    box-sizing: inherit !important;
}
.dropdown-menu ul li a.menu-link {
    line-height: 0em;
}
.site-main .elementor-section-full_width .elementor-column .elementor-background-overlay{
	display:none;
}
/* Navigation */
#site-header .menu-image-title:hover, #site-navigation .current_page_item a span, #site-header-sticky-wrapper.is-sticky .current_page_item .menu-image-title {
	color: #b59f5c !important;
	transition:0.5s;
}
#site-navigation-wrap .dropdown-menu>li>a {
    padding: 0 13.5px;
}
.menu-item-has-children .menu-image-title{
	padding-bottom: 60px;
}

.is-sticky #site-header #site-navigation #menu-primary-menu .menu-item > span > span{
	line-height:54px;
}
#site-header-sticky-wrapper.is-sticky .menu-image-title:hover {
    color: #b59f5c !important;
}
#site-navigation .current_page_item a span{
	line-height: 54px;
}
.sf-menu ul.sub-menu:before {
  font-family: 'FontAwesome';
    content: '\f0d7';
    color: #cbcbcb;
    font-size: 30px;
    position: absolute;
    top: -40px;
    left: 36%;
}
#site-header-sticky-wrapper.is-sticky #site-header.transparent-header {
	margin-top: -135px;
	transition: all .5s ease-in-out;
}
.start {
	margin-top: 0 !important;
}
#site-header-sticky-wrapper.is-sticky .dropdown-menu > li {
    padding-bottom: 22px;
}
#site-header-sticky-wrapper.is-sticky .sf-menu ul.sub-menu:before, #site-header-sticky-wrapper.is-sticky .dropdown-menu >li >a{
	color: #000 !important;
}
#site-header-sticky-wrapper.is-sticky .dropdown-menu >li >a:hover{
	color: #b59f5c;
}
.rtl #site-navigation-wrap .dropdown-menu>li {
    float: right;
    position: relative;
}
#site-navigation-wrap {
	width: 995px !important;
}
#site-header-inner{
	width: 1300px;
    max-width: 96%;
}
div#site-logo-inner {
    padding-top: 26px;
}

header#site-header {
	width: 100% !important;
}

/* MENU POS FIX */
#menu-item-354 {
    margin-left: 24px;
}
#menu-item-5183{
	margin-left: 16px;
}
#menu-item-5050{
	margin-left: 46px;
}

/* Video Fix */
.site-main .elementor-inner .elementor-section-wrap section:first-of-type .elementor-background-overlay {
    z-index: 1;
}
.elementor-editor-active .site-main .elementor-inner .elementor-section-wrap section:first-of-type .elementor-background-overlay{
	z-index:inherit !important;
}

.elementor-fit-aspect-ratio iframe {
    top: -60px !important;
}
.elementor-aspect-ratio-169,.elementor-156 .elementor-element.elementor-element-674c77b > .elementor-widget-container{
	max-height: 850px;
    overflow: hidden;
}
#site-header.transparent-header {
    /* position: fixed; */
    top: 0;
    /* background-color: #f7f8fa94; */
    left: 0;
    width: 100%;
    right: 0;
}
#site-navigation-wrap {
    float: none;
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255,255,255,0.5);
	  height: 100px;
}
#site-header .menu-image-title {
	 color:#000 !important;
}
.menu-image-title:hover {
	 color:#b59f5c !important;
}
#content-wrap {
	padding:0 !important;
}
.elementor-widget-container li {
	list-style:none;
}
.elementor-widget-container ul {
	margin:0;
}
.dropdown-menu .sub-menu {
    box-shadow: inherit !important;
}
.logo-grey img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
	transition:1s;
}
.logo-grey img:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
/* HOME PAGE */

/* Speed Arrow*/
#clock {
    height: 127px;
	width: 100%;
	max-width: 420px;
    margin: 1px auto;
    background: url(/wp-content/uploads/2019/02/clock3.png) no-repeat;
    position: relative;
    z-index: 1;
}
#calipers {
    position: absolute;
    z-index: 2;
    left: 202px;
    top: 30px;
    bottom: -40px;
    margin: 0px auto;
    -ms-transform: rotate(-80deg);
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg);
    -webkit-animation: clock 4s infinite;
    animation: clock 4s infinite;
}

@keyframes clock {
    0% {
        top: 30px;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Safari */
        transform: rotate(0deg);
    }
    20% {
        top: 30px;
        -ms-transform: rotate(-70deg);
        /* IE 9 */
        -webkit-transform: rotate(-70deg);
        /* Safari */
        transform: rotate(-70deg);
    }
    30% {
        top: 30px;
        -ms-transform: rotate(70deg);
        -webkit-transform: rotate(70deg);
        transform: rotate(70deg);
    }
    40% {
        top: 30px;
        -ms-transform: rotate(60deg);
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    50% {
        top: 30px;
        -ms-transform: rotate(-40deg);
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
    60% {
        top: 30px;
        -ms-transform: rotate(50deg);
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg);
    }
    70% {
        top: 30px;
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    80% {
        top: 30px;
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    85% {
        top: 30px;
        -ms-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    90% {
        top: 30px;
        -ms-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    95% {
        top: 30px;
        -ms-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    100% {
        top: 30px;
        -ms-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
}

/* SECTION 2 CIRCLE */
#sun-wrap {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
}
#sun-wrap svg{
    margin-right: -72px;
}

#sun-wrap.start {
    opacity: 1
}

.path {
    stroke: #FF0000;
}

.st0 {
    fill: none;
    stroke: #b59f5c;
    stroke-width: 3px;
    fill-rule: evenodd;
    isolation: isolate;
    stroke-miterlimit: 0;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    stroke-miterlimit: 10;
}


/*transpotaiton*/

#sun-wrap.start .st0:nth-of-type(1) {
    animation: line 0.5s 0s linear forwards;
    -webkit-animation: line 0.5s 0s linear forwards;
}

#sun-wrap.start #transportation.icon-non-active {
    animation: icon 0.3s 0.3s linear forwards;
    -webkit-animation: icon 0.3s 0.3s linear forwards;
    opacity: 0;
}
 
#sun-wrap.start a:nth-of-type(1) .text-non-active {
    animation: icon 0.3s 0.7s linear forwards;
    -webkit-animation: icon 0.3s 0.7s linear forwards;
    opacity: 0;
}

/*real estate*/

#sun-wrap.start .st0:nth-of-type(2) {
    animation: line 0.5s 0.7s linear forwards;
    -webkit-animation: line 0.5s 0.7s linear forwards;
}

#sun-wrap.start #realEstate.icon-non-active {
    animation: icon 0.3s 0.9s linear forwards;
    -webkit-animation: icon 0.3s 0.9s linear forwards;
    opacity: 0;
}

#sun-wrap.start a:nth-of-type(2) .text-non-active {
    animation: icon 0.3s 1s linear forwards;
    -webkit-animation: icon 0.3s 1s linear forwards;
    opacity: 0;
}

/*Financial*/

#sun-wrap.start .st0:nth-of-type(3) {
    animation: line 0.5s 1.3s linear forwards;
    -webkit-animation: line 0.5s 1.3s linear forwards;
}

#sun-wrap.start #financial.icon-non-active {
    animation: icon 0.3s 1.5s linear forwards;
    -webkit-animation: icon 0.3s 1.5s linear forwards;
    opacity: 0;
}

#sun-wrap.start a:nth-of-type(3) .text-non-active {
    animation: icon 0.3s 1.8s linear forwards;
    -webkit-animation: icon 0.3s 1.8s linear forwards;
    opacity: 0;
}

/*logistics */

#sun-wrap.start .st0:nth-of-type(4) {
    animation: line 0.5s 2s linear forwards;
    -webkit-animation: line 0.5s 2s linear forwards;
}

#sun-wrap.start #logistics.icon-non-active {
    animation: icon 0.3s 2.3s linear forwards;
    -webkit-animation: icon 0.3s 2.3s linear forwards;
    opacity: 0;
}

#sun-wrap.start a:nth-of-type(4) .text-non-active {
    animation: icon 0.3s 2.6s linear forwards;
    -webkit-animation: icon 0.3s 2.6s linear forwards;
    opacity: 0;
}


/*Bussness */ 

#sun-wrap.start .st0:nth-of-type(5) {
    animation: line 0.5s 2.6s linear forwards;
    -webkit-animation: line 0.5s 2.6s linear forwards;
}
 
#sun-wrap.start #bussiness.icon-non-active {
    animation: icon 0.3s 3s linear forwards;
    -webkit-animation: icon 0.3s 3s linear forwards;
    opacity: 0;
}

#sun-wrap.start a:nth-of-type(5) .text-non-active {
    animation: icon 0.3s 3.2s linear forwards;
    -webkit-animation: icon 0.3s 3.2s linear forwards;
    opacity: 0;
}

@keyframes line {
    to {
        stroke-dashoffset: 200;
        stroke-dasharray: 1500;
        opacity: 1;
    }
}

@keyframes icon {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#sun-wrap .path-active {
    stroke: black;
}

#sun-wrap .text {
    font-size: 32px;
    fill: #b59f5c;
}

#sun-wrap .text-active {
    fill: #0a1d35;
    font-size: 32px;
    font-weight: bold;
}

#sun-wrap .description {
    display: none;
}

#sun-wrap .description p{
    font-size:20px;
	line-height: 23px;
}

#sun-wrap .description-active {
    color: #0a1d35;
    font-size: 18px;
    display: block;
    line-height: 18px;
}

#sun-wrap .icon-non-active {
    display: block;
    cursor: pointer;
}

#sun-wrap .icon-active {
    display: none;
    cursor: pointer;
}

#sun-wrap.start .c {
    animation: icon 1s 3.5s linear forwards;
    -webkit-animation: icon 1s 3.5s linear forwards;
	opacity: 0;
}

.circle-active {
    display: none;
    cursor: pointer;
}

/* SECTION 3 LINE WRAP 1 */
#line-wrap1 {
    width: 450px;
    height: 400px;
}

#line-wrap1 .line-wrap.start {
    isolation: isolate;
    stroke-miterlimit: 0;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

#line-wrap1 .small-circle {
    animation: elipse1 0.5s 1s linear forwards;
    -webkit-animation: elipse1 0.5s 1s linear forwards;
    stroke: #b59f5c;
    fill: none;
    fill-rule: evenodd;
    display: none;
}
#line-wrap1 .path-line {
    display: none;
    fill: none;
    stroke: #b59f5c;
    fill-rule: evenodd;
    animation: line1 1s 0s linear forwards;
    -webkit-animation: line1 1s 0s linear forwards;
}
#line-wrap1 .line-wrap.start .path-line {
    display: unset;
}
#line-wrap1 .line-wrap.start .small-circle {
    display: unset;
}
@keyframes line1 {
    to {
        stroke-dashoffset: 100;
        opacity: 1
    }
}

@-webkit-keyframes line1 {
    to {
        stroke-dashoffset: 200;
        opacity: 1
    }
}

@keyframes elipse1 {
    from {
        opacity: 0;
        stroke-dashoffset: 200;
        display: block;
    }
    to {
        opacity: 1;
        stroke-dashoffset: 200;
        display: block;
    }
}
/* END SECTION 3 LINE WRAP 1 */

/* SECTION 6 LINE WRAP 2 */
#line-wrap2 .line-wrap.start {
    isolation: isolate;
    stroke-miterlimit: 0;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    display: block;
	width: 176px;
    height: 271px;
    margin-top: -13px;
    margin-left: -25px;
}

#line-wrap2 .small-circle {
    animation: elipse2 0.3s 0.5s linear forwards;
    -webkit-animation: elipse2 0.3s 0.5s linear forwards;
    stroke: #b59f5c;
    fill: none;
    fill-rule: evenodd;
    display: none;
}

#line-wrap2 .path-line {
    display: none;
    fill: none;
    stroke: #b59f5c;
    fill-rule: evenodd;
    animation: line2 1s 0s linear forwards;
    -webkit-animation: line2 1s 0s linear forwards;
}

#line-wrap2 .line-wrap.start .path-line {
    display: unset;
}

#line-wrap2 .line-wrap.start .small-circle {
    display: unset;
}

@keyframes line2 {
    to {
        stroke-dashoffset: 200;
        opacity: 1
    }
}

@-webkit-keyframes line2 {
    to {
        stroke-dashoffset: 200;
        opacity: 1
    }
}

@keyframes elipse2 {
    from {
        opacity: 0;
        stroke-dashoffset: 200;
        display: block;
    }
    to {
        opacity: 1;
        stroke-dashoffset: 200;
        display: block;
    }
}
/* END SECTION 2 LINE WRAP 2*/

/* LINE WRAP 8 */
#line-wrap8 {
    width: 419.728px;
    height: 530.311px;
}

#line-wrap8 .line-wrap.start {
    isolation: isolate;
    stroke-miterlimit: 0;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

#line-wrap8 .small-circle {
    animation: elipse8 0.5s 0.8s linear forwards;
    -webkit-animation: elipse8 0.5s 0.8s linear forwards;
    stroke: #b59f5c;
    fill: none;
    fill-rule: evenodd;
    display: none;
}

#line-wrap8 .path-line {
    display: none;
    fill: none;
    stroke: #b59f5c;
    fill-rule: evenodd;
    animation: line8 1s 0s linear forwards;
    -webkit-animation: line8 1s 0s linear forwards;
}

#line-wrap8 .line-wrap.start .path-line {
    display: unset;
}

#line-wrap8 .line-wrap.start .small-circle {
    display: unset;
}

@keyframes line8 {
    to {
        stroke-dashoffset: 200;
        stroke-dasharray: 1500;
        opacity: 1
    }
}

@-webkit-keyframes line8 {
    to {
        stroke-dashoffset: 200;
        opacity: 1
    }
}

@keyframes elipse8 {
    from {
        opacity: 0;
        stroke-dashoffset: 200;
        display: block;
    }
    to {
        opacity: 1;
        stroke-dashoffset: 200;
        display: block;
    }
}
/* END LINE WRAP 8 */

/* LINE WRAP 9 */
#line-wrap_schanapp {
    width: 419.728px;
    height: 530.311px;
}

#line-wrap_schanapp .line-wrap.start {
    isolation: isolate;
    stroke-miterlimit: 0;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

#line-wrap_schanapp .small-circle {
    animation: elipse 0.5s 0.8s linear forwards;
    -webkit-animation: elipse9 0.5s 0.8s linear forwards;
    stroke: #b59f5c;
    fill: none;
    fill-rule: evenodd;
    display: none;
}

#line-wrap_schanapp .path-line {
    display: none;
    fill: none;
    stroke: #b59f5c;
    fill-rule: evenodd;
    animation: line9 1s 0s linear forwards;
    -webkit-animation: line9 1s 0s linear forwards;
}

#line-wrap_schanapp .line-wrap.start .path-line {
    display: unset;
}

#line-wrap_schanapp .line-wrap.start .small-circle {
    display: unset;
}

@keyframes line9 {
    to {
        stroke-dashoffset: 200;
        stroke-dasharray: 1500;
        opacity: 1
    }
}

@-webkit-keyframes line9 {
    to {
        stroke-dashoffset: 200;
        opacity: 1
    }
}

@keyframes elipse9 {
    from {
        opacity: 0;
        stroke-dashoffset: 200;
        display: block;
    }
    to {
        opacity: 1;
        stroke-dashoffset: 200;
        display: block;
    }
}
/* END LINE WRAP 9 */

/* LINE WRAP 10 */
#line-wrap10 {
    width: 419.728px;
    height: 530.311px;
}

#line-wrap10 .line-wrap.start {
    isolation: isolate;
    stroke-miterlimit: 0;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

#line-wrap10 .small-circle {
    animation: elipse10 0.5s 0.8s linear forwards;
    -webkit-animation: elipse10 0.5s 0.8s linear forwards;
    stroke: #b59f5c;
    fill: none;
    fill-rule: evenodd;
    display: none;
}

#line-wrap10 .path-line {
    display: none;
    fill: none;
    stroke: #b59f5c;
    fill-rule: evenodd;
    animation: line10 1s 0s linear forwards;
    -webkit-animation: line10 1s 0s linear forwards;
}

#line-wrap10 .line-wrap.start .path-line {
    display: unset;
}

#line-wrap10 .line-wrap.start .small-circle {
    display: unset;
}

@keyframes line10 {
    to {
        stroke-dashoffset: 200;
        stroke-dasharray: 1500;
        opacity: 1
    }
}

@-webkit-keyframes line10 {
    to {
        stroke-dashoffset: 200;
        opacity: 1
    }
}

@keyframes elipse10 {
    from {
        opacity: 0;
        stroke-dashoffset: 200;
        display: block;
    }
    to {
        opacity: 1;
        stroke-dashoffset: 200;
        display: block;
    }
}
/* END LINE WRAP 10 */

/* ARTICLE */
#headline-success #header-text #drive_to {
	line-height: 40px !important;
}
#headline-success #header-text #success{
	line-height: 97px !important
}
#wrap_write_to_success {
    /*background: url(../wp-content/uploads/2019/02/bg-forcast.jpg) no-repeat;
    min-height: 1080px;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

#write_to_success {
    margin: 0px auto;
    width: 890px;
    height: 850px;
    font-family: 'Lato', sans-serif;
}

#headline-success {
    width: 510px;
    height: 655px;
    float: left;
    position: relative;
    z-index: 1;
    top: 0px;
}

#headline-success #header-text {
    color: #ffffff;
    text-align: justify;
    left: -50px;
    top: 170px;
    position: absolute;
    z-index: 2;
}

#headline-success #header-text #sustained_growth {
    font-size: 40px;
    text-transform: uppercase;
}

#headline-success #header-text #drive_to {
    font-size: 85px;
    text-transform: uppercase;
    font-weight: 300;
	margin-left: -5px;
}

#headline-success #header-text #success {
    font-size: 115px;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
    font-weight: bolder;
}

.path-line {
    display: none;
    fill: none;
    stroke: #b59f5c;
    fill-rule: evenodd;
}

.line-wrap.start .path-line {
    display: unset;
}

@keyframes line {
    to {
        stroke-dashoffset: 200;
        opacity: 1
    }
}
#articals {
    width: 359px;
    min-height: auto;
    margin-top: 255px;
    float: left;
    display: inline;
	z-index: 1;
    position: relative;
}

#articals .article:first-of-type {
    margin-bottom: 50px;
}

#articals .article .headline-article {
    color: #b59f5c;
    font-size: 26px;
}

#articals .article .text-article {
    color: #ffffff;
    width: 100%;
    font-size: 18px;
    font-weight: 100;
    text-align: justify;
}

#articals .article .text-article-more {
    display: none;
    color: #ffffff;
    width: 100%;
    min-height: 100%;
    font-weight: 100;
    font-size: 18px;
    text-align: justify;
	font-weight: 300;
    line-height: 1.4 !important;
}

#articals .article .read-more {
    color: #b59f5c;
    font-size: 18px;
    cursor: pointer;
}

/**/
#line-wrap5 {
    width: 598px;
    height: 310px;
    margin-top: 260px;
    margin-left: 25px;
}

#line-wrap5 .line-wrap.start {
    isolation: isolate;
    stroke-miterlimit: 0;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
	width: 100%;
}

#line-wrap5 .small-circle {
    animation: elipse5 0.5s 0.5s linear forwards;
    -webkit-animation: elipse5 0.5s 0.5s linear forwards;
    stroke: #b59f5c;
    fill: none;
    fill-rule: evenodd;
    display: none;
}

#line-wrap5 .path-line {
    display: none;
    fill: none;
    stroke: #b59f5c;
    fill-rule: evenodd;
    animation: line5 1s 0s linear forwards;
    -webkit-animation: line5 1s 0s linear forwards;
}

#line-wrap5 .line-wrap.start .path-line {
    display: unset;
}

#line-wrap5 .line-wrap.start .small-circle {
    display: unset;
}

@keyframes line5 {
    to {
        stroke-dashoffset: 200;
        opacity: 1
    }
}

@-webkit-keyframes line5 {
    to {
        stroke-dashoffset: 200;
        opacity: 1
    }
}

@keyframes elipse5 {
    from {
        opacity: 0;
        stroke-dashoffset: 200;
        display: block;
    }
    to {
        opacity: 1;
        stroke-dashoffset: 200;
        display: block;
    }
}

/**/
#line-wrap7 {
    width: 598px;
    height: 310px;
    margin-top: 26px;
}

#line-wrap7 .line-wrap.start {
    isolation: isolate;
    stroke-miterlimit: 0;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
	width: 100%;
}

#line-wrap7 .small-circle {
    animation: elipse7 0.5s 0.8s linear forwards;
    -webkit-animation: elipse7 0.5s 0.8s linear forwards;
    stroke: #b59f5c;
    fill: none;
    fill-rule: evenodd;
    display: none;
}

#line-wrap7 .path-line {
    display: none;
    fill: none;
    stroke: #b59f5c;
    fill-rule: evenodd;
    animation: line7 1s 0s linear forwards;
    -webkit-animation: line7 1s 0s linear forwards;
}

#line-wrap7 .line-wrap.start .path-line {
    display: unset;
}

#line-wrap7 .line-wrap.start .small-circle {
    display: unset;
}

@keyframes line7 {
    to {
        stroke-dashoffset: 200;
        opacity: 1
    }
}

@-webkit-keyframes line7 {
    to {
        stroke-dashoffset: 200;
        opacity: 1
    }
}

@keyframes elipse7 {
    from {
        opacity: 0;
        stroke-dashoffset: 200;
        display: block;
    }
    to {
        opacity: 1;
        stroke-dashoffset: 200;
        display: block;
    }
}

/**/
#line-wrap6 {
    width: 509px;
    height: 350px;
}

#line-wrap6 .line-wrap.start {
    isolation: isolate;
    stroke-miterlimit: 0;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
	width: 100%;
}

#line-wrap6 .small-circle {
    animation: elipse6 0.5s 1s linear forwards;
    -webkit-animation: elipse6 0.5s 1s linear forwards;
    stroke: #b59f5c;
    fill: none;
    fill-rule: evenodd;
    display: none;
}

#line-wrap6 .path-line {
    display: none;
    fill: none;
    stroke: #b59f5c;
    fill-rule: evenodd;
    animation: line6 1s 0s linear forwards;
    -webkit-animation: line6 1s 0s linear forwards;
}

#line-wrap6 .line-wrap.start .path-line {
    display: unset;
}

#line-wrap6 .line-wrap.start .small-circle {
    display: unset;
}

@keyframes line6 {
    to {
        stroke-dashoffset: 100;
        opacity: 1
    }
}

@keyframes elipse6 {
    from {
        opacity: 0;
        stroke-dashoffset: 200;
        display: block;
    }
    to {
        opacity: 1;
        stroke-dashoffset: 200;
        display: block;
    }
}

/* SECTION TIMELINE */
.cd-horizontal-timeline ol,
.cd-horizontal-timeline ul {
    list-style: none;
	margin: 0;
}

.cd-horizontal-timeline a {
    text-decoration: none;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 550px;
    max-width: 700px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    background: url(/wp-content/uploads/2019/02/building.jpg) no-repeat;
    background-size: cover;
}

.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 550px;
    left: 0px;
    top: 200px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 0%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    width: 100%;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-horizontal-timeline .events-content h1 {
    color: #b59f5c;
    font-size: 32px;
	font-weight: 400;
    text-align: center;
	font-family: 'Lato', sans-serif !important;
}

.cd-horizontal-timeline .events-content h5 {
    color: #b59f5c;
    font-size: 23px;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: capitalize;
	font-family: 'Lato', sans-serif !important;
}

.cd-horizontal-timeline .events-content p {
    width: 80% !important;
    padding: 1% 10% !important;
    color: #091d35 !important;
    font-size: 15px;
    line-height: 150%;
    font-weight: 400;
    text-align: center;
	font-family: 'Lato', sans-serif !important;
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li > * {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.cd-horizontal-timeline {
    width: 100%;
    max-width: 700px;
    opacity: 0;
    margin: 0em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}

.cd-horizontal-timeline .timeline {
    position: relative;
    z-index: 99;
    top: -50px;
    height: 100px;
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.cd-horizontal-timeline .timeline #logo-kislev-blue {
    position: absolute;
    z-index: 100;
    top: -30px;
    left: -150px;
    width: 123px;
    height: 121px;
    margin: auto;
}

.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.cd-horizontal-timeline .events {
    /* this is the line/timeline */
    position: absolute;
    z-index: 1;
    top: 49px;
    width: 100%;
    height: 3px;
    /* width will be set using JavaScript */
    background: #0a1d35 !important;
}

.cd-horizontal-timeline .filling-line {
    /* this is used to create the line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: #b59f5c !important;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
    position: absolute;
    top: 18px;
    z-index: 2;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 8px;
	line-height: 16px;
    color: #383838;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.cd-horizontal-timeline .events li a:before{
	box-sizing: inherit !important;
	-webkit-box-sizing: inherit !important;
    -moz-box-sizing: inherit !important;
}

.cd-horizontal-timeline .events .year-selected  {
    background: url(/wp-content/uploads/2019/02/bubble.png) no-repeat;
    background-size: contain;
    width: 46px;
    height: 25px;
    color: white;
    font-weight: bold;
}

.cd-horizontal-timeline .events a::before {
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: 0%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -20px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    border: 1.5px solid #0a1d35;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}

.cd-horizontal-timeline .events .spot-selectd::before {
    border: 1.5px solid #0a1d35;
    background-color: #0a1d35;
}


/*animations keyframes*/

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
/* END SECTION TIMELINE */

/* PREFOOTER */
.img-effect .elementor-row img{
    transition: 0.5s;
}
.img-effect .elementor-row img:hover {
    transform: scale(1.2);
}

.img.attachment-large.size-large {
    -webkit-animation-name: shake;
    animation-name: shake
}


/* END HOME PAGE */

/* PAGE KISLEV TRANSPORTATION */

/* CHARTS BLOCK */
#wrap_counts {
    padding: 0px 0;
    margin: 10% auto;
    text-align: center;
    font-family: 'Lato';
}

#meters {
    margin: 50px 0px;
}
#meters .elementor-container .elementor-row .elementor-element.elementor-inner-column {
	text-align:center;
}
.outer-meter {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    max-width: 140px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.17);
    background: rgba(255, 255, 255, 0.17);
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
    display: inline-block;
}

.meter-fill {
    height: 10px;
    width: 0;
    background: white;
}

.meter-fill[data-meter-fill="31"].start {
    width: 0%;
    -webkit-animation: meterper31 0.6s 1s forwards;
    animation: meterper31 0.6s 1s forwards;
}

.meter-fill[data-meter-fill="42"].start {
    width: 0%;
    -webkit-animation: meterper42 0.6s 1s forwards;
    animation: meterper42 0.6s 1s forwards;
}

.meter-fill[data-meter-fill="29"].start {
    width: 0%;
    -webkit-animation: meterper29 0.6s 1s forwards;
    animation: meterper29 0.6s 1s forwards;
}

.meter-fill[data-meter-fill="35"].start {
    width: 0%;
    -webkit-animation: meterper35 0.6s 1s forwards;
    animation: meterper35 0.6s 1s forwards;
}

.meter_desc {
    text-align: center;
    color: white;
    font-size: 18px;
}

.meter_desc .meter_desc_numbers {
    color: #b59f5c;
}
#charts .elementor-container .elementor-row .elementor-element.elementor-inner-column{
	text-align:center;
}

#charts .chart {
    position: relative;
    display: inline-block;
    color: #999;
    font-size: 20px;
    text-align: center;
}

#charts .chart figcaption {
    padding: 24px 3px;
    width: 87px;
    height: 45px;
    border: 13px solid #f0f0f0;
    border-radius: 100px;
    line-height: 50px;
    color: #fff;
    font-size: 26px;
}

#charts .chart .outer {
    stroke: #000;
    opacity: 0.7;
}

.page-id-350  #charts .chart svg,
.page-id-5416 #charts .chart svg,
.page-id-352  #charts .chart svg,
.page-id-5045 #charts .chart svg,
.page-id-5172 #charts .chart svg{
    position: absolute;
    top: 0;
    left: 0;
}

#charts .outer {
    fill: transparent;
    stroke: #333;
    stroke-width: 20;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    -moz-transform: rotate(-89deg) translateX(-190px);
}

#charts .chart[data-percent='5'] .outer.start {
    stroke-dashoffset: 0;
    -webkit-animation: per5 1s 0.5s forwards;
    animation: per5 1s 0.5s forwards;
}

#charts .chart[data-percent='25'] .outer.start {
    stroke-dashoffset: 0;
    -webkit-animation: per25 1s 0.5s forwards;
    animation: per25 1s 0.5s forwards;
}

#charts .chart[data-percent='37'] .outer.start {
    stroke-dashoffset: 0;
    -webkit-animation: per37 1s 0.5s forwards;
    animation: per37 1s 0.5s forwards;
}

#charts .chart[data-percent='23'] .outer.start {
    stroke-dashoffset: 0;
    -webkit-animation: per23 1s 0.5s forwards;
    animation: per23 1s 0.5s forwards;
}

#charts .chart[data-percent='7'] .outer.start {
    stroke-dashoffset: 0;
    -webkit-animation: per7 1s 0.5s forwards;
    animation: per7 1s 0.5s forwards;
}

#charts .chart[data-percent='3'] .outer.start {
    stroke-dashoffset: 0;
    -webkit-animation: per3 1s 0.5s forwards;
    animation: per3 1s 0.5s forwards;
}

#charts .chart_desc {
    margin-top: 10px;
    font-size: 18px;
    color: white;
    display: block
}

@keyframes meterper31 {
    from {
        width: 0;
    }
    to {
        width: 5%;
    }
}

@keyframes meterper42 {
    from {
        width: 0;
    }
    to {
        width: 8%;
    }
}

@keyframes meterper29 {
    from {
        width: 0;
    }
    to {
        width: 3%;
    }
}

@keyframes meterper35 {
    from {
        width: 0;
    }
    to {
        width: 5%;
    }
}


/*clocks*/

@-webkit-keyframes per5 {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: -15;
    }
}

@keyframes per5 {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: -15;
    }
}

@-webkit-keyframes per25 {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: -140;
    }
}

@keyframes per25 {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: -140;
    }
}

@-webkit-keyframes per37 {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: -200;
    }
}

@keyframes per37 {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: -200;
    }
}

@-webkit-keyframes per23 {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: -90;
    }
}

@keyframes per23 {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: -90;
    }
}

@-webkit-keyframes per7 {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: -17;
    }
}

@keyframes per7 {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: -17;
    }
}

@-webkit-keyframes per3 {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: -13;
    }
}

@keyframes per3 {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: -13;
    }
}

/* Page the israeli company */
.page-id-352 .elementor-button.elementor-size-md,.page-id-5045 .elementor-button.elementor-size-md {
    padding: 15px 80px;
}
.rtl #charts .elementor-counter .elementor-counter-number-prefix{
	text-align:right;
}
.elementor-carousel-image {
    background-size: contain !important;
}
#wrap_donuts {
    padding: 0px 0;
    width: 100%;
    text-align: center;
}
#wrap_donuts .chart {
    position: relative;
    display: inline-block;
    color: #999;
    font-size: 20px;
    text-align: center;
    padding-right: 94px;
    padding-left: 94px;
}

#wrap_donuts .wrapper {
    height: 250px;
    width: 280px;
    position: relative;
}

#wrap_donuts .wrapper .donut {
    position: absolute;
    left: 120px;
    top: -25px;
}

#wrap_donuts .donut-segment.start {
    animation-name: fill-in;
    animation-fill-mode: forwards;
    animation-duration: 2000ms;
    animation-timing-function: ease-in-out;
    /*   opacity: 0; */
}
@keyframes fill-in {
    from {
        /*     opacity: 0; */
        stroke-dashoffset: 0;
    }
    to {
        /*     opacity: 1; */
    }
}

/* PAGE REALESTATE */
.line-wrap.start {
    isolation: isolate;
    stroke-miterlimit: 0;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.small-circle {
    animation: elipse 0.5s 0.8s linear forwards;
    -webkit-animation: elipse 0.5s 0.8s linear forwards;
    stroke: #b59f5c;
    fill: none;
    fill-rule: evenodd;
    display: none;
}

.path-line {
    display: none;
    fill: none;
    stroke: #b59f5c;
    fill-rule: evenodd;
    animation: line 1s 0s linear forwards;
    -webkit-animation: line 1s 0s linear forwards;
}

.line-wrap.start .path-line {
    display: unset;
}

.line-wrap.start .small-circle {
    display: unset;
}

@keyframes line {
    to {
        stroke-dashoffset: 200;
        stroke-dasharray: 1500;
        opacity: 1
    }
}

@-webkit-keyframes line {
    to {
        stroke-dashoffset: 200;
        opacity: 1
    }
}

@keyframes elipse {
    from {
        opacity: 0;
        stroke-dashoffset: 200;
        display: block;
    }
    to {
        opacity: 1;
        stroke-dashoffset: 200;
        display: block;
    }
}

#line-wrap_realestate2{
	height:50px;
}
#line-wrap_realestate2 .line-wrap.start {
    isolation: isolate;
    stroke-miterlimit: 0;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

#line-wrap_realestate2 .small-circle {
    animation: elipse 0.5s 0.8s linear forwards;
    -webkit-animation: elipse 0.5s 0.8s linear forwards;
    stroke: #b59f5c;
    fill: none;
    fill-rule: evenodd;
    display: none;
}

#line-wrap_realestate2 .path-line {
    display: none;
    fill: none;
    stroke: #b59f5c;
    fill-rule: evenodd;
    animation: line 1s 0s linear forwards;
    -webkit-animation: line 1s 0s linear forwards;
}

#line-wrap_realestate2 .line-wrap.start .path-line {
    display: unset;
}

#line-wrap_realestate2 .line-wrap.start .small-circle {
    display: unset;
}

@keyframes line {
    to {
        stroke-dashoffset: 200;
        stroke-dasharray: 1500;
        opacity: 1
    }
}

@-webkit-keyframes line {
    to {
        stroke-dashoffset: 200;
        opacity: 1
    }
}

@keyframes elipse {
    from {
        opacity: 0;
        stroke-dashoffset: 200;
        display: block;
    }
    to {
        opacity: 1;
        stroke-dashoffset: 200;
        display: block;
    }
}

#line-wrap_realestate3 {
    height: 10px;
}

#line-wrap_realestate3 .line-wrap.start {
    isolation: isolate;
    stroke-miterlimit: 0;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

#line-wrap_realestate3 .small-circle {
    animation: elipse 0.5s 0.8s linear forwards;
    -webkit-animation: elipse 0.5s 0.8s linear forwards;
    stroke: #b59f5c;
    fill: none;
    fill-rule: evenodd;
    display: none;
}

#line-wrap_realestate3 .path-line {
    display: none;
    fill: none;
    stroke: #b59f5c;
    fill-rule: evenodd;
    animation: line 1s 0s linear forwards;
    -webkit-animation: line 1s 0s linear forwards;
}

#line-wrap_realestate3 .line-wrap.start .path-line {
    display: unset;
}

#line-wrap_realestate3 .line-wrap.start .small-circle {
    display: unset;
}

@keyframes line {
    to {
        stroke-dashoffset: 200;
        stroke-dasharray: 1500;
        opacity: 1
    }
}

@-webkit-keyframes line {
    to {
        stroke-dashoffset: 200;
        opacity: 1
    }
}

@keyframes elipse {
    from {
        opacity: 0;
        stroke-dashoffset: 200;
        display: block;
    }
    to {
        opacity: 1;
        stroke-dashoffset: 200;
        display: block;
    }
}
#our-brands2 li img,#brands li img {
    width: 100%;
    margin: 0% 0%;
    cursor: context-menu !important;
}

/* REEALESTATE PAGE GALLERY */
	.slick-gallery{
		max-width:700px;
		max-height: 437px;
		overflow: hidden;
	}
	.slick-gallery .slick-slide img {
		font-family: lato;
		display: block;
		object-fit: cover;
		width: 100%;
	}
	.realestate-gallery .top-section,.realestate-gallery .bottom-section{
		display:flex;
	}
	.realestate-gallery .left-col{
		margin-right: 40px;
		min-width: 700px;
	}

@media screen and (max-width: 1024px) {
	.realestate-gallery .top-section {
		flex-wrap: wrap;
	}
	.realestate-gallery .bottom-section {
		flex-wrap: wrap;
	}
	.slick-gallery{
		max-width:1000px;
	}
	.realestate-gallery .left-col {
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 767px) {
	.realestate-gallery .top-section {
		flex-wrap: wrap;
	}
	.realestate-gallery .left-col{
		min-width: 400px;
	}
	#main > div > div > div > section.elementor-element.elementor-element-1459ef3.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section > div > div > div > div {
		width: 93% !important;
	}
	#main > div > div > div > section.elementor-element.elementor-element-f3be2f1.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section > div > div > div > div > div > div.elementor-element.elementor-element-2e3613b.elementor-hidden-desktop.elementor-hidden-tablet.elementor-widget.elementor-widget-html {	
		margin-bottom: 0 !important;
	}
}

@media screen and (max-width: 400px) {
	.realestate-gallery .left-col{
		min-width: 300px;
	}
}

	.realestate-gallery .gal-tab-title {
		color: #fff;
		text-align: center;
		background: #b59f5c;
		line-height: 2;
		margin-bottom: 16px;
	}
	.realestate-gallery .gal-thumb-col{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		max-height: 437px !important;
		overflow-y: scroll;
	}

	.realestate-gallery .gal-thumb-col .gal-thumb-tabs img {
		object-fit: cover;
		width: 100%;
		height: 139px !important;
	}
	.realestate-gallery .gal-thumb-col::-webkit-scrollbar { 
	  /* This is the magic bit for WebKit */
	  display: none;
	}
	.realestate-gallery .gal-thumb-tabs{
		flex: 48%;
	}
	.realestate-gallery .right-col{
		text-align: center;
		width: 100%;
	}
	    
	.realestate-gallery .slick-dotted.slick-slider {
		margin-bottom: 0;
		opacity:1;
	}
	.realestate-gallery .gal-extra-info {
		display: flex;
	}
	.realestate-gallery .gal-extra-info div{
		margin-right: 14px;
		width: 100%;
	} 
    .realestate-gallery .gal-thumb-tabs:nth-child(odd) {
		margin-right: 10px;
	}
	.realestate-gallery .gal-thumb-tabs {
		margin-bottom: 10px;
	}		
	.realestate-gallery button.slick-prev.slick-arrow {
		left: 0;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);	
	}	
	.realestate-gallery button.slick-next.slick-arrow:before {
		content:url('img/white-arrow.png');	
	}
	.realestate-gallery button.slick-prev.slick-arrow:before {
		content:url('img/white-arrow.png');	
	}
	.realestate-gallery button.slick-next.slick-arrow{
		right: 5px;
		left:unset !important;
	}
	.realestate-gallery button.slick-arrow {
		position: absolute;
		left: 5px !important;
		top: calc(50% - 46px);
		background: rgba(255,255,255,0.5);
		color: #fff;
		width: 18px;
		height: 16px;
		padding: 38px 0;
	}
	
	.realestate-gallery .slick-dots {
		width: auto !important;
		left: 40%;
		right: 40%;
		background: #fff;
		position: absolute;
		bottom: -3px;
		list-style: none;
		display: block;
		text-align: center;
		padding: 0;
		margin: 0;
		height: 28px;
	}

	.realestate-gallery .slick-dots li button{
		height: 44px;
	}
	.realestate-gallery .gal-thumb-tabs{
		max-height: 139px;
		overflow: hidden;
		opacity: 0.2;
		transition: all 0.5s ease-in-out;
	}
	.realestate-gallery .slick-dots li.slick-active button:before,.realestate-gallery .slick-dots li button:before {
		color: #b59f5c;
	}
	.realestate-gallery button.slick-arrow{
		font-size:0;
	}
	.realestate-gallery .right-col a{
		padding: 0 10px;
	}
	.realestate-gallery .arrow-top img{
		-webkit-transform: scaleY(-1);
		transform: scaleY(-1);
	}
	.realestate-gallery .gal-thumb-tabs:hover{
		transition: all 0.5s ease-in-out;
		opacity: 1;
	}
	.slick-dots li button:before{
		font-size: 10px;
}

	#switch-image-1:hover, #switch-image-2:hover {
		cursor: pointer;
	}

.c {
	animation-duration: 0.5s !important;
}
	

body.page-id-414:before {
    /* content: '';*/
    position: absolute;
    height: 7000px;
    width: 1px;
    left: 50%;
    z-index: 9999;
    background: #000;
}

.header-team {
	font-family: Display Fair, sans-serif !important;
}

.elementor-element.elementor-element-b04b2b4.elementor-widget.elementor-widget-text-editor div div p:before {
	content: '“';
    color: #091d35;
    font-size: 130px;
    position: absolute;
    margin-left: -42px;
    margin-top: 22px;
}

.elementor-element.elementor-element-b04b2b4.elementor-widget.elementor-widget-text-editor div div p:after {
    content: '”';
    color: #091d35;
    position: absolute;
    font-size: 130px;
    margin-left: 26px;
    margin-top: 10px;
}

@media (max-width: 767px) {
	.realestate-gallery .gal-extra-info {
		display: none;
	}
	.elementor-element.elementor-element-b04b2b4.elementor-widget.elementor-widget-text-editor div div p:after {
   	 	content: '”';
   	 	margin-left: 52px;
    	margin-top: 20px;
	}
	.elementor-slides .slick-slide-inner {
		padding: 0 !important;
	}
	.realestate-gallery {
		width: 107%;
	}
	.realestate-gallery button.slick-arrow {
		top: calc(50% - 75px) !important;
	}
	input#form-field-message {
		height: 55px;
	}
	ul#menu-kislev-group-footer {
		display: flex;
    	flex-flow: wrap;
    	align-content: center;
    	justify-content: center;
	}
}

section.elementor-element.elementor-element-1459ef3.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section {
	 width: calc(100% - 20px) !important;
}

#main > div > div > div > section.elementor-element.elementor-element-f3be2f1.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section > div > div > div > div > div > section > div.elementor-background-overlay {
	display: none;
}

#stars {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 20px;
    margin: 0px auto;
	left: 48.5%;
}

#stars {
    opacity: 1
}

#star {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0;
}

#star2 {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0;
    animation: star2 0.3s linear 0.3s forwards;
	animation-delay: 3s;
    opacity: 0;
}

@keyframes star2 {
    0% {
        left: 0px;
        top: 0px;
        opacity: 0;
    }
    50% {
        left: 20px;
        top: 0px;
        opacity: 1;
    }
    100% {
        left: 20px;
        top: 0px;
        opacity: 1;
    }
}

#star3 {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0;
    animation: star3 0.5s linear 0.5s forwards;
	animation-delay: 3s;
    opacity: 0;
}

@keyframes star3 {
    0% {
        left: 0px;
        top: 0px;
        opacity: 0;
    }
    50% {
        left: 40px;
        top: 0px;
        opacity: 1;
    }
    100% {
        left: 40px;
        top: 0px;
        opacity: 1;
    }
}

#star4 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
    animation: star4 0.3s linear 0.3s forwards;
	animation-delay: 3s;
    opacity: 0;
}

@keyframes star4 {
    0% {
        left: 0px;
        top: 0px;
        opacity: 0;
    }
    50% {
        left: -20px;
        top: 0px;
        opacity: 1;
    }
    100% {
        left: -20px;
        top: 0px;
        opacity: 1;
    }
}

#star5 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
    animation: star5 0.5s linear 0.5s forwards;
	animation-delay: 3s;
    opacity: 0;
}

@keyframes star5 {
    0% {
        left: 0px;
        top: 0px;
        opacity: 0;
    }
    50% {
        left: -40px;
        top: 0px;
        opacity: 1;
    }
    100% {
        left: -40px;
        top: 0px;
        opacity: 1;
    }
}
/* EXTRA WIDGETS */

/*TOOLTIPS TEAM PAGE */
.tooltip {
    position: absolute;
    right: 54px;
    transition: 0.3s;
    margin-top: -25px;
    text-align: right;
    width: 180px;
    padding: 0px 0 5px;
    background: #000;
	opacity:0;
	transition:0.3s;
}
.tooltip .tooltiptext{
    font-size: large; 
    padding: 0 10px;
}
.elementor-widget-container a:hover .tooltip{
	opacity:1;
}



/* RTL */
.rtl {
	font-family: 'Assistant', sans-serif !important;
}

.rtl #some_text {
    font-size: 48px;
    position: relative;
    top: -25px;
	font-family: 'Assistant', sans-serif;
}

.rtl .article {
	font-family: 'Assistant', sans-serif;
	direction: rtl !important;
}

.rtl .mobile-drive {
	text-align: right;
}

.rtl .someInfo {
	direction: ltr;
}

.rtl .someInfo div div div:nth-child(3) div {
	direction: rtl;
}

@media screen and (max-width: 1024px) {
	.rtl .someInfo div div div:nth-child(2) div {
		direction: rtl;
	}
}


.rtl #read-more-line-row div div {
	direction: ltr;
}

.rtl .rtl-block div div {
	direction: ltr;
}

.rtl .date-rtl div div {
	direction: ltr;
}

.rtl .drive-block div div {
	direction: ltr;
}

.rtl .block-ltr div div {
	direction: ltr;
}

.rtl #sun-wrap svg {
	direction: ltr;
}
.footer-widgets-inner.container{
	width:100% !important;
	max-width:100% !important;
}
.rtl .footer-rtl div div {
	direction: rtl;
}

.rtl .menu-item a.menu-image-title-after.menu-image-not-hovered img{
    padding-left: 8px;
    padding-right: 0;
}

.rtl .contact-rtl {
	text-align: right;
	margin-right: 14%;
}

.rtl .links-rtl {
	float: right;
}

.rtl .menu-details-he-container {
	direction: rtl !important;
}

.rtl .menu-details-he-container .menu-item a.menu-image-title-after.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
	padding-right: 0;
	padding-left: 6px;
}

.rtl #copyright {
	direction: ltr !important;
}

.rtl #transportation-text, .rtl #realEstate-text, .rtl #financial-text, .rtl #logistics-text, .rtl #bussiness-text {
	direction: rtl !important;
}

.rtl #line-wrap5 {
	margin-top: 236px;
}

.rtl #stars {
	direction: ltr;
}

.rtl #charts div div {
	direction: ltr;
}

.rtl .menu-item {
    flex-shrink: 0;
    flex-grow: 1;
}

.rtl .menu-item:last-child {
    flex-grow: 0;
}

.rtl .menu-item:last-child a {
    padding-left: 0 !important;
}

.rtl .menu-item:first-child a {
    padding-right: 0 !important;
}

.rtl .main-menu {
    display: flex;
}

.rtl .team-font {
	font-family: 'Assistant', sans-serif !important;
}

.rtl .team-rtl div div {
	direction: ltr;
}

.rtl .logo-grey div div {
	direction: ltr;
}

.rtl .text-business-rtl div div {
	direction: ltr;
}

.rtl .cd-horizontal-timeline .events-content h1, .rtl .cd-horizontal-timeline .events-content p {
	font-family: 'Assistant', sans-serif !important;
}