* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background: #fff;
    font-family: 'Conv_ArbFONTS-SuisseIntl-Light' !important;
    color: #6b6868;
    direction: rtl;
    line-height: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Conv_ArbFONTS-SuisseIntl-Bold';
}

p {
    margin-top: 0;
}

span {
    font-family: 'Conv_ArbFONTS-SuisseIntl-Light';
}

a, a:hover {
    text-decoration: none !important;
}

ul li {
    list-style: none;
}

ol.ar-list {
    list-style: arabic-indic;
    /*-moz-arabic-indic:;*/
}

.table td, .table th {
    padding: .95rem;
}

.primary_color {
    color: #83724b;
}

.footer_bg {
    background-color: #756b65;
}

.breadcrumb_bg {
    background-color: #f1f1f1 !important;
}

.border_btn {
    display: inline-block;
    padding: 5px 25px;
    border: 2px solid #766539;
    color: #766539;
    border-radius: 5px;
    line-height: 24px;
    font-weight: 900;
}

    .border_btn:hover {
        background: #766539;
        color: #fff;
    }

.btn-brwn {
    color: #fff;
    background-color: #887852;
    border-color: #887852;
}

.btn-rcmc {
    padding: 2rem 3rem;
}

.btn-brwn:hover {
    color: #fff;
    background-color: #af9048;
    border-color: #af9048;
}

/*BYPASS BS5 CONTAINER*/
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px !important;
    }
}

/*GLOBAL HEADER*/
.top_nav {
    padding: 0px 0px;
    background: #756b65;
}

.navbar, .navbar-brand {
    padding: 0 !important;
}

.main_logo {
    width: 240px;
}

.nav_social_list::before {
    content: "";
    border-top: 37px solid #887852;
    border-left: 19px solid transparent;
    position: absolute;
    left: -19px;
}

.nav_social_list {
    display: inline-block;
    background: #887852;
    padding: 0 20px;
    margin-right: -15px;
    position: relative;
}

    .nav_social_list .social-icons {
        margin: 0 0;
        text-align: right;
        font-weight: 300;
        display: block;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 0;
    }

        .nav_social_list .social-icons li {
            display: inline-block;
            margin: 0;
        }

            .nav_social_list .social-icons li a {
                display: block;
                text-align: left;
                color: #4f8f1a;
                font-size: 15px;
                width: 30px;
                height: 30px;
                background: none;
                font-weight: 400;
            }

            .nav_social_list .social-icons li i {
                color: #fff;
                display: block;
                text-align: center;
                vertical-align: middle;
                text-align: center;
                line-height: 30px;
            }

.nav_search_bar {
    text-align: left;
}

    .nav_search_bar .nav_contact {
        font-family: 'Conv_ArbFONTS-SuisseIntl-Light';
        font-size: 12px;
        letter-spacing: 0.5px;
        display: inline-flex;
    }

        .nav_search_bar .nav_contact a {
            color: #fff;
            display: inline-block;
            padding: 7px 10px;
        }

    .nav_search_bar .nav_search_icon {
        display: inline-flex;
    }

        .nav_search_bar .nav_search_icon .search_icon {
            display: block;
            color: #fff;
            vertical-align: top;
            margin: 0;
            font-weight: 600;
            text-transform: uppercase;
            padding: 0;
        }

            .nav_search_bar .nav_search_icon .search_icon a {
                color: #fff;
                display: block;
                text-align: center;
                line-height: 36px;
                font-size: 15px;
                padding: 0 10px;
                transform: rotate(90deg);
            }

.reverse-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end;
}

    .reverse-nav li a {
        color: #303030 !important;
        font-size: 14px;
        line-height: 25px;
        background: none;
        display: block;
        text-decoration: none;
        transition: all ease-in-out .5s;
        text-transform: uppercase;
        padding: 0.9rem 1.1rem !important;
    }

.nav_dropdown {
    right: 0;
    background: #756b65;
    margin-left: 0px;
    width: 216px;
    position: absolute;
    margin-top: -8px;
    padding: 0 0 0 0;
    border-radius: 0px;
}

ul.nav_dropdown li {
    border-bottom: 1px solid #887852;
}

    ul.nav_dropdown li a.dropdown-item {
        color: #ffffff !important;
        line-height: 30px;
        display: block;
        padding: 0px 10px !important;
        font-size: 13px;
    }

        ul.nav_dropdown li a.dropdown-item:hover {
            background: #887852;
            color: #fff !important;
        }

/*SEARCH DROPDOWN*/
.srch_box {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 35%;
    margin-top: 37px;
    background: #887852;
    text-align: left;
    border: 1px solid #666;
    padding: 7px; /*display: none;*/
}

    .srch_box .srch_sec1 {
        float: right;
        width: 83%;
        border-left: 1px #999 solid;
    }

    .srch_box .srch_sec3 {
        float: right;
        width: 17%;
    }

    .srch_box input[type=text] {
        border: 0;
        width: 100%;
        padding: 0 11px;
        font-size: 0.8em;
        color: #000;
        height: 39px;
        font-weight: 500;
    }

    .srch_box input[type=button], .srch_box input[type=submit] {
        background: #675449;
        color: #fff;
        border: 0;
        padding: 9px 0px;
        width: 100%;
        cursor: pointer;
        float: left;
        font-weight: 500;
        text-transform: uppercase;
    }

.hideThis {
    display: none !important;
}

/*GLOBAL FOOTER*/
.rcmc_GlobalFooter {
    padding: 30px 0;
}

.footer_list_cloumn ul li {
    line-height: 36px;
    font-size: 15px;
    font-weight: 500;
}

    .footer_list_cloumn ul li a:hover {
        color: #af9048 !important;
    }

    .footer_list_cloumn ul li h6 a {
        font-size: 16px;
        font-weight: 900;
        line-height: 40px;
    }

.footer_Bottom {
    background: url(../../img/ft_btm_bg.jpg) top center no-repeat;
    padding: 50px 0;
    text-align: center;
    position: relative;
}

    .footer_Bottom:before {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        height: 28px;
        background: #d0cfcd;
        width: 100%;
        z-index: -1;
        border-top: 1px solid #756b65;
    }

.logo_footer {
    margin-top: 30px;
    margin-bottom: 15px;
    display: inline-flex;
	align-items: center;
    gap: 25px;
}

    .logo_footer img {
        width: 256px;
    }

.copyright p {
    font-size: 16px;
    line-height: 20px;
    color: #a3a3a3;
    padding-top: 20px;
    font-weight: 400;
}

