@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');

@font-face {
  font-family: jannatLT;
  src: url(../fonts/alfont_com_AAJannatLT.ttf);
  font-display: swap;
}
html,
body {
    margin: 0;
    padding: 0;
    direction: rtl;
    box-sizing: border-box;
    font-family: jannatLT;
    overflow-x: hidden;
}

body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(148, 148, 148, 0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background-color: #007236;
}

div.content>div::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(148, 148, 148, 0.3);
	background-color: #F5F5F5;
}

div.content>div::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}

div.content>div::-webkit-scrollbar-thumb
{
	background-color: #007236;
}
/*-- Inspiration taken from abdo steif -->
/* --> https://codepen.io/abdosteif/pen/bRoyMb?editors=1100*/

/* Navbar section */
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.navbar-light .navbar-nav .nav-link{
    color:#000;
}

.intro-section{position:relative;}
.intro-section,.intro-section .container .row{height:80vh;min-height:500px;}
@media (max-width: 991.98px){
.intro-section:before{width:100%;}
}
.intro-section h1{font-size:3rem;font-weight:900;color:#fff;}
.intro-section p{color:rgb(255 255 255 / 70%);font-size:1.1rem;    text-align: justify;}
.img-absolute{position:absolute;right:10%;top:30%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
.img-absolute img{max-width:600px;-webkit-box-shadow:0 10px 50px -5px rgba(0, 0, 0, 0.4);box-shadow:0 10px 50px -5px rgba(0, 0, 0, 0.4);}
@media (max-width: 991.98px){
.img-absolute img{max-width:100%;}
}
.img-absolute img {
    max-width: 600px;
    -webkit-box-shadow: 0 10px 50px -5px rgb(0 0 0 / 40%);
    box-shadow: 0 10px 50px -5px rgb(0 0 0 / 40%);
    height: auto;
}
.waveWrapper {
    overflow: hidden;
    /*position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;*/
    margin: auto;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 20%;
    bottom: -1px;
}
.header-btn{
    margin-top: 20px;
    padding:0 40px;
}
.header-btn a{
    background-color: #D3AC4D;
    border: 1px solid #D3AC4D;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    float: left;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3  cubic-bezier(0.39, 0.575, 0.565, 1);
}
.header-btn a:hover{
    background-color: #fff;
    border: 1px solid #D3AC4D;
    color: #D3AC4D;   
}
.header-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    padding:0 30px;
}
.header-title{
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0 15px #0000008a;
}
.header-content{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    text-shadow: 0 0 15px rgb(117, 117, 117);
}
.kh_social_info {
    position: fixed;
    top: calc(50% - 65px);
    left: 0;
    z-index: 999;
}
.kh_social_info ul{
    padding: 0!important;
}
.kh_social_info li{
    list-style: none;
}
.kh_social_info ul a {
    text-align: center;
    padding: 7px 15px;
    display: block;
    font-size: 20px;
    color: #fff;
    background: #ccc;
    margin-bottom: 5px;
}
li.kh_social_info_facebook a {
    background: #3b5999;
}
li.kh_social_info_twtter a {
    background: #59d1df;
}
li.kh_social_info_youtube a {
    background: #cd252b;
}
li.kh_social_info_whatsapp a {
  background: #25D366;
}
li.kh_social_info_instagram a{
    background: #505FCE; 
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}
.nav {
    width: 100%;
    position: fixed;
    text-align: center;
}

.nav div.logo {
    float: right;
    padding-right: 3rem;
    padding: 5px;
}

.nav div.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 2.5rem;
}

.nav div.logo a:hover {
    color: #007236;
}

.nav div.main_list {
    height: 65px;
    float: left;
}

