@font-face {
	font-style: normal;
	font-family: 'FbDuckasRegular';
	src: url('../fonts/FbDuckasRegular.eot');
	/* IE9+ Compat Modes */
	src: url('../fonts/FbDuckasRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/FbDuckasRegular.woff2') format('woff2'), /* Super modern browsers */
	url('../fonts/FbDuckasRegular.woff') format('woff'), /* Modern browsers */
	url('../fonts/FbDuckasRegular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/FbDuckasRegular.svg#FbDuckasRegular') format('svg');
	/* Legacy iOS */
}
@font-face {
	font-style: normal;
	font-family: 'FbDuckasMedium';
	src: url('../fonts/FbDuckasMedium.eot');
	/* IE9+ Compat Modes */
	src: url('../fonts/FbDuckasMedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/FbDuckasMedium.woff2') format('woff2'), /* Super modern browsers */
	url('../fonts/FbDuckasMedium.woff') format('woff'), /* Modern browsers */
	url('../fonts/FbDuckasMedium.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/FbDuckasMedium.svg#FbDuckasMedium') format('svg');
	/* Legacy iOS */
}
@font-face {
	font-style: normal;
	font-family: 'FbDuckasBold';
	src: url('../fonts/FbDuckasBold.eot');
	/* IE9+ Compat Modes */
	src: url('../fonts/FbDuckasBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/FbDuckasBold.woff2') format('woff2'), /* Super modern browsers */
	url('../fonts/FbDuckasBold.woff') format('woff'), /* Modern browsers */
	url('../fonts/FbDuckasBold.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/FbDuckasBold.svg#FbDuckasBold') format('svg');
	/* Legacy iOS */
}
html,
body {
	margin: 0;
	padding: 0;

	direction: rtl;
	width: 100%;
	font-size: 24px;
	background: #fff;
	color: #2E2D2E;
	font-weight: normal !important;
    font-family: 'FbDuckasMedium';
    min-height: 100%;
    position: relative;
    height: 100%;
}
main{
    position: relative;
}
.container {
	width: 100%;
	max-width: 100%;
}
section {
	position: relative;
	width: 100%;
}
.nopadding {
	padding: 0 !important;
}
.clear-fix{
    clear: both;
    content: '';
}
.theme-bg{
    background: #2E2D2E;
}
section h2,
.fbold{
	font-family: 'FbDuckasBold';
}
.bg-txt{
    /* font-size: 1.5em; */
    font-size: 1.35em;
}
.bg-txt1{
    font-size: 1em;
}
.sm-txt{
    font-size: 0.75em;
}
.mt-4{
    margin-top: 1.25em;
}
.mt-6{
    margin-top: 3em;
}
.mb-4{
    margin-bottom: 1.25em;
}
.mb-6{
    margin-bottom: 3em;
}
.m-0{
    margin: 0;
}
.p-2{
    padding-top: 0.51em;
    padding-bottom: 0.51em;
}
.max-img{
    width: 100%;
    height: auto;
}
.brd-line-cyan{
    border-top: 0.5em solid #00FFEA;
    border-bottom: 0.5em solid #00FFEA;
}
.brd-line-pink{
    border-top: 0.5em solid #FF6A5B;
    border-bottom: 0.5em solid #FF6A5B;
}
.peach-color{
    color: #FF6A5B;
}
.blue-color{
    color: #214BEB;
}
.wh-txt{
    color: #fff;
}
footer{
    background: #214BEB;
    text-align: center;
}

header#anchormenu{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
}
.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
  
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 5rem !important;
}
.img-fluid,
.swiper-slide img{
    max-width: 100% !important;
    height: auto !important;
}
.top_box_calendar{
    text-decoration: none;
    top: 1rem;
    right: 0.9rem;
    position: relative;
    display: inline-block;
    border: 3px solid #214BEB;
    background-color: #fff;
    padding: 0.35rem;
    color: #214BEB;
    font-weight: bold;
    font-size: 1rem;
}
.top-clndr-icon img{
    padding: 5px;
    width: 40px;
}
.top_box_calendar:hover{
    color: #214BEB;
    text-decoration: none;
}
/* FONT TITLE & SECTION */
h3{
    font-size: 1.33em;
}
#top-bootom h2{
    font-size: 2.2em;
}
#education h2,
#market h2{
    font-size: 2.5em;
    line-height: 1; 
    margin: 0;
}
#market-companies h2{
    font-size: 1.8em;
    margin: 0;
}
#howget h2{
    font-size: 1.7em;
}
#top-bootom{
    padding: 3em 0;
}
#education{
    padding: 4em 0;
    z-index: 50;
}
#education{
    background:#F5F4F4
}
#share-companies{
    padding: 2.5em 0 2em;
}
.navigate-external{
    padding-top: 5em;
    display: flex;
}
.navigate-external div{
    width: 50%;
    margin-top: 2em;
}
.navigate-external img{
    width: 130px;
}
.title-section{
    width: 100%;
    padding: 1em 0;
}
.navigate-external > div,
.title-section > div{
    display: inline-block;
}
.title-section > div.title-image{
    float: right;
}
.title-content{
    padding-right: 1em;
}
.title-content p{
    margin-bottom: 0.1em;
}

