@font-face {
  font-family: "ArbFONTS-URW-DIN-Arabic-Demi.ttf";
  src: url(../fonts/ArbFONTS-URW-DIN-Arabic-Demi.ttf);
  
} 
   
@font-face {
  font-family: "ArbFONTS-URW-DIN-Arabic-Light.ttf";
  src: url(../fonts/ArbFONTS-URW-DIN-Arabic-Light.ttf);
    
} 
     
@font-face {
  font-family: "ArbFONTS-URW-DIN-Arabic-Medium.ttf";
  src: url(../fonts/ArbFONTS-URW-DIN-Arabic-Medium.ttf);
  
}   
@font-face {
  font-family: "ArbFONTS-URW-DIN-Arabic-Thin.ttf";
  src: url(../fonts/ArbFONTS-URW-DIN-Arabic-Thin.ttf);
  
}
@font-face {
  font-family: "ArbFONTS-URW-DIN-Arabic.ttf";
  src: url(../fonts/ArbFONTS-URW-DIN-Arabic.ttf);
    
}     
  
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body, h1, h2, h3, h4, h5, h6, p, span, a {
  font-family: "ArbFONTS-URW-DIN-Arabic.ttf";
  
   
}

body{
font-family: "ArbFONTS-URW-DIN-Arabic.ttf";
width: 100%;
height:auto;
transition: all .6s cubic-bezier(.5, .2, .2, 1.1);
-webkit-transition: all .6s cubic-bezier(.5, .2, .2, 1.1);
-moz-transition: all .6s cubic-bezier(.5, .2, .2, 1.1);
-o-transition: all .6s cubic-bezier(.5, .2, .2, 1.1);
position: relative;
margin:0;
background-color: var(--body-bg);
scroll-behavior: smooth;
overflow-x: hidden;
 /* overflow: hidden;  */


      
}

:root {
  --body-bg: #fff;
  --fa-caret:#000;
  --view:#000;
  --small_header:#f5f5f5;
  --side:#f8f9fa;
  --nav-bg:#2e6d5a;
  --nav-bg2:#2e6d5a;
  --body-bg5:#555;
  --social:#6abe52;
  --nav-bgg:#80b341;
  --nav-bgg2:#80808096;
  --TT2:#000;
  --more2:#80b341;
  --item-box:#f8f9fa;
  --item-box33:#fff;
  --dreen:#416C5B;
  --nav-tabs:#2e6d5a;
  --nav-bgx:#2e6d5a;
  --icon:#287d5a;
  --intro: #80b341;
  --buttons:#008000;
  --nav-textt: #004331;
  --nav-texts: #004331;
  --hover:linear-gradient(to right,#80b241, #9fc136, #d3db23);
  --nav-textts:#004331;
  --texts:#000;
  --color:#000;
  --back:#174738;
  --lis:#004331;
  --bread-color:#f9f9f9;
  --backk:#297d59;
  --bbar:#f7f7f7;
  --over:#808080ba;
  --footer:#215a40;
  --single:#fff;
  --fa:#000;
  --sidebar:#087f5b;
  --sideb: #087f5b;
  

  --nav-text: #fff;
  --nav-text2:#00839b;
  --link-color:#00839b;
  --paragraph-color:#283045;
  --paragraph-color2:#283045;
  --paragraph2-color:#283045;
  --footer-border-color:#283045;
  --button-border-color: #007682;
  --h1-color:#b5b6b714;
  --text-color: #283045; 
  --Bar:#fff;
  --button-text-color: #7D8597;
  --button-bg-color: #5eaade;
  --nav-button-color:#00839b;
  --back-ground-color:#00a6cf;
  --back-ground-h:#000;
  --links-color:#319bae;
  --btn-color:#8a8b8d;
  --button-sm-color:#c1a02e;
  --small-link-color:#7a7b7e !important;
  --background-overlay-color:#07869e;
 
  --tab-color:#fff;
  --nav-color:#007582;
  --event-paragraph:#007582;
  --chat:#1950ff;
  --Active:#c1a02e;
  --grey:#919192;
  --my-button:#ef7575;
  --wrap-color:linear-gradient(to right, #339caf, #00839b)
  
  
 
}

body.dark {
  --fa-caret:#fff;
  --small_header:#000;
  --view:#fff;
  --nav-bg2:#fff;
  --body-bg: #000;
  --nav-tabs:#1a1d20;
  --social:#343a40;
  --more2:#343a40;
  --sideb: #fff;
  --intro:#1a1d20;
  --dreen:#fff;
  --lis:#fff;
  --side:#1a1d20;
  --item-box:#1a1d20;
  --item-box33:#1a1d20;
  --nav-bg: #000;
  --icon:#fff;
  --TT2:#fff;
  --buttons:#008000;
  --nav-bgx:#fff;
  --hover:linear-gradient(to right,#000, #000, #000);
  --nav-bgg:#313030;
  --nav-textt:#000;
  --nav-textts:#000;
  --nav-texts:#fff;
  --texts:#fff;
  --color:#fff;
  --body-bg5:#fff;
  --back:#1a1d20;
  --backk:#000;
  --bbar:#000;
  --over:#000000a8;
  --footer:#000;
  --single:#212529c7;
  --fa:#fff;
  --sidebar:#000;

  --nav-text2: #463A10;
 --link-color: #463A10;
  --paragraph-color:#fff;
  --links-color:#463A10;
  --paragraph2-color:#000;
  --footer-border-color:#333;
  --button-border-color: #463A10;
  --btn-color:#463A10;
  --h1-color: #101010;
  --text-color: #D0D0D0;
  --small-link-color: #c1a02e;
  --button-bg-color: #A58661;
  --nav-button-color:#463A10;
  --back-ground-color:#c1a02e;
  --back-ground-h:#ffff;
  --bread-color:#343a40;
  --event-text:#007684;
  --event-p: #fff;
  --event-paragraph:#fff;
  --breadcrumb:#fff;
  --head-text:#c1a02e;
  --chat:#c1a02e;
  --my-button:#463A10;
  --wrap-color:linear-gradient(to right, #343a40, #343a40) ;
  --background-overlay-color:#000;
  --grey:#000;
  --Active: #c1a02e;
  --Bar:#000;
  
 
}

body.other{
  --body-bg: #F2F2F2;
  --fa-caret:#000;
  --small_header:grey;
  --body-bg5:#000;
  --icon:#000;
  --nav-bg2:#000;
  --nav-tabs:grey;
  --view:#fff;
  --Bar:grey;
  --sideb: #000;
  --item-box:grey;
  --item-box33:grey;
  --lis:#000;
  --more2:#343a40;
  --dreen:#000;
  --TT2:#000;
  --nav-bg: #4E4E4E;
  --buttons:#008000;
  --nav-bgg:#4E4E4E;
  --nav-bgx:#fff;
  --side:grey;
  --intro:grey;
  --hover:linear-gradient(to right,#49505740, #49505740, #49505740);
  --nav-textt:#000;
  --nav-textts:#000;
  --texts:#000;
  --color:#000;
  --back:#4E4E4E;
  --backk:grey;
  --bbar:grey;
  --over:#6c757dc2;
  --footer:grey;
  --single:grey;
  --fa:000;
  --sidebar:grey;


  --social:grey;
  --nav-text2:#A0A0A0;
  --nav-texts:#fff;
  --nav-text: #070707;
  --link-color: #838383;
  --paragraph-color:#000;
  --paragraph2-color:#000;
  --button-border-color: #707070;
  --h1-color: #ffff;
  --text-color: #000;
  --button-text-color: #707070;
  --button-bg-color: #A58661;
  --nav-button-color:#838383;
  --back-ground-color:#8A8A8A;
  --bread-color:#a0a0a059;
  --back-ground-h:#000;
  --links-color: #A0A0A0;
  --btn-color:#838383;
  --button-sm-color:#707070;
  --back-ground-color:#707070;
  --small-link-color:#707070;
  --chat:#707070;
  --my-button:grey;
  --background-overlay-color:#8A8A8A;
  --tab-color:#838383;
  --event-text:#838383;
  --head-text:#ffff;
  --nav-color:#000;
  --Active:#000;
  --grey:#000;
  --wrap-color:linear-gradient(to right, #828b8aab, #828b8aab) !important
  
  
 
}



.other img,
.other .background-image,
.other .breadcrumb,
.other .about_center,
.other .card,
.other .p-header,
.other .partner-section,
.other .footer,
.other .box-simple,
.other .about-img,
.other .swiper_slider .swiper-container .swiper-wrapper .swiper-slide .cover,
.other .Centertrainingpolicies,
.other .link4,
.other .navbar-brand img,
.my-btn

{
  filter: grayscale(70%);
}

a{
  list-style: none;
  text-decoration: none;
}

a:hover{
  list-style: none;
  text-decoration: none;
}

ul{
  list-style: none;
}

#header {
  transition: all 0.5s;
  z-index: 99999;
  background: #fff;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  box-shadow: 0px 5px 14px -17px rgb(0 0 0 / 78%);
  transition-duration: 2.6s;
  position: fixed;
}
.Bar{
  background:var(--Bar);
  transition-duration: 2.6s;
  height:90px
}
.Bar.scrolled{
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
  box-shadow: 0px 5px 14px -17px rgb(0 0 0 / 78%);
  transition-duration: 2.6s;

}
.fixed {
  position: fixed;
  top: 0;
  /* height: 70px; */
  z-index: 1;
  width: 100%;
  right: 0;
  left: 0;
  z-index: 99999;
  transition: 1.2s all;
}
.SAS_Navbar .header-top {
  font-size: 12px;
  padding: 0px;
  height: 45px;
  line-height: 20px;
  background:var(--nav-bg);
  color:#fff
}

.dropdown-toggle::after{
  display: none;
}
.Item .dropdown-toggle::after {
  padding: 0 5px;
  content: "\f078" !important;
  font-size: 18px;
  font-family: FontAwesome;
}
.no-padding {
  padding: 0;
  text-align: left;
}
.header-top .header-top-left {
  border-right: 1px solid #cccccc;
  display: inline-block;
}
.header-top .header-top-left a {
  margin-right: 30px;
}

.header-top a {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
}
.header-top .links a i {
  color:#fff;
  text-align: center;
  line-height:25px;
  border-radius:50%;
}
.links img{
  width:25px
}
.hdr-email a{
  color:#fff
}
.hdr-email  i{
  margin-right:5px;
}
.header-top ul {
  display: inline-block;
  padding: 0 15px;
  margin: 0 auto;
}
.Item .dropdown-item{
  
  color: #000;
  background: #c3d7c366;
  margin: auto !important;
  padding-top: 0px;
  padding-bottom: 0px;

}
.nav-link{
  padding:2px !important
}
.dropdown-menu i{
  color:var(--nav-bgg)
}
.header-top ul li {
  display: inline-block;
 
 
}
.header-top-right{
  margin-top:10px;
}


.header-top a {
 
  font-weight: 500;
 
  font-size: 13px;
}
.navbar-brand img {
  width:120px;
}
.navbar{
  padding:0rem 1rem;
}

.navbar-nav .nav-item {
  margin-right:5px;
  margin-left:5px;
}
.ftco-navbar-light .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  color:var(--nav-bgx);
  position: relative;
  transition: all .6s;
  font-size: 14px;

}
.ftco-navbar-light .navbar-nav .nav-item .nav-link:hover{
  color: #fff;
  transition: .6s all;
  border-radius: 5px;
 background-image: linear-gradient(to left,#80b241, #9fc136, #d3db23);

 
}
.dropdown-menu {
  border-radius: 0;
  min-width: 12rem;
  border-bottom: 4px solid #4d874b;
}
.dropdown-menu .dropdown-item {
  color: #4d874b !important;
  font-weight: 800;
  border-bottom: 1px solid #dcdcdc94;
  padding: 11px 9px;
  font-size: 12px;
}
.dropdown-menu .dropdown-item:focus{
  background-color: #fff !important;
}
.dropdown-menu {
  padding: 5px;
  font-size: 12px;
  background-color: #fff;
  border-color: transparent;
  margin: 0;
  border-bottom: 4px solid  #9fc136;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-box-shadow: 0 2px 30px rgb(0 0 0 / 8%);
  -moz-box-shadow: 0 2px 30px rgba(0,0,0,.08);
  box-shadow: 0 2px 30px rgb(0 0 0 / 8%);
}
.dropdown .fa-chevron-down {
  font-size: 10px;
  margin-right:2px;
  
}
.navbar-light .navbar-nav .active > .nav-link{
  color:#b4cd33;
}

/* 3c96b1 */
/* .top-background{
  margin-top:90px
} */


.sub-title{
  padding:2rem;
  box-shadow: 0px 5px 14px -17px rgb(0 0 0 / 78%);
}
.sub-title{
  color:#3c96b1;
  font-weight: 600;
}
.sub-title span{
  color:#525866
}
.header-top ul li {
  display: inline-block;
  
}
.searchBox {
  position: relative;
  transition: all 1s;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 25px;
  padding: 5px;
  margin-bottom: -7px;
}
.searchBox.hovered input {
  display: block;
}
.container {
  max-width: 1180px;
}
.searchBox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  line-height: 25px;
  outline: 0;
  border: 0;
  display: none;
  font-size: 1em;
  border-radius: 20px;
  padding: 0 30px 0 10px;
  color: #444;
  margin-bottom: -7px;
}
.searchBox.hovered {
  width: 200px;
  cursor: pointer;
}
.searchBox .fa {
  padding: 7px 3px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  color: #07051a;
  text-align: center;
  font-size: 1.2em;
  transition: all 1s;
}


::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background:green;
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: grey;
}
/* .data .BOX::-webkit-scrollbar-thumb{
  background:green;
  border-radius: 3px;
}
.data .BOX::-webkit-scrollbar-track{
  box-shadow: inset 0 0 3px grey;
  border-radius: 5px;
}
.data .BOX::-webkit-scrollbar {
  width: 10px;
} */

/* zoom slider */
/* [dir='rtl'] .slider

{
  direction: ltr;
  
} */
.banner__slider{
  overflow: hidden;
  padding-top:110px;
  
}
.slider{
  direction: ltr;
}
[dir=rtl] .slick-slide {
  float: left !important
}
@media (min-width: 992px) {
  .slider,
.slide {
    height: 85vh;
    overflow: hidden;
    width:100%;
    background-color: #004331;
  
  }
}

.slide {
  position: relative;
  transition: 1s;
  direction: rtl;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  direction: rtl;
  position: relative;
}
.slide .slide__img .over-lay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide .slide__img img {
  max-width: 100%;
  height: 100vh;
  opacity: 1 !important;
  -webkit-transition: all 1s ;
  transition: all 2s ;
  -webkit-transform: scale(1.1) translate(-20px);
          transform: scale(1.1) translate(-20px);
  width:100%
}

.slider .slick-active img {
  -webkit-transform: scale(1) ;
          transform: scale(1) ;
  -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
  animation: cssAnimation 8s 1 ease-in-out forwards;
}


@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.1) translate(-20px);
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.1) translate(0px);
  }
}

.slide .slide__content {
  position: absolute;
  top: 20%;
  left: 30%;
  transform: translate(-50%, -50%);
  direction: rtl;

}


.slide .slide__content.slide__content__left {
  left: 25%;
  transform: translate(-15%, -50%);
  direction: rtl;
}
.slide .slide__content.slide__content__right {
  right: 10%;
  left: auto;
  direction: rtl;
  transform: translate(5%, -50%);
}
.slide .slide__content--headings {
  color: #fff;
  direction: rtl;
  /* width: 500px; */
  padding: 6px;
}
.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
  direction: rtl;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
  direction: ltr;
}
.slide .slide__content--headings .top-title {
  text-align: right;
  font-size: 33px;
  direction: rtl;
  font-weight: bold;
  /* margin-right:4rem; */
  margin-bottom: 2rem;
  width:28ch !important;
  color:#b4cc35;
  padding:0px 10px;
  word-wrap: break-word;
  overflow: hidden;
  white-space: pre-wrap;
}
.sidebar__content{
  /* width: 100%; */
  padding: 20px;
  /* min-height: 80vh; */
  transition: all 0.3s;
}
.Center{
  width:500px;
  margin: auto;
  display: table;
  margin-top:14%;
}
.Center p{
  text-align: center;
}
.slide .slide__content--headings p {
  font-size: 18px;
  direction: rtl;
  color: #fff !important;
  margin-right: 1rem;
  margin-bottom: 2rem;
  width:63ch !important;
  line-height: 1.8;
  text-align: justify;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.slide .slide__content--headings .title a {
  color: #0600c2;
}
/* .slide .slide__content--headings h4 {
  text-align: right;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  direction: rtl;
  margin-right:8rem;
} */
.animated .top-title{
  opacity:1 !important;
}
.box{
  margin-top:10px;
}
.more-btn {
  border: 1.5px solid #b4cc35;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 5px 15px;
  background: none;
  width: fit-content;
  margin-right: 1rem;
}
.more-btn .fa-chevron-left {
  color: #fff;
  margin-right: 8px;
  /* margin-left: 7px; */
  animation: move 1.2s infinite alternate;
  font-weight: bold;
}

@-webkit-keyframes move {
  0% { transform: translatex(0); }
  100% { transform: translatex(-10px); }
}
@keyframes move {
  0% { transform: translatex(0); }
  100% { transform: translatex(-10px); }
}

.more-btn a {
  color: #fff;
  font-weight: 600;
  margin-right: 10px;
  margin-left: 10px;
}
.more-btn:hover {
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  box-shadow:  inset -8.5em 0 0 0 #b4cc35;
  border: 1.5px solid #297d59;
}
.more-btn:hover a {
  color: #297d59;
}
.more-btn:hover .fa-chevron-left {
  color: #297d59;
}

/* .slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
} */

.slick-dotted .slick-slider {
  margin-bottom: 30px;
  direction: ltr;
  
}

.slick-dots {
  position: absolute;
  bottom: 10%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;

}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 50%;
}
.slick-dots{
  text-align: right;
  right:20%
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.slick-arrow {
  visibility: hidden;
}
.banner__slider:hover .slick-arrow {
  visibility: visible;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 3s;
  }
  to {
    transform: scale3d(1.4, 1.4, 1.4);
    transition: 3s;
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 3s;
  }
  to {
    transform: scale3d(1.4, 1.4, 1.4);
    transition: 3s;
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: translate3d(0px, 0px, 0px);
    transform-origin: 0 0 0;
    transition: 8s linear;
  }
  to {

    transform: translate3d(100px, 0px, 0px);
    transition: 8s linear;
  }
}
/* 
@keyframes zoomOutImage {
  from {

    transform:  translate3d(0px, 0px, 0px);
    transform-origin: 0%, 0%, 0px;    
    transition: 8s linear;
  }
  to {

    transform: scale3d(1, 1, 1);
    transition: 8s linear;
  }
} */
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
  transition: 8s ease;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, 0.12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(35% - 0px);
}
.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 99;
}
.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.slick-nav i:before, .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.slick-nav i:before {
  transform: rotate(-40deg);
}
.slick-nav i:after {
  transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
          animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
          animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
          animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
          animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@-webkit-keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@-webkit-keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@-webkit-keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

.cards{
  width: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    /* height: 70vh; */
    width: 100%;
    
}
.cards .card{
  color: #fff;
  padding: 1rem 4rem;
  border-radius: 0px;
  text-align: center;
  font-size: 19px;
  /* box-shadow: cubic-bezier(0.645, 0.045, 0.355, 1); */
  height: 150px;
  width:100%
}
.Box h6 a{
  color:#000
}
.cards .card img{
  width: 140px;
  margin: auto;
}
.cards .card:hover img {
  transform: scale(1.1) rotate(
15deg
);
  transition: all 0.6s ease-in-out;
}
/* .cards .card:hover {
  background: #297d59;
  box-shadow: 8px 10px 20px rgb(0 0 0 / 18%) !important;
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid #ffffff6b;
}


.cards .card:hover::before {
  background-image: url(../images/diamond.png);
} */

/* .cards .card::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: cover;
} */

.c1{
  background-color:#297d59;
}
.c2{
  background-color: #2b9147;
}
.c3{
  background-color: #81b342;
}
.c4{
  background-color: #b4cc36;
}
.flip {
  position: relative;
}
.flip > .front,
.flip > .back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 2s;
  transition-property: transform, opacity;
}
.flip > .front {
  transform: rotateY(0deg);
}
.flip > .back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
}
/* .flip:hover > .front {
  transform: rotateY(180deg);
}
.flip:hover > .back {
  opacity: 1;
  transform: rotateY(0deg);
} */
.flip.flip-vertical > .back {
  transform: rotateX(-180deg);
}
.flip.flip-vertical:hover > .front {
  transform: rotateX(180deg);
}
.flip.flip-vertical:hover > .back {
  transform: rotateX(0deg);
}

.flip {
  position: relative;
  display: inline-block;

}
.flip > .front,
.flip > .back {
  display: block;
  color: white;
  width: inherit;
  background-size: cover !important;
  background-position: center !important;

}
.flip > .back{
  background-color:#699e8e;
  width:100%;

}
.flip > .front p,
.flip > .back p {
  font-size: 0.9125rem;
  line-height: 160%;
  color: #999;
}
.back img{
  margin: auto;
  display: table;
  margin-top:20px
}

