.aboutus_index {
    padding: 60px 0;
}

.aboutus_index p {
    font-size: 16px;
    color: #0D2F46;
    line-height: 35px;
    margin: 30px 0;
    width: 90%;
}

.text_vision ul {
    margin: 80px 0;
}

.text_vision ul li {
    list-style-type: none;
    color: #0D2F46;
    padding-right: 40px;
    position: relative;
    font-size: 17px;
    margin: 30px 0;
}

.text_vision ul li::after {
    content: "";
    background-image: url('../assets/images/a2.png');
    width: 30px;
    background-size: contain;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}


.vision {
    display: flex;
    align-items: center;
    margin: 50px 0;
    justify-content: space-between;
}


.img_vision {
    height: 360px;
    background-size: cover;
    width: 485px;
}

.img_vision img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.goals_al_luhaidan {
    background-color: #FFFBF6;
    padding: 40px 0;
}

.title2 {
    text-align: center;
}

.title2 h2 {
    color: #1E4F6F;
    font-size: 30px;
    margin: 10px 0;
}

.title2 > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

}

.title2 > div span {
    height: 2px;
    width: 70px;
    height: 1px;
    background-color: #B9915B;
}

.al_luhaidan_index {
    position: relative;
    z-index: 1;
}


.al_luhaidan_index::after {
    content: "";
    position: absolute;
    background-image: url('../images/bg2.png');
    background-repeat: no-repeat;
    width: 52%;
    height: 85%;
    background-size: contain;
    z-index: -1;
    background-attachment: fixed;
    top: 0;
    left: 0;
}

.sub_goals_al_luhaidan {
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin: 10px 0;
    padding: 0 25px;
    position: relative;
    border: 1px dashed #B9915B;
    height: 125px;
    transition: all 0.3s linear;
    background-color: #FFF6E9;
}

.sub_goals_al_luhaidan p {
    color: #1E4F6F;
    padding-right: 20px;
    font-size: 16px;
    transition: all 0.3s linear;

}

.sub_goals_al_luhaidan::after {
    width: 4px;
    height: 60px;
    content: "";
    position: absolute;
    transition: all 0.3s linear;
    right: 20px;
    border-radius: 20px;
    background-color: #B9915B;
}

.sub_goals_al_luhaidan:hover {
    background-color: #B9915B;
}

.sub_goals_al_luhaidan:hover p {
    color: #fff;
}

.sub_goals_al_luhaidan:hover::after {
    background: #fff;
}

.main_goals_al_luhaidan {
    margin: 50px 0;
}

.sub_goals_al_luhaidan {
    margin: 10px 0;
}

.servies_index {
    margin: 80px 0;

}

.sub_servies_index {
    border: 1px dashed #0D2F46;
    text-align: center;
    min-height: 400px;
    display: flex;
    justify-content: center;
    position: relative;
    border-radius: 18px;
    gap: 20px;
    flex-wrap: wrap;
    transition: all 0.3s linear;
    align-content: space-between;
    padding: 25px 10px;
    z-index: 2;
}

.sub_servies_index:hover {
    color: #fff;
    border: none;
    background-color: #0D2F46;
}

.sub_servies_index:hover h2,
.sub_servies_index:hover p {
    color: #fff;
}

