/*------------------------------------------------------------------

wLander - Responsive Multipurpose Landing Page Template 
Version :	1.0 
Author  : Weblab X 
URI		: http://themeforest.net/user/weblabx 
=====================================================================


[Table of contents]

 1. Global CSS
	1.1 General CSS
	1.2 Typography.nav-link

 2. Master color setting
    2.1 Background Color
    2.2 Text Color

 3. Navbar
 4. Banner 
 5. About Section 
 6. Feature Section
 7. Screenshot Section
 8. Pricing Section
 9. Team Section 
10. Testimonial Section
11. Contact Section
11. Footer



/* ========================
    1. Global CSS
======================== */
/* -----------------------
    1.1. General CSS
----------------------- */
nagishli#NagishLiTag > #NagishLiBar{
    z-index: 9999;
}
.footer-seo{
    background: #404040;
}
.footer-seo section{
    padding: 20px 0px;
}
.elementor-row{
    display: flex;
    max-width: 1140px;
    width: 100%;
    margin: 0px auto;
    flex-direction: row-reverse;
    padding-top: 25px;



}
.elementor-row ul{

    width: 25%;

}
a{
    color: #000;
}
.elementor-row ul li ,.elementor-row ul a{
    color: #fff;
}
.elementor-row ul li p{
    margin-bottom: 0.5em;
}
 .align-items-center{
    flex-direction: row-reverse;
}
body{
    color: #666;
}

.h3, h3{
    direction: rtl;
    font-size: 1.5rem;
}
html[lang="IL"] body{
    text-align: right;
}
ul{
    list-style: none;
    direction: rtl;
    padding-right: 0px;
}
.jumbotron ul  li,.about  ul  li{
    position: relative;
    direction: rtl;
    font-size: 18px;
    text-align: right;
}
.jumbotron ul  li:before,.about  ul  li:before{
    content: '*';
    position: absolute;
    right: -20px;
    top:0px;
}
.header-fixed{
    display: none;
}


.mobile-slider{
    position: relative;
    top: -23px;
    right: 20px;

}

.rtl .dropdown-item{
    text-align: right;
}
/* roee*/
.media-text{
    margin-right: 20px;
}

html[lang="IL"] .media-text{
    margin-left: 20px;
}
section{
	padding: 90px 0px;
}
#registration-facebook,
#registration-gogole,
.btn.register
{

    max-width: 300px;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 20px;
    margin: 20px auto;
    border-radius: 5px;


}
#registration-facebook{
    background: #4267b2;
}

#registration-gogole{
    background: #ea4335;
}
.btn.register{
    background: #97c32e;
}
#register .modal-header .close{
    margin: 0px;
    padding: 0px;
}
#register .modal-dialog,
#popupuserexists .modal-dialog,
#popupuserexistserror .modal-dialog,

#login .modal-dialog
{
    max-width: 400px;
    margin-top: 180px;
    width:100%;
}
#register .modal-title{
    max-width: 250px;
    width: 100%;
    font-size: 2em;
    margin: 0px auto;
    text-align: center;
}
#register .space{
    max-width: 170px;
    width: 100%;
    margin: 20px auto;
}
#register .btn svg{
    margin-right: 10px;
}
#register .space .border-line{
    width:50px;
   background: #5a6268;
    height:2px ;
    float: right;
   margin :20px 10px 0px 10px;
}


#register .space .border-contact{
    float: right;
    line-height: 39px;
    font-size: 25px;
}

.register-form{
    display: none;
}
html[lang="IL"] .form-control{
    direction: rtl;
}
html[lang="IL"] .form-control#Mail,html[lang="IL"] .form-control#MailLogin {
    direction: ltr;
}
html[lang="IL"] .form-control#Mail::-webkit-input-placeholder,
html[lang="IL"] .form-control#MailLogin::-webkit-input-placeholder

{ /* Edge */
    direction: rtl;
}

html[lang="IL"] .form-control#Mail:-ms-input-placeholder,
html[lang="IL"] .form-control#MailLogin:-ms-input-placeholder
{ /* Internet Explorer 10-11 */
    direction: rtl;
}

html[lang="IL"] .form-control#Mail::placeholder,
html[lang="IL"] .form-control#MailLogin::placeholder
{
    direction: rtl;
}
#registration-gogole i, #registration-facebook i{
    margin-left: 10px;
}
@media (max-width: 575.98px) {
    section{
        padding: 50px 0px;
    }
}
button{
    cursor: pointer;
}


