@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;700&family=Open+Sans:wght@300;400;500;600;700&display=swap');
/* Let's get this party started */

::-webkit-scrollbar {

    width: 4px;

    background: #f6f6f6 ;

}
/* Track */

::-webkit-scrollbar-track {

    border-radius: 0px;

}

/* Handle */

::-webkit-scrollbar-thumb {

    background: #4ca585; 

}
::-webkit-scrollbar-thumb:window-inactive {

  background: #4ca585; 

}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
body{
    font-family: 'Open Sans','Cairo', sans-serif;
    background-color: #fff;
    font-size:12px;
    font-weight:normal;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans','Cairo', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
p{
  margin:0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;

}

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

textarea {
  resize: vertical;
}


a,button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s 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;
}

.margin-auto{
  margin: 0 auto;
  float: none !important;
}

/* img hover */
.img-hover {
  overflow: hidden;
  display: block;
}

.img-hover > img {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

img{
  max-width: 100%;
}
.align-right{
  text-align: right;
}
/* end img hover */
.main-wrapper {
  position: relative;
  min-height: 100%;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  overflow: hidden;
}
.container{
  max-width: 100%;
  padding: 0 60px;
}
.mt-30{
  margin-top: 30px;
}
.sc-head{
  position: relative;
}
.sc-head h2{
  color: #4ca585;
  font-size: 50px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  white-space: pre-line;
}
.sc-head h2:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 5px;
  background-color: #4ca585;
}
#header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 9;
  padding: 30px 0;
}
.logo-site a{
  display: inline-flex;
  max-width: 160px;
}
.main-menu{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap:30px;
}
.main-menu a{
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}
.main-menu a:before{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-menu a:hover:before{
  width: 100%;
}
.main-menu li.active a{
  font-weight: bold;
}
.header_search {
    position: relative;
    width:40px;
    height:40px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header_search:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 100%;
}
.header_search-button {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-top: 0;
    position: relative;
}
.header_search-button:before, .header_search-button:after {
    content: '';
    position: absolute;
    top: 0;
    left:-2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #ffffff;
}
.header_search-button:before {
    width: 90%;
    height: 90%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-width: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s,background-color 0s linear 0s;
    -o-transition: all .3s,background-color 0s linear 0s;
    -moz-transition: all .3s,background-color 0s linear 0s;
    transition: all .3s,background-color 0s linear 0s;
}
.header_search-button:after {
    border-width: .5px;
    width: 0;
    height: 35%;
    left: 15px;
    top: 90%;
    margin-left: 0;
    margin-top: 0;
    background-color: currentColor;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -moz-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    -o-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.header_search.search_standard .header_search-field {
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 2;
    top: 100%;
    margin-top: 5px;
    right: 0;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale3d(0.8,0.8,0.8);
    -moz-transform: scale3d(0.8,0.8,0.8);
    transform: scale3d(0.8,0.8,0.8);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-box-shadow: 0px 6px 20px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 6px 20px 0 rgba(0,0,0,0.07);
    box-shadow: 0px 6px 20px 0 rgba(0,0,0,0.07);
    background-color: #fff;
}
.header_search.search_standard .header_search-field .search-form {
    position: relative;
    z-index: 1;
}
.header_search.search_standard .header_search-field .search-field {
    height: 50px;
    width: 270px;
    font-weight: 400;
    padding: 0 40px 0 15px;
    background: #f3f5fe;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
}

.header_search.search_standard .header_search-field .search-button {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 40px;
    right: 0;
    top: 0;
    font-size: 0;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.header_search.search_standard .header_search-field .search-form:after {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 21px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    color: #bababa;
}
.header_search.header_search-open.search_standard .header_search-button:before, 
.header_search.header_search-open.search_alt .header_search-button:before {
    width: 0;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-width: .5px;
    left: 40%;
    background-color: currentColor;
    -webkit-transition: all .3s,background-color 0s linear .3s;
    -o-transition: all .3s,background-color 0s linear .3s;
    -moz-transition: all .3s,background-color 0s linear .3s;
    transition: all .3s,background-color 0s linear .3s;
    -webkit-transform: translateX(-0.5px) rotate(45deg);
    -moz-transform: translateX(-0.5px) rotate(45deg);
    -ms-transform: translateX(-0.5px) rotate(45deg);
    -o-transform: translateX(-0.5px) rotate(45deg);
    transform: translateX(-0.5px) rotate(45deg);
}
.header_search.header_search-open.search_standard .header_search-button:after, 
.header_search.header_search-open.search_alt .header_search-button:after {
    height: 100%;
    left: 40%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -moz-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    -o-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
}
.header_search.header_search-open.search_standard .header_search-field, 
.header_search.header_search-open.search_alt .header_search-field {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.head-right{
  gap:20px;
}
.btn-primary{
  border-radius: 30px;
  background-color: #54bae2;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  box-shadow: none !important;
  outline: none !important;
  border:0;
  letter-spacing: 1px;
  padding: 8px 20px;
}
.btn-primary:hover,.btn-primary:focus{
  color: #ffffff;
  background-color: #4ca585;
}
.section-home{
  position: relative;
  z-index: 1;
}
.home-slide-item{
  position: relative;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  z-index: 1;
}
#home-slider{
  position: relative;
  z-index: 1;
}
.layer-header{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.layer-header:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/opcity.png);
  z-index: -1;
}
.home-slide-item:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/patern-hm.png);
  mix-blend-mode: multiply;
  z-index: -1;
}
.home-slide-item:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/patern-hmm.png);
  mix-blend-mode: color;
  z-index: -1;
}
.home-slide-item .container{
  position: relative;
  z-index: 2;
}
.home-txt-caption h2{
  color: #ffffff;
  font-size: 70px;
  text-transform: uppercase;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.67);
}
.home-txt-caption h2 span{
  display: block;
  font-weight: bold;
}
.home-txt-caption p{
  color: #ffffff;
  font-size: 40px;
  white-space: pre-line;
  line-height: 1.2;
  margin-top: 10px;
}
#home-slider .owl-nav{
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:10px;
}
#home-slider .owl-nav button{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border:1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 18px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-slider .owl-nav button:hover{
  color: #FFFFFF;
  background-color: #4ca585;
  border-color: #4ca585;
}
.section-revivaWay{
  padding: 120px 0;
  position: relative;
}
.reviva-block{
  position: relative;
}
.reviva-block-green{
  position: relative;
  background-color: #4ca585;
  padding: 60px 40px;
  width: 60%;
}
.reviva-block-green .sc-head h2{
  color: #FFFFFF;
}
.reviva-block-green .sc-head h2:before{
  background-color: #FFFFFF;
}
.reviva-block-green .sc-head p{
  color: #ffffff;
  font-size: 22px;
}
.reviva-pic{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: 60%;
}
.section-partners{
  position: relative;
  padding: 150px 0;
  background-repeat: no-repeat;
  background-image: url(../images/partner-bg.jpg);
  background-size: cover;
}
.section-partners .sc-head{
  margin-bottom: 50px;
}
.partners-group{
  padding: 0 80px;
}
#partners-slider{
  padding: 0 40px;
}
.partners-item{
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
.partners-item > img{
  width: auto !important;
  max-height: 100%;
}
#partners-slider .owl-nav  button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #4ca585;
  font-size: 16px;
  border:1px solid #4ca585;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#partners-slider .owl-nav  button.owl-prev{
  left: 0;
}
#partners-slider .owl-nav  button.owl-next{
  right: 0;
}
#partners-slider .owl-nav  button:hover{
  color: #FFFFFF;
  background-color: #4ca585;
}
#partners-slider .owl-dots{
  text-align: center;
  margin-top: 20px;
  display: none !important;
}
#partners-slider .owl-dots button{
  width: 8px;
  height: 8px;
  border-radius: 50px;
  margin: 2px;
  background-color: #4ca585;
}
#partners-slider .owl-dots button.active{
  width: 20px;
}
.section-faqs{
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../images/bg-faqs.jpg);
  padding: 150px 0 50px;
  background-size: cover;
  z-index: 1;
}
.section-faqs:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: rgba(76,156,128,0.75);
  z-index: -1;
}
.section-faqs .sc-head h2{
  color: #FFFFFF;
}
.section-faqs .sc-head h2:before{
  background-color: #FFFFFF;
}
.accordion-sty .accordion-item{
  background-color: transparent;
  border-radius: 0;
  border:0;
  border-bottom: 1px solid #4c9c80;
}
.accordion-sty .accordion-item .accordion-button{
  background-color: transparent;
  border-radius: 0;
  border:0;
  box-shadow: none;
  outline: none;
  padding: 20px 0;
  color: #54b7df;
  font-size: 22px;
  font-weight: bold;
}
.accordion-sty .accordion-item .accordion-button.collapsed{
  color: #ffffff;
}
.accordion-sty .accordion-item .accordion-body{
  padding: 0px 0 20px;
  border:0;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}