.sub_servies_index::before {
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 18px;
    background-image: url('../images/h1.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 0.3s linear;
    z-index: -1;
}

.sub_servies_index:hover::before {
    opacity: 1;
}

.sub_servies_index:hover img {
    filter: brightness(0) invert(1);
}


.sub_servies_index p {
    width: 100%;
    font-family: "font_main";
    font-size: 15px;
    height: 140px;
    overflow: hidden;
}

.sub_servies_index h2 {
    color: #1E4F6F;
    width: 100%;
    height: 65px;
    overflow: hidden;
    font-size: 16px;
    line-height: 35px;
}


.img_servies_index {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_servies_index img {
    max-width: 74%;
    height: 90%;
    object-fit: contain;
}

.main_servies_index {
    margin: 60px 0;

}

.btn_servies_index {
    text-align: end;
    margin: 20px 0;
}

.ctm-btn {
    text-align: center;
    padding: 13px 20px 13px 15px;
    height: 55px;
    position: relative;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    z-index: 1;
    font-size: 18px;
    background: transparent;
    overflow: hidden;
    min-width: 160px;
    transition: all 0.3s linear;
    border: 1px solid #B9915B;
}

.ctm-btn::after {
    content: "";
    border: 1px solid #B9915B;
    transition: all 0.3s linear;
    width: 102%;
    background-color: #B9915B;
    height: 102%;
    transform: translateX(100%);
    position: absolute;
    display: block;
    right: 5px;
    top: 0;
    z-index: -1;
}

.ctm-btn:hover::after {
    right: 0;
    transform: translateX(0%);

}

.ctm-btn:hover {
    color: #fff;
}

.ctm-btn i {
    line-height: 0;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;

}

.news_index {
    background: #f5f5f5;
    padding: 70px 0;
    position: relative;
    min-height: 600px;
    z-index: 1;

}

.news_index::after {
    content: "";
    background-image: url('../images/bg2.png');
    width: 100%;
    background-size: contain;
    background-repeat: repeat;
    background-attachment: fixed;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;

}


.img_news_index {
    height: 300px;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.img_news_index img {
    object-fit: cover;
    width: 100%;
    user-select: none;
    height: 100%;
    border-radius: 10px;
    transition: all 0.3s linear;

}

.sub_news_index:hover .img_news_index img {
    transform: scale(1.1);
    transition: all 0.3s linear;

}

.date_news_index {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 10px 20px;
    gap: 20px;
    display: flex;
    align-items: center;
    color: #fff;
    min-height: 50px;
    width: 100%;
    border-radius: 0 0 10px 10px;
    background-color: #B9915B;
}

.date_news_index span {
    display: flex;
    position: relative;
    font-size: 14px;
    gap: 5px;
}

.date_news_index span:nth-of-type(1)::after {
    height: 30px;
    background: #fff;
    width: 1px;
    content: "";
    left: -12px;
    top: -6px;
    position: absolute;
}

.text_news_index {
    margin: 20px 0;
}

.text_news_index h2 {
    font-size: 23px;
    color: #1E4F6F;
}

.text_news_index p {
    line-height: 35px;
    margin: 20px 0;
    font-family: "font_main";
    font-size: 19px;
    color: #1E4F6F;
}

.text_news_index a {
    color: #B9915B;
}

.text_news_index a {
    font-size: 20px;
    display: inline-block;
    position: relative;
    align-items: center;
}

.text_news_index a i {
    display: inline-block;
    font-size: 22px;
    line-height: 0;
    vertical-align: middle;
    margin: 0 5px;
}


.text_news_index a:before {
    left: 0;
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #B9915B;
    transform: scaleX(0);
}

.text_news_index a:hover:before {
    transform: scaleX(1);
}

.main_news_index {
    margin: 60px 0 0;
}


.contactus_index {
    margin: 60px 0;
}


.form_contactus_index {
    margin-right: auto;
    padding: 50px 0;
    width: 91%;
}

.main_contactus_index {
    margin: 45px 0;
    background-color: #FCFAF6;
}

.input_contactus_index {
    margin: 20px 0;
}

.input_contactus_index input,
.input_contactus_index textarea {
    border-radius: 0;
}

.form-control {
    border: 1px solid #D2D2D2;
    height: 50px;
    border-radius: 5px;

    width: 100%;
}

.form-control::placeholder {
    color: #CBCBCB;
}


textarea.form-control {
    height: 130px !important;
}

.btn_contactus_index {
    text-align: center;
    margin-top: 30px;
}

.maps_contactus_index {
    width: 100%;
    height: 575px;
    position: relative;
}


.maps_contactus_index > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.market_map {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 35%;
    transform: translateY(-50%);
}

.market_map a {
    display: block;
    text-align: center;

    position: relative;
}

.market_map a img {
    display: block;
    text-align: center;
    margin: auto;
    position: relative;
    animation: map 2s infinite linear;
}

.market_map a::after {
    content: "";
    background-image: url('../images/map3.png');
    width: 83px;
    height: 30px;
    position: absolute;
    left: 0;
    background-size: contain;
    margin: auto;
    bottom: 0;
    bottom: -26px;
    right: 0;
}

@keyframes map {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-40px);

    }

    100% {
        transform: translateY(0);

    }

}


.pg_pages {
    position: relative;
    padding: 60px 0;
}


.pg_pages::after {
    background-image: url('../images/bg2.png');
    width: 100%;
    height: 40%;
    background-repeat: repeat;
    content: "";
    right: 0;
    z-index: -1;
    top: 0;
    position: absolute;

}


.sub_services_page {
    display: flex;
    align-items: center;
    padding: 30px 20px;
    position: relative;
    gap: 20px;
    margin: 10px 0;
    border-radius: 10px;
    border: 1px dashed #1E4F6F;
}

.text_services_page {
    display: flex;
    align-items: center;
    width: 49%;
    justify-content: space-between;
}

.text_services_page h2 {
    line-height: 35px
}


.btn_sub_services_page .ctm-btn {
    border-color: #1E4F6F;
    font-size: 16px;
    width: 180px;
    padding-top: 14px;

}


.btn_sub_services_page .ctm-btn::after {
    background-color: #1E4F6F;
    border-color: #1E4F6F;
}


.btn_sub_services_page {
    position: absolute;
    left: 15px;
    bottom: 10px;
}

.sub_consulting_services_page {
    display: flex;
    border: 1px dashed;
    align-items: center;
    border-radius: 10px;
    height: 120px;
    position: relative;
    justify-content: center;
    z-index: 1;
}


.sub_consulting_services_page::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    border-radius: 10px;
    background-image: url('../images/bg4.png');
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s linear;
    opacity: 0;
}