.text-shadow {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.04), 2px 2px rgba(0, 0, 0, 0.04), 3px 3px rgba(0, 0, 0, 0.04), 4px 4px rgba(0, 0, 0, 0.04), 0.125rem 0.125rem rgba(0, 0, 0, 0.04), 6px 6px rgba(0, 0, 0, 0.04), 7px 7px rgba(0, 0, 0, 0.04), 8px 8px rgba(0, 0, 0, 0.04), 9px 9px rgba(0, 0, 0, 0.04), 0.3125rem 0.3125rem rgba(0, 0, 0, 0.04), 11px 11px rgba(0, 0, 0, 0.04), 12px 12px rgba(0, 0, 0, 0.04), 13px 13px rgba(0, 0, 0, 0.04), 14px 14px rgba(0, 0, 0, 0.04), 0.625rem 0.625rem rgba(0, 0, 0, 0.04), 16px 16px rgba(0, 0, 0, 0.04), 17px 17px rgba(0, 0, 0, 0.04), 18px 18px rgba(0, 0, 0, 0.04), 19px 19px rgba(0, 0, 0, 0.04), 1.25rem 1.25rem rgba(0, 0, 0, 0.04);
}

/* About css */
.About{
  background:#f7f7f7
}
.courses{
    padding: 2rem;
    margin-bottom: 3rem;
    background-image: url(../images/transformers.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}
.src {
  padding: 8rem;
  margin-bottom: 3rem;
  background-image: url(../images/laptop2.png);
  background-size: 216px;
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  left: 38.5%;
  top: 37%;
}

.TT{
  padding: 1rem;
 
}
.TT .title h4{
color:var(--TT2) !important;
font-size:25px;
font-weight: 800;
}

.TT p{
  font-size: 22px;
    margin-bottom: 2.5rem;
    line-height: 3;
    color:var(--color)
}

.TT .more{
  font-size: 15px;
    color: #fff;
    line-height: 1.2;
    padding: 12px 40px;
    border-radius: 25px;
    margin-top: 25px;
    background:var(--more2);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 600;
    color:#fff !important;
    box-shadow: 1px 1px 5px 5px #e4e3e44d;
}
.TT .more:hover{
  background: green;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

}
.TT .view{
  color:var(--view)
}

.team-box-2 {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 90px 30px rgb(0 0 0 / 5%);
  margin: 15px 0px 80px 0px;
  transition:1s all;
}
.team-box-2:hover{
  margin-top: 92px;
  cursor: pointer;
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.2);
  transition: all .5s;
  margin-top:2px
}
.team-box-2 img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
position: relative;
    width: 100%;
    height: 200px;
}
.team-box-2 .over-lay {
  background:#0000008a;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  align-items: center;
  z-index: 2;
  border-radius: 10px 10px 0px 0;
  padding: 50px 0;
}
.team-box-2  .over-lay i {
  text-align: center;
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 8px 10px;
  margin-bottom: 20px;
  margin: auto;
  text-align: center;
  display: table;
  margin-top: 20px;
}
table{
  width: 100%;
}
.team-box-2:hover .over-lay{
  opacity:.7;
}
.team-box-2 .team-box-2-info {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  color: #2d6c59;
  background: #fff;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 26px;
  text-align: center;
}
.ad-video-box {
  height: 260px;
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  top: 19%;
  right: 40%;
 
}
.ad-video-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
 
}

.ad-video-box a {
  font-size: 30px;
  color: #28a745;
  height: 80px;
  width: 80px;
  margin: 0 auto;
  /* margin-bottom: -66px; */
  background: #fff;
  border-radius: 50%;
  line-height: 80px;
  padding-left: 5px;
  position: relative;
  text-align: center;
  /* border: 4px solid #fff; */
  margin-top: 3rem;
}
.ad-video-box a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: popingvideo 800ms linear infinite;
  animation: popingvideo 800ms linear infinite;
}
@-webkit-keyframes popingvideo {
  0% {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-transform: scale(1);
      transform: scale(1);
  }

  100% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transform: scale(1.7);
      transform: scale(1.7);
  }
}

@keyframes popingvideo {
  0% {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-transform: scale(1);
      transform: scale(1);
  }

  100% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transform: scale(1.7);
      transform: scale(1.7);
  }
}
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}



.modal-body {
position:relative;
padding:0px;
}
.close {
position:absolute;
right:-30px;
top:0;
z-index:999;
font-size:2rem;
font-weight: normal;
color:#fff;
opacity:1;
}


.team-box-2-info h4 {
  color: #2d6c59;
  font-size: 18px;
  font-family: "ArbFONTS-PNU-Bold.ttf";
}




.micro-slider {
  height: 230px;
  position: relative;
  width: 100%;
  margin-top:-2rem;
}
/* .micro-slider.fullwidth {
  height: 300px;
  margin: 50px 0;
} */
/* .micro-slider.fullwidth .slider-item {
  height: 300px;
  line-height: 480px;
  width: 100%;
  cursor: pointer;
} */
/* .slider-item img{
  cursor: pointer;
  width:190px;
 max-height:120px;

} */
.slider-wrapper {
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
  transform-origin: 0 50%;
  perspective:1200px !important
}
.slider-item {

  color: #FFF;
  display: none;
  font-size: 72px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
 
}
.img-c{
  height: 120px;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.slider-item img{
  cursor: pointer;
  width: 100%;
  height: auto;

}
.slider-item:not(.active) {cursor: pointer;}
.indicators {
  margin-top: 10px;
  left: 50%;
  list-style-type: none;
  margin: 0 0 0 -48px;
  padding: 0;
  position: absolute;
  /* margin: auto; */
  display: table;
  bottom: 0;
  /* right: cal; */
  display: none;
}
.jumpbron {
  padding: 2rem;
  background-color: #f7f7f778;
}
.indicators li {
  color: #fff;
  float: left;
  height: 16px;
  margin-right: 8px;
  text-align: center;
  width: 16px;
}
.indicators li:last-child {margin: 0;}
.indicators a {
  background: #FFF;
  border-radius: 8px;
  border: 1px solid #28a745;
  color: #FFF;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.indicators .active a {background: #28a745;}
/* .s1 {background: #3f51b5;}
.s2 {background: #448aff;}
.s3 {background: #03a9f4;}
.s4 {background: #00bcd4;}
.s5 {background: #009688;}
.s6 {background: #4caf50;} */


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot span
{
  display: none;
}
.team-box-2-info h4 a{
  color: #2d6c59;}

  .owl-dot {
    background-color: #6a9d8e!important;
    border: 3px solid #6a9d8e !important;
    width: 30px !important;
    height: 3px !important;
    padding-top: 1rem;
    margin: 3px;
}
.owl-dot .active{
  background-color: #fff !important;
  border: 3px solid #fff !important;
}
.slides{
  padding:2rem;
}
.courses h5{
  color: #fff;
  font-size: 28px;
  text-align: center;

}

.News .card-tw{
  
  box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
  border-radius: 10px;
  /* height: 400px; */
  padding: 1.5rem 1rem;

}
#twitter-widget-0{
  background-color:#fff;
  margin:0rem;
}
.News i{
  font-size: 48px;
  position: absolute;
  left: 10%;
  margin-top: -2rem;
  color: #80b241;
}
.News .money{
  background:#80b241;
  color:#fff;
  border-radius:25px;
  padding:8px 20px
}
.money:hover{
  background-image: linear-gradient(to left,#80b241, #9fc136, #d3db23);
  transition:.6s all;
}
.News .new{
  color:#000;
  margin-right:10px
}
.card-tw p{
  color:#666666;
  font-size:20px;
  font-weight: bold;
  margin-top:20px;
} 
.card-tw:hover .img{
  animation:flipInX .8s ease-in;
  transition:2s all;
}





.p-header{
    /* margin: 5px 0px; */
    color: var(--nav-bg2);
    font-weight: 900;
    font-size: 19px;
    margin-bottom: 15px;
}
.p-header span{
  color:#dcdf20
}
.box-simple{
  margin-top: 18px;

}
.jumpbron{
  padding:2rem;
  background-color:#f7f7f7;
}
.jumpbron .Title h5{
  color:var(--nav-bg);
  font-weight: 900;
  text-align: center;
  font-size: 25px;

}
.slide__img{
  position: relative;
}
 .over-lay3{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgb(0 0 0 / 1%),#28282abf);
  display: flex;
  align-items: center;
} 
.slide__content{
  /* background: linear-gradient(to right, rgb(0 0 0 / 2%),#28282a); */
  border-radius: 6px;
  padding: 20px 0px;
  width: 90%;
  margin: 10px;
}
.fa-share-alt {
  color: #fff;
}
/* .slide__content::after,
.slide__content::before {
  content: "";
  width: 103%;
  height: 125%;
  position: absolute;
  top: -4px;
  left: -2px;
  z-index: -1;
}

.slide__content::after {
  background-color: #fff;
  transform: skew(10deg, 10deg);
  -webkit-transform: skew(10deg, 10deg);
  -moz-transform: skew(10deg, 10deg);
  -ms-transform: skew(10deg, 10deg);
  -o-transform: skew(10deg, 10deg);
}
.slide__content::before {
  background-color: #fff;
  transform: skew(-10deg, -10deg);
  -webkit-transform: skew(-10deg, -10deg);
  -moz-transform: skew(-10deg, -10deg);
  -ms-transform: skew(-10deg, -10deg);
  -o-transform: skew(-10deg, -10deg);
} */

/* footer */
#bottom-footer {
  background-image: url(../images/footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 30px 0 0;
  text-align: right;
}
#bottom-footer .footer-section h3 {
  color:#b4cc35;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}
#bottom-footer .footer-section .footer-links li a, #bottom-footer .footer-section p:hover{
  color:#b3cb35;
  transition:.5s all;
}


#bottom-footer .footer-section .footer-links li {
    line-height: 26px;
    list-style: none;
    text-align: justify;
    margin-top: 7px;
    font-weight: 500;
    transition: .6s all;
}
#bottom-footer .footer-section .footer-links li a{
  color:#fff;
  font-size:16px;
}
#bottom-footer .footer-section .footer-links li  i{
  font-size: 23px;
  margin-left: 11px;
  color: #fff;
}
.google-map{
  margin-right: 34px;
}
#bottom-footer .footer-section p {
  color: #fff;
  font-weight: 500;

}
#bottom-footer .footer-section input {
  display: block;
  border-radius: 5px;
  font-size: 14px;
  background: none;
  border:1px solid #ffffff57;
  width: 100%;
  padding: 10px 10px;
  margin: 7px -10px;
}

input::-webkit-input-placeholder { color: #fff;}
input:-moz-placeholder { color: #fff;}
input::-moz-placeholder { color: #fff;}
input:-ms-input-placeholder { color: #fff;}

.footer-button {
  background-color: #fff;
  color:var(--nav-bg);
  border: none;
  margin: auto;
  margin-bottom: 10px;
}
.inner-container .links li {
  border-left: 1px solid #e6e7e9;
}
.inner-container .links li:last-child{
  border-left:none;
}
.links li {
  display: inline-block;
  z-index: 99;
}
.links li a {
  color: #fff;
  font-size: 12px;

}
.last-paragragh{
  
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-top: 7px;

}
.pr{
  color: #000;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 2;
    text-align: right;
    font-family: "ArbFONTS-URW-DIN-Arabic.ttf" !important;
}
.num{
  color: #287c5a;
    font-weight: bold;
    float: left;
}
.num span{
  color:#b4cc35
}



/* loading */

.over{background-color:#2d6d5a;position:fixed;z-index:9999999;height:100%;top:0;left:0;width:100%;}
.bounce{position:absolute;left:0;right:0;margin:auto;width:79px;top:-55px;animation:bounce 2s infinite;-webkit-animation:bounce 2s infinite;-moz-animation:bounce 2s infinite;-o-animation:bounce 2s infinite}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{position:absolute;left:0;right:0;margin:auto;width:79px;top:-55px;animation:bounce 2s infinite;-webkit-animation:bounce 2s infinite;-moz-animation:bounce 2s infinite;-o-animation:bounce 2s infinite}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}

.header .darken {
  background:green;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header .darken h1 {
  font-family: "Nunito";
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px 0;
  text-align: center;
}
.header .darken h1 span {
  font-size: 12px;
  top: -10px;
  position: relative;
}
.header .darken p {
  color: #fff;
  font-family: "Roboto";
  font-weight: 700;
  text-align: center;
  width: 500px;
  margin: 0 auto;
  line-height: 25px;
}

.contentOther {
  background: #fff;
  width: 900px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.contentOther .video {
  height: 484px;
  width: 100%;
  border-radius: 5px;
}


.loaderImage {
width: 200px;
margin:auto;
display: table;
background:#fff;
border:2px dashed #80b241;
border-radius:15px 4px;
position:absolute;left:0;right:0;margin:auto;top:50%;
animation:bounce 2s infinite;-webkit-animation:bounce 2s infinite;-moz-animation:bounce 2s infinite;-o-animation:bounce 2s infinite}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{position:absolute;left:0;right:0;margin:auto;width:79px;top:-55px;animation:bounce 2s infinite;-webkit-animation:bounce 2s infinite;-moz-animation:bounce 2s infinite;-o-animation:bounce 2s infinite}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}
}



#loader {
  background-color:#2d6d5a;position:fixed;z-index:9999999;height:100%;top:0;left:0;width:100%;
}

#intro2{
  background: var(--nav-bgg2) !important;
  overflow: hidden;

}
.intro3{
  background-color: var(--bread-color) !important;
}

/* another page */
.about_energy{
    padding: 2rem;
    background-image: url(../images/Rectangle.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
} 
.about_energy .row{
  margin-top:4rem
}
.COL{
  margin-bottom:7rem;
  margin-top: 7rem !important;
}
.Cardss .container .card{
  height:370px
}
.bin h6{
  text-align: center;
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
}
.bin h6 a{
  color:#000
}
.intro{
  background-color:var(--body-bg);
  padding: 1rem;
}
.intro .Box {
  display: inline-block;
  text-align: center;
  /* transition:  0.3s; */
  width: 350px;
  box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
  /* transition: all 0.3s; */
}
.intro .Box:hover {
  /* transform: translateY(-10px); */
  /* box-shadow: 8px 8px 0px 5px #65a11aa6; */
  border-bottom: 8px solid #65a11aa6;
  border-right: 8px solid #65a11aa6;
}
.intro .Box:hover .img_skew {
  box-shadow:  inset 8.5em 0 0 0 #c9cac4;
}
.intro .Box:hover .more-btn {
  box-shadow:  inset -8.5em 0 0 0 #c9cac4;
}
.intro .Box .more-btn {
  color: #004331;
  border-color: #004331;
  border-radius: 7px;
  margin: 1rem auto;
  transition: 1s;
}
.intro .Box .more-btn a {
  color: #004331;
}
.Box .img_container {
  border-radius:0px 0px 20px 20px ;
  height: 330px;
  width: 300px;
  overflow: hidden;
  display: inline-block;
  margin-top: -60px;
}
.intro .Box .img_container img {
  transform: skew(0deg, -7deg);
  height: 350px;
  margin: -35px 0px 0px 0px;
}

.img_skew {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  padding: 0px;
  transform: skew(0deg, 7deg);
  font-size: 0px;
  margin: 30px 0px 0px 0px;
  background: #c8c2c2;
  height: 350px;
  width: 300px;
}
.box_skewed {
  position: relative;
    top: -48px;
    z-index: -1;
    padding: 48px 44px 122px;
    transform: skewY(7deg);
    width: 350px;
}

/* .text-skew {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  padding: 120px 20px 20px 20px;
  border-radius: 20px;
  background: #fff;
  margin: -120px 0px 0px 0px;
  line-height: 19px;
  font-size: 14px;
}

.text-skew h3 {
  margin: 20px 0px 10px 0px;
  color: #04bcff;
  font-size: 18px;
}
/* .intro .Box:hover {
  transform:  translateY(-10px) scale3d(1.04, 1.04, 1.04);
  box-shadow: 0 2px 15px rgb(0 0 0 / 40%);
} */
/* .Box_img{
  box-shadow: 1px 1px 5px 5px #e4e3e4b5;
  transition: 0.6s all ease-in-out;
  height:220px;
  width:100%
} */
/* .Box_img:hover{
  -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    box-shadow: 1px 1px 5px 5px #e4e3e4;
    -moz-box-shadow: 1px 1px 5px 5px #e4e3e4;
    -webkit-box-shadow: 1px 1px 5px 5px #e4e3e4;
    cursor: pointer;
    margin-top:-2px
} */
.bin .Box:hover .lay{
  box-shadow: inset 0  20rem 0 0 rgb(0 0 0 / 30%);
              /* inset 0  20rem 0 0 rgb(0 0 0 / 20%); */
  /* left: 10%; */
  /* opacity:0.7; */
}
.bin:hover .circle{
 
        transition: all 0.6s ease-in-out;
        border: 4px solid #f8f9fa;
}

ul{
  padding:0px;
}

.circle{
  position: absolute;
  background: var(--nav-bgg);
  transition: all 0.6s ease-in-out;
  /* left: 50%; */
  margin: auto;
  display: table;
  /* margin-top: -2rem; */
  border-radius: 50%;
  height: 100px;
  width: 100px;
  border: 7px solid #fff;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index:99;
}
.circle img{
  width:140px;
  position:relative;
  margin-top: 1.2rem;
  transform: scale(1.2);
}

.News .card{

    box-shadow: none;
    margin-bottom: 10px;
    background: none;
    box-shadow: 0 10px 25px 0 rgb(50 50 93 / 7%), 0 5px 15px 0 rgb(0 0 0 / 7%);
}
.News .card .news {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
.News img {
  display: block;
  width: 100%;
  height: 270px;
}
.News .card .news .details {
  background: #8ab851bd;
  position: absolute;
  left: 0;
  bottom: -9px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  padding-left: 5px;
  padding-right: 5px;
  color:#fff
}
.News .card .news .details h3 {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 2;
}
.img-thumbnail{
  padding:0px;
}
.News .card .news .details h3 a{
  color: #fff;

}
.News .card .news .details .social {
  /* height: 30px; */
  height: 50px;
}
.News .card .news:hover .details {
  bottom: 0;
}
.card-header{
  padding:0px !important;
}
.card-body{
  padding:.5rem;
}
.card-body a{
  color:var(--nav-bgg)
}
 .NN .card{
  margin-bottom:4px !important; 
}
 .lat-single {
cursor: pointer;
  overflow: hidden;

}
 .lat-single .thumb {
  width: 65px;
  height: 67px;
  border-radius: 2px;
  padding: 4px;
  background-color: var(--nav-bgg);
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  background-image: linear-gradient(
45deg
, #56920b 50%, transparent 50%);
}
.lat-single .thumb p {
  text-align: center;
  font-size: 22px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
 .lat-single .thumb small {
  text-align: center;
  color: #fff;
  font-size: 8px;
  margin: auto;
  display: table;
}
 .lat-single a {
  display: block;
  font-size: 13px;
  color: var(--color) !important;
  line-height: 22px;
  font-weight: 500;
  margin-top: 1rem;
}
.lat-single:hover .thumb {
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  -webkit-box-shadow: 0 6px 17px 0 rgb(174 195 126 / 40%);
  box-shadow: 0 6px 17px 0 rgb(174 195 126 / 40%);
  color: #fff;
  background-position: 0;
  
}
.card-body{
  font-size: 14px;
    text-align: justify;
}


/* accordion */
/* The Magic */
.accordion:hover .accordion-item:hover .accordion-item-content,
.accordion .accordion-item--default .accordion-item-content {
    height: 6em;
}

.accordion-item-content,
.accordion:hover .accordion-item-content {
    height: 0;
    overflow: hidden;
    transition: height .25s;
}
.accordion-item-content{
  position: relative;
}
.accordion-item-content p a{
  position: absolute;
  bottom: 3px;
  left:2px
}


.accordion-item-img
{
    display:none;
}

.accordion-item-img-active
{
    display:block !important;
}

/* Aesthetic */




.accordion .accordion-item {

  margin-bottom: 4px;
  background-color: rgba(0,0,0,0.03);
  border-bottom: 1px solid rgba(0,0,0,0.125);

}
.accordion-item-content{
  background: #fff;
  border: 1px solid #80808036;
  font-size: 14px !important;
}

.accordion .accordion-item p{
  display: inline;
  font-size: 14px;
  text-align: center;
  width: 100%;
  line-height: 1.6;
}


.accordion h1 {
  margin: 0;
}










.lay {

  background: transparent;
     position: absolute;
     bottom: 0;
     top: 0;
     left: 0;
     right: 0;
      /* opacity: 0; */
     align-items: center;
     z-index: 2;
     transition: 1s;
     /* border-radius: 10px 10px 0px 0; */
     /* padding: 50px 0; */
 }
 .Box_img {
     position: relative;
 }
 .Box {
     position: relative;
     /* overflow: hidden; */
     border-radius: 7px;
 }
 .sm-footer {
     padding: 10px 0px
 }


 #bottom-footer {
     padding: 0px
 }

 .footer {
     background-repeat: no-repeat;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     background: var(--back);
 }

 .footer .query_area .bottom_border {
     padding-top: 30px;
     padding-bottom: 0px;
     border-bottom: 1px solid var(--nav-bgg);
 }

 .footer .query_area .query_text {
     margin-bottom: 30px;
 }

 .footer .query_area .query_text h3 {
     font-size: 30px;
     color: #fff;
     font-weight: 500;
     line-height: 52px;
     margin-bottom: 0;
 }

 .footer .query_area .query_text h3 a {
     color: #ffd35a;
 }

 .footer .query_area .query_number {
     text-align: center;
 }
 .footer .footer_top .footer_widget ul li  {
     color: #d5d5d5;
     font-size: 12px;
     line-height: 38px;
 }

 .footer .footer_top .footer_widget ul li i {
     margin-left: 2px;
 }

 .footer .query_area .query_number h3 {
     color: #fff;
     font-size: 30px;
     font-weight: 400;
     margin-bottom: 8px;
 }

 .footer .query_area .query_number p a {
     font-size: 16px;
     font-weight: 400;
     color: #fff;
 }

 .footer .footer_top {
     padding-top: 30px;
     padding-bottom: 10px;
 }

 .footer .footer_top .footer_widget .footer_title {
     font-size: 18px;
     font-weight: 500;
     color: #b4cc35;
     text-transform: capitalize;
     margin-bottom: 40px;
 }

 .footer .footer_top .footer_widget ul li {
     color: #d5d5d5;
     font-size: 13px;
     line-height: 38px;
 }

 .footer .footer_top .footer_widget p {
     color: #d5d5d5;
     font-size: 13px;
     font-weight: 400;
     line-height: 28px;
 }

 .footer .footer_top .footer_widget .newsletter_form {
     position: relative;
     margin-bottom: 20px;
 }

 .footer .footer_top .footer_widget .newsletter_text {
     font-size: 13px;
     color: #d5d5d5;
     line-height: 24px;
 }

 .footer .footer_top .footer_widget .newsletter_form input {
     width: 100%;
     height: 50px;
     background: transparent;
     padding-left: 20px;
     font-size: 15px;
     color: #fff;
     border: none;
     border: 1px solid #ffffff73;
     border-radius: 30px;
     padding-right: 130px;
     margin-bottom: 10px;
 }

 .footer .copy-right_text {
     padding-bottom: 30px;
 }

 .footer .copy-right_text .copy_right {
     font-size: 14px;
     color: #919191;
     margin-bottom: 0;
     font-weight: 400;
 }
.social{
  padding:0px;
}

 .ftco-footer-social {
     padding: 0 !important;
     margin: 0;
     position: relative;
 }

 .ftco-footer-social li {
     list-style: none;
     margin: 0 0 0 0;
     display: inline-block;
     height: 30px;
     width: 30px;
     padding-left: 0 !important;
 }

 .footer_widget ul li img {
     width: 80px;
     border-radius: 6px;
     margin-bottom: 10px;
 }

 .ftco-footer-social li a {
     margin: 0;
     height: 30px;
     width: 30px;
     display: block;
     color: #73b925;
     border-radius: 4px;
     position: relative;

     background: #fff;
 }

 .ftco-footer-social li a span {
     position: absolute;
     font-size: 17px;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);

 }

 .sm-links li a {
     color: #fff
 }

 .sm-links li a:hover {
     color: #fff
 }

 #bottom-footer {
     background: var(--back) !important;
 }

 .sm-footer {
   
     padding: 13px 0px;
 }

 .footer-links img {
     border-radius: 6px;

 }

 .footer-section {
     padding: 2rem 0rem 1rem
 }

 #bottom-footer .footer-section h3 {
     font-size: 17px;
 }

 #bottom-footer .footer-section .footer-links li a,

 #bottom-footer .footer-section p {
     color: #fff;
     font-size: 15px;
 }

 .num {

     font-size: 17px;
     font-weight: bold;
 }

 #bottom-footer {
     overflow: hidden;
 }

 .menu__link:hover {
     border: 1px solid #fff;
     box-shadow: 1px 1px 5px 5px #e4e3e44d;
     transition: 1s all;
 }

 .sm-footer {
     background: var(--backk);
     padding: 10px 0px;
 }


 .thumb p{
   height:20px !important
 }

