/**********************************************
					UPDATES
**********************************************/

.background-video-container,.shape-bottom{
    overflow:hidden;
    left:0;
    width:100%;
}
.pos-relative button.mailnow {
/*     height: 54px; */
}

.button-link,.heading-sub-title,.heading-title{
    color:#fff;
}
.pos-relative{
    min-height:700px;
    display:flex;
    flex-direction:column;
    position:relative;
}

.background-video-container:before {
  content:"";
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  z-index:1;
  background:linear-gradient(to right,rgba(58, 48, 53, 0.7),rgba(21, 20, 21, 0.7));
}

.background-video-container{
    height:100%;
    top:0;
    position:absolute;
    z-index:-1
}
.background-video-hosted{
    object-fit:cover;
    position:absolute;
    top:0;
    left:0;
    max-width:100%;
    margin:0;
    line-height:1;
    border:none
}
.shape-bottom{
    transform:rotate(180deg);
    bottom:-1px;
    position:absolute;
    line-height:0
}
.shape .shape-fill{
    fill:#fff;
    transform-origin:center;
    transform:rotateY(0)
}
.widget-heading{
    align-self:center;
    text-align:center;
    width:65%;
    max-width:100%
}
.widget-container{
    margin:1.5% auto;
}
.heading-title{
    line-height: 1em;
    font-size:6rem;
    font-weight:700;
    letter-spacing:-.5px
}
.heading-sub-title{
    font-size:3rem;
	display: inline-block;
    font-weight:400;
    line-height:1.2em;
    background: #145FB7;
    padding: 10px 15px;
    border-radius: 20px;
}
.button-link{
    font-size:1.1em;
    font-weight:600;
    text-transform:none;
    font-style:normal;
    text-decoration:none;
    letter-spacing:0;
    fill:#fff;
    background-color:#00000000;
    border-style:solid;
    border-width:1px;
    padding:20px 40px;
    border-radius:5px
}
.e-flex{
    display:flex;
    gap:20px;
    margin:25px auto 0;
    align-self:center
}

.flex {
	display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
/*     gap: 0.333333%; */
    flex-wrap: wrap;
}

.container12 .prefix1 {padding-left:95px !important;}

.overlay-content .container12 {
    display: flex;
    align-items: center;
    width: 100%;
}
.overlay-content .column12 {
    width: 100%;
    max-width: 100%;
    float: none;
}
.myNav.open-popup img {
    width: 100%;
}

.overlay-content-inner img{
    width: 60%!important;
    margin: 0 auto;
}

.overlay .closebtn:hover {background: #02a0e1;}
.overlay-content-inner {
    height: 65vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.overlay-content-inner::-webkit-scrollbar {
    display:none;
}

/* Track */
.overlay-content-inner::-webkit-scrollbar-track {
    display:none;
}
 
/* Handle */
.overlay-content-inner::-webkit-scrollbar-thumb {
    display:none;
}

/* Handle on hover */
.overlay-content-inner::-webkit-scrollbar-thumb:hover {
    display:none;
}
.mq-main {
  width: 100%;
  margin:0px auto;
  overflow: hidden;
  box-sizing: border-box;
  height: 45px;
  position: relative;
  cursor: pointer;
}
.mq-main p{
  margin:0px;
  line-height:35px;
  font-size: 3rem;
}
.marquee-sibling {
  padding: 0;
  background: #ddd;
  width: 20%;
  height: 45px;
  line-height: 42px;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-align: center;
  float: left;
  left: 0;
  z-index: 2000;
}

.marquee,
*[class^="marquee"] {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
	left:0;
}

.marquee { margin-left: 25%; }

.marquee-content-items {
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 45px;
  position: relative;
}

.marquee-content-items li {
  display: inline-block;
  line-height: 35px;
  color: #fff;
}

.marquee-content-items li:after {
  content: "|";
  margin: 0 1em;
}
/*Owl Carousel Flip*/
#f1_container {
    position: relative;
    height: 420px;
    z-index: 1;
}
#f1_container {
    perspective: 1000px;
}
#f1_card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
background: rgb(2,160,225);
background: linear-gradient(0deg, rgba(2,160,225,1) 25%, rgba(242,245,249,1) 80%);
    color: #fff;
    border-radius: 15px;
}
#f1_card  .front {
	text-align:center;
}
a.read-btn {
    font-size: 1em;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0;
    fill: #fff;
    background-color: #00000000;
    border-style: solid;
    border-width: 1px;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    left: 25%;
    right: 25%;
    width: auto;
    word-break: keep-all;
    color: #02a0e1;
    transition: background-color 0.5s ease;
}
a.read-btn:hover {
    color: #fff;
    background-color: #02a0e1;
    border-color: #02a0e1;
}
#f1_container:hover #f1_card {
    transform: rotateY(180deg);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}
