@import url(../css/all.min.css);
@import url(../css/bootstrap.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url(../css/animate.css);

@font-face {
    font-family: 'DINNextLTArabic';
    src: url(../fonts/DINNextLTArabic-Light.ttf) format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DINNextLTArabic';
    src: url(../fonts/DINNextLTArabic-Regular.ttf) format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DINNextLTArabic';
    src: url(../fonts/DINNextLTArabic-Medium.ttf) format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DINNextLTArabic';
    src: url(../fonts/DINNextLTArabic-Bold.ttf) format('opentype');
    font-weight: 700;
    font-style: normal;
}

.din-font,
.din-font span,
.din-font h1,
.din-font h2,
.din-font h3,
.din-font h4,
.din-font h5,
.din-font h6,
.din-font p
.din-font a,
.din-font li,
.din-font button,
.din-font input,
.din-font textarea,
.din-font select
{
    font-family: 'DINNextLTArabic', sans-serif !important;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #005A48;
    --sub-color: #BD9D4D;
    --sec-padding: 80px 0;
}

body {
    font-family: 'DINNextLTArabic', sans-serif;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DINNextLTArabic', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

.headline h1 {
    text-align: center;
    padding: 50px 0;
    background-color: #005a48;
    color: white;
    margin-bottom: 50px;
    background-image: linear-gradient(rgb(0 45 36 / 80%), rgb(0 45 36 / 80%)), url(../images/shape-home-top.svg);
    background-repeat: repeat-x;
    background-position: bottom;
}
p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}

.hamburger,
.is-closed {
    width: 25px;
    height: 17px;
    background: transparent;
    display: none;
    flex-direction: column;
    justify-content: center;
    margin-right: 0px;
}

.is-closed {
    color: var(--main-color);
    font-size: 28px;
}

.mobile-menu {
    height: 100vh;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    padding: 20px;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.mobile-menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.logo-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-mobile img {
    max-width: 150px;
}

.mmenu {
    padding-top: 40px;
}

.mmenu .btn-site span {
    justify-content: center;
}

/* Style Header */

#header {
    width: 100%;
    padding: 10px 0;
    background: rgb(189 157 77 / 7%);
    z-index: 9;
}

#header .container {
    font-family: 'DINNextLTArabic', sans-serif;
    display: flex;
    align-items: center;
    padding: unset;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.logo-site a {
    display: inline-block;
}

.logo-site img {
    width: 150px;
}

.main_menu {
    display: flex;
    gap: 25px;
}

.main_menu > li > a {
    display: block;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    padding: 10px;
}

.end_menu {
    display: flex;
    gap: 15px;
}

.btn-site.btn-lang {
    border: 1px solid var(--main-color);
    background: transparent;
    height: 40px;
    font-size: 15px;
    padding: 12px 25px;
}

.btn-site.btn-lang span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--main-color);
}

/*
#header.fixed-header {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 33;
}
*/

/* Style Home Slide */

.section_home {
    position: relative;
    display: flex;
    align-items: center;
    min-height: calc(100vh + 65px);
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.section_home:before {
    content: "";
    background: var(--main-color);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 80%;
    mix-blend-mode: multiply;
}

.section_home:after {
    content: "";
    background: url(../images/shape-home-top.svg);
    background-size: 100% 100%;
    width: 550px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6;
}

.ltr-style .section_home:after {
    left: auto;
    right: 0;
}

.home_txt {
    position: relative;
    width: 50%;
}

.home_txt h1 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 70px;
}

