@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=Noto+Kufi+Arabic:wght@100..900&display=swap');

/* include font: ../fonts/Helvetica_Neue_LT_Arabic_75_Bold.ttf */
@font-face {
    font-family: 'HelveticaNeueLT';
    src: url('../fonts/Helvetica_Neue_LT_Arabic_75_Bold.ttf') format('truetype');
}


*,
*: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: #254550; */
    --sub-color: #28323C;
    --main-color: #126562;
    --sec-padding: 80px 0;
}

body {
    font-family: 'HelveticaNeueLT', 'Noto Kufi Arabic', sans-serif !important;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

body.en {
    font-family: 'Raleway', 'Noto Kufi Arabic', sans-serif !important;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'HelveticaNeueLT', 'Noto Kufi Arabic', sans-serif !important;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    margin-bottom: 15px;
}

body.en h1,
body.en h2,
body.en h3,
body.en h4,
body.en h5,
body.en h6 {
    font-family: 'Raleway', 'Noto Kufi Arabic', sans-serif !important;
}


p {
    font-family: 'HelveticaNeueLT', 'Noto Kufi Arabic', sans-serif !important;
    margin: 0;
    margin-bottom: 15px;
}

body.en p {
    font-family: 'Raleway', 'Noto Kufi Arabic', sans-serif !important;
}

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;
}

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%;
}

h2.wp-block-heading {
    font-size: 20px;
}

h3.wp-block-heading {
    font-size: 18px;
}

.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;
}

.hamburger span,
.is-closed span {
    width: 25px;
    height: 3px;
    border-radius: 20px;
    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 {
    background-color: #000
}

.hamburger span:nth-child(1) {
    width: 25px
}

.hamburger span:nth-child(2) {
    width: 21px
}

.hamburger span:nth-child(3) {
    width: 17px;
    margin-bottom: 0
}

.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: -6px;
}

.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 .main_menu > li {
    margin-bottom: 20px;
}

.mmenu .main_menu > li a {
    color: #ABABAB
}

.mmenu .main_menu > li.active a {
    color: var(--main-color);
    font-weight: 700;
}

.mmenu li.lst-contact {
    margin: 0;
    padding: 0;
}


.mmenu li.lst-contact::before,
.mmenu li.lst-contact::after {
    display: none;
}

.language-btn-mobile {
    display: none;
    padding: 0 10px;
    border-radius: 17px;
    line-height: 34px;
    color: #ffffff;
    border: solid 1px #ffffff3d;
}

header.fixed-header .language-btn-mobile {
    color: #126562;
    border: solid 1px #126562de;
}

@media screen and (max-width: 991px) {
    .language-btn-mobile {
        display: inline-block;
    }
}

/* Style Header */