.face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}
.face.back {
    display: block;
    transform: rotateY(180deg);
    box-sizing: border-box;
    padding: 10px;
    /*color: white;*/
    text-align: center;
    background-color: #fff;
}
#f1_container img {
    width: 100%;
    height: 190px;
	object-fit:contain;
}

#f1_card .front p, #f1_card .front h3 {
    padding: 0 15px;
}
#f1_card .front img {
    margin-top: 15px;
}
#f1_card .back.face {
    color: #000;
}


/*Pricing Section*/
#pricing-table{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#pricing-table hr{
    width: 100%;
    border-top: 3px dotted #1860b1;
}

.price-box-container{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
    width: 100%;
}
.price-box{
    margin: 7px;
    width: 365px;
    border-radius: 5px;
    height: auto;
    background: #fff;
    display: flex;
    flex-wrap: inherit;
}

.price-box p {
    margin: 0;
	text-align: center;
}

.price {
	text-align: center;
}

.box-top-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    width: 100%;
    border: 1px solid #ebebeb;
    border-bottom: none;
    position: relative;
    background: #ebebeb;
	min-height: 200px;
}

.plan-name{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 5px;
}
.plan-name strong{
    color:#19181e;
    font-size: 30px;
    margin: 5px 0px;
}
.plan-name span{
    color: #2b2a31;
    font-size: 16px;
	text-align: center;
}
 
.price-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
}
.price strong{
    font-size: 4rem;
    color: #19181e;  
}
.price span{
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    color: #292929;
    font-weight: 500;
}
.per-month{
    font-size: 16px;
    color: #2b2a31;
}
.box-features-section{
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #c7c7c7;
}
.box-features-section-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.features-box{
    width: 100%;
    display: flex;
    border-radius: 20px;
    padding: 10px 10px;
    cursor: pointer;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
}

.features-box i{
    color: #1b61ab;
    margin-right: 7px;
    font-size: 16px;
    margin-left: 10px;
}
.features-box span{
    color: #242424;
    font-size: 16px;
}
.features-box:hover{
    background-color: #f6f6f7;
    transition: all ease 0.3s;
}

.feature-details{
    position: absolute;
    bottom:45px;
    left: 50%;
    transform: translateX(-50%);
    width:100%;
    height: auto;
    padding: 10px;
    background-color: #242424;
    color: #ebebeb;
    border-radius: 8px;
    font-size: 13px;
    text-align: center;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.10);
    display: none;
    animation: fade 0.2s;
    line-height: 18px;
}
.feature-details:after{
    content: '';
    width:0px;
    height: 0px;
    border-bottom: 5px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #242424;
    border-right: 5px solid transparent;
    position: absolute;
    left: 50%;
    top: 100%;
}
.features-box:hover .feature-details{
    display:block;
}
.Choose-plan-btn{
    font-size: 15px;
    color: #02a0e1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    border: solid 1px;
    transition: all 0.4s;
}
 
.top-bar{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 25px;
    color: #000;
    font-weight: bold;
    background-color: #96F550;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.15);
}
.popular .box-top-section{
    background-color: #02a0e1;
}
.price-box:hover .box-top-section,
.price-box:hover .box-features-section{
    box-shadow: 2px 2px 30px rgba(0,0,0,0.09);
    transition: all ease 0.2s;
}
.Choose-plan-btn:hover {
    background: #02a0e1;
    color: #fff;
}
@media(max-width:1160px){
    .price-box-container{
        width:800px
    }
    .price-box{
        flex-grow: 1;
    }
}
@media(max-width:810px){
   .price-box-container{
       width: 100%;
   } 
}
@media(max-width:570px){
    .price-box{
        width:100%;
        margin: 20px 10px;
        box-shadow: 2px 2px 30px rgba(0,0,0,0.05);
    }
}

#pricing-table br {
    display: none;
}

.popular .box-top-section .plan-name strong, .popular .box-top-section .plan-name span, .popular .box-top-section .price span, .popular .box-top-section .price strong, .popular .box-top-section .per-month {
    color: #fff;
}
/*End Pricing Section*/

.centerhalf {
	width: 45%;
	margin: 0 auto;
}