#sidebar h4{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  color: #28a745;
}
#sidebar .Down{
  animation: mover 1s infinite alternate;
  text-align: center;
  color:var( --sidebar);
  margin: auto;
  display: table;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
.background-image {
  background: url(../images/ty.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  z-index: 99;
  position: relative;
  border-bottom: 5px solid #087f5b;
  border-image: linear-gradient(to right,#d2d81c, #9fc136, #306f5c)1;
  display: flex;
  align-items: center;
    height: 350px;
    z-index: 99;
  
}

.overlay2{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  
  background: #0006;

  
  
  display: flex;

}
.breadcrumb{
  background: transparent;
}
.bread .fa-angle-left {
  padding: 0 5px;
  color: #80b241;
  font-size: 18px;
}
.breadcrumb-item a {
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.breadcrumb-item.active  a{
  color: #80b241!important;
}

.center-block h4{
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-top: 15rem;
  text-align: right;
  position: relative;
}
.center-block h4::before{
  content: '';
  width: 5px;
  height: 37px;
  background: #9dac23;
  position: absolute;
  right: -14px;
  border-radius: 1px;
  top: 10px;
  bottom: 0;
  margin: auto;
}

.Data .section-ab2 h4{
  color: var(--backk);
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-right:3px;
  margin-top:10px;

  padding-right:4px
}
.Data .section-ab2 h4 span{
  color:#fff
}
.img-single-box{
 margin: auto;

}
.titles-back{
  background-color: #f8f9fa;
  margin-bottom:10px;
  position: relative;

}
.mr-auto{
  margin-right: auto!important
}
/* .mr-auto {
  margin-left: auto!important;
} */

.Data .section-ab2 ul li{
  color:#000;
  font-weight: 700;
  font-size:14px;
  text-align: justify;
}
.data2{
  padding:5rem;
}
.data2 ul li{
  font-weight: 900;
  line-height:2;
}
.card-header h5{
  padding:20px;
  font-size:16px;
  border-bottom: 2px solid #b5ce45;
}
.card-header i.fa-chevron-down {
  transform: rotate(0);
  transition: 0.4s;
}
 .card-header i.fa-chevron-down.chevron-top {
  transform: rotate(
-180deg);
}
.card-header i {
  color: #828b8a;
  float: left;
}
.Data .section-ab2 ul li i{
  color: #bdd132;
  font-size:15px;
  margin-left:5px;
}
.card-header.active{
    background: var( --nav-bg);
    color: #fff;
}
.card-header.active i{
  color:#fff
}
.card-header{
  cursor: pointer;
}
#accordion .card-body{
  padding: 20px;
  color:var( --nav-bg);
  font-weight: 700;
  line-height:2;
}
#accordion .card-body li{
 
  color: var( --nav-bg);
  font-weight: 700;
  margin-top:15px;
}
#accordion .card{
  margin-bottom:15px;
}
.bodyy{
  height:300px;
  overflow-y: auto;
}
#accordion .card-body li::before{
 
  color: #bdd132;
  margin-left:8px;
  content: "\f0d9";
  font-family: "Font Awesome 5 Free"
}

th, td {

  padding: 8px 14px;
 text-align: right;
  font-size: 13px;
  font-weight: bold;
}

th {
  background-color: #087f5b !important;

}
thead{
  background-color: #087f5b !important;
color:#fff
}
.section-ab2 ul li a{
  color:var( --nav-bgg)
}




tbody, td, tfoot, th, thead, tr{
  border-bottom: 1px solid #8080804f;
  border-left: 1px solid #8080804d;
}
.table-responsivee{
  display: block;

  overflow-x: auto;
  margin: auto;
  display: table;
}
.card_head{
  font-weight: bold;
  padding: 10px;
  color: #b5ce48;
}
.progress-bar-wrapper {

  background: #f8f9fa6e;
  margin: auto;
  padding: 20px;
  box-shadow: 0px 5px 14px -17px rgb(0 0 0 / 78%);
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.125);
  margin-top:10px;
}
.section-ab2 img{
  border-radius: 10px
;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
    width:100%;
   max-height: 350px;
   max-width: 650px;
}
.timeline_img{
  height:100%;
  max-height:100% !important;
  margin-right: -3rem;
  margin-top: 1rem;
  box-shadow: none !important;
  max-width: 100% !important;
  
}
.progress-bar {
  overflow: hidden;
  text-align: center;
  list-style-type: none;
  display: block;
background-color: transparent;
margin-top:10px;
}

.progress-bar li {
  float: left;
  font-size: 11px;
  line-height: 11px;
  width: 25%;
  position: relative;
  z-index: 1;
}

.progresss:before {
  content: "";
  font-family: dreamspace;
  display: block;
  font-size: 10px;
  line-height: 20px;
  color: #d5dbdb;
  background: #b5ce48;
  width: 20px;
  border-radius: 50%;
  margin: 0 auto 5px auto;
  border: 2px #b5ce48 solid;
  height: 20px;
  position: absolute;
  left:50%;
  z-index: 2;
}
.head-title{
  color: #087f5b;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  padding: 1rem;
  background: #f8f9fa;
  padding: 10px 0;
  border-radius: 5px;
  /* color: #fff; */
  font-size: 13px;
}

.progresss:after {
  content: "";
  width: 100%;
  height: 2px
;
  background: #d5dbdb;
  position: absolute;
  margin: auto;
  left: 0%;
  top: 13px
;
  z-index: 0;
}
.progress-bar{
  white-space: unset;
}
.progresss h6{
  color: var( --nav-bg);
  text-align: center;
  font-weight: bold;
  padding: 10px
;
  font-size: 15px;
  line-height: 2;
  margin-top: 1rem
;
}

.progress:after {
  content: "";
  width: 100%;
  height: 2px
;
  background: #e9ecefa6;
  position: absolute;
  margin: auto;
  left: 0%;
  top: 13px
;
  z-index: 0;
}

.progress-bar li:last-child:after {
  display: none;
}
.capacity{
  text-align: justify !important;
  color: #297d5b;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
}
.capacity-energy{
  text-align: right;
}
.capacity-energy p{
 
  color: #000;
    /* font-weight: bold; */
    font-size: 15px;
    line-height: 2;
}
.capacity-energy p i{
  color:var(--nav-bgg);
}