.accordion-sty .accordion-item .accordion-button::after{
  display: none;
}
.btn-load-more{
  display: inline-flex;
  align-items: center;
  gap:15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-load-more span{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border:1.5px solid #FFFFFF;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-load-more:hover{
  color: #4ca585;
}
.btn-load-more:hover span{
  background-color: #FFFFFF;
}
#footer{
  position: relative;
  background-color: #4ca585;
}
.top-footer{
  padding: 40px 0;
}
.bottom-footer{
  padding: 25px 0;
  border-top:1px solid #FFFFFF;
}
.group-ft-menu{
  display: flex;
  gap:5px;
}
.group-ft-item-menu{
  flex: 1;
}
.group-ft-item-menu h2{
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  margin:0 0 5px;
  text-transform: uppercase;
}
.group-ft-item-menu h2 > a{
  display: inline-block;
  color: #FFFFFF;
}
.group-ft-item-menu h2 > a:hover{
  color: rgba(255,255,255,0.8);
}
.ft-menu li{
  display: block;
}
.ft-menu > li > a{
    color: #ffffff !important;
    font-weight: bold;
    font-size: 18px !important;
    margin:0 0 5px;
    text-transform: uppercase;
}

.ft-menu li a{
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
}
.ft-menu li a:hover{
  color:#397c64;
}
.btn-scrollTop{
  display:flex;
  justify-content: flex-end;
  gap:10px;
  color: #ffffff;
  font-size: 16px;
  align-items: center;
}
.btn-scrollTop span{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border:1.5px solid #FFFFFF;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-scrollTop:hover{
  color:#397c64;
}
.btn-scrollTop:hover span{
  background-color: #FFFFFF;
}
.ft-logo{
  margin: 60px 0 0;
  display: inline-block;
  max-width: 120px;
}
.bottom-footer{
  gap:20px;
}
.bottom-footer h2{
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  margin:0;
  text-transform: uppercase;
}
.ft-social{
  display: flex;
  flex-wrap: wrap;
  gap:10px;
}
.ft-social a{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border:1.5px solid #FFFFFF;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #FFFFFF;
  font-size: 14px;
}
.ft-social a:hover{
  background-color: #FFFFFF;
  color: #397c64;
}
.sub-footer{
  background-color: #397c64;
  padding: 15px 0;
}
.copy-right{
  color: #ffffff;
  font-size:16px;
}
.bft-menu{
  display: flex;
  align-items: center;
  gap:30px;
}
.bft-menu a{
  color: #ffffff;
  font-size: 16px;
}
.bft-menu a:hover{
  color:#4ca585;
}
.lang-site a.dropdown-toggle{
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  padding-right: 15px;
  line-height: 1;
  top: -5px;
}
.lang-site a.dropdown-toggle::after{
  display: none;
}
.lang-site a.dropdown-toggle::before{
  content: '\f078';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
  margin-top: 5px;
}
.dropdown-menu{
  min-width: 100px;
}
.nav-side{
  position: relative;
  padding: 0 0 0 30px;
}
.nav-side:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% + 20px);
  background-color: #FFFFFF;
}
.nav-side li{
  display: block;
  margin-bottom: 20px;
}
.nav-side li:last-child{
  margin-bottom: 0;
}
.nav-side li a{
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  position: relative;
  text-transform: capitalize;
  line-height: 1;
}
.nav-side li a:before{
  content: '';
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-side li.active a{
  font-weight: bold;
}
.nav-side li.active a:before{
  transform: translateY(-50%) scale(1.5,1.5);
}
.section-revivaWay .nav-side li a{
  color: #4ca585;
}
.section-revivaWay .nav-side li a:before,.section-revivaWay .nav-side:before{
  background-color: #4ca585;
}
.section-partners .nav-side li a{
  color: #4ca585;
}
.section-partners .nav-side li a:before,.section-partners .nav-side:before{
  background-color: #4ca585;
}
.pd-80{
  padding-left: 80px;
}
.to-animate,.to-animate2,.to-animate3,.to-animate4{
  opacity: 0; 
}
.to-animate.fadeInUpn,.to-animate2.fadeInUpn,.to-animate3.fadeInUpn,.to-animate4.fadeInRight{
  opacity: 1 !important;
}
.to-animate.fadeInUp {
  animation-duration: 1s;
  -webkit-animation-duration:1s;
  animation-delay: 0.2s;
  -webkit-animation-delay:0.2s;
}
.to-animate2.fadeInUp {
  animation-duration: 1s;
  -webkit-animation-duration:1s;
  animation-delay: 0.4s;
  -webkit-animation-delay:0.4s;
}

#header .menu-trigger {
  cursor: pointer;
  position: relative;
  width: 25px;
  height: 25px;
  text-indent: -9999em;
  z-index: 99;
  display: none;
}
#header .menu-trigger span,
#header .menu-trigger span:before,
#header .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  left: 0;
}
#header .menu-trigger span:before,
#header .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  left: 0;
}
#header .menu-trigger span:after {
  width: 25px;
}
#header .menu-trigger span:before,
#header .menu-trigger span:after {
  content: "";
}
#header .menu-trigger span {
  top: 50%;
  transform: translateY(-50%);
}
#header .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -8px;
  z-index: 10;
}
#header .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 8px;
}