.mobile_footer {
    display: none;
}

/* Welcome Popup Styles */
    .popup2 {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%; /* Changed from 80% for better mobile fit */
        max-width: 850px;
        min-width: 300px; /* Prevent popup from getting too narrow */
        background: white;
        padding: 20px;
        z-index: 1000;
        border-radius: 8px;
        text-align: center;
        box-sizing: border-box; /* Include padding in width calculation */
    }

    .popup-image {
        max-width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .close {
        position: absolute;
        top: 0px;
        right: 6px;
        font-size: 30px;
        cursor: pointer;
        color: #333;
    }

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .popup2 {
            width: 95%;
            padding: 15px;
        }

        .close {
            font-size: 24px;
            right: 0px;
            top: 1px;
        }

        .popup2 p {
            font-size: 16px;
        }
    }

    @media (max-width: 480px) {
        .popup2 {
            min-width: unset;
            width: 98%;
            padding: 10px;
        }

        .close {
            font-size: 20px;
            right: 0px;
			top: -3px;
        }

        .popup2 p {
            font-size: 14px;
            margin: 10px 0;
        }

        .popup-image {
            margin-bottom: 10px;
        }
    }


/*BREADCRUMBS*/
.breadcrumb {
    margin: 0;
    font-size: 14px;
    color: #9ea3a1;
    background: none;
    padding: 1.125rem 0;
    font-weight: 400;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-left: .7rem;
    float: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #9ea3a1;
    content: "\f053";
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    font-size: 0.8em;
}

.breadcrumb a, .breadcrumb a:visited, .breadcrumb a:hover {
    color: #9ea3a1;
}


/*YOUTUBE EMBED VIDEO*/
@media (min-width: 1200px) {
    .home-video {
        z-index: -100;
    }
}

@media (min-width: 1200px) {
    .home-video {
        margin-bottom: -10rem;
        top: -10rem;
    }
}

.home-video {
    z-index: -100;
    position: relative;
    top: -13rem;
    margin-bottom: -13rem;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}


/*TESTIMONAIL CAROUSEL*/
.testimonail_carousel {
    background: #f6f6f6;
}

#rcmc_TC .carousel-inner {
    width: 80% !important;
    margin: 10px auto;
}

.picture_frame {
    background: url(../../img/photo_frame.jpg) top right no-repeat;
    padding: 8px;
    width: 362px;
    height: 346px;
}

