/*
font-family: 'Arimo', 'sans-serif' !important;
font-family: 'Assistant', 'sans-serif' !important;
font-family: 'Bellefair', 'serif' !important;
font-family: 'Bona Nova', 'serif' !important; <- פונט לאתרים של תורה
font-family: 'Fredoka', 'sans-serif' !important; <- Look good font
font-family: 'Heebo', 'sans-serif' !important;
font-family: 'IBM Plex Sans Hebrew', 'sans-serif' !important;
font-family: 'Karantina', 'cursive' !important;
font-family: 'Noto Rashi Hebrew', 'serif' !important; <- פונט לאתרים של תורה
font-family: 'Open Sans', 'sans-serif' !important;
font-family: 'Rubik', 'sans-serif' !important;
font-family: 'Varela Round', 'sans-serif' !important;
*/
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Assistant:wght@200;300;400;500;600;700;800&family=Bellefair&family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=Fredoka:wght@300;400;500;600;700&family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=IBM+Plex+Sans+Hebrew:wght@100;200;300;400;500;600;700&family=Karantina:wght@300;400;700&family=Noto+Rashi+Hebrew:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Rubik:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Varela+Round&display=swap');

:root {
  --austry-font: 'Open Sans', sans-serif;
}

.asm-font-weight-500 {
    font-weight: 500!important;
}
.asm-text-underline {
    text-decoration: underline!important;
}

.main-menu .main-menu__list>li>a, 
.stricky-header .main-menu__list>li>a {
    font-size: 20px!important;
    font-weight: 600!important;
}

.text-justify {
    text-align: justify!important;
}

.main-menu-two__logo a img,
.footer-widget__logo a img
{
    /*width: 100%!important;*/ 
    max-width: 209px!important;
    /*height: 100%!important;*/ 
    max-height: 50px!important;
}
.main-slider-two__title 
{
    font-weight: 800;
    margin-top: 13px;
    margin-bottom: 44px;
}


.asm-mxw-content
{    /* Max width content*/
    max-width: 960px!important;
}

.asm-dir {     direction: ltr!important; }
.asm-cursor-pointer {     cursor: pointer; }
.h-55 { height: 55px; }

.asm-size-10 { font-size: 10px!important; }
.asm-size-12 { font-size: 12px!important; }
.asm-size-14 { font-size: 14px!important; }
.asm-size-16 { font-size: 16px!important; }
.asm-size-18 { font-size: 18px!important; }

.services-two,
.news-one,
.news-details,
.process-one
{
    padding: 30px 0 22px;
}
.section-title {
    /*margin-top: -10px;*/
    margin-bottom: 20px;
}
.section-title__title,
.brand-two__title {
    font-size: 40px;
}
.section-title__tagline { font-size: 20px; }
.section-title__tagline::before { left: inherit; right: 0%; width:50%!important; }

.process-one__text *
{
    color: var(--austry-base-light-color)!important;
}


.swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.asm-lines-position-relative { position: relative; }
.asm-lines-position-static { position: static; }
.asm-lines-position-absolute { position: absolute; }
.asm-lines-position-absolute.lines-dotted-t { border-top: 2px green dotted; }
.asm-lines-position-absolute.lines-dotted-b { border-bottom: 2px green dotted; }
.asm-lines-position-absolute.lines-dotted-l { border-left: 2px green dotted; }
.asm-lines-position-absolute.lines-dotted-r { border-right: 2px green dotted; }
.asm-lines-position-absolute.lines-dotted { border: 2px green dotted; }
.asm-lines-position-absolute.lines-dotted-top-left { 
    border-top: 2px green dotted; border-right: 2px green dotted; 
    
    margin-top: 30%;
    margin-left: -10%;
    height:70%; width:50%;
    top: 0; left:0;
    z-index: 9999!important;
}
.asm-lines-position-absolute.lines-dotted-top-right { 
    border-top: 2px green dotted; border-left: 2px green dotted; 
    
    margin-top: 10%;
    margin-right: -40%;
    height:87%; width:70%;
    top: 0; right:0;
    z-index: 9000!important;
}
.asm-lines-position-absolute.lines-dotted-bottom-left { 
    border-bottom: 2px green dotted; border-right: 2px green dotted; 
    
    margin-top: -14%;
    margin-left: 10%;
    height:30%; width:40%;
    top: 0; left:0;
    z-index: 9999!important;
}
.asm-lines-position-absolute.lines-dotted-bottom-right { 
    border-bottom: 2px green dotted; border-left: 2px green dotted; 
    
    margin-top: -13%;
    margin-right: -20%;
    height:100%; width:50%;
    top: 0; right:0;
    z-index: 9000!important;
}


