@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);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


*,
*: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: #43667D;
    --sub-color: #C19D11;
    --active-color: #E8D470;
    --ph-color: #262626;
    --sec-padding: 80px 0;
}

body {
    font-family: 'Inter', 'Almarai', 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: 'Kufam', 'Almarai', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

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;
    padding-top: 158px;
}

.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: 35px;
    height: 35px;
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 20px;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    margin-right: 0px;
    background-color: transparent;
}

.rtl-style .hamburger,
.rtl-style .is-closed {
    left: 15px;
    right: auto;
}

.hamburger span,
.is-closed span {
    width: 20px;
    height: 2px;
    border-radius: 0px;
    background-color: #fff;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.is-closed span:nth-child(1) {
    transform: rotate(45deg)
}

.is-closed span:nth-child(2) {
    display: none;
}

.is-closed span:nth-child(3) {
    transform: rotate(135deg);
    margin-top: -5px;
}

.hamburger {
    display: none;
}

/* Style Header */

#header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.middle-header {
    padding: 20px 0;
    background: #fff;
}

.logo-site a {
    display: inline-block;
}

.logo-site img {
    max-width: 240px;
}

.hd-end {
    display: flex;
    align-items: center;
}

.opt-st {
    display: flex;
    align-items: center;
}

.opt-st li a {
    display: flex;
    align-items: center;
}

.opt-st li {
    margin-right: 50px;
}

.rtl-style .opt-st li {
    margin-left: 50px;
    margin-right: unset;
}

.opt-st li:last-child {
    margin-right: 0;
}

.rtl-style .opt-st li {
    margin-left: 50px;
    margin-right: unset;
}

.rtl-style .opt-st li:last-child {
    margin-left: 0;
}

.opt-st figure {
    margin-bottom: 0;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 16px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px
}

.rtl-style .opt-st figure {
    margin-left: 10px;
    margin-right: unset;
}

.opt-st p {
    font-size: 14px;
    color: var(--main-color);
    font-weight: 500;
}

.opt-st span {
    display: block;
    color: var(--main-color);
    font-size: 14px;
}


.bottom-header {
    background: var(--main-color);
}

.bottom-header .container {
    justify-content: space-between !important;
}

.main_menu {
    display: flex;
    justify-content: center;
}

.main_menu > li > a {
    display: block;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    padding: 15px 20px;
}

.main_menu > li:first-child > a {
    padding-left: 0;
}

.rtl-style .main_menu > li:first-child > a {
    padding-right: 0;
    padding-left: 20px;
}

.main_menu > li.active a {
    color: #C7C7C7;
}

.menu-end ul {
    display: flex;
    align-items: center;
}

.menu-end li {
    padding: 10px 20px;
}

.menu-end li:last-child {
    padding-right: 0;
    padding-right: 20px;
}

.rtl-style .menu-end li:last-child {
    padding-left: 0;
}

.menu-end li a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}

.menu-end .mn-order a {
    background: #fff;
    border-radius: 10px;
    color: var(--main-color);
    padding: 10px 20px;
    display: flex;
    font-weight: 500;
    align-items: center;
    font-size: 19px;
}

#header .fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    z-index: 33;
}


/* Style Home Slide */

.section_home {
    position: relative;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 160px);
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.section_home:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 116, 153, 0.1) 10%, rgba(67, 102, 125, 1) 100%);
    width: 100%;
    height: 100%;
    opacity: 80%;
    position: absolute;
    top: 0;
    left: 0;
}

.home_txt {
    position: relative;
    width: 40%;
}

.home_txt h1 {
    color: var(--main-color);
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 45px;
}

.home_txt p {
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 30px;
}

.home_txt ul {
    display: flex;
    align-items: center;
}

.home_txt ul li {
    margin-right: 15px;
    color: #fff;
}

.rtl-style .home_txt ul li {
    margin-left: 15px;
    margin-right: unset;
}