.picture_dimension {
    width: 329px;
    height: 313px;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
}

    .picture_dimension figure {
        width: 329px;
        height: 313px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.testimonial_content:before {
    content: "\f10d";
    font-size: 49px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 800;
    color: rgba(230,230,230,0.9);
    font-style: normal;
    line-height: 52px;
    padding-bottom: 10px;
}

.testimonial_content .content_title h2 {
    font-size: 21px;
    color: #606266;
    line-height: 32px;
    font-weight: 900;
    margin: 30px 0 20px;
}

.testimonial_content .content_post h3.occupation_title {
    font-size: 19px;
}

.testimonial_content .content_post span.name_title {
    font-size: 18px;
}

.testimonial_content .content_post {
    border-right: 3px solid #877750;
    height: 47px;
    padding-right: 10px;
}

.testimonail_carousel .carousel-control-prev {
    left: 10%;
    opacity: 1;
}

    .testimonail_carousel .carousel-control-prev span {
        background: #887852;
        transform: skewX(10deg);
        opacity: 1;
        width: 40px;
        height: 40px;
        color: #ffffff !important;
        line-height: 2;
    }

.testimonail_carousel .carousel-control-next {
    right: 10%;
    opacity: 1;
}

    .testimonail_carousel .carousel-control-next span {
        background: #887852;
        transform: skewX(-10deg);
        opacity: 1;
        width: 40px;
        height: 40px;
        color: #ffffff !important;
        line-height: 2;
    }


/*PURPOSE*/
.purpose_section {
    background: url(../../img/purpose_bg.jpg) top center no-repeat;
    height: 560px;
    position: relative;
    display: flex;
    flex-direction: column;
}

    .purpose_section .container {
        position: relative;
        height: 100%;
    }

.porpose_box {
    width: 550px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -70px;
    box-shadow: 0px 5px 10px #676767;
    padding: 25px;
    min-height: 282px;
}

.purpose_Slides h3.purpose_heading {
    font-size: 30px;
}

.purpose_Slides p.purpose_desp {
    font-size: 22px;
    color: #53555a;
    line-height: 30px;
    padding: 20px 10px;
}

.slideshow-container .tab_btns a.prev,
.slideshow-container .tab_btns a.next {
    display: inline-block;
    background: #d0cfcd;
    color: #414141;
    width: 40px;
    border-radius: 5px;
    height: 40px;
    line-height: 42px;
    font-weight: 600;
    text-align: center;
    margin-right: 10px;
}

.slideshow-container .tab_btns a.active, .slideshow-container .tab_btns a:hover {
    color: #fff;
    background: #887852;
    text-decoration: none;
}


/*STRATEGIC*/
.strategic_section {
    background: url(../../img/pattern_bg.jpg) top center repeat;
    padding: 6em 0 4em 0;
}

    .strategic_section .section-heading h2, .news_section .section-heading h2 {
        color: #5c5e62;
        font-size: 30px;
        font-weight: 800;
        line-height: 30px;
        border-right: 5px solid #736963;
        height: 45px;
        padding-right: 20px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

.strategic_carousel {
    margin: 40px auto;
    width: 84%;
}

.img_box .rcmc_SC_img {
    border-radius: 10px;
}

.img_border {
    border: 2px solid #f5f3f5;
    width: 428px;
    height: 289px;
    margin: auto;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition: all linear .7s;
    border-radius: 10px;
}

.slide_content {
    display: flex;
    height: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .slide_content h3 {
        font-size: 21px;
        color: #606266;
        line-height: 32px;
    }


/*NEWS*/
.news_section {
    padding: 48px 0;
}

    .news_section .news_img {
        width: 429px;
        height: auto;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .news_section .news_img a img {
            border-radius: 5px;
        }

    .news_section .news_content {
        padding: 10px 0;
    }

    .news_section .news_date p {
        font-size: 13px;
        text-align: center;
    }

    .news_section .news_title a {
        font-family: 'Conv_ArbFONTS-SuisseIntl-Bold';
        font-size: 19px;
        height: 64px;
        color: #887852;
        line-height: 32px;
        margin: 15px 0;
        font-weight: bold;
    }

news_Summary {
    margin-top: 15px;
}

.news_Summary p {
    font-size: 19px;
    color: #53555a;
    line-height: 32px;
    margin: 15px 0;
}

.news_section .news_listing {
    border: 2px solid #f7f7f7;
    box-shadow: 0px 0px 5px #ccc;
    padding: 20px;
}

    .news_section .news_listing .news_column {
        border-bottom: 1px solid #eae7e7;
        padding: 20px 30px 20px 20px;
    }

.view_more_btn {
    text-align: left;
    margin: 20px 0;
    background: url(../../img/grill_line_bg.jpg) 100% 50% repeat-x;
}

    .view_more_btn a {
        color: #928461;
        font-size: 17px;
        background: #fff;
        padding: 5px 20px;
    }


/*CONTACT US*/
@media (min-width: 1200px) {
    .contact_banner .container {
        width: 1130px;
        padding: 0px 15px;
        max-width: 1130px;
    }
}

.contact_imgWrapper {
    background-color: #888;
    background-size: cover;
    height: 185px;
}

.contact_bgHolder img {
    object-fit: cover;
    filter: brightness(.3);
    opacity: 0.7;
}

.contact_imgWrapper .section_heading {
    align-items: center;
    padding: 0 5px;
}

    .contact_imgWrapper .section_heading h1 {
        line-height: 46px;
    }

.contact_banner_bg {
    background: #fff url(../../img/contact/contact_banner.jpg) no-repeat top center;
    height: 326px;
    margin: 20px 0;
}

.contact_banner_inner {
    width: 99%;
    background: rgba(90,90,90,0.6);
    padding: 120px 50px;
    margin: auto;
    left: 0;
    right: 0;
}

    .contact_banner_inner .section-heading {
        padding-right: 20px;
    }

        .contact_banner_inner .section-heading::before {
            content: '';
            height: 83px;
            width: 6px;
            background: #fff;
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px;
            position: absolute;
            right: 0;
            top: 7px;
        }

        .contact_banner_inner .section-heading h3 {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 20px;
        }

        .contact_banner_inner .section-heading span {
            font-size: 28px;
            padding: 10px 0;
        }

.contact_container {
    margin: 30px 0;
}

    .contact_container .section_heading h2 {
        margin-bottom: 20px;
        font-size: 30px;
        color: #727478;
        font-weight: 600;
        font-family: 'Conv_ArbFONTS-SuisseIntl-Light';
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        padding-right: 10px;
        border-right: 6px solid #887852;
    }

    .contact_container .contact_fields {
        background: #f2f2f2;
        padding: 20px 25px;
        border-radius: 5px;
        border: 1px solid #ccc;
    }

.form-required:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
    content: "";
    vertical-align: super;
    background-image: url(../../img/contact/required.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
}

.contact_container .field_One {
    justify-content: flex-start;
    border-bottom: 1px solid #ccc;
    padding: 18px 0;
}

.border_btm {
    background: #fff url(../../img/border_bg.jpg) repeat-x top center;
    height: 16px;
    margin: 30px 0;
}

.contact_help_section {
    padding: 30px 0;
    width: 60%;
    margin: 20px auto;
}

    .contact_help_section h3 {
        color: #817047;
        font-size: 30px;
        line-height: 46px;
    }

.contact_search {
    width: 65%;
    margin: 20px auto;
    padding-bottom: 20px;
}

    .contact_search .search_form {
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        margin: 0px auto;
        box-shadow: 0px 0px 2px #ccc;
    }

.search_form input[type=text] {
    width: 100%;
    padding: 5px 20px 5px 40px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 5px;
    color: #555555;
    background: none;
}

.search_form button {
    padding: 6px 10px 4px 9px;
    margin: 1px;
    background: none;
    color: #d0d0d0;
    position: absolute;
    left: 0;
    outline: none;
    font-weight: 100;
    cursor: pointer;
    line-height: 30px;
    font-size: 21px;
    transform: rotate(90deg);
    font-family: 'Conv_ArbFONTS-SuisseIntl-Light';
}

.contact_container .field_One a {
    color: #5f6165;
}

.contact_container .contact_fields .from_group label {
    font-size: 15px;
    color: #989898;
}

/*ABOUT US*/
.about_section_one .container .section-content .img_container img {
    border-radius: 5px;
}

.about_section_one .section-content .section_heading h2 {
    color: #887852;
    font-size: 30px;
    margin-bottom: 25px;
}

.about_section_one .section-content .section_desp p {
    color: #5e6065;
    font-size: 20px;
    line-height: 31px;
    text-align: justify;
}

.royal_establish {
    background: #f9f9f9;
    border: 2px solid #928361;
    margin-top: 50px;
    transform: skewX(-10deg);
}

.royal_establish_inner {
    padding: 30px;
    transform: skewX(10deg);
    display: flex;
    width: 80%;
    align-items: center;
    margin: auto;
}

    .royal_establish_inner .img_container {
        width: 81px;
        height: 85px;
        margin-left: 50px;
    }

    .royal_establish_inner .royal_content {
        width: 80%;
    }

        .royal_establish_inner .royal_content h2 {
            color: #887852;
            font-size: 30px;
            margin-bottom: 10px;
        }

        .royal_establish_inner .royal_content small {
            font-size: 0.83333em;
            font-size: var(--text-sm, 0.833em);
        }

        .royal_establish_inner .royal_content p {
            font-size: 20px;
            color: #020202;
        }

.about_royal_mobile {
    background: #f9f9f9;
    border: 2px solid #928361;
    padding: 2rem 1rem;
}

.about_foundation {
    padding: 3em 0;
}

    .about_foundation .section-content h3 {
        color: #887852;
        font-size: 31px;
        height: 32px;
    }

    .about_foundation .section-content span {
        margin-top: 20px;
        font-size: 20px;
    }

.about_bottom {
    padding: 3em 0 4em;
    background: #f9f9f9 url(../../img/aboutus/about_btm_bg.jpg) repeat-x top center;
    margin-bottom: 0px;
}

    .about_bottom .section-content .content_right_box .content_box,
    .about_bottom .section-content .content_left_box .content_box {
        padding: 20px;
    }

        .about_bottom .section-content .content_right_box .content_box .img_container,
        .about_bottom .section-content .content_left_box .content_box .img_container {
            width: 74px;
            height: 74px;
            margin: 10px auto;
        }

        .about_bottom .section-content .content_right_box .content_box .section-heading h3,
        .about_bottom .section-content .content_left_box .content_box .section-heading h3 {
            color: #887852;
            font-size: 28px;
            height: 32px;
            margin-bottom: 25px;
        }

        .about_bottom .section-content .content_right_box .content_box .section_desp p,
        .about_bottom .section-content .content_left_box .content_box .section_desp p {
            color: #020202;
            font-size: 20px;
            line-height: 26px;
            height: 88px;
            overflow: hidden;
        }

.aboutus_bottom_btn {
    padding: 9rem 0;
}

.cd-timeline {
    padding: 3em 0;
}

/*TIMELINE*/
#timeline .text-component > *:first-child {
    margin-top: 0;
}

.found_trip_dt {
    font-size: 14px;
    line-height: 20px;
    color: #185024;
    display: block;
    font-family: 'Conv_ArbFONTS-SuisseIntl-Bold';
}

/*BOARD MEMBERS*/
.board_chairman {
    padding: 20px 0;
}

    .board_chairman .container .section-content figure .border_img {
        padding: 4px;
        background: #fff;
        box-shadow: 0px 0px 6px #ccc;
    }

.figure_content {
    padding: 10px 0;
}

    .figure_content .section-heading h3 {
        color: #1f1f1f;
        padding: 10px 0;
        font-weight: 800;
    }

    .figure_content .section_desp p {
        color: #877651;
        margin-top: 10px;
    }

.board_members_list {
    margin: 30px 0;
}

    .board_members_list .section-content .section-heading h2 {
        color: #636569;
    }

    .board_members_list .section-content .board_member_bg {
        box-shadow: 0px 0px 6px #ccc;
        padding: 4px;
        margin: 25px auto;
        border-radius: 5px;
        width: 259px;
    }

.board_member_content {
    padding: 15px;
}

.board_member_bg:after {
    content: '';
    background: #887852;
    width: 100%;
    display: block;
    height: 10px;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 0 0 5px 5px;
}

.board_member_heading h3 {
    color: #585a5e;
    line-height: 26px;
    height: 56px;
    overflow: hidden;
}

.board_member_desp p {
    color: #2a5e36;
    margin-top: 10px;
    line-height: 22px;
    height: 42px;
    overflow: hidden;
}

.board_member_img {
    height: 200px;
}

.tab-pane .pillars_column:nth-child(5) {
    margin-bottom: 15px;
}

.fr-view img.fr-dii {
    margin-top: 5px;
    margin-bottom: 5px;
}

.management_title .table-responsive table tbody tr th {
    background: transparent;
}

.chief_executive_section {
    background: #f8f8f8 url(../../img/board-members/grey_angle_bg.jpg) top center no-repeat;
    padding: 100px 0;
    margin-bottom: -81px;
    background-size: contain;
}

    .chief_executive_section .container .section-content {
        margin: 20px;
    }

        .chief_executive_section .container .section-content .img_container {
            padding: 4px;
            box-shadow: 0px 0px 6px #ccc;
        }

        .chief_executive_section .container .section-content .content_box .section-heading h2 {
            color: #817047;
            line-height: 46px;
        }

        .chief_executive_section .container .section-content .content_box .section-heading h3 {
            color: #636569;
        }

        .chief_executive_section .container .section-content .content_box .section_desp p {
            margin: 25px 0;
            color: #409f56;
            line-height: 22px;
        }

        .chief_executive_section .container .section-content .content_box .section_btn a {
            background: #756b65;
            padding: 11px 40px;
            border-radius: 5px;
        }

            .chief_executive_section .container .section-content .content_box .section_btn a:hover {
                background: #817047;
                color: #fff;
            }

/*CEO MESSAGE*/
.ceo_message_section .container .section-content {
    padding: 15px 0;
}

    .ceo_message_section .container .section-content .img_container {
        padding: 4px;
        box-shadow: 0px 0px 6px #ccc;
    }

    .ceo_message_section .container .section-content .content_box {
        padding: 15px 0;
    }

        .ceo_message_section .container .section-content .content_box h2 {
            color: #636569;
        }

        .ceo_message_section .container .section-content .content_box p {
            color: #83724b;
            line-height: 28px;
            margin-top: 10px;
        }

    .ceo_message_section .container .section-content .section_desp:before {
        content: "\f10d";
        font-size: 43px;
        font-family: Font Awesome\ 5 Free;
        font-weight: 800;
        color: rgba(230,230,230,0.9);
        font-style: normal;
        line-height: 52px;
        padding-bottom: 10px;
        margin-right: 5px;
    }

    .ceo_message_section .container .section-content .section_desp p {
        margin-bottom: 1.2em;
        line-height: 30px;
        color: #53555a;
    }

    .ceo_message_section .container .section-content .section_desp {
        border-right: 7px solid #ededed;
        padding-right: 24px;
    }

/*STRAGETIC*/
.stragegic_section .container {
    padding-top: 20px;
}

    .stragegic_section .container .section-content {
        margin: 20px 0;
    }

        .stragegic_section .container .section-content .section_heading p {
            padding: 15px 0;
            line-height: 34px;
            font-family: 'Conv_ArbFONTS-SuisseIntl-Bold',Sans-Serif;
        }

.strategic_tabs {
    margin: 20px 0;
}

@media (min-width: 1200px) {
    .strategic_tabs ul li {
        width: 25%;
        margin-bottom: 0px;
    }
}

@media (min-width: 1200px) {
    .strategic_programs_list ul li, .strategic_tabs ul li {
        width: 25%;
    }
}

.strategic_tabs ul li {
    list-style: none;
    display: block;
    width: 25%;
    float: right;
}

    .strategic_tabs ul li .nav-link.active {
        border: 1px solid #887852;
        background: #887852;
        color: #fff;
        font-family: 'Conv_ArbFONTS-SuisseIntl-Bold',Sans-Serif;
    }

@media (min-width: 1200px) {
    .strategic_tabs ul li .nav-link {
        width: 93%;
    }
}

.strategic_tabs ul li .nav-link {
    border: 1px solid #c8c8c8;
    padding: 6px 0;
    text-align: center;
    color: #5a5c60;
    font-size: 17px;
    line-height: 32px;
    display: block;
    border-radius: 5px;
    width: 93%;
}

.stragegic_section .container .tab-content {
    padding: 20px 0;
}

.pillars_column {
    padding: 30px 0;
    border-bottom: 2px dotted #c4c4c4;
}

    .pillars_column .content_box h2 {
        line-height: 28px;
        color: #887852;
    }

    .pillars_column .content_box p {
        line-height: 28px;
        color: #636569
    }

    .pillars_column .content_box ul li {
        list-style: none;
        padding-right: 20px;
        position: relative;
        margin-bottom: 15px;
        line-height: 30px;
    }

        .pillars_column .content_box ul li:before {
            content: "\f45c";
            font-family: Font Awesome\ 5 Free;
            font-weight: 600;
            position: absolute;
            right: 0;
            top: -1px;
            color: #616060;
            font-size: 8px;
            transform: rotate(45deg);
        }

    .pillars_column .img_container img {
        transition: all linear.7s;
    }

.s_pillars .img_container:before {
    content: '';
    border: 2px solid #f5f3f5;
    width: 94%;
    height: 94%;
    margin: auto;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition: all linear .7s;
    border-radius: 5px;
}

.pillars_column:hover .img_container img {
    transform: scale(1.1);
}

.s_objectives .container .section-content .content_box {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    width: 88%;
    transition: all linear .6s;
    margin: 25px auto;
}

    .s_objectives .container .section-content .content_box .img_container {
        width: 61px;
        height: 61px;
        overflow: hidden;
        margin: 12px auto;
    }

    .s_objectives .container .section-content .content_box:hover {
        box-shadow: 0px 0px 5px #ccc;
        background: #f9f9f9;
    }

.s_programes .container-box {
    border-radius: 5px;
    margin: 10px auto;
}

    .s_programes .container-box .img_container {
        height: 235px;
    }

        .s_programes .container-box .img_container figure img {
            width: 100%;
            height: auto;
            transition: all linear.7s;
            filter: grayscale(100%);
        }

    .s_programes .container-box .content_box {
        position: absolute;
        display: block;
        z-index: 99;
        width: 100%;
        height: 45%;
        bottom: 0;
        padding: 10px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 10%, transparent);
        transition: all linear .3s;
    }

        .s_programes .container-box .content_box a {
            padding-top: 40px;
        }

            .s_programes .container-box .content_box a h3 {
                font-size: 14px;
                height: 53px;
                line-height: 28px;
            }

            .s_programes .container-box .content_box a span {
                font-style: normal;
                margin-top: 10px;
                font-size: 16px;
            }

    .s_programes .container-box:hover .content_box {
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 10%, transparent);
    }

    .s_programes .container-box:hover .img_container img {
        transform: scale(1.1);
        filter: grayscale(0);
    }

/*STRATEGIC DETAIL*/
.strategic-detail {
    padding-top: 20px;
}

    .strategic-detail .section-content {
        margin: 20px 0;
    }

        .strategic-detail .section-content .section-heading h2 {
            color: #817047;
            line-height: 46px;
        }

        .strategic-detail .section-content .content_box {
            padding: 30px 0;
        }

            .strategic-detail .section-content .content_box p {
                line-height: 30px;
                color: #202020;
            }

        .strategic-detail .section-content .objective_section {
            margin: 20px 0;
        }

            .strategic-detail .section-content .objective_section h2 {
                color: #817047;
                line-height: 46px;
            }

            .strategic-detail .section-content .objective_section .objective_box {
                background: #f9f9f9 url(../../img/strategic-detail/logo_bg.png) repeat-y top left;
                padding: 20px 20px 20px 62px;
                border-radius: 5px;
                transition: all linear .6s;
                margin: 20px 0;
            }

                .strategic-detail .section-content .objective_section .objective_box .section-title h3 {
                    color: #5e6064;
                    height: 5rem;
                    line-height: 23px;
                    margin-top: 15px;
                    margin-bottom: 20px;
                }

                .strategic-detail .section-content .objective_section .objective_box .objective_border {
                    font-size: 42px;
                    color: #d0cfcd;
                    line-height: 50px;
                    font-weight: 700;
                }

.border_btm {
    background: #fff url(../../img/strategic-detail/border_bg.jpg) repeat-x top center;
    height: 16px;
    margin: 30px 0;
}

.slider_carousel {
    padding: 3em 0;
    background: #f9f9f9;
}

    .slider_carousel .section-heading {
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
    }

        .slider_carousel .section-heading h2 {
            color: #817047;
            line-height: 46px;
            margin: 0;
        }

/*TENDER & CONTRACTS & MAINTENANCE & OPERATIONS*/
.tender_contracts_section .container .section-content .table-responsive,
.maintenance_operation_section .container .section-content .table-responsive {
    color: #5e6065;
    line-height: 31px;
}

    .tender_contracts_section .container .section-content .table-responsive .table thead,
    .tender_contracts_section .container .section-content .table-responsive .table tbody {
        color: #5e6065;
        font-size: 20px;
        line-height: 31px;
    }

/*REGULATION*/
.regulation_box {
    background: #fbfbfb;
    border: 1px solid #f7efef;
    box-shadow: 0px 0px 4px #ecebeb;
    width: 85%;
}

/*CENTRAL MANAGEMENT OFFICE*/
.cmo_section .container .section-content .section_desp p {
    line-height: 31px;
}

.management_content .management_list .management_title .section-heading h3 {
    color: #817047;
    line-height: 3;
}

.management_content .management_list .management_title .img_container {
    width: 60px;
    height: 60px;
    border: 1px dotted #8a8383;
    border-radius: 50%;
    padding: 4px;
    margin-left: 10px;
}

.management_list:hover .management_title .img_container {
    border: 1px solid #887852;
    background: #fff;
    box-shadow: 0px 0px 10px #666;
}

.management_list .container_box img {
    width: 130px;
}

.management_list .container_box .section_heading h3 {
    color: #817047;
    line-height: 46px;
}

/*NEWS*/
.news-section .section-content .search_section {
    background: #f7f6f6;
}

    .news-section .section-content .search_section h2 {
        color: #6b6868;
    }

.news_list .container_box .img_container figure img {
    height: 211px;
    transition: all linear .6s;
}

.news_tags a {
    background: #887852;
    color: #fff;
    padding: 4px 10px;
    font-size: 10px;
    line-height: 20px;
    border-radius: 5px;
    margin-left: 5px;
    display: inline-block;
    font-weight: 400;
}

    .news_tags a > i {
        color: #665a3e;
        margin-left: 4px;
    }

.news_content .section-desp p {
    padding: 5px 0;
    color: #737579;
}

.news_content .section-heading a {
    color: #85754f;
    line-height: 32px;
}

.container_box:hover .img_container img {
    transform: scale(1.1);
}

.btn_search {
    background: #887852;
    border: 0;
    color: #fff;
    height: 37px;
    margin: auto;
    text-transform: uppercase;
    border-radius: 3px;
}

.btn_search_2 {
    font-size: 14px;
    font-weight: 500;
    background: #a7aba9;
    border: 0;
    color: #fff;
    height: 37px;
    margin: auto;
    text-transform: uppercase;
    border-radius: 3px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../../img/dd_btn.jpg) no-repeat 2% 53%;
}

