html[lang="en-US"] .ar_view,
html[lang="en-AU"] .ar_view {
    display: none !important;
}

html[lang=ar] .en_view {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

/* Start News Styles  */
.news_container {
    align-items: center;
    width: 100%;
    max-width: 100% !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 50px;
}

.news_box {
    border: 1px solid #ccc;
    border-radius: 90px 90px 0px 90px;
    margin: 10px;
    padding: 40px;
    display: flex;
    width: 100%;
    background: #F2F2F2;
    gap: 20px;
    height: 450px;
}

.news_box .read_more {
    flex-grow: 1;
}

.news_box .read_more a {
    align-items: flex-end;
    height: 100%;
}

.news_box .read_more a span {
    display: flex;
}

html[lang=ar] .news_box {
    border-radius: 90px 90px 90px 0px;
}

.award_gallery_section,
.news_gallery_section {
    width: 100%;
    max-width: 100% !important;
}

.award_gallery {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

.news_gallery a img {
    width: 100%;
    object-fit: cover;
}

.news_gallery {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

.news_img img {
    object-fit: cover;
    border-radius: 0px 86px 86px 86px;
    border: 1px solid #B7B6B6;
    width: 264px;
    height: 348px;
}

html[lang=ar] .news_img img {
    border-radius: 86px 0px 86px 86px;
}

.news_gallery a {
    width: 300px;
    height: 200px;
    display: flex;
    margin: 10px;
}

.news_container p {
    width: 100%;
}

.news_container h2 {
    margin-top: 0px;
    margin-bottom: 0;
}

.news_container ul li {
    list-style: none;
}

.news_container ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.news_img {
    min-width: 264px;
    height: 348px;
    object-fit: cover;
}

.news_details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 10px;
    height: 100%;
}

/* .news_short_description {
    flex-grow: 1;
} */

.news_date {
    display: inline-block;
    font-size: 18px;
    color: #6B6767;
    font-weight: 700;
    line-height: 1;
}

.news_title {
    font-size: 28px;
    color: var(--dark-green);
    margin-bottom: 10px;
    font-weight: 700;
    line-height: normal;
}

.news_short_description {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
    text-wrap: wrap;
    min-height: 80px;
    color: #181818;
    font-weight: 400;
    line-height: 28px;
}

.news_date_inner {
    color: #6B6767;
    font-size: 18px;
    font-weight: 700;
}

.news_container h2 {
    color: #157633;
    font-size: 28px;
    font-weight: bold;
}

.news_content_inner {
    font-size: 18px;
    color: #181818;
}

.read_more a,
.inner-cards .read_more {
    text-decoration: none;
    font-size: 18px;
    color: #157633;
    display: flex;
    align-items: center;
    transition: all 0.42s;
}

.read_more a svg,
.inner-cards .read_more svg {
    width: 40px;
    height: 40px;
}

.read_more a span,
.inner-cards .read_more span {
    margin-left: 10px;
    transition: all 0.42s;
}

.read_more a:hover,
.inner-cards .read_more:hover,
.inner-cards .awards-card:hover .read_more span {
    margin-left: 20px;
    transition: all 0.42s;
}


html[lang=ar] .read_more a span svg,
html[lang=ar] .inner-cards .read_more span {
    margin-right: 10px;
    margin-left: 0px;
    transform: rotate(180deg) !important;
}

html[lang=ar] .read_more a:hover,
html[lang=ar] .inner-cards .read_more:hover,
html[lang=ar] .inner-cards .awards-card:hover .read_more span {
    margin-right: 20px;
    margin-left: 0px;
}

.awards-cards {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    padding: 0px;
    gap: 24px;
}

.awards-card {
    text-decoration: none;
    width: 260px;
    height: 270px;
    border-radius: 49px 49px 0px 49px;
    background: #FFFFFF;
    border: 1px solid #BEC0C3;
    display: flex;
    flex-direction: column;
    background-color: transparent !important;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    flex-wrap: nowrap;
}

.award_img {
    max-width: 700px;
    margin-block-start: 0;
    min-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.award_img img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.award_details {
    flex-direction: column;
    align-items: center;
    margin-block-end: 0;
    display: flex;
    box-sizing: border-box;
}

.award_details p {
    font-size: 18px;
    font-weight: 600;
    font-family: "OpenSans", sans-serif;
    line-height: 27.24px;
    text-align: center;
}

.awards_full_container {
    margin-top: 42px;
}
.awards-cards.inner-cards p {
    display: none;
}
.award_details p:first-child {
    display: block !important;
}
.award_details .read_more span br {
    display: none;
}
.readmore_section::before {
    content: "";
    display: block;
    height: 28px;
    width: 28px;
    border: 1px solid #C8C4C4;
    border-radius: 50%;
    order: 3;
    flex: 0 0 auto;
    margin-left: -15px;
}

html[lang=ar] .readmore_section::before {
    margin-right: -15px;
    margin-left: 0px;
}

.readmore_section {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    width: 100%;
}

.readmore_section::after {
    content: "";
    display: block;
    height: 0.8px;
    width: 100%;
    min-width: 15px;
    background-color: #C8C4C4;
}

.readmore_section a.btn {
    font-size: 15px;
    font-family: inherit;
    padding: 10px;
    border-radius: 11px;
    color: #fff;
    min-width: 120px;
    cursor: pointer;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}

.media-gallery,
.video-gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top:40px;
}
.jc-center{
    justify-content: center;
}

.photo-box,
.video-box {
    background-color: #FFF;
    margin-bottom: 1.5rem;
    transition: all 0.5s ease-in-out;
    padding: 20px;
    border: 1px solid #43B02A;
    border-radius: 40px 40px 0 40px;
    display: table-caption;
}

.photo-box {
    display: block;
}

.gallery_img {
    width: min(440px, 100%);
    height: 360px;
    border-radius: 40px 40px 0 40px;
    overflow: hidden;
    position: relative;
}
.gallery_name {
    min-height: 70px;
}

.gallery_img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 39%);
    border-radius: 40px 40px 0 40px;
}