.sub_consulting_services_page:hover:after {
    opacity: 1;
}

.sub_consulting_services_page:hover {
    border: 1px solid #0D2F46;
    color: #fff;
    background-color: #0D2F46;
}
.sub_consulting_services_page h2{
    text-align: center;
}

.consulting_services_page {
    margin: 90px 0;
}

.main_consulting_services_page {
    margin: 60px 0;
}
.main_consulting_services_page .row{
    row-gap: 20px;
}

.title_services_details_page {
    display: flex;
    gap: 20px;
    align-items: center;
}

.title_services_details_page img {
    width: 60px;
    object-fit: contain;
}


.text_services_details_page p {
    margin: 30px 0;

}

.btn_order_services a {
    border-color: #1E4F6F;

}

.btn_order_services a::after {
    border-color: #1E4F6F;
    background-color: #1E4F6F;
}


.form_order_services {
    margin: 60px 0;
}

.input_order_services {
    margin: 15px 0;
}

select {
    color: #CBCBCB !important;
}

.btn_order_services_1 {
    text-align: end;
}

.btn_order_services_1 button {
    border-color: #1E4F6F;
}

.btn_order_services_1 button::after {
    background-color: #1E4F6F;
    border-color: #1E4F6F;

}

.form_order_services {
    display: none;
}

.search_services {
    position: relative;
}

.search_services input {
    background-color: #fff;
}

.search_services button {
    background-color: #B9915B;
    width: 45px;
    height: 45px;
    border: none;
    top: 0;
    color: #fff;
    font-size: 22px;
    border-radius: 5px 0 0 5px;
    left: 0;
    position: absolute;
}

.links_services_pages,
.links_news_pages,
.tags_news_page {
    background-color: #FFFBF5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.141);
    margin: 20px 0;
    padding: 20px;
    border-radius: 10px;


}

.links_services_pages h2,
.links_news_pages h2,
.tags_news_page {
    color: #0D2F46;
    font-size: 22px;
}

.links_services_pages ul,
.links_news_pages ul,
.tags_news_page {
    margin: 20px 0 0;
}


.links_services_pages ul li {
    padding-right: 30px;
    display: flex;
    position: relative;
    margin: 25px 0 0;
    align-items: center;
}

.links_services_pages ul li::after {
    content: "";
    background-image: url('../assets/images/a2.png');
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    background-size: contain;
}

