@import 'fonts.css'; 
@import 'header.css';
@import 'footer.css';

:root {
    --border: #000;
}

html.has-scroll-smooth {
    overflow: hidden;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

body {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    /* font-family: 'Ministry of Energy Demi'; */
    font-size: 18px;
    color: #1A3F35;
    overflow-x: hidden;
    font-weight: 300;
    line-height: 24px;
}

a {
    text-decoration: none;
}

.relative {
    position: relative;
    margin-bottom: 10vw;
}

.wrapper {
    position: relative;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

body.no-scroll {
    overflow: hidden !important;
}

.fixed-target[data-scroll-sticky] {
    position: sticky;
    top: 0;
}

.main_bannar {
    width: 100%;
    position: relative;
    z-index: 2;
}
.main_bannar img{
    width: 100%;
    object-fit: cover;
}
.main_bannar .banner-info {
    position: absolute;
    top: 4vw;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.main_bannar .banner-info .inner {
    width: 86%;
    margin: 0 auto;
    display: flex;
    /* justify-content: center; */
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 11%;
}

.main_bannar .banner-info .inner .banner-text{
    width: 60%;
}
.main_bannar .banner-info .inner .banner-text h3{
    font-size: 35px;
    color: #fff;
    line-height: 1.4;
    font-weight: 400;
    /* font-family: 'Figtree'; */
    margin-bottom: 2vw;
}
.main_bannar .banner-info .inner .banner-text h2{
    color: #fff;
    font-size: 5.4vw;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 2vw;
}
.main_bannar .banner-info .inner .banner-text h2 span{
    font-size: 120px;
    color: #fff;
}
.main_bannar .banner-info .inner .banner-text > p{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 2vw;
    width: 50%;
    font-weight: 400;
    /* font-family: 'Figtree'; */
}
.main_bannar .banner-info .inner h2 span {
    color: #40403D;
}

.sppsppc_button {
    display: inline-block;
}

.sppsppc_button a {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    transition: all .6s ease-in-out;
}

.sppsppc_button a:hover {
    color: #B4975A;
}

.sppsppc_button a svg circle {
    fill: #BA8A3B;
    transition: all .6s ease-in-out;
}

.sppsppc_button a:hover svg circle {
    transition: all .5s ease;
}
.sppsppc_button>a:hover {
    color: #fff;
}

.sppsppc_button>a:hover svg circle {
    fill: #028164;
}
.sppsppc_button a p {
    margin: 0;
    transition: all .6s ease-in-out;
    margin-right: 1vw;
    font-family: 'Figtree';
    font-weight: 400;
}

.sppsppc_button a svg {
    width: 60px;
    height: 60px;
}

.sppsppc_button a:hover p {
    color: #028164;
} 

.line_img {
    position: absolute;
    bottom: -21vw;
    width: 65%;
    left: 0;
}
.line_img.bnRight {
    left: -1.5%;
}
.line_img.bnRight2 {
    left: -1.5%;
    bottom: -14vw;
}
.line_img img {
    width: 100%;
    position: relative;
    z-index: 6;
}
.view_slider{
    position: relative;
    z-index: 1;
}
.pin-spacer {
    margin: 0 !important;
}
.view_slider .text{}
.view_slider .text h2{
    font-size: 35px;
    color: #BA8A3B;
    font-weight: 400;
    margin-bottom: 2vw;
}
.view_slider .text h3{
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    /* margin-bottom: 3vw; */
    line-height: 1.2;
}
.view_slider .text {
    width: 58%;
    text-align: center;
    padding: 17vw 0 8vw 0vw;
    margin-bottom: 5vw;
}
.view_slider img{}
.view_slider .view_slider{}
.main_achieving .achieving_sec .text > div {
    padding-left: 0;
}
.main_achieving {
    position: relative;
    background: transparent;
    padding-bottom: 5vw;
    margin-bottom: 10vw;
    background: url(../images/overview.jpg);
    object-fit: cover;
    background-repeat: no-repeat;
    display: inline-table;
}

.swiper-infos .swiper-slide{
}
.swiper-infos .box{
    width: 100%;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.1);
    padding: 3vw 2vw;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: space-between;
}
.swiper-infos .box h2{
    color: #BA8A3B;
    line-height: 40px;
    font-size: 55px;
    font-weight: 700;
    /* font-family: 'Figtree'; */
}
.swiper-infos .box h2  .number {
    display: flex;
    align-items: baseline;
}

.swiper-infos .box h2 span {}

.swiper-infos .box h2 p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    /* text-transform: uppercase; */
}

.swiper-infos .box p {
    font-size: 20px;
    color: #fff;
    width: 60%;
    margin: 0;
    /* font-family: 'Fedra Sans Pro'; */
    font-weight: 500;
    line-height: 1.5;
}
.horizontalScroller {
    height: 100vh;
    position: relative;
    z-index: 2;
}

.horizontalScroller__intro {
  margin-bottom: 1.5rem;
  color: #FFFFFF;
}

.horizontalScroller__header {
  margin-bottom: 1rem;
}

.horizontalScroller__scroll {
  position: relative;
  overflow: hidden;
  padding: 0 10% 0 0;
}

.horizontalScroller__images {
  display: flex;
  align-items: center;
  grid-gap: 40px;
}

.horizontalScroller__item {
  width: 450px;
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
}
.horizontalScroller__image {
  width: 70%;
  object-fit: fill;
  margin: 0 auto;
}
.green{
    color: #028164;
}
.light_green{
    color: #23AB4B !important;
}
.sky_blue{
    color: #27B2E1 !important;
}
.news_sec{
    width: 88%;
    margin: auto;
    margin-bottom: 10vw;
}
.news_sec .library {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4vw;
}
.news_sec .library .sppsppc_button a p {
    color: #193F35;
}
.news_sec .library h2 {
    font-size: 31px;
    color: #BA8A3B;
    font-weight: 450;
    /* font-family: 'Figtree'; */
    font-weight: 400;
    margin-bottom: 1vw;
}
.news_sec .library h3{
    font-size: 40px;
    color: #1A3F35;
    line-height: 46px;
    width: 65%;
    margin: 0;
    /* font-family: 'Fedra Sans Pro'; */
    font-weight: 400;
}
.grid_wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2vw;
}
.grid_wrap .grid >div {
    overflow: hidden;
}
.grid_wrap .grid:hover img {
    transform: scale(1.1);
}
.grid_wrap .grid >div img{
    width: 100%;
    border-radius: 25px;
}
.grid_wrap .grid h3 {
    font-size: 18px;
    color: #193F35;
    line-height: 1;
    margin-top: 1.5vw;
    margin-bottom: 0;
}