/* -----------------------
    1.2. Typography 
----------------------- */

body,html{
      font-family: 'Heebo', sans-serif;
    line-height: 1.7;

}
h1,
h2,
h3,
h4, 
h5, 
h6{
	font-family: 'Heebo', sans-serif;
    color: #111;
   /* text-align: right;*/
}
h5{
    font-size: 18px;

}
.feature h5{
    text-align: right;
}
.media{
    flex-direction: row-reverse;
}
h1{
	font-weight: 300;
}

h2{
	font-size: 2.5rem;

}
h3{
    text-align: right;
}
.feature h2,.shadow h2{
    text-align: center;

}
.modal-backdrop{
    opacity: 0.5;
}
.left-slide .media-body{
    margin-right: 20px;
}
.feature .left-slide  .media-body p{
    text-align: right;

}
.heading{
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 300;
    font-size: 42px;
    margin-top: -9px;

}
#phonesite{
    color: #fff!important;
    background: #71becf ;
    border-radius: 20px;
    font-size: 30px;
    margin-top: -7px;
    margin-right: 20px;

}
@media (max-width: 575.98px) {
    .heading{
        font-size: 36px;
    }
    h3{
        font-size: 1.5rem;
    }
}
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6{
    color: #fff;
}


/* ================================
    2. Master Color Setting
================================= */
/*----------------------------------
    2.1. Background Color Setting
----------------------------------*/
.button,
.heading,
.heading::after,
.jumbotron::before,
.sign_up_button,
.play-button
{

	background-color: #770DDB;
	background-image: linear-gradient(to top left, #C845AA, #770DDB);
}
.button{
    background: #ffd800;

}
/*----------------------------------
    2.2 Text color Setting
----------------------------------*/
.icon,
.icon-cirlce,
.pricing_title,
.icon-circle{
    color: #770DDB;
    background: linear-gradient(to bottom right, #C845AA, #770DDB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* ==================================
   3. Common CSS
================================== */
/* roee 9.9.2019 roee */
.navbar .dropdown  .btn ,
.navbar .show>.btn-secondary.dropdown-toggle {
    padding: 0px 30px;
    background: #5956a9;
    border-color: #5956a9;

}
.rtl .navbar .dropdown .btn{
    margin-top: 7px;
}
.rtl .navbar .dropdown  .btn ,
.rtl .navbar .show>.btn-secondary.dropdown-toggle{
    direction: rtl;
}
.navbar .dropdown-menu ,
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover{
    background: #5956a9;
    width: 100%;
    color: #fff;

}
.navbar .dropdown-item {
    color: #fff;
}

.btn{ 
	font-size: 17px;
    padding: 12px 30px;
}
.section_head{
	margin-bottom: 30px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus{
    outline: 0px;
}
.button{
    color: #d2232a;
	padding: 10px 30px;
	border: none;
	border-radius: 5px;
	font-weight: bold;
    float: right;
    font-size: 20px;

}

.background{
	background-size: cover !important;
}
.parallax{
	background-attachment: fixed !important; 
}
.overlay{
	position: relative;
}
.overlay::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	opacity: 0.9;
}
.mb-2r{
    margin-bottom: 2rem;
}
@media (max-width: 575.98px) {
    .xs-mb-1{margin-bottom: 0.25rem;}
    .xs-mb-2{margin-bottom: 0.5rem;}
    .xs-mb-3{margin-bottom: 1rem;}
    .xs-mb-4{margin-bottom: 1.5rem;}
    .xs-mb-5{margin-bottom: 3rem;}
    .xs-mb-2r{margin-bottom: 2rem;}
    
}
@media (max-width: 767.98px) {
    .sm-mb-1{margin-bottom: .25rem;}
    .sm-mb-2{margin-bottom: 0.5rem;}
    .sm-mb-3{margin-bottom: 1rem;}
    .sm-mb-4{margin-bottom: 1.5rem;}
    .sm-mb-5{margin-bottom: 3rem;}
    .sm-mb-2r{margin-bottom: 2rem;}
}
@media (max-width: 991.98px) {
    .md-mb-1{margin-bottom: .25rem;}
    .md-mb-2{margin-bottom: 0.5rem;}
    .md-mb-3{margin-bottom: 1rem;}
    .md-mb-4{margin-bottom: 1.5rem;} 
    .md-mb-5{margin-bottom: 3rem;}
    .md-mb-2r{margin-bottom: 2rem;}
}


/* ========================= 
   4. Header 
========================= */
/* ------------------------- 
   4.1 Navbar 
------------------------- */
.navbar{
	background: none !important;
	padding: 8px 15px;
	margin-top: 10px;
}
.nav-link{
	color: #fff !important;
	padding: 0px 15px !important;


    font-size: 22px;
}
.nav-bg{
	background: #000 !important;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	margin-top: 0;
}
.nav-bg a{
	color: #fff !important;
}
.logo-color{
    display: none;
}
.nav-bg .logo-color{
    display: block;
}
.nav-bg .logo-white{
    display: none;
}
@media (max-width: 400px) {
    .navbar-brand img{
        max-width: 200px;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg{
        background: #9320ca !important;

    }
    .navbar{
        margin-top: 0 !important;
    }
    .nav-link{
        color: #fff !important;
    }
    .nav-item {
        border-bottom: solid 1px #ccc;
        padding: 10px 0;
    }
    .nav-item:last-child{
        border-bottom: none;
    }
    .logo-color{
        display: block;
    }
    .logo-white{
        display: none;
    }
}


/* -------------------------
   4.2. jumbotron
------------------------- */
.jumbotron{
	background: url(../images/banner_bg.jpg) center bottom;
	background-size: cover;
	position: relative;
    padding: 232px 0px 150px;
    color: #fff;
    padding: 317px 0px 150px;
    font-family: 'Heebo', sans-serif;
}
.navbar-brand{
    margin-left: 5rem;
}
/*
.jumbotron::before{
	content: "";
	width: 100%;
	height: 100%;
    position: absolute;
	left: 0;
	top: 0;
    opacity: 0.7;
    background: #0f021b;
}*/
canvas{
    display:block;
    vertical-align:bottom;
}
#particles-js{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.display-4{
	font-weight: 100;
    color: #fff;
    text-align: right;
    font-size: 2.5rem;
    font-weight: bold;

}
@media (max-width: 420px) {
    .display-4{
        font-size: 2rem;
    }
    
}
.display-4 span{
    font-weight: 400;
}
.lead{
    font-family: Heebo;
    text-align: right;

}

.jumbotron .btn{
	font-size: 16px;
	padding: 12px 35px;
    line-height: 30px;
    font-family: 'Heebo', sans-serif;
    text-transform: uppercase;
}
.btn .fa{
    margin-right: 5px;
}
.btn-outline-light{
	padding: 10px 35px;
    border: solid 2px #fff;
}
#logowebstite{
    position: relative;
    top:-20px;
    right: 43px;
}

/*
.jumbotron .owl-carousel .owl-item img{
    border-radius: 60px;
}*/
@media (max-width: 575.98px) {
    .jumbotron .btn{
        font-size: 14px;
        padding: 8px 15px;
    }
    .btn-outline-light{
        padding: 8px 35px;
    }
}


/* =========================
   5. About Section 
========================= */
.about p{
    text-align: right;
    direction: rtl;
}
.video-thumb{
    float: left;
}
.about .heading{
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: right;
}
.about_features{
    margin-top: -196px; 
    background: #fff; 
    position: relative;
    padding: 3.5rem 2.5rem;
    text-align: right;
}
.about_features .mb-4{
/*    margin-bottom: 2rem !important;*/
}
html[lang=IL] .about_features  .row,
html[lang=IL] .about_features  .media
{
    flex-direction: row-reverse;
}

.play-button{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    padding-right: 22px;
    font-size: 50px;
    line-height: 100px;
    transition: 0.5s;
}
.play-button:hover{
    transform: scale(1.1);
}
.list-with-icon{
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 20px;
}
.list-with-icon li{
    list-style-type: none;
    padding-left: 0;
    line-height: 2;
}


/* =========================
   6. Feature Section
========================= */
.feature{
    background: #eee;
}
.feature .media{
    flex-direction: row-reverse;
    height: 100px;
    margin-top: 10%;
}
.icon-circle{
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 10px;
    border-style: solid;
    border-width: 1.5px;
}
.icon-circle .icon{
    font-size: 32px;
    margin-top: 16px;
}


/* =========================
   7. Screenshot Section
========================= */



/* =========================
   8. Pricing Section 
========================= */
html[lang=IL] .pricing  .row{
    flex-direction: row-reverse;
}
.price_box{
	transition: all linear 0.3s;
    background: #fff;
    margin-top: 2%;
}
.navbar-toggler{
    background: #fff;
}
#pricing > div > div:nth-child(2) > div:nth-child(2) > div{
    margin-top: -10px;
}
#pricing > div > div:nth-child(2) > div:nth-child(2) > div .pricing_title,
#pricing > div > div:nth-child(2) > div:nth-child(2) > div h2
{
    font-weight: bold;
}

.price_box:hover{
	margin-top: -10px;
}
#pricing > div > div:nth-child(2) > div:nth-child(2) > div:hover{
    margin-top: -20px;
}
.pricing_top{
	background: #fff;
	border-radius: 8px 8px 0 0;
    padding: 30px 0 5px;
}
.price_box h5{
    margin-bottom: 12px;
	font-size: 2em;
	letter-spacing: .01em;
	font-weight: 400;
}
.pricing_bottom ul li svg{
    margin-left: 1em;
}
.price_box h2{
    font-size: 3.6em;
	line-height: 1.25;
	font-weight: 300;
    text-align: center;
    direction: rtl;
}
.price_box h2 span{
    font-size: 40px;
}
.pricing_bottom{
	background: #fff;
    border-radius: 0 0 8px 8px;
    padding: 5px 30px 30px 30px;
}
.pricing_bottom ul{
	list-style: none;
}
.pricing_bottom ul li{
	font-weight: 400;
    line-height: 2.5;
    position: relative;
	color: #666;
}
.sign_up_button{
    color: #fff;
    padding: 12px 0;
    border: none;
    border-radius: 5px;
    letter-spacing: 1px;
    float: none;
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: bold;
}