.rental-box {
    background: #061E37;
    padding: 20px 0;
    margin-top: 30px;
    border-radius: 8px;
}

.rental-box p {
    font-weight: normal;
    margin-bottom: 15px;
    color: #fff;
}

.rental-box h4 {
    margin-bottom: 15px;
    color: #fff;
}

.rental-box a.buy {
}

.short-term p {
	text-align: center;
}

/*
div#navheb.fixed {
    position: fixed;
    top:0;
    right:0;
    width: 100%;
background: rgb(102,102,102);
background: linear-gradient(0deg, rgba(102,102,102,1) 5%, rgba(136,136,136,1) 50%, rgba(102,102,102,1) 95%);
    padding-bottom: 30px;
}
*/

/* SWITCH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --white: white;
  --lightgray: whitesmoke;
  --darkblue: #02a0e1;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.container {
  max-width: 1000px;
  text-align: center;
  padding: 0 10px;
  margin: 0 auto;
}

/* SWITCH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border: 1px solid lightgrey;
  margin-bottom: 40px;
  border-radius: 30px;
  background: var(--white);
}

.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
  color: var(--white);
background: var(--darkblue);
}

.switch-wrapper label {
  font-size: 16px;
  z-index: 1;
  min-width: 100px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 30px;
  color: #000000;
/*   transition: color 0.25s ease-in-out; */
}

.switch-wrapper label:hover {
  background: var(--lightgray);
}

.hide {
  display: none;
}

@media only screen and (max-width:600px){
	.overlay-content .container12 {
		display: block;
	}

    .pos-relative{
        justify-content:center;
		display: inherit;
    }
    .widget-heading{
        width:95%;
        margin-top: 30px;
    }
	
	
	.heading-title {
    margin-top: 20px;
}

	.heading-sub-title {
		display: block;
	}

	.background-video-hosted {
		height: 750px !important;
	}

	.pos-relative {
		height: 750px;
	}

}

.owl-carousel{
    margin-top: 30px;
}
.counter-container .counter {
  text-align: center;
}

.counter-container .counter h3 {
    color: #145FB7;
/* 	font: 80px; */
    font-size: 8rem;
    font-weight: 800;
    line-height: 1em;
}

.counter-container .counter span {
    font: 30px;
    font-size: 3rem;
    font-weight: bold;
}

.counter-container .icon {
  height: 6rem;
  width: auto;
  margin:0 auto;
}

div.counter {
    margin-bottom: 60px!important;
}


/**********************************************
					Basic
**********************************************/


html {
  font-size: 62.5%;
}

body {
  font: normal 18px / 1.40em 'Rubik', sans-serif;
  font-size: 1.8rem;
  color: #000;
  background: #f2f5f9;
}

.particlesbg {
position: absolute;
display: block;
top: 0;  
left: 0;  
z-index: 0;
}

p {
  margin-bottom: 8px;
}

nomargin {
  margin: 0 !important;
}

nopadding {
  padding: 0 !important;
}

.top15 {
  padding-top: 15px;
}

.top25 {
  margin-top: 25px;
}

.gap15 {
  margin-bottom: 15px;
}

.gap20 {
  margin: 20px 0;
}

.gap30 {
  margin-bottom: 30px;
}

.gap40 {
  margin-bottom: 40px;
}

.gap50 {
    margin-bottom: 50px;
}

.gap60 {
  margin-bottom: 60px;
}

.gap70 {
  margin-bottom: 70px;
}

.border{
	border: 1px solid #ccc;
}

.center{
	text-align: center;
}

ol, ul {
  list-style: none;
}

div.white{
    color: #fff!important;
}

div.white a{
    color: #fff!important;
}

.text ul {
	list-style-image: url(../images/square.png);
	margin-right: 20px;
}

.video {
  width: 100%;
  margin: 20px 0;
}

.tinynav{
  display: none;
}

.ltr{
	direction: ltr;
}

a.cellphone, .mobile{
	display:none!important;
}

.pc{
	display: block!important;
}

a.desktop{
	display:inherit;
}

a.desktop:hover{
	background-color:#0075bf;
}

.large{
    font-size: 2.4rem;
    line-height: 1.4em;
}

#bio_ep_close{
    background-color: #b30000!important;
}


.waam-it strong{
	color: #0075bf;
}

/*
.column1 img, .column2 img, .column3 img,
.column4 img, .column5 img, .column6 img,
.column7 img, .column8 img, .column9 img,
.column10 img, .column11 img, .column12 img{
	width: 100%;
	height: auto;
	display:block;
}
*/