.input_order_consulting {
    margin: 20px 0;
}

.input_order_consulting label {
    margin-bottom: 10px;
    color: #1E4F6F;
}


.order_consulting .title {
    margin: 0 0 50px;
}

.order_consulting {
    margin: 90px 0;
}

.btn_order_consulting {
    text-align: center;
    margin: 20px 0;
}


.links_services_pages ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.links_services_pages ul li:hover a {
    color: #B9915B;
}

.main_news_page .img_news_index {
    height: 380px;
}

.paginiation {
    margin-top: 50px;
}

.paginiation ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    gap: 10px;
}


.paginiation ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 22px;
    color: #FFf;
    background-color: #1E4F6F;
}

.paginiation ul li.active {
    border: 1px solid #B9915B;
    color: #fff;
    background-color: #B9915B;
}


.links_news_pages ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}


.links_news_pages ul li a {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 10px;

}

.img_links_news_pages {
    width: 20%;
    height: 80px;
}

.img_links_news_pages img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.text_links_news_pages h3 {
    color: #1E4F6F;
    line-height: 25px;
    font-size: 16px;
    font-family: "font_medium";
}

.text_links_news_pages {
    width: 79%;
}

.text_links_news_pages h3 {
    color: #1E4F6F;
    line-height: 25px;
    font-size: 17px;
    height: 50px;
    overflow: hidden;
    font-family: "font_medium";
}


.tags_news_page ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
    margin-top: 30px;
}

.tags_news_page ul li {
    display: block;
}

.tags_news_page ul li input {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.tags_news_page ul li label {
    border: 1px solid #CBCBCB;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 45px;
    font-size: 17px;
    border-radius: 5px;
    color: #CBCBCB;
    padding: 7px 25px;
}

.tags_news_page ul li input:checked~label {
    background: #B9915B;
    color: #fff;
    border-color: #B9915B;
}

.news_details_page .img_news_index {
    height: 460px;
}


.news_details_page .date_news_index span:nth-of-type(1)::after {
    display: none;
}

.news_details_page .date_news_index span {
    font-size: 18px;
    gap: 10px;
}

.sub_comment_news {
    padding: 40px 0;
    border-top: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}

.sub_comment_news ul li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 30px 0;
}

.text_comment_news h3 {
    font-size: 18px;
    font-family: "font_bold";
    font-size: #0D2F46;
}

.text_comment_news span {
    display: block;
    color: #9F9F9F;
    margin: 10px 0;
}


.text_comment_news p {
    width: 90%;
    font-size: 18px;
    color: #565656;

}

.img_user_comment {
    width: 90px;
    height: 90px;

}

.img_user_comment img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub_comment_news > h2,
.add_comment_news h2 {
    font-size: 22px;
    margin-bottom: 40px;
    color: #1E4F6F;

}

.add_comment_news {
    margin: 40px 0;
}

.input_add_comment_news {
    margin: 20px 0;
}

.btn_add_comment_news {
    margin: 20px 0;
    text-align: end;
}

.news_details_page {
    margin: 50px 0;
}