ol.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.pagination li{
  margin-left:5px;
  border-radius:5px;
}
.pagination li a{
  border-radius:5px;
}
ol.pagination > li:not(:first-child) a {
  margin-left: -1px;
  margin-left: 0;
}
ol.pagination > li.active a {
  z-index: 3;
  border-color: var(--buttons);
  background-color: var(--buttons);
  color: #fff;
}
ol.pagination > li.disabled a {
  border-color: #dee2e6;
  background-color: #fff;
  color: #6c757d;
  pointer-events: none;
}
ol.pagination > li:first-child a {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
ol.pagination > li:last-child a {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
ol.pagination > li a {
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /*
  &.-active a {
    --color: whitesmoke;
    --background: slategray;
  }

  a {
    display: block;
    padding: 1rem;
    color: var(--color);
    background: var(--background);

    &:not(first-child) {
      margin-right: 1rem;
    }
  }
  */
}
ol.pagination > li a:hover {
  z-index: 2;

  background-color: #087f5b;
  color: #fff;
  text-decoration: none;
}
ol.pagination > li a:focus,
ol.pagination > li a.active
 {
  z-index: 3;
  background-color: var(--buttons);
  box-shadow: var(--box-shadow-glow);
  color: #fff;
}
ol.pagination > li a {
  position: relative;
  display: block;
  padding: 0.375rem 0.75rem;
  border: 1px solid #dee2e6;
  background-color: #fff;
  color: #087f5b;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
ol.pagination > li a:hover {
  z-index: 2;
  border-color: #dee2e6;
  background-color: #e9ecef;
  color: #0a58ca;
}
ol.pagination > li a:focus {
  z-index: 3;
  background-color: #e9ecef;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  color: #0a58ca;
  outline: 0;
}

@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}
.pagination-lg a {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg li:first-child a {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg li:last-child a {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm li:first-child a {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm li:last-child a {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.page{
  margin: auto;
  display: table;
  margin-top: 25px
;
}
.feature-card{
    background-image: url(../images/500.jpg);
}

.feature-card {
  border-radius: 5px
  ;
  height: 350px;
  margin: 10px auto;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 7px #dfdfdf;

}
.feature-card-deatails {
  position: absolute;
  bottom: -228px;
  left: 0;
  width: 100%;
  padding: 30px;
 
  transition: 0.3s ease-in-out;
  font-size: 15px;
  color: #888;
}

.feature-card-tilte {
 
  left: 0;
  text-align: center;
  bottom: 0;
  width: 100%;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  padding: 20px;
  
  height:150px
}

.feature-card-tilte h3 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding-top: 20px
;
}

.feature-card:hover .feature-card-tilte {
  bottom: -67px;
}

.feature-card-deatails i {
  font-size: 35px;
  color: #28a745;
}

.feature-card-deatails h4 {
  font-size: 20px;
  color: #28a745;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: 700;
}

.feature-card-deatails a {
  display: inline-block;
  margin-top: 15px;
  color: #1d365c;
  text-decoration: none;
  font-weight: 700;
}

.feature-card:hover .feature-card-deatails {
  bottom: 0;
}
.f-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgb(0 128 0 / 57%); */
  display: flex;
  align-items: center;
  background: #004331;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: .5;
}
.deg{
  background: #087f5b url(../images/diamond.png) center right 20px no-repeat;
  width:500px;
  border-right: 4px
 solid #d5c76d;
}
.news-date {
  font-size: 13px;
  font-weight: 500;
  color: #e9ecef;
  margin-top: 18px;
  text-align: right;
}
.more{
  color:var( --backk) !important;
  font-size: 17px;
}
.Ref{
  font-size:12px !important;
}

.Ref{
  background: #fff;
  padding: 5px 10px;
  margin-top: 1rem;
  position: absolute;
  left: 10%;
  color: #174738;
  font-weight: bold;
  font-size: 14px;
  border-radius: 20px;

cursor: pointer
}
.REf i{
  -webkit-animation: mover 1s infinite alternate;
animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
.infographic-items{
  --color-main: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  transition: 1s all;
}
.infographic-items:hover{
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
 transition: 1s all;
  cursor: pointer;
  margin-top:-2px
}
.infographic-items h1,
.infographic-items h2{
  text-transform: uppercase;
}
.infographic-items h1{
  color:var(--color-accent);
  background: var(--color-main);
  display: block;
  width:100%;
  text-align: center;
  font-weight: 900;
  
}
.infographic-items h2{
  background: #174738;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding-top: 20px
;
  padding-bottom: 20px
;
}


.clip-wrapper{
  width: 100%; 
  height: 100px;
  position: relative;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, var(--color-main) 0%, var(--color-main) 50%, #174738 50%, #174738 100%);
 
}
/* .clip-1,
.clip-2,
.content{
  position: absolute; 
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
.vip::before{
  content: "";
  position: absolute;
  display: block;
  width: 21px;
  height: 329px;
  border-left: 2px solid #d1d3d4;
  left: 50%;
  top: 56px;
}
#accordionExample .fa-chevron-down, #accordionExample_m .fa-chevron-down{
display: block;
-webkit-animation: mover 1s infinite alternate;
animation: mover 1s infinite alternate;
cursor: pointer;
margin-top: 4px;
font-size:20px;
text-align: center;
color: var(--btn-color);

}
.rotate {
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}
.rotate.down {
  -moz-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg);
}


@-webkit-keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-7px); }
}
@keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-7px); }
}
@-webkit-keyframes mover_up {
0% { transform: translateY(0); }
100% { transform: translateY(7px); }
}
@keyframes mover_up {
0% { transform: translateY(0); }
100% { transform: translateY(7px); }
}

.columnThree span,.columnTwo span{
  border-right: 5px solid #d3db23;
}
.clip-1{
  height: 100%;
  /* aspect-ratio: 1; */
  background: var(--color-main);
  z-index: 1;
}
.clip-2{
  --border: 30px;
  /* aspect-ratio: 1; */
  /* height: calc(100% - var(--border)); */
  background:var( --buttons);
  z-index: 2;

  
}
.content{
  width: 100%; 
  /* height: 100%; */
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content i{
  font-size: 26px;
}
.BOOX .col-lg-12{
  text-align: center;
  padding: 30px 15px
  ;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #5db5b3;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
  margin-bottom: 15px
  ;
}

.BOOX .col-lg-12:hover{
  border-bottom: 3px solid #008000;
      box-shadow: 0 0 34px rgb(0 0 0 / 8%);
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
}
 .sec ul li::before{
  color: #bdd132;
  margin-left:8px;
  content: "\f0d9";
  font-family: "Font Awesome 5 Free"
}
.BOdy{
  background-color: #8080801f;
}

.table-responsivee{
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  background: #fff;
  border-radius: 5px;
  padding:10px;
}

.BOOX .col-lg-12 h6{
  font-weight: bold;
  color: #008000;
  font-size: 16px;
  text-align: left; 
  background: #f8f9fa;
  height: 55px
;
  border-radius: 5px
;
  padding: 8px
;
}
.head2-title{
  text-align: center;
  margin:10px;
}
.BOOX ul li,
.BOOX p
{
  text-align: left;
  margin-bottom: 15px
;
}

.BOOX .Title{
  text-align: right !important;
}
.datatt p,
.datatt ul li
{
  text-align: right !important;
}

/* sidebar */










.sosmed__list li a {
  width: 40px;
  height: 40px;
  transition: 0.5s;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: black;
}

#sidebar a[aria-expanded=false]::before, #sidebar a[aria-expanded=true]::before {
  position: absolute;
  left: 20px;
  font-size: 18px;
  font-family: FontAwesome;
  content: "";
}
#sidebar a[aria-expanded=true]::before {
  content: "";
}
#sidebar a[aria-expanded=true], #sidebar ul li.active > a {
  color: #00054a;
  background: #cbcfd8;
}
.sosmed__list li a:hover {
  color: white;
  background-color: black;
  box-shadow: 0px 10px 40px #3e3c3c7a;
}
.sosmed__list li a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.brand__sidebar img{
  margin: auto;
  display: table;
  margin-top: 20px;
}

.sidebar__navbar {

  position: relative;
  /* background-color:var(--side); */
  width: 100%;
  /* right: -100%; */
  z-index: 999;
  transition: 1s ease;
  margin: auto;
  /* min-width: 250px; */
  /* max-width: 310px; */
  /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
}
@media screen and (max-width: 768px) {
  .sidebar__navbar div {
    z-index: 99;
  }
}
@media screen and (max-width: 768px) {
  .sidebar__navbar span {
   
    right: -100%;
    transition: 0.5s ease;
  }
}
.sidebar__navbar.active {
  /* width: 250px !important; */
  /* right: 0; */
}
@media screen and (max-width: 768px) {
  /* .sidebar__navbar.active span {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 40;
    background-color: #0808081f;
  } */
}
.sidebar__content {
  transition: 0.5s ease;
  width:100%
}
.sidebar__side {
  z-index: 99;
  display: none;
  
  /* border-bottom: 1
px
solid #287d5a; */
  position: absolute; 
  /* right: 0%; */
  margin-right: -1rem
;
}

.sidebar__list--menu {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  
  /* margin-top:1px !important; */
}

.sidebar__list--menu li a {
  padding:5px 20px;
  color: var(--icon);
  display: inline-block;
  background-color: #e3e3e3;
  text-align: center;
  /*width: 100%;
  */font-size:14px !important;
  border-bottom: 2px solid #d6d6d652;
  transition:.5s all;
  font-weight: bold;
  margin: 0 1rem;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
}
.sidebar__list--menu li a.active {
  background-color: var(--sidebar);
  color: #fff;
}
.sidebar__list--menu li a i{
  color:var(--nav-bgg);
  margin-left: 5px;
  font-size: 20px;
}

.sidebar__list--menu li:hover a {
  color: #fff;
}
.navabar__grub{
  overflow: hidden;
}
.titles{
  
  text-align: right;
  background: #f8f9fa;
  padding: 10px
;

}
.p-head{
  text-align: right;
  color: #087f5b;
  font-weight: bold;
}
.sidebar__navbar.active ~ .sidebar__content {
  width: 100%;
  transition: 0.5s ease;
}
@media screen and (max-width: 768px) {
  .sidebar__navbar.active ~ .sidebar__content {
    margin-left: 0;
  }
}

.navabar__menu {
  width: 30px
  ;
      height: 30px
  ;
      color: white;
      background-color: #174738;
      font-size: 14px;
      border-radius: 5px
  ;
}
.navabar__menu i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.navabar__menu:hover, .navabar__menu:focus {
  color: white;
}

.brand__sidebar {
  color: white;
}
.single-box{
    padding: 30px 25px;
    background: var(--single);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-bottom: 1px solid #5db5b3;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 5px;

}
.single-box h1,.single-box p{
  color:var(--fa-caret);
  text-align: justify;
}
.sing2{
  min-height: 400px;
}
.share-icons {

  justify-content: center;
  align-items: center;
}
.link4Div a{
  display:inline-block;
  float: left;
}
.link4{
  background: #02693c;
    color: #cc9401;
    padding: 7px 10px;
    border-radius: 5px;
}
.link4:hover{
  color: #cc9401;
}
.social-icon i{
  line-height: 2;
  margin-right: 7px;
}

.setting .share-icon {
  width: 35px;
  height: 35px;
  background: #828b8a;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
  margin-top: 0.8rem;
  cursor: pointer;
  border-radius: 5px;
}
.setting .share-icon a i {
  color: #b58e1a !important;
  text-align: center;
  margin: auto;
  display: table;
  font-size: 18px;
  padding-top: 1px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  /* line-height: -1; */
  margin-top: -15px;
}
.social-icons {
  z-index: 999;
  position: fixed;
  left: 60px;
  height: 35px;
  background: #fffc;
  padding: 0.2rem 0rem;
  border-radius: 5px;
  box-shadow: 1px 1px 5px 0px rgb(82 82 82 / 75%);
  margin-top: 7px;
}
.social-icon--facebook {
  background: #3b5a9b;
  color: #fff;
}
.social-icon--copy {
  color: #fff;
  background-color: grey;
}
.social-icons a {
  display: inline-flex;
}
.social-icon--twitter {
  background: #2b97f1;
  color: #fff;
}
.social-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 0.1rem;
  border-radius: 50% 50% 0% 50%;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.social-icon i {
  position: relative;
  top: 1px;
}

.social-icon i {
  color: #fff;
}
.social-icon--twitter .tooltip {
  background: #ffff;
  color: #2b97f1;
}


/* .tooltip {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0.3rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  box-shadow: 1px 1px 5px 0px rgb(82 82 82 / 75%);
} */
/* .social-icon--twitter .tooltip:after {
  border-top-color: #ffff;
}
.tooltip:after {
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border: solid;
  border-width: 8px 8px 0 8px;
  border-color: transparent;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
} */
.social-icon--linkedin {
  background: #006599;
  color: #fff;
}
.social-icon--linkedin .tooltip {
  background: #ffff;
  color: #006599;
}
.hide{
  display: none;
}
.top{
  padding: 8px 15px;
  margin-bottom: 0;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-top:10px;
 
}
.top li a {
  color: #001d6c;
  font-size: 15px;
}
.top>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.top li.active a {
  color: #80b241;
}


.vertical-timeline {
  width: 100%;
  max-width: var(--max-width, 960px);
  margin: 0 auto;
  padding: 0 20px;
}
.vertical-timeline ul {
  list-style: none;
  position: relative;
  padding: 20px 0;
}
.vertical-timeline ul::before {
  content: "";
  position: absolute;
  top: 21px;
  bottom: 20px;
  left: calc(var(--icon-size, 50px)/2 - var(--icon-gap, 5px));
  margin-left: calc((var(--line-width, 3px) / 2) * -1);
  width: var(--line-width, 3px);
  background-color: var(--line-color, #d9d9d9);
}
@media (min-width: 667px) {
  .vertical-timeline ul::before {
    right: 0%;
  }
}
.vertical-timeline ul > li {
  position: relative;
  padding-left: var(--icon-size, 50px);
}
.vertical-timeline ul > li:not(:last-child) {
  margin-bottom: 20px;
}
.vertical-timeline ul > li::after {
  content: "";
  display: table;
  clear: both;
}
.vertical-timeline ul > li .vt-icon {
  color: #008000;
  width: 20px;
  height: 20px;
  /* font-size: calc(var(--icon-size, 50px) - var(--icon-padding, 10px)); */
  /* line-height: var(--icon-size, 50px); */
  /* text-align: center; */
  position: absolute;
  left: calc(var(--icon-gap, 5px) * -1);
  background-color: #008000;
  z-index: 9;
  border-radius: var(--icon-radius, 50%);
  
}

.vertical-timeline ul > li h3 {
  margin: 0;
  background: #087f5b;
  color: #fff;
  padding: 0.5rem;
  border-radius: var(--box-radius, 3px);
  text-align: center;
  transform: translateY(6px);
  display: table;
  position: relative;
  font-size:16px;
  box-shadow: var(--box-shadow-right, 2px 2px 4px rgba(0, 0, 0, 0.4));
}
.vertical-timeline ul > li .vt-item {
  width: 100%;
  float: left;
  color: var(--item-color, inherit);
  position: relative;
  padding: 0 1.5rem 20px 0.5rem;
  margin-left: 1rem;
}
.vertical-timeline ul > li .vt-item::after {
  content: "";
  position: absolute;
  top: -14px;
  left: -0.5rem;
  bottom: 0;
  right: 1rem;
 
  border-radius: var(--box-radius, 3px);
  z-index: -1;

}
.vertical-timeline ul > li .vt-head {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
.vertical-timeline ul > li .vt-pills {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.vertical-timeline ul > li .vt-pills > * {
  border-radius: var(--box-radius, 3px);
  font-weight: bold;
  background: var(--pill-background, #888);
  color: var(--pill-color, #fff);
  margin: 0.25rem 0.25em 0 0;
  text-align: center;
  line-height: 1.7em;
  padding: 0 0.425em;
  font-size: 0.85em;
}
.vertical-timeline ul > li .vt-body {
  position: relative;
}
.vertical-timeline ul > li summary {
  outline: none;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
}
.vertical-timeline ul > li summary:hover {
  cursor: pointer;
}
.vertical-timeline ul > li h4 {
  font-size: 1.1em;
  margin: 1rem 1rem 0.75rem 0;
}
.vertical-timeline ul > li p {
  margin: 1rem 0.25rem 0 1rem;
  text-align: justify;
  color:var(--fa-caret);
}
@media (min-width: 667px) {
  .vertical-timeline ul > li {
    padding-left: 0;
  }
  .vertical-timeline ul > li .vt-icon {
   right:-10px
  }
  .vertical-timeline ul > li .vt-item {
    right: 0;
    margin-left: 0;
    padding-right: 0.5rem
;
    padding-left: 1rem
;
    /* width: calc(50
vw
 - (var(--icon-size, 50px)/2 + 20
px
 + var(--icon-gap, 5px) + 0.5
rem
)); */
    /* max-width: calc((var(--max-width, 960px) / 2) - (var(--icon-size, 50px)/2 + 20
px
 + var(--icon-gap, 5px) + 0.5
rem
)); */
    background: #087f5b12;
  }
  .vertical-timeline ul > li .vt-item::after {
    left: 0;
    right: 0;
  }
  .vertical-timeline ul > li:nth-child(even) .vt-item {
    float: right;
  }

 
  .vertical-timeline ul > li  h3 {
  
    transform: translate(calc((var(--icon-size, 16px)/2 + var(--icon-gap, 5px)) * -1), 6px);
    box-shadow: var(--box-shadow-left, -2px 2px 4px rgba(0, 0, 0, 0.4));
  }
}
/* start all setting and social-media */
.icon-settings {
  z-index: 999 !important;
  position: fixed;
  left: 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  top:55%;
}

.icon-settings img {
  width: 35px;
  text-align: center;
  margin: auto;
  display: table;
  padding-top: 8px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.setting {
  z-index: 999 !important;
  position: fixed;
  left: 9px;
top:65%
}

.setting .toggle {
  margin-top: 0.7rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.setting .toggle a img {
  width: 35px;
  text-align: center;
  margin: auto;
  display: table;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.setting .share-icon {
  width: 35px;
    height: 35px;
    background: #02693c;
    border-radius: 5px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin-top: 0.8rem;
    /* box-shadow: 0px 1px 1px 1px #283045; */
    cursor: pointer;
    /* border: 1px solid #e6e7e938; */
    border-radius: 5px;
    list-style: none;
}

.setting .share-icon a i {
  color: #e6e7e9;
  text-align: center;
  margin: auto;
  display: table;
  font-size: 18px;
  padding-top: 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.setting .switcher .color-switcher {
  list-style: none;
  padding: 0;
  margin-right: 20px;
}

.setting .switcher .color-switcher li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(82, 82, 82, 0.75);
          box-shadow: 1px 1px 5px 0px rgba(82, 82, 82, 0.75);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.setting .switcher .color-switcher li span:hover {
  -webkit-box-shadow: 3px 3px 15px 0px rgba(82, 82, 82, 0.85);
          box-shadow: 3px 3px 15px 0px rgba(82, 82, 82, 0.85);
  top: 2px;
  left: 2px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.setting .switcher .color-switcher li:first-child span {
  background-color: #000000;
  border-radius: 20% 0;
}

.setting .switcher .color-switcher li:nth-child(2) span {
  background-color: #838383;
  border-radius: 20% 0;
}

.setting .switcher .color-switcher li:nth-child(3) span {
  background-color: #fff;
  border-radius: 20% 0;
}

.setting .btn-group li:first-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.setting .switcher .color-switcher button {
  background: none !important;
}

.setting .toggle:hover {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#collapse2 li {
  padding-bottom: 1.6rem !important;
}

.switcher-icons {
  z-index: 999;
  position: fixed;
  left: 69px;
  /* height:35px; */
  background-color: #d49000;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(82, 82, 82, 0.75);
          box-shadow: 1px 1px 5px 0px rgba(82, 82, 82, 0.75);
  margin-top: 7px;
}

.switcher-icons:after {
  content: '';
  position: absolute;
  right: 98.3%;
  top: 52%;
  margin-top: -10.5px;
  border-right: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid #d49000;
}

.switcher-icons a,
.switcher-icons li {
  border-left: 1px solid #000;
}

.switcher-icons a:last-child,
.switcher-icons li:last-child {
  border-left: none;
}

.switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#collapse2 li {
  background: none !important;
  width: 50px;
}

#collapse3 .btn {
  padding: 0.375rem .4rem !important;
  width: 50px;
}

#contact {
  display: none;
}

.ag-inst_btn {
  display: table;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}

.ag-inst_link {
  content: "";
  background: var(--Active);
  color: #fff;
  padding: 6px;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
  -webkit-transition: margin-top .1s;
  transition: margin-top .1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: opacity;
          animation-name: opacity;
  margin-right: 5px;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

.ag-inst_link::after {
  content: '';
  position: absolute;
  top: 52%;
  margin-top: -10.5px;
  border-left: 0;
  border-bottom: 12px solid transparent;
  border-top: 10px solid transparent;
  border-right: 12px solid var(--Active);
}

@media (max-width: 767px) {
  .icon-settings {
    bottom: 8.5rem;
   left:2%
  }
  .icon-settings img {
    width: 35px;
  }
  .icon-social {
    bottom: 8.5rem;
    left: 13px;
  }
  .icon-social img {
    width: 40px;
  }
  .setting {
    bottom: 30%;
  }
  .social_media {
    bottom: 27%;
  }
  .social_media li {
    width: 32px;
    height: 32px;
  }
  .setting .toggle a img {
    width: 32px;
  }
  .setting .toggle {
    margin-top: 0.3rem;
  }
}

.Top_back {
  background-image: url(../../assets/images/logo/top-img.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 40px;
}

.sm-header {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 14px -17px black;
          box-shadow: 0px 5px 14px -17px black;
}

.sm-header .setting-menu .btn {
  border: 1px solid var(--maincolor);
}

.Contant {
  background-color: var(--graybackk);
}

.Contant .cards {
  margin-top: 10rem;
}

.admin{
  display: flex;
  flex-direction: column;
  /* align-items: stretch; */
  /* perspective: 1500px; */
  width: 100%;
}
.side_content{
  width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* services */
.services .nav-pills .nav-link.active {
  position: relative;
}

.services .nav-pills .nav-link.active, .nav-pills .show > .nav-link :focus {
  background-color: var(--nav-bg) !important;
  color: #ffff !important;
}
.services .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--nav-bg) !important

}
body .services .nav-pills li{
  margin-left:10px;
}
.services{
  padding:2rem 0rem;
}
 .services .nav-pills li button{
  background-color: #fff !important;
  padding: .5rem 2rem !important;
  color: #242e3f !important;
  font-size: 18px;
  border:1px solid #242e3f;
  font-weight: 500;
  transition: all 0.5s;
}

.alboms__item {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s Ease;
  transition: 0.5s Ease;
  width: 100%;
}
.alboms__item img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  height: 200px;
}
.alboms__itemCaption {
  -webkit-transition: 0.5s Ease;
  transition: 0.5s Ease;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  margin-bottom: -290px;
  text-align: center;
  color: #fff;
  background: rgba(110, 147, 65, 76%);
  display: flex;
  align-items: center;
}
.alboms__button {
  cursor: pointer;
}
.alboms__button h5 {
  padding: 17px;
  font-size: 14px;
  font-weight: 500;
}

.alboms__button i {
  font-size: 30px;
  margin: auto;
  display: table;
  margin-top: 4.5rem;
  cursor: pointer;
  color: #283045;
}
.alboms__item:hover > .alboms__itemCaption {
  margin-bottom: 0;
}
/* .Background{
  padding: 2rem;
  margin-bottom: 3rem;
  background-image: url(../images/pngtree-energy-saving-and-emission-reduction-background-picture-image_134081.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
} */

/* <!-- third slider -->   */

.gallery {
  display: flex;
  flex-flow: wrap;
  border: solid rgb(240,240,240);
}
.gallery div {  /* блоки видео + списков */
  flex: 150px;
  position: relative;
  text-align: center;
}
.gallery div:nth-of-type(1) {
  flex: 10000 1 300px;  /* если ширина менее 300 + 150 = 450px , то списки миниатюр смещаются на нижний ряд, подробнее про свойство flex */
}
.gallery div::before {
  content: "";
  display: block;
  padding-top: 100px;
}
.gallery div:nth-of-type(1)::before {
  padding-top: 56.25%;
}
.gallery iframe,
.gallery span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.gallery a {  /* для разнообразия, иконки не затемнены, так проще оценить код галереи видео */
  display: inline-block;
  margin-top: 5px;
}
.gallery a:last-child {
  margin-bottom: 5px;
}
.gallery iframe,
.gallery img {
  max-width: 100%;
  vertical-align: middle;
}
.lg-title{
  color:#000;
  font-weight: 900;
  font-size:17px;
  text-align: right;
}
.link-sm{
  color: #416C5B;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: justify;
}
.men a{
  color: #087f5b;
  font-size: 14px;

  transition:.5s all;
}
.men{
  padding: 14px;
}
.men:hover{
  background-image: var(--hover);
  margin-right:5px;
  transition:.5s all;
  color:#fff !important
}
.men:hover a{
  color:#fff !important
}
.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 4px;
}
iframe{

  margin: auto;
  display: table;
  /* width: 550px; */
  border-radius: 8px;
}
.Background{
  padding:10px;
}


.Tabss .nav-tabs{
  background-color: #fff;
  color: #f8f8ff;
  border-top: 0.3em solid  var(--nav-bgg);
}
.Tabss .nav-tabs .nav-link{
  padding: 8px 25px !important;
    background: #fff;
    color: #174738;
    font-weight: bold;
    font-size:14px
}
.Tabss .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #fff !important;
  background-color: #087f5b !important;
  border-color: #dee2e6 #dee2e6 #fff;
}
.inner-content{
  color:#087f5b !important
}
.Tabss .card{
box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
padding:14px;
}
.Tabss p{
  text-align: justify;
    color: #000;
    font-weight: 600;
    line-height: 2;
}
.Tabss ul li h5{
  color: #555;
    font-size: 15px;
    font-weight: 500;
    font-weight: 600;
    padding: 15px;
    border: none;
    background: #f5f5f5;
    border-radius: 5px;
    text-align: right;
} 
.small_header{
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  width: 100%;
  color: var(--dreen);
  margin-bottom: 0px;
}
.small_header2{
  color: var(--body-bg5);
  font-size: 15px;
  font-weight: 500;
  font-weight: 600;
  padding: 15px;
  display: block;
  border: none;
  background:var(--small_header);
  text-align: left;
  margin-top:10px;
  border-left: 4px solid #80b241;
}
.Tabss-h5{
  color: #555;
  font-size: 15px;
  font-weight: 500;
  font-weight: 600;
  padding: 15px;
  border: none;
  background: #f5f5f5;
  border-radius: 5px;
  text-align: right;
}
.Tabss ul li{
  line-height: 3;
  color: #555;
  font-weight: 800;
  text-align: right;
}
.Tabss ul li p{
  color: var(--nav-bgg);
  font-size: 16px;
}


table {

  margin: 25px auto;
  border-collapse: collapse;

  border-bottom: 2px solid #80b241b0;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
table tr:hover {
  background: #f4f4f4;
}
table tr:hover td {
  color: #555;
}
table th {
  color: #fff;

  border-collapse: collapse;
}
table td{
  color:#174738
}
table th {
  background: #00cccc;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
table th.last {
  border-right: none;
}
.sub-titles h5{
  text-align: right;
  background: #02693c;
  padding: 7px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}
.sub-titles p{
  text-align: right;
  color:#02693c
}
.sidebar__content .navabar__menu{
  display: none !important;
}
.sidebar__content .main_head h4 {
  margin-top: 30px;
}
.sidebar__content .main_head2 p {
  font-size: 12px;
  line-height: 30px;
}

.sidebar__list--menu {
  transition: 0.5s;
}
.sidebar__list--menu li.active{
  list-style: none;
  padding: 15px;
  color: white;
  font-size: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
 
}
.sidebar__list--menu li:hover a{
background-image: var(--hover);
color:#fff !important;
transition:.5s all;
/* margin-right:2px; */
/* border-left:1px solid #000 */
}
/* .sidebar__list--menu li img:hover {
  background-color: none !important;
} */
.sidebar__list--menu li img{
  margin-left:5px;
}

.LINK{
  color:#fff;
  font-size: 14px;
}
.LINK:hover{
  color:#fff
}
.brand{
    text-align: center;
}
.brand span{
    color: #fff;
}

.wrapper{
    box-shadow: 0 0 20px 0 rgb(72 94 116 / 10%);

} 

.wrapper >*{
    padding: 2rem;
}

.company-info{
    background: #c9e6ff;
    text-align: center;
}



.contact{
    background: #f9feff;

}


/* FORM CONTACTS
 MOBILE SIZE FIRST */



.contact form label{
  display: block;
  font-size: 14px;
  text-align: right;
  margin-top: 14px;
  margin-bottom: 5px;
}

.contact form p{
    margin:0; 
}

.contact form .full{
    grid-column: 1/3;
  margin-top:1rem;
}
.is-invalid{
  margin-bottom:1rem;
}

.contact form button, .contact form input, .contact form textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #c9e6ff;
}

.contact form button{
  background: #174738;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  width: 200px;
  margin: auto;
  display: table;
  cursor: pointer;
}
.Contacts{

  padding:2rem;
}
.contact form button:hover, .contact form button:focus{
  background: #174738;
    color: #fff;
    outline:0;
    transition: background-color 0.5s ease-out;
}
.contact h3{
  font-size: 17px;
  font-weight: bold;
  color: #287c5a;
  margin: 10px;
  background: #e9ecef33;
  padding: 10px;
  border-right: 3px solid #2e6d5a;
}
/* LARGE SCREENS */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.well-sm img{
  width: 100%;
  max-width:100%;
}
.well-sm h5 {
  font-size: 18px;
  line-height: 24px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.well p{
  color:var(--nav-textt);
  font-size:15px;
}
.Cardss{
  padding: 2rem;
}
.container .card {
  position: relative;
  width: 100%;
  /* height: 370px; */
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05), inset -5px -5px 5px rgba(255, 255, 255, 0.5), 5px 5px 5px rgba(0, 0, 0, 0.05), -5px -5px 5px rgba(255, 255, 255, 0.5);
  border-radius: 15px;
 
}
.container .card .box {
  position: absolute;
  top: 10px;
  right: 10px;
  padding:10px;
  bottom: 10px;
  left: 10px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  transition: 0.5s;
  transition: 1s all;
}





.container .card .box .contents h3 {
  font-size: 1.8em;
  color: #777;
  z-index: 1;
  transition: 0.5s;
}
.container .card .box .contents p {
  font-size: 14px;
  color: #777;
  z-index: 1;
  transition: 0.5s;
  text-align: center;
  margin: 7px;
  height: 100px;
  overflow: hidden;

}
.container .card .box .contents a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: var(--buttons);
  margin-top: 15px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 20px rgb(0 0 0 / 30%);
  margin: auto;
  display: table;
}
.container .card:hover .box .content a {
  background: #ff4049;
}

.container .card:hover .box {
  transform: translateY(-30px);
  transition: 1s all;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  background-color: #087f5b;
  background-image: linear-gradient( 
315deg, #087f5b33 0%, #0a461124 74%);
}
.container .card:hover .box:hover a{
  background: #fff;
  margin-top: 15px;
  border-radius: 20px;
  color: #077d58;
}


.container .card:hover .box .contents h3,
.container .card:hover .box .contents p {
  color: #fff;
}
.contents img{
  height:150px;
  width:100%
}


/*Checkbox Button*/



.Newss {
 
  padding: 1rem;
}
.single-post .blog-thumb {
  margin-bottom: 15px;
}
.single-post .blog-thumb img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
}
.post-content h2 {
  display: block;
  font-size: 22px;
  letter-spacing: 0;
  color: var( --nav-textt);
  font-weight: 500;
  margin-bottom: 8px
;
}
.news-date {
  font-size: 17px;
  color: var( --nav-bgg);
  margin-bottom: 22px;
}
.single-post p {
  font-size: 14px;
  color: #666;
  margin-bottom: 2rem
;
  text-align: justify;
}
.Newss .btn-print a, .Newss .btn-share span {
  position: absolute;
  z-index: 99;
  width: 130px
;
  height: 40px
;
  border-radius: 10px
;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0;
  color: #fff;
  background-color:var(--nav-textts);
  padding: 0px
;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
 .Newss .btn-print a i, .Newss .btn-share span i {
  color: #fff;
  margin-left: 7px
;
  font-size: 17px;
}
.active2{
  background-color: #004331;
}

.Newss .btn-print, .Newss .btn-share {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  width: 130px;
  height: 40px;
  background-color: #eeeeed;
  border-radius: 10px;
  padding: 0;
  will-change: transform;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: right;
  margin-left: 12px;
}
.btn-print:hover, .btn-share:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media print {
#toggle,.new-footer,.tools-bar,.latest-n,.breadcrumb,.background-image,.tooltip,#sidebar{
  display: none;
}
.slide .slide__img img,.slider, .slide{
  height:400px
}
.slide .slide__content.slide__content__right{
  right: 42%;
  left: auto;
  direction: rtl;
  transform: translate(19%, -57%);
}
.news-detail{
 float: none !important;
 width: 100% !important;
}
.news-detail .col-md-8{
  width:100% !important;
  max-width: 100%;
  flex: 100%;

}
.bin{
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.wow{
  animation-name: zoomIn !important;
  visibility: visible !important;
}
.wow{
  visibility: visible;
  animation-duration: 1s;
  animation-delay: 1s;
  overflow:visible;
  display: block;
  /* animation-name: ; */
  
}

/* .fadeInLeft,.fadeInUp{
  animation-delay: 0s;
  opacity:1;
} */

.header-top{
  display: none;
}
.switcher,.toggle{
  display: none;
}
#bottom-footer{
  display: none;
}
}
.btn-share .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 64px;
  border-radius: 80px;
}
.btn-share .share a:nth-of-type(1) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
  background: #3b5998;
}
.btn-share:hover a {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.btn-share .share a {
  opacity: 0;
  font-size: 16px;
  color: #fff;
  background: #555;
  border-radius: 50% 50% 0 50%;
  width: 28px;
  height: 28px;
  padding: 4px;
  text-align: center;
  will-change: transform;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-share:hover span {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px);
}
.btn-share:hover a {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.btn-share .share a:nth-of-type(3) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  background: #007bb6;
}
.btn-share .share a:nth-of-type(2) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
  background: #00aced;
}
h5.title {
  font-size: 22px;
  color: var( --nav-textt);
font-size: 25px;
  font-weight: 600;
  margin-bottom: 19px
;
  border-bottom: 1px solid #5db5b3;
  padding-bottom: 15px
;
}
.lat-singlee {
  margin-bottom: 20px
;
  overflow: hidden;
  border-bottom: 1px
solid var(--nav-textt);
  padding-bottom: 15px
;
}
.lat-singlee .thumb {
  float: right;
  max-width: 70px
;
  margin-right: 13px
;
  border-radius: 10px
;
  overflow: hidden;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
}
.lat-singlee .thumb img {
  width: 80px
;
  height: 80px
;
}
.lat-singlee .cnt {
  overflow: hidden;
}
.lat-singlee .cnt h2 a {
  display: block;
  font-size: 14px;
  color: var(--nav-textt) !important;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: justify;
  margin-right: 9px
;
}
.news-date {
  font-size: 17px;
  color: var(--nav-bgg) !important;
  margin-bottom: 22px
;
}
.lat-singlee .cnt span {
  font-size: 13px;
  letter-spacing: 0;
  display: block;
  line-height: 18px;
  text-align: left;
}
 .event-card:first-child {
  border-top: none;
}
 .new-card2 .thumb {
  max-width: 200px
;
  overflow: hidden;
  width:100%;
}
.new-card2 .thumb .body-img {
  height: 180px
;
  border-top-right-radius: 5px
;
  border-bottom-right-radius: 5px
;
width:100%;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
  transition: 1s all;
}
.body_card2 {
  overflow: hidden;
  display: block;
  padding:20px 0px;
}
.body_card2 h4 {
  color: var(--nav-textt) !important;
  font-size:20px;

}
 .muted, .left-titles .muted {
  font-size: 14px;
  color: var(--grey);
}
.new-card2 .text-muted {
  font-size: 14px;
  color: var(--event-p);
  line-height: 30px;
  max-width: 650px
;
  text-align: justify;
}
.new-card2{
  padding: 10px 20px;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #5db5b3;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
  margin:10px 0px;
}
.new-card2 h4 a{
color:var(--nav-textt) !important;
font-weight: 700;
}
.left-href {
  margin-left: 1rem
;
  font-size: 14px;
  color: var(--nav-bgg);
  float: left;
  margin-top: 0.5rem
;
}

.BO{

    width: 400px;
    padding: 40px;
    background: var(--nav-bg);
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgb(0 0 0 / 50%);
    border-radius: 10px;
}
.all_news {
  color: var( --nav-bgg);
  margin-top: -1rem;
  border-bottom: 1px solid;
  float: left;
  margin-bottom:2rem;
}
.BO h2{
  margin: 0 0 30px;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 17px;
}
.BO .inputBox{
  position: relative;
}
.BO .inputBox input{
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.BO .inputBox label{
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: .5s;
}
.BO .inputBox input:focus ~ label,
.BO .inputBox input:valid ~ label{
  top: -18px;
  left: 0;
  color: #03a9f4;
  font-size: 12px;
}
.BO input[type="submit"]{
  position: relative;
  display: inline-block;
  border: none;
  text-align: center;
  margin: 15px 107px;
  padding: 7px 20px;
  cursor: pointer;
  color: #008000;
  /* text-transform: uppercase; */
  /* letter-spacing: 1px; */
  text-decoration: none;
  font-size: 18px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 10px
;

}
.BO input[type="submit"]:hover{
  color: #255784;
background: #fff;
/* -webkit-box-shadow: 0 0 10px #2196f3, 0 0 40px #2196f3, 0 0 80px #2196f3; */
box-shadow: 0 0 10px #008000, 0 0 40px #00800040, 0 0 80px #0080001c;
}

.wrapperr{
 
  background: #fff;
  width: 100%;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  margin-top:6rem;
}
.wrapperr .top{
  background: #087f5b;
  height: 59px;
  position: relative;
  border-radius: 12px 12px 0 0;
  margin: auto;
}
.wrapperr .top::before{
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #087f5b;
  bottom: -4px;
  transform: rotate(
45deg);
  right: 49%
}
.wrapperr .top i{
  font-size: 70px;
  color: #ccc;
}
.wrapperr .bottom{
  padding: 30px;
  word-spacing: -1px;
}
.wrapperr .bottom .info{
  font-size: 20px;
  font-weight: 500;
}
.wrapperr .bottom .input-box{
  height: 45px;
  margin: 15px 0 10px 0;
}
.wrapperr form .input-box input{
  height: 100%;
  width: 100%;
  padding-left: 14px;
  outline: none;
  font-size: 18px;
  border-radius: 25px;
  transition: all 0.4s ease;

}
.wrapperr .bottom input[type="text"]{
  border: 2px solid #2e6d5a2e;
  padding-right:10px;
}
.wrapperr .bottom input[type="text"]:focus,
.wrapperr .bottom input[type="text"]:valid{
  border-color: var(--nav-bg);
}
.wrapperr input::-webkit-input-placeholder { color: #000; font-size:12px;padding-right:10px;}
.wrapperr input:-moz-placeholder { color: #000; font-size:12px;padding-right:10px;}
.wrapperr input::-moz-placeholder { color: #000; font-size:12px;padding-right:10px;}
.wrapperr input:-ms-input-placeholder { color: #000; font-size:12px;padding-right:10px;}
.wrapperr .bottom input[type="submit"]{
  border: none;
  cursor: pointer;
  background: var(--nav-bg);
  color: #fff;
  letter-spacing: 1px;
  margin: auto;
  display: table;
  width:200px
}
.wrapperr .bottom input[type="submit"]:hover{
  background: var(--nav-bg);
}
.wrapperr .bottom .footer{
  font-size: 16px;
  margin-top: 12px;
}


/* about */

  /* tabs */
  .ag-tabs-block {
    padding: 20px 0;
    direction: ltr;
  }
  .ag-tabs_title {
    display: table;
    margin: 0 0 20px;
    padding: 0 10px;
    font-weight: bold;
    font-size: 28px;
    color:#000;
    z-index: 2;
    position: relative;
  }
  .ag-tabs_title::before{
  
  }
  
  .ag-tabs_box {
  
    border: 1px solid #d1d3d4;
    background-color: #FFF;
  
    -webkit-box-shadow: 3px 3px 0 0 #fff, 3px 3px 0 1px #d1d3d4, 7px 7px 0 0 #fff, 7px 7px 0 1px #d1d3d4, 16px 16px 15px 0 rgba(6, 32, 55, .15);
    -moz-box-shadow: 3px 3px 0 0 #fff, 3px 3px 0 1px #d1d3d4, 7px 7px 0 0 #fff, 7px 7px 0 1px #d1d3d4, 16px 16px 15px 0 rgba(6, 32, 55, .15);
    -o-box-shadow: 3px 3px 0 0 #fff, 3px 3px 0 1px #d1d3d4, 7px 7px 0 0 #fff, 7px 7px 0 1px #d1d3d4, 16px 16px 15px 0 rgba(6, 32, 55, .15);
    box-shadow: 3px 3px 0 0 #fff, 3px 3px 0 1px #d1d3d4, 7px 7px 0 0 #fff, 7px 7px 0 1px #d1d3d4, 16px 16px 15px 0 rgba(6, 32, 55, .15);
  
    overflow: hidden;
  
    z-index: 2;
    position: relative;
  }
  .ag-tabs_list {
  
    background-color: #f2f2f2;
  
    font-size: 16px;
  
    position: relative;
  }
  .ag-tabs_list:before {
    content: "";
    display: block;
    height: 3000%;
    width: 100%;
    background: inherit;
  
    position: absolute;
    top: 100%;
    left: 0;
  }
  .ag-tabs_item {
    padding: 0;
    margin: 0;
  }
  .ag-tabs_link {
    line-height: 1.1;
    display: block;
    padding: 25px 17px 25px 16px;
    color: #000;
    position: relative;
    border: 1px solid #28a74582;
    transition: 1s all;
  }
  .ag-tabs_link:hover{
    transform: scale(1.1);
    transition: 1s all;
  }
  
  .ag-tabs_link:hover,
  .ag-tabs_link:focus {
    background-color: #FFF;
  
    text-decoration: none;
  }
  .ag-tabs_link:active,
  .js-ag-tabs_item__active .ag-tabs_link {
    background-image: linear-gradient(to right,#80b241, #9fc136, #d3db23);
  font-size:20px;
    color: #fff;
  }
  .ag-tabs_link:active:before,
  .js-ag-tabs_item__active a:before,
  .ag-tabs_link:active:after,
  .js-ag-tabs_item__active a:after {
    content: "";
    display: block;
    height: 50%;
    width: 10px;
  
    position: absolute;
    left: 100%;
  }
  .ag-tabs_link:active:before,
  .js-ag-tabs_item__active a:before,
  .ag-tabs_link:active:after,
  .js-ag-tabs_item__active a:after {
    content: "";
    display: block;
    height: 50%;
    width: 10px;
  
    position: absolute;
    right: 100%;
  }
  .ag-tabs_link:active:before,
  .js-ag-tabs_item__active a:before {
    background-image: -webkit-linear-gradient(to top right, #d3db23 50%, rgba(0, 0, 0, 0) 50%);
    background-image: -o-linear-gradient(to top right, #d3db23 50%, rgba(0, 0, 0, 0) 50%);
    background-image: linear-gradient(to top right, #d3db23 50%, rgba(0, 0, 0, 0) 50%);
  
    top: 0;
  }
  .ag-tabs_link:active:after,
  .js-ag-tabs_item__active a:after {
    background-image: -webkit-linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, #d3db23 50%);
    background-image: -o-linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, #d3db23 50%);
    background-image: linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, #d3db23 50%);
  
    bottom: 0;
  }
  
  .ag-tab_box {
    padding: 20px;
  
    overflow: hidden;
  }
  .ag-tab_pane {
    display: none;
  }
  .js-ag-tab_pane__active {
    display: block;
  }
  .ag-tab_img-box {
   
  }
  .box1{
    padding: 10px 57px;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    transition: 1s all;
    border-top: 3px solid #85b440;
    border-top-left-radius: 70px;
  }
  .box1::before{
    
  }
  .box1:hover,
  .box2:hover,
  .bg-box:hover
  {
    transform: scale(.9);
    transition: 1s all;
  }
  .box2{
    background: #8ab73e2e;
    padding: 10px;
    margin-bottom:10px;
    text-align: center;
    height:140px;
    transition: 1s all;
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    border-radius:20px 5px;
  }
  .bbox{
    background: #2e6d5a !important;
    color:#fff
  }
  .bbox .Titel1,
  .bbo .Titel1
   {
    color:#fff
  }
  .bbo{
    background: #2e6d5a59;
  }
  .sm-box{
    padding: 10px;
    background: #80b341;
    color: #fff;
    text-align: center;
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    border-radius: 7px 21px;
    border-right: 5px solid #d3db23;
  }
  .sm1{
    background: green
  }
  .bg-box{
    padding: 10px;
    background: #eaf2dc;
    color: #000;
    text-align: center;
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    margin-top:10px;
    transition: 1s all;
    height:130px
  }
  .Titel1{
    color: #000;
    font-weight: 800;
    font-size: 17px;
    padding: 16px;
    text-align: center;
  }
  .body p{
    text-align: justify;
  }
  .ag-tab_name {
    padding: 0 0 15px;
  
    text-align: center;
    font-size: 20px;
  }
  
  
  @media only screen and (max-width: 767px) {
    .ag-format-container {
      width: 96%;
    }
  
  }

  
  @media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
      width: 750px;
    }
  
  }
  
  @media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
      width: 960px;
    }
  
  }
  /**
   * Tabs Container
   */
  
  
  /**
   * Tabs Block
   */
  .tabs-block {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  /**
   * Tabs
   */
  .tabs {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
  }
  
  .tabs label {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    margin-right: 0.0625rem;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    /* font-family: Roboto, sans-serif; */
    font-weight: 700;
    transition: background-color ease 0.3s;
  }
  label img{
  
  }
  label h5{
    text-align: center;
    color:#2e6d5a;
    font-size:15px;
  }
  
  .tabs label .material-icons {
      margin-right: 0.3rem;
  }
  .ref{
    color: grey !important;
    font-size: 13px;
    border-bottom: 1px solid;
    position: absolute;
      right: 10px;
      bottom: 13px;
  }
  
  .tabs .tab {
      flex-grow: 1;
      width: 100%;
      height: 100%;
      display: none;
      padding: 1rem 2rem;
      color: #000;
      background-color: #fff;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  
  } 
  .tabs label{
    background-color: #fff;
    color:#2e6d5a;
    border-top: 4px solid #80b341;
    box-shadow: 0 10px 10px rgb(0 0 0 / 13%);
    width: 33% !important;
    position: relative;
  }
  .tabs .tab h5{
    background: #f2f2f2;
    text-align: center;
    color: #2e6d5a;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  
  
  .tabs .tab > *:not(:last-child) {
      margin-bottom: 0.8rem;
  }
  .sm-p{
    margin-bottom:30px;
    text-align: left;
  }
  
  .tabs [type=radio] {
      display: none;
  }
  .href{
    font-size: 13px;
      color: #000;
  }
  .BO{
  padding:10px 30px;
    transform: scale(.9);
  }
  .BO::before{
    content: "\f177";
      font-family: "FontAwesome";
      position: absolute;
      left: calc(100% - -3px);
      top: 50%;
  transform: translateY(-50%) rotate(180deg);
      display: block;
      color: #000;
  }
  .last::before{
  content:"" !important;
  display: none;
  }
  
  .tabs [type=radio]:checked + label {
    background-color: #fff;
    color:#2e6d5a;
    border-top: 4px solid #80b341;
    box-shadow: 0 10px 10px rgb(0 0 0 / 13%);
    width: 30%;
  }
  .tab h4{
    font-size: 16px;
      font-weight: bold;
      color: #2e6d5a;
      background: #f2f2f2;
      padding: 10px;
      text-align: left;
  }
  .tab p{
    color:#000;
    text-align: justify;
  }
  
  .tabs [type=radio]:checked + label + .tab {
      display: block;
  }
  @media (min-width: 768px) {
  
  
  
  
  
      .tabs label {
          order: 1;
          width: auto;
      }
  
      .tabs .tab {
          order: 9;
      }
  
      .tabs [type=radio]:checked + label {
          border-bottom: none;
      }
  }
  
  .navs .nav-item{
    padding: 10px 20px !important;
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    color: #2e6d5a;
    width: 25%;
    height: 200px;
    position: relative;
  }
  .navs .nav-tabs {
    border-bottom: 3px solid #91bb53;
  
  
  }
  .navs h6{
    background: #28a745;
    color: #fff;
    transition: background 300ms ease-in-out;
    /* background-image: linear-gradient( 
  45deg, grey 50%, transparent 50%); */
  
    padding: 9px;
    text-align: center;
    font-size: 13px;
  }
  .navs .nav-item p{
    text-align: center;
      font-size: 14px;
      margin-top: 10px;
      font-weight: bold;
      margin-bottom:20px;
  }
  .table-responsive{
    display: table;
  }
  .navs .nav-item span{
    position: absolute;
    bottom:5px;
    color:#28a745;
    border-bottom:1px solid grey;
    font-weight: bold;
    left:10px
  }
  .table thead th{
    vertical-align: middle;
  }
  .tr{
    padding: 32px;
    background-color: white;
    position: relative;
  
    box-shadow: 0px 16px 27px rgb(0 11 30 / 10%);
    border-radius: 0px 0px 80px 0px !important;
  }
  
  
  /* old header */
  
  
  .wrapper{
    max-width: 1080px;
    margin: 10px auto;
  
    position: relative;
  }
  .wrapper .center-line{
    position: absolute;
    height: 100%;
    width: 4px;
   
    left: 0%;
    top: 20px;
  
  }
  .title-wrapper{
    font-weight: bold;
    color: #297d59;
    text-align: left;
    /* margin-bottom: 10px; */
    border-bottom: 1px solid;
  }
  .right-side span{
    font-weight: bold;
    color: #297d59;
  
    /* margin-bottom: 10px; */
    border-bottom: 1px solid;
  }
  .wrapper h6{
    margin-top: 1rem;
    text-align: left;
  }
  .wrapper h5{
    font-size:18px;
    margin-top: 1rem;
  }
  .data .BO{
    background: #ffff;
      padding: 10px;
      height:300px;
      box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
      transition: 1s all;
      border-top: 3px solid #85b440;
      overflow-y: auto;
      overflow-x: hidden;
      color:#000
  }

  .data  .sm-box{
    height:70px;
    width:130px
  }
  .data .sm-box1{
  
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    transition: 1s all;
    border-top: 3px solid #85b440;
    height: 130px;
    width: 140px;
  }
  .data  .sm-box p{
    color: #297d59;
    text-align: center;
    font-size:20px;
  }
  .serv .navs .nav-item{
    width:33%
  }
  .serv  p{
    text-align: left;
    margin-top:10px
  }
  .serv{
    padding:10px;
  }
  .tab-content h4 {
    font-size: 16px;
    font-weight: bold;
    color: #2e6d5a;
    background: #f2f2f2;
    padding: 10px;
    text-align: left;
    margin-top:10px;
  }
  .bo p{
    margin-top:1rem;
  }
  .nav-link img{
    margin: auto;
    display: table;
  }
  .nav-item h5{
    text-align: center;
  }
  
  
  .wrapper p{
    text-align: left; 
  }
  .wrapper .justify-content-start .left-side{
    text-align: left; 
  }
  
  
  .wrapper .row{
    display: flex;
  }
  .wrapper .row-1{
    justify-content: flex-start;
  }
  .wrapper .row-2{
    justify-content: flex-end;
    margin-bottom:15px;
  }
  .wrapper .row section{
    background: #80b34114;
    border-radius: 5px;
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    width: calc(100% - 40px);
    padding: 20px;
    position: relative;
  }
  .wrapper .row section::before{
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #8bb34f;
    top: 28px;
    z-index: -1;
    transform: rotate(45deg);
  }
  .row-1 section::before{
    right: -7px;
  }
  .row-2 section::before{
    left: -7px;
  }
  .it .icon,
  .center-line .scroll-icon{
    position: absolute;
    background: #f2f2f2;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color:blue;
    font-size: 17px;
    box-shadow: 0 0 0 4px var( --buttons), inset 0 2px 0 rgb(0 0 0 / 8%), 0 3px 0 4px rgb(0 0 0 / 5%);
  }
  .it .icon {
    width: 50px;
    height: 50px;
    background: none;
    box-shadow: none;
  }
  .center-line .scroll-icon{
    bottom: 0px;
    left: 50%;
    font-size: 25px;
    transform: translateX(-50%);
  }
  .row-1 section .icon{
    top: 15px;
    right: -60px;
  }
  .row-2 section .icon{
    top: 15px;
    left: -60px;
  }
  .row section .details,
  .row section .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .row section .details .title{
    font-size: 16px;
    font-weight: 600;
    color: #297d59;
  }
  .row section p{
   font-size:13px;

  }
  .row section .bottom a{
    text-decoration: none;
    background: #3ea0e2;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    /* font-size: 17px; */
    font-weight: 400;
    transition: all 0.3s ease;
  }
  .row section .bottom a:hover{
    transform: scale(0.97);
  }
  @media(max-width: 790px){
    .wrapper .center-line{
      left: 40px;
    }
 
    .wrapper .row section{
      width: 100%;
    }
    .row-1 section::before{
      left: -7px;
    }
    .row-1 section .icon{
      left: -60px;
    }
  }
  @media(max-width: 440px){
    .wrapper .center-line,
    .row section::before,
    .row section .icon{
      display: none;
    }
    .wrapper .row{
      margin: 10px 0;
    }
  }
  @media (max-width:767px) {
    .row-2 .d-flex{
        display:  block !important;
    }
    .ag-tabs_list{
        float: none;
    }
    .navs .nav-item{
        width:100% !important;
    }
    .ag-tab_img-box .d-flex{
        display:  block !important;
    }
    .container-fluid{
        padding:5px;
    }
    .navs .nav{
        display:  block !important;
    }
    .box1 {
        padding: 10px 15px !important;
        margin-bottom: 10px !important;
        margin-top:10px !important;
    }
    .box2{
        margin-bottom: 10px !important;
        margin-top:10px !important;
    }
    .tabs label,.serv .navs .nav-item{
        width:100% !important;
    }
    #service-2 .d-flex {
display: block !important;
    }
  }
  .data1{
    color: #555;
    font-size: 15px;
    font-weight: 500;
    font-weight: 600;
    padding: 15px;
    border: none;
    background: #f5f5f5;
    text-align: left;
  }
  .BO{
    color:#fff
  }
  .tabb{
    padding: 20px;
  }
  .servicess {
    height: 700px
;
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
}
.data1 {
  color: #555;
  font-size: 15px;
  font-weight: 500;
  font-weight: 600;
  padding: 2px 30px;
  border: none;
  background: #f5f5f5;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.row section p {
  font-size: 15px;
}

.sm-p {
  margin-bottom: 30px;
  text-align: left;
}
.tabb {
  padding: 20px;
}
.tabb h4 {
  font-size: 16px;
  text-align: left;
}
.row section p {
  font-size: 14px;
}

.bubble {
  width: 100%;
  padding: .5em 1em;
  line-height: 1.4em;
  padding: 20px;
  background-color: #ecf0f1;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  text-align: left;
  display: inline-block; }
 

.bubble-container {
  width: 75%;
  display: block;
  position: relative;
  padding-left: 20px;
  vertical-align: top;
  display: inline-block; }

.arroww {
  content: '';
    display: block;
    position: absolute;
    right: -10px;
    bottom: 35%;
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ecf0f1;}

.timelinee {

  display: block;
  margin: auto;
  background-color: #dde1e22b;
  /* padding-bottom: 2em; */
  -webkit-box-shadow: #bdc3c7 0 5px 5px;
  -moz-box-shadow: #bdc3c7 0 5px 5px;
  box-shadow: #bdc3c7 0 5px 5px;
  -moz-border-radius-bottomleft: 8px;
  /* -webkit-border-bottom-left-radius: 8px; */
  /* border-bottom-left-radius: 8px; */
  -moz-border-radius-bottomright: 8px;
  /* -webkit-border-bottom-right-radius: 8px; */
  /* border-bottom-right-radius: 8px; */
  /* margin-bottom: 2em; */
  border-right: 3px solid #80b341;
  text-align: right;
}
  .timelinee li {
    padding: 1em 0; }


.avatar {

  display: inline-block;
  vertical-align: top;
  position: relative;

  margin-left: 2%; }
  .avatar img {
    width: 143px;
 
    border: 5px solid #ecf0f1;
    position: relative; }
 
.closse{
  color:red;
  font-weight: bold;
}


.first {
  width: 560px;
  display: block;
  margin: auto;
  background-color: #3498db;
  text-shadow: #2084c7 1px 1px 0;
  padding: 1em 0 !important;
  color: white;
  text-align: center;
  margin-top: 1em;
  font-family: "Lato";
  font-size: 1.6em;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  position: relative; }

.icon-twitter {
  font-size: 1.5em; }

.new {
  position: absolute;
  right: 5%; }

.over-bubble {
  line-height: 1.4em;
  padding-top: 10%;
  background-color: rgba(236, 240, 241, 0.8);
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  position: absolute !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  font-size: 2.8em;
  text-shadow: white 1px 1px 0; }

.action {
  margin-right: .3em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

.icon-star {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }
  .icon-star:hover {
    cursor: pointer;
    color: #f39c12; }

.icon-retweet {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }
  .icon-retweet:hover {
    cursor: pointer;
    color: #16a085; }

.icon-mail-reply {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }
  .icon-mail-reply:hover {
    cursor: pointer;
    color: #3498db; }

.bubble-container h3{
  color: var(--nav-textt) !important;
    font-weight: 700;
    text-align: right;
    font-size:16px;
}
.Links{
  color:#004331 !important;

  font-size: 20px !important;
}
#RegisterBtn{
  background-color: var(--nav-textt);
  border:0px
}

.retweet {
  position: absolute;
  opacity: 1;
  top: 0;
  right: 1em;
  display: block;
  background-color: #16a085;
  padding: 4px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px; }
  .retweet .icon-retweet {
    color: white;
    margin: auto;
    width: 100%;
    display: block;
    font-size: 1.2em; }
.card-box{
  background: #28a74517;
    padding: 10px;
    border-radius: 8px;
  overflow: hidden;
    height:130px
   
}

.card-box::before {
  position: absolute;
  left: -22px;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: cover;
}
.card-box::before {
  background-image: url(../images/diamond.png);
}
    .card-box img{
      width: 60px;
      margin: auto;
      display: table;
      box-shadow: none;
      height: 60px;
      margin: auto;
      display: table;
      box-shadow:none;
     border-radius:0px;
    }
    .card-box h5{
      text-align: center;
      font-size:16px;
      font-weight: bold;
  margin-top:10px;
  color:var(--nav-bgg)
    }
    .course{
      height:40px !important
    }
    .Course2{
      width:50px !important;
      margin-top: 0.5rem !important;
    }
   

    
    .g-recaptcha{
      margin-top:1rem;
      width:100%;

    }
    .g-recaptcha.error {
      border: solid 2px #c64848;
      padding: .2em;
      width: 19em;
    }




.fa-caret-left{
  font-size: 14px;
  margin: 15px 0px;
  line-height: 30px;
  text-align: justify;
  color: var(--fa-caret);
  font-weight: 500;
}
.fa-caret-left2{
  color: var(--fa-caret);
  font-weight: 700;
  font-size: 15px;
  
  line-height: 2;
  text-align:left !important;
   font-family: "ArbFONTS-URW-DIN-Arabic.ttf";
}
.fa-caret{
  color: var(--fa-caret);
  font-weight: 700;
  font-size: 15px;
  line-height: 2;
  text-align:justify !important;
 
}
.fa-caret-left:before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Free" !important;
  color: #80b241;
  float: right;
  font-size:17px;
  margin-left:5px;
  display:none
}

.titles-h4 {
  color: #416C5B;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-right: 3px;
  margin-top: 10px;
  border-right: 4px solid #80b241;
  padding-right: 4px;
  text-align: right;
  background: #f8f9fa;
  padding: 10px;

}

.titles_new{
  color: #416C5B;
  font-weight: bold;
  width: 100%;
  text-align: right;
  font-size: 20px;
  position: absolute;
  top: 30%;
  right: 2%;
  line-height:1.7;
}
.nnew{
  text-align: right;
  color: #416C5B;
  font-size: 22px;
  font-weight: bold;
  
  
  
  
  width:100%;

  font-size: 20px !important;
      position: absolute;
      right: 10%;
      top: 30%;
}
.nnew::before{
  content: "\f192";
  font-family: "Font Awesome 5 Free" !important;
  color: #80b241;
  font-size:17px;
  margin-left:5px
}
.titles_new::before{
  content: "\f192";
  font-family: "Font Awesome 5 Free" !important;
  color: #80b241;
  font-size:17px;
  margin-left:5px
}
.tables-links tr {
  padding:10px;
}
.tables-links td{
  text-align: right;
  padding:10px;
}
.tables-links td i{
  color:#80b241;
  font-weight: bold;
  margin-left: 3px;
}

.single-box2{
  text-align: right;
  padding: 5px 10px;
  background:var(--small_header);
  -webkit-transition: all 1s ;
  transition: all 1s ;
  border-bottom: 1px solid grey;
  /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
  border-radius: 5px;
  margin-bottom: 7px;
}
.single-box2 p{
  display: flex;
  align-items: center;
  margin-top: 12px;
  color:var(--fa-caret)
}
.single-box2:hover{
  -webkit-transition: all 1s ;
  transition: all 1s ;
  transform: scale(1.1); 
  background-color: var(--item-box);
}

/* .carr .owl-item > div {
  cursor: pointer;
  margin: 6% 8%;
  transition: margin 0.4s ease;
}
.carr .owl-item.center > div {
  cursor: auto;
  margin: 0;
  position: relative !important;
}
.carr .owl-item:not(.center) > div:hover {
  opacity: .75;
}
.carr .owl-item:nth-child(2) {
  opacity: 0.8;
}
.carr .owl-item:nth-child(3){
  opacity: .5;
}


 .slider-wrap {
  overflow: hidden;
  height: 100%;
  width: 100%;
 
}

.swap2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.swap2 .swiper-slide {
  opacity: .25;
  transform: initial !important
  
}
.swap2 .swiper-slide-next,.swiper-slide-prev{
  opacity: .8 !important;
}

.swap2 .swiper-slide-active {
  opacity: 1;
  transform: scale(1.25, 1.25) !important;
    -ms-transform: scale(1.25, 1.25);
    -webkit-transform: scale(1.25, 1.25);
    -o-transform: scale(1.25, 1.25);
    -moz-transform: scale(1.25, 1.25);
}
.swap2 .swiper-slide{
  width:0px;
  height:0px
} */


/* chart */
.org-chart {
  display: block;
  clear: both;
  margin-bottom: 30px;
  position: relative;
  /**
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */
  /* Box colors */
  /* 1 column */
  /* 2 column */
  /* 3 column */
  /* DEPARTMENTS COLUMNs */
}
.org-chart.cf:before, .org-chart.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.org-chart.cf:after {
  clear: both;
}
.org-chart.cf {
  *zoom: 1;
}
.org-chart ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.org-chart ul li {
  position: relative;
}
.org-chart ul li span {
  display: block;
  /* border: 3px solid orange; */
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  color: black;
  font-size: 12px;
  box-shadow: 4px 4px 9px -4px rgb(0 0 0 / 40%);
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  transition: all linear 0.1s;
  background: #087f5b;
  padding: 9px;
  border-radius: 5px;
  color: #fff;
}
.org-chart .lvl-b {
  background: #087f5b;
  color: #ffffff;
  height: 80px;
  border-top: 4px solid #d3db23;
}

.org-chart .board {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.org-chart ul.columnOne {
  height: 90px;
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}
.org-chart ul.columnOne li {
  width: 30%;
  margin: 0px auto;
  top: 20px;
}
.columnOne  .lvl-b{
  background-color: #f8f9fa !important;
  color: #02693c !important;
  border-top: 3px solid #80b241;
  border-radius: 16px 0px;
  height:55px
}
.lvl-b img{
  width:25px !important;
  height:25px !important;
  border-radius:0px !important;
  box-shadow:none;
  
}
.org-chart ul.columnTwo {
  position: relative;
  width: 100%;
  display: block;
  height: 90px;
  clear: both;
}
.org-chart ul.columnTwo li:first-child {
  width: 30%;
  float: left;
}
.org-chart ul.columnTwo li {
  width: 30%;
  float: right;
}
.org-chart ul.columnTwo:before {
  content: "";
  display: block;
  position: relative;
  width: 230px;
  height: 10px;
  border-top: 2px solid #dee2e6;
  margin: 0 auto;
  top: 38px;
  right: -115px;
}
.vip2::before{
  content: "";
  position: absolute;
  display: block;
  width: 21px;
  height: 133px;
  border-left: 2px solid #d1d3d4;
  left: 50%;
  top: 36px;
}
.vip4{
  margin-right:5rem;
}
.vip5{
  margin-top: 2rem;
}
.vip5::before{
  content: "";
  display: block;
  position: absolute;
  width: 68%;
  height: 8px;
  border-top: 2px dashed #dee2e6;
  margin: 0 auto;
  top: 64px;
  right: -68%;
}

.org-chart ul.columnThree {
 
  width: 100%;
  display: block;
  clear: both;
}
.org-chart ul.columnThree li:first-child {
  width: 30%;
  float: left;
  margin-left: 0;
}
.org-chart ul.columnThree li {
  width: 30%;
  margin-left: 5%;
  float: left;
}
.org-chart ul.columnThree li:last-child {
  width: 30%;
  float: right;
  margin-left: 0;
}
.org-chart ul.columnThree:before {
  content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 10px;
  border-top: 2px solid #dee2e6;
  margin: 0 auto;
  top: 40px;
}
.org-chart .departments {
  width: 100%;
  display: block;
  clear: both;
  margin-top: 3.5rem;
}
.org-chart .departments:before {
  content: "";
  display: block;
  width: 85%;
  height: 22px;
  border-top: 2px solid #dee2e6;
  border-left: 2px solid #dee2e6;
  border-right: 2px solid #dee2e6;
  margin: 0 auto;
  top: 0px;
}
.org-chart .department {

  width: 23.2%;
  float: left;
  margin: 0px 4px;
}
.org-chart .department:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 22px;
  border-left: 2px solid #dee2e6;
  left: 50%;
  top: -22px;
}
.org-chart .department:first-child:after {
  display: none;
}
.org-chart .department:last-child:after {
  display: none;
}

.org-chart .department.central:after {
  display: none;
}

.org-chart .department li {
  padding-left: 25px;
width:100% !important;
  height: 67px;
}
.org-chart .department li span {
  background:#80b241;
  top: 38px;
  position: absolute;
  z-index: 1;
  width: 95%;
  height: auto;
  vertical-align: middle;
  right: 0px;
  line-height: 14px;

}

.org-chart .department li span::before{
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 22px;
  border-left: 2px solid #dee2e6;
  left: 50%;
  top: -22px;
}
.sub{
  margin-top:2rem;
}
.oone{
  margin-top:-2rem !important;
}
 .three::before{
  content: "";
  display: block;
  position: relative;
  width: 311px !important;
  height: 10px;
  border-top: 2px solid #dee2e6;
  margin: 0 auto;
  top: 37px !important;
  right: -17px !important;
}
.dep li{
  width:46% !important
}
.tree{
  margin-bottom: 3rem !important;
  width: 64% !important;
  top: -10%;
}
.tree::before{
  content: "";
  display: block;
  position: relative;
  width: 132% !important;
  height: 10px;
  border-top: 2px solid #dee2e6;
  margin: 0 auto;
  top: 37px !important;
  right: -104px !important;
}
.dep{
  margin-top: 5rem !important;
}
.tree .vip2::before{
 
  height: 28px !important;
  top: 54px !important
}
.org-chart .department .sections {
  margin-top: -20px;
}

/* MEDIA QUERIES */
@media all and (max-width: 767px) {
  .org-chart .board {
    margin: 0px;
    width: 100%;
  }
  .org-chart .departments:before {
    border: none;
  }
  .org-chart .department {
    float: none;
    width: 100%;
    margin-left: 0;
    background: #F5EEC9;
    margin-bottom: 40px;
  }
  .org-chart .department:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 60px;
    border-left: 2px solid orange;
    z-index: 1;
    top: -45px;
    left: 0%;
    margin-left: -2px;
  }
  .org-chart .department:after {
    display: none;
  }
  .org-chart .department:first-child:before {
    display: none;
  }
}
/*--------- TO BE REMOVED FROM YOUR CSS --*/
/* this is just to display the behaviour of responsive on codepen */
.responsive-content {
  width: 767px;
  margin: 0px auto;
}
.responsive-content .org-chart .board {
  margin: 0px;
  width: 100%;
}
.responsive-content .org-chart .departments:before {
  border: none;
}
.responsive-content .org-chart .department {
  float: none;
  width: 100%;
  margin-left: 0;
  background: #F5EEC9;
  margin-bottom: 40px;
}
.responsive-content .org-chart .department:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 60px;

  z-index: 1;
  top: -45px;
  left: 0%;
  margin-left: -2px;
}
.responsive-content .org-chart .department:after {
  display: none;
}
.responsive-content .org-chart .department:first-child:before {
  display: none;
}


.Top_footer{
  padding: 1.5rem;
background: #297d59;
color: #fff;
}
.Top_footer h5{
  font-weight: 800;
  line-height:2;
}
.Top_footer p{
  font-size: 13px;
  line-height: 2;
}
.Top_footer .input-group{

  margin-top:10px;
}
.Top_footer input{
  padding:22px;
}
.second-footer{
  background-repeat: no-repeat;
background-position: center center;
background-image: url(../images/world-map.png);

background-color:var(--footer);
padding: 2rem;
border-bottom: 1px solid grey;
padding-bottom:0rem;
}
.bg-img {
  position: absolute;
  top: 84.6%;
  right: -.5%;
  width: 482px;
}
.bg{
  background-repeat: no-repeat;
    /* background-position: center center; */
    background-size: cover;
    width: 100%;
    height: 95px;
    margin-top: 3rem;
    z-index: 0;
    position: absolute;
    bottom: 342px;
}
#basic-addon1{
background: #297d59;
color: #fff;
}
.widget li a:hover{
color:#c5f3b8
}
.widget-title{
color: #fff;
margin-bottom:26px;
}
.widget-title {
    position: relative;
}

.widget-title:before {
  content: '';
  width: 40px;
  height: 2px;
  border-bottom: 2px;
  text-align: inherit;
  position: absolute;
  background-color: #82b440;
  /* top: 33px; */
  margin-top: 2rem;
}
.bin{
    position: relative;
}
.links li a{
padding: 0 4.5px;
}
.widget-title:after {
  content: '';
  width: 100px;
  height: 2px;
  border-bottom: 2px solid rgba(0,0,0,.07);
  text-align: inherit;
  /* bottom: 33px; */
  position: absolute;
  right: 49px;
  border-bottom-color: #dddddd7d;
  margin-top: 2rem;
  /* margin-right: -2rem; */
  top: 1px;
}
.widget  li a{
color:#fff;
font-size:14px;
line-height: 2;

}
.widget  li a::before{
content: "\f105";
font-family: fontAwesome;
padding-left: 10px;
color: #666;
color: #6abe52;
}
/* .social {
  margin-bottom: 0.5rem;
}
.social li {
display: inline-block;
position: relative;
margin-right: 10px;
}
.social li a {
  display: inline-block;
} */
/* .social li a::before{
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  content: " ";
  background-color:var(--social);
  color: #fff;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  transition: all ease .35s;
  -webkit-transition: all ease .35s;
  -moz-transition: all ease .35s;
  -ms-transition: all ease .35s;
  border-radius: 100%;
  line-height: 1;
  transition: all 265ms ease-out;
} */
/* 
.social li a:hover:before {
  transform: scale(0);
  transition: all 265ms ease-in;
}
.social li a i {
  color: #fff;
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 18px;
  transition: all 265ms ease-out;
}
.social li a:hover i {
  transform: scale(2.2);
  -ms-transform: scale(2.2);
  -webkit-transform: scale(2.2);
  color: var(--social);
} */
.contactt {
  margin-bottom: 1rem;
}
.contactt a{
  display: flex;
  align-items: center;
font-size: 17px;
margin-right: 4px;
margin-top: 14px;
color: #fff;
text-align: center;
}
.contactt i{
color:#6abe52;
margin-left: 10px;
}
.phone {
  transition: .5s;
  position: relative;
  z-index: 1;
  padding: 9px 15px;
  background: #fff;
  display: inline-block;
  border-radius: 30px;
  box-shadow: 2px 0 25px rgb(0 0 0 / 9%);
  color: green;
  font-size: 18px;
  font-weight: 600;
}
.phone::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 29%;
  border-radius: 30px;
  z-index: -1;
  background: var(--social);
  transition: .5s;
}
.phone i {
  color: #fff;
  margin-left: 1rem;
}
.phone:hover:before {
  width: 100%;
}
.phone:hover {
  color: #fff;
}
.copyright-footer{
  border-top: 1px solid #ffffff52;
}

.copyright-footer p {
display: inline-block;
line-height: 48px; 
vertical-align: middle;
text-align: left;
font-size: 12px;

color: #fff;
float: left;

}
.copyright-footer p  span{
color: #76c711;
}
.links li {
border-left: 1px solid #e6e7e9;
}
.links li:last-child{
border-left:0px;
}

.up {
  width: 30px;
  height: 30px;
  position: relative;
  margin-top: -1.5rem;
  margin-left: -2rem;
  cursor: pointer;
  color: #fff;
  background: #6abe52;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  padding: 6px 0px;

}
.up:hover{
color:#6abe52;
background-color: #fff;
}
.links{

margin-top: 10px;

}
#button2 {
float: right;
}
#button{
float: left;
}
.tools-bar {

  text-align: left;
}
.list-inline-item {
  margin-left: 1rem !important;
    background: #f5f5f5;
    padding: 6px 10px;
    border-radius: 5px;
}

.shareBox {
  position: relative;
}
.tools-bar a {
  font-size: 18px;
  font-weight: 500;
  color: #595A5C;
}
.share-list {
  width: 48px;
  min-width: auto;
  text-align: center;
  border: 0;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px #e8e8e8;
  box-shadow: 0px 0px 50px #e8e8e8;
  font-size: 18px;
  top: auto;
}
.shareBox:hover #divShareMenu{
display: block;
}
.share-list a {
  text-align: inherit;
  padding: 10px 5px;
  font-size: inherit;
}
.tools-bar a {
  font-size: 18px;
  font-weight: 500;
  color: #595A5C;
}
#new-footer{
  overflow: hidden;
  text-align: right;
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/abstract.jpg');
  background-size: cover;
}
#notfound a{
  color:#008000
}

#notfound .notfound-bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.notfound-404 img{
  width:200px;
  margin: auto;
  display: table;
}
#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#notfound .notfound:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50% , -50%);
      -ms-transform: translate(-50% , -50%);
          transform: translate(-50% , -50%);
  width: 100%;
  height: 600px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.7) inset;
  z-index: -1;
}

.notfound {
  max-width: 600px;
  width: 100%;
  text-align: center;
  padding: 30px;
  line-height: 1.4;
}

.notfound .notfound-404 {
  position: relative;
  height: 277px;
}

.notfound .notfound-404 h1 {

  position: absolute;
  left: 50%;
  top: 64%;
   -webkit-transform: translate(-50%, -50%); 
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 182px;
  margin: 0px;
  color: #1e4c3e;
  text-transform: uppercase;
}

.notfound h2 {
 
  font-size: 26px;
  font-weight: 400;
  color: #222225;
  margin-top: 0px;
  margin-bottom: 20px;
}

.notfound h2 span{
  color:#008000
}
.link-page2{
  border-bottom:1px solid;
  font-weight: bold;
  padding: 6px;
}
@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 146px;
  }

  .notfound .notfound-404 h1 {
    font-size: 146px;
  }

  .notfound h2 {
    font-size: 22px;
  }
}