.stats, .maps, .steps{
	text-align:center;
}

.stats img{
	width:60%;
	margin:0 auto;
}

.pricing .column6, .pricing .column4{
	-webkit-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.26);
	-moz-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.26);
	box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.26);
	border: 2px solid #ccc;
	border-radius: 15px 15px 0 0;
	margin: 0 8px;
	font: normal 16px/1.40em Rubik-Light, Helvetica, sans-serif;
    font-size: 1.6rem;
}

.single{
	-webkit-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.26);
	-moz-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.26);
	box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.26);
	border: 2px solid #ccc;
	font: normal 16px/1.40em Rubik-Light, Helvetica, sans-serif;
    font-size: 1.6rem;
}

.pricing span{
	font-size: 20px;
	font-size: 2rem;
}

.pricing .inner, .space{
	background:#fff;
}

.plan{
	padding: 20px 0;
	color: #fff;
	text-align:center;
	border-radius: 15px 15px 0 0;
	background: #0075bf;

}

a.buy{
	display:block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-decoration:none;
	color: #346cb7;
	border: 2px solid #346cb7;
	text-align:center;
	margin: 0 auto 20px;
	font-size: 25px;
	font-size: 2.5rem;
	transition: background-color 0.5s ease;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

a.buy:hover{
	color: #fff;
	background-color:#0075bf;
	border-color:#0075bf;
}

.white{
	color: #000!important;
	border-color: #000!important;
}

a.white:hover{
	color: #fff!important;
	border-color: #fff!important;
}


.plan h2{
	color: #fff;
	margin-bottom: 10px!important;
	font-size: 30px;
	font-size: 3rem;
}

.plan h3{
	font-size: 40px;
	font-size: 4rem;
	line-height: 1em;
	margin-bottom: 20px;
}

.inner{
	padding:10px;
}


.vs p, .pricing li{
	margin-bottom: 15px;
}

.vs img{
	width:50%;
	margin: 0 auto;
}

.vs h4{
	text-align:center;
	margin: 10px 0;
}

.steps img{
	display:block;
	margin-bottom: 20px;
}

h2{
	font-size: 40px;
	font-size: 4rem;
	color: #0075bf;
	text-align:center;
	margin:0 0 25px!important;
	line-height:1em;
}

h2.intro{
    text-align: left;
    text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);
}


h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 2.5em;
}

h3.oneline{
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 30px;
}

h4{
	font-size: 20px;
	font-size: 2rem;
	text-align:center;
/* 	color: #0075bf; */
	margin:5px 0;
	font-weight:bold;
}

h5{
	font-size: 20px;
	font-size: 2rem;
	line-height: 1em;
}

/*Code From Hebrew*/
.pos-relative .column12.center.clearfix.top30 {
    display: flex;
    justify-content: center;
    gap: 15px;
}

svg{
	display: block;
	padding: 0;
	margin: 0;
}

.specs {
    border-top: solid 1px #ccc;
    padding-top: 30px;
}

.specs a{
    display:block;
    text-decoration: none;
    font-weight: bold;
    color: #7c7c7c;
}

.specs img{
   width: 60%;
   margin: 0 auto;
}

.specs img:hover{
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}


.myNav.open-popup{
	width:100%;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.7);
  overflow-x: hidden;
  transition: 0.5s;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}

.overlay-content {
  position: relative;
  width: 1000px;
  text-align: left;
  margin-top: 10px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px;
  padding: 40px 60px;
  max-width: 100%;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #02a0e1;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.pos-relative .column12.center.clearfix.top30 {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.pos-relative a.buynow, .pos-relative button.mailnow {
    margin: unset;
}

div.open-overlay-popup{
    font-weight: bold;
    cursor: pointer;
    color: #02a0e1;
    margin-top: 10px;
}

.open-overlay-popup:hover{
    color: #145FB7;
}


.overlay .closebtn {
  font-size: 40px;
  top: 10px;
  z-index: 9;
  background: #145FB7;
  border-radius: 18px;
  color: #fff;
  font-weight: 300;
  width: 35px;
  height: 35px;
  font-size: 27px;
  line-height: 35px;
  padding: 0;
  position: absolute;
  margin: 0px;
  text-align: center;
  right: 10px;
  }
  
.mobile {
	display:none;
}