.home_txt p {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.home_txt .btn-site {
    background: var(--sub-color);
}

.home_txt .btn-site:after {
    content: "";
    background: var(--main-color);
    width: 6px;
    height: 34px;
    position: absolute;
    top: 3px;
    left: 3px;
}

.ltr-style .home_txt .btn-site:after {
    left: auto;
    right: 3px;
}

.shape-hero {
    background: #fff;
    width: 90%;
    height: 100px;
    position: absolute;
    bottom: -50px;
    left: 0;
}

.ltr-style .shape-hero {
    right: 0;
    left: auto;
}

.shape-hero:after {
    content: "";
    background: url(../images/shape-home-bottom.svg);
    background-size: 100% 100%;
    width: 640px;
    height: 50px;
    position: absolute;
    top: 0;
    right: -200px;
}

.ltr-style .shape-hero:after {
    right: auto;
    left: -200px;
}


.line-shape {
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    width: 2.5px;
    height: 180px;
}

.line-shape:before {
    content: "";
    background: #fff;
    width: 2.5px;
    height: 90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.line-shape:after {
    content: "";
    background: var(--main-color);
    width: 2.5px;
    height: 90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

/* Style Stac Site */

.sec_head {
    margin: 0 auto 40px;
    position: relative;
    text-align: center;
    width: 65%;
}

.sec_head h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 15px;
    position: relative;
}

.sec_head p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.btn-site {
    height: 40px;
    font-size: 15px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    border-radius: 0;
    justify-content: center;
    background: var(--main-color);
    width: max-content;
    position: relative;
    overflow: hidden;
}

.btn-site:before {
    background: #EBEBEB;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}

.btn-site:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

.btn-site span {
    color: #fff;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-site:hover span {
    color: var(--main-color);
}

.icon {
    background-size: 100% 100% !important;
    width: 18px;
    height: 18px;
    display: block;
}

.icon-lang {
    background: url(../images/icon-lang.svg);
}
.icon-menu {
    background: url(../images/icon-menu.svg);
    width: 22px;
    height: 22px;
}

/* Style About */

.section_about {
    position: relative;
    padding: 80px 0 300px;
}

.section_about:before {
    content: "";
    background: url(../images/shape-abt.svg);
    background-size: 100% 100%;
    width: 770px;
    height: 890px;
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: -1;
}

.ltr-style .section_about:before {
    transform: scale(-1, 1);
    right: auto;
    left: 0;
}

.txt-about h2 {
    color: #000;
    font-size: 50px;
    margin-bottom: 30px;
}

.txt-about p {
    color: rgb(0 0 0 / 70%);
    font-size: 15px;
    line-height: 2;
    margin-bottom: 30px;
    text-align: justify;
}

.txt-about .btn-site {
    background: transparent;
    border: 1px solid var(--main-color);
    height: 50px;
}

.txt-about .btn-site:after {
    content: "";
    background: var(--main-color);
    width: 6px;
    height: 44px;
    position: absolute;
    top: 2px;
    right: 3px;
}

.ltr-style .txt-about .btn-site:after {
    right: auto;
    left: 3px;
}


.txt-about .btn-site span {
    color: #000;
    font-weight: 700;
}

.thumb-about {
    position: relative;
}

.thumb-about figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.thumb-abt-top {
    width: 300px;
    height: 290px;
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
}

.ltr-style .thumb-abt-top {
    left: auto;
    right: 0;
}

.thumb-abt-bottom {
    width: 450px;
    height: 480px;
    position: absolute;
    top: 130px;
    right: 30px;
    margin-bottom: 0;
    border: 10px solid #fff;
}

.ltr-style .thumb-abt-bottom {
    right: auto;
    left: 30px;
}

.box-experience {
    position: absolute;
    top: 330px;
    left: 50px;
    background: var(--sub-color);
    padding: 10px;
    min-width: 210px
}

.ltr-style .box-experience {
    left: auto;
    right: 50px;
}

.box-experience:before {
    content: "";
    background: url(../images/shape-experience.svg);
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ltr-style .box-experience:before {
    transform: scale(-1, 1);
    left: auto;
    right: 0;
}

.box-experience strong {
    color: #ffff;
    font-size: 140px;
    display: block;
    text-align: center;
    margin-bottom: 45px;
    line-height: 0.5;
}

.box-experience p {
    color: #fff;
    text-transform: uppercase;
}

/* Style Investments */

.section_investments {
    position: relative;
    padding: 140px 0 80px;
}

.section_investments:before {
    content: "";
    background: url(../images/bg-investment.png);
    background-position: bottom !important;
    width: 100%;
    height: 100%;
    mix-blend-mode: luminosity;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 10%;
}

.item-investment {
    position: relative;
    background: #fff;
    padding: 10px;
    margin-bottom: 24px;
    box-shadow: 0 0 60px rgb(0 0 0 / 12%);
}

.item-investment figure {
    margin-bottom: 0;
}

.item-investment figure img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.txt-investment {
    position: relative;
    padding: 20px;
}

.txt-investment h4 {
    text-align: center;
    color: #000;
    font-size: 20px;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 52px;
    margin-bottom: 5px;
}

.txt-investment p {
    color: rgb(0 0 0 / 70%);
    font-size: 15px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 95px;
    text-align: justify;
}

.hero-investments {
    background-position-y: center !important;
    width: 100%;
    height: 570px;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-investments:before {
    content: "";
    background: var(--main-color);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 80%;
    mix-blend-mode: multiply;
}

.hero-investments:after {
    content: "";
    background: url(../images/shape-home-top.svg);
    background-size: 100% 100%;
    width: 640px;
    height: 55px;
    position: absolute;
    top: 0;
    left: -80px;
}

.ltr-style .hero-investments:after {
    left: auto;
    right: -80px;
}

/* Style Statistics */

.section_statistics {
    position: relative;
    background: var(--sub-color);
    padding: 80px 0;
}

.section_statistics:before,
.section_statistics:after {
    content: "";
    background: url(../images/shape-home-bottom.svg);
    background-size: 100% 100%;
    width: 810px;
    height: 65px;
    position: absolute;
    top: 0;
    left: -250px;
}

.ltr-style .section_statistics:before,
.ltr-style .section_statistics:after {
    left: auto;
    right: -250px;
}


.section_statistics:after {
    left: auto;
    right: -250px;
    top: auto;
    bottom: 0;
}

.section_statistics .sec_head p {
    font-size: 19px;
}

.ltr-style .section_statistics:after {
    right: auto;
    left: -250px;
}

.item-statistics {
    display: flex;
    flex-wrap: wrap;
}

.item-statistic {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0 35px 35px;
    flex: 1;
}

.item-statistic:before {
    content: "";
    background: rgb(255 255 255 / 15%);
    width: 1px;
    height: 130px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.col-lg-3:last-child .item-statistic:before {
    display: none;
}

.ltr-style .item-statistic:before {
    left: auto;
    right: 0;
}

.item-statistic h3 {
    color: #fff;
    font-size: 70px;
    margin-bottom: 10px;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.item-statistic h3 span {
    font-size: 88px;
}

.item-statistic p {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

/* Style Projects */

.section_projects {
    position: relative;
    padding: 80px 0;
}

.section_projects .sec_head {
    text-align: start;
    margin: 0 0 40px;
}

.section_projects .sec_head h2 {
    color: #000;
}

.item-proj {
    position: relative;
    margin-bottom: 24px;
    height: 550px;
    overflow: hidden;
}

.item-proj:before {
    content: "";
    background: url(../images/shape-project.svg);
    background-size: 100% 100%;
    width: 215px;
    height: 305px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.ltr-style .item-proj:before {
    left: 0;
    right: auto;
    transform: scale(-1, 1);
}

.item-proj figure {
    margin-bottom: 0;
    height: 100%;
}

.item-proj figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.txt-proj {
    background: #fff;
    width: 100%;
    max-width: 570px;
    min-height: 390px;
    padding: 80px 60px;
    position: absolute;
    top: 80px;
    left: 80px;
}

.ltr-style .txt-proj {
    left: auto;
    right: 80px;
}

.txt-proj:before {
    content: "";
    border: 1px solid var(--main-color);
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.txt-proj:after {
    content: "";
    background: url(../images/shape-txt-proj.svg);
    background-size: 100% 100%;
    width: 65px;
    height: 65px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    opacity: 20%;
}

.ltr-style .txt-proj:after {
    left: 15px;
    ;
    right: auto;
    transform: scale(-1, 1)
}

.txt-proj h5 {
    color: #000;
    font-size: 25px;
    margin-bottom: 15px;
}

.txt-proj p {
    color: rgb(0 0 0 / 70%);
    font-size: 16px;
    text-align: justify;
}

.txt-proj a {
    color: var(--sub-color);
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    bottom: 60px;
    left: 60px;
}

.ltr-style .txt-proj a {
    left: auto;
    right: 60px;
}

.txt-proj a:before {
    content: "";
    background: var(--sub-color);
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -8px;
    right: 0;
    transition: .3s ease;
}

.ltr-style .txt-proj a:before {
    right: auto;
    left: 0;
}

.txt-proj a:hover:before {
    width: 100%;
}


/* Style Partners */

.section_partners {
    position: relative;
    background: var(--sub-color);
    padding: 80px 0 100px;
}

.section_partners:before,
.section_partners:after {
    content: "";
    background: url(../images/shape-home-bottom.svg);
    background-size: 100% 100%;
    width: 810px;
    height: 65px;
    position: absolute;
    top: 0;
    left: -250px;
}

.ltr-style .section_partners:before,
.ltr-style .section_partners:after {
    left: auto;
    right: -250px;
}

.section_partners:after {
    left: auto;
    right: -250px;
    top: auto;
    bottom: 0;
}

.ltr-style .section_partners:after {
    right: auto;
    left: -250px;
}

.item-partners {
    position: relative;
    margin-bottom: 0;
    padding: 15px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-partners img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
}

/* Style Responsibility */

.section_responsibility {
    position: relative;
    padding: 100px 0;
}

.section_responsibility:before {
    content: "";
    background: url(../images/shape-responsibility.svg);
    background-size: 100% 100%;
    width: 690px;
    height: 530px;
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: -1;
}

.ltr-style .section_responsibility:before {
    transform: scale(-1, 1);
    right: 0;
    left: auto;
}

.thumb-responsibility figure {
    margin-bottom: 0;
    padding-left: 100px;
    height: 550px;
}

.ltr-style .thumb-responsibility figure {
    padding-right: 100px;
    padding-left: unset;
}


.thumb-responsibility figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.txt-responsibility h2 {
    color: #000;
    font-size: 50px;
    margin-bottom: 50px;
}

.txt-responsibility p {
    color: rgb(0 0 0 / 70%);
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 50px;
}

.txt-responsibility .btn-site {
    background: transparent;
    border: 1px solid var(--main-color);
    height: 50px;
}

.txt-responsibility .btn-site:after {
    content: "";
    background: var(--main-color);
    width: 6px;
    height: 44px;
    position: absolute;
    top: 2px;
    right: 3px;
}

.ltr-style .txt-responsibility .btn-site:after {
    left: 3px;
    right: auto;
}

.txt-responsibility .btn-site span {
    color: #000;
    font-weight: 700;
}

/* Style Contact */

.section_contact {
    position: relative;
    padding: 80px 0;
    height: 400px;
    display: flex;
    align-items: center;
}

.section_contact:before {
    content: "";
    background: rgb(0 90 72 / 80%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    z-index: 1;
}

.hero-contact {
    background-position: 60% 30% !important;
    background-size: 100% !important;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 90%;
    mix-blend-mode: Luminosity
}

.shape-contact {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shape-contact:after,
.shape-contact:before {
    content: "";
    background: url(../images/shape-home-top.svg);
    background-size: 100% 100%;
    width: 640px;
    height: 55px;
    position: absolute;
    top: 0;
    left: -80px;
    z-index: 3;
}

.ltr-style .shape-contact:after,
.ltr-style .shape-contact:before {
    right: -80px;
    left: auto;
}

.shape-contact:before {
    right: -80px;
    left: auto;
    top: auto;
    bottom: 50px;
}

.ltr-style .shape-contact:before {
    left: -80px;
    right: auto;
}

.cont-contact {
    position: relative;
    text-align: center;
    z-index: 2;
}

.cont-contact h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 55px;
}

.cont-contact p {
    color: #fff;
    margin-bottom: 25px;
    font-size: 17px;
}

.cont-contact .btn-site {
    margin: 0 auto;
    background: var(--sub-color);
    height: 50px;
    min-width: 170px
}

.cont-contact .btn-site span {
    font-weight: 600;
}

.cont-contact .btn-site:after {
    content: "";
    background: var(--main-color);
    width: 6px;
    height: 44px;
    position: absolute;
    top: 2px;
    left: 3px;
}

.ltr-style .cont-contact .btn-site:after {
    right: 3px;
    left: auto;
}

/* Style Footer */

.footer {
    position: relative;
    background: #fff;
}

.footer:before {
    content: "";
    background: #fff;
    width: 80%;
    height: 100px;
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 999;
}

.ltr-style foter:before {
    left: 0;
    right: auto;
}

.top-footer {
    padding: 50px 0 30px;
}

.logo-ft {
    margin-bottom: 30px;
    display: block;
}

.logo-ft img {
    width: 220px;
    max-width: 100%;
}

.cont-ft ul {
    display: flex;
    gap: 15px;
}

.cont-ft li a {
    color: var(--main-color);
    font-size: 18px;
}


.menu-ft p {
    color: #000;
    font-size: 19px;
    margin-bottom: 20px;
}

.menu-ft ul li {
    margin-bottom: 8px;
}

.menu-ft ul li a {
    color: rgb(0 0 0 / 70%);
    font-size: 14px;
}

.li-ft li a:hover {
    color: var(--main-color);
}

.menu-ft span {
    color: rgb(0 0 0 / 70%);
    font-size: 14px;
    line-height: 1.7;
    display: block;
}

.cont-bt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.copyRight {
    color: rgb(0 0 0 / 40%);
    ;
    font-size: 14px;
    text-align: center;
}

.cont-bt p a {
    color: var(--main-color);
    font-size: 600;
}




/* Style Hero About Page */

.section_hero_about {
    position: relative;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_hero_about:before {
    content: "";
    background: #337b6d7d;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section_hero_about h2 {
    color: #000;
}
.section_hero_about .hero_txt {
    text-align: center;
    max-width: 500px;
    margin: auto;
}

.section_hero_about .hero_txt h1 {
    font-size: 56px;
    margin-bottom: 25px;
}

.section_hero_about .hero_txt p {
    font-size: 18px;
    line-height: 1.7
}

@media screen {
    .section_hero_about {
        height: unset;
    }
}

/* Style About Page */

.section_about_page {
    position: relative;
    padding: 80px 0;
}


.section_about_page::before {
    content: "";
    background: url(../images/shape-home-bottom.svg);
    background-size: contain;
    background-repeat: repeat-x;
    width: 100%;
    left: 0;
    height: 50px;
    position: absolute;
    top: 0;
}

.section_about_page .sec_head {
    width: 100%;
    text-align: start;
    margin: 0;
}

.section_about_page .sec_head .span-head {
    margin: 0 0 10px;
}

.section_about_page .sec_head strong {
    display: block;
    color: #3D3D42;
    line-height: 1;
    font-size: 20px;
}



.section_about_page .sec_head h2 {
    color: #000;
}

.section_about_page .sec_head p {
    margin-bottom: 25px;
    color: #000;
    text-align: justify;
}

.section_about_page .sec_head p:last-child {
    margin-bottom: 0;
}
.thubm-about-page {
    height: 100%;
}

.thubm-about-page img {
    width: 100%;
    height: 100%;
}


/* Style Values */

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

.section_values .row {
    margin-right: calc(var(--bs-gutter-x)* -1.5);
    margin-left: calc(var(--bs-gutter-x)* -1.5);
}

.section_values .row > * {
    padding-right: calc(var(--bs-gutter-x)* 1.5);
    padding-left: calc(var(--bs-gutter-x)* 1.5);
}

.section_values .sec_head h2,
.section_values h4 {
    color: #fff;
}

.section_values p {
    color: #b1d9d0;
}
.item-value {
    position: relative;
    margin-bottom: 60px;
}

.item-value figure {
    margin-bottom: 20px;
}

.item-value figure img {
    max-width: 40px;
}

.txt-value h4 {
    color: #1A1A20;
    font-size: 20px;
    margin-bottom: 15px;
}

.txt-value p {
    color: #3D3D42;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
}



/****************************************************************************/
/** Single.php *
/****************************************************************************/

.site-content {
    background-color: white;
  }
  
  .site-content-inner {
    padding: 10px;
  }
  
  .single p {
    font-size: 18px;
    line-height: 35px;
  }
  
  .site-content.single-page h1 {
    text-align: center;
    padding: 35px 0;
  }

/****************************************************************************/
/** single post
/****************************************************************************/

.single-post .site-content-inner {
    /* padding: 10px; */
    padding-top: 50px;
  }
  
  .single-post h1 {
    font-size: 40px;
    line-height: 50px;
    padding: 0 15px;
    margin-bottom: 25px;
  }
  
  .single-post article {
    padding: 0 15px;
  }
  
  .single-post .single-post-content .thumbnail figure img {
    max-width: 100%;
    width: 100%;
    height: 400px;
    border-radius: 15px;
    object-fit: cover;
  }
  
  @media screen and (max-width: 800px) {

    .single-post h1 {
      padding: 0;
      font-size: 25px;
      line-height: 34px;
      margin-top: 20px;
    }
  
    .single-post article {
      padding: 0;
    }
  
    .single-post .single-post-content .thumbnail figure img {
      height: 250px;
    }
  }

/****************************************************************************/
/***  Single Page
/****************************************************************************/

.single-page h2,
.single-page h3,
.single-page h4,
.single-page h5,
.single-page h6 {
    margin: 20px 0;
}

.single-page p {
    margin: 20px 0;
}


.single-page h2 {
    font-size: 20px;
    color: #475846;
    background-color: #47584612;
    margin-bottom: 20px;
    padding: 10px;
    padding-inline-start: 10px;
}


.single-page h3,
.single-page h4,
.single-page h5,
.single-page h6 {
    color: #475846;
    margin-bottom: 20px;
}

.single-page h3 {
    font-size: 20px;
}

.single-page h4 {
    font-size: 18px;
}

.single-page h5 {
    font-size: 16px;
}

.single-page h6 {
    font-size: 14px;
}

.single-page p {
    font-size: 16px;
    margin-bottom: 20px;
}

.single-page strong {
    color: #475846;
}

.single-page ol, .single-page ul {
    margin-bottom: 20px;
    padding-left: 20px;
    margin-inline-start: 20px;
}

.single-page li {
    margin-bottom: 10px;
}

.single-page li ul {
    margin-top: 10px;
}

.single-page li ul li {
    margin-bottom: 5px;
}

.single-page a {
    color: #475846;
    text-decoration: none;
}

.single-page a:hover {
    text-decoration: underline;
}

.single-page blockquote {
    padding: 15px;
    margin: 20px 0;
    background: #f8f9fa;
    border-left: 5px solid #475846;
    font-style: italic;
}

.single-page img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .single-page .container {
        padding: 15px;
    }

    .single-page h4 {
        font-size: 20px;
    }

    .single-page p {
        font-size: 14px;
    }
}



/****************************************************************************/
/** breadcrumbs
/****************************************************************************/

.breadcrumbs {
    padding: 25px 25px;
    background-color: #005a48;
    font-size: 17px;
  }
  
  .breadcrumbs ul {
    margin: 0;
  }
  
  .breadcrumbs ul li a{
    color: white;
  }
  
  .breadcrumbs-1 span.breadcrumb-delimiter {
    padding: 10px;
    color: white;
  }
  
  .breadcrumbs-1 .breadcrumbs-item {
    display: inline-block;
    color: #b1d1cb;
  }
  
  @media screen and (max-width: 800px) {
    .breadcrumbs {
      padding: 20px 15px;
      font-size: 18px;
    }
    .breadcrumbs ul {
      padding: 0;
    }
  }

  
/****************************************************************************/
/** Sidebar
/****************************************************************************/

.search-from-widget {
    position: relative;
  }

.search-from-widget input {
    padding: 15px 20px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    background-color: whitesmoke;
    border: solid 1px #f5f5f5;
    box-shadow: 0 0 1px #00000014;
}
  .search-from-widget button {
    position: absolute;
    right: 10px;
    top: 6px;
    border: 0;
    background: none;
    height: 45px;
    width: 45px;
    font-size: 20px;
    border-radius: 50%;
    color: var(--secondary-black);
  }
  
  body.ar .search-from-widget button {
    right: unset;
    left: 10px;
  }
  
  .recent-posts-widget {
    margin-bottom: 60px;
  }
  .recent-posts-widget ul {
    padding: 0;
  }
  .recent-posts-widget ul li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }
  
  .recent-posts-widget ul li .thumbnail {
    width: 160px;
    padding: 5px 10px;
  }
  
  .recent-posts-widget ul li .thumbnail figure {
    margin: 0;
  }
  
  .recent-posts-widget ul li .thumbnail figure img {
    border-radius: 15px;
    width: 100%;
    height: 90px;
    object-fit: cover;
  }
  
  .single-ictc-product .recent-posts-widget ul li .thumbnail figure img {
    border-radius: 15px;
    width: 100%;
    height: 110px;
    padding: 7px;
    object-fit: contain;
    border: solid 1px #0000000d;
    box-shadow: 0 0 32px #0000000f;
  }

  .recent-posts-widget ul li .content {
    flex: 1;
  }
  
  .recent-posts-widget ul li .content .title {
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
  }
  
  .recent-posts-widget ul li .content .title a {
    color: var(--primary-black);
  }
  
  .recent-posts-widget ul li .content .date {
    color: var(--secondary-black);
    font-size: 14px;
  }
  
  /* links-list-widget */
  
  .links-list-widget {
    margin-bottom: 60px;
  }
  
  .links-list-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .links-list-widget ul li {
    font-size: 18px;
  }
  
  .links-list-widget ul li a {
    color: #979797;
    display: block;
    padding: 8px 5px;
    transition: all ease-in-out 0.2s;
  }
  
  .links-list-widget ul li a:hover {
    color: var(--primary-black);
  }
  
  @media screen and (max-width: 800px) {
    .recent-posts-widget ul li .thumbnail {
      width: 120px;
    }
  
    .recent-posts-widget ul li .thumbnail figure img {
      height: 70px;
    }
  }
  
  
 
/****************************************************************************/
/** post card
/****************************************************************************/

  .post-card {
    margin-bottom: 30px;
    text-align: start;
    border: solid 1px #0000001c;
    border-radius: 15px;
    padding: 7px;
}

.post-card .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.post-card .thumbnail img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    transition: transform 0.5s;
}


.col-md-4 .post-card .thumbnail img {
    min-height: 250px;
}

.col-md-6 .post-card .thumbnail img {
    min-height: 250px;
}

.post-card .thumbnail img:hover {
    transform: scale(1.1);
}

.post-card .thumbnail figcaption {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.2rem;
    line-height: 22px;
    max-height: 58px;
    overflow: hidden;
    text-align: center;
}

.post-card .title {
    padding: 0 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}

.post-card .title a{
    color: black;
}
.post-card .excerpt {
    padding: 0 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    color: #636363;
}

.post-card .read-more {
    padding: 0 5px;
    margin: 10px 0;
    font-size: 1rem;
}

.post-card .read-more a{
    color: var(--primary-color);
}

.post-card .read-more a i{
    margin-inline-start: 0;
    transition: margin ease-in-out 0.3s;
}

.post-card .read-more a:hover i{
    margin-inline-start: 5px;
}

@media screen and (max-width: 768px) {
    .col-md-4 .post-card .thumbnail img,
    .col-md-6 .post-card .thumbnail img,
    .post-card .thumbnail img {
        min-height: 200px;
    }

}

/****************************************************************************/
/** Pagination
/****************************************************************************/

.pagination {
    border: none;
    display: block;
}

.pagination .pagination-inner {
    direction: rtl;
    float: left;
    margin: 50px;
}

.pagination a {
    display: inline-block;
    color: #00017c;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    transition: 0.5s all;
}

.pagination a:hover {
    display: inline-block;
    color: #7647E2;
    background-color: white;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 3px 0 rgba(0, 0, 0, 0.19);
}

.pagination span.current {
    display: inline-block;
    color: white;
    background-color: #00017c;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pagination span.dots {
    display: inline-block;
    margin: 5px;
}


/****************************************************************************************/
/* Contact Section
/****************************************************************************************/

section#get-in-touch {
    padding: 50px 0;
    position: relative;
  }
  
  input[type="text"],
  input[type="search"],
  input[type="email"],
  input[type="url"],
  input[type="tel"],
  input[type="number"],
  input[type="password"],
  textarea {
    padding: 15px 20px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    background-color: whitesmoke;
    border: solid 1px #f5f5f5;
    box-shadow: 0 0 1px #00000014;
  }
  
  
  input[type="text"].small,
  input[type="search"].small,
  input[type="email"].small,
  input[type="url"].small,
  input[type="tel"].small,
  input[type="number"].small,
  input[type="password"].small,
  textarea {
    padding: 10px 20px;
  }
  
  input[type="text"]:focus,
  input[type="search"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  textarea {
    outline: none;
  }
  
  input::placeholder,
  textarea::placeholder {
    color: #b5b5b5;
  }
  
  input:disabled {
    opacity: 0.5;
  }
  
  form label {
    margin-left: 10px;
    margin-bottom: 5px;
    color: var(--primary-black);
    font-weight: 800;
  }
  
  #get-in-touch .get-in-touch-image {
    width: 80%;
  }
  
  @media screen and (max-width: 800px) {
    #get-in-touch .get-in-touch-image {
      width: 182%;
      max-width: unset;
      position: absolute;
      top: -5px;
      left: -6%;
      opacity: calc(2 / 100);
      z-index: -1;
    }
  }
  

/* ---------- Base ---------- */
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:"Segoe UI", Tahoma, Arial, sans-serif;
  background:#ffffff;
  color:#0f172a;
  line-height:1.8;
}
a{color:#337b6d;text-decoration:none}
.container{max-width:1200px;margin:0 auto;padding:28px}

/* ---------- Grid ---------- */
.company-cards{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:18px;
  margin-top:22px;
}

/* ---------- Company Card ---------- */
.company-card{
  grid-column:span 12;
  display:grid;
  grid-template-columns:140px 1fr;
  gap:18px;
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:16px;
  box-shadow:0 10px 25px rgba(15,23,42,0.06);
  position:relative;
  overflow:hidden;
  transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;
}
.company-card:hover{
  transform:translateY(-3px);
  border-color:#d1d5db;
  box-shadow:0 14px 34px rgba(15,23,42,0.08);
}
.company-card .card-thumb{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: unset;
    min-height: unset;
    height: 100%;
    outline: 1px solid #e5e7eb;
}


.company-card .card-thumb a{
    display: block;
    padding: 15px;
    height: 100%;
}

.company-card .card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.company-card .shine{
  content:"";position:absolute;inset:0;
  background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.45),transparent 70%);
  transform:translateX(-100%);
  transition:transform .6s ease;
  pointer-events:none;
  mix-blend-mode:screen;
}
.company-card:hover .shine{transform:translateX(100%)}

.company-card .card-badge{
  position:absolute;top:8px;right:8px;
  background:rgba(255,255,255,.85);backdrop-filter:blur(6px);
  border:1px solid #e5e7eb;color:#1f2937;
  padding:4px 8px;font-size:11px;border-radius:999px;font-weight:600;
}
.ltr-style .company-card .card-badge {
    right: auto;
    left: 8px;
}

.company-card .card-head{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.company-card .card-title{margin:0;font-size:20px}
.company-card .card-en{color:#6b7280;font-weight:500;font-size:14px}

.company-card .card-meta{display:flex;gap:10px;flex-wrap:wrap;margin:8px 0 10px}
.company-card .card-chip{
  background:#f3f4f6;
  border:1px solid #e5e7eb;
  border-radius:999px;
  padding:6px 10px;
  font-size:12px;color:#1f2937
}
.company-card .card-chip strong{color:#337b6d}

.company-card .card-body{color:#374151}

/* ---------- Responsive ---------- */
@media (max-width:720px){
  .company-card{grid-template-columns:1fr}
  .company-card .card-thumb {height:170px}
  .company-card .card-thumb img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
@media (min-width:1080px){
  .company-card{padding:18px}
  .company-card .card-title{font-size:22px}
}