.services .nav-pills li {
  margin-left: 10px;
}
.services .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #242e3f !important;
}
.services .nav-pills .nav-link.active, .nav-pills .show > .nav-link :focus {
  background-color: var(--nav-bg) !important;
  color: #ffff !important;
}
.services .nav-pills .nav-link.active {
  position: relative;
}
.services .nav-pills li a {
  background-color: #fff !important;
  padding: 0.5rem 2rem !important;
  color: #242e3f !important;
  font-size: 18px;
  border: 1px solid #242e3f;
  font-weight: 500;
  transition: all 0.5s;
}




@media (min-width: 1024px){

  .navbar-nav .dropdown-menu{
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: height 0.65s ease;
    transition: height 0.65s ease;
    transform-origin: top center;
    transition: all 0.5s;
    
  
  }
  .navbar-nav .dropdown:hover > .dropdown-menu,
  .navbar-nav .dropdown:hover {
    visibility: visible;
    transition: all 0.5s;
    opacity: 1;
    display: block;
    -webkit-transition: height 0.65s ease;
    transition: height 0.65s ease;
  }
}



.Tab_new {
  /* Step 1: Enable Flex on the container */
  display: flex;
  
  /* Step 2: Enable flex-wrap to put content section below tab label */
  flex-wrap: wrap;
}
.Tab_new  > section {  
  /* Step 3: Move content <section> to the end, after the tab labels */
  order: 999;
  
  /* Step 4: Make sure the content <section> is 100% width */
  width: 100%;
  
  /* Step 5: Hide all content <section> by default */
  display: none;
}
.Tab_new  > input {
  /* display: none; Don’t use display:none. Bad for accessibility */
  
  /* Step 6: Hide the radio inputs */
  opacity: 0;
  
  /* Step 7: Make sure the radio inputs don’t take up space in layout */
  position: absolute;
}
/* Step 8: Select the label right next to the selected input */
.Tab_new  > input[type=radio]:checked + label {
  /* Step 9: Highlight the selected label */
  background: yellow;
}
/* Step 10: Select the section right next to the label which is next to the selected input */
.Tab_new  > input[type=radio]:checked + label + section {
  /* Step 11: Unset the 'display:none' we did in step 5 */
  display: unset;
}