.gallery_img img {
    border-radius: 40px 40px 0 40px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.photo-info {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.photo-info,
.video-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 15px;
    padding-top: 0;
    box-sizing: border-box;
    gap: 15px;
}

.photo-info h6,
.video-info h6 {
    background-color: #43B02A;
    color: #fff;
    border-radius: 10px 10px 0px 10px;
    padding: 5px 12px;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

.photo-info .pub-date {
    align-self: center;
    font-size: 16px;
    color: #fff;
    background: #02264C;
    border-radius: 10px 10px 0px 10px;
    padding: 10px;
    font-weight: 400;
}

.media-gallery a:focus-visible,
.media-gallery a:focus,
a:focus,
a:focus-visible {
    text-decoration: none;
    outline-offset: 0 !important;
    outline: 0 !important;

}

.media-gallery a {
    transition: all .42s;
    text-decoration: none;
}

.media-gallery a:hover {
    transform: translateY(-10px);
}

.photo-info h6 span img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.photo-info h6 .en_view {
    margin-left: 5px;
}

.photo-info h6 .ar_view {
    margin-right: 5px;
}

.btn--dark-blue {
    background-color: #02264C;
}

.gallery_name .album_name {
    width: 90%;
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gallery_name svg {
    width: 50px;
    height: 50px;
    color: #157633;
}

html[lang=ar] .gallery_name svg {
    transform: rotate(180deg);
}

.gallery_name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    box-sizing: border-box;
}

.gallery_name p {
    margin-bottom: 0;
}

.media-gallery a,
.video-gallery .video-block {
    box-sizing: border-box;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    text-decoration: none;
}

.play_icon img {
    width: 50px;
    height: 50px;
}


.small_heading::before {
    content: "";
    display: block;
    height: 28px;
    width: 28px;
    border: 1px solid #C8C4C4;
    border-radius: 50%;
    order: 3;
    flex: 0 0 auto;
    margin-left: -15px;
}

.small_heading {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    width: 100%;
}

.small_heading::after {
    content: "";
    display: block;
    height: 0.8px;
    width: 100%;
    min-width: 15px;
    background-color: #C8C4C4;
}

.small_heading h2 {
    color: #000;
    min-width: 170px;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.78px;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
}

.member_section {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}

.member_card {
    border-radius: 0 82px 82px 82px;
    background: #FFFFFF;
    border: 1px solid #BEC0C3;
    background-color: transparent !important;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 40px;
}

.board_section .member_card {
    width: 760px;
    height: 362px;
    gap: 50px;
}

.photo_container {
    width: 290px;
    margin-bottom: 20px;
}

.member_container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}

.member_container .member_section:first-child {
    width: 100%;
}

.board_section .member_details {
    padding-left: 20px;
    flex: 1;
}

html[lang=ar] .board_section .member_details {
    padding-right: 20px;
    padding-left: 0px;
}

.row_section {
    flex-direction: column;
}

.member_card img {
    border-radius: 0 82px 82px 82px;
    width: 222px;
    object-fit: cover;
    margin-right: auto;
}

html[lang=ar] .member_card img {
    margin-left: auto;
    margin-right: 0px;
}

.board_section:first-child .member_card img {
    width: 310px;
}

html[lang=ar] .member_card img,
html[lang=ar] .member_card {
    border-radius: 82px 0px 82px 82px;
}

.member_details h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}