.grid_wrap .grid h2 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    margin: 0;
}

.grid_wrap .grid p {
    color: rgba(25, 63, 53, .5);
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}

.grid_wrap .grid {
    grid-gap: 1vw;
    display: flex;
    flex-direction: column;
}


.sppc_button {
	display: flex;
	position: relative;
	overflow: hidden;
}
.sppc_button:before {
	content: '';
} 
.sppc_button:after {
	content: '';
}
.sppc_button a {
    display: flex;
    align-items: baseline;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    color: var(--green);
    align-items: center;
    /* overflow: hidden; */
    display: flex;
    border-radius: 26px;
    grid-gap: 1vw;
}
.sppc_button a > div {
	transition: all .5s ease;
}

.sppc_button a > div.arrow {
	width: 55px;
	height: 55px;
}
.sppc_button a > div.arrow:before {
	background: #BA8A3B;
	content: '';
	width: 55px;
	height: 55px;
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50px;
	transition: all .5s ease-in-out;
}
.sppc_button a > div.infos,
.sppc_button a > div.arrow {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sppc_button a > div.arrow svg {
	position: relative;
	z-index: 2;
	transition: all .5s ease-in-out;
	right: 0;
	width: 26px;
}
.sppc_button a > div.infos {
	height: 45px;
	border-radius: 26px;
	z-index: 2;
	transition: all .5s ease-in-out;
	color: #fff;
	padding: 0 0 0 2vw;
    text-transform: capitalize;
}

.sppc_button a:hover > div.arrow:before{
	background: #028164;
	width: 100%;
}
.sppc_button a:hover > div.infos {
	background: transparent;
	color: #fff !important;
}
.sppc_button a:hover > div.arrow svg{
	right: 1vw;
}
.sppc_button.green a {
    color: #193F35;
}
.sppc_button.green a > div.arrow:before {
	background: #028164;
}
.sppc_button.green a > div.arrow svg{
	fill:#252B39;
}
.sppc_button.green a:hover > div.arrow:before{
	background: #BA8A3B;
}
.sppc_button.green a:hover > div.infos {
	background: transparent;
	color: #fff;
}
.sppc_button.green a:hover > div.arrow svg{
	fill: #fff;
}
.view_slider .text .sppc_button {
    justify-content: center;
}
.sppc_button.green a > div.infos {
    color: #193F35;
}
.for-mobile-tablet{
    display: none;
}.about_banner{
    background-color:#193F35;
    height: 100vh;
    margin-bottom: 10vw;
}
.about_banner .banner-info {}

.about_banner .banner-info .inner {
    padding-top: 8%;
    width: 85%;
}

.about_banner .banner-info .inner .banner-text {
    width: 100%;
}

.about_banner .banner-info .inner .banner-text p {
    width: 48%;
    font-size: 20px;
}
.main_bannar .banner-info .inner .banner-text h2 {}
.about_banner .line_img {
    bottom: -7vw;
    width: 70%;
}
.new_view{
    display: flex;
    width: 88%;
    margin: auto;
    grid-gap: 13vw;
    margin-bottom: 5vw;
}
.new_view .left{
    width: 45%;
}
.new_view .left h2{
    font-size: 32px;
    color: rgba(186, 138, 59, 1);
    margin-bottom: 1vw;
}
.new_view .left h3{
    font-size: 42px;
    color: #193F35;
    font-weight: 500;
}
.new_view .right{
    width: 55%;
}
.new_view .right h4{
    font-size: 29px;
    color: #BA8A3B;
    margin-bottom: 2.5vw;
    line-height: 34px;
    padding-left: 11px;
}
.new_view .right p{
    font-size: 28px;
    color: #193F35;
    margin-bottom: 1.5vw;
    line-height: 32px;
    font-weight: 500;
}
.vision-wrap{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    position: relative;
    width: 88%;
    margin: auto;
    grid-gap: 2vw;
    margin-bottom: 10vw;
}
.vision-wrap .grid{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.vision-wrap .grid img{
    width: 100%;
}
.vision-wrap .grid h2{
    margin: 0;
    position: absolute;
    top: 2vw;
    z-index: 1;
    color: #fff;
    right: 2vw;
    font-size: 30px;
}
.vision-wrap .infos{
    position: absolute;
    bottom: 0;
    color: #fff;
    opacity: 1;
    visibility: visible;
    height: 100%;
    z-index: 1;
    transition: all .7s ease;
    border-radius: 15px;
}
.vision-wrap .infos .text{
    margin: 0 2vw;
    padding: 4% 0 0;
}
.vision-wrap .infos .text h3{
    color: #fff;
    font-weight: 600;
    border-bottom: solid 1px rgba(255, 255, 255, 0.19);
    margin-bottom: 1vw;
    padding-bottom: 1vw;
    transition: all .7s ease;
}
.vision-wrap .infos .text p{
    color: #fff;
    font-size: 18px;
    width: 65%;
}
.vision-wrap .infos .text img{
    width: 100%;
}
.vision-wrap .infos .text + img {
    transition: all .7s ease;
    opacity: 0;
    visibility: hidden;
}
.vision-wrap .grid:hover .infos {
    background: #F9F8E8;
}
.vision-wrap .grid:hover .infos .text h3{
    color: #028164;
    border-bottom: solid 1px rgba(25, 63, 53, 0.19);
}
.vision-wrap .grid:hover .infos .text p{
    color: #193F35;
}
.vision-wrap .grid:hover .infos .text + img {
    opacity:1;
    visibility: visible;
}

.timeline_swiper{
    width: 90%;
    margin: auto;
    margin-bottom: 15vw;
}
.timeline_swiper h2{
    font-size: 28px;
    color: rgba(186, 138, 59, 1);
    line-height: 1;
    margin-bottom: 1vw;
}
.timeline_swiper .timelineSwiper{}
.timeline_swiper .timelineSwiper .swiper-slide{}
.timeline_swiper .timelineSwiper .swiper-slide .time-flex{
    display: flex;
}
.timeline_swiper .timelineSwiper .swiper-slide .time-flex .left{
    width: 40%;
}
.timeline_swiper .timelineSwiper .swiper-slide .time-flex .left h3{
    font-size: 38px;
    color: #193F35;
    line-height: 50px;
}
.timeline_swiper .timelineSwiper .swiper-slide .time-flex .right{width: 60%;margin-top: 15vw;}
.timeline_swiper .timelineSwiper .swiper-slide .time-flex .right .years{
    display: flex;
    grid-gap: 3vw;
}
.timeline_swiper .timelineSwiper .swiper-slide .time-flex .right .years .img{
    margin-top: 3vw;
}
.timeline_swiper .timelineSwiper .swiper-slide .time-flex .right .years .img img{
    width: 100%;
}
.timeline_swiper .timelineSwiper .swiper-slide .time-flex .right .years .text{
    text-align: end;
    width: 60%;
}
.timeline_swiper .timelineSwiper .swiper-slide .time-flex .right .years .text span{
    font-size: 160px;
    color: #028164;
    font-weight: bold;
    display: block;
    margin-bottom: 6vw;
    /* font-family: 'Fedra Sans Pro'; */
}
.timeline_swiper .timelineSwiper .swiper-slide .time-flex .right .years .text h2{
    font-size: 50px;
    color: #193F35;
    margin-bottom: 1vw;
}
.timeline_swiper .timelineSwiper .swiper-slide .time-flex .right .years .text p{
    font-size: 18px;
    color: #193F35;
    width: 75%;
    margin-right: auto;
    line-height: 28px;
}
.btn-adj{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    grid-gap: 1.5vw;
}
.btn-adj .swiper-button-prev,
.btn-adj .swiper-button-next{
    position: relative;
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
    background: #BA8A3B;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-adj .swiper-button-prev svg,
.btn-adj .swiper-button-next svg
{
    width: auto !important;
    height: auto !important;
}
.btn-adj .swiper-button-prev svg{}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.borad_sec{
    background-color: #F9F8E8;
    margin: 0;
    width: 100%;
    padding: 5vw 7vw;
}
.whatwedo_banner{
    background-color: rgba(235, 231, 174, 0.29);
    margin-bottom: 10vw;
    overflow: hidden;
}
.whatwedo_banner .inner{}
.whatwedo_banner .inner .banner-text{}
.whatwedo_banner .inner .banner-text .left{
    width: 51.5%;
}
.whatwedo_banner .inner .banner-text .left h2{
    color: #193F35;
}
.whatwedo_banner .inner .banner-text .right{
    width: 48.5%;
    padding-top: 1%;
}
.whatwedo_banner .inner .banner-text .right p{
    color: #193F35;
    width: 100%;
    font-size: 21px;
    line-height: 30px;
}
.whatwedo_banner .line_img {
    width: 100%;
    bottom: 0;
}
.whatwedo_banner .line_img img {}
.do_fix{}
.do_fix .main_achieving{
    background: transparent;
}
.do_fix .main_achieving .text{
    padding: 0;
    width: 54%;
    margin: 0 16%;
    padding-bottom: 10vw;
}
.do_fix .main_achieving .text h2{
    margin-bottom: 4vw;
}
.do_fix .main_achieving .text h3{
    color: #193F35;
}
.do_fix .main_achieving .text p{
    width: 64%;
    margin: auto;
}
.do_fix .main_achieving .for-desktop{
    padding: 0 3% 0 0;
}
.do_fix .main_achieving .for-desktop{}
.do_fix .main_achieving a{}
.do_fix .main_achieving a img{
    width: 100%;
    border-radius: 15px;
}
.do_fix .main_achieving a .plan{
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 2vw;
    grid-gap: 2vw;
    width: 90%;
    right: 5%;
    align-items: end;
}
.do_fix .main_achieving a .plan h2{
    font-size: 49px;
    color: #FFFFFF;
    /* width: 55%; */
    line-height: 1.4;
    margin: 0;
}
.do_fix .main_achieving a .plan svg{
    width: 60px;
    height: 60px;
    /* margin: 0 0 1vw; */
}
.do_fix .main_achieving a .plan svg path {
    transition: all .6s ease-in-out;
}
.do_fix .main_achieving .horizontalScroller__images {
    grid-gap: 1vw;
}
.do_fix .main_achieving a:hover .plan h2{
    color: #BA8A3B;
    transition: all .6s ease-in-out;
}
.do_fix .main_achieving a:hover .plan svg {
    fill: #fff !important;
}
.do_fix .main_achieving a:hover .plan svg path {
    fill: #BA8A3B!important;
}
.do_fix .main_achieving a .plan h2{
    transition: all .6s ease-in-out;
    flex: 1;
}
.do_fix .main_achieving a .plan svg{
    transition: all .6s ease-in-out;
    fill: #BA8A3B;
}
/* .do_fix .main_achieving a:hover .plan svg{
    fill: #193F35 !important;
} */
.partner_sec{
    display: flex;
    width: 88%;
    margin: auto;
    margin-bottom: 5vw;
}
.partner_sec .left{
    width: 52%;
}
.partner_sec .left h2{
    margin: 0;
    color: #BA8A3B;
    font-size: 28px;
    line-height: 1;
}
.partner_sec .right{
    width: 48%;
}
.partner_sec .right h3{
    margin: 0;
    font-size: 1.9vw;
    margin-bottom: 2vw;
    color: #193F35;
}
.whatwedo_banner .banner-text {
    display: flex;
}
.categories_sec{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    background: rgba(25, 63, 53, 0.06);
    width: 90%;
    margin: auto;
    padding: 8vw 5vw;
    border-radius: 15px;
    grid-gap: 6vw;
    align-items: center;
}
.categories_sec img{
    width: 100%;
}
.button_clr a > div.infos{
    color: #193F35;
}

.main-container{
    width: 88%;
    margin: auto;
}
.about-values-main{
    margin-bottom: 10vw;
}
.about-values-main h2 {
    color: rgba(186, 138, 59, 1);
    font-weight: 500;
    border-bottom: solid 1px rgba(25, 63, 53, .2);
    margin-bottom: 30px;
    padding-bottom: 16px;
    /* transition: all .7s ease; */
    text-transform: capitalize;
    font-size: 35px;
}

.valuesSwiper .valueBox{
    border-radius: 15px;
    background-color: rgba(25, 63, 53, 0.06);
    min-height: 300px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px;
}

.valuesSwiper .valueBox h3 {
    color: #028164;
    font-size: 26px;
}

.whatwedo_banner .line_img {
    width: 60%;
    bottom: -4.5%;
    right: 0;
}

.page-not-found {
    height: 100vh;
    position: relative;
}
.page-not-found img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.page-not-found .page-infos{
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.page-not-found .inner {
    width: 65%;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
}
.page-not-found .inner h2{
    font-size: 17vw;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Fedra Sans Pro';
}
.page-not-found .inner h3{
    font-size: 1.8rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 4vw;
    font-family: 'Fedra Sans Pro';
}


.page-not-found .inner .sppc_button {
    justify-content: center;
}

.privacy_banner {
    position: relative;
}

.privacy_banner {
    position: relative;
    margin-bottom: 7vw;
}
.privacy_banner img {
    width: 100%;
}
.privacy_banner .inner {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 2%;
}
.privacy_banner .inner h2 {
    color: #fff;
    font-size: 4.8vw;
    font-weight: bold;
}
.privacy-container {
    width: 58%;
    margin: 0 auto;
}

.upper-column {
    margin: 0 0 8vw;
    padding-left: 20%;
}
.upper-column p{
    margin-bottom: 30px;
}
.upper-column p:last-child{
    margin-bottom: 0;
}

.privacy-block {
    margin-bottom: 10vw;
}

.privacy-block .inner {
    margin-bottom: 8vw;
    padding: 0;
    color: rgba(25, 63, 53, 1);
}


.privacy-block ol.inner {
    counter-reset: section;
    padding: 0;
}
.privacy-block ol.inner > li {
    list-style: none;
    font-size: 18px;
    margin: 0 0 5vw;
}
  
.privacy-block ol.inner > li h3 {
    counter-increment: section; 
    list-style: none; 
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
    color: rgba(2, 129, 100, 1);
    font-family: 'Fedra Sans Pro';
}
  
.privacy-block ol.inner > li h3::before {
    content: counter(section) ". "; 
    margin-left: 5px;
}
  
.privacy-block ol.inner > li ol {
    counter-reset: item;
    padding-right: 0;
}
.privacy-block ol.inner > li > ol > li{
    list-style: none;
    font-size: 18px;
    margin: 0 0 24px;
} 
.privacy-block ol.inner > li ol li::before {
    content: counter(section) "." counter(item) " "; 
    counter-increment: item; 
    margin-left: 5px; 
}

/*Search bar*/

.search-banner{
    background-color: #193F35;
    margin-bottom: 5.2vw;
    height: auto;
}
.search-banner.header_search {
    position: fixed;
    top: -100%;
    right: 0;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 1s cubic-bezier(0.9, 0.01, 0, 1) 0s;
    z-index: 1;
}
.search-banner.header_search.active {
    top: 0;
    opacity: 1;
    visibility: visible;
}
.search-banner .serach_wrap {
    height: 0;
    top: 7.5vw !important;
    width: 100%;
    z-index: 1;
    transition: all .7s ease;
    height: 330px;
    padding-top: 135px;
}

.input_search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 0;
    /* background: url("../images/close.png")
    center no-repeat; */
    background-size: 16px;
    cursor: pointer;
    opacity: 0.4;
    transition: 0.2s;
}

.header .header_top .menu_search a .close_icon {
    display: none;
}

.header .header_top .menu_search a .close_icon.db {
    display: block;
}

.search_input_wrap {
    margin: 0 auto;
    width: 83%;
    right: 0;
    top: 0;
    position: relative;
}

.search_input_wrap .input_search {
    display: flex;
    align-items: center;
    height: auto;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.search_input_wrap .input_search input {
    border: none;
    font-size: 24px;
    color: #fff;
    padding: 0;
    margin: 0;
    width: auto;
    padding-left: 0;
    background: transparent;
    outline: none;
    flex: 1;
}

.search_input_wrap .input_search input::placeholder {
    color: white;
}
.search_input_wrap .input_search input::placeholder:hover {
    /* color: #028164; */
}


.search_input_wrap .input_search div {
    /* width: 7%; */
    padding: 0;
    cursor: pointer;
    margin-left: 45px;
    margin-top: 9px;
}


.search_input_wrap .search_button {
    margin-top: 0vw;
    display: flex;
    align-items: center;
}

.search_input_wrap .search_button .icon_related {
    display: flex;
    align-items: center;
    margin-left: 0vw;
}

.search_input_wrap .search_button .icon_related h2 {
    margin-left: 1.3vw;
    font-size: 10px;
    color: #ffffff;
    margin-top: 8px;
}

.search_input_wrap .search_button .search_asset {
    display: flex;
    align-items: center;
}

.search_input_wrap .search_button .search_asset a {
    font-size: 15px;
    color: #ffffff;
    margin-left: 1vw;
    transition: all .5s ease;
    border: 1px solid #CECECE;
    border-radius: 50px;
    padding: 5px 30px;
    transition: all .7s ease;
}
.search_input_wrap .search_button .search_asset a:hover
{
        border: 1px solid #fff;
        color: #028164;
        /* transition: all .5s ease; */
        background: #fff;
}
.serach_wrap.active {
    
}
.search-result{
    width: 84%;
    margin:0 auto 5vw;
}
.search-result .item{
    display: flex;
    align-items: center;
    border: 1px solid #CECECE;
    border-radius: 22px;
    margin-bottom: 1.3vw;
}
.search-result .item .left{
    width: 318px;
}
.search-result .item .left .image-sec{
}
.search-result .item .left .image-sec img{
    width: 100%;
}
.search-result .item .right{
    margin-right: 3vw;
    flex: 1;
    margin-left: 3vw;
}
.search-result .item .right .btns a{
    margin-bottom: 2vw;
    border: 1px solid #F5F5F6;
    border-radius: 30px;
    padding: 5px 30px;
    background: #F1F3F3;
    color: #193F35;
    font-size: 20px;
    text-decoration: none;
    display: block;
    transition: all .7s ease;
}
.search-result .item .right .btns a:hover
{
     border: 1px solid #028164;
     color: #fff;
     /* transition: all .5s ease; */
     background: #028164;
}

.search-result .item .right .btns {
    display: flex;
}
.search-result .item .right h2{
    font-size: 26px;
    color: #028164;
    margin-bottom: 20px;
    font-weight: 600;
}
.search-result .item .right p{
    color: black;
    font-size: 16px;
    /* width: 91%; */
}
.main_bannar.sustainability-banner {
    height: auto;
}
.main_bannar.sustainability-banner .banner-info .inner {
    width: 72%;
    position: relative;
    z-index: 2;
}
.main_bannar.sustainability-banner  .banner-text {
    display: flex;
    color: #fff;
}
.main_bannar.sustainability-banner .banner-info .inner .banner-text p {
    width: 100%;
}
.main_bannar.sustainability-banner .banner-text .left {
    width: 62%;
}
.main_bannar.sustainability-banner .banner-text .right {
    width: 38%;
}
.main_bannar.sustainability-banner .banner-text .right h3 {
    font-size: 22px;
    margin: 0 0 2vw;
    font-weight: 100;
    line-height: 25px;
}
.main_bannar.sustainability-banner .banner-text .right p {
    font-size: 16px;
    font-weight: 100;
    font-family: 'Fedra Sans Pro';
}
.renewable-box {
    display: flex;
    grid-gap:2vw;
    padding-top: 3vw;
}
.renewable-box .box {
    display:flex;
    width: 50%;
    grid-gap: 1vw;
    align-items: center;
}
.renewable-box .box p {
    margin: 0;
}
.renewable-box .box p span {
    font-size: 2.5vw;
    font-weight: 500;
}
.main_bannar.sustainability-banner .line_img {
    bottom: 3.8vw;
    width: 100%;
    z-index: 1;
}
.main_bannar.sustainability-banner .line_img img{
    opacity: .5;
}

.do_fix .sustainability_achieving .text {
    padding: 0;
    width: 46%;
    margin: 0 3%;
    padding-bottom: 7vw;
    text-align: left;
}
.do_fix .sustainability_achieving .text h2 {
    color: #028164;
    margin-bottom: 3vw;
}

.main_bannar.careers-banner {
    position: relative;
    background-color: transparent;
    height: auto;
    margin-bottom: 8vw;
}
.main_bannar.careers-banner .banner-text .left {
    width: 53%;
}
.main_bannar.careers-banner .banner-text .right {
    width: 47%;
}
.main_bannar.careers-banner:before {
    height: 100vh;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background: #193F35;
}
.main_bannar.careers-banner  .banner-text {
    display: flex;
    color: #fff;
}
.main_bannar.careers-banner .banner-info .inner .banner-text p {
    width: 100%;
}
.main_bannar.careers-banner .banner-text .right h3 {
    font-size: 20px;
    margin: 0 0 4vw;
    font-weight: 300;
    /* font-family: 'Fedra Sans Pro'; */
    line-height: 35px;
}
.careers-banner .banner-info {
    position: relative;
    height: auto;
    top: 0;
    bottom: 0;
    padding: 5vw 0 4vw;
}
.main_bannar.careers-banner .line_img {
    bottom: 0;
    width: 93%;
    position: relative;
    left: 0;
    margin: 0 0 0 auto;
    top: 0;
}

.marquee {
    /* font-size: 2vw; */
    color: #BA8A3B;
    overflow: hidden;
    position: relative;
    padding: 0 0;
    margin-bottom: 8vw;
}

.marquee > div {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    
}

.marquee .texts {
    display: inline-flex;
    white-space: nowrap;
    position:relative;
    animation: marquee 30s linear infinite;
}
.marquee .texts .box {
    display: flex;
    align-items: center;
}
.marquee .texts .box h2 {
    font-size: 5vw;
    transition: all .5s ease;
}
.marquee .texts .box img {
    margin: 0 3.5vw;
}
.marquee > div:hover .texts{
    animation-play-state: paused;
}
/* keyframe */
@keyframes marquee {
    0% {
        right: 0;
    }
    100% {
        right: -100%;
    }
}

.corporateSwiper .valueBox{
    border-radius: 15px;
    background-color: rgba(25, 63, 53, 0.06);
    min-height: 350px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 30px;
}

.corporateSwiper .valueBox h3 {
    color: #028164;
    font-size: 25px;
    border-bottom: 1px solid rgba(25, 63, 53, 0.19) !important;
    padding: 0 0 20px;
    margin: 0 0 30px;
}

.corporateSwiper .valueBox p {
    font-size: 21px;
    font-weight: 400;
}

.corporateSwiper .infos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.corporateSwiper .infos .img {
    width: 100%;
    max-width: 100px;
    margin-right: 10%;
}
.corporateSwiper .infos .img img {width: 100%;}

.tcMain h2 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
    color: rgba(2, 129, 100, 1);
}

.tcMain h3 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 700;
    color: #BA8A3B;
}

.tcMain p {
    font-size:16px;
    margin: 0 0 30px;
}
.tcMain ul {
    margin: 0 0 40px;
}
.contact-form-mian textarea {
    resize: none;
}
.faqs-holder ul li .content {
    font-size: 16px;
}

.sustainability-banner .banner-info .inner {
    padding-top: 12.5%;
}

.leadership .content-holder {
    margin-bottom: 0;
    padding-bottom: 0;
}

.values-main {
    display: flex;
    grid-gap: 12px;
}
.values-main .valueBox {
    flex: 1;
    transition: all .7s ease;
    height: 350px;
    overflow: hidden;
}
.corporateSwiper .valueBox h3 {
    border: 0;
    position: relative;
    transition: all .7s ease;
}
.corporateSwiper .valueBox h3:before {
    content: '';
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background: rgba(25, 63, 53, 0.19);
    opacity: 0;
}
.values-main .infos img,
.values-main .infos p {
    transition: all .3s ease;
}
.values-main .infos {
    top: 0;
    position: relative;
    opacity: 0;
    visibility: hidden;
}
.values-main .valueBox.active,
.values-main .valueBox:hover {
    flex: 4;
}
.values-main .valueBox:hover h3:before{
    opacity: 1;
    right: 0;
    width: 100%;
}
/* .values-main .valueBox:hover .infos{
    opacity: 1;
    visibility:visible;
} */

.internal_audit_main {
    position: relative;
    padding: 0 3.5%;
    margin: 5vw 0 0;
    min-height: 250px;
}
.internal_audit_main button {
    border: 0;
    background: 0;
}
.sppc_button2.white button,
.sppc_button2.white a, 
.sppc_button2 button,
.sppc_button2 a {
    display: flex;
    align-items: baseline;
    font-size: 18px;
    position: relative;
    color: #fff;
    align-items: center;
    display: flex;
    border-radius: 26px;
    background-color: #BA8A3B;
    transition: all .7s ease;
    padding: 10px 30px;
}
.sppc_button2.white button,
.sppc_button2.white a {
    background: transparent;
    color: #193F35;
    border: 1px solid #CECECE;
}
.sppc_button2.white button.active,
.sppc_button2.white a.active,
.sppc_button2.white button:hover,
.sppc_button2.white a:hover,
.sppc_button2 button:hover,
.sppc_button2 a:hover {
	background: #028164;
    color: #fff;
	
}
.sppc_button2.white button:hover,
.sppc_button2.white a:hover {
    border: 1px solid #028164;
    color: #fff;
}
.internal_audit_main .internal_audit {
    position: absolute;
    right: 53%;
    display: flex;
    top: -8%;
}

.ceoBtn {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.ceoBtn button,
.ceoBtn a {
    font-size: 17px;
    padding: 15px 30px;
    border-radius: 50px;
}
.shapeLayer {
    padding: 0 7% 0 7%;
    position: relative;
    z-index: 1;
    top: -12px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .7s ease;
}
.shapeLayer.active {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.shapeLayer svg{
    width:100%;
    transition: all .7s ease;
}

.intShape svg {
    width: 190px;
}

.internal_audit .sppc_button2.white {
    position: relative;
    top: -13px;
    right: -5px;
}

.internal_audit .intShape {
    z-index: 1;
}
.ceoTabs {
    position: relative;
    top: -18px;
}
.ceoTabs ul {
    display: flex;
    justify-content: space-between;
    grid-gap: .7vw;
    padding: 0;
}
.ceoTabs ul li{
   list-style: none;
   /* flex: 1; */
   flex-grow: 1;
}
.ceoTabs ul li a {
    display: flex;
    align-items: baseline;
    font-size: 1vw;
    font-weight: 500;
    position: relative;
    align-items: center;
    display: flex;
    border-radius: 50px;
    background: transparent;
    color: #193F35;
    border: 1px solid #CECECE;
    transition: all .7s ease;
    padding: 10px 0;
    text-align: center;
    justify-content: center;
}
.ceoTabs ul li.active a,
.ceoTabs ul li a:hover {
    background: #BA8A3B;
    color: #fff;
}
.ceoTabs,
.tabsShown {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 1s ease 1 forwards;
}
.ceoTabs.active,
.tabsShown.active {
    display: block;
}

.tabs-main .tabs {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 1s ease 1 forwards;
}
.tabs-main .tabs.active {
    display: block;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

.news-contnet-area .news {
    display: none;
}
.media-sorting .active a {
    background-color: #BA8A3B;
    border-color: #BA8A3B;
    color: #fff;
}
.download_btn a path {
    transition: all .5s ease;
}
.download_btn a:hover svg {
    background-color: #BA8A3B;
}
.download_btn a:hover path {
    stroke: #fff !important;
}

.headNavMob {
    display: none !important;
}

.whatwedo_banner {
    height: 78vh !important;
}
.whatwedo_banner .banner-info .inner {
    width: 86%;
    padding-top:9.6%;
}
.swiper.readNextSwiper {
    padding-bottom: 70px;
}
.readNextSwiper .swiper-pagination {
    top: auto !important;
    bottom: 0;
    right: 0;
    width: 95% !important;
    height: 4px !important;
    background-color: #F9F8E8;
}
.readNextSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #BA8A3B;
}
.view_slider img {
    width: 100%;
}

.homeLineImg.line_img {
    position: absolute;
    bottom: -14.5vw;
    width: 63%; 
}
.contact_banner .line_img {
    bottom: -8.5vw;
    width: 63%;
    bottom: -8.2vw !important;
}

/* leaders css */

.leader-page .inner .banner-text .left h2 {
    font-size: 4.9vw;
    /* font-family: 'Fedra Sans Pro'; */
    font-weight: 500;
    margin-bottom: 0;
}
.ourProjects-pin .for-desktop {
    padding: 0 7% !important;
}
.ourProjects-pin .horizontalScroller__item {
    width: 50%;
}
.ourProjects-pin.main_achieving a {
    width: 100%;
}
.ourProjects-pin.main_achieving .horizontalScroller__images {
    grid-gap: 0 !important;
}
.ourProjects-pin .horizontalScroller__item {
    width: 50%;
    padding: 0 1%;
}
.ourProjects-pin.main_achieving .text {
    margin: 0 auto;
}

.text.project_top_text {
    padding-bottom: 10vw !important;
}

section.horizontalScroller.main_achieving.ourProjects-pin {
    padding-bottom: 0;
    margin-bottom: 10vw;
}

section.horizontalScroller.main_achieving .swiper-infos .box h2 span {
    display: inline-block;
    margin-left: 5%;
}

.shapeLayerMb {
    display: none;
}
.swiper.corporateSwiper.corporateSwiper2 .swiper-wrapper{
    display: flex;
    grid-gap: 2vw;
}
.swiper.corporateSwiper.corporateSwiper2 .swiper-wrapper .swiper-slide{
    flex-shrink: inherit;
}


.fixSec_main .text{
    margin: 0 auto !important;
}

/* .fixSec_main {
    position: relative;
    overflow: hidden;
}
.fixSec_main .text {
    width: 100% !important;
    margin: 0 !important;
}
.view_slider .pin-spacer {
    width: 100% !important;
} */

.newsItem {
    display: none;
}

.partner_banner .inner .banner-text h3{
    font-size: 5.4vw !important;
}

.sppc_button a > div.arrow svg {
    right: 1px;
    transform: rotate(180deg);
}
.do_fix .main_achieving a .plan svg,
.sub_menu .inner >ul > li > a svg {
    transform: rotate(180deg);
}

a#loadMoreItem svg {
    transform: rotate(0);
}


.new_view.contact-content.contact-WithImg {
    position: relative;
    padding: 0vw 5.5vw 7vw 0;
    grid-gap: 5vw;
}
.contact-WithImg .left {
    width: 40%;
}
.contact-WithImg .right {
    width: 60%;
    padding-top: 50px;
}
.contact-WithImg .contactImg {
    border-radius: 0 10px 10px 0;
} 
.contact-WithImg .contactImg img{
    width: 100%;
} 
.y_blod {
    font-size: 35px;
    margin: 0 !important;
}
.b_bold{
    color: #27B2E1 !important;
    font-size: 35px;
}
.g_blod{
    color: #028164 !important;
    font-size: 35px;
    margin: 0 !important;
}
.flex_fix{}

/* NewBoxSwiper */
.newbox_fix{
    display: inherit;
    height: auto;
}
.newbox_fix .swiper_wrap{
    display: block;
    padding: 0 3vw;
}
.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    display: none;
}

.newbox_fix .y_blod {
    font-size: 28px;
}

.newbox_fix .g_blod {
    font-size: 25px;
}

.newbox_fix .swiper-infos .box h2{
    font-size: 45px;
}

.newbox_fix .swiper-infos .box p{
    width: auto;
    font-size: 17px;
}

.newbox_fix .b_bold {
    font-size: 40px;
}

.newbox_fix .fixSec_main .text h3 {
    padding-bottom: 3vw;
}

/* new css */
.our-business-main {
    padding: 0px;
    margin-bottom: 6vw;
    width: 88%;
    margin: auto;
}
.our-business-main > h2 {
    margin: 0;
    color: #BA8A3B;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 4vw;
}
.our-business-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 2vw;
    margin-bottom: 10vw;
    
}
.our-business-grid .item {
    position: relative !important;
    /* border: 1px solid rgba(205, 200, 200, 1); */
    border-radius: 15px;
    transition: .4s all ease-in-out;
    cursor: pointer;
}
/* .our-business-grid .item a{
    padding: 20px 40px;
    display: block;
} */
/* .our-business-grid .item .plan {
    display: flex;
    flex-direction: column;
    grid-gap: 10vw !important;
}
.our-business-grid .item svg {
    width: 60px;
    height: 60px;
}
.our-business-grid .item svg {
    fill: rgba(241, 243, 243, 1) !important;
} */
/* .our-business-grid .item h2 {
    color: rgba(25, 63, 53, 1) !important;
    font-size: 30px !important;
} */

.whatWeModal .modal-body {
    padding: 0;
}
.whatWeModal .top-header {
    background-color: #193F35;
    padding: 30px;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    color: #fff;
}
.whatWeModal .btns {
    display: flex;
    justify-content: end;
}
.whatWeModal .close-icon svg{
    fill: #fff;
}
.whatWeModal .top-header h3{
    font-size: 24px;
}
.whatWeModal .modalSvg svg {
    fill: #fff;
    width: 74px;
}
.whatWeModal .modal-description {
    padding: 25px;
    color: rgb(22, 22, 22);
    font-size: 16px;
}
.whatWeModal .modal-description h5{
    font-size: 18px;
    line-height: 1.3;
}
.whatWeModal .modal-description p{
    line-height: 1.3;
}
.whatWeModal .modal-description ul {
    color: #444;
}
  
.whatWeModal .modal-description ul {
    padding-right: 20px;
    margin: 0;
}

.whatWeModal .modal-description li {
    margin-bottom: 10px;
    line-height: 1.3;
    list-style-type: disc;
} 


.whatwedo_banner .banner-info{
    padding-top: 4vw;
    top: 0;
}
.new_business .plan {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 2vw;
    grid-gap: 2vw;
    width: 90%;
    left: 5%;
}

.new_business .plan h2 {
    font-size: 42px;
    color: #FFFFFF;
    line-height: 1;
    margin: 0;
}

.new_business .item a h2 {
    transition: all .6s ease-in-out;
}

.new_business .item a:hover .plan h2{
    color: #BA8A3B;
}

.banner_video_holder {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transform: scaleX(-1);
}

.banner_video_holder video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}