a:not([href]).sign_up_button {
    color: #fff;
    cursor: pointer;
}
a:not([href]).sign_up_button:hover{
    color: #fff;
}
/* =========================
   9.counter Section
========================= */

html[lang=IL] .section-counter .row{
    flex-direction: row-reverse;

}

/* =========================
   9. Team Section 
========================= */
.team{
	background: #eee;
}
.team_expert{
	position: relative;
}
.team_info{
	width: 1px;
	height: 1px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	background: linear-gradient(to bottom right, #C845AA, #770DDB);
	opacity: 0.8;
	transition: all linear 0.3s;
	
}
.team_expert:hover .team_info{
	width: 100%;
	height: 100%;
	padding-top: 100px;
	border-radius: 0;
	top: 0;
	left: 0;
}
.team_info a{
	color: #fff;
    padding: 0 5px;
    font-size: 18px;
}
.team_info h4{
	letter-spacing: 1px;
    margin-bottom: 3px;
    font-weight: 600;
}
.team_expert p{
	margin-top: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}


/* =========================
   10. Testimonial Section
========================= */
.owl-carousel .owl-item img{
	width: auto;
	display: inline;
    margin-top: 0 !important;
}
.testimonial-item img{
	margin-bottom: 15px;
}
.testimonial-item h5{
	margin-bottom: 5px;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
    font-size: 40px !important;
    padding: 0 5px !important;
    line-height: 1;
    outline: none;
    color: #bbb !important;
}
.testimonial blockquote{
    font-size: 18px;
    direction: rtl;
}
.testimonial .owl-dots{
    display: none;
}
.blockquote-footer{
    color: #5f6368;
}

/* =========================
   11. Download Section
========================= */
@media (max-width:350px){
    .download_icon{
        width: 125px;
    }
}

/* =========================
   11. Contact Section 
========================= */
html[lang="IL"]  #contact .row{
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
html[lang="IL"]  #contact .row .media{
    flex-direction: row-reverse;
    align-items: center;

}
html[lang="IL"]  #contact .row .media .mr-3,html[lang="IL"]  #contact .row .media  .mx-3 {
    margin-left: 1rem!important;
}
.contact{
	background: #eee;

}
.contact .row,#contact-form .form-group,
.pricing .row
{
    flex-direction: row-reverse;
}