.block-wrap{
    padding: 4em 0;
}
.block-content p{
    margin-bottom: 2em;
    padding-left: 3em;
}
a.bl-btn{
    display: inline-block;
    background: #214BEB;
    color: #fff;
    text-align: center;
    padding: 0.222em 1em;
    text-decoration: none;
    direction: rtl;
    font-size: 1.13em;
}
a.bl-btn:hover{
    background: #1134b6;
}
ul{
    list-style: none;
    padding: 0;
    text-align: left;
}
ul li {
    display: inline-block;
	font-family: 'FbDuckasMedium';
    padding: 0 1em;
    color: #2E2D2E;
}
ul li a:focus,
ul li a:active,
ul li a:hover,
ul li a{
    color: #2E2D2E;
    text-decoration: none;
    font-size: 1em;
}
ul.menu{
    /* margin-top: 1.5em; */
    padding-top: 0.7em;
    padding-bottom: 0.2em;
}
ul.top-foot-list li a{
    color: #fff;
}
section#top{
    background: url('../images/smart-park-bg-1.png')no-repeat;
    background-size: 100% ;
    background-position: center;
    height: 100vh;
}
.title h1 span{
    display: block;
    width: 100%;
    font-size: 4rem;
    line-height: 0.9;
    font-family: 'FbDuckasBold';
}
.top-info{
    margin-top: 1em;
    position: relative;
    padding: 0.5em 1em;
    right: 0.9em;
}
.top-info:before{
    content: '';
    position: absolute;
    width: 0.7em;
    height: 100px;
    background: #214BEB;
    right: -0.7em;
    top: 0;
}
.top-info p{
    margin-bottom: 0em;
}
.opc-bg{
    background: rgba(255, 255, 255, 0.8);
}

.top-foot{
    position: absolute;
    bottom: 0;
    width: 100%;
}
ul.top-foot-list{
    text-align: center;
    margin: 0;
    padding:0.5em 0;
}
ul.top-foot-list li{
    color: #fff;
}
ul.top-foot-list li:last-child{
    line-height: 1;
}
ul.top-foot-list li span{
    background: url(../images/cyan_star.svg)no-repeat;
    display: inline-block;
    width: 1.12em;
    height: 1.12em;
    position: relative;
    right: 1.12em;
    top: 6px;
    background-size: cover;
}
ul.top-foot-list li:last-child span{
    background: url(../images/kochavit.png)no-repeat;
    background-size: cover;
    right: 0.12em;
    width: 26px;
    height: 26px;
    top: 3px;
}
ul.top-foot-list li:last-child{
    font-size: 1.5em;
    vertical-align: bottom;
}
.bgimg-wraper{
    position: relative;
    z-index: 10;
    height: 410px;
    overflow: hidden;
}
#howget .howget-container{
    z-index: 50;
    position: relative;
    background: rgba(255, 255, 255, 1);
}
#howget img.enlarge{
    transition: all .2s ease-in-out;
}
#howget img.enlarge:hover{
    transform: scale(1.1);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;

}
/* ul.top-foot-list li:last-child span{
    background: url(../images/cyan_star.svg)no-repeat;
} */
.img-parent.left {
    left: 0;
}
.img-parent {
    /* height: auto; */
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 50%;
    position: absolute;
}
.img-child {
    /* height: auto; */
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#market-companies .title-section span{
    display: inline-block;
    width: 0.7em;
    height: 1.8em;
    background: #FF6A5B;
}

.ed-bottom,
.ed-block,
.ed-wrap .ed-top{
    position: relative;
}
.ed-wrap{
    padding-left: 1.52em;
}
.ed-top{
    padding: 1em;
}
.ed-block{
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
}
.ed-block:before{
    content: '';
    display: block;
    position: absolute;
    height: 0.7em;
    width: 40%;
    right: 0;
    top: -0.7em;
}
.ed-block.peach-block:before{
    background: #FF6A5B;
}
.ed-block.blue-block:before{
    background: #214BEB;
}