/* Done. Make sure to disable the debug code at the beginning of CSS. And now it is time to make the tabs look good */

/* Make the tabs look good */
/* Final Step: Make the tabs pretty with padding and colors */

.Tab_new >label{
color: var(--nav-bg) !important;
border:1px solid;
font-size:16px;
padding:.5rem 1rem;
background-color: transparent;
margin:10px;
border-radius:5px;
cursor: pointer;

}

.Tab_new > input[type=radio]:checked + label {
  background: var(--nav-bg) !important;
  color:#fff !important;
} 

.Tab_new section {
  border: 1px #798f99 solid;
  border-top: 5px #798f99 solid;
  padding: 1em;
}



/* .old-ribbon{
  position: absolute;
  height: 40px;
  padding: 10px;
  margin-left: 20px;
  border-radius: 0 4px 4px 0;
  background-color: #EA4335;
  color: #fff;
  display: inline-block;
  z-index: 999;
  left: 0;
  top: 2px;
}

.old-ribbon::before{
  content:"";
  display:block;
  position:absolute;
  left:-20px;
  top:0;
  border:solid 20px #EA4335;
  border-right-width:0;
  border-left-color:transparent;
} */


.ribbon-top-right {
  top: -1px;
  right: 0px;
  
}
.ribbon {
  z-index: 10;
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  z-index: 99999;
}
.ribbon-top-right span {
left: -34px;
top: 18px;
transform: rotate(45deg);
}
.ribbon span {
position: absolute;
display: block;
width: 225px;
padding: 15px 0;
background-color: #65a11a;
box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
color: #fff;
font-size: 15px;
font-weight: bold;
text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
text-transform: uppercase;
text-align: center;
}