.contact-page-form .container
{
    max-width: 1200px!important;
}

.asm-clear-news-one__content
{
    box-shadow: none!important;
    /* padding: 21px 25px 18px; // First options , half of original */
    padding: 11px 12px 9px;
}
.asm-green-color
{
    color: #2B8C59!important;
}


.scroll-to-target
{
    background-color: var(--austry-base-scroll);
}

.site-footer__social a
{
    background-color: var(--austry-base-footer-social);
}

.site-footer__top {  padding-top: 40px!important;  padding-bottom: 20px!important; }





.brand-two { padding: 72px 0 48px; }

.brand-two__title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    letter-spacing: var(--austry-letter-spacing);
}
.brand-two__title:before 
{
    max-width: 330px;
}

.brand-two__title:after 
{
    max-width: 330px;
}
.brand-two .swiper-slide img 
{
    opacity: 1!important;
}

.brand-two .swiper-slide img:hover 
{
  /*opacity: 0.5;*/
}

.main-menu-two__call-icon,
.mobile-nav__contact li i.fa 
{
    background-color: var(--austry-base-icons);
}
.main-slider__btn,
.contact-page-form__btn,
.footer-widget__about-btn,
.footer-widget__newsletter-btn,
.search-popup__content .thm-btn
{
    background-color: var(--austry-base-buttons);
}

.footer-widget__about-text , 
.footer-widget__Contact-list,
.footer-widget__Contact-list li .icon span,
.footer-widget__links-list li a,
.site-footer__bottom-text,
.site-footer__bottom-text a
{
    color: #ffffff!important;
}
.footer-widget__Contact-list li a:hover,
.footer-widget__links-list li  a:hover
{
    text-decoration: underline!important;
    color: #ffffff!important;
}


.mobileCall { 
    position:fixed !important; 
    width:100% !important; 
    height: 40px!important;
    background-color: #E82144!important;
    color:#fffffff!important;
    bottom:0 !important; 
    display:block !important; 
    border-top:1px solid #333333; 
    font-size:18px !important; 
    font-weight:bold !important; 
    /*text-shadow: 1px 1px 2px #000; */
    
    display: none!important;
    z-index: 99999 !important;
}
.mobileCall a , .mobileCall a i {
    color: #ffffff!important;
}
.mobileCall .whatsapp{ 
    float:left !important; 
    width:50% !important; 
    line-height:40px !important; 
    height:40px !important;
    /*background-image: radial-gradient(rgba(90, 201, 85, 1), rgba(90, 201, 85, 1));*/
    color:#ffffff !important; 
    border-right:1px solid #ffffff; 
}
.mobileCall .whatsapp i{ }
.mobileCall .callme{ 
    float:right !important; 
    width:50% !important; 
    line-height:40px !important; 
    height:40px !important; 
    /*background-image: radial-gradient(rgba(89, 182, 232, 1), rgba(89, 182, 232, 1));*/
    color:#ffffff !important; 
}
.mobileCall a{ margin:auto !important; text-align:center !important; display:block !important; color: #ffffff!important; }
.mobileCall a:hover{ color: #333333!important; }



/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .mobileCall {
        display:block!important; 
        padding-bottom:-50px!important;
    }
}






.scroll-to-top {
    bottom: 50px!important;  right: 10px!important;
}

.contact-page-google-map:before {
    height: 0px!important;
}

.site-footer
{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.DevelopedByLogo
{
    height: 25px!important;
    border-radius: 5px!important;
}