.ed-wrap .ed-top{
    height: 12em;
}
.ed-wrap .ed-bottom{
    z-index: 100;
}
.ed-wrap .ed-top .intro-screen{
    position: absolute;
    content: '';
    top: 0px;
    right: 0em;
    padding: 1em;
    width: 100%;
    height: auto;
    transition: 0.4s;
    z-index: 99 ;
    background: #fff;
} 
.ed-wrap:hover .ed-top .intro-screen{
    top: 10em;
    opacity: 0;
} 
.ed-wrap .ed-top .intro-screen .bg-txt{
    line-height: 1;
}
.ed-wrap .ed-top .intro-screen .bg-txt1{
    margin-bottom: 0;
    line-height: 1.2;
}
.ed-wrap .ed-top .intro-screen .peach-color:nth-child(1){
    min-height: 4.2rem;
}
.ed-wrap .ed-top .more-screen{
    transition: 0.8s;
}
.navigate-external > div a:hover,
.navigate-external > div a{
    display: inline-block;
    color: #2E2D2E;
    text-decoration: none;
}

.mainarrow img {
    max-width: 100%;
    height: auto;
}
.mainarrow a {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1999;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 8%;
    bottom: 4em;
}

.animated {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes bounce {
	0%,
	100% {
		-webkit-transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-7px);
	}
}
@keyframes bounce {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-7px);
	}
}
.bounce {
	/* -webkit-animation-name: bounce;
    animation-name: bounce; */
    animation: bounce 0.8s ;
}
@keyframes arbounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}
.arbounce {
	animation: arbounce 2s infinite;
}

.backtop{
    content: '';
    width: 3em;
    height: 4em;
    display: block;
    position: fixed;
    bottom: 2em;
    left: 2em;
    z-index: 100;
    cursor: pointer;
}
.top-info .dt-hrs{
    border-bottom:2px solid #000;
    display:inline-block;
    font-size: 37px;
}


span.plus {
    width: 2.5em;
    height: 2.5em;
    cursor: pointer;
    position: absolute;
    background: #FF6A5B;
    bottom: 0px;
    left: 2em;
    z-index: 100;
}
.plus-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    top: 15px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
.plus-icon {
    top: 6px;
}
.plus-icon:before {
    left: 10px;
    top: 4px;
    bottom: 4px;
    width: 4px;
}
.plus-icon:after {
    top: 10px;
    left: 4px;
    right: 4px;
    height: 4px;
}
.plus-icon:before, .plus-icon:after {
    content: "";
    position: absolute;
    background: #fff;
    transition: 0.3s;
}
.plus-icon.open:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.plus-icon.open:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* (1680x1050) WSXGA+ Display */
@media screen and (max-width: 1680px) {
    html,
    body {
        font-size: 22px;
    }
}

@media only screen and (max-width:1440px),
screen and (min-device-width: 1366px) and (max-device-width: 1440px) and (orientation: landscape) {
	.container {
		width: 1300px;
    }
    html, body {
		font-size: 18px;
    }
    #market .title-section > div.title-image{
        width: 15%;
    }
    #education .title-section > div.title-image{
        width: 7%;
    }
}

@media only screen and (max-width:1280px),
screen and (min-device-width: 1280px) and (max-device-width: 1366px) and (orientation: landscape) {
	.container {
		width: 1200px;
    }
    .top-info .dt-hrs{
        font-size: 31px;
    }

}

@media only screen and (max-width: 1024px),
screen and (max-device-width: 1024px) and (min-device-width: 992px) and (orientation: landscape) {
	.container {
		width: 900px;
    }
    html, body {
		font-size: 14px;
    }
    section#top {
        background-size: cover;
    }

}

@media only screen and (max-device-width: 768px) and (min-device-width: 480px) and (orientation: portrait) {
	.container {
		width: 768px;
    }

}

