#ltr .green-button{
    font-family: 'anton'!important ;
    letter-spacing: 1px!important ;
    line-height: 3.3!important ;
    background:#08a450 !important ;
    color:white!important ;
    padding:0!important;
    text-indent: 0!important;
    min-height:50px;
    display: inline-block;
    text-transform: uppercase;
}
#rtl .green-button{
    background:#08a450 !important ;
    color:white!important ;
    padding:0!important;
    text-indent: 0!important;
    min-height:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
#rtl .news-events .green-button{
    margin-left: auto;
    margin-right:auto;
}
.checkbox label.clear-after:after{
    content:'';
}
.row{
    margin-right: 0;
    margin-left: 0;
}
.splash-screen-container{
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    display: flex;
    text-align: center;
    background-color: white;
    justify-content: :center;
    position: fixed;
}
h2{
  font-weight: bold;
}
.modal-footer{
    border:0;
}
.modal-footer button{
    border:none!important;
    width:150px;
    text-align:center;
}

.modal-content{
    padding:50px;
}
.swiper-navigation:focus{
    outline: none!important;
}
.bold{
  font-weight: bold!important;
}
/*.rtl .checkbox label::before{
    left:unset;
    right:0;
}*/
.splash-screen-container img{
    align-self: center;
    margin:auto;
}
.no-overflow{
    overflow: hidden;
}
.rtl{
    direction: rtl;
}
.rtl .checkbox label::before{
    right:0;
    left:unset;
}
.text-align-right{
    text-align: right!important;
}
.news-date{
    position:absolute;
    top:0;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    width:80px;
    height: 80px;
    padding-top:5px;
}
.news-date p{
    margin-bottom: 0;
    color:white;
    text-align: center;
}
/* .news-date .month,.news-date .year{
    font-size:10px;
} */
.mask{
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #08a450;
  top:0;
  opacity: 0.76;
  color:white;
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-mask-container{
    overflow: hidden;
    padding:0;
}
.img-mask-container .mask{
    display: none;
}
/*=============== fonts ==========*/
@font-face {
    font-family: "anton";
    src: url("../fonts/anton-regular-webfont.woff2") format("woff2"),
        url("../fonts/anton-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'signature';
    src: url("../fonts/justsignature-webfont.ttf");
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "just-signature";
    src: url("../fonts/justsignature-webfont.woff2") format("woff2"),
        url("../fonts/justsignature-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
.full-width{
    width: 100%;
}
.green {
    color: #08a450;
}
.just-signature{
    font-family: "just-signature" !important;

}
.cairo{
    font-family: "Cairo"!important;
}
.anton {
    font-family: "Lato" !important;
}

.lato {
    font-family: "Lato" !important;
}
.error {
    color:red;
}
.success{
    color:green;
}

.lato-bold, .lato-black {
    font-family: "Lato" !important;
    font-weight: bold;
}


/*=============== social media header ==========*/

.social-media-header {
    height: 30px;
    background: #f3f3f3;
}
.social-media-header a {
    margin-right: 40px;
}

.footer-nav ul {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    margin-top: 1rem;
}

.footer-nav ul li {
    display: inline-block;
    color: white;
    font-weight: lighter;
    text-transform: capitalize;
}

.footer-nav ul li a{
    color:white;
}
.footer-social-links ul li {
    display: inline-block;
}

.footer-social-links ul {
    width: 100%;
    display: flex;
    padding: 10px;
    justify-content: flex-end;
    margin-top: 1rem;
}

/*=============== navigation ==========*/
nav {
    z-index: 100;
}

#mobile-nav,
.mobile-nav {
    display: none;
}
nav a{
    color:inherit;
    text-decoration: none;
}
nav a:hover{
    text-decoration: none;
    color:inherit;

}


nav li {
    cursor: pointer;
}

nav ul.main-menu li {
    font-family: 'Cairo';
    text-decoration: none;
    display: inline-block;
    align-self: center;
    display: flex;
    height: 100%;
    position: relative;
    margin-right: 20px;
    font-size: 16px;
    /*text-transform: capitalize;*/
}
nav ul.submenu  li {
    margin-right:0;
    padding-right:20px;
}
nav ul.main-menu li:hover {
    /*border-top:5px solid #08a450;*/
}
nav ul.main-menu li.language-li:hover {
    border-top:none;

}
nav ul.main-menu li.selected-menu {
    color: black;
}

nav ul.main-menu li a {
    align-self: center;
}

nav ul.main-menu {
    height: 100%;
    display: flex;
    color: #8a8a8a;
}
nav .desktop-nav {
    padding:0;
}
nav .desktop-nav .main-menu{

    justify-content: flex-end;
    padding: 0;
}

nav .desktop-nav ul.submenu {
    position: absolute;
    left: 0;
    top: 100%;
    padding-right: 15px;
    padding-left: 0;
    border-top: 2px #08a450 solid;
    background: white;
    display: none;
    padding-right: 0;
}

nav .desktop-nav ul.submenu li {
    text-decoration: none;
    display: block;
    height: auto;
    padding: 10px;
    white-space: nowrap;
}

nav .desktop-nav ul.submenu li:hover {
    box-sizing: border-box;
    background: #08a450;
    color: white;
}

nav .main-menu li.active {
    border-top: #08a450 3px solid;
}

nav .logo {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 65px;
}

nav .logo-container {}

a {
    cursor: pointer;
}

.display-mobile-nav {
    display: none;
}

.green-bottom-border {
    border-bottom: 2px #08a450 solid;
}

/*========breadcrumbs-header=====*/
header.breadcrumbs-header {
    background-color: #ddedd3;
    padding-top: 40px;
    padding-bottom: 40px;
}

header.breadcrumbs-header .page-title {
    color: #616264;
    margin-bottom: 0;
    font-size: calc(25px + 1vw);
    text-transform: capitalize;
}

header.breadcrumbs-header .breadcrumbs-col {
    display: flex;
}

header.breadcrumbs-header .breadcrumbs-col ul {
    align-self: center;
    padding: 0;
    margin: 0;
}

header.breadcrumbs-header .breadcrumbs-col ul li {
    display: inline-block;
    color: #999997;
    text-transform: capitalize;
}

header.breadcrumbs-header .active-breadcrumb {
    color: #08a450;
}
/*.row.breadcrumbs-header{
    text-align: left!important;
}*/
.language-li a{
    margin-bottom: 5px;
}

.join-our-newsletter{
    background: #fafafa;
    padding:15px;
    padding-top:50px;
    padding-bottom:50px;

}
.join-our-newsletter .text{
    color: #58585a;
}
.newsletter-form{

    align-self: center;
}
.newsletter-form input{
    opacity: 0.6;
    border:none;
    height: 40px;
    padding-left:10px;
    float: left;
    margin: 10px;
}

.newsletter-form input[type=email]{
    border: 1px solid #619744;
}
.newsletter-form input[type=email].error{
    border: 1px solid red;
}

.newsletter-form a{
    height: 40px;
    vertical-align: top;
    width: 30%;
    text-align: center;

    background: white;
    -webkit-appearance: button-bevel;
    appearance: button-bevel;
}

.filter{
    background:#f6f4f7;
    margin-bottom: 20px;
}
.filter ul{
    list-style: none;
    padding:0;
    margin:0;
    margin-bottom: 20px;
}
.filter label{
    font-size:14px;
    width: 100%;
    padding:0h;
}
.filter label::before{
    right:0;
    left:unset;
}
.filter label::after{
    right:0;
    left:unset;
}
.filter .checkbox{
    line-height: 1;
    padding:0;
}
.filter .filter-link{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.filter button{
    width:100%!important;
}
.filter .container{
    padding-top:20px;
    padding-left: 30px;
    padding-right: 30px;

}
.filter .single-filter-container{
    background:white;
    margin-top:30px;
    padding-top:15px;
    /*padding-bottom:20px;*/
}
.checkbox-info input[type="checkbox"]:checked + label::before, .checkbox-info input[type="radio"]:checked + label::before{
    background-color:#3cae75!important;
    border-color:#3cae75 !important;
}

.text-primary {
    color: #08a450
}

.btn {
    padding-right: 50px;
    padding-left: 50px;
    text-decoration: none;
}
.btn.btn-primary {
    background: #08a450;
    color: white;
    border: none;
}

.btn.btn-primary:focus {
    outline: none;
}
.btn.btn-primary:active {
    background: #619744 !important;
    border: none;
    color: white;
    border: none;

}

.btn.btn-primary span {
    font-size: 14px;
    color: white;
}

.location-details {
    padding-bottom: 50px;
}

@media only screen and (min-width: 1350px) {
    nav ul.main-menu li {
       font-size: 18px; 
    }
}

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

    .desktop-nav {
        display: none;
    }

    .display-mobile-nav {
        display: block !important;
    }

    .mobile-nav {
        display: block;
    }

    .hamburger {
        align-self: center;
        float: right;
        cursor: pointer;
    }

    .hamburger-container {
        display: flex;
        height: 100%;
        justify-content: flex-end;
    }

    /*    nav .logo {
        padding: 0 !important;
    }*/

    nav {
        min-height: 50px !important;
    }

    .mobile-nav ul.main-menu {}

    #mobile-nav ul.main-menu li {
        display: block;
        height: auto;
        text-align: center;
        padding-bottom: 20px;
    }

    nav #mobile-nav ul.submenu {
        padding-right: 15px;
        padding-left: 0;
        background: white;
        display: none;
        padding-right: 0;
    }

    nav #mobile-nav ul.submenu li {
        text-decoration: none;
        display: block;
        height: auto;
        padding: 10px;
        white-space: nowrap;
    }
}

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

    .footer-nav{
      width:100%;
    }
    .footer-nav ul {
        flex-wrap: wrap;
    }

    .footer-nav ul li {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-social-links{
      margin:auto
    }
}

@media only screen and (max-width: 633px) {
    header .breadcrumbs-col {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 575px) {
 /*   .row.breadcrumbs-header{
        text-align: center;
    }*/
   header.breadcrumbs-header .breadcrumbs-col{
        display: block;
    }
}

@media only screen and (max-width: 500px) {
    .copyrights {
        text-align: center;
    }
}