.member_details p {
    margin-top: 0;
    color: #696863;
}

.member_section .member_details h3,
.member_section .member_details p {
    text-align: center !important;
}


.board_section:first-child .member_card {
    height: 462px;
}

.board_section:first-child .member_card p,
.board_section:first-child .member_card h3 {
    font-size: 21px !important;
}

.section_heading {
    width: 100%;
}

.section_heading h4 {
    font-weight: 700;
    font-size: var(--wp--preset--font-size--large) !important;
}

.awards_box {
    background: #F2F2F2;
    padding: 30px 50px;
    border-radius: 49px 49px 49px 0;
    margin-bottom: 2rem;
}

.award_detail_section h6 {
    margin-top: 20px;
    margin-bottom: 0;
}

.award_detail_section h6 {
    margin-top: 20px;
    margin-bottom: 0;
    background: #83C898;
    display: inline;
    padding: 5px 10px;
    border-radius: 10px 10px 0 10px;
    color: #fff;
}

.award_header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
}

.fancybox-content {
    background: transparent !important;
    padding: 0 !important;
}

.fancybox-button svg {
    border: 1px solid;
    color: #fff;
    border-radius: 30px;
}

a.award_gallery_item {
    cursor: pointer;
    margin: 10px;
    text-decoration: none;
}

.award_detail_section h2 {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 20px;
}

.award_detail_section h4 {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 10px;
}

.border-radius-img img {
    border-radius: 20px;
}

.album_inner .border-radius-img {
    width: 380px;
    height: 280px;
}

.album_inner {
    flex-wrap: wrap;
}

@media (min-width: 530px) {
    .awards-card {
        /* width: 100%; */
    }
}

@media (max-width: 768px) {
    .news_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 30px 15px 10px 15px;
    }

    .news_img {
        margin-right: 0px;
        width: 100%;
        height: 400px;
        text-align: center;
    }
}

/* End News Styles  */

/* Start Awards Styles  */

/* table style  */

.table_bids {
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.table_bids th {
    text-wrap: nowrap;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px;

}

table td,
table th {
    border-top: 1px solid #ECF0F1;
    padding: 20px;
}

table td {
    border-left: 1px solid #ECF0F1;
    border-right: 1px solid #ECF0F1;
}

table th {
    background-color: #F1E9E9;
}

table tr:nth-of-type(even) td {
    background-color: #F6F9F6;
}

table .total th {
    background-color: white;
}

table .total td {
    text-align: right;
    font-weight: 700;
}

/* Add border */
.table_bids table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    border-radius: 20px;
    border-radius: 20px 20px 17px 17px;
    margin: 0px;
}

.table_bids table td {
    border-bottom: 1px solid var(--light-grey);
    border-left: 0px;
    border-right: 0px;
}

.table_bids table tr:first-child td:first-child {
    border-radius: 20px 0 0 0;
    border-left: 1px solid var(--light-grey);
}

.table_bids table tr:first-child th {
    border-bottom: 1px solid var(--light-grey);

}

.table_bids table tr:last-child td:first-child {
    border-radius: 0 0 0 20px;

}

.table_bids table tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}


.table_bids table tr td:first-child {
    border-left: 1px solid var(--light-grey);

}

.table_bids table tr td:last-child {
    border-right: 1px solid var(--light-grey);

}

.operations_content h5 {
    padding-bottom: 10px;
    margin: 0;
}

.operations_list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 45px;
    gap: 20px;
}