/* .old-ribbon::before{
  content:"";
  display:block;
  position:absolute;
  left:-20px;
  top:0;
  border:solid 20px #EA4335;
  border-right-width:0;
  border-left-color:transparent;
} */


.Data .section-ab2 .List_table{
  margin-right:10px;
  list-style:disc;
  padding-right: 1rem;
  min-width:211px;
}
.Data .section-ab2 .List_table li{
  font-size: 13px;
  line-height: 2.2;
  text-align: justify;
  font-weight: 600;
  padding: 5px 2px;
  color:var(--lis);
}
.Data .single_p{
  color: var(--lis);
  font-size: 13px;
  text-align: justify;
  line-height: 2;
}
.Data .caret{
  color: var(--fa-caret);
  text-align: right;
  width: 137px;
  padding: 0px;
}
.Data .caret:before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Free" !important;
  color: #80b241;
  float: right;
  font-size: 17px;
  margin-left: 5px;
}





/* Sticky our navbar on window scroll */


#sidebar {

/* height:100%; */
z-index:0 !important;
}
#sidebar-nav li {
list-style:none;
border:1px solid #ddd;
margin:10px;
padding:2px;
}
#content {
padding:60px 100px;
/* border:1px solid #ddd; */
/* margin:0 0 10px 5px; */
/* float: left; */
width:100%;
position: relative; 

}
/* .sidebar__content.st{
padding-right:240px !important;
} */
#footer {
clear: both;
height:800px;
border:1px solid green;
background-color:#ddd;
}

/* Sticky our navbar on window scroll */
#sidebar.sticky {
/* position:fixed;
top:123px;
z-index:0 !important; */
}

.col_item {
background: #80808021;
padding: 20px;
border-radius: 10px;
height: 100%;
transition: 1s all;
margin-bottom: 10px;
margin: 5px 0px;
border-radius: 7px;
border: 2px solid rgb(219 219 219 / 41%);
box-shadow: 2px 2px 7px #dadada4d;
transition: 1s all;
background: var(--item-box);
margin-top:0px;

}
.datee .col-lg-4{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin:10px 0px;
 
}

.col_item h3 {
text-align: center;
position: relative;
padding-bottom: 15px;
color:var(--nav-bgx);
font-size: 16px;
font-weight: 800;
line-height: 1.6;
}
.col_item p {
  color: var(--fa-caret);
  font-size: 14px !important;
  line-height: 1.7;
}

.col_item ul{
display: flex;
flex-direction: column;
}
.col_item h3::after {
content: '';
width: 40%;
height: 3px;
background:var(--nav-bgg);
border-radius: 3px;
position: absolute;
bottom: 0;
right: 0;
left: 0;
margin: auto;
}
.large_ul{
margin-top:10px;
}
.large_ul li{
padding-right: 20px;
position: relative;
margin-bottom: 10px;
min-height: 30px;
font-size: 12px;
line-height:2;
color: var(--fa-caret);
text-align: justify;
}
.large_ul li::before{
content: '';
width: 9px;
min-width: 9px;
height: 9px;
background:var(--buttons);
border-radius: 50%;
position: absolute;
right: 0;
top: 10px;
bottom: 0;
}

.small_ul{
margin-top:20px;

}

.small_ul div{
font-size:13px;
position: relative;
margin:10px 0px;

font-weight: bold;
line-height:1.8;

}
.bottom_img{
width: 160px;
margin: auto;
}
.main_head h2, .main_head h3 {
font-size: 18px;
font-weight: 700;
margin-top:30px;
width: 100%;
line-height: 1.7;
color: var(--dreen);
margin-bottom:0px;
}
.Page_content p{
font-size: 12px;
margin:15px 0px;
line-height: 30px;
text-align: justify;
color:var(--fa-caret)
}
.Page_content li {
  font-size: 12px;
  line-height: 30px;
}
.Page_content h6 {
  color: var(--fa-caret);
}
.Arc .card{
padding:10px;
background-color: var(--item-box33);
}
.Arc .accordion-header{
align-items: center;
  display: flex;
  justify-content: space-between;
  border-radius:6px;
  cursor: pointer;
}
.Arc .accordion-item{
margin:10px 0px;
}
.Arc .accordion-body{
background:var(--Bar);
border: 1px solid #36d136;
}
.Arc .accordion-body p {
  font-size: 12px;
}

.Arc .accordion-header{
  background: var(--nav-tabs);
  padding: 11px 17px;
  color: #fff;
  font-size: 15px;
  height:75px

}
.img{
width: 60px;
  margin-left: 20px;
  -webkit-transition: 1s;
  transition: 1s;
  float: left;

}
[aria-expanded ="true"] .img{
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
transform: rotate(-180deg);
transition:1s all;
}
.items{
margin-right: 10px;
}
.items li{
line-height: 30px;
list-style: disc;
font-size:12px;
text-align: justify;
color: var(--fa-caret);
}

.wrapper_gradient {
background-color: #d3d3d39c;
/* background-image: linear-gradient(315deg, #d3d3d300 0%, #7f8c8d91 74%); */
padding: 40px 30px 30px 30px;
border-radius: 10px;
margin-bottom: 50px;
}

.items_most {
margin-bottom: 20px;
padding-left: 50px;
margin-top:10px;
}
.items_most span.num {
font-size:17px !important;
margin-left:5px;
float: none !important;
margin-bottom:10px;
color:#000
}
.wrapper_values .items_most p {
font-weight: 100;
}

.items_most p {
position: relative;
margin-bottom: 0;
margin-top: 10px;
padding-right: 20px;

align-items: center;
}
.eye::before{

content: "\f06e";
font-family: "Font Awesome 5 Free" !important;
color: #80b241;
float: right;
font-size: 17px;
margin-left: 5px;
}
.message::before{
content: "\f0e0";
font-family: "Font Awesome 5 Free" !important;
color: #80b241;
float: right;
font-size: 17px;
margin-left: 5px;
}
.goals::before{
content: "\f02e";
font-family: "Font Awesome 5 Free" !important;
color: #80b241;
float: right;
font-size: 17px;
margin-left: 5px;
}


.D_box {
position: relative;
width: 100%;

}
.D_box  .card_img {
border: 0px;
border-radius: 15px;
}
.D_box .card_img img {
width: 100%;
height: 200px;
position: relative;
border-radius: 10px;

}
.D_box .card_img .overlay {
position: absolute;
left: 0;
padding: 25px;
right: 0;
width: 100%;
height: 100%;
background-color:var(--over);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
color: #fff;
font-weight: bold;
line-height: 1.8;
opacity:.7;
transition:1s all;
border-radius:10px;
}
.D_box .card_img:hover .overlay{
opacity:0;
transition:1s all;
}
.D_box h6{
color: var(--dreen);
/* position: absolute; */
font-weight: 700;
/* padding: 5rem; */
text-align: center;
line-height: 2;
font-size:13px;
}
.acrod .accordion-body{
   border-radius: 7px;
   border: 2px solid rgb(219 219 219 / 41%);
   align-items: center;
   box-shadow: 2px 2px 7px #dadada45;
   padding: 20px;
   transition: 1s all;
   background: var(--item-box);
}

.accordion-body .Page_content h6 {
  font-weight: 800;
}
.item li{
font-size: 12px;
margin-bottom: 20px;
line-height: 30px;
text-align: justify;
color:var(--fa-caret)
}


.acrod [aria-expanded ="true"].accordion-header{
/* background: #eaeaea; */
padding-bottom: 26px !important;
}
.acrod [aria-expanded ="true"].accordion-header .overlay{
opacity:0;
}
.acrod [aria-expanded ="true"].accordion-header h6{

  color: #65a11a;
  border-radius: 5px;
  text-align: center;
  margin: auto;
}


.col_initiatives {
display: flex;
flex-direction: column;
border-left: 1px solid #fff;
background: #80808078;
padding:10px;
border-radius:8px;
margin: auto;
display:table;
height:100%;
}
.col_initiatives ul li {
padding: 0 31px 15px 15px;
border-bottom: 1px solid #0c5879;
}


.item-container .item-box{

margin: 10px 0px;
border-radius: 7px;
border: 2px solid rgb(219 219 219 / 41%);

box-shadow: 2px 2px 7px #dadada45;
padding: 20px;
transition: 1s all;
height: 200px;
background: var(--item-box);
}
.item-container .item-box.vision {
  height: 190px;
}
.item-container .item-box:hover,.col_item:hover,.cass div:hover{

cursor: default;
transition: 1s all;
border-top:1px solid #808080a1;
background-color:var(--body-bg);

}


.item-box .item-box-ctn{

align-items: center;
}

.item-box-ctn .image-wrapper{
width: 75px;
height: 75px;
}

.image-wrapper img{
width: 75px;
height: 75px;
}

.item-box-texts{
margin-left: auto;
margin-right: 11px;

}

.item-box-texts .item-box-head h3{
font-size: 16px;
font-weight: bold;
margin: 10px 0px;
color:var( --sideb);

}
.item-box-texts .item-box-p{
font-size: 12px;
text-align: justify;
color:var(--fa-caret)

}



.it li::before {
content: "";
/* grid-area: line; */
height: 4rem;
/* border-right: 2px dotted currentColor; */
}

/* .it li::after {
content: "";
grid-area: dot;
width: 0.7rem;
aspect-ratio: 1;
border-radius: 50%;
background: var( --buttons);
justify-self: center;
margin-bottom: 0.5rem;
} */

.it li .title {
grid-area: title;
margin-block: 0.5rem;
font-weight: 600;
text-align: center;
font-size:15px;
}
.no_number{
border-left: 2px solid #80b241;
width: 140px;
}
.no_number span{
  display: inline;
  margin-left: 1rem;
  border-radius: 50%;
  line-height: 2;
  padding: 3px 8px;
  background: #65a11a;
  font-size: 15px;
  font-weight: 800;
}

.credits {
position: fixed;
bottom: 1rem;
right: 1rem;
}
.credits a {
color: var(--color);
}
.it li{
display: inline-block;
}
.it{
justify-content: center;

align-items: center;
}
.it li {
width: 12rem;
justify-self: center;
display: grid;
grid-template:
  "icon"
  "line"
  "dot"
  "title"
  "descr" 1fr;
justify-items: center;
align-items: flex-start;
text-align: center;
}
.List_icon{
border-radius: 7px;
border: 2px solid rgb(219 219 219 / 41%);
/* box-shadow: 2px 2px 7px #dadada4d; */
transition: 1s all;
background: var(--item-box);
}
.New_tab .input-group {
background-color:inherit !important;
transition:1s all;
/* margin-top:10px; */
}
.New_tab .input-group .input-group-text {
font-weight: bold;
font-size: 20px;
vertical-align:middle;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
margin-bottom: -13px !important;
border: 0px !important;
background-color: transparent;
color: #65a11a;
}
#list-cap4 {
  margin-bottom: 0;
}
#list-sc2 {
  margin-bottom: -10px;
}
.New_tab .input-group p {
  font-size: 12px;
  margin-bottom: 5px;
  text-align: justify;
}

.under_card{
margin-top:10px;
border:0px !important
}

.New_tab label{
  color:var(--dreen);
font-size: 14px;
}
.under_card .input-group p{
color:var(--fa-caret);
font-size: 12px !important;
   /* margin-top: 8px; */
   margin-bottom: auto;
}
.struc-box {
  padding: 20px;
  padding-top: 35px;

}
.structure {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: table;
  padding: 20px;
  padding-top: 35px;
}
/* new about_5 */
.data .title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  width: 100%;
  color: var(--dreen);
  margin-bottom: 20px;
}
 /* .data .first-card {
  width: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin: 10px 0px;
  border-radius: 7px;
  border: 2px solid rgb(219 219 219 / 41%);
  box-shadow: 2px 2px 7px #dadada45;
  padding: 20px;
  transition: 1s all;
  height: 200px;
  background: var(--item-box);
} */
 .data .main-card{
  display: flex;
  margin: auto;
} 
.main-card2{
  display: block !important;
} 
.data .main-card img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
}
.data  .main-card2 img{
  width: 170px;
  height: 170px;
}
.data .main-content2{
  margin-right:2.5rem
}
.data .main-content {
  display: inline-block;
  /*flex-direction: column;*/
  transform: translate(-4%, 70%);
  line-height: 1;
  text-align: right;
  /* padding-right: 2%; */
}
.data .main-content2{
  display: inline-block;
  transform: translate(0%, 10%);
  line-height: 1;
  text-align: right;
}
.data .main-content p {
  color: var(--btn-color);
  font-size: 14px;
}
.data .main-content h4 {
  color: var(--dreen);
  font-weight: bolder;
  margin-bottom: 0.9rem;
  font-size: 16px;
}
.data .directors {
  margin: 2rem 0;
  background-color: var(--active);
}
.data .directors .secondary-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-style: none;
  border-radius: 10px;
}
.data .directors .secondary-card img {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.data .directors .secondary-card .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0.7;
  font-size: 12px;
}
.data .directors .secondary-card .name {
  color: var(--dreen);
  font-weight: bolder;
  font-size: 15px;
  line-height:1.5;
}
.data .main-content .jop {
  color: var(--fa-caret);
}
.data .directors .secondary-card .jop {
  color: var(--fa-caret);
  line-height: 1.7;
  text-align: center;
} 
.data .directors .secondary-card p {
  color: var(--btn-color);
  font-size: 14px;
}


.Arc .accordion-item {
  margin: 10px 10px;
}
.input-group-append {
  margin-top: 1rem;
}
.input-group-append .input-group-text {
  margin-bottom: 0;
}
.input-group-append h5{
  color: var(--nav-bgx);
  font-size: 14px;
  font-weight: 800;
}
.datee .col-lg-4 .zoomIn{
  width:100%;
}
.secondary-card .content .blow_p {
  line-height: 1.3;
  text-align: center;
}
.main-th {
  text-align: center;
  background-color: var(--btn-color);
  margin-bottom: -25px;
  margin-top: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 35px;
  color: #fff;
  padding-top: 5px;
}
.midle {
  text-align: right;
}
/* repeat_Qs */
.rqs {
  padding: 50px 30px;
}
.rqs .accordion-body {
  background: var(--Bar);
  border: 1px solid #00000020;
}
.rqs .accordion-item  {
  background-color: rgba(0,0,0,0.03);
  border-bottom: 1px solid #00000020;
}
.rqs .accordion-item .qs {
  font-size: 14px;
  text-align: right;
  width: 85%;
  line-height: 1.6;
  color: #416C5B;
  font-weight: bold;
  padding-top: 10px;
}
.rqs .accordion-item p {
  width: 100%;
  text-align: justify;
}
.rqs .Arc .accordion-header {
  background: #f8f9fa;
  padding: 11px 17px;
  color: #fff;
  font-size: 15px;
  height: 75px;
}
.rqs .no_number {
  width: 35px;
  height: 40px;
}
.rqs .accordion-header {
  position: relative;
}

/* image_libirary */
.ph_li {
  width: 50%;
  background-color: #bbf30f47;
  padding: 15px;
  border-radius: 10px;
  transform: translateX(-50%);
  box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
}
.fold_box:hover .ph_li {
  background-color: #bbf30f96;
}
.category_n {
  text-align: center;
  margin-top: 5px;
  color: var(--dreen);
  font-weight: bold;
  font-size: 16px;
}
.s_and_m {
  display: flex;
  position: absolute;
  top: 67%;
  width: 90%;

}
.magnify-icon_n {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #80b241;
  text-align: center;
  cursor: pointer; 
}
.s_and_m .fa {
  margin-top: 10px;
}
.fold_box {
  position: relative;
}
.overlay-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}
.portfolio-item {
  padding: 50px;
} 
.fold_box:hover .overlay-content {
  visibility: visible;
  transform: scale(1);
}
.magnify-icon_n:hover {
  background: #000;
}
/* test1 */





/* sitemap */

.sitemap {
  padding: 50px 0;
	width: 100%;
}
.sim {
  padding: 0;
}
#primaryNav .m_box {
	background: url('/images/slickmap/L1-center.png') center top no-repeat;
	padding: 0;
	margin-top: -30px;
}
#primaryNav .m_box a {
	margin: 0 20px 0 0;
	padding: 8px 0;
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #fff;	
	background: #2e6d5a url('/images/slickmap/white-highlight.png') top left repeat-x;
	border: 2px solid #2e6d5a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 	
}
#primaryNav .m_box a:hover {
  border-color: #b4b4b430;
	background-color: #b4b4b430;
  color: var(--fa-caret);
}
.mobile #primaryNav .m_box a:hover {
  border-color: #b4b4b430;
	background-color: #b4b4b430;
  color: #000;
}
#primaryNav .s_box {
  width: 100%;
	margin-top: 0;
	padding: 10px 0 0 0;
  background: url('/images/slickmap/vertical-line.png') center bottom repeat-y;
}