.contact .form-field:nth-child(odd){
    padding-right: 7px;
}
.contact .form-field:nth-child(even){
    padding-left: 7px;
}
@media (max-width: 767.98px) {
   .contact .form-field:nth-child(odd){
        padding-right: 15px;
    }
    .contact .form-field:nth-child(even){
        padding-left: 15px;
    } 
}
.form-field input{
    padding: 11px 15px;
	border-radius: 5px;
    text-align: right;

}
textarea{
    text-align: right;
}
.location_map{
    border-radius: 10px;
    border: solid 2px #eaeaea;
    box-shadow: 0 5px 20px #ddd;
}


/* =========================
   12. Footer
========================= */
.footer{
	background: #404040;
    padding: 20px 0;
}
.footer p{
	color: #fff;
    font-size: 16px;
    margin-top: 7px;
	margin-bottom: 0;
    letter-spacing: .01em;
    font-weight: 300;
}

.footer_icon .fa{
	padding: 0 8px;
    font-size: 24px;
    color: #979797;
}
.footer_icon .fa:hover{
	color: #007bff;
}
.circle{
    margin: 0px auto;
    border-radius: 50%;
    background:#000 ;
    width: 240px;
    height: 240px;
    position: absolute;
    z-index: 1;
    top: -150px;
    left: 20%;
}
.loader{
    display: none;
}
.modal-body{

    padding: 2rem;
    margin-top: 20px;


}
#register .circle img,
#popupuserexists .circle img ,
#popupuserexistserror .circle img ,
#login .circle img
{
    position: relative;
    top: 50px;
    display: block;
    margin: 0px auto;
}
#popupuserexists h3{
    text-align: center;
}
.error-result{
    text-align: center;
    color: red;
    font-size: 18px;
}
.login-form{
    margin-top: 15px;
    max-width: 300px;
    width: 100%;
    margin: 0px auto;
}
#forgotpassword{
    color: blue;
    text-align: center;
    display: block;
}
.forgotpassword,#msgforgotpassword{
    display: none;
    margin-top: 15px;
}