.operations_content h5 {
    padding-bottom: 5px;
    margin: 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

/* .operations_content {
    margin-left: 20px;
} */

.operation_container {
    margin-top: 40px;
}

.operations_image {
    min-width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.operations_content p {
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-wrap: unset;
    min-height: 50px;
}

.operations_content h5 span {
    margin-left: 15px;
}

html[lang=ar] .operations_content h5 span {
    margin-right: 15px;
    margin-left: 0px;
    transform: rotate(180deg);
}


/* contact form style  */

.responsive-form {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.form-row {
    width: 100%;
}

.column-half,
.column-full {
    float: left;
    position: relative;
    padding: 0.65rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
    .column-half {
        width: 50%;
    }
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 input[type="tel"],
.wpcf7 select {
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
}

.wpcf7 input[type="text"]:focus {
    background: #fff;
}

.form-row p {
    font-size: 18px;
}

.wpcf7-submit {
    float: left;
    background: #157633;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 14px 50px;
    cursor: pointer;
    border-radius: 10px;
    font-size: 16px;
    transition: all .42s;
}

.wpcf7-submit:hover {
    background: #01581c;
}

span.wpcf7-not-valid-tip {
    text-shadow: none;
    font-size: 12px;
    color: #fff;
    background: #ff0000;
    padding: 5px;
}

div.wpcf7-validation-errors {
    text-shadow: none;
    border: transparent;
    background: #f9cd00;
    padding: 5px;
    color: #9C6533;
    text-align: center;
    margin: 0;
    font-size: 12px;
}

.wpcf7 select option:nth-child(1),
.wpcf7 select disabled {
    color: #9b9b9b;
}

div.wpcf7-mail-sent-ok {
    text-align: center;
    text-shadow: none;
    padding: 5px;
    font-size: 12px;
    background: #59a80f;
    border-color: #59a80f;
    color: #fff;
    margin: 0;
}

.ar_from {
    direction: rtl;
    text-align: right;
}

.ar_from .column-half,
.ar_from .column-full,
.ar_from .wpcf7-submit {
    float: right;
}

select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/wp-content/themes/Kafco-theme-1/shortcode/images/select.png) no-repeat;
    background-position: 95% 60%;
	 background-size: 20px;
}

.ar_from select,
HTML[dir='rtl'] select {
	    background-position: 5% 50% !important;
}

span.wpcf7-not-valid-tip {
    text-shadow: none;
    font-size: 12px;
    color: #f51c1c;
    background: transparent;
    padding: 5px;
    position: absolute;
}

/* html[lang=ar] .section_heading h4 span {
    font-size: 28px;
} */

.operations_title {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    width: 100%;
}

.operations_title::before {
    content: "";
    display: block;
    height: 28px;
    width: 28px;
    border: 1px solid #C8C4C4;
    border-radius: 50%;
    order: 3;
    flex: 0 0 auto;
    margin-left: -15px;
}

html[lang=ar] .operations_title::before {
    margin-right: -15px;
    margin-left: 0px;
}

.operations_title h2 {
    font-size: var(--wp--preset--font-size--large);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-wrap: nowrap;
    color: #157633;
}

.operations_title::after {
    content: "";
    display: block;
    height: 0.8px;
    width: 100%;
    min-width: 15px;
    background-color: #C8C4C4;
}

.operations_box {
    padding: 60px 80px;
    gap: 43px;
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    background-color: #f2f2f2;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 90px;
    margin: 0;
    box-sizing: border-box;
    margin-bottom: 50px;
    min-height: 500px;
}

.operations_slide {
    border-top-left-radius: 90px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    margin: 0;
    box-sizing: border-box;
}

.operations_slide .slide>img {
    width: 100%;
    height: 354px;
    margin: 0 0 1em;
    object-fit: cover;
    box-sizing: border-box;
    border-top-left-radius: 90px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
}

.operations_details p {
    margin-bottom: 20px;
}

.operations_slide .default-image {
    max-width: max-content;
}

.operations_slide {
    position: relative;
    width: 100%;
    min-width: 377px;
    max-width: 377px;
    overflow: hidden;
    height: 350px;
}

.slide {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
}

.slide.active {
    left: 0;
    opacity: 1;
    z-index: 2;
}

.slide.prev {
    left: -100%;
    opacity: 1;
    z-index: 1;
}


.slide img {
    width: 100%;
    height: auto;
}

.slide-controls {
    margin-top: 10px;
    text-align: center;
    background: rgb(0 0 0 / 30%);
    position: absolute;
    bottom: 30px;
    right: 40px;
    border-radius: 50px;
    z-index: 9999;
}
.slide-controls button {
    margin: 0 2px;
    padding: 8px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.slide-controls button:hover {
    cursor: pointer;
    outline: none;
}

.prev_slide img,
html[lang=ar] .play_icon {
    transform: rotate(180deg);
}

html[lang=ar] .prev_slide img {
    transform: rotate(0deg);
}

:where(.wp-site-blocks *:focus) {
    outline-width: 0px !important;
    outline-style: solid;
}

.slide-controls button img {
    width: 10px;
}

.box-style-2 {
    flex-direction: row-reverse;
}

.box-style-2 {
    border-radius: 0 90px 90px 90px;
}

.box-style-2 .operations_slide {
    border-radius: 0 90px 90px 90px;
}

.box-style-2 .operations_slide .slide>img {
    border-radius: 0 90px 90px 90px;
}

.award_logo_section {
    min-width: 100px;
}


html[lang=ar].slide-controls .prev_slide img {
    transform: rotate(0deg);
}

html[lang=ar] .slide-controls .next_slide img {
    transform: rotate(180deg);
}

@media(min-width:1800px) {

    .media-gallery a,
    .video-gallery .video-block {
        flex: 0 0 29.333333%;
        max-width: 29.333333%;
    }
}

.hide-extra p{
display:none;
}


html[lang=ar]  .table-responsive table th {
    text-align: right !important;
}

.user-info h5 {
    margin-bottom: 0px !important;
}
.sidenav-user .user-info{
	display:flex;
	flex-direction:column;
	gap:6px;
}

.btn-green{
background: #157633;
border-radius: 11px;
font-weight: 600;
font-size: 18px;
line-height: 25px;
text-align: center;
color: #FFFFFF;

}
.btn-outline-green{
border: 1px solid #157633;
border-radius: 10px;
font-weight: 500;
font-size: 18px;
line-height: 27px;
color: #000000;
	    display: flex;
    align-items: center;
    margin-left: auto;
}

html[lang=ar]  .btn-outline-green{
    margin-left: 0px;
margin-right:auto}

.frm_error, .frm_style_formidable-style.with_frm_style .frm_limit_error {
    color: #B94A48 !important;
}



 HTML[dir='rtl']  .form-group .form-control[type=date] {
       text-align: right;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(/wp-content/uploads/2024/11/Calender-icon.png) no-repeat;
	background-size:20px 20px;
    width: 20px;
    height: 20px;
    border-width: thin;
    background-position:left;
    position:absolute;
    right:6px;
}

 input[type="date"]{
    position:relative;
}

html[lang="ar"] input[type="date"]::-webkit-calendar-picker-indicator {
    background-position: left center; 
    left:6px;
    right:unset;
}

.btn-green:hover {
       background: linear-gradient(#1b9942, var(--dark-green));
}

.table-filters .btn-cf:hover {
    color: #012245 !important;
}
.table-filters .btn-cf:hover img {
   filter: unset !important;
}


.block_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.block_center h4 {
    font-size: 2.5rem;
}
.coming_soon_cls {
    flex-grow: 1;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}
.item_stretch{
	display: flex;
    align-items: stretch;
}
.employee-login br{
	display:none; 
}
p.card-info.has-text-color {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
a.phone_link_footer img {
    margin-right: 15px;
}

a.phone_link_footer {
    color: #fff;
    text-decoration: none;
}

html[lang="en-US"] p.ar_view {
    display: none;
}

html[lang="en-US"] .ar_view {
    display: none;
}

html[lang="ar"] .en_view {
    display: none;
}

html[lang="ar"] p.en_view {
    display: none;
}
html[lang="ar"] .frm_submit{
	text-align: right;
}
@media(max-width:480px){
	.award_gallery {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.awards-cards{
		justify-content: center;
	}
}
.historical-review .swiper-slide {
    transition: all .42s;
}
.historical-review .swiper-slide:hover {
    margin-top: -30px;
}

.user-logged-in .employee-login{
	display:none;
}