/*NEWS DETAIL*/

.news_detail_section .section-content .news_detail .news_content p {
    text-align: justify;
    margin-bottom: 2rem;
}

.news_detail_section .section-content .news_heading {
    border-top: 1px solid #bebebe;
    padding-top: 15px;
}

    .news_detail_section .section-content .news_heading h2 {
        line-height: 46px;
        color: #817047;
    }

.news_detail_section .section-content .news_date {
    border-bottom: 1px solid #bebebe;
}

    .news_detail_section .section-content .news_date span {
        color: #737579;
        padding: 5px 0;
    }

.news_detail_section .section-content .news_content .news_desp {
    line-height: 30px;
    color: #6d6f72;
    text-align: justify;
}

    .news_detail_section .section-content .news_content .news_desp p {
        margin-bottom: 1.2em;
    }

.news_list_img a img {
    border-radius: 5px;
}

.latest_news_list .section_heading h2::before {
    content: '';
    height: 28px;
    width: 4px;
    background: #887852;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 5px;
}

.latest_news_list .news_list {
    margin-bottom: 25px;
    background: url(../../img/news/grill_line_bg.jpg) bottom center repeat-x;
    padding-bottom: 7px;
}

    .latest_news_list .news_list .img_container {
        height: 167px;
    }

    .latest_news_list .news_list .latest_news_content .news_date {
        display: block;
        padding: 5px 0;
        border-bottom: none;
    }

    .latest_news_list .news_list .latest_news_content .news_title {
        line-height: 30px;
    }