@media screen and (max-width:767px){
	
	.column1.popbutton.mobile {
    width: 120px;
    margin-left: 10px;
    display: inline-block !important;
    float: left;
    align-items: center;
    vertical-align: middle;
}

nav {
    float: right;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
	
	
	.desktop, .desktopc {
		display:none;
	}
	.mobile {
		display:block;
	}
	footer h5 {
		font-size: 2rem;
		text-align: left;
		margin-bottom: 20px !important;
		color: #888;
		margin-top: 30px;
	}
}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  
}


/**********************************************
					Header
**********************************************/

header{
	position:relative;
	color: #fff;
}

header.page{
	height:300px;
	background: url(https://www.waam-it.co.il/wp-content/uploads/2020/06/bg-min.jpg) top center no-repeat;
}

header.page img{
	display:none;
}


header img{
	display:block;
	margin:0 auto;
}

img.imgpos{
    position:absolute;
    width: auto;
}



header h2{
    color:#fff;
    text-align: center;
}


h1#logo{
	width: 170px;
	height: 50px;
	margin: 0 auto;
	background:url(https://www.waam-it.com/wp-content/uploads/2022/05/logo-min.png) no-repeat;
	text-indent: -9999px;
	background-size: contain;
}

#slogan{
	font-family:'ellinia';
	position: absolute;
	top: 140px;
	right: 50%;
	margin-right:-570px;
	font-size: 20px;
	font-size: 2rem;
	font-weight:bold;
	color: #fff;
}



/**********************************************
					Navigation
**********************************************/

#navwrap{
	position: relative;
	height: 40px;
	line-height: 40px;
	z-index:10;
	width: 100%;
	padding: 30px 0 60px;
}

#navwrap i.fa{
	font-size:inherit;
	color:inherit;
}


ul.topmenu a{
	display:block;
	color: #fff;
	text-decoration:none;
}

ul.topmenu a:hover,
button.my_popup_open:hover{
	color: #ddd;
}

ul.topmenu li {
	float: left;
	margin-right: 15px;
	position: relative;
}


ul.topmenu li.last-menu-item{
	margin-right: 0;
}

ul.topmenu li ul {
	z-index: 10;
	position: absolute;
	left: 0;
	margin-top: -10px;
	width: 200px;
	padding-top: 5px;
}

ul.topmenu li ul li {
	width: 180px;
	height: 40px;
}


ul.topmenu li ul a {
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:normal;
	text-indent: 10px;
	background: #fff;
	color: #000;
}

ul.topmenu li ul a:hover {
	background: #0075bf;
	color: #fff;
}

ul.topmenu ul {
	display:none;
	position:relative;

}

ul.topmenu li:hover ul {
	display:block;
	position:absolute;
	top: 46px;
	left: -1px;
}

@media only screen and (max-width: 767px) {
    #navheb > .container12 {
        display: flex;
        justify-content: space-between;
    }
	
	.desktop {
        display: none !important;
    }
}


/*Mega Menu CSS*/
#navwrap i.fa, #navheb i.fa {
    font: 18px;
    font-size: 1.8rem;
    color: inherit;
}
#navwrap, #navheb {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 30px 0 60px;
}
#mega-menu-wrap-topnav #mega-menu-topnav > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff;
}

#mega-menu-wrap-topnav #mega-menu-topnav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    font-size: 1.7rem;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}
#mega-menu-wrap-topnav #mega-menu-topnav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: unset;
}
#mega-menu-wrap-topnav #mega-menu-topnav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
}
#mega-menu-wrap-topnav #mega-menu-topnav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul li a:hover {
    color: #07a1dc;
}
#mega-menu-wrap-topnav #mega-menu-topnav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul li a {
    color: #001C37;
    font-size: 1.6rem;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
    transition: all 0.4s;
}

div#mega-menu-wrap-topnav {
    background: transparent;
	text-align: end;
}

#mega-menu-wrap-topnav #mega-menu-topnav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-topnav #mega-menu-topnav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-topnav #mega-menu-topnav > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, #mega-menu-wrap-topnav #mega-menu-topnav > li.mega-menu-item > a.mega-menu-link {
    font: normal 20px/1.4em 'Rubik', sans-serif;
    font-size: 1.8rem;
    background:transparent;
}

#mega-menu-wrap-topnav #mega-menu-topnav > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-topnav #mega-menu-topnav > li.mega-menu-item > a.mega-menu-link:focus {
    background:transparent;
}
#mega-menu-wrap-topnav #mega-menu-topnav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: transparent;
}
#mega-menu-wrap-topnav #mega-menu-topnav[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    border-radius: 12px;
    box-shadow: 0px 0px 20px#0000002b;
}
#mega-menu-wrap-topnav #mega-menu-topnav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    padding: 30px 15px;
}
#mega-menu-wrap-topnav #mega-menu-topnav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
}