.home_txt .btn-site {
    border-radius: 30px;
    background: #fff;
    padding: 15px 35px;
    margin: 0;
}

.home_txt .btn-site span {
    font-size: 17px;
    color: var(--main-color);
    font-weight: 500;
}

.home_txt .btn-contact {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    transition: .3s;
}

.home_txt .btn-contact:hover {
    color: var(--main-color);
}


/* Style Stac Site */

.sec_head {
    margin-bottom: 40px;
    position: relative;
}

.sec_head span {
    position: relative;
    display: inline-block;
    color: rgba(183, 179, 185, 1);
    margin-bottom: 20px
}

.sec_head span:before,
.sec_head span:after {
    content: "";
    background: rgba(183, 179, 185, 1);
    width: 80px;
    height: 1px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
}

.sec_head span:after {
    right: -100px;
    left: auto;
}

.sec_head h2 {
    color: var(--main-color);
    font-size: 37px;
    margin-bottom: 5px;
    position: relative;
    display: block;
    text-transform: capitalize
}

.sec_head p {
    font-size: 15px;
    width: 50%;
    margin: auto;
    color: rgba(104, 95, 109, 1);
    font-weight: 400;
    line-height: 1.7;
}

.btn-site {
    font-size: 15px;
    padding: 10px 35px;
    display: flex;
    align-items: center;
    margin: 30px 0 0;
    border-radius: 5px;
    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;
}

.btn-site:hover span {
    color: var(--main-color);
}

.icon {
    width: 17px;
    height: 17px;
    background-size: contain !important;
    display: block;
    margin-right: 8px;
}

.rtl-style .icon {
    margin-right: unset;
    margin-left: 8px;
}

/* Style About */

.section_about {
    position: relative;
    padding: 80px 0 150px;
}

.txt-about h2 {
    color: var(--main-color);
    font-size: 32px;
    margin-bottom: 15px;
    position: relative;
}

.txt-about p {
    color: #685F6D;
    font-size: 17px;
    line-height: 1.7;
}

.goal-afaaq {
    margin-top: 20px;
}

.goal-afaaq h6 {
    color: #000;
    font-size: 21px;
    margin-bottom: 10px;
}

.txt-about a {
    color: var(--main-color);
    font-size: 19px;
    text-decoration: underline !important;
    display: block;
    margin-top: 15px;
}

.thumb-about .big-img {
    text-align: right;
}

.rtl-style .thumb-about .big-img {
    text-align: left;
}

.big-img img {
    max-width: 400px;
}

.abt-img {
    position: absolute;
    bottom: -170px;
    left: 180px;
    width: 200px;
    height: 200px;
}

.rtl-style .abt-img {
    right: 180px;
    left: auto;
}


/* Style Services */

.section_services {
    position: relative;
    padding: 60px 0;
    background: #F9F9F9;
    overflow: hidden;
}

.section_services:before {
    content: "";
    background: url(../images/logo.svg);
    background-size: 100% 100%;
    width: 2000px;
    height: 800px;
    position: absolute;
    top: calc(50% + 100px);
    left: 50%;
    transform: translate(-50%, -50%) rotate(15deg);
    opacity: 1%;
}

.type-serv {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.type-serv li:last-child .btn-site {
    background: rgb(67 102 125 / 30%);
}
.type-serv li:last-child .btn-site span {
    color: var(--main-color);
}

.section_services .col-lg-4 {
    margin-bottom: 24px;
}

.item-services {
    position: relative;
    border: 1px solid #E6E4E7;
    border-radius: 10px;
    text-align: center;
    padding: 24px 34px;
    height: 270px;
    display: flex;
    align-items: center;
}

.item-services:first-child {
    margin-bottom: 20px;
}

.txt-services h4 {
    color: var(--main-color);
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 10px;
}

.txt-services p {
    color: rgba(22, 28, 45, 1);
    line-height: 1.7;
    font-size: 16px;
}

.item-services-page {
    background: #fff;
    margin-bottom: 0 !important;
    flex-direction: column;
    text-align: start;
    align-items: self-start;
    height: 100%;
}

.item-services-page figure {
    margin-bottom: 20px;
}

.item-services-page figure img {
    width: 30px;
    height: 30px;
}

.section_hero_page.services_page {
    padding-bottom: 50px;
}

#services-slider .owl-dots {
    text-align: center;
    padding-top: 20px;
}

