/* WhatsApp Button */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    top: 40px;
    left: 40px;
    background-color: #25d366 !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}
body {
    margin: 0px;
    padding: 0px;
    /*font: 12px arial, tahoma, sans-serif;*/
    color: White;
    background: #cccccc;
    background-image: url("../image/back.jpg");
    background-repeat: repeat-y;
    background-position: center top;
    margin-top: 20px;
}
#pagebody {
    width: 882px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: 5px solid #fff;
    color: Black;
    background-color: White;
}
#title {
    padding: 0px;
    margin-top: 0px;
    width: 100%;
}

#menu {
    background-color: White;
    /*margin-top:-20px;*/
    height: 30px;
}

#content {
    margin: 0 auto;
    direction: rtl;
    width: 100%;
}
#sidemenu {
    float: right;
    width: 200px;
    margin-top: 0px;
    margin-right: 5px;
    direction: rtl;
}
#footer {
    clear: both;
    height: 50px;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
    text-align: center;
    border-top: 5px solid #aaaaaa;
    color: #000;
    background: #aaaaaa;
}
#footer a {
    color: black;
}
a:link,
a:visited {
    color: Black;
    background: inherit;
    text-decoration: underline;
}
a:hover {
    color: #aaa;
    background: inherit;
    text-decoration: none;
}
h1 {
    font-size: 24px;
    color: #000;
}
h2 {
    color: #000;
    font-size: 20px;
}
h3 {
    color: #000;
    font-size: 14px;
}
h4 {
    color: #000;
    font-size: 13px;
}
#menuside a {
    color: Black;
    background: inherit;
    text-decoration: none;
    display: block;
}
img {
    border: none;
}
#englishmenu a {
    font-size: 15px;
    text-align: center;
}
#yoav td {
    border-color: Black;
}
#yoav1 td {
    border-color: Black;
}
.bold {
    font-weight: bold;
}
.y {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
.x {
    text-decoration: none;
    color: blue;
}
.cube {
    background-image: url("../image/cube.png");
    background-repeat: no-repeat;
    background-position: center top;
    height: 150px;
    width: 200px;
}
.cube-image {
    float: left;
    margin-top: -20px;
    margin-left: 20px;
}
.cube1 {
    float: left;
    margin-left: 15px;
    margin-top: 16px;
    background-image: url(../image/cube_H.png);
    height: 180px;
}
.cube2 {
    float: left;
    margin-left: 15px;
}
.cube3 {
    float: left;
    margin-left: 15px;
}
.cube_bg {
    padding: 10px 10px 0 0;
}
.whatsapp-icon {
    margin-right: 6px;
}
/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
    /* dimensions */
    width: 100%;
    height: 31px !important;
    margin: 0 !important;
    padding: 0;

    /* IE6 specific branch (prefixed with "_") */
    _margin-bottom: -2px;
}

/* single tab */
#flowtabs {
    gap: 1px;
}
#flowtabs li {
    width: 25%;
    float: left;
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
    border: 1px solid #1e3c46;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
}

/* a- tag inside single tab */
#flowtabs li a {
    display: block;
    height: 31px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    /* font decoration */
    color: #000;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px 3px 0 0;
    background: #a9a9a9;
    border: 1px solid #fff;
    border-bottom: 2px solid #fff;
}
#flowtabs a:hover {
    color: #fff;
}
/* currently selected tabs */
#flowtabs .active a {
    cursor: default;
    color: #fff;
    background: #1e3c46;
}
#flowtabs .active a {
    position: relative;
    border-radius: 3px 3px 0 0;
}
#flowtabs .active a::after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
    background: #1e3c46;
}
/* panes */
#flowpanes {
    background-image: url("../image/bgtable1.png");
    background-repeat: repeat;
    background-position: right top;
    width: 100%;
    height: 450px;
    background-size: 100% 100%;
    border-radius: 0 0 3px 3px;
    border: 1px solid #fff;
    border-top: none;
}
#flowpanes_bg {
    border-radius: 0 0 3px 3px;
    border: 1px solid #1e3c46;
    border-top: none;
}
/* single pane */
#flowpanes div {
    display: none;
    color: black;
    margin-top: 20px;
    margin-right: 50px;
}
/* some decorations for elements inside single pane */
#flowpanes div h2 {
    font-weight: normal;
    color: white;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
    font-size: 22px;
}
#flowpanes a {
    color: #cc9;
    font-size: 14px;
}
#flowpanes p,
#flowpanes samp {
    color: white;
}
#flowpanes div.narrow {
    padding-right: 0;
}
ul.cssmenu {
    list-style: none;
    padding: 0px;
}
.displace {
    position: absolute;
    left: -5000px;
}
ul.cssmenu li {
    float: right;
}
ul.cssmenu li a {
    display: block;
    width: 98px;
    height: 35px;
    /*background: url("../image/menu1N.jpg");*/
}
ul.cssmenu li.home a {
    background-position: 0 0;
}
ul.cssmenu li.blog a {
    background-position: -111px 0;
}
ul.cssmenu li.contact a {
    background-position: -222px 0;
}

ul.cssmenu li.cat a {
    background-position: -333px 0;
}

ul.cssmenu li.tech a {
    background-position: -444px 0;
}

ul.cssmenu li.DB a {
    background-position: -555px 0;
}
ul.cssmenu li.industries a {
    background-position: -785px 0;
}

ul.cssmenu li.support a {
    background-position: -666px 0;
}
ul.cssmenu li.home a:hover {
    background-position: 0 -35px;
}
ul.cssmenu li.blog a:hover {
    background-position: -111px -35px;
}
ul.cssmenu li.contact a:hover {
    background-position: -222px -35px;
}

ul.cssmenu li.cat a:hover {
    background-position: -333px -35px;
}

ul.cssmenu li.tech a:hover {
    background-position: -444px -35px;
}
ul.cssmenu li.DB a:hover {
    background-position: -555px -35px;
}
ul.cssmenu li.industries a:hover {
    background-position: -785px -35px;
}
ul.cssmenu li.support a:hover {
    background-position: -666px -35px;
}
ul.cssmenu li.home a:active {
    background-position: 0 -70px;
}
ul.cssmenu li.blog a:active {
    background-position: -111px -70px;
}
ul.cssmenu li.contact a:active {
    background-position: -222px -70px;
}
ul.cssmenu li.cat a:active {
    background-position: -333px -70px;
}
ul.cssmenu li.tech a:active {
    background-position: -444px -70px;
}
ul.cssmenu li.DB a:active {
    background-position: -555px -70px;
}
ul.cssmenu li.industries a:active {
    background-position: -785px -70px;
}
ul.cssmenu li.support a:active {
    background-position: -666px -70px;
}
ul.cssmenu li.home a.selected {
    background-position: 0 -105px;
}
ul.cssmenu li.blog a.selected {
    background-position: -111px -105px;
}
ul.cssmenu li.contact a.selected {
    background-position: -222px -105px;
}
ul.cssmenu li.cat a.selected {
    background-position: -333px -105px;
}
ul.cssmenu li.tech a.selected {
    background-position: -444px -105px;
}
ul.cssmenu li.DB a.selected {
    background-position: -555px -105px;
}
ul.cssmenu li.industries a.selected {
    background-position: -785px -105px;
}
ul.cssmenu li.support a.selected {
    background-position: -666px -105px;
}
ul.cssmenu li.search {
    height: 35px;
    background-image: url("../image/bg3.jpg");
}