#mega-menu-wrap-topnav #mega-menu-topnav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding: 0 15px ;
}

@media screen and (max-width:768px){
	#mega-menu-wrap-topnav .mega-menu-toggle {
    background: transparent;
    width: 50px;
    display: inline-block;
    
    padding: 10px 0;
}
	#mega-menu-wrap-topnav .mega-menu-toggle.mega-menu-open + #mega-menu-topnav {
    padding: 50px 15px;
}
	#mega-menu-wrap-topnav #mega-menu-topnav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    
    border-bottom: solid 1px #d9d9d9;
}

#mega-menu-wrap-topnav #mega-menu-topnav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column:last-child {
    border-bottom: none;
}

#mega-menu-wrap-topnav #mega-menu-topnav[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    margin-bottom: 10px;
}
	
}

.custom-link-style {
    color: #001C37;
    font-size: 1.8rem;
    text-decoration: none;
    margin-bottom: 0;
    display: inline-block;
    transition: all 0.4s;
}

.custom-link-text {
    display: block;
}


/**********************************************
					Content
**********************************************/
.box {
    margin: 0 0 35px;
    padding: 30px;
    min-height: 350px;
    background: #FFF8F0;
    color: #2a2f40;
    text-align:center;
    border-radius: 10px;
}

.box img{
    width: 50%;
    margin: a auto;
}

.box li{
    margin-bottom: 8px;
}


i.fa{
	font-size: 40px;
	font-size: 4rem;
/* 	color: #0075bf; */
}

i.fa-check,
i.fa-times,
i.fa-star,
i.fa-exclamation,
i.fa-share,
i.fa-reply,
i.fa-chevron-left,
i.fa-chevron-right,
i.fa-check-square-o{
	font-size: 20px;
	font-size: 2rem;
}

i.fa-check-square-o{
    color:#fff;
}

i.fa-trophy{
	font-size: 30px;
	font-size: 3rem;
}

i.fa-times{
	color: red;
}

i.fa-star,
i.fa-trophy{
	color: #F6AE2D;
}

i.fa-exclamation{
    color: #2F4858;
}

i.fa-chevron-left,
i.fa-chevron-right {
	color: #FA7921!important;
}

i.fa-chevron-left {
	margin-left: 15px;
	color: #FA7921!important;
}

i.fa-chevron-right {
	margin-right: 15px;
	color: #FA7921!important;
}

#my_popup{
	padding: 20px 10px;
	width: 300px;
	background: #eee;
	border: 4px solid #0075bf;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	transform: scale(0.8);
}

.popup_visible #my_popup {
  transform: scale(1);
}

button.my_popup_open, button.my_popup_close{
	background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
}

button.my_popup_open{
/*	position: absolute;
	right: 0;
	color: #fff;
	top:35%;*/
	color: #fff;
}

/* Code from Hebrew */
a.buynow, button.mailnow {
	display: inline-block;
/* 	width: 150px; */
/* 	height: 50px; */
/* 	line-height: 50px; */
	text-decoration: none;
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	margin: 0;
	padding: 10px;
	font-size: 25px;
	font-size: 2.5rem;
	transition: background-color 0.5s ease;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: static;
	right: auto;
	top: auto;
	left: auto;
	cursor: pointer;
}


button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

a.buynow:hover, button.mailnow:hover {
	color: #fff;
	background-color: #0075bf;
}

.wpcf7-form input,.wpcf7-form textarea{
	width:97%;
	padding:3px 1%;
	color:#000
}

.wpcf7-form select{
	width:100%!important;
	padding:3px 0;
	color:#000
}

