/* for debugging only
img[alt=''] {
outline: 10px solid red !important;
}
img:not([alt]) {
outline: 10px solid red !important;
}
input:not([name]) {
outline: 10px solid red !important;
}
input[name=''] {
outline: 10px solid red !important;
}
img:not([height]),
img:not([width]) {
outline: 10px solid red !important;
}
for debugging only end*/

*:focus {
    outline: none !important;
}
.main-footer-area{
    padding-top:0px;
}
.justify{
    text-align:justify;
}
p{
    font-size:16px;
    color:#212121;
    text-align:justify;
}
#form-success {
    display: none;
    top: 10%;
    right: 1%;
    z-index: 1000;
}
.footer-top-area .footer-socila li a {
    position: relative;
    display: inline-block;
    background: transparent;
    width: 40px;
    height: 40px;
    color: #b5b7b7;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #b5b7b7;
    border-radius: 50%;
    transition: all 500ms ease;
}
.footer-img{
    width: 83px;
    height: 83px;
    object-fit: cover;
    object-position: center;
}
span.expired {
    font-size: 1.5rem;
    background-color: #ec2f59;
    color: #ffffff;
}
.main-menu .navigation > li > ul > li.current a {
    color: #ef8606;
}

/* .single-item a{
color:#848484;
} 
.single-item a:hover{
color:#80c343;
}  */
.help-us:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f1f2f391 url(/Content/img/bg/background_dot_beige.svg);
    background-blend-mode: overlay;
    left: 0px;
    z-index: -1;
    top: 0px;
    background-size: 10px 10px;
}
.focus-content h2{
    font-weight: bold;
    color: #212121;
    font-size:30px;
}
.focus-content p{
    margin: 0;
}
.focus-content p+p{
    margin-top: 1em;
}
.welcome-content img{
    margin-bottom:30px;
}

/* Inline #9 | http://www.pup.vmx.link/ */

.mcards {
    overflow: hidden;
    height: 250px;
    border-radius: 10px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.mcards::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,1) 100%);
}

.mcards > h6 {
    position: absolute;
    left: 15px;
    font-size: 1.1em;
    color: #fff;
    font-weight: 500;
    top: 65%;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
iframe {
    max-width: 100%;
}
.membership-partner li {
    border: 1px solid #8a837e;
    background: rgb(255 255 255 / 78%);
    transition: all 500ms ease;
}
.header-upper .top-right .social-link li{
    align-content: center;
}
/* Style the language dropdown */
#google_translate_element select {
    border: none;
    background: #fff;
    font-size: 12px;
    color: #2c3e50;
    outline: none;
    cursor: pointer;
    padding: 5px 10px;
    font-weight: normal;
}
.goog-te-gadget{
    color: #fff !important;
}
.goog-te-gadget-simple{
    font-size: 10px;
    font-weight: normal;
    padding: 2px 10px;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: white;
    cursor: pointer;
}
.goog-te-gadget-simple a span{
    color: #212529;
}