#header,
.header-page {
    width: 100%;
    padding: 25px 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.elementor-editor-active #header {
    pointer-events: none;
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.logo-site a {
    display: inline-block;
}

.logo-site img {
    /* max-width: 140px; */
    height: 120px;
    width: auto;
}

.logo-color {
    display: none;
}

.main_menu {
    display: flex;
    gap: 25px
}

.main_menu > li > a {
    display: block;
    position: relative;
    color: white;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    padding: 10px 0;
}

.main_menu > li > a::after{
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: currentColor;
    bottom: -5px;
    right: 0;
    transition: width 0.4s ease, right 0.4s ease;
}


.main_menu > li > a:hover::after {
    width: 100%;
    right: 0;
}

.main_menu li ul {
    position: absolute;
    background-color: white;
    padding: 15px 0;
    border-radius: 5px;
    box-shadow: 0 0 15px #0000000a;
    border: solid 1px #0000000d;
    opacity: 0;  /* Start with the submenu invisible */
    visibility: hidden;  /* Make the submenu not interactable */
    transform: translateY(10px);  /* Move the submenu down to hide it */
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}

ul.main_menu li:hover ul {
    display: block; /* Ensure it is block to lay it out */
    opacity: 1;  /* Fade in to full visibility */
    visibility: visible;  /* Make the submenu interactable */
    transform: translateY(0);  /* Move the submenu up to show it */
}

@media screen and (max-width: 991px) {
    .main_menu li ul {
        position: relative;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
        display: none;
    }

    ul.main_menu li ul li a {
        padding: 10px 20px !important;
    }
}

ul.main_menu li ul li a {
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 23px;
    display: block;
    text-align: center;
}

header.fixed-header .main_menu > li > a,
.dark-header .main_menu > li > a {
    color: #5f5b5b;
}

.main_menu > li.active a {
    color: #fff;
    font-weight: 700;
}

.main_menu > li.active a:before {
    content: "";
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}

.main_menu > li > a.btn-site {
    padding: 10px 25px;
}

.lst-contact {
    position: relative;
    padding-right: 25px;
}

.lst-contact:before {
    content: "";
    background: #ABABAB;
    width: 1px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

body.ltr .lst-contact {
    padding-right: 0;
    padding-left: 25px;
}

body.ltr .lst-contact:before {
    right: auto;
    left: 0;
}

.fixed-header {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 0 !important;
    background: #fff;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    z-index: 33;
}

header .logo-site .sticky-logo{
    display: none;
}

header.fixed-header .logo-site .main-logo{
    display: none !important;
}

header.fixed-header .logo-site .sticky-logo {
    display: block;
}

header img.main-logo.light-logo,
header img.main-logo.dark-logo
{
    display: none;
}

header.light-header img.main-logo.light-logo{
    display: block;
}
header.dark-header img.main-logo.dark-logo{
    display: block;
}

.fixed-header .main_menu > li.active a,
.header-page .main_menu > li.active a {
    color: var(--main-color);
}

.fixed-header .main_menu > li.active a:before,
.header-page .main_menu > li.active a:before {
    background: var(--main-color);
}


/* Style Hero Slide */

.section_hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: 100vh;
    overflow: hidden;
}

.section_hero:before {
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 50%;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.home_txt {
    position: relative;
    text-align: center;
    width: 75%;
    margin: auto;
    z-index: 1
}

.home_txt h1 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 1.5;
}

.home_txt p {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
}

.home_txt ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.btn-site.btn-contact {
    background: #fff;
    border: 1px solid #fff;
    padding: 15px 55px;
    border-radius: 40px;
    height: 65px;
}

.btn-site.btn-contact span {
    color: var(--main-color);
    font-size: 22px
}

.btn-site.btn-company {
    background: transparent;
    border: 1px solid #fff;
    padding: 15px 55px;
    border-radius: 40px;
    height: 65px;
}

.btn-site.btn-company span {
    color: #fff;
    font-size: 22px
}

/* Style Stac Site */

.sec_head {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.sec_head h2 {
    color: var(--main-color);
    font-size: 40px;
    margin-bottom: 5px;
    position: relative;
}

.sec_head span {
    font-size: 40px;
    opacity: 1;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 0.5px rgba(37, 69, 80, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all ease-in-out 1.5s;
    transform: translate(-50%, -50%);
}

.sec_head.viewed span {
    font-size: 155px;
    opacity: 0;
}

.btn-site {
    height: 40px;
    font-size: 15px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    margin: 0;
    border-radius: 40px;
    justify-content: center;
    background: #496F5B;
    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);
}

/* Style About */

.section_about {
    position: relative;
    padding: 80px 0;
}

.txt-about {
    position: relative;
    padding: 10px;
}

.txt-about h2 {
    color: var(--main-color);
    font-size: 40px;
    margin-bottom: 15px;
}

.txt-about p {
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
}

.thumb-about {
    margin-bottom: 0;
}

.thumb-about img {
    border-radius: 20px;
    height: 300px;
    width: 80%;
    margin: auto;
    object-fit: cover;
}

/* Style Mission */

.section_mission {
    position: relative;
    background: #FAFAFA;
    padding: 80px 0;
}

.item-vission {
    position: relative;
    padding-left: 100px
}

.item-mission {
    position: relative;
    padding-right: 100px
}

.item-mission span,
.item-vission span {
    color: #6AB28D;
    font-size: 19px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.item-mission h2,
.item-vission h2 {
    color: #000000;
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.item-mission p,
.item-vission p {
    color: #ABB2B3;
    font-size: 16px;
    line-height: 1.7;
}

/* Style Services */

.section_services {
    position: relative;
    padding: 60px 0;
}

.services-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.item-service {
    min-height: 250px;
    flex: 1 1 calc(20% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    border: 1px solid #126562;
    background-color: #126562;
    background-size: cover;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 24px;
    box-sizing: border-box;
    transition: all 0.4s ease;
    cursor: pointer;
    z-index: 1;
}

.item-service:hover {
    transform: translateY(-4px) !important;
    box-shadow: -4px 12px 15px #00000059;
    transition: all 0.4s ease !important;
}

.item-service::before{
    content: "";
    background: linear-gradient(0deg, #126562fa, #12656254);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 15px;
}

.item-service::after {
    content: "";
    background: url(../images/logo.png);
    background-size: cover;
    width: 149px;
    height: 74px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    border-radius: 15px;
}

@media (max-width: 767px) {
    .item-service {
        flex: 1 1 100%;
    }
}

.item-service .service-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

.item-service .service-title figure {
    width: 100%;
    height: 90px;
    margin-bottom: 20px !important;
}

.item-service .service-title figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 70%;
}

.item-service .service-title h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #d9e9e9;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
    height: 3rem;
}

.txt-service p {
    color: #51564E;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: justify;
}

.txt-service span {
    color: #496F5B;
    font-size: 14px;
    display: block;
}

/* Style Partners */

.section_our_partners {
    position: relative;
    padding: 60px 0 120px;
}

.section_our_partners .sec_head {
    margin-bottom: 70px;
}

.item-partner {
    position: relative;
    height: unset;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.item-partner img {
    height: 60px;
    width: 130px !important;
    object-fit: contain;
    margin: auto;
}

#partner-slider .owl-stage {
    padding-left: 0 !important;
}

#partner-slider:before,
#partner-slider:after {
    content: "";
    background: linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 1) 44%);
    width: 100px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#partner-slider:after {
    background: linear-gradient(270deg, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 1) 44%);
    right: auto;
    left: 0;
}