.register-form .btn,.login-form .btn{
    background: #97c32e;
    border:1px solid #97c32e;
    margin: 0px auto;
    max-width: 280px;
    width: 100%;
    display: block;
    font-size: 30px;
    padding: 0px;

}
.lead img{
    float:left;
    margin-left:20px;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 650px;
        margin: 1.75rem auto;
    }
}
@media(max-width:768px){
    #register .modal-dialog, #popupuserexists .modal-dialog{
        margin: 120px 0px 0px 0px;
    }
      .mobile-slider{
       max-width: 300px;
       width: 100%;
       margin: 20px auto;
          position: static;
    }
    .display-4{
        text-align: center;
        margin-top: 20px;
    }
   
}

@media (min-width: 1200px){
    header  .container {
        max-width: 1635px;
    }
}
@media (max-width: 1479px) {
    .nav-link{
        font-size: 16px;
    }
    #phonesite{
        font-size: 23px;
    }
    .logo-white{
        max-height: 150px;
    }
    .navbar-brand{
        margin-left: 0px;
    }
}

@media (max-width: 992px) {
    html[lang=IL] .feature .media{
        margin-top:0px;
    }
    html[lang=IL] .navbar>.container{
        flex-direction: row-reverse;
    }
    html[lang=IL] .navbar-brand{
        margin-left: 0px;
    }
    html[lang=IL]  .jumbotron{
        padding-top: 120px;
    }
    #logowebstite{
        position: static;
    }



}
@media (max-width: 768px) {
    .elementor-row{
        display: block;

    }
    .elementor-row ul{
        width: 100%;
        text-align: center;
        display: block;
        display: block;
    }
    .header-fixed{
        display: block;
        position: fixed;
        width: 100%;
        z-index: 11111;
        bottom: 0px;
        background: #fff;
        height: 50px;
    }
    .header-fixed div{
        width: 25%;
        float: right;
        text-align: center;
        padding-top: 10px;
        color: #fff;
        height: 50px;
    }
    .header-fixed div.register{
        width: 50%;
        padding-top: 0px;
    }
    .header-fixed div.register .button{
        margin: 0px auto;
        padding: 10px 0px;
        border-radius: 0px;
        width: 100%;
    }

    .header-fixed div a{
        color: #fff;
        font-size: 20px;
    }
    .header-fixed div.phone{

        background: #71becf;
    }
    .header-fixed div.whatsapp{

        background: green;
    }
    .header-fixed div.whatsapp svg{
        fill: #fff;
        margin-top:5px;
    }
    #phonesite{
        display: none;
    }

}
@media(max-width:500px){
    .jumbotron ul li:before, .about ul li:before{
        right: 0px;
    }
    .jumbotron ul li, .about ul li{
        text-align: center;
    }

    #registration-gogole,
    #registration-facebook,
    .btn.register{
        font-size: 18px;
    }
    .circle{
        width: 170px;
        height: 170px;
        left: 24%;
    }
    h2{
        text-align: center;
    }
    .lead.mb-5{
        margin-bottom: 10px!important;
        text-align: center;
    }
    .lead img {
        float: none;
        margin: 0px auto;
        display: block;
    }
    .button{
        margin: 20px auto;
        max-width: 290px;
        width: 100%;
        display: block;
        float: none;
    }

}