input.fruit, .wpcf7-form br{
	display: none;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form select,
.wpcf7-form input[type=email],
.wpcf7-form textarea {
	color:#000;
	border:1px solid #0075bf;
	margin-bottom: 8px;
	padding: 3px;
}

.wpcf7-form input[type=submit] {
	width:60px;
	float: right;
	color:#fff;
	background:#0075bf;
	border:1px solid #fff;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #aaa;
}

:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

.paypal input[type=image]{
		width:122px;
		height: 47px;
		margin: 0 auto!important;
		text-align: center;
		display: block;
	}
	
a.whatsapp {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	margin:70px;
	box-shadow: inset 0px 0px 0px 3px white;
   	border: 1px solid rgba(0,128,0, 0.8);
	display: inline-block;
	line-height: 100px;
	background: rgba(0,128,0, 0.8);
	position:fixed;
    bottom:20px;
	right:20px;
	z-index:100;
	text-decoration: none;
	color: rgba(0,128,0, 0.8);
	font-weight:bold;
	margin:0;
	text-align: center;
	font-size: 0;
}


i.fa-whatsapp{
	color: #fff;
	font-size: 50px;
	font-size: 5rem;
	}

img.notch:hover{
	-webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slbArrow.next:before {
  border-left-color: #ccc!important;
}

.slbArrow.prev:before {
  border-right-color: #ccc!important;
}

.about .eight, .about .tenth{
	text-align:center;
	margin-bottom: 10px;
	height: 180px;
}

.ninth{
    float: left;
    width:10%; margin:0 .5555555555555556%;
}

.myapps h3{
	font: 20px;
	font-size: 2rem;
	text-align:center;
	line-height: 1em;
	margin-bottom: 6px;
}

.myapps .eight {
	font: 14px;
	font-size: 1.4rem;
	line-height: 1.3em;
}

.fade img{
    filter: grayscale(1.0);
}

.fade img:hover{
    filter: none;
	transition: filter 0.5s ease;
}

.about img{
	margin-bottom: 5px;
}

.about .eight p, .about .eight p{
	line-height: .9em;
	font-weight:bold;

}

.about small{
	display:block;
	font-weight:normal;
}

.head, .accordion li, .accordion h2 { margin-bottom:10px; }
.head { display:block; }
.content { 
	display:none;
	padding:10px;
	margin-bottom:20px;
	border: 1px solid #ccc;
}
.accordion a.head{
	display:block;
	background:#eee;
	padding: 10px;
	text-decoration:none;
	color: #000;
}

.head::before {
	content: '';
	vertical-align: middle;
	display: inline-block;
	width: .75rem;
	height: .75rem;
	border-radius: 50%;
	background-color: #B1B5BE;
	margin-right: .75rem;
}

.active.head::before {
	background-color: #346cb7;
}

.accordion a.head:hover{
	background: #0075bf;
	transition: background-color 0.8s ease;
	color: #fff;
}

div.whatslink{
    margin-bottom:10px;
}


div.whatslink a{
    color: #fff;
    text-decoration:none;
}

div.whatslink center{
    background: #131E25;
    margin-bottom: 10px;
    padding: 5px 0;
}

div.whatslink img{
    display:inline-block;
    vertical-align: text-bottom;
}


/**********************************************
					Footer
**********************************************/

footer{
	background: #131E25;
	padding: 40px 0 90px;
}
li.widget_text {
    list-style: none;
}
footer .textwidget.custom-html-widget {
    text-align: center;
}
footer h5 {
    font-size: 1.8rem;
    margin-bottom: 20px !important;
    color: #888;
}

footer a:hover{
  color: #888;  
}
footer i.fa:hover,
footer a.social i.fa-whatsapp:hover {
	color: #02a0e1;
}

footer ul.extralinks li{
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 6px;
	/*border-bottom: 1px solid #444;*/
}

footer a{
	color: #FFF;
	text-decoration: none;
}

footer i.fa{
	font-size: 40px;
	font-size: 4rem;
	color: #aaa;
}

footer a:hover, footer i.fa:hover, footer a.social i.fa-whatsapp:hover{
	/*color: #0075bf;*/
}

footer a.social{
	margin: 0 15px 0 0;
}

.tooltipster-sidetip .tooltipster-box {
	background: #fdd51e!important;
}

.tooltipster-sidetip .tooltipster-content {
	color: #000!important;
	font-weight:bold;
	border: none!important;
	border-radius: 4px!important;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #fdd51e!important;
	left: 0;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #fdd51e!important;
	left: -3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #fdd51e!important;
	left: 3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #fdd51e!important;
	left: 0;
	top: -3px;
}

#apps{
background: #deefff; /* Old browsers */
background: -moz-linear-gradient(top,  #deefff 0%, #98bede 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #deefff 0%,#98bede 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #deefff 0%,#98bede 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 0px 11px 10px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 11px 10px -8px rgba(0,0,0,0.75);
box-shadow: 0px 11px 10px -8px rgba(0,0,0,0.75);
padding-top:10px;
}

.disclaimer{
	line-height: 1em;
	color: #fff;
	font: 14px;
	font-size: 1.4rem;
}


@media only screen and (min-width: 960px) and (max-width: 1160px) {
	

 .myapps .eight, .myapps .tenth{
	height: 280px;
}

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.foot3 .quarter{
	font-size: 45px;
	font-size: 4.5rem;
}


 .myapps .eight, .myapps .tenth{
	height: 280px;
}

ul.topmenu li {
	margin-right: 10px;
}


div.whatslink center{
    height: 50px;
}

}

@media only screen and (max-width: 959px) {
    
    footer{
	padding: 20px 0 100px;
}

}

@media only screen and (max-width: 767px) {
	
	.pos-relative a.buynow, .pos-relative button.mailnow {
    padding: 10px;
    width: 320px !important;
    font-size: 17px;
}
	
    .heading-title{
        font-size:3.5rem;
        letter-spacing:-.5px;
    }
    
    .heading-sub-title{
        font-size:2.5rem
    }
	
	h3{
	line-height: 1em;
}
	


	#slogan{
		top: 85px;
		margin-right: -50%;
		width: 100%;
		text-align:center;
		background: rgba(0,0,0,0.4);
		padding: 5px 0;
}

	#navwrap{
	z-index:10;
	margin-bottom: 0!important;
}

	ul.topmenu {
    display: none;
    }
	
	#navwrap{
		background:none;
		position:static!important;
		width:auto;
	}

	select.tinynav {
        display: block;
		height: 40px;
        color: #fff;
		background: url(../images/menu-mob-w.png) left no-repeat;
		-webkit-appearance: none;       
		-moz-appearance: none;    
		appearance: none;
		text-indent: -9999px;
		border: none;
}