/* Style Reviews */

.section_reviews {
    position: relative;
    padding: 120px 0;
    background: var(--main-color);
}

.section_reviews:before {
    content: "";
    background: url(../images/before-review.svg);
    background-size: 100% 100%;
    width: 500px;
    height: 510px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 4%
}

.section_reviews:after {
    content: "";
    background: url(../images/after-review.svg);
    background-size: 100% 100%;
    width: 500px;
    height: 510px;
    position: absolute;
    left: 0;
    top: 0;
}

.section_reviews .container {
    display: flex;
}

.sec_head_review {
    width: 33%;
    position: relative;
}

.sec_head_review span {
    color: #6AB28D;
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}

.sec_head_review h2 {
    color: #fff;
    font-weight: 400;
    font-size: 45px;
}

.reviews-wrapper {
    width: 67%;
}

#reviews-slider {
    width: 130%
}

#reviews-slider .owl-stage {
    padding-right: 0 !important;
}

.item-review {
    position: relative;
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
}

/* .item-review:before {
    content: "";
    background: url(../images/qoute.svg);
    background-size: 100% 100%;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 40px;
    left: 30px;
} */

.txt-review {
    border-bottom: 0.25px solid rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    padding-bottom: 20px;
    min-height: 160px;
}

.txt-review p {
    color: #010101;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
    text-align: justify;
}

.opinion-review {
    display: flex;
    align-items: center;
    position: relative;
}

.opinion-review figure {
    margin-bottom: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.opinion-review figure img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.txt-opinion {
    width: calc(100% - 55px);
    padding-inline-start: 35px;
}

.txt-opinion p {
    color: #010101;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}

.txt-opinion span {
    display: block;
    color: #010101;
    font-size: 14px;
}

.star-rating {
    font-size: 0;
    height: 30px;
    display: inline-block;
    position: relative;
    background-position: 0 0;
    margin-bottom: 20px;
}

.star-rating:before {
    font-size: 20px;
    letter-spacing: 3px;
    content: '\f005\f005\f005\f005\f005';
    font-family: 'FontAwesome';
    display: block;
    color: #e5e5e5;
}

.star-rating span {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
}

.star-rating span:before {
    font-size: 20px;
    letter-spacing: 3px;
    content: '\f005\f005\f005\f005\f005';
    font-family: 'FontAwesome';
    display: block;
    color: #FFCB2B;
}

.binder:before {
    content: "";
    background: url(../images/binder.svg);
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    bottom: 3px;
}

#reviews-slider .owl-nav {
    position: absolute;
    right: -38%;
    bottom: -60px;
    display: flex;
    gap: 15px;
}

#reviews-slider .owl-nav > button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000000
}