.news_detail_section .section-content .news_detail {
    width: 90%;
}

/*MAKKAH TRANSPORT*/
.makkah_transport_section .section-content {
    line-height: 31px;
}

/*PURVIEWS*/
.purviews_section .container .section-content {
    margin: 40px 0;
    padding: 20px 0
}

    .purviews_section .container .section-content .content_box {
        background: #f9f9f9;
        padding: 20px;
        border-radius: 5px;
        width: 88%;
        transition: all linear .6s;
        margin: 25px auto;
    }

        .purviews_section .container .section-content .content_box .img_container {
            width: 83px;
            height: 83px;
            overflow: hidden;
            margin: 8px auto;
        }

        .purviews_section .container .section-content .content_box .section-heading h4 {
            color: #5e6064;
            height: 50px;
            line-height: 25px;
        }

.responsibility_section .section_heading h2 {
    line-height: 30px;
    background: #fff9e9;
    padding: 10px;
    border: 1px solid #f3e8ce;
    color: #7f6e47;
}

.responsibility_section .responsibility_list {
    padding: 25px 20px;
    border-bottom: 1px solid #ccc;
}

    .responsibility_section .responsibility_list .container_box {
        padding: 15px 20px;
        margin: 20px 0;
        background: #f9f9f9;
        border-radius: 5px;
        width: 88%;
        transition: all linear .6s;
    }

        .responsibility_section .responsibility_list .container_box .img_container {
            width: 68px;
            height: 60px;
            overflow: hidden;
            margin: 8px auto;
        }

        .responsibility_section .responsibility_list .container_box .section-heading h4 {
            color: #5e6064;
            height: 50px;
            line-height: 25px;
        }