button.my_popup_open{
	font-weight:bold;
	font-size: 24px;
	font-size: 2.4rem;
	position: relative;
	right: auto;
	color: #fff;
	top: auto;
}


#apps{
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding:10px 0 0;
}



.mobile{
	display: block!important;
}

.pc{
	display: none;
}

a.cellphone{
	display:inherit!important;	
}
a.desktop{
	display:none!important;
}


a.whatsapp{
	width: 100%;
	height: 60px;
	line-height: 70px;
	display:block;
	background: rgba(0,128,0, 0.8);
	position:fixed;


	margin: auto;
	box-shadow: none;
   	border: none;
    bottom:0;
	right: auto;
	z-index:100;
	text-decoration: none;
	color: #fff!important;
	font-weight:bold;
	margin:0;
	text-align: center;
	border-radius: 0;
	font-size: 25px;
	font-size: 2.5rem;
}
	

i.fa-whatsapp{
	color: #fff;
	font-size: 40px;
	font-size: 4rem;
	}


select.tinynav:focus {
    outline: none;
}

.pricing .column6,
.pricing .column4,
.single,
.stats .column3,
.maps, .vs .column4,
.steps .column4{
	margin-bottom:20px;
}

.vs{
	text-align:center;
}

.wow{
	visibility: visible!important;
	-webkit-animation-name: none!important;
	-o-animation-name: none!important;
	animation-name: none !important;
	}
	
.about .eight, .about .tenth{
	height: 180px;
}


h4{
	font-size: 18px;
	font-size: 1.8rem;
	margin:10px 0;
	line-height: 1.1em;
}

 .myapps .eight, .myapps .tenth{
	height: 280px;
	font: 18px;
	font-size: 1.8rem;
 }
 
.tenth img{
	margin:0 auto;
	display:block;
}


footer{
	padding: 20px 0 110px;
}

footer i.fa{
	font-size: 35px;
	font-size: 3.5rem;
	color: #aaa;
}


footer a.social{
	margin: 0 10px 0 0;
}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

img.imgpos{
   position:static!important;
}

.ninth {width:30%; margin:0 1.666666666666667%;}

}

@media only screen and (max-width: 480px) {
	
	body {
	font-size: 18px;
	font-size: 1.8rem;
}


	#slogan{
	top: 90px;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 1px 0;
	}
	

img.imgpos{
   position:static!important;
}

.ninth {width:30%; margin:0 1.666666666666667%;}

}

@media only screen and (max-width: 320px) {
}


.counter-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
.container12 h2{

}
@media (max-width: 767px) {
  .counter-container {
    flex-direction: column;
  }
	.counter-container .counter {
  text-align: center;
}

.counter-container .counter h3 {
  padding: 0.5rem 0;
  font-size: 8rem;
  font-weight: 800;
}

.counter-container .counter h6 {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
	
.counter-container .counter span {
   font: 30px;
   font-size: 3rem;
   font-weight: bold;
}

.counter-container .icon {
  height: 6rem;
  width: auto;
  margin:0 auto;
}
}