#reviews-slider .owl-nav > button.owl-prev {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

/* Style Features */

.section_features {
    position: relative;
    padding: 60px 0;
}

.section_features .sec_head {
    text-align: start;
}

.section_features .sec_head span {
    left: auto;
    right: 0;
    transform: translate(15%, -50%);
    ;
}

.wrapper-feat {
    display: flex;
    flex-wrap: wrap;
}

.item-feat {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 50px;
}

.item-feat figure {
    width: 70px;
    height: 70px;
    background: var(--main-color);
    border-radius: 10px;
    margin-bottom: 25px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt-feat h6 {
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
}

.txt-feat p {
    color: #51564E;
    font-size: 16px;
    line-height: 1.7;
}

/* Style Contact */

.section_contact {
    position: relative;
    background: rgba(250, 250, 250, 0.98);
    padding: 60px 0;
}

.txt-contact {
    position: relative;
    padding-left: 120px
}

.txt-contact h3 {
    color: var(--main-color);
    font-weight: 400;
    margin-bottom: 35px;
    font-size: 32px;
}

.txt-contact p {
    color: #A7AAA6;
    font-size: 15px;
    line-height: 1.7;
}

.txt-contact figure {
    margin: 0 0 1rem !important;
}

.form-contact .d-flex {
    gap: 12px
}

.form-group {
    margin-bottom: 12px;
}

.form-control {
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    height: 60px;
}

.form-control::placeholder {
    color: #000;
    font-size: 15px;
}

textarea.form-control {
    height: 120px;
}

.form-contact .btn-site {
    height: 60px;
    border-radius: 10px;
    width: 100%;
    background: var(--main-color);
}

/* Style Fotter */

footer {
    position: relative;
    background: var(--main-color);
}

footer:before {
    content: "";
    background: url(../images/shape-ft.svg);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.top-footer {
    padding: 49px 0 20px 0;
}

.cont-ft {
    padding-inline-end: 11%;
}

.logo-ft {
    margin-bottom: 20px !important;
    display: block;
}

.logo-ft img {
    width: 150px;
    max-width: 100%;
}

.cont-ft p {
    padding-top: 32px;
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
    line-height: 1.7;
}

.row-meun {
    display: flex;
}

.menu-ft {
    flex: 1;
}

.menu-ft h5 {
    color: #fff;
    margin-bottom: 17px;
    font-size: 17px;
}

.menu-ft ul li {
    margin-bottom: 10px;
}

.menu-ft ul li a {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
}

.li-ft li a:hover {
    color: #fff;
}

.bottom-ft {
    padding: 30px 0;
    position: relative;
}

.bottom-ft:before {
    content: "";
    background: rgba(255, 255, 255, .5);
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0
}

.cont-bt {
    position: relative;
    background: var(--main-color);
    width: max-content;
    margin: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    z-index: 1
}



.copyRight {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
}

.cont-bt ul {
    display: flex;
    align-items: center;
    gap: 20px
}

.cont-bt ul li a {
    color: #fff;
    font-size: 20px
}


/* Style About Page */

.section_hero_about {
    position: relative;
    background: url(../images/bg-hero-about.svg);
    background-size: 100%;
    display: flex;
    padding: 100px 0;
    align-items: center;
    justify-content: center;
    z-index: 1;
    min-height: 100vh;
    overflow: hidden;
}

.about-wrapper {
    position: relative;
}

.about-wrapper:before {
    content: "";
    background: url(../images/blur-gradient.svg);
    background-size: 100% 100%;
    width: 650px;
    height: 650px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.txt-hero-about {
    position: relative;
    text-align: center;
    width: 70%;
    margin: 0 auto 40px;
}

.txt-hero-about h2 {
    color: var(--main-color);
    margin-bottom: 25px;
    font-size: 40px;
}

.txt-hero-about p {
    color: #000000;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 500;
}

.thumb-img-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.thumb-img-about figure {
    flex: 0 0 auto;
    width: 25%;
}


.mission-about {
    padding: 150px 0;
    background: var(--main-color);
}

.mission-about:before {
    content: "";
    background: url(../images/shape-mission.svg);
    background-size: 100% 100%;
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.mission-about .item-vission h2,
.mission-about .item-mission h2 {
    color: #fff;
}


/* Style Team */

.section_team {
    position: relative;
    padding: 60px 0;
}

.section_team:before {
    content: "";
    background: url(../images/shape-team.svg);
    background-size: 100% 100%;
    width: 500px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.section_team:after {
    content: "";
    background: url(../images/after-team.svg);
    background-size: 100% 100%;
    width: 500px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.section_team .container {
    display: flex;
}

.sec_head_team {
    width: 33%;
    position: relative;
}

.sec_head_team {
    position: relative;
    padding: 40px 0 0 80px;
}

.sec_head_team h2 {
    color: #1D2130;
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 40px;
}

.sec_head_team p {
    color: #1D2130;
    font-size: 16px;
}

.team-wrapper {
    width: 67%;
    display: flex;
    flex-wrap: wrap;
}

.item-team {
    flex: 0 0 auto;
    width: 33.33334%;
    padding: 10px;
}

.item-team figure {
    height: 220px;
    margin-bottom: 0;
}

.item-team figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.txt-team {
    position: relative;
    padding: 25px;
    border-radius: 0 0 12px 12px;
    background: rgba(73, 111, 91, 0.4);
}

.txt-team:before {
    content: "";
    background: rgba(73, 111, 91, 0.4);
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1;
}

.txt-team h6 {
    color: #000000;
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 500;
}

.txt-team p {
    color: rgb(0 0 0 / 90%);
    font-size: 15px;
    font-weight: 500;
}


/* Style Newslatter */

.section_newsletter {
    position: relative;
    padding: 50px 0;
}

.contact-wrapper {
    position: relative;
    padding: 80px 0;
    border-radius: 24px;
    text-align: center;
    overflow: hidden;
}

.contact-wrapper:before {
    content: "";
    background: url(../images/bg-newslatter.png);
    background-blend-mode: luminosity;
    background-color: var(--main-color);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: contrast(1);
    z-index: -1
}

.dt-newslatter {
    width: 60%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.dt-newslatter figure {
    margin-bottom: 30px;
}

.dt-newslatter h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 20px;
}

.dt-newslatter p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 30px;
}

.form-newslatter .form-group {
    position: relative;
    width: 450px;
    margin: auto;
}

.form-newslatter .form-control {
    height: 48px;
    border-radius: 12px;
}

.form-newslatter .form-control::placeholder {
    color: #A1A1A1;
    font-size: 14px;
}

.form-newslatter .btn-site {
    height: 40px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 10px;
}

.form-newslatter .btn-site span {
    font-size: 14px;
}

/****************************************************
 * Single Page
 ****************************************************/

 .page-title {
    position: relative;
    background: url(../images/bg-hero-about.svg);
    background-size: 100%;
    display: flex;
    padding: 150px 0 50px 0;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
}

span.show-more-btn {
    color: blue;
}


.partners-slide.slide-left {
    transform: translateX(-150%);
    transition: transform 5s ease;
}
.partners-slide.slide-left.viewed {
    transform: translateX(0);
}

.partners-slide.slide-right {
    transform: translateX(150%);
    transition: transform 5s ease;
}
.partners-slide.slide-right.viewed {
    transform: translateX(0);
}



.home-section {
    position: relative;
}

.home-section::after {
    content: "\2193";
    position: absolute;
    bottom: 60px;
    left: 40px;
    font-size: 37px;
    color: #fff;
    animation: bounce 1.5s infinite;
    cursor: default;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}

.fade-in-up.on-view-child{
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.9s ease;
}

.fade-in-up.viewed{
    opacity: 1;
    transform: translateY(0);
}

/* features */

.thumb-features {
    height: 100%;
}

.thumb-features figure{
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.thumb-features figure::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #12656242;
    border-radius: 10px;
}

.thumb-features figure img {
    height: 100%;
    object-fit: cover;
    object-position: right;
}







/****************************************************
 * Time Line
 ****************************************************/


.sr-cards-steps-01 .card {
    background-color: transparent;
    border: none;
}

.sr-cards-steps-01 .step-num-wrap {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sr-cards-steps-01 .step-circle {
    align-items: center;
    border-radius: 100%;
    display: flex;
    height: 4rem;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    width: 4rem;
}

.sr-cards-steps-01 .card .step-circle{
    background: #126562;
    transition: all 0.3s ease;
}

.sr-cards-steps-01 .card:hover .step-circle{
    background: #155564;
}

.sr-cards-steps-01 .step-text {
    font-size: 1.5rem;
    font-weight: 700;
}

.sr-cards-steps-01 .card:hover .card-content {
    box-shadow: 15px 25px 60px 0 rgba(0, 0, 0, 0.1);
}

.sr-cards-steps-01 .card-content {
    border: solid 1px #12656259;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem;
    transition: all ease-in-out 0.3s;
    border-radius: 12px;
    border-top: solid 6px #126562;
}

.sr-cards-steps-01 .card .cta-group {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sr-cards-steps-01 .card:hover .cta-group {
    max-height: 300px;
    overflow: hidden;
    padding-top: 1rem;
}

.sr-step-heading {
    border-bottom: solid 1px #12656238;
    text-align: center;
    padding: 20px 0 5px 0;
    margin-bottom: 23px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .sr-cards-steps-01 .card .cta-group {
        padding-top: 1rem;
    }

    .sr-cards-steps-01 .cards.row {
        gap: 1rem;
    }

    .sr-cards-steps-01 .card-content {
        margin-top: 2.3rem;
    }

    .sr-cards-steps-01 .step-circle {
        height: 5rem;
        width: 5rem;
    }

    .sr-cards-steps-01 .card .cta-group {
        max-height: 100%;
    }

    .sr-cards-steps-01 .description br {
        display: none;
    }
}


/****************************************************
 * Flip Card
 ****************************************************/

.flip-card {
    perspective: 1000px;
    height: 300px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    color: white;
}

.flip-card-front {
    background-size: cover;
    background-position: center;
}

.flip-card-front:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #00000078;
}

.flip-card-front h5 {
    font-size: 23px;
    z-index: 1;
}

.flip-card-back {
    background: #0c4b48;
    transform: rotateY(180deg);
}





/****************************************************
* Grow Card
****************************************************/

.grow-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}
.grow-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.grow-card .card-content {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 15px 5px;
    text-align: center;
    transition: transform 0.5s ease;
    transform: translateY(calc(100% - 80px));
}

.grow-card:not(.fixed):hover .card-content {
    transform: translateY(0);
}

.grow-card.fixed .card-content {
    transform: translateY(0);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    padding-top: 57px;
}

.grow-card.fixed .card-content h5 {
    width: 100%;
    font-size: 20px;
}

.grow-card.fixed .card-overlay {
    display: none;
}

.grow-card .card-content h5 {
    height: 50px;
    line-height: 25px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grow-card:not(.fixed):hover .card-content h5 {
    height: unset;
    line-height: 26px;
    font-size: 15px;
}

.grow-card:not(.fixed):hover .card-content p {
    font-size: 15px;
    text-align: start;
    color: #cfcfcf;
}

.grow-card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    transition: opacity 0.3s ease;
}


/****************************************************
* Wave Text
****************************************************/

.wave-it {
    visibility: hidden;
    opacity: 0;
}

.wave-it span.word-container {
    overflow: hidden;
    display: inline-block;
}

.wave-it span.word-reveal {
    transform: translateY(100%);
    display: inline-block;
    transition: all ease-in-out 0.6s;
}

.wave-it span.word-container.viewed span.word-reveal {
    transform: translateY(0);
}