.section-listing ul li::before {
    content: "\f45c";
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: -1px;
    color: #616060;
    font-size: 8px;
    transform: rotate(45deg);
}

.responsibility_list .section-listing ul li {
    line-height: 30px;
}

/*ORGANIZATIONAL*/
.organizational_section .container .section-content {
    line-height: 31px;
}

    .organizational_section .container .section-content .section_heading h4 {
        color: #877751;
    }

        .organizational_section .container .section-content .section_heading h4::before {
            content: '';
            display: inline-block;
            height: 3px;
            width: 35px;
            background: #877751;
            vertical-align: middle;
            margin-left: 5px;
        }

/*BORDER RADIUS*/
.br_5 {
    border-radius: 5px;
}

/*COLOR CODE*/
.gld_prmy {
    color: #887852;
}

.text-dark-1 {
    color: #636569;
}

.text-dark-2 {
    color: #57595d;
}

.text-dark-3 {
    color: #4f5155;
}

.text-dark-4 {
    color: #737579;
}

.text-dark-5 {
    color: #5a5c61;
}

.text-dark-6 {
    color: #4d4d4d;
}

.text-dark-7 {
    color: #5e6065;
}

.text-dark-8 {
    color: #272727;
}

/*FONT SIZE*/
.f_35 {
    font-size: 35px;
}

.f_32 {
    font-size: 32px;
}

.f_31 {
    font-size: 31px;
}

.f_30 {
    font-size: 30px;
}

.f_28 {
    font-size: 28px;
}

.f_26 {
    font-size: 26px;
}

.f_24 {
    font-size: 24px;
}

.f_21 {
    font-size: 21px;
}

.f_20 {
    font-size: 20px;
}

.f_19 {
    font-size: 19px;
}

.f_18 {
    font-size: 18px;
}

.f_17 {
    font-size: 17px;
}

.f_16 {
    font-size: 16px;
}

.f_14 {
    font-size: 14px;
}

.f_13 {
    font-size: 13px;
}

.f_12 {
    font-size: 12px;
}

.f_11 {
    font-size: 11px;
}

/*PADDING*/
.p_10 {
    padding: 10px;
}

.p_15 {
    padding: 15px;
}

.p_20 {
    padding: 20px;
}

.p_25 {
    padding: 25px;
}

.p_30 {
    padding: 30px;
}

/*PADDING TOP SIZE*/
.pt_10 {
    padding-top: 10px;
}

.pt_15 {
    padding-top: 15px;
}

.pt_20 {
    padding-top: 20px;
}

.pt_25 {
    padding-top: 25px;
}

.pt_30 {
    padding-top: 30px;
}

.pt_40 {
    padding-top: 40px;
}

/*PADDING BOTTOM SIZE*/
.pb_10 {
    padding-bottom: 10px;
}

