/**********************************************
					UPDATES
**********************************************/
.background-video-container {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.background-video-container,.shape-bottom{
    overflow:hidden;
    left:0;
    width:100%;
    direction:rtl
}
.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.5),rgba(21, 20, 21, 0.5));
}

.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:7rem;
    font-weight:700;
    letter-spacing:-.5px
}
.heading-sub-title{
    font-size:4rem;
    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:50px auto 0;
    align-self:center
}

.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: 380px;
    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: 80%;
    height: auto;
    margin: 15px auto;
	object-fit:contain;
}

#f1_card .front p, #f1_card .front h3 {
    padding: 0 15px;
}

#f1_card .back.face {
    color: #000;
}

.specs {
    border-bottom: solid 1px #ccc;
    padding-bottom: 80px;
}
/*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: 10px;
    width: 340px;
    border-radius: 5px;
    height: auto;
    background: #fff;
    display: flex;
    flex-wrap: inherit;
}
.price-box p {
    margin: 0;
}
.box-top-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    width: 100%;
    border: 1px solid #ebebeb;
    border-bottom: none;
    position: relative;
    background: #ebebeb;
}

.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;
}
 
.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 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #c7c7c7;
}
.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;
}

.box-features-section-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

@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*/
.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 {
}

/*
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: 20px;
  top: 15px;
  z-index: -1;
}

.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;
}


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


html {
	font-size: 62.5%;
}

body {
  font: normal 20px/1.40em 'Rubik', sans-serif;
  font-size: 2rem;
  color: #000;
/*  background: #FEFDFF; */
  background: #F2F5F9;
}


p {
	margin-bottom: 8px;
}

nomargin {
	margin: 0 !important;
}

nopadding {
	padding: 0 !important;
}

.top15 {
	padding-top: 15px;
}

.top25 {
	margin-top: 25px;
}
.top30 {
	margin-top: 30px;
}

.top40 {
	margin-top: 40px;
}
.gap15 {
	margin-bottom: 15px!important;
}

.gap20 {
	margin-bottom: 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;
}

.right{
	text-align:right
}

.left{
	text-align:left
}

.center{
	text-align: center;
}

.justify{
	text-align: justify;
}

.large{
    font: 25px;
    font-size: 2.5rem;
    line-height: 1.4em;
}

.dark1{
	background-color: #2a2f40
}

.dark2{
	background-color: #0B3954
}

.dark3{
	background-color: #1C1C1C
}

.dark4{
	background-color: #0B3954
}

.light{
	background-color: #f3f6fe	
}

.blue1{
	background-color: #009dff
}

.blue2{
	background-color: #0175bf
}

.red1{
	background-color: #931621
}

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

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


ol, ul {
	list-style: none;
}

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

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

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

.ltr {
	direction: ltr;
}

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

.pc {
	display: block !important;
}

a.desktop, .desktopc {
	display: inherit;
}

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

#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;
}

img:hover{
	filter: none!important;
	transition: filter 0.5s ease;
}

a.buy {
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	color: #02a0e1;
	border: 2px solid #02a0e1;
	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: #02a0e1;
	border-color: #02a0e1;
}


h2 {
	font-size: 50px;
	font-size: 5rem;
	color: #145FB7;
	text-align: center;
	margin: 0 0 10px !important;
	line-height: 1em;
}

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

h3 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 2.5em;
}

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

h4 {
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	font-weight: bold;
}

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


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

.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: right;
  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: right;
		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;
}

.imgpos {
	position: absolute;
	max-width:450px;
}


header h2 {
	color: #fff;
	text-align: right;
	font-size: 40px;
	font-size: 4rem;
}


h1#logo {
    width: 170px;
    height: 50px;
    background: url(https://www.waam-it.co.il/wp-content/uploads/2022/04/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;
}

body.heb #slogan {
	font-size: 26px;
	font-size: 2.6rem;
}


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

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

#navwrap i.fa,
#navheb i.fa {
    font: 18px;
	font-size: 1.8rem;
	color: inherit;
}

/*Mega Menu CSS*/
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 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!important;
    margin-bottom: 8px!important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > 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: 2rem;
    text-transform: uppercase;
    color: #000;
	text-align: right;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    text-align: right;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > 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-max_mega_menu_1 #mega-menu-max_mega_menu_1 > 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.8rem;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
    transition: all 0.4s;
}