@media only screen and (max-device-width: 640px),
only screen and (max-device-width: 667px),
only screen and (max-width: 480px) and (orientation: landscape) {
	.container {
		width: 100%;
    }
    /* html, body {
		font-size: 12px;
    } */
    .mt-4{
        margin-top: 1em;
    }
    .mt-6{
        margin-top: 1.7em;
    }
    .mb-4{
        margin-bottom: 1em;
    }
    .mb-6{
        margin-bottom: 1.7em;
    }
    #top-bootom h2,
    #education h2,
    #market h2 {
        font-size: 1.8em;
    }
    .block-wrap {
        padding: 1.5em 0;
    }
    .block-content p {
        margin-bottom: 1em;
        padding-left: 0em;
    }
    ul.top-foot-list li span {
        top: 2px;
    }
    ul.top-foot-list li{
        padding: 0 0.2em;
        font-size: 12px;
    }
    ul.top-foot-list li span{
        right: 0.2em;
    }
    ul.top-foot-list li:last-child a{
        color: aqua;
    }
    ul.top-foot-list li:last-child span{
        background: url(../images/cyan_star.svg)no-repeat;
        background-size: cover;
        width: 17px;
        height: 17px;
    }
    ul.top-foot-list li:last-child {
        display: block;
    }
    .companies-market-swiper{
        height: 10rem;
        /* margin-top: 10rem; */
        padding-bottom: 25rem ;
        padding-top: 3rem;
    }
    .companies-market-swiper .swiper-slide{
        height: auto;
    }
    .mainarrow a {
        width: 16%;
        bottom: 10em;
    }
    #market-companies .swiper-pagination{
        margin: 0 auto;
        position: relative;
    }
    #market-companies .swiper-pagination .swiper-pagination-bullet{
        background: #FF6A5B ;
        margin: 0 5px;
    }
    .ed-wrap {
        padding-left: 0em;
        margin-bottom: 5em;
    }
    .ed-wrap .ed-top {
        height: auto;
    }
    .ed-wrap .ed-top .intro-screen {
        position: static;
        padding: 1em 1em 0;
    }
    .ed-wrap .ed-top .more-screen {
        opacity: 0;
        transition: 0.2s;
        padding: 1em 1em 1em 4em ;
        height: 1em;
    }
    .ed-wrap .ed-top .more-screen.open {
        opacity: 1;
        height: auto;
    }
    .ed-wrap:hover .ed-top .intro-screen{
        top: none;
    } 
    span.plus {
        width: 2.5em;
        height: 2.5em;
        cursor: pointer;
        position: absolute;
        bottom: 0px;
        left: 2em;
        z-index: 100;
    }
    span.plus.peach-plus {
        background: #FF6A5B;
    }
    span.plus.blue-plus {
        background: #214BEB;
    }
    .plus-icon {
        position: absolute;
        width: 24px;
        height: 24px;
        display: block;
        top: 15px;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .plus-icon {
        top: 6px;
    }
    .plus-icon:before {
        left: 10px;
        top: 4px;
        bottom: 4px;
        width: 4px;
    }
    .plus-icon:after {
        top: 10px;
        left: 4px;
        right: 4px;
        height: 4px;
    }
    .plus-icon:before, .plus-icon:after {
        content: "";
        position: absolute;
        background: #fff;
        transition: 0.3s;
    }
    .plus-icon.open:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .plus-icon.open:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .gamburger{
        padding: 0.5em 1em 0em 0;
    }
    .fix-left{
        position: fixed;
        left: -2000px;
        top: 0;
        bottom: 0;
        width: 80%;
        background: #2E2D2E;
        color: #F5F4F4;
        z-index: 2001;
        transition: 0.5s;
    }
    .fix-left.active{
        left: 0;
    }
    .fix-left ul.menu{
        text-align: right;
        padding-top: 7em;
    }
    .fix-left ul.menu li{
        display: block;
    }
    .fix-left ul.menu li a:focus,
    .fix-left ul.menu li a:active,
    .fix-left ul.menu li a {
        color: #fff;
        text-decoration: none;
        font-size: 1.5em;
        line-height: 3;
        font-family: 'FbDuckasRegular';
        opacity: 0.7;
    }
    .fix-left ul.menu li a:hover{
        opacity: 1;
    }
    .close-menu{
        width: 6em;
        display: block;
        float: left;
    }
    .calltoaction span{
        display: inline-block;
        float: right;
        width: 50%;
        padding: 0.5em 0.5em;
    }
    .calltoaction span:first-child{
        padding: 0.5em 0em 1em 0.5em;
    }
    .calltoaction span:last-child{
        padding: 0.5em 0.5em 1em 0em;
    }
    .backtop{
        left: 0em;
    }
    .backtop img{
        width: 2em;
    }
    .title-section > div {
        display: block;
    }
    #market .title-content {
        padding-right: 4.5em;
    }
    #market-companies .title-content {
        padding-right: 1.5em;
    }
    .title-content {
        padding-right: 2.5em;
    }
    .ed-wrap:hover .ed-top .intro-screen{
        top: 10em;
        opacity: 1;
    } 
    #share-companies h2{
        font-size: 1.7em;
    }
    a.bl-btn {
        padding: 0.522em 1em;
    }
    #education .title-content > h2{
        margin-bottom: 0.7em;
    }
    .navigate-external {
        padding-top: 0em;
    }
    .navigate-external div{
        width: 25%;
        margin-top: 0em;
        padding-left: 15px;
    }
}