.nav div.main_list ul {
    width: 100%;
    height: 65px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav div.main_list ul li {
    width: auto;
    height: 65px;
    padding: 0;
    padding-right: 3rem;
}
img{
  vertical-align: baseline;
}
.nav div.main_list ul li a {
    text-decoration: none;
    color: #007236;
    line-height: 65px;
    font-size: 2.4rem;
    font-weight: 900;
    font-size: 16px;
}
.logo div{
  color: #007236;
  display: inline-block;
 
}
.logo div h1{
  font-weight: 900;
  font-size: 18px;
}
.logo div .en-name{
  font-size: 10px;
  color:#D3AC4D;
}
.nav div.main_list ul li a:hover {
    color: #00E676;
}
/* Home section */

.home {
    width: 100%;
    height: 100vh;
    /*background-image: url(../img/مشروع-إغاثة-سقطرى.jpg);*/
    background-position: center top;
	background-size:cover;
}

.navTrigger {
    display: none;
}

.nav {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* Media qurey section */


@media only screen and (min-width: 922px)  {
    .portfolio.first {
      padding-top: 50px!important;
    }
    .story-pre{
        order: 1!important;
      }
      .story-pre>h1{
          text-align: right;
      }
      .story-pre>div{
       display: inline-block;
       float: left;
      }
      .story-img{
          order: 2!important;
      }
     .recent-news .container{
    padding:0 40px;
}

}
@media  only screen and  (min-width:100px) and (max-width:992px){
    .header-sc{
        height: 40vh!important;
    }
    .animated-img{
       display: none;
    }
    .sector-name{
        margin-top: -24px;
        padding: 0!important;
    }
    .sector-name img{
        width: 40px;
    }
    .sector-name h1{
        margin-top: 10px !important;
        font-size: 20px  !important;
    }
    .sector-name p{
        padding-top: 40px;
        color:#007236 !important;

    }
    .st-content{
        order:2!important;  
    }
    .st-image{
        order:1!important;
    }
    .st-image img{
        width: 100%;
        margin: 10px 0;
    }
    section.title h1{
        text-align: right;
    }
    .story-pre{
      order: 2!important;
    }
    .story-pre>h1{
        text-align: center;
    }
    .story-pre>div{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    }
    .story-img{
        order: 1!important;
        margin-top: 20px;
    }
    .parallax-stat div.stat-item {
        display: flex;
        flex-direction: column;
    }
    .donate .container {
        padding: 0!important;
    }
    .donate .content{
        padding: 30px 20px!important;
    }
    .donate-card h1 {
        font-size: 20px!important;
        font-weight: 700!important;
    }
    .donate-card p {
        font-size: 14px!important;
    }
    .identity{
        display: flex!important;
        flex-direction: column!important;
        align-items: center;
        text-align: center;
    }
    .centerized {
        text-align: center;
    }
    .centerized img{
        width: 150px!important;
    }
    .recent-news .container {
        padding:0 10px;
    }
    .navbar-nav {
    background-color: #fff;
}
}
/* Animation */
/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
    padding: 0;
    background-color: #fff;
    color:#007236;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
#hero .animated{
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.portfolio.first{
    background-repeat: no-repeat;
    background-position: left;
}
.services h2,.portfolio h2{
  text-align: center;
  padding-bottom: 5px;
  font-weight: bold;
  color: #007236;
  font-size: 26px;
  margin-bottom: 20px;
}
.services h2::before,.portfolio h2::before{
  content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.services h2::after,.portfolio h2::after{
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #007236;
  bottom: 0;
  left: calc(50% - 20px);
}
.hero-text{
  font-size: 14px;
  font-weight: bold;
  padding-right: 20px;
}
p.hero-text{
  margin-bottom: 30px;
}

.myH2 {
	text-align:center;
	font-size: 4rem;
}
.myP {
	text-align: justify;
	padding-left:15%;
	padding-right:15%;
	font-size: 20px;
}

@media all and (max-width:700px){
	.myP {
		padding:2%;
	}
}
.parallax-stat{
    background-position: center 0;
    padding: 50px 0 !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.parallax-stat h2{
    font-size: 46px;
    font-weight: 900;

}
.parallax-stat p{
    font-size: 22px;
    padding: 15px 0;
    font-weight: 500;
}
.parallax-stat div.row{
    padding: 15px 0;
}
.parallax-stat div.stat-item{
    height: 103px;
    font-size: 18px;
    font-weight: 900;
    display: flex;
    border-right: 1px solid;
    flex-direction:column;
    padding: 0px 25px;
    align-items: center;
    margin-bottom: 20px;
}
.parallax-stat div.stat-item:first-of-type{
    border-right: none;
}
.parallax-stat div.stat-item .number{
    font-size: 60px;
    font-weight: 900;
    line-height: 60px;
    padding-bottom: 10px;
    padding-right: 0;
}
.parallax-stat div.stat-item .counter-mark{
    font-size: 36px;
    font-weight: 800;
    line-height: 60px;
    padding-left: 10px;
    padding-right: 0;
}
.parallax-stat div.stat-item .counter-desc{
font-size: 22px;
font-weight: bold;
}
.parallax-stat a{
    background-color: #fff;
    color: #007236;
    border-radius: 5px;
    padding:10px 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;

}
.parallax-stat .more{
    padding: 30px 0;
}
.story-img{
margin-bottom: 20px;
}
.gallery {
    margin: 30px 0;
  }
  
  .gallery-cell {
    width:240px;
    height: 195px;
    margin-right: 20px;
    background: #8C8;
    color:#fff;
    overflow: hidden;
  }
  .gallery-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
  }
  .gallery-cell.is-selected {
    background: #ED2;
  }
   .all-wrap{
   position: relative;
  }
  .all-wrap .bg{
      height: 195px;
  }
   .img_bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
   .color_bg{
    opacity: 0.75;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    margin-left: 0;
    overflow: hidden;
  }
  .all-wrap .cont{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9;
  }
  .img_wrap img{
      width: 80px;
      transition: all 0.3s ease-in-out 0s;
  }
  .gallery-cell:hover .img_wrap img{
      transform: translateY(-20px);
  }
  .gallery-cell:hover .bg .color_bg{
   opacity: 1;
}
  .button-arrow{font-size:15px;padding:20px 0;}
  .button-arrow span{
      padding-right:15px;display: inline-block;
    font-size: 17px;
    font-weight: 900;
    }
  .button-arrow svg{width:20px;height:15px;}
  .cont .button-arrow span,.cont .button-arrow svg{
    transition: all 0.3s ease-in-out 0s;
  }
  .cont .button-arrow {
    margin: 0;
    display: inline-block;
    padding: 0;
    position: relative;
}
  .cont .button-arrow svg{
  fill:#fff;
  position:absolute;opacity:0;top:10px;bottom:0;margin:auto;
  }
  .gallery-cell:hover .cont .button-arrow span{

    transform: translateX(15px);
}
.gallery-cell:hover .bg .img_bg{
    transform: scale(1.2);
}
.gallery-cell:hover .cont .button-arrow svg{
   opacity: 1;
    transition:all 0.3s ease-in-out 0s;
    transform: translateX(-20px);
}
.portfolio p{
    font-size: 18px;
    padding: 15px 0;
    margin-top: 20px;
    font-weight: 600;
}

.news-item {
    padding: 20px;
}
.news-item img{
    width: 100%;
    height: 250px;
}
.news-item .content{
 box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 10%);
 margin-top: -4px;
 width: 300px;
 padding:10px 7px 0px;
 
}
.news-item .content h3{
font-weight: 700;
text-align: justify;
font-size: 18px;
padding: 10px 7px;
}
.news-item .content p{
    font-weight: 100;
    text-align: justify;
    color: #7d8285;
    font-size: 16px;
    padding: 0;
    margin-top: 0;
}
.news-item .item-info{
    border-top: 1px solid #E1E0DD;
    padding: 15px 20px;
    color: #7d8285;
    font-size: 16px;
    font-weight: 600;
}
.news-item .item-info .ndate{
    color:#D3AC4D ;
    margin-right: 5px;
    font-size: 14px;
}
.bttn{
font-size: 16px;
color: #fff;
background-color: #D3AC4D;
padding: 7px 10px;
border-radius: 5px;
text-decoration: none;
transition: all 0.3s ease-in-out;
}
.bttn:hover{
    background-color: #fff;
    color: #D3AC4D;
    border: 1px solid #D3AC4D;
}

.flickity-prev-next-button{
    border-radius: 0;
}
.success-story{
    background-image: url(../img/image-gallery-parallax.jpg);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    padding: 30px 0;
    z-index: 1;
    overflow: hidden;
    max-width: 100%;
}
.success-story h1{
    color: #fff;
    font-size: 26px;
    font-weight: 900;
}
.success-story .rot-label{
    z-index:1000;
    position: absolute;
    display: inline-block;
    top: 30px;
    text-align: center;
    left: -38px;
    padding: 5px 7px;
    background-color: #D3AC4D;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    transform: rotate(-45deg);
    width: 170px;
}
.success-story p{
    color: #fff;
    font-size: 18px;
    text-align: justify;
    font-weight: 500;
    padding-left: 20px;
    line-height: 35px;
    margin-top: 25px;
}
.success-story .follow{
 text-decoration: none;
 font-size: 16px;
 color: #fff;
 margin-left: 20px;
 display: inline-block;
 padding: 10px 15px;
 background-color: #D3AC4D;
 border: 1px solid #D3AC4D;
 border-radius: 4px;
 transition: all 0.5s ease-in-out;
}
.success-story .follow:hover{
  color: #D3AC4D;
  background-color: #fff;
}
.success-story:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #005528;
    opacity: 0.9;
}
.success-story img{
    border-radius: 5px;
}
.media{
    background-color: #f4f4f4;
    padding: 30px 10px;
}
.media-item{
    padding: 10px 20px;
    text-align: center;
    color: #fff;
}
.media-item div{
    background-color: #007236;
    padding: 40px 0;
    border: 1px solid #007236;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.media-item div a{
    color: #fff;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}
.media-item div:hover a{
    color: #007236; 
}
.media-item div:hover{
    background-color: #fff;
    color: #007236;
}
.media-item div span{
font-size: 40px;
}
.media-item div h6{
    font-size: 20px;
    }
.donate{
    background-color: #F4F4F4;
    padding: 50px 0;
}
.donate .container{
    padding: 0 10%;
}
.donate-card{
    background: linear-gradient(90deg, #019d63 0%, #0a5a3c 100%);
    color: #fff;
}
.donate-card h1{
    font-weight: 900;
    font-size: 30px;
    margin-bottom:20px ;
}
.donate-card .card-bg{
    background-image: url(../img/ED3M.webp);
    background-size: cover;
}

.donate-card .content{
    padding: 50px 20px;
}
.donate-card p{
font-size: 17px;
margin-bottom:20px ;
}
.donate-card .bttn{
    padding: 5px 20px;
    font-size: 18px;
    display: inline-block;
    border: 1px solid #D3AC4D;
}
.partners-item{
    margin: 0 20px;
    padding: 20px 0;
}
.partners-item img{
   height: 100px;
}
footer{
    background-color:#EFF1F0 ;
    padding: 30px 0;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: center;
}
.identity{
    text-align: right;
    display: flex;
    flex-direction: row;

}
footer .content{
    padding-right: 20px;
    font-weight: 800;
}
footer .content h1{
    color: #007236;
    font-size: 18px;
    font-weight: 900;
}
.identity>div{
    display: inline-block;
}
.identity img{
    width: 100px;
}
.centerized{
    display: flex!important;
    flex-direction: column;
    justify-content: center;
}
footer{
    background-image: url(../img/55555.webp);
    background-repeat: no-repeat;
    background-position: left;
}
footer .social-networks a {
    font-size: 32px;
    color: #007236;
    padding: 10px;
    transition: 0.2s;
}
footer a{
    color: #007236;
}
footer .btn {
    font-size: 18px;
    padding: 10px 15px;
    color: white;
    background-color: #D3AC4D;
    border-radius: 20px;
    border: none;
    width: 150px;
    margin: 0 auto;
    line-height: 25px;
    margin-top: 20px;
}
.donate iframe{
    height: 1957px;
}
/*----------------------------------About----------------------------*/
section.title{
    background-image: url(../img/pages-header.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

section.title .centerized{
text-align: center;
padding-top: 40px;
}
section.title h1{
    margin-top: 10px;
    font-size: 32px;
    font-weight: 800;
    color: #D3AC4D;
}
section .card-header{
    font-weight: 700;
}
section.info-body{
    padding: 50px 0;
}
section.info-body .contact-form{
    padding: 0 50px;
}
section.info-body .contact-form h1{
font-size: 20px;
font-weight: 700;
color: #007236;
}
section.info-body .contact-form p{
    color: #BFBFBF;
    font-weight: 800;
}
section.info-body .contact-form span{
    color: #D3AC4D;
}
section.info-body .cform{
margin-top: 20px;
box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
padding: 20px;
}
.info-btn{
    background-color: #007236;
    border: 1px solid #007236;
    color: #fff;
    transition: all 0.5s ease-in-out;
    padding: 5px 15px;
    border-radius: 3px;
}
.info-btn:hover{
    background-color: #fff;
    color: #007236;  
}
.info-social {
    padding: 10px;
    color:#007236;
    text-align: center;
    box-shadow: 0 0px 6px 0 hsl(0deg 0% 0% / 10%);
    border-radius: 5px;
    color:#007236;
    font-weight: 700;
}
.info-social p{
    font-size: 15px;
    color: #D3AC4D!important;
}
/*-----------------------sectors----------------------*/
.sector-name{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sector-name h1{
    font-size: 30px;
    font-weight: 900;
    color: #fff!important;
}
.sector-name p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.blobed-image{
animation: blob-anim 5s linear  infinite;
}
@keyframes blob-anim {
    0%,100%{
        border-radius: 64% 36% 27% 73% / 55% 58% 42% 45%;
    }
    25%{
        border-radius: 73% 27% 26% 38% / 73% 36% 64% 27%;
    }
    50%{
        border-radius: 28% 72% 44% 56% / 49% 40% 60% 51%;
    }
    75%{
        border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%;
    }
}
#animated-blob{
transform: skewX(50px)
}

.loading_cont {
    width: 100%;
    height: 100%;
   }
   
   .loading_cont:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    background: url(https://next.atcom.gr/StaticData/Landing2017/Content/Media/dots-transparent.png) repeat scroll center center;
    opacity: 0.05;
    z-index: 0;
   }
   
   #loader {
       display: inline-block;
       position: relative;
       width: 800px;
       height: 800px;
       top: 45%;
       left: 0%;
       margin-left: -400px;
       margin-top: -400px;
   }
   
   rect {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
   }
   
   .blobs {
    -webkit-filter: url("#goo");
    filter: url("#goo");
   }
   
   .blob {
       fill: white;
   }
   section.desc p{
       padding: 5px 50px;
       font-size: 18px;
       font-weight: 800;
       color: #58595b;
   }
   .programs .media-item div{
       background-color:#fff ;

   }
   .programs .media-item div h6,   .programs .media-item span{
    color:#007236
   }
/*-----------------------------------*/

.contain{

}

.contain .card{
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.contain .card .face{
    width: 300px;
    height: 200px;
    transition: 0.5s;
}

.contain .card .face.face1{
    position: relative;
    background: #fff;
    display: flex;
    /*border: 1px solid #007236;
    box-shadow: 0px 2px 7px 4px rgb(0 0 0 / 10%);
        transform: translateY(100px);

    */
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.contain .card:hover .face.face1{
    background: #007236;
    color: #fff;
    transform: translateY(0);
}

.contain .card .face.face1 .content{
    transition: 0.5s;
}

.contain .card:hover .face.face1 .content{
    opacity: 1;
    color: #fff;
}

.contain .card  span.picon{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 40px;
}
.contain .card:hover  span.picon{
    color: #fff!important;
}
.contain .card:hover .content h3{
    color: #fff!important;
}

.contain .card .face.face1 .content h3{
    margin: 10px 0 0;
    padding: 0;
    color: #007236;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
}

.contain .card .face.face2{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
   /* border: 1px solid #007236;*/
   box-shadow: 0px 2px 7px 4px rgb(0 0 0 / 10%);
    transform: translateY(-100px);
}

.contain .card:hover .face.face2{
    transform: translateY(0);
}

.contain .card .face.face2 .content p{
    margin: 0;
    color: #828282;
    font-weight: 500;
    font-size: 16px;
    padding: 0;
}

.contain .card .face.face2 .content a{
    margin: 15px 0 0;
    display:  inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #007236;
    border-radius: 3px;
    padding: 5px 7px;
    border: 1px solid #007236;
}

.contain .card .face.face2 .content a:hover{
    background: #007236;
    color: #fff;
}
.counter-pro{
    background-color: #dcffed;
    color: #007236!important;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 17px;
    font-weight: 600;
    float: left;
}
.item-st{
display: flex;
flex-direction: row;
justify-content: space-between;
}
.item-st .sicon{
font-size: 45px;
color:#D3AC4D;
margin-left: 4px;
}
.item-st  div{
   
    font-size: 16px;
    font-weight: 900;
    color: #000;
}

.item-st  p{
    font-size: 16px;
    font-weight: 600;
    color: #828282;
}
.pro-label{
    display: inline-block;
    background-color: #007236;
    padding: 5px 10px;
     color: #fff;
    border-top-left-radius:4px ;
    border-bottom-left-radius:4px ;
}
/*----------------news page -------------------*/
.news-content form input{
    border: none;
    height: 40px;
    margin:20px 0;
}
.news-content form input[type="search"]{
    box-shadow: 0 1px 5px -1px rgb(0 0 0 / 13%);
    padding: 0 5px;
}
.news-content form input[type="submit"]{
width: 70px;
background-color: #007236;
color: #fff;
}
.news-bar{
    border-bottom: 2px solid #007236;
    margin-bottom: 30px;
    text-align: right;
    overflow: hidden;
    padding: 7px 0 0 0;
}
.news-bar li{
    display: inline-block;
    margin-left: 5px;
    font-weight: 700;
    padding-bottom: 3px;
}
.news-bar li a{
    padding: 10px 16px 11px 16px;
    transition-duration: 1s;
    text-decoration: none;
    color: #007236;
}
.news-bar li a.selected{
 background-color: #007236;
 color: #fff;
}
.news-struct div{
    padding: 0 10px;
}
.sectors.list-group{
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0;
}
.sectors .list-group-item.active {
    background-color: #007236;
    border: none;
}
.news-posts{
    display: inline-block;
}
.news-posts .news-item .content{
   background-color: #fff;
}
.news-post h1{
    color: #007236;
    font-size: 24px;
    font-weight: 900;
    margin: 30px 0;
}
.news-post p{
    line-height: 35px;
    font-size: 18px;
    color: #404040;
}
.list-group.sectors .list-group-item.active{
 background-color: #007236;
 color: #fff;
}
.list-group.sectors .list-group-item a{
    color:#000;
}
.list-group.sectors .list-group-item.active a{
    color: #fff;  
}
/*----------------------------*/
.story{
    padding: 10px;
    margin: 10px 0 20px;
}
.story h1{
    font-size: 24px;
    font-weight: 900;
    color: #007236;
    margin: 20px 0;
}
.story p{
    font-size: 16px;
    font-weight: 500;
    color: #828282;
    line-height: 30px;
}
.sectors li{
    list-style-type: none;
}
/*------------------Images Page--------------*/
.photo-gallery {
    margin-top: 30px
}

#filtr-gallery {
    padding: 45px 0;
    background: #f1f1f1;
    color: #000
}

.filtr-container {
    margin: 0 -4px
}

.filtr-item {
    padding: 4px
}

.filtr-controls {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0 15px
}

.filtr-controls span {
    display: inline-block;
    margin: 10px 15px;
    cursor: pointer;
    padding: 5px 0;
    position: relative;
    color: #777
}

.filtr-controls span.active,
.filtr-controls span:hover {
    color: #000
}

.filtr-controls span:after {
    content: ' ';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: 0 0;
    -webkit-transition: .6s;
    transition: .6s
}

.filtr-controls span.active:after {
    width: 100%;
    left: 0;
    background: #000
}

@media (max-width:479px) {
    .filtr-item {
        width: 100%
    }
}

.filtr-item>a {
    position: relative;
    display: block
}
/*
.filtr-item>a:after,
.filtr-item>a:before {
    -webkit-transition: .6s;
    transition: .6s
}

.filtr-item>a:before {
    content: ' ';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.filtr-item:hover>a:before {
    background: rgba(0, 0, 0, .2)
}

.filtr-item>a:after {
    font-family: FontAwesome;
    content: '\f0fe';
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -17px;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    opacity: 0
}

.filtr-item:hover>a:after {
    opacity: .5
}
*/
iframe{
    width: 100%;
    height: auto;
}
.filtr-loading {
    border: 5px solid #333;
    position: relative;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: 80px 0;
    opacity: 0;
    top: 0;
    width: 40px;
    z-index: 2;
    -webkit-animation: 1s ease-out infinite pulsate;
    -moz-animation: 1s ease-out infinite pulsate;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: 1s ease-out infinite pulsate;
    animation: 1s ease-out infinite pulsate
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
    height: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace
}

.sl-wrapper .sl-close:focus,
.sl-wrapper .sl-navigation button:focus {
    outline: 0
}

body.hidden-scroll {
    overflow: hidden
}

.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    display: none;
    z-index: 1050
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
    top: 30px;
    display: none;
    color: #000;
    position: fixed
}

.sl-wrapper {
    z-index: 1040
}

.sl-wrapper button {
    border: 0;
    background: 0 0;
    font-size: 28px;
    padding: 0;
    cursor: pointer
}

.sl-wrapper button:hover {
    opacity: .7
}

.sl-wrapper .sl-close {
    right: 30px;
    z-index: 1060;
    margin-top: -14px;
    margin-right: -14px;
    width: 44px;
    font-size: 5rem
}

.sl-wrapper .sl-counter {
    left: 30px;
    z-index: 1060;
    font-size: 1rem
}

.sl-wrapper .sl-navigation {
    width: 100%;
    display: none
}

.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    width: 22px;
    text-align: center;
    display: block;
    z-index: 1060;
    color: #000
}

.sl-wrapper .sl-navigation button.sl-next {
    right: 5px;
    font-size: 2rem
}

.sl-wrapper .sl-navigation button.sl-prev {
    left: 5px;
    font-size: 2rem
}

.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000
}

.sl-wrapper .sl-image img {
    margin: 0;
    padding: 15px;
    display: block;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background: #fff
}

.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0
}

@media (min-width:35.5em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }

    .sl-wrapper .sl-navigation button.sl-next {
        right: 10px;
        font-size: 4rem
    }

    .sl-wrapper .sl-navigation button.sl-prev {
        left: 10px;
        font-size: 4rem
    }

    .sl-wrapper .sl-image iframe,
    .sl-wrapper .sl-image img {
        border: 0
    }
}