div#mega-menu-wrap-max_mega_menu_1 {
    background: transparent;
}

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

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:focus {
    background:transparent;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: transparent;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[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-max_mega_menu_1 #mega-menu-max_mega_menu_1 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-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    float: right;
}
@media screen and (max-width:768px){
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
    background: transparent;
    width: 50px;
    display: inline-block;
    float: right;
    height: 25px;
    padding: 10px 0;
}
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1 {
    padding: 50px 15px;
}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    padding: 15px;
    border-bottom: solid 1px #d9d9d9;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 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-max_mega_menu_1 #mega-menu-max_mega_menu_1[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: 300px;
    background: #FFF8F0;
    color: #2a2f40;
    text-align:center;
    border-radius: 10px;
}

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

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

i.fa-times {
	color: red;
}

#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: 25%;*/
}

body.heb button.my_popup_open {
	/*left: 0;
	right: auto;*/

}


a.buynow, button.mailnow {
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	margin: 0 auto;
	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;
}

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

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

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

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

body.heb .wpcf7-form {
	direction: rtl;
}

.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;
}

/* Checkbox consent wrapper */
.wpcf7-form-control-wrap[data-name="your-consent"] {
  display: block;
  margin: 5px 0 3px 0;
}

/* Acceptance control container */
.wpcf7-acceptance {
  margin: 0;
  padding: 0;
}

/* List item wrapper */
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Label - RTL flex layout */
.wpcf7-acceptance label {
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  gap: 10px !important;
  cursor: pointer;
  direction: rtl !important;
  justify-content: flex-end !important;
  margin: 0;
  padding: 0;
}

/* Checkbox styling */
.wpcf7-acceptance input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  flex-shrink: 0 !important;
  accent-color: #0066cc;
}

/* Text label */
.wpcf7-list-item-label {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  user-select: none;
}

/* Hover state for label */
.wpcf7-acceptance label:hover .wpcf7-list-item-label {
  color: #0066cc;
}

/* Focus state for checkbox */
.wpcf7-acceptance input[type="checkbox"]:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}

::-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;
}

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;
}

.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;
}

.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;
}

body.heb .head::before {
	margin-right: 0;
	margin-left: .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: #061E37;
	margin-bottom: 10px;
	padding: 5px 0;
}

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


r-p {
    text-align: right!important;
}

.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;
}

.inserted-post{
    margin-bottom: 30px;
}


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

footer {
	background: #131E25;
	padding: 40px 0 90px;
}

footer ul.extralinks li {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 6px;
}
footer .textwidget.custom-html-widget {
    text-align: center;
}
footer h5 {
    font-size: 2rem;
    text-align: right;
    margin-bottom: 20px !important;
    color: #888;
}
footer a {
	color: #FFF;
	text-decoration: none;
}

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

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

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

body.heb footer a.social {
	margin: 0 0 0 14px;
}

.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: 0 10px;
    width: 320px !important;
    font-size: 17px;
}
	
    .heading-title{
        font-size:4rem;
        letter-spacing:-.5px;
    }
    
    .heading-sub-title{
        font-size:3rem
    }

	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;
	}
	
	.imgpos {
	max-width:400px;
}

	ul.topmenu {
		display: none;
	}

	#navwrap,
	#navheb {
		background: none;
		position: static !important;
		width: auto;
	}

	#navheb select.tinynav {
		background-position: right;
	}
	
	
	.exp{
	color: red!important;
    display: block;
    clear:both;
    font-size: 1.6rem;
	}

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

	body.heb button.my_popup_open {
		left: auto;
		right: auto;
	}
	
	button.actnow{
	position:static!important;
	background: #81d742;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	}

	.mobile {
		display: block !important;
	}

	.pc {
		display: none;
	}

	a.cellphone {
		display: inherit !important;
	}

	a.desktop {
		display: none !important;
	}

	.wow {
		visibility: visible !important;
		-webkit-animation-name: none !important;
		-o-animation-name: none !important;
		animation-name: none !important;
	}


	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) {

	.imgpos {
		position: static !important;
	}
	
	h1#logo {
	    text-align: auto;
	    margin:0 auto;
}

}

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

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}


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


	.imgpos {
		position: static !important;
	}
	
div.counter {
    margin-bottom: 40px;
}


}

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