#primaryNav .s_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height: 35px; */
  margin: 0 20px 0 0;
	padding: 7px 0;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: black;	
	background-color: #b4b4b4;
	border:  #f7f7f7;
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
}
.lt {
  font-size: 11px !important;
  padding: 8px 0 !important;
}
#primaryNav .s_box a:hover {
	border-color: #b4b4b430;
	background-color: #b4b4b430;
  color: var(--fa-caret);
}
.mobile #primaryNav .s_box a:hover {
	border-color: #b4b4b430;
	background-color: #b4b4b430;
  color: #000;
}


#primaryNav .s_box:first-child {
	padding-top: 20px;
}
.mobile #primaryNav .s_box:first-child {
  padding-top: 0;
}

.mobile #primaryNav .s_box a{
  font-size: 14px;
}
.mobile #primaryNav .m_box a {
  font-size: 17px;
}
.mobile #primaryNav .m_box {
  padding: 20px;
  padding-bottom: 30px;
}
.mobile .accordion .accordion-item {
  background-color: #fff;
  border: none;
}
.mobile .s_box:last-child {
  margin-bottom: 32px;
}
#primaryNav .s_box a:link:before,
#primaryNav .s_box a:visited:before {
	color: #8faf5c;
} 



a[data-fancybox] img {
  cursor: zoom-in;
}
.fancybox-caption-wrap {
  direction: rtl;
}
.fancybox-caption {
  font-size: 16px;
}

/* .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  margin-top: 100px !important;
}
.fancybox__nav .carousel__button.is-next {
  margin-top: 75px;
}
.fancybox__nav .carousel__button.is-prev {
  margin-top: 75px;
.PRT{
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 20px;
  text-align: justify;
  color: var(--fa-caret);
} */


.accordion-body p {
  color: var(--fa-caret);
  font-size: 12px;
  margin: 15px 0px;
  line-height: 30px;
  text-align: justify;
}
.input-group p {
  color: var(--fa-caret)
}

.arrow_open {
  animation: none !important;

}
.accordion [aria-expanded="true"] i {
  -webkit-transform: rotate(180deg) !important;
  -moz-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
  transition:0.5s all !important; 
}
.accordion [aria-expanded="false"] i {
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  transition:0.5s all !important; 
}


.item-box-p .fa-angle-double-down {
  display: block;
  /* -webkit-animation: mover 1s infinite alternate; */
  /* animation: mover 1s infinite alternate; */
  /* cursor: pointer; */
  margin-top: 4px;
  font-size: 30px;
  text-align: center;
  color: var(--btn-color);
}
.List_icon .items_most2 {
  padding-bottom: 20px;
}

/* Rules and Regulations page */
.rules_table {
  text-align: center;
  border-radius: 7px;
  overflow: hidden;
}
.rules_head {
  height: 40px;
  font-size: 14px;
  width: inherit;
  text-align: center;
  border-left: 1px solid #fff;
}
.book_name {
  text-align: center;
  height: 40px;
}
.type-pdf i {
  font-size: 30px;
  margin-right: 45%;
  color: var(--sidebar);
}
 .rules_table .share i {
  font-size: 30px;
  margin-right: 45%;
  color: var(--sidebar);
}

.store_link {
  width: fit-content;
  margin: auto;
}
/* chatbot style */
.boticon::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.boticon::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 5px;
}

/* Handle */
.boticon::-webkit-scrollbar-thumb {
  background-color: rgb(59, 159, 216);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);;
  border-radius: 3px;
}

/* Handle on hover */
.boticon::-webkit-scrollbar-thumb:hover {
  background: grey;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);;

}

.open-chat {
  position: fixed;
  background-image: var(--hover);
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  /* line-height: 67px; */
  padding-top: 17px;
  border-radius: 50%;
  right: 10px;
  bottom: 15px;
  z-index: 11;
  cursor: pointer;
  border: none;

}

.open-chat i {
  color: #fff;
  font-size: 25px;

}
.open-chat:hover {
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.open-chat:hover i {
  animation: mover 1.2s infinite alternate;
}

.chat-popup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 15px;
  border-radius: 10px;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 1px 1px 40px 2px rgba(0, 0, 0, 0.17);


}

.chat-header {
  background: #f7f7f7;
  padding: 15px;
  text-align: left;
  border-radius: 10px 10px 0 0;

}

.chat-header h4 {
  font-size: 16px;
  margin: 0;
  color: #888
}

.chat_converse {
  position: relative;
  background: #fff;
  margin: 6px 0 0px 0;
  height: 270px;
  min-height: 0;
  font-size: 12px;
  line-height: 18px;
  overflow-y: auto;
  width: 100%;
  float: right;
}

.chat_converse .chat_msg {
  position: relative;
  margin: 8px 0 15px 0;
  max-width: 70%;
  display: block;
  word-wrap: break-word;
  border-radius: 10px;
  -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
  animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
  clear: both;
  z-index: 999;

}

.chat_converse .chat_msg .welcome {
  padding: 10px 3px;
  text-align: center;
  font-weight: 600;
  color: green;
  background-color: #f7f7f7;
  margin: 0;
  font-size: 13px;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 5px 5px 0 0;
  border-top: 1px solid #9fc136;
  box-shadow: 0px 1px 3px 0px #9fc136;
}
.chat_converse .chat_msg p {
  padding: 10px 3px;
  text-align: center;
  font-weight: 600;
  color: green;
  background-color: #f7f7f7;
  margin: 0;
  font-size: 13px;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 1px 3px 0px #9fc136;
}

.chat_converse .chat_msg .accordion .accordion-body a:hover {
  background-color: #4e4e4e95;
  border-radius: 3px;
  color: #fff;
}

.chat_converse .chat_msg .btn-chat {
  color: #222;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
  border-radius: 3px;
  font-weight: 600;
  font-size: 12px;
  box-shadow: none;
  background-color: #f7f7f7;
  border-bottom: 1px solid #dcdcdc;
}
.chat_converse .chat_msg .btn-chat:hover {
  background-image: var(--hover);
  color: #fff !important;
  transition: .5s all;
  margin-right: 2px;
  border-left: 1px solid #000;
}
.chat_converse .chat_msg .btn-chat:hover i {
  color: #fff;
}
.chat_converse .chat_msg .btn-chat.return {
  background-color: #4e4e4e26;
  border-radius: 3px;
  border-bottom: 1px solid #008000;
}
.chat_converse .chat_msg .btn-chat.return:hover {
  color: #fff !important;
  background-image: #bbb !important;
  transition: .5s all;
  margin-right: 2px;
  border-radius: 3px;
  border-left: 1px solid #000;
}


.chat_converse .chat_msg .btn-chat i {
  color: var(--buttons);
  line-height: 20px;
}

.chat_converse .chat_msg .chat_avatar {
  position: absolute;
  top: 0;
}

.chat_converse .chat_msg_admin .chat_avatar {
  left: -52px;
  background: rgba(0, 0, 0, 0.03);
}


.chat_converse .chat_msg .chat_avatar,
.chat_avatar img {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
}

.chat_converse .chat_msg.chat_msg_admin {
  width: 185px;
  margin-left: 35px;
  float: left;
  color: #666;
}

.chat_converse .chat_msg.chat_msg_user {
  position: relative;
  margin-right: 10px;
  float: right;
  background: var(--nav-bg);
  color: #fff;
  padding: 8px 10px;
}

.chat_converse .chat_msg.chat_msg_user::after {
  border-right: 10px solid transparent;
  right: -10px;
  border-top: 10px solid #087f5b;
  position: absolute;
  top: 10px;
  content: '';
  width: 0;
  height: 0;
}

.chat-container {
  padding: 10px;
  background-color: white;
  border-radius: 0px 0px 10px 10px;
}

.fab_field {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 40px
}


.fab_field a {
  display: inline-block;
  text-align: center;
}

#fab_camera {
  float: left;
  background: rgba(0, 0, 0, 0);
}

#fab_send {
  float: right;
  background: rgba(0, 0, 0, 0);
}

.fab_field .fab {
  width: 35px;
  height: 35px;
  box-shadow: none;
  margin: 5px;
}

.fab_field .fab>i {
  font-size: 1.4em;
  line-height: 35px;
  color: #bbb;
  cursor: pointer
}

.fab_field .fab>i:hover {
  color: #008000;
}

.chat_text {
  margin: 5px 0 0px 0;
  width: 60%;
  font-size: 13px;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border: none;
  outline: none;
  text-align: right;
  resize: none;
  height: 30px;
  line-height: 30px;
  overflow: hidden
}


/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}


.chat_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  height: 53px;
  background: var(--nav-bg);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.chat_header .close_img_btn {
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: none;
  margin-left: 1.5rem;
}
.chat_header .close_img_btn img {
  width: 100%;
}

/* .chat_header img {
  border-radius: 50%;
  width: 55px;
  float: right;
  margin: -25px 20px 10px 40px;
  border: 4px solid rgba(0, 0, 0, 0.21);
  animation: mover 1.2s infinite alternate;
} */


.chat_header .names .bot {
  font-size: 16px;
  color: #ffff;
  font-weight: 600;
  margin-right: 2rem;
}

/* .chat_header .names span {
  font-size: 13px;
  color: #777;
} */

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 9px;
  margin-left: -22px;
  margin-top: -13px;
  text-align: center;
}

.spinner > div {
  width: 9px;
  height: 9px;
  background-color: #dcdcdc;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1400ms ease-in-out infinite;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.loading-bubble {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  width: 73px;
  min-height: 30px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #f0f1f2;
    margin: auto;
}
.loading-bubble::after {
  border-left: 10px solid transparent;
    left: -10px;
    border-bottom: 10px solid #f0f1f2;
    position: absolute;
    top: 10px;
    content: '';
    width: 0;
    height: 0;
}

.loading-bubble.grey {
  background-color: #a5b0b5;
}

.loading-bubble.grey:before {
  border-color: transparent #a5b0b5 transparent transparent;
}

.loading-bubble .spinner {
  position: static !important;
  margin-top: -7px;
  margin-left: 0px;
}

.loading-bubble .spinner div {
  background-color: #fff;
}

.other .spinner div {
  background-color: var(--btn-color);
}
.chat_msg_admin.a-message p {
  color: #406b5a;
  background-color: #f7f7f7;
}
/* .chat_msg_admin.chat_msg2 p {
  background-color: #f7f7f7;
  color: var(--nav-bg);
} */


/* photoliberary in home page */

 .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 20%);
  transition: all 0.5s ease-in-out;
} 
.swiper-slide .overlay_slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: #060922;
  opacity: 0;
  display: none;
  transition: all 0.5s ease-in-out 0s;
}
.swiper-slide:hover .overlay_slide {
  display: block;
  opacity: 0.6;
}
.swiper-slide .lay3-info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  z-index: 5;
}
.swiper-slide .lay3-info .title {
  font-size: 1.4rem;
  font-weight: 900;
  color: white;
  padding-top: 0.5rem;
  text-transform: capitalize;
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
  clip-path: inset(0 0 0 100%);
  transition: all 0.7s ease-in-out 0s;
  transition-delay: 0.5s;
}
.swiper-slide:hover .lay3-info .title {
  text-transform: capitalize;
  visibility: visible;
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}
.swiper-slide img:hover {
  transform: scale3d(1.05, 1.05, 1.05);
}

.intro2 .p_vedio {
  padding-top: 4rem;
} 

.Box3 {
  position: relative;
  width: 360px;
  height: 220px;
  border-radius: 8px;
  /* margin: auto; */
}
.Box3::before {
  position: absolute;
  content: "";
  top: -15px;
  left: -15px;
  width: 170px;
  height: 130px;
  background: #d3d3d6;
  transition: .5s;
  border-radius: 7px;
}
.Box3 .img_container {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.Box3 img {
  width: 100%;
  height: 220px;
  border-radius: 8px;
  background-color: #fff;
  transition: all .5s ease;
}
.Box3 .title {
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 22px rgb(0 0 0 / 15%);
  margin-top: -43px;
  width: 87%;
  height: 100px;
  left: -6%;
  padding: 5px 25px 3px;
  transition: .5s;
  cursor: pointer;
}
.Box3:hover .title {
  transform: translateY(-15px);
}
.Box3:hover img {
  transform: scale(1.1);
}

.Box3:hover .title::before {
  background: linear-gradient(#287D5A, #2A9546);

}
.Box3:hover::before {
  background: linear-gradient(#287D5A, #2A9546); 
}

.Box3 .title::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 20%;
  height: 55%;
  top: 0;
  left: 0;
  border-radius: 7px 0px 85px 0px;
  background: #d3d3d6;
  transition: .5s;
}
.Box3 .title .content h6 {
  position: absolute;
  content: "";
  margin: auto;
  width: 75%;
  right: 9%;
  /* bottom: 30%; */
  font-size: 18px;
  font-weight: 800;
  background: linear-gradient( to left, #80B641, 50%, #595A5C 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  background-position: 0;
  transition: 0.6s;
}
.Box3:hover .title .content h6 {
  background-position: 100%;
}
/* photo_gallary page2 */
.portfolio-item2 .card {
  box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
  background-color: white;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.5s, box-shadow 0.5s;
  height: 100%;
}

.portfolio-item2 .card img {
  width: 100%;
  max-width: 100%;
}
.portfolio-item2 .card .card_title {
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.portfolio-item2 .card .card_title .fa-search, .fa-link {
  color: #fff;
  background: #174738;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 10px;
  border-radius: 50px;
  display: inline;
  margin-left: 1rem;
  transition: 0.3s;
}
.portfolio-item2 .card .card_title .fa-link {
  margin-left: 0;
  margin-right: 0rem;
}
.portfolio-item2 .card .card_title a {
  width: 17%;
}
.portfolio-item2 .card .card_title h3 {
  display: inline;
  font-size: 16px;
  width: 100%;
  line-height: 1.5;
  font-weight: 800;
  padding-bottom: 4px;
  text-align: center;
  background: linear-gradient( to left, #80B641, 50%, #595A5C 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  background-position: 0;
  transition: 0.6s;
}
.portfolio-item2:hover .card {
  transform: translateY(-10px);
  box-shadow: 0 2px 15px rgb(0 0 0 / 20%);
}
.portfolio-item2:hover .card_title h3 {
  background-position: 100%;
}
.portfolio-item2 .fa-search:hover {
  color: #80B641 !important;
  background: #fff !important;
  border: 2px solid #80B641;
}
.portfolio-item2 .fa-link:hover {
  color: #80B641 !important;
  background: #fff !important;
  border: 2px solid #80B641;
}

.portfolio-item2 .card3 {
  width: 240px;
  height: 270px;
  position: relative;
  margin: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.portfolio-item2 .card3 .up1::before {
  content: "";
  background-color: #dcdcdc94;
  position: absolute;
  right: -45px;
  top: -45px;
  height: 147%;
  border-radius: 10px;
  width: 100%;
  z-index: -2;
  transition: 0.5s;
}
.portfolio-item2:hover .up1::before{
  box-shadow: inset -15.5em 0 0 0 #80b6419e;
}
.portfolio-item2:hover .card img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.portfolio-item2:hover .card3 .card {
  border: 1px solid #2e6d5a;
}

.portfolio-item2 .card3 img {
  border-radius: 10px;
  padding: 1rem 1rem 0;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.portfolio-item2 .card3 .up1 {
  position: absolute;
  border-radius: 10px;
  width:240px;
  height:245px;
  background-color:transparent;
  position:relative;
  z-index:999;
  box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075),
  0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075),
  0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075);
}
.portfolio-item2 .card3 .up2 {
  position: absolute;
  top: -4;
  left: -4;
  width:100%;
  height:100%;
  background-color:transparent;
  position:relative;
  top:-93%;
  left:-10px;
  z-index:900;
  transform: rotate(-5deg);
  border-radius: 10px;
  box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075),
  0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075),
  0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075);
}
.portfolio-item2 .card3 .up3 {
  position: absolute;
  top: -4;
  left: -4;
  width:240px;
  height:225px;
  background-color:transparent;
  position:relative;
  top:-93%;
  left:-10px;
  z-index:800;
  transform: rotate(10deg);
  border-radius: 10px;
  box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075),
  0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075),
  0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075);
}
.portfolio-item2:hover .up2 {
  transform: rotate(-10deg);
}
.portfolio-item2:hover .up3 {
  transform: rotate(10deg);
}
.portfolio-item2:hover .card, .up1 {
  transform: translateY(0px);
}
/* mapouter */
.mapouter {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* end mapouter */
/* Start contact-form */
.radio-list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.radio-list .radio {
  margin: 0 20px;
}
.radio-list .radio input {
  margin-left: 10px;
}
/* End contact-form */
.data_requst {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 5px;
  background: var(--hover);
  margin-right: auto;
  cursor: pointer;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  transition: all 1s;
  will-change: transform;
}
.data_requst a {
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}

.data_requst:hover {
  background: linear-gradient(to left,#80b241, #9fc136, #d3db23) !important;
}

 /* Edit font size of paragraph */
 .item-box-p, .large_ul li, .Page_content p, .item li, .items li, .under_card .input-group p, .New_tab .input-group p, .accordion-body p, .accordion-item .qs, .Page_content li, .accordion-body li {
  font-size: 14px !important;
}
.accordion-body p strong {
  font-size: 16px !important;
}
.Page_content ul {
  padding: 1rem !important;
}
/* New Social footer */
.social_links li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 10px;
  transition: .5s all ease-in-out;
  -webkit-transition: .5s all ease-in-out;
  -moz-transition: .5s all ease-in-out;
  -ms-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
}
.social_links li a img {
  width: 100%;
  height: 100%;
}
.social_links li:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.social-box {
  color: #fff;
  padding: 15px;
  border: 2px solid #b5cc34;
  border-radius: 10px;
  text-align: center;
  height: 120px;
}
.social-box .icon_no {
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}
.social-box .icon_no i {
  font-size: 30px;
  transform: rotate(343deg);
  margin-top: 10px;
}
.social-box .icon_no p {
  margin: 0;
  font-weight: 600;
}
.social-box .contact_no {
  font-size: 25px;
  font-weight: 700;
  color: #b5cc34;
}
.social-box .one {
  width: 55px;
  height: 70px;
  margin: auto;
  margin-bottom: 0
}


.social-box .thre {
  margin-bottom: 0 !important;
  width: 125px;
  /* margin-top: 5px; */
  margin-left: 10px;
  height: 60px;
}
.social-box figure img {
  width: 100%;
  height: 100%;
}
.social-box a h4 {
  text-align: left;
  font-weight: 600;
  color: #fff;
}

/* تحديث صفحة مجلس الادارة */
.main_card_n {
  margin: auto;
  margin-bottom: 2rem;
  width: 215px;
  height: 280px;
  border: 10px solid #008058;
  border-radius: 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.main_card_n img, .drector-div img {
  width: 100%;
  height: 100%;
}
.drector-div {
  width: 215px;
  height: 280px;
  margin: auto;
  border: 10px solid #008058;
  border-radius: 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

 /* New About-2 page  */
.about-card {
  padding: 1rem;
  background: linear-gradient(to left, #efefef, #e1e1e1);  border-top: 10px solid #6eb244;
  border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -ms-border-radius: 0 0 15px 15px;
  -o-border-radius: 0 0 15px 15px;
  height: 320px;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 1px 25px -3px, rgba(0, 0, 0, 0.1) 0px 0px 1px 1px;
}
.about-card .title {
  font-size: 26px;
  font-weight: 900;
  color: #009248;
  margin-right: 1rem;
  margin-bottom: 1.5rem;
}
.about-card p {
  color: #397cad;
  line-height: 1.5;
  text-align: justify;
  font-weight: 700;
}
/* Electronic Services Page */
.elecrtonic_card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to left, #efefef, #e1e1e1);
  padding: 0.5rem 1rem ;
  height: 100px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 1px 25px -3px, rgba(0, 0, 0, 0.1) 0px 0px 1px 1px;
}
.elecrtonic_card h5 {
  color: #009248;
  font-weight: 700;
  text-align: right;
  line-height: 1.5;
  width: 80%;
}
.elecrtonic_card .icon_part {
  width: 50px;
  position: relative;
}
.elecrtonic_card .icon_part::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 130%;
  right: -25px;
  top: -5px;
  background-color: #009248;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.elecrtonic_card .icon_part img{
  width: 100%;
}
/* New News Page */
.news_box {
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 300px;
  overflow: hidden;
}
.news_box img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transform-origin: top;
  transform: scaleY(1.1);
  -webkit-transform: scaleY(1.1);
  -moz-transform: scaleY(1.1);
  -ms-transform: scaleY(1.1);
  -o-transform: scaleY(1.1);
}
.news_box .layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:linear-gradient(to bottom, rgb(0 0 0 / 10%),#1b0f03);
  z-index: 1;
  display: flex;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.news_box .layer .layer_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  align-self: self-end;
}
.news_box .layer .layer_content h4 {
  color: #fff;
  width: 80%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.news_box .layer .layer_content .click_icon {
  width: 40px;
}
.news_box .layer .layer_content .click_icon img {
  width: 100%;
}
/*  */
.book_box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 330px;
}
.book_box img {
  width: 100%;
  height: 100%;
}