@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');

@font-face {
    font-family: 'thesansb5_plain';
    src: url('../fonts/thesans-b5plain-webfont.woff2') format('woff2'),
         url('../fonts/thesans-b5plain-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'thesansb6_semibold';
    src: url('../fonts/thesans-b6semibold-webfont.woff2') format('woff2'), url('../fonts/thesans-b6semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'thesansb7_bold';
    src: url('../fonts/thesans-b7bold-webfont.woff2') format('woff2'),
         url('../fonts/thesans-b7bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;margin: 0px;padding: 0px;}
body {
    font-family: 'Tajawal', sans-serif;
    margin: 0 auto;
    overflow-x: hidden;
    direction: rtl;
    text-align: left
}
p,ul li, ol li {font-size: 14px;color: #484848;line-height: 24px;font-weight: 400;}
a {transition: all 0.3s linear 0s; color: #3f3f3f;}
a:hover {transition: all 0.3s linear 0s; color: #666e2b}
.btn {font-size: 14px;color: #fff;line-height: 23px;text-transform: uppercase;font-weight: 500; transition: all 0.3s linear 0s; padding: 10px 29px; text-align: center; background-color: #e53a48;border-radius: 0;border: 1px solid #e53a48;}
.btn:hover {background-color: #3f3f3f;color: #fff;border-color: #3f3f3f;transition: all 0.3s linear 0s; box-shadow: 0px 3px 12px rgb(0 0 0 / 8%);}
.img-responsive {max-width: 100%; width: 100%;}
h1 { font-size: 31px; line-height: 41px; color: #484848; font-weight: 700; margin: 0 0 30px 0; text-transform: uppercase;}
h2 {font-size: 28px; line-height: 38px; color: #484848; font-weight: 700; text-transform: uppercase; margin: 0 0 30px 0;}
h4 {font-size: 22px; line-height: 33px; color: #484848; font-weight: 700;  margin: 0 0 20px 0;}
.collapse:not(.show) {display: block;}
.navbar-toggler {display: none;}

/* header */

.top-header {background: #2A2A2A;}
.top-header ul {padding: 0;margin: 0;display: flex;}
.top-header ul li {list-style: none;padding: 20px 22px;}
.top-header ul li a {display: inline-block;text-decoration: none;font-size: 12px;line-height: 20px;color: #fff;
    font-weight: 400;}
.top-header ul li:first-child {padding-left: 0;}
.top-header ul li a:hover {color: #666e2b;}

.main-header {position: absolute; top: 60px;left: 0;z-index: 99; width: 100%; background: rgb(255 255 255 / 85%);padding: 5px 0;}
.main-memu ul {padding: 0;margin: 0;display: flex;direction: ltr;}
.main-memu ul li {list-style: none;}
.main-memu ul li a {display: inline-block;text-decoration: none;font-size: 12px;line-height: 20px;color: #2A2A2A;
    font-weight: 400;padding: 20px 22px;}
.main-memu ul li:first-child a {padding-left: 0;}
.main-memu ul li a:hover {color: #666e2b;}

.bottom-header {display: flex;align-items: center;direction: rtl;}

.slider-section{
    padding: 0 0 20px;
    margin-top: -120px;
}
.slider-section .flex-item{
    text-align: center;
    border: 1px solid #D8D9DB;
}
.slider-section .flex-item h3{
    font-size: 20px;
    color: #fff;
     padding: 20px 0 0 0;  
    background: #8f9945; 
    margin-bottom: 0;
}
.slider-section .flex-item .content-blk{
    padding: 27px 15px;
    min-height: 200px;
}
.slider-section .flex-item .content-blk p{
    font-size: 16px;
    line-height: 31px;
}

.slider-section .owl-prev span{
    display: none;
}
.slider-section .owl-next span{
    display: none;
}
.slider-section .owl-prev{
    background: url('../images/prev-icon.svg') !important;
    background-size: 100%;
    width: 13px;
    height: 23px;
    position: relative;
    left: -30px;
}
.slider-section .owl-next{
    background: url('../images/next-icon.svg') !important;
    background-size: 100%;
    width: 13px;
    height: 23px;
    position: relative;
    right: -30px;
}
.slider-section .owl-nav{
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -140px;
}

.service-section{
    padding: 0 0 30px;
}
.service-section .inner-card{
    background: #484848;
    border-top: 8px solid #8f9945;
    text-align: right;
    padding: 20px 7px;
    height: 100%;
}
.service-section .inner-card h4{
    font-size: 18px;
    color: #ffffff;
    position: relative;
}
.service-section .inner-card h4:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    height: 3px;
    width: 40px;
    background: #8f9945;
}
.service-section .inner-card p{
    font-size: 14px;
    line-height: 31px;
    color: #ffffff;
}
.service-section .inner-card h5{
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}


.service-section .right-block{
    text-align: left;
}

.service-section .right-block ul{
    list-style: none;
}
.service-section .right-block ul li{
    border-bottom: 1px solid #A2A2A2;
    padding: 10px 0;
}
.service-section .right-block ul li h5{
    color: #EB2629;
    font-size: 14px;
}
.service-section .right-block ul li p{
    color: #484848;
    font-size: 14px;
}
.service-section .right-block h3{
    font-size: 18px;
    color: #333333;
    position: relative;
}
.service-section .right-block h3:after{
    content: "";
    position: absolute;
    height: 2px;
    width: 82%;
    right: 0;
    top: 10px;
    background: #8f9945;
}

.contain {
  display: block;
  position: relative;
  padding-right: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

/* Hide the browser's default radio button */
.contain input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.contain:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.contain input:checked ~ .checkmark {
  background-color: #8f9945;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.contain input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.contain .checkmark:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.progress{
    background: #8f9945;
    border-radius: 0;
    height: 22px;
    margin-bottom: 15px;
    border: 1px solid #ffffff;
}
.progress-last{
    background: #EB2629;
}
.progress-bar{
    background: #fff;
}


.tab-section{
    padding: 0 0 30px;
}
.tab-section ul{
    list-style: none;
    display: flex;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}
.tab-section ul li{
    width: 100%;
}
.tab-section ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    background: #000;
    padding: 25px 0;
    width: 100%;
    text-align: center;
    display: block;
    height: 100%;
    font-weight: 600;
}
.tab-section ul li:nth-child(2) a{
    background: #8f9945;
}
    .tab-section ul li:nth-child(3) a {
        background: #666e2b;
    }
    .tab-section ul li:nth-child(4) a {
        background: #666e2b;
    }


footer{
    background: #2A2A2A;
    text-align: right;
    padding: 60px 0 0;
}
footer .info-block{
    padding: 0;
    margin: 0;
    text-align: right;
    list-style: none;
}
footer .info-block li{
    padding-bottom: 30px;
}
footer .info-block li a{
    font-size: 20px;
    color: #ffffff;
    /* display: flex;
    justify-content: flex-end; */
}

footer .info-block li .icon-img{
    width: 5%;
}
footer h3{
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 5px;
    position: relative;
}
footer h3:after{
    content: "";
    right: 0;
    bottom: 0;
    position: absolute;
    height: 3px;
    width: 23%;
    background: #DCDCDC;
}
footer h3:before{
    content: "";
    right: 0;
    bottom: 0;
    position: absolute;
    height: 3px;
    width: 5%;
    background: #666e2b;
    z-index: 2;
}


footer .social-blk{
    padding: 0;
    margin: 0;
    list-style: none;
}
footer .social-blk li{
    display: inline-block;
    margin-left: 10px;
}


footer .footer-links{
    list-style: none;
}
footer .footer-links li{
    padding-right: 30px;
    background: url('../images/bullet-point.svg') no-repeat center right;
    margin-bottom: 10px;
}
footer .footer-links a{
    font-size: 20px;
    color: #fff;
}

footer .copyrights-block {
    background: #5A5A5A;
    padding: 20px 0;
    margin-top: 50px;
}
footer .copyrights-block p{
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.title_pat {
    background-image: url(../../img/blk_bg.jpg);
    height: 50px;
}
#Path {
    width: 91%;
    float: right;
}
#Path h5 {
    width: 20%;
    cursor: pointer;
}
.title_pat h5 {
    background-image: url(../../img/blk_bg.jpg);
    color: rgb(255, 255, 255);
    float: right;
    font-size: 20px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 70px;
    position: relative;
    text-transform: uppercase;
    text-align: right;
}
.title_pat h5::after {
    background-image: url(../../../img/head_sep.png);
    background-position: left;
    content: "";
    height: 50px;
    position: absolute;
    left: 0px;
    width: 60px;
}
.title_pat h2::before {
    background-image: url(../../../img/pin_bg.jpg);
    content: "";
    height: 50px;
    position: absolute;
    right: 0px;
    z-index: -1;
    width: 1700000px;
}
.title_pat h2 {
    color: rgb(255, 255, 255);
    float: right;
    font-size: 20px;
    font-weight: normal;
    height: 50px;
    position: relative;
    line-height: 50px;
    padding: 0 15px 0 5px;
    text-transform: uppercase;
    z-index: 9;
}

.sidebar {
    width: 25%;
    margin: 30px auto auto 30px;
    margin-top: 0;
    min-height: 600px;
}
.wrapper.d-flex {
    display: flex!important;
    justify-content: center;
    width: 100%;
    direction: rtl;
}
#Right_Menu ul li h2, #Right_Menu ul li h3, #Right_Menu ul li h4 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
    #Right_Menu ul li h2 a, #Right_Menu ul li h3 a, #Right_Menu ul li h4 a {
        font-size: 14px;
        color: #464646;
        background-image: url(../img/list-imagear.png);
        background-repeat: no-repeat;
        background-position: left 6px;
        text-decoration: none;
    }
#Right_Menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
#Pages_Left{
    width: 100%;
}
#Right_Menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    list-style: none;
}
#Right_Menu ul li {
    width: 100%;
    height: 38px;
    line-height: 38px;
    list-style: none !important;
    border-bottom: 1px solid #e6edcc;
    overflow: hidden;
}
#Right_Menu{
    position: relative;
}
.title {
    width: 100%;
    height: 42px;
    line-height: 35px;
    background-image: url(../../Images/titlenew.png);
    background-repeat: repeat-x;
    background-position: right bottom;
    margin-bottom: 10px;
    border-bottom: 3px solid #343434;
    color: rgb(243, 94, 38);
}
.sub-head {
    border-bottom: 1px dotted #8f9945;
}
.sub-head h4{
    margin: 0 0 5px 0;
}
#Pages_Left p{
    text-align: justify;
}
td {
    border: 1px solid #ddd;
}
tbody tr:nth-child(odd) { background-color: rgb(230, 230, 230); }

.news_box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    padding: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    padding-bottom: 0;
    margin: 5px;
    margin-bottom: 25px;
    transition-duration: 0.5s;
}
.img-box {
    width: 100%;
    height: 225px;
    overflow: hidden;
    z-index: 1;
}
.img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}
.con-box {
    padding: 10px;
    box-shadow: 0px -2px 4px rgb(0 0 0 / 40%);
    z-index: 999999999999;
    margin: 0 -10px;
    height: 75px;
    overflow: hidden;
}
a.view {
    position: absolute;
    right: 25px;
    bottom: 95px;
    font-size: 12px;
    padding: 2px 10px;
    background-color: #8f9945;
    color: #fff;
    z-index: 99;
    border-radius: 25px;
    text-decoration: none;
    transition-duration: 0.3s;
    border: 2px solid #8f9945;
}
a.view:hover {
    background: #fff;
    color: #8f9945;
    border: 2px solid #8f9945;
}
.con-box a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.news_box:hover {
    background: #fff4f0;
}
.news_img {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 1px 1px 7px 1px #ccc;
    float: left;
    font-size: 14px;
    margin-right: 0px;
    padding: 7px 3px 5px 9px;
    position: relative;
    text-align: center;
    width: 152px;
    margin-left: 10px;
}
.news_list {
    background: #ececec none repeat scroll 0 0;
    border: 1px solid #e4e4e5;
    float: left;
    margin-top: 10px;
    width: 100%;
}
.news_img::before {
    border-bottom: 10px solid transparent;
    border-right: 10px solid #a7a7a7;
    border-top: 10px solid transparent;
    content: "";
    right: 0;
    position: absolute;
    top: 45%;
}
.news_desc a {
    color: #e65216;
    font-size: 15px;
}
.img_bx1 {
    background: rgba(0, 0, 0, 0) url(../../img/news_bg.png) no-repeat scroll 0 0;
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../../img/news_bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 0px;
}
.news_desc {
    padding: 10px 10px 5px;
}
a:link {
    text-decoration: none;
}
thead {
    background: #333;
    color: #fff;
}
.txt-ed{
    text-align: center;
    z-index: 9999999999999999999;
    margin: auto;
    position: relative;
}
.txt-ed h3{
    color: #fff;
    padding-bottom: 20px;
}
.welcometxt{
    text-align: center;
    margin-bottom: 50px;
}
.services h3 {
    border-bottom: 1px dotted #8f9945;
    color: #8f9945;
    font-size: 20px;
    margin: 5px 0 10px 0;
    padding-bottom: 5px;
    width: 100%;
}
.services h4 {
    border-bottom: 1px dotted #8f9945;
    color: #000;
    font-size: 16px;
    margin: 20px 0 10px 0;
    padding-bottom: 5px;
    width: 55%;
}
.services i {
    color: #8f9945;
}

.owl-carousel.owl-loaded {
    direction: rtl !important;
}

.slider-section .owl-prev {
    left: -40px !important;
    transform: scale(1) !important;
}

.slider-section .owl-next {
    right: -40px !important;
    transform: scale(1) !important;
}

ol, ul {
    padding-right: 2rem !important;
    padding-left: unset !important;
}

.service-section .inner-card p {
    font-size: 14px;
    line-height: 31px;
    color: #ffffff;
}