#services-slider .owl-dots .owl-dot {
    margin: 0 5px;
}

#services-slider .owl-dots .owl-dot span {
    background: #C7C7C7;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: block;
    transition: .3s;
}

#services-slider .owl-dots .owl-dot.active span {
    background: var(--main-color);
    width: 10px;
    height: 10px;
}

/* Style Legal Services */

.section_request_services {
    position: relative;
    background: url(../images/bg.svg);
    background-size: 100%;
    padding: 50px 0;
}

.sec-request {
    text-align: center;
    position: relative;
    width: 40%;
    margin: auto;
}

.sec-request h2 {
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.6;
}

.sec-request .btn-site {
    margin: auto;
    display: block;
    width: max-content;
    background: #C7C7C7;
    border-radius: 30px;
}

.sec-request .btn-site span {
    font-size: 25px;
    font-weight: 500;
}

/* section_faqs */

.section_faqs {
    position: relative;
    padding: 60px 0;
}

.section_faqs .sec_head small {
    display: block;
    color: #C7C7C7;
}

.accordion {
    width: 70%;
    margin: auto;
}

.accordion-item {
    border: 0;
    margin-bottom: 20px;
}

.accordion-button {
    background-color: #F5F4F6;
    font-size: 14px;
    color: #000;
    padding: 25px;
    border-radius: 5px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--main-color);
    font-size: 14px;
    border: 0;
    box-shadow: none;
}

.accordion-collapse {
    padding: 20px 20px 0;
}

.accordion-collapse p {
    font-size: 15px;
    line-height: 1.7;
    color: #A09BA3;
}