.pb_15 {
    padding-bottom: 15px;
}

.pb_20 {
    padding-bottom: 20px;
}

.pb_25 {
    padding-bottom: 25px;
}

.pb_30 {
    padding-bottom: 30px;
}

.pb_40 {
    padding-bottom: 40px;
}

/*PADDING RIGHT LEFT SIZE*/
.pr_15 {
    padding-right: 15px;
}

.pl_15 {
    padding-left: 15px;
}

.pr_30 {
    padding-right: 30px;
}

/*MARGIN BOTTOM SIZE*/
.mb_10 {
    margin-bottom: 10px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_25 {
    margin-bottom: 25px;
}

.mb_30 {
    margin-bottom: 30px;
}

/*MARGIN TOP SIZE*/
.mt_10 {
    margin-top: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_25 {
    margin-top: 25px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_40 {
    margin-top: 40px;
}

/*ANIMATION*/
.animated {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

.animated2 {
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

.animated3 {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

.animated4 {
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

/*SEARCH RESULTS*/
.rcmc_searchResults .section-content {
    width: 65%;
    margin: 20px auto;
    padding-bottom: 20px
}

.search_form {
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 0px;
    border-radius: 5px;
    margin: 0px auto;
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 2px #ccc;
}

    .search_form input[type=text] {
        width: 100%;
        padding: 5px 20px 5px 40px;
        font-size: 16px;
        line-height: 30px;
        border-radius: 5px;
        color: #555555;
        background: none;
    }

    .search_form button {
        padding: 6px 10px 4px 9px;
        margin: 1px;
        background: none;
        color: #d0d0d0;
        position: absolute;
        left: 0;
        outline: none;
        font-weight: 100;
        cursor: pointer;
        line-height: 30px;
        font-size: 21px;
        transform: rotate(90deg);
        font-family: 'Conv_ArbFONTS-SuisseIntl-Light';
    }

.card_header {
    background-color: #887852 !important;
    border-color: #756b65 !important;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.search-text {
    color: #6b6868;
}

@keyframes fade_eff {
    0% {
        opacity: 0;
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes fade_eff {
    0% {
        opacity: 0;
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

.fade_eff {
    animation-name: fade_eff;
    -webkit-animation-name: fade_eff;
}

@keyframes scale_eff {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes scale_eff {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.scale_eff {
    animation-name: scale_eff;
    -webkit-animation-name: scale_eff;
}

@keyframes drop_eff {
    0% {
        opacity: 0;
        transform: translateY(200px);
        -webkit-transform: translateY(200px);
    }

    80% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes drop_eff {
    0% {
        opacity: 0;
        transform: translateY(200px);
        -webkit-transform: translateY(200px);
    }

    80% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

.drop_eff {
    animation-name: drop_eff;
    -webkit-animation-name: drop_eff;
    -moz-animation-name: drop_eff;
    -o-animation-name: drop_eff;
}

@keyframes drop_eff2 {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

@-webkit-keyframes drop_eff2 {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

.drop_eff2 {
    animation-name: drop_eff2;
    -webkit-animation-name: drop_eff2;
}

@keyframes drop_eff3 {
    0% {
        opacity: 0;
        transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes drop_eff3 {
    0% {
        opacity: 0;
        transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

.drop_eff3 {
    animation-name: drop_eff3;
    -webkit-animation-name: drop_eff3;
    -moz-animation-name: drop_eff3;
    -o-animation-name: drop_eff3;
}

@keyframes drop_eff4 {
    0% {
        opacity: 0;
        transform: translateX(-100px);
        -webkit-transform: translateX(-100px);
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}

@-webkit-keyframes drop_eff4 {
    0% {
        opacity: 0;
        transform: translateX(-100px);
        -webkit-transform: translateX(-100px);
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}

.drop_eff4 {
    animation-name: drop_eff4;
    -webkit-animation-name: drop_eff4;
}

@keyframes drop_eff5 {
    0% {
        opacity: 0;
        transform: translateX(100px);
        -webkit-transform: translateX(100px);
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}

@-webkit-keyframes drop_eff5 {
    0% {
        opacity: 0;
        transform: translateX(100px);
        -webkit-transform: translateX(100px);
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}

.drop_eff5 {
    animation-name: drop_eff5;
    -webkit-animation-name: drop_eff5;
}

@-webkit-keyframes shake_eff {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
}

@keyframes shake_eff {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
}

.shake_eff {
    -webkit-animation-name: shake_eff;
    animation-name: shake_eff;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

/*OWL CAROUSEL SLIDER*/
.owl-carousel {
    position: relative;
    margin-top: 30px;
}

.owl-nav {
    position: absolute;
    top: -90px;
    left: 0px;
}

.owl-theme .owl-nav [class*='owl-'] {
    background: transparent;
    height: 31px;
    width: 31px;
    border-radius: 50%;
    border: 2px solid #acacac;
    color: #9a9a9a;
    text-align: center;
    font-size: 16px;
}

.owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots {
    display: none;
}
/*MEDIA GALLERY*/
.media_gallery_section .section-content .section-heading h1 {
    color: #636569;
    font-size: 30px
}

.masonry_img_gallery .row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}
/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 100%;
    padding: 0 4px;
}

    .column img {
        margin-top: 8px;
        vertical-align: middle;
        width: 100%;
    }
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

.brown_round_btn, .black_round_btn {
    font-size: 14px;
    font-weight: 500;
    background: #887852;
    border: 0;
    color: #fff;
    height: 42px;
    line-height: 41px;
    margin: auto;
    text-transform: uppercase;
    border-radius: 20px;
    cursor: pointer;
    padding: 0 35px;
    display: inline-block;
}

.media_gallery_section h2 {
    font-size: 1.2em;
    line-height: 1.5em;
}

.video-container {
    width: 66%;
    display: block;
    margin: 20px auto;
}

.left-indicator {
    background: #636569;
    height: 68px;
    width: 20px;
    border-radius: 5px;
    line-height: 3.5;
}

#carouselVideoControls .carousel-control-prev {
    left: 5%;
}

#carouselVideoControls .carousel-control-next {
    right: 5%;
}

.vd_date {
    font-size: 14px;
    color: #636569;
    display: block;
}

.video_title {
    font-size: 26px;
    color: #626468;
    line-height: 32px;
    margin: 10px 0 15px;
    font-family: 'Conv_ArbFONTS-SuisseIntl-Bold';
}

.video_text {
    font-size: 17px;
    line-height: 30px;
    color: #606265;
    overflow: hidden;
}

.media_video_bottom {
    background: #e5e5e5;
    padding: 1.2em 0;
}

.black_round_btn {
    background: #636569;
}

.brown_round_btn:hover {
    background: #756b65;
    color: #fff;
}

.black_round_btn:hover {
    background: #887852;
    color: #fff;
}

/*VIDEO GALLERY*/
.video-content {
    padding: 10px 0;
    text-align: right;
}

.video_date {
    font-size: 11px;
    color: #737579;
    display: block;
    padding: 5px 0;
}

.video_hed {
    font-size: 20px;
    height: 64px;
    color: #85754f;
    line-height: 32px;
    font-family: 'Conv_ArbFONTS-SuisseIntl-Bold';
}

.video-desp {
    font-size: 16px;
}

/*PROJECT*/
.project_wrap {
    margin: 22px auto;
    background: #fcfcfc;
    padding: 12px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px #e4e4e4;
}

.project_img {
    height: 177px;
    border-radius: 5px;
    overflow: hidden;
    margin: auto;
}

    .project_img figure {
        height: 177px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .project_img figure img {
            max-width: 100%;
            height: auto;
            transition: all linear .6s;
        }

.project_wrap:hover {
    box-shadow: 0px 0px 6px #666;
    background: #fff;
}

    .project_wrap:hover .project_img img {
        transform: scale(1.1);
    }

.project_content {
    padding: 13px 0 5px;
    text-align: right;
    display: flex;
    align-items: center;
}

.proj_heading b {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    height: 24px;
    overflow: hidden;
}

.proj_heading a {
    color: #5f6165;
}

.proj_heading span {
    display: block;
    font-size: 12px;
    color: #8c8f91;
    margin-bottom: 3px;
    line-height: 20px;
    height: 24px;
    overflow: hidden;
}

.detail_btn {
    background: #887852;
    color: #fff;
    padding: 4px 10px;
    font-size: 10px;
    line-height: 20px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 400;
}

.project_section .section-content .section-heading {
    margin: 20px 0;
}

    .project_section .section-content .section-heading h1 {
        color: #817047;
        font-size: 26px;
        line-height: 46px;
    }

.project_section ul li {
    list-style: disc;
}

/*NODE SECTION*/
.node_section .section-content .section-heading {
    padding-bottom: 15px;
    border-bottom: 1px solid #bebebe;
}

    .node_section .section-content .section-heading h2 {
        color: #817047;
        font-size: 26px;
        line-height: 46px;
    }

.node_section .section-content .img_container {
    padding: 20px 0;
    font-size: 17px;
    line-height: 30px;
    color: #6d6f72;
}

.media_latest_news {
    margin-right: 50px;
}

    .media_latest_news h2 {
        color: #5a5c61;
        font-size: 21px;
        margin-bottom: 15px;
        line-height: 2.5;
    }

        .media_latest_news h2:before {
            content: '';
            height: 28px;
            width: 4px;
            background: #887852;
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px;
            border-radius: 5px;
        }

.page-item:last-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-link {
    color: #887852;
    margin: 0 7px;
    border-radius: 3px;
    padding: .6rem .65rem;
    border-color: #887852;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #887852;
    border-color: #363636;
}

/*PDF*/
.pdf_wrap {
    background: #fff;
    box-shadow: 0px 0px 5px #ece9e9;
    border-radius: 5px;
    display: flex;
    margin: 19px auto;
    width: 93%;
    border: 1px solid #ebebeb;
    overflow: hidden;
}

.pdf_L {
    margin-right: 0px;
    max-width: 75%;
    flex: 0 0 75%;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.pdf_info_inner {
    padding: 15px;
    text-align: right;
}

.pdf_list ul li {
    list-style: none;
    display: block;
    width: 33.3%;
    float: right;
}

.pdf_title {
    font-size: 15px;
    color: #42454b;
    line-height: 24px;
    height: 46px;
    overflow: hidden;
    font-family: 'Conv_ArbFONTS-SuisseIntl-Bold';
}

.downoad_p {
    color: #7e6d44;
    font-size: 13px;
    font-weight: 700;
    display: block;
    line-height: 25px;
    font-family: 'Conv_ArbFONTS-SuisseIntl-Bold';
}

    .downoad_p a {
        color: #7e6d44;
    }

.pdf_R {
    max-width: 90px;
    flex: 0 0 90px;
}

.pdf_b_bg {
    background: #887852;
    height: 100%;
    position: relative;
}

    .pdf_b_bg:before {
        content: "";
        position: absolute;
        right: -14px;
        background: #ffffff;
        width: 22px;
        height: 107%;
        transform: rotate(-9deg);
        top: -4px;
        bottom: -3px;
    }

.pdf_size {
    height: 100%;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-right: 2px;
}

    .pdf_size b {
        display: block;
        width: 33px;
        height: 44px;
        text-align: center;
        margin: auto;
    }

    .pdf_size i {
        font-size: 3rem;
    }

    .pdf_size span {
        display: block;
        font-size: 10px;
        direction: ltr;
        letter-spacing: 0.7px;
    }

.downoad_p i {
    width: 17px;
    height: 22px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 4px;
}

@media (min-width:786px) and (max-width:820px) {



    #rcmc_TC .carousel-inner {
        width: 100% !important;
        margin: 10px auto;
    }



    #rcmc_TC {
        min-height: 250px;
    }



    .picture_frame,
    .picture_dimension {
        width: 250px;
        height: 239px;
    }



        .picture_dimension figure {
            width: 240px;
            height: 229px;
        }



    .testimonial_content {
        margin-right: 30px;
    }



        .testimonial_content .content_title h2,
        .testimonial_content .content_post h3.occupation_title,
        .testimonial_content .content_post span.name_title {
            font-size: 15px;
        }



    .testimonail_carousel .carousel-control-prev {
        left: 0px;
        bottom: 0%;
    }



    .testimonail_carousel .carousel-control-next {
        right: 0;
        bottom: 0;
    }
}


.section_desp p {
    color: #5e6065;
    font-size: 20px;
    line-height: 31px;
}

.section_desp h3 {
    font-size: 20px;
}

.section_desp ul li {
    color: #5e6065 !important;
    font-size: 20px !important;
    list-style: disc !important;
}

.section_desp ol li {
    padding-right: 0px;
    list-style: disc !important;
}

.section_desp ul,
.section_desp ol {
    padding-right: 20px;
}