#header .menu-trigger.active span,
#header .menu-trigger.active span:before,
#header .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

#header .menu-trigger.active span:before {
  -moz-transform: translateY(5px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(5px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(5px) translateX(1px) rotate(45deg);
  transform: translateY(5px) translateX(1px) rotate(45deg);
  background-color: #ffffff;
}
#header .menu-trigger.active span:after {
  -moz-transform: translateY(-4px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-4px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-4px) translateX(1px) rotate(-45deg);
  transform: translateY(-4px) translateX(1px) rotate(-45deg);
  background-color: #ffffff;
}
/*mobile menu*/
/*menu*/
.menu-mobile{
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0;
  height: 100%;
  width: 250px;
  background:#ffffff;
  z-index: 1001;
  overflow-y:auto; 
  -webkit-transform:translateX(275px);
  -moz-transform:translateX(275px);
  -ms-transform:translateX(275px);
  -o-transform:translateX(275px);
  transform:translateX(275px);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.2);
  box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.2);
}
.brand-area{
  position: relative;
  padding-top: 20px;
}
.close_menu{
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 24px;
  cursor: pointer;
  color: #363636;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  -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;
}
.close_menu:hover{
  background-color: #767676;
  color: #fff;
}
.brand-area a {
    width:80%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.brand-area a > img{
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.mmenu > ul li a {
    display: block;
    border-bottom: 1px solid rgba(76,165,133,0.05);
    color: #4ca585;
    font-size: 14px;
    padding: 10px;
    transition: all .3s;
    font-weight: 600;
    text-transform: uppercase;
}
.mmenu > ul li a > i{
  margin-left: 5px;
}
.mmenu > ul li a:hover {
    background: #4ca585;
    color: #ffffff;
    border-color: #4ca585;
}
.mmenu .dropdown-toggle::after{
  float: right;
  display: none;
}
.mmenu .dropdown-toggle:before{
  content: '\f107';
  position: absolute;
  top: 5px;
  right: 10px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  font-weight: 300;
}
.mmenu .dropdown-menu{
  position: static !important;
  transform: none !important;
  box-shadow: none;
  border-radius: 0;
  border:0;
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.mmenu > ul li .dropdown-menu a{
  font-size: 12px;
  font-weight: 400;
}
.register-mobile{
  margin-top: 0 !important;
}
.register-mobile li:last-child > a{
  border-bottom: 0;
}
.plusIcon{
  font-size: 14px;
  margin-left: 5px;
}
.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.menu-toggle {
    overflow: hidden;
}
.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}
.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}
.menu-toggle .main-wrapper{
  -webkit-transform:translate3d(-250px,0,0);
  -moz-transform:translate3d(-250px,0,0);
  -ms-transform:translate3d(-250px,0,0);
  -o-transform:translate3d(-250px,0,0);
  transform:translate3d(-250px,0,0);
}
html.menu-toggle{
  overflow: hidden;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999999;
}
#spinner {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    text-align: center;
    transform: translate(-50%,-50%);
}
#preloader #disable-preloader {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
#spinner img{
  width:auto;
}
@-o-keyframes cssload-upDown2 {
  from {
    -o-transform: translateY(29px);
  }
  to {
    -o-transform: translateY(-19px);
  }
}
@-ms-keyframes cssload-upDown2 {
  from {
    -ms-transform: translateY(29px);
  }
  to {
    -ms-transform: translateY(-19px);
  }
}
@-webkit-keyframes cssload-upDown2 {
  from {
    -webkit-transform: translateY(29px);
  }
  to {
    -webkit-transform: translateY(-19px);
  }
}
@-moz-keyframes cssload-upDown2 {
  from {
    -moz-transform: translateY(29px);
  }
  to {
    -moz-transform: translateY(-19px);
  }
}
/* CSS Floation Animation */
.floating {
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes Floating {
  from {
    -moz-transform: translate(0, 0px);
  }
  65% {
    -moz-transform: translate(0, 15px);
  }
  to {
    -moz-transform: translate(0, 0px);
  }
}
.scaling {
  float: left;
  -webkit-animation-name: scalex;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: scale;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes scalex {
  from {
    -webkit-transform: scale(0.9);
  }
  65% {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.9);
  }
}
@-moz-keyframes scale {
  from {
    -moz-transform: scale(0.9);
  }
  65% {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(0.9);
  }
}
#preloader h5{
  line-height: 50px;
  font-size: 16px;
  color: #555555;
  text-transform: uppercase;
  margin-top: 20px;
}
.mmenu .btn-primary{
  display: table;
  margin: 20px auto;
}
/**========================================
INNER PAGE
=========================================**/
.section-inner-banner{
  position: relative;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 150px 0 70px;
}
.section-inner-banner .layer-header{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.section-inner-banner .layer-header:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/overlay-inner.png);
  z-index: -1;
}
.section-inner-banner:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/overlay-bf.png);
  mix-blend-mode: multiply;
  z-index: -1;
}
.section-inner-banner:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/overlay-af.png);
  mix-blend-mode: color;
  z-index: -1;
}
.title-page{
  position: relative;
  z-index: 2;
  text-align: center;
}
.title-page h1{
  color: #ffffff;
  font-size: 150px;
  font-weight: bold;
  white-space: pre-line;
  text-transform: uppercase;
}
.section-content-page{
  position: relative;
  padding: 50px 0;
}
.sc-head-inner{
  margin-bottom: 50px;
  padding: 0 50px;
}
.sc-head-inner h2{
  color: #4c9680;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sc-head-inner h2:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 5px;
  background-color: #4ca585;
}
.sc-head-inner p{
  color: #8c8e90;
  font-size: 26px;
  line-height: 1.2;
}
.list-news-bk{
  display: inline-grid;
  width:100%;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.box-news-item{
  position: relative;
  background-color: #e8e8e9;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}
.news-pic{
  display: block;
  height: 250px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
}
.news-pic img{
  margin: auto;
}
.cption-news{
  position: relative;
  padding: 15px 20px 30px;
}
.cption-news h2{
  color: #4c9680;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.cption-news h2 > a{
  display: inline-flex;
  color: #4c9680;
}
.cption-news p{
  margin-top: 10px;
  color: #8c8e90;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  height: 80px;
  text-overflow: ellipsis; 
}
.know-more{
  display: inline-flex;
  justify-content: flex-end;
  color: #4c9680;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  position: relative;
  padding-bottom: 3px;
}
.know-more:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4c9680;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.know-more:hover{
  color: #54bae2;
}
.know-more:hover:before{
  background-color: #54bae2;
}
.box-news-item:hover .img-hover img{
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.show-more{
  margin-top: 40px;
  text-align: center;
  color: #4c9680;
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:20px;
}
.show-more span{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #4c9680;
  display: flex;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.show-more:hover{
  color: #54bae2;
}
.show-more:hover span{
  background-color: #54bae2;
}
.box-subscribe{
  position: relative;
  padding: 40px 250px 100px 30px;
  background-color: #e8e8e9;
  border-radius: 40px 0 0 0;
  z-index: 1;
}
.box-subscribe:before{
  content: '';
  position: absolute;
  top: 0;
  left: 50px;
  width: 10000px;
  height: 100%;
  background-color: #e8e8e9;
  z-index: -1;
}
.box-subscribe h2{
  color: #625d9c;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.box-subscribe p{
  color: #8c8e90;
  font-size: 18px;
  line-height: 1.2;
}
.form-subscribe{
  margin-top: 100px;
}
.form-subscribe .form-control{
  box-shadow: none;
  border:0;
  border-radius: 0;
  border-bottom: 1px solid #625d9c;
  color: #625d9c;
  background-color: transparent;
  height: 45px;
}
.btn-color{
  background-color: #625d9c;
  color: #FFFFFF;
  font-size: 18px;
  border-radius: 30px;
  box-shadow: none !important;
  outline: none !important;
  border:0;
  padding: 10px 20px;
}
.btn-color:hover{
  color: #FFFFFF;
  background-color: #54bae2;
}
.form-subscribe .form-control::-moz-placeholder {
  color: #625d9c;
  font-size: 16px;
  text-transform: uppercase;
}
.form-subscribe .form-control:-ms-input-placeholder {
  color: #625d9c;
  font-size: 16px;
  text-transform: uppercase;
}
.form-subscribe .form-control::-webkit-input-placeholder {
  color: #625d9c;
  font-size: 16px;
  text-transform: uppercase;
}
.layer-subscribe{
  position: relative;
  z-index: 2;
  top: -100px;
}
.layer-subscribe img{
  width: 100%;
}
.circle-pic{
  text-align: center;
  padding: 30px;
}
.pd0{
  padding: 0 !important;
}
.section-related{
  position: relative;
  padding: 100px 0;
}
.box-article-content{
  position: relative;
  background-color: #FFFFFF;
  padding: 40px 50px;
  -webkit-box-shadow: 0px 0px 300px 50px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 300px 50px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 300px 50px rgba(0,0,0,0.3);
}
.back-page{
  margin-bottom: 50px;
}
.back-page > a{
  display: inline-flex;
  align-items: center;
  color: #8c8e90;
  font-size: 18px;
  font-weight: 500;
  gap:10px;
}
.back-page > a > span{
  position: relative;
}
.back-page > a > span:before{
  content: '';
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #8c8e90;
}
.article-description h1{
  color: #625d9c;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: pre-line;
  margin-bottom: 20px;
}
.post-by{
  color: #54c0e8;
  font-size: 30px;
  margin-bottom: 50px;
  font-weight: 500;
}
.article-description h2{
  color: #66a286;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 30px;
}
.article-description p{
  color: #8c8e90;
  font-size: 18px;
  line-height: 1.2;
  margin: 20px 0 30px;
}
.img-full , .size-full img , .size-full{
  width: 100%;
}
.article-action{
  margin: 40px 0;
  gap:20px;
}
.btn-share{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-page{
  height: 50px;
  border:1px solid #625d9c;
  color: #625d9c;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  background-color: transparent;
  gap:10px;
}
.btn-page:hover{
  color: #625d9c;
}
.btn-page span{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid #625d9c;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-page:hover span{
  background-color: #625d9c;
  color: #FFFFFF;
}

.section-inner-banner.inner-banner-lead .layer-header:before{
  background-image: url(../images/overlay-inner-lead.png);
}
.section-inner-banner.inner-banner-lead:before{
  background-image: url(../images/overlay-bf-lead.png);
}
.section-inner-banner.inner-banner-lead:after{
  background-image: url(../images/overlay-af-lead.png);
}
.section-inner-banner.inner-banner-lead .title-page h1{
  font-size: 60px;
}
.section-inner-banner.inner-banner-lead{
  align-items: center;
}
.lead-pic{
  padding: 80px 0 50px;
}
.lead-pic img{
  width: 100%;
}
.section-with-us{
  position: relative;
  padding: 100px 0 0;
  background-image: url(../images/bg-with.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
.section-with-us .nav-side li a:before,.section-with-us .nav-side:before{
  background-color: #65a084;
}
.section-with-us .nav-side li a{
  color: #65a084;
}
.head-with h3{
  color: #625d9c;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 30px;
}
.head-with p{
  color: #8c8e90;
  font-size: 20px;
  margin: 0 0 30px;
}
.box-with-us{
  position: relative;
  background-color: #65a084;
  padding: 30px;
}
.form-sty .form-control{
  box-shadow: none;
  border:0;
  border-radius: 0;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
  height: 45px;
}
label.error{
    color: #f00;
}
.form-sty .form-control.error{
    border-color: #f00;
    color: #f00;
}
.form-sty .form-control::-moz-placeholder {
  color: #ffffff;
  font-size: 20px;
}
.form-sty .form-control:-ms-input-placeholder {
  color: #ffffff;
  font-size: 20px;
}
.form-sty .form-control::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 20px;
}
.form-sty textarea.form-control{
  background-color: rgba(255,255,255,0.4);
  color: #FFFFFF;
  border:1px solid #FFFFFF;
  border-radius: 10px;
  height: 200px;
  resize: none;
  overflow-y: auto;
}
.btn-attachment{
  position: relative;
  background-color: #FFFFFF;
  color: #65a084;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap:30px;
  border-radius: 20px;
  height: 45px;
}
.file-attachment{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.btn-color2{
  background-color: #625d9c;
  color: #FFFFFF;
}
.form-sty .btn-color2{
  padding: 8px 30px;
  height: 45px;
  min-width: 150px;
}
.form-sty .btn-green{
  padding: 8px 30px;
  height: 45px;
  min-width: 150px;
  background-color: #65a084;
}
.form-sty .btn-green:hover{
  color: #FFFFFF;
  background-color: #54bae2;
}
.section-contact{
  position: relative;
  background-color: #e8e8e9;
  padding: 100px 0 30px;
}
.section-contact .nav-side li a:before,.section-contact .nav-side:before{
  background-color: #65a084;
}
.section-contact .nav-side li a{
  color: #65a084;
}
.sc-head-contact{
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.sc-head-contact:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 5px;
  background-color: #4ca585;
}
.sc-head-contact h2{
  color: #4ca585;
  font-size: 50px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  white-space: pre-line;
}
.sc-head-contact p{
  color: #65a084;
  font-size: 28px;
}
.box-contact-bk{
  position: relative;
  border:1.5px solid #777777;
  border-radius: 20px;
  padding: 0 30px;
}
.box-contact-txt-bk{
  position: relative;
  background-color: #625d9c;
  padding: 30px 20px;
  background-image: url(../images/bg-cc.png);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: 0 100%;
}
.box-contact-txt h3{
  color: #FFFFFF;
  font-size: 28px;
  white-space: pre-line;
  margin: 0 0 20px;
}
.box-contact-txt p{
  color: #FFFFFF;
  font-size: 20px;
  white-space: pre-line;
  margin: 0 0 20px;
}
.contact-info{
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #FFFFFF;
}
.contact-info h2{
  color: #FFFFFF;
  font-size: 24px;
}
.contact-info h3{
  color: #FFFFFF;
  font-size: 24px;
}
.contact-info h4{
  color: #FFFFFF;
  font-size: 18px;
}
.contact-info p{
  color: #FFFFFF;
  font-size: 16px;
}
.contact-info p a{
  display: inline-block;
  color: #FFFFFF;
}
.box-contant-form{
  padding: 26px 0;
}
.label-big{
  color: #625d9c;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.box-contant-form .form-sty .form-control{
  border-bottom: 1px solid #8c8e90;
  color: #8c8e90;
}
.box-contant-form .form-sty .form-control::-moz-placeholder {
  color: #8c8e90;
  font-size: 20px;
}
.box-contant-form .form-sty .form-control:-ms-input-placeholder {
  color: #8c8e90;
  font-size: 20px;
}
.box-contant-form .form-sty .form-control::-webkit-input-placeholder {
  color: #8c8e90;
  font-size: 20px;
}
.form-sty .form-control.input-box{
  background-color: #efeff0;
  border:1px solid #8c8e90;
  border-radius: 10px;
  margin: 0 0 10px;
}
.box-contant-form .form-sty textarea.form-control{
  border:1px solid #8c8e90;
  background-color: #efeff0;
}
.form-sty .select2-container{
  width: 100% !important;
}
.select2-container .select2-selection--single{
  border:1px solid #8c8e90;
  height: 45px;
  background-color: transparent;
  border-radius: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 43px;
  color: #8c8e90;
  font-size: 1rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 45px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: #65a084;
}

.box-with-us:before {
    left: -40px;
    top: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #65a084;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 20px;
    border-right-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 20px;
    z-index: 1;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.nav-side{
  z-index: 2;
}
.inner-banner-whatDo.section-inner-banner:before{
  background-image: url(../images/do-bf.png);
}
.inner-banner-whatDo.section-inner-banner:after{
  display: none;
}
.section-inner-banner.inner-banner-whatDo .title-page h1 {
    font-size: 60px;
}
.section-inner-banner.inner-banner-whatDo {
    align-items: center;
}
.section-industries .nav-side li a{
  color: #4ca585;
}
.section-industries .nav-side li a:before,.section-industries .nav-side:before{
  background-color: #4ca585;
}
.section-technology .nav-side li a{
  color: #4ca585;
}
.section-technology .nav-side li a:before,.section-technology .nav-side:before{
  background-color: #4ca585;
}
.section-offering .nav-side li a{
  color: #4ca585;
}
.section-offering .nav-side li a:before,.section-offering .nav-side:before{
  background-color: #4ca585;
}
.section-industries{
  position: relative;
  padding: 100px 0;
}

.section-industries .sc-head p{
  color: #8c8e90;
  font-size: 26px;
}
.section-industries .sc-head{
  margin-bottom: 40px;
}
.industries-list{
  display: inline-grid;
  width: 100%;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 40px;
  gap:10px;
}
.industrie-item{
  position: relative;
  border-radius: 15px;
  overflow:hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 280px;
  transform:scale(0.9,0.8);
}
.industrie-item:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: color;
  background-color: #8c8e90;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.industrie-item:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-inds.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.industrie-item:hover{
  transform:scale(1,1);
}
.industrie-item:hover:after{
  opacity: 1;
}
.industrie-item:hover:before{
  opacity: 0;
}
.industrie-item img{
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.industrie-item h3{
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  white-space: pre-line;
  text-transform: uppercase;
  z-index: 1;
}
.section-technology{
  position: relative;
  padding: 100px 0;
  background-image: url(../images/bg-tech.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.section-industries{
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.section-technology .sc-head p{
  color: #8c8e90;
  font-size: 26px;
  margin-bottom: 30px;
}
.section-technology .sc-head h3{
  color: #625d9c;
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: bold;
}
.vedio-link{
  position: relative;
  display: block;
  z-index: 1;
}
.vedio-link:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(140,142,144,0.7);
}
.vedio-link > img{
  width: 100%;
}
.play-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100px;
}
.section-offering{
  position: relative;
  padding: 100px 0 0;
}
.section-offering .sc-head p{
  color: #8c8e90;
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 1.2;
}
.offering-bk-tab .nav-tabs{
  border-radius: 12px;
  display: inline-grid;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  background-color: #4ca383;
  border:0;
  overflow: hidden;
}
.offering-bk-tab .nav-tabs .nav-link{
  background-color: transparent;
  border-radius: 0;
  border:0;
  box-shadow: none !important;
  outline: none !important;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  align-items: center;
  text-align: left;
  gap:10px;
  line-height: 18px;
  height: 120px;
  position: relative;
  padding: 25px 15px;
}
.offering-bk-tab .nav-tabs .nav-link span{
  width: 50px;
  flex: 0 0 50px;
}
.offering-bk-tab .nav-tabs .nav-item{
  position: relative;
}
.offering-bk-tab .nav-tabs .nav-item:before{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background-color: #397961;
}
.offering-bk-tab .nav-tabs .nav-link.active{
  background-color: #397961;
}
.offering-bk-tab .nav-tabs .nav-link:before{
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 25px;
  background-image: url(../images/active-tab.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
}
.offering-bk-tab .nav-tabs .nav-link.active:before{
  opacity: 1;
}
.offering-bk-tab .tab-content .tab-pane{
  background-color: #f6f6f6;
  padding: 50px 0;
}
.offer-tab-head-title{
  position: relative;
  padding: 50px 30px 0;
}
.offer-tab-head-title-content{
  position: relative;
  z-index: 1;
}
.offer-tab-head-title-content h2{
  color: #4ca282;
  font-size: 40px;
  font-weight: bold;
  white-space: pre-line;
  margin-bottom: 30px;
}
.offer-tab-head-title-content p{
  color: #636363;
  font-size: 20px;
}
.pic-tbOffer{
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
}
.pic-tbOffer > img{
  height: inherit;
  object-fit: cover;
  width: 100%;
}
.pic-tbOffer:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(246,246,246,1);
  background: -moz-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(246,246,246,0.1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,246,246,1)), color-stop(100%, rgba(246,246,246,0.1)));
  background: -webkit-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(246,246,246,0.1) 100%);
  background: -o-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(246,246,246,0.1) 100%);
  background: -ms-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(246,246,246,0.1) 100%);
  background: linear-gradient(to right, rgba(246,246,246,1) 0%, rgba(246,246,246,0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f6f6f6', GradientType=1 );
}
.contant-main-offerTabs{
  padding: 50px 30px;
}
.contant-main-offerTabs h2{
  color: #4ca585;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  white-space: pre-line;
}
.contant-main-offerTabs h2:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 5px;
  background-color: #4ca585;
}
.waste-treated-list{
  display: inline-grid;
  width: 100%;
  justify-content: center;
  grid-template-columns: repeat(5, 1fr);
  gap:5px;
}
.waste-item{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  background-color: transparent;
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px -5px transparent;
  -moz-box-shadow: 0px 0px 20px -5px transparent;
  box-shadow: 0px 0px 20px -5px transparent;
}
.waste-item h3{
  color: #8c8e90;
  font-size: 14px;
  font-weight: bold;
}
.wi-icon{
  width: 100px;
  height: 100px;
  padding: 10px;
  display: flex;
  flex:0 0 100px;
  align-items: center;
  justify-content: center;
  margin:0 auto 10px;
  position: relative;
  left: -10px;
}
.waste-item:hover{
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.2);
}
.waste-treated-list{
  padding-top: 50px;
}
.offer-tab-head-title-content h3{
  color: #636363;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}
.specialized-list{
  position: relative;
  padding: 50px 100px;
  display: inline-grid;
  width: 100%;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  gap:40px;
}
.specialized-item{
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.specialized-item h3{
  color: #8c8e90;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}
.specialized-pic{
  border-radius: 20px;
  overflow: hidden;
  border:1px solid transparent;
  transform: scale(0.9,0.9);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 20px -5px transparent;
  -moz-box-shadow: 0px 0px 20px -5px transparent;
  box-shadow: 0px 0px 20px -5px transparent;
}
.specialized-pic:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  mix-blend-mode: color;
}
.specialized-pic:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/sp-bf.png);
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}
.specialized-pic > img{
  width: 100%;
}
.specialized-item:hover .specialized-pic{
  transform: scale(1,1);
  border-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.2);
}
.specialized-item:hover .specialized-pic:after{
  opacity: 0;
}
.waste-treated-list.list-colum{
  display: flex;
  flex-direction: column;
}
.waste-treated-list.list-colum .waste-item{
  display: flex;
  align-items: center;
  gap:30px;
  padding: 10px 20px;
  margin: 0;
  text-align: left;
}
.waste-treated-list.list-colum .waste-item .wi-icon{
  margin: 0;
  left: 0;
  height: 80px;
}
.waste-treated-list.list-colum .waste-item h3{
  font-size: 18px;
  font-weight: 500;
}
.process-list-mn{
  position: relative;
  padding: 30px 0;
  display: inline-grid;
  width: 100%;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  gap:20px;
}
.process-mn-item{
  position: relative;
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
  height: 350px;
}
.main-pic-process{
  height: inherit;
  width: 100%;
  object-fit: cover;
}
.process-mn-item:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-image: url(../images/over-rcy.png);
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.process-mn-item:hover:before{
  mix-blend-mode: screen;
}
.process-mn-item:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-image: url(../images/over-hover.png);
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.process-mn-item:hover:after{
  visibility: visible;
  opacity: 1;
}
.pro-title-top{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  z-index: 1;
}
.pro-title-top span{
  display: block;
  color: #f6f6f6;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.pro-title-top h3{
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
}
.pro-icon-bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  height: 100px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.pro-icon-bottom > img{
  max-height: 100%;
}
.process-mn-item:hover .pro-icon-bottom{
  opacity: 0;
}
.pro-txt-overlay{
  position: absolute;
  top: 100%;
  height: 100%;
  left: 0;
  width: 100%;
  padding: 20px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  align-items: end;
  padding-top: 100px;
  z-index: 1;
}
.pro-txt-overlay p{
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.process-mn-item:hover .pro-txt-overlay{
  top: 0;
}

.section-ESG .nav-side li a{
  color: #4ca585;
}
.section-ESG .nav-side li a:before,.section-ESG .nav-side:before{
  background-color: #4ca585;
}
.esg-item{
  position: relative;
  padding: 50px 0 100px;
}
.head-esg-icon{
  max-width: 150px;
  margin-bottom: 20px;
}
.head-esg-icon img{
  width: auto !important;
}
.section-ESG .sc-head h2 span{
  display: block;
  font-size: 50px;
}
.section-ESG .sc-head h2{
  font-size: 30px;
}
.esg-details-content h2{
  color: #625d9c;
  font-size: 32px;
  white-space: pre-line;
  font-weight: bold;
}
.esg-details-content p{
  color: #8c8e90;
  font-size: 22px;
  margin-top: 20px;
  line-height: 1.2;
}
.esg-side-icon{
  max-width: 100px;
  margin-bottom: 20px;
}
.esg-side-icon img{
  width: auto !important;
}
.esg-links p{
  display: block;
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.esg-picture{
  position: absolute;
  top: 0;
  right: 1px;
  z-index: -1;
  height: 100%;
  max-width: 57%;
}
.esg-picture img{
  height: inherit;
}
.section-ESG .container-fluid{
  padding-right: 0;
}

#esg-slider .owl-nav{
  position: absolute;
  bottom: 30px;
  left: 0;
  display: flex;
  width:45%;
  gap:10px;
  justify-content: end;
}
#esg-slider .owl-nav button{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border:1px solid #4ca585;
  color: #4ca585;
  font-size: 18px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
#esg-slider .owl-nav button:hover{
  color: #FFFFFF;
  background-color: #4ca585;
  border-color: #4ca585;
}
#esg-slider .owl-dots{
  position: absolute;
  bottom: 50px;
  left: 0;
  width: calc(45% - 100px);
  height: 1px;
  background-color: #4ca585;
}
#esg-slider .owl-dots .owl-dot{
  width: 33.333%;
  height: 3px;
  background-color: #4ca585;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  opacity: 0;
}
#esg-slider .owl-dots .owl-dot.active{
  opacity: 1;
}
#esg-slider .owl-item{
  height: 100%;
}
#esg-slider .owl-item .item,.esg-item{
  height: 100%;
}
.pf-fluid{
  padding-left: 50px;
}
.esg-side{
  min-height: 320px;
}
.inner-banner-whoAre.section-inner-banner:before{
  background-image: url(../images/over-bf-who.png);
}
.inner-banner-whoAre.section-inner-banner:after{
  background-image: url(../images/over-af-who.png);
}
.inner-banner-whoAre.section-inner-banner .title-page h1{
  font-size: 50px;
}
.section-vh{
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
}
.section-who-are{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.bk-txt-content h3{
  color: #66a287;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: pre-line;
  margin: 0 0 20px;
}
.bk-txt-content p{
  color: #8c8e90;
  font-size: 20px;
  margin: 0 0 20px;
  line-height: 1.2;
}
.section-our-roots .sc-head h2{
  color: #FFFFFF;
}
.section-our-roots{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-our-roots .sc-head h2:before{
  background-color: #FFFFFF;
}
.section-our-roots .bk-txt-content h3,.section-our-roots .bk-txt-content p{
  color: #FFFFFF;
}
.section-vision-mission{
  background-image: url(../images/bg-vision.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-vision-mission .nav-side li a{
  color: #4ca585;
}
.section-vision-mission .nav-side li a:before,.section-vision-mission .nav-side:before{
  background-color: #4ca585;
}
.box-vision-mision{
  position: relative;
  background-color: rgba(255,255,255,0.9);
  border-radius: 15px;
  padding: 70px 30px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(0.9,0.9);
}
.box-vision-mision:hover{
  transform: scale(1.15,1.2);
}
.boxes-vm{
  margin: 0 -30px;
}
.boxes-vm > div{
  padding: 0 30px;
}
.box-vision-mision h2{
  color: #54b1d9;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.box-mision-color h2{
  color: #4ca585;
}
.box-vision-mision p{
  color: #8c8e90;
  font-size: 18px;
  line-height: 25px;
  height: 200px;
  overflow: hidden;
}
.box-vision-mision .vm-icon{
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 90px;
}
.section-values .nav-side li a{
  color: #4ca585;
}
.section-values .nav-side li a:before,.section-values .nav-side:before{
  background-color: #4ca585;
}
.section-values .sc-head p{
  font-weight: bold;
  color: #8c8e90;
  font-size: 28px;
}
.section-saudi-vision{
  background-repeat: no-repeat;
  background-image: url(../images/bg-saudi.jpg);
  background-size: cover;
  background-position: center;
  padding: 0;
}
.section-saudi-vision .sc-head h2,
.section-saudi-vision .bk-txt-content p,
.section-saudi-vision .bk-txt-content h3{
  color: #FFFFFF;
}
.section-saudi-vision .sc-head h2:before{
  background-color: #FFFFFF;
}
.content-saudi-vision{
  position: relative;
  min-height: 100vh;
  padding: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.content-saudi-vision:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(84,176,216,0.2);
  backdrop-filter: blur(8px);
}
.section-goals{
  background-image: url(../images/bg-goals.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.goals-content-txt h3{
  color: #FFFFFF;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
.goals-content-txt h2{
  color: #FFFFFF;
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
}
.goals-content-txt p{
  color: #FFFFFF;
  font-size: 28px;
  white-space: pre-line;
}
.content-saudi-vision .bk-txt-content p{
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
}
.section-board-managers{
  position: relative;
  background-color: #e8e8e9;
}
.section-board-managers .nav-side li a{
  color: #4ca585;
}
.section-board-managers .nav-side li a:before,.section-board-managers .nav-side:before{
  background-color: #4ca585;
}
.row-top-board > div{
  order:12;
}
.row-top-board > div:nth-child(1){
  order:2;
}
.row-top-board > div:nth-child(2){
  order:1;
}
.row-top-board > div:nth-child(3){
  order:3;
}
.board-item{
  position: relative;
}
.section-board-managers .sc-head p {
    font-weight: bold;
    color: #8c8e90;
    font-size: 28px;
    margin-bottom: 40px;
}
.board-item{
  position: relative;
  margin: 0 0 30px;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}
.row-top-board{
  align-items: end;
}
.board-cption{
  position: relative;
  background-color: #66a286;
  padding: 10px;
}
.board-cption h3{
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
}
.board-cption p{
  color: #FFFFFF;
  font-size: 14px;
}
.section-IWMC .nav-side li a{
  color: #4ca585;
}
.section-IWMC .nav-side li a:before,.section-IWMC .nav-side:before{
  background-color: #4ca585;
}
.section-IWMC .sc-head p {
    font-weight: bold;
    color: #8c8e90;
    font-size: 28px;
    margin-bottom: 40px;
    white-space: pre-line;
}
.sites-content > .row > div:nth-child(1){
  order:2;
}
.pic-site-map{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-location{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.nav-location li{
  color: #8c8e90;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-right: 8px;
  margin-right: 8px;
}
.nav-location li.active{
  color: #54b4dc;
}
.nav-location.main-location li.active{
  color: #66a286;
}
.nav-location li:last-child{
  margin-right: 0;
  padding-right: 0;
}
.nav-location li:before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 10px;
  background-color: #8c8e90;
}
.nav-location li:last-child:before{
  display: none;
}
.tabs-nav-maps{
  margin: 0;
  border:0;
  flex-direction: column;
  gap:50px;
}
.tabs-nav-maps .nav-link{
  position: relative;
  border-radius: 40px;
  background-color: #d1d2d3;
  width: 100%;
  border:0;
  box-shadow: none !important;
  outline: none !important;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  padding-right: 70px;
}
.tabs-nav-maps .nav-link.active{
  background-color: #54b4dc;
  color:#FFFFFF;
  font-size: 16px;
}
.tabs-nav-maps .nav-link.active.quarter-nav-link{
  background-color: #66a286;
}
.map-nav-icon{
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border:2px solid #d1d2d3;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}
.tabs-nav-maps .nav-link.active .map-nav-icon{
  border-color: #54b4dc;
}
.tabs-nav-maps .nav-link.active.quarter-nav-link .map-nav-icon{
  border-color: #66a286;
}
.tabs-nav-maps .nav-link.active .map-nav-icon{
  width: 75px;
  height: 75px;
}
.tabs-nav-maps .nav-link.active{
  padding-right: 80px;
}
.mp-ic-quarter{
  background-image: url(../images/ic-prim1.png);
}
.mp-ic-facility{
  background-image: url(../images/ic-prim2.png);
}
.mp-ic-landfill{
  background-image: url(../images/ic-prim3.png);
}
.mp-ic-construction{
  background-image: url(../images/ic-prim4.png);
}
.nav-link.active .mp-ic-quarter{
  background-image: url(../images/ic-hv1.png);
}
.nav-link.active .mp-ic-facility{
  background-image: url(../images/ic-hv2.png);
}
.nav-link.active .mp-ic-landfill{
  background-image: url(../images/ic-hv3.png);
}
.nav-link.active .mp-ic-construction{
  background-image: url(../images/ic-hv4.png);
}
.nav-link.active .map-nav-icon{
  background-size: 40px;
}
.board-pic img{
  width: 100%;
}
.goals-list-bks{
  display: inline-grid;
  width:100%;
  justify-content: center;
  align-items: center;
  gap:10px;
  grid-template-columns: repeat(5, 1fr);
  padding-top: 80px;
}
.goals-item{
  position: relative;
  text-align: center;
  transform: scale(0.8,0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.goa-circle{
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: transparent;
  background-image: url(../images/goals-skin.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.goa-circle:before{
  content: '';
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background-color: rgba(102,162,134,0.3);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.goa-circle:after{
  content: '';
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  background-color: rgba(102,162,134,0.2);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.goa-circle h3{
  color: #929292;
  font-size: 18px;
  font-weight: bold;
  white-space: pre-line;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.goals-item p{
  color: #929292;
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
  white-space: pre-line;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.goals-item:hover{
  transform: scale(1,1);
}
.goals-item:hover p{
  color: #4ca585;
  transform: translateY(30px);
}
.goals-item:hover .goa-circle h3{
  color: #FFFFFF;
}
.goals-item:hover .goa-circle{
  background-color: #4ca585;
  background-image: url(../images/goals-white.png);
}
.goals-item:hover .goa-circle:after,
.goals-item:hover .goa-circle:before{
  opacity: 1;
}
.title-page.align-left{
  text-align: left;
}
.bold{
  font-weight: 700;
}
.offering-bk-tab .tab-content .tab-pane{
  min-height: 100%;
}
.section-ESG .container{
  padding-right: 0;
}

.txt_editor{
    padding: 40px 0;
    line-height: 30px;
    font-size: 16px;
}

.download-btn {
    background: #4ca585;
    padding: 10px 25px;
    border-radius: 30px;
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
    display: inline-block;
	margin-top: 10px;
}

.download-btn img {
    width: 20px !important;
    margin: 0 10px;
    display: inline !important;
}

.download-btn:hover {
    background: #397961;
    color: #FFF;
}