@media (min-width:50em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }

    .sl-wrapper .sl-navigation button.sl-next {
        right: 20px;
        font-size: 6rem
    }

    .sl-wrapper .sl-navigation button.sl-prev {
        left: 20px;
        font-size: 6rem
    }

    .sl-wrapper .sl-image iframe,
    .sl-wrapper .sl-image img {
        border: 0
    }
}

.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    text-align: center;
    -webkit-animation: .6s ease-out opacity;
    -moz-animation: .6s ease-out opacity;
    -ms-animation: opacity .6s ease-out;
    -o-animation: .6s ease-out opacity;
    animation: .6s ease-out opacity
}

.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 15px
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto
}

.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #000;
    z-index: 1060
}

.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1057;
    -webkit-animation: 1s ease-out infinite pulsate;
    -moz-animation: 1s ease-out infinite pulsate;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: 1s ease-out infinite pulsate;
    animation: 1s ease-out infinite pulsate
}

.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

#gallery {
    display: grid;
    height: calc(100vh - 10px);
    grid-template: repeat(3, 1fr)/repeat(6, 1fr);
    grid-gap: 0.5em;
  }
  @media (max-width: 800px) {
    #gallery {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      justify-content: center;
    }
    #gallery > div {
      width: 48%;
      margin: 1%;
    }
  }
  @media (max-width: 800px) and (max-width: 350px) {
    #gallery > div {
      width: 98%;
    }
  }
  #gallery > div:nth-child(6n+1) {
    grid-column: span 2;
    grid-row: span 2;
  }
  #gallery > div:nth-child(2) {
    grid-column: span 3;
    grid-row: span 3;
  }
  #gallery > div:nth-child(4) {
    grid-column: span 1;
    grid-row: span 2;
  }
  #gallery > div > a {
    opacity: 0;
    position: absolute;
    color: #000;
    background-color: #000;
    font: bold 4em "Helvetica";
    text-shadow: 0 -1px 5px #fff, -1px 0px 5px #fff, 0 1px 5px #fff, 1px 0px 5px #fff;
    padding: 2rem;
    mix-blend-mode: difference;
    width: 100%;
    height: 100%;
    transition: all ease 1s;
  }
  #gallery > div > img {
    width: 100%;
    min-height: 100%;
    transition: all ease 1s;
  }
  #gallery > div:hover img {
    filter: blur(4px);
  }
  #gallery > div:hover a {
    opacity: 1;
  }
  #gallery > div {
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
  }
  #gallery div,
  #gallery a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  
  [id^=lightbox-] {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    opacity: 0;
    transition: opacity 450ms ease-in-out;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  [id^=lightbox-]:target {
    opacity: 1;
    pointer-events: inherit;
  }
  [id^=lightbox-]:target img {
    filter: blur(0);
  }
  [id^=lightbox-] .content {
    max-width: 90%;
    position: relative;
    color: #fff;
  }
  [id^=lightbox-] .content:hover > a.close {
    opacity: 1;
    transform: scale(1, 1);
  }
  [id^=lightbox-] .content:hover > .title {
    opacity: 1;
    transform: translateY(-3px);
  }
  [id^=lightbox-] .content:hover > .title::after {
    opacity: 1;
  }
  [id^=lightbox-] .content > * {
    transition: all 450ms ease-in-out;
  }
  [id^=lightbox-] .title {
    display: block;
    margin: 0;
    padding: 1em;
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(50%);
    font-size: 1.5em;
    opacity: 0;
  }
  [id^=lightbox-] .title::after {
    content: " ";
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all 350ms ease-in-out 250ms;
    opacity: 0;
    transform-origin: bottom;
    mix-blend-mode: soft-light;
  }
  [id^=lightbox-] img {
    max-height: 90vh;
    max-width: 100%;
    margin: 0;
    padding: 0;
    filter: blur(50px);
  }
  [id^=lightbox-] a.close {
    width: 2em;
    height: 2em;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0, 0);
    opacity: 0;
    transform-origin: right top;
    text-decoration: none;
    color: #fff;
  }
  [id^=lightbox-] a.close::after {
    content: "X";
  }