html[dir="rtl"] .phone-input {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .phone-input::placeholder {
    text-align: right;
}

html[dir="ltr"] .phone-input {
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .phone-input::placeholder {
    text-align: left;
}


.img_sub_team_page {
    position: relative;
    padding: 10px 0 0 10px;
    position: relative;
    height: 325px;
    margin-bottom: 20px;
    transition: all 0.3s linear;
    overflow: hidden;
}

.img_sub_team_page::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    transition: all 0.3s linear;
    left: 0;
    pointer-events: none;
    width: 96%;
    height: 96%;
    border: 2px solid #B9915B;

}

.img_sub_team_page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text_sub_team_page {
    padding-right: 20px;
    display: flex;
    align-items: center;
    position: relative;

    flex-wrap: wrap;

}

.text_sub_team_page h2 {
    font-size: 22px;
    color: #1E4F6F;
    width: 100%;
}

.team_page {
    margin: 90px 0;
}
.text_sub_team_page h2::after {
    width: 4px;
    height: 100%;
    border-radius: 30px;
    content: "";
    position: absolute;
    background-color: #B9915B;
    right: 0;

}
.text_sub_team_page p {
    font-size: 19px;
    color: #1E4F6F;
    width: 100%;
    margin-top: 10px;
}

.sub_team_page {
    margin: 30px 0;
}

.sub_team_page:hover .img_sub_team_page::after {
    top: 10px;
    left: 10px;

    width: 97.3%;
    height: 97.2%;
}
.img_team_detalis .img_sub_team_page {
    height: 500px;
}


.media_team_detalis ul li {
    margin: 20px 0;
    display: block;

}

.sub_media_team_detalis {
    display: flex;
    gap: 10px;
    width: 100%;
}

.img_media_team_detalis {
    width: 60px;
    height: 60px;

}

.img_media_team_detalis img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.text_media_team_detalis h2 {
    font-size: 19px;
}

.text_media_team_detalis p {
    line-height: 25px;
    font-size: 16px;
    margin: 10px 0;
}

.text_media_team_detalis {
    width: 70%;
}


.img_media_team_detalis {
    width: 60px;
    height: 60px;
}


.media_team {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}


.media_team span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;

    justify-content: center;
    border: 1px solid #B9915B;
}
.media_team span a {
    color: #B9915B;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.text_media_team_detalis h2 {
    color: #1E4F6F;
}

.sub_text_team_detalis ul {
    width: 100%;
    display: flex;
    margin-left: auto;
    align-items: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.sub_text_team_detalis ul li {
    width: 30%;
    font-size: 18px;
    color: #1E4F6F;
    display: block;
    padding-right: 40px;
    position: relative;
}
.sub_text_team_detalis ul li::after {
    position: absolute;
    right: 0;
    background-size: cover;
    width: 25px;
    height: 25px;
    content: "";
    background-image: url('../assets/images/a2.png');
}

.ul_text_team_detalis {
    width: 90%;
    margin-top: 40px;
}

.ul_text_team_detalis ul li {
    margin: 10px 0;
}

.form_team_detalis {
    margin-top: 40px;
}

section.team_detalis {
    margin: 65px 0;
}

.sub_text_team_detalis {
    margin: 50px 0;
}

.sub_contactus_page ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sub_contactus_page ul li {
    text-align: center;
    width: 33%;
    display: block;
}

.img_contactus_page {
    width: 150px;
    height: 150px;
    display: flex;
    margin: 20px auto;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    background-color: #b9905b16;
}

.img_contactus_page i {
    color: #B9915B;
    font-size: 70px;
    line-height: 0;
}

.text_contactus_page h2 {
    color: #1E4F6F;
    margin-bottom: 10px;
    font-family: "font_medium";
}

.text_contactus_page p {
    width: 60%;
    margin: auto;
    font-size: 15px;
    line-height: 24px;
    color: #1E4F6F;
}

.contactus_page .main_contactus_index {
    margin: 60px 0 0;
}

section.contactus_page {
    margin-top: 50px;
}



.sub_fqa {
    padding: 0 20px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #C2C2C2;
}

.sub_fqa h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.sub_fqa span {
    display: block;
    width: 40px;
    background-color: #C2C2C2;
    position: relative;
    height: 40px;
}
.sub_fqa span::after {
    width: 3px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-color: #fff;
}

.sub_fqa span::before {
    height: 3px;
    width: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-color: #fff;
}

.sub_fqa p {
    color: #565656;
    display: none;
    margin: 20px 0;
}
.sub_fqa h2.active span {
    background-color: #B9915B;
}
.sub_fqa h2.active span::after {
    width: 20px;
    height: 3px;
}


.text_comment_news {
    width: 70%;
}

.img_vision {
    position: relative;
}
.img_vision::after {
    content: "";
    width: 100%;
    height: 100%;
    top: -15px;
    left: -15px;
    position: absolute;
    border: 1px solid #154C70;
}
.img_vision::before {
    content: "";
    width: 100%;
    height: 100%;
    bottom: -15px;
    right: -15px;
    position: absolute;
    border: 1px solid #B9915B;
}