.accordion-body {
    padding: 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.rtl-style .accordion-button::after {
    margin-right: auto;
    margin-left: unset;
}


/* Style Customer Reviews */

.section_customer_reviews {
    background: rgba(67, 102, 125, 90%);
    padding: 50px 0;
}

.section_customer_reviews .sec_head h2 {
    color: #fff;
    font-size: 25px;
}

.section_customer_reviews .sec_head p {
    color: #fff;
}

.section_customer_reviews .item {
    padding: 70px 0;
    position: relative;
}

.section_customer_reviews .item:before {
    content: "";
    background: url(../images/shape-reviews.svg);
    background-size: 100%;
    width: 480px;
    height: 440px;
    position: absolute;
    top: 0px;
    right: 310px;
    z-index: -2;
}

.rtl-style .section_customer_reviews .item:before {
    right: auto;
    left: 310px;
}

.cont-reviews {
    width: 40%;
    margin: auto;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 20px 40px 40px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.cont-reviews:before,
.cont-reviews:after {
    content: "";
    background: #fff;
    width: 105%;
    height: 90%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.cont-reviews:after {
    width: 110%;
    height: 80%;
    z-index: -2;
}

.cont-reviews p {
    font-size: 14px;
    color: #3D3D3D;
}

.dta-assessor {
    margin: -55px 0 10px;
}

.dta-assessor figure {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
}

.dta-assessor h5 {
    color: #3D3D3D;
    font-size: 16px;
    margin-bottom: 5px;
}

.dta-assessor p {
    color: #3D3D3D;
    font-size: 14px;
}

#reviews-slider .owl-nav > button {
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#reviews-slider .owl-nav > button.owl-next {
    right: 0;
    left: auto;
}


/* Style Fotter */

footer {
    position: relative;
    padding: 25px 0;
    background: var(--main-color)
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .opt-st span,
footer .opt-st p {
    color: #fff;
}

footer .opt-st figure {
    margin-bottom: 0;
    border: 1px solid #fff;
    color: #fff;
}

/* Style About Page */

.section_hero_page {
    position: relative;
    padding: 60px 0 0;
}

.section_hero_page:before {
    content: "";
    background: #CED7DD;
    width: 100%;
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.dta-about span {
    color: #685F6D;
    font-size: 21px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.dta-about h3 {
    color: var(--main-color);
    font-size: 40px;
    margin-bottom: 10px;
}

.dta-about p {
    color: #685F6D;
    font-size: 18px;
    line-height: 1.7;
}

.about_page .thumb-about img {
    max-height: 450px;
    width: 100%;
    object-fit: cover;
}

.txt-about h2 {
    font-size: 60px;
    color: var(--main-color);
    margin-bottom: 20px;
}

.txt-about p {
    color: #685F6D;
    font-size: 17px;
    line-height: 1.7;
}

.thumb--about {
    position: relative;
}

.thumb--about figure {
    margin-bottom: 0;
}

.top-abt {
    width: 380px;
    height: 420px;
}

.top-abt img,
.btto-abt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btto-abt {
    width: 320px;
    height: 360px;
    position: absolute;
    right: 60px;
    bottom: -110px;
}
.rtl-style .btto-abt {
    right: auto;
    left: 60px;
}




.section_guiding {
    position: relative;
    padding: 60px 0;
    background: #F9F9F9;
}

.section_guiding .sec_head h2 {
    color: #000;
}
.section_guiding .row {
    justify-content: center;
}
.section_guiding .col-lg-6 {
    margin-bottom: 24px;
}
.item-guiding {
    background: #fff;
    padding: 30px 40px;
    border-radius: 15px;
    height: 100%;
}
.item-guiding > div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.item-guiding > div h4 {
    color: #000;
    font-size: 18px;
    width: calc(100% - 40px);
    padding-left: 15px;
}
.rtl-style .item-guiding > div h4 {
    padding-left: unset;
    padding-right: 15px;
}
.item-guiding > div figure {
    margin-bottom: 0;
    width: 40px;
}
.item-guiding > div figure img {
    width: 40px;
    height: 40px;
}
.item-guiding p {
    color: #666;
    line-height: 1.7;
    font-size: 15px;
}

.section_values {
    position: relative;
    background: #F9F9F9;
    padding: 60px 0;
}
.sec_head_values {
    margin-bottom: 40px;
    text-align: center;
}
.sec_head_values h2 {
    color: var(--main-color);
    font-size: 30px;
    margin-bottom: 15px;
    position: relative;
}
.sec_head_values p {
    color: #444;
    font-size: 16px;
    line-height: 1.8;
}

.row-values {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.col-values {
    padding: 0 10px;
    flex: 0 0 auto;
    width: 33.33334%;
    margin-bottom: 20px;
}
.item-value {
    position: relative;
    /*background: #F8F8F8;*/
    background: #ffffff;
    border-radius: 5px;
    padding: 25px 25px 15px;
    height: 100%;
}
.item-value figure img {
    width: 35px;
    height: 35px;
}

.item-value h5 {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}
.item-value p {
    color: #5B6670;
    font-size: 15px;
}



.section_strategy {
    position: relative;
    padding: 80px 0;
}
.row-oth {
    display: flex;
    margin: 0 -10px 80px;
}
.row-oth:last-child {
    margin-bottom: 0;
}
.row-oth:nth-child(even) {
    flex-direction: row-reverse;
}
.row-oth > div {
    width: 50%;
    padding: 0 10px;
}
.dta-stg h4 {
    margin-bottom: 15px;
}
.dta-stg li {
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 15px;
    color: #444;
}
.rtl-style .dta-stg li {
    padding-left: unset;
    padding-right: 15px;
}
.dta-stg li:before {
    content: "";
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
}
.rtl-style .dta-stg li:before {
    left: auto;
    right: 0;
}

.thumb-stg figure {
    position: relative;
    margin-bottom: 0;
}

.thumb-stg figure:before {
    content: "";
    border: 3px solid var(--main-color);
    border-radius: 12px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: -1
}
.rtl-style .thumb-stg figure:before {
    left: auto;
    right: -10px;
}

.thumb-stg figure img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}


.section_team {
    position: relative;
    background: #F9F9F9;
    padding: 50px 0;
}

.sec_head_team {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.sec_head_team h2 {
    background: var(--main-color);
    color: #fff;
    width: max-content;
    border-radius: 7px;
    margin-right: 20px;
    font-weight: 500;
    padding: 0 5px;
}
.rtl-style .sec_head_team h2 {
    margin-right: unset;
    margin-left: 20px;
}

.sec_head_team p {
    color: #000000;
    font-size: 16px;
}

.item-team {
    position: relative;
    border: 1px solid #191A23;
    padding: 40px;
    border-radius: 45px;
    margin-bottom: 24px;
    box-shadow: 0 5px 0 #191A23;
}

.employee-name {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000
}

.thumb-team {
    width: 100px;
    height: 100px;
    mask-image: url('../images/mask-team.svg');
    -webkit-mask-image: url('../images/mask-team.svg');
    mask-size: auto;
    margin-bottom: 0;
}

.employee-name:before {
    content: "";
    background: url(../images/mask-team.svg);
    background-size: 100% 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 5px;
    left: 5px;
}
.rtl-style .employee-name:before {
    left: auto;
    right: 5px;
}

.txt-employee {
    width: calc(100% - 100px);
    padding-left: 20px;
}
.rtl-style .txt-employee {
    padding-left: unset;
    padding-right: 20px;
}

.txt-employee h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000
}

.txt-employee p {
    font-size: 15px;
    color: #000
}

.like-linkedin {
    background: #32A3EF;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s;
}
.rtl-style .like-linkedin {
    right: auto;
    left: 0;
}

.like-linkedin:hover {
    color: #fff;
    transform: scale(1.1)
}

.ph-team {
    color: #000;
    font-size: 17px;
}


.dta-serv {
    position: relative;
    text-align: center;
}

.dta-serv h3 {
    color: var(--main-color);
    font-size: 35px;
    margin-bottom: 10px;
}

.dta-serv p {
    color: #685F6D;
    font-size: 17px;
    width: 60%;
    margin: 0 auto 30px
}

.thumb-serv img {
    max-height: 500px;
}


.section_we_cover {
    position: relative;
    padding: 50px 0;
}
.sec-hed-cover {
    margin-bottom: 30px;
}
.sec-hed-cover h2 {
    color: var(--main-color);
    font-size: 34px;
}
.row-cover {
    position: relative;
    margin-bottom: 50px;
    display: flex;
}

.head-cover {
    width: 35%;
    padding-right: 100px;
}
.rtl-style .head-cover {
    padding-left: 100px;
    padding-right: unset;
}
.head-cover h3 {
    color: var(--main-color);
    font-size: 24px;
}
.txt-cover {
    width: 65%;
}
.txt-cover p {
    color: #48434B;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 500;
}

.governance_page {
    position: relative;
    padding: 180px 0;
    background: #CED7DD;
}
.governance_page:before {
    display: none;
}
.dta-governance {
    display: flex;
    align-items: center;
}
.txt-governance {
    position: relative;
    width: 40%;
}
.txt-governance h3 {
    color: var(--main-color);
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 10px;
}
.txt-governance p {
    color: #685F6D;
    font-size: 17px;
}

.thumb-governance {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1
}
.rtl-style .thumb-governance {
    right: auto;
    left: 0;
}
.thumb-governance:before {
    content: "";
    background: var(--main-color);
    width: 102%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: -1
}
.rtl-style .thumb-governance:before {
    right: auto;
    left: 0;
}

.thumb-governance img {
    max-width: 600px;
}

.section_categ_governance {
    position: relative;
    padding: 80px 0;
}
.row-governance {
    position: relative;
    margin-bottom: 50px;
}
.img-categ-gover {
    margin-bottom: 30px;
    position: relative;
}
.img-categ-gover figure {
    position: relative;
}
.img-categ-gover figure:before {
    content: "";
    background: linear-gradient(183deg, rgba(67,102,125,0.1) 39%, rgba(67,102,125,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.rtl-style .img-categ-gover figure:before {
    left: auto;
    right: 0;
}
.img-categ-gover figure img {
    width: 100%;
}
.title-cate {
    padding: 0 30px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.title-cate h2 {
    color: #fff;
}
.head-governance {
    width: 35%;
    padding-right: 20px;
}
.rtl-style .head-governance {
    padding-right: unsets;
    padding-left: 20px;
}
.head-governance h3 {
    color: #000;
    font-size: 24px;
}
.txt-governance {
    width: 55%;
}
.txt-governance p {
    color: #685F6D;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 500;
}
.row-governance .d-flex {
    margin-bottom: 30px;
}

/* Style Contact Page */

.section_contact {
    position: relative;
    background: url(../images/bg-contact.jpg);
    background-size: 100% 100%;
    padding: 80px 0;
}
.section_contact:before {
    content: "";
    background: #CED7DD;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 90%
}
.head-contact {
    text-align: center;
    width: 50%;
    margin: 0 auto 50px;
    position: relative;
    z-index: 1
}

.head-contact h3 {
    color: var(--main-color);
    font-size: 36px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.head-contact p {
    color: #685F6D;
    font-size: 14px;
}

.cont-contact {
    background: #fff;
    padding: 60px 80px;
    position: relative;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    border: 1px solid var(--main-color);
    background-color: transparent;
    height: 45px;
    border-radius: 5px;
}

.form-select,
.form-select:focus {
    background-color: var(--main-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    color: #fff;
}

textarea.form-control {
    height: 220px;
}

.form-control::placeholder {
    color: var(--main-color);
    text-transform: capitalize;
    font-size: 14px;
}

.lst-contact {
    padding-left: 100px;
}

.rtl-style .lst-contact {
    padding-right: 100px;
    padding-left: unset;
}

.item-contact {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
}

.item-contact figure {
    width: 50px;
    text-align: center;
    margin-bottom: 0;
}

.item-contact figure img {
    max-width: 24px;
    max-height: 24px;
}

.item-contact span {
    text-transform: capitalize;
}

.cont-order {
    padding: 0;
}

.cont-order .form-contact {
    padding: 60px 0 60px 80px;
}

.thumb-order figure {
    margin-bottom: 0;
    text-align: right;
}

.rtl-style .thumb-order figure {
    text-align: left;
}


.head-consultation {
    position: relative;
    padding: 20px 0;
}
.modal-header {
    border-bottom: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9
}


.section_governance_services {
    position: relative;
    padding: 60px 0;
}
.section_governance_services .sec_head {
    text-align: center;
}
.section_governance_services .col-lg-6 {
    margin-bottom: 24px;
}
.item-governance-serv {
    background: #fff;
    position: relative;
    padding: 30px 30px 15px;
    display: flex;
    margin-bottom: 30px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 6%);
    height: 100%;
    overflow: hidden;
}
.item-governance-serv:before {
    content: "";
    background: url(../images/shape-big.svg);
    background-size: 100% 100%;
    width: 40px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    filter: opacity(0.3);
}
.item-governance-serv:after {
    content: "";
    background: var(--main-color);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    right: -45px;
    top: -45px;
    filter: opacity(0.1);
}
.item-governance-serv > figure {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-governance-serv > figure img {
    height: 40px;
}

.txt-gov-serv {
    width: calc(100% - 60px);
    padding-left: 20px;
    padding-top: 15px;
}

.txt-gov-serv h4 {
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
    color: #000;
    text-transform: capitalize;
}
.txt-gov-serv p {
    color: rgb(79 79 79 / 60%);
    font-size: 15px;
    line-height: 1.8;;
}