@charset "UTF-8";

/*-----------------------------------------------------------------------------------/
* style.scss
* Site Name Here
* Author: M-S-Helala
* Web Site: http://www.m-s-helala.com
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------/
* Mixins
/*-----------------------------------------------------------------------------------*/
/* mixin for multiline */
/*---  custom scrollbar  ---*/
/*================================ base =======================================*/
/*-----------------------------------------------------------------------------------/
* Base styles.
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: "DINNextLTArabic-Regular";
  src: url("../fonts/DINNextLTArabic/DINNextLTArabic-Regular.eot");
  src: url("../fonts/DINNextLTArabic/DINNextLTArabic-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTArabic/DINNextLTArabic-Regular.woff") format("woff"), url("../fonts/DINNextLTArabic/DINNextLTArabic-Regular.ttf") format("truetype"), url("../fonts/DINNextLTArabic/DINNextLTArabic-Regular.svg#DINNextLTArabic-Regular") format("svg");
}

@font-face {
  font-family: "DINNextLTArabic-Medium";
  src: url("../fonts/DINNextLTArabic/DINNextLTArabic-Medium.eot");
  src: url("../fonts/DINNextLTArabic/DINNextLTArabic-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTArabic/DINNextLTArabic-Medium.woff") format("woff"), url("../fonts/DINNextLTArabic/DINNextLTArabic-Medium.ttf") format("truetype"), url("../fonts/DINNextLTArabic/DINNextLTArabic-Medium.svg#DINNextLTArabic-Medium") format("svg");
}

@font-face {
  font-family: "tahoma";
  src: url("../fonts/tahoma/Tahoma.eot");
  src: url("../fonts/tahoma/Tahoma.eot?#iefix") format("embedded-opentype"), url("../fonts/tahoma/Tahoma.woff") format("woff"), url("../fonts/tahoma/Tahoma.ttf") format("truetype"), url("../fonts/tahoma/Tahoma.svg#tahoma") format("svg");
}

@font-face {
  font-family: "DroidArabicNaskh";
  src: url("../fonts/DroidArabicNaskh/DroidArabicNaskh.eot");
  src: url("../fonts/DroidArabicNaskh/DroidArabicNaskh.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidArabicNaskh/DroidArabicNaskh.woff") format("woff"), url("../fonts/DroidArabicNaskh/DroidArabicNaskh.ttf") format("truetype"), url("../fonts/DroidArabicNaskh/DroidArabicNaskh.svg#DroidArabicNaskh") format("svg");
}

@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/lato/Lato-Regular.eot");
  src: url("../fonts/lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-Regular.woff") format("woff"), url("../fonts/lato/Lato-Regular.ttf") format("truetype"), url("../fonts/lato/Lato-Regular.svg#Lato-Regular") format("svg");
}

@font-face {
  font-family: "Lato-Medium";
  src: url("../fonts/lato/Lato-Medium.eot");
  src: url("../fonts/lato/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-Medium.woff") format("woff"), url("../fonts/lato/Lato-Medium.ttf") format("truetype"), url("../fonts/lato/Lato-Medium.svg#Lato-Medium") format("svg");
}

@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/lato/Lato-Bold.eot");
  src: url("../fonts/lato/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-Bold.woff") format("woff"), url("../fonts/lato/Lato-Bold.ttf") format("truetype"), url("../fonts/lato/Lato-Bold.svg#Lato-Bold") format("svg");
}

body,
.pagination a,
.pagination span {
  font-family: 'Lato-Regular';
}

strong,
#header #top-nav .contact-info li b,
#footer .foot-title {
  font-family: 'Lato-Medium';
}

.btn,
.newsletter .number,
#footer .contact-info li .text h3,
#footer .about h3,
.main-slider .item .text h3,
.main-slider .item .text h2,
.what-box h3,
.project-box .meta,
.project-box h3,
.volunteer-box h3,
.news-box .date,
.news-box h3,
.home-section .section-title h3,
#we-are .text h3,
#status .status-box h3 {
  font-family: 'Lato-Bold';
}

.is-en {
  font-family: sans-serif;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.news-box h3 {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-white-space: nowrap;
  -moz-white-space: nowrap;
  -ms-white-space: nowrap;
  -o-white-space: nowrap;
  white-space: nowrap;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.pagination a,
.pagination span {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

label.error {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.btn,
.slick-arrow,
.pagination a,
.pagination span {
  -moz-transition: all 0.3s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0.2, 0.2, 1);
}

label.error {
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/*-----------------------------------------------------------------------------------/
* Normailze.
/*-----------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Paragraph */
p {
  margin: 0;
}

ol,
ul {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:hover,
*:focus,
*:active,
button:focus {
  outline: none;
}

label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a,
a:hover,
a:focus,
a:active,
button,
button:focus,
button:active {
  text-decoration: none;
}

p,
a,
li,
ul,
ol,
span,
label,
input,
textarea,
button,
b,
i,
h1,
h2,
h3,
h4,
h5,
h6,
select,
table,
tr,
td,
.input-group {
  direction: ltr;
  text-align: left;
}

strong {
  font-weight: normal;
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

button {
  cursor: pointer;
}

/*-----------------------------------------------------------------------------------/
* For IE8.
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------/
* Media Queries For Responsive.
/*-----------------------------------------------------------------------------------*/
/*================================ libraries =======================================*/
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/fontello.eot?48298918");
  src: url("../fonts/fontello/fontello.eot?48298918#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff2?48298918") format("woff2"), url("../fonts/fontello/fontello.woff?48298918") format("woff"), url("../fonts/fontello/fontello.ttf?48298918") format("truetype"), url("../fonts/fontello/fontello.svg?48298918#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?48298918#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before {
  content: '\e800';
}

/* '' */
.icon-heart:before {
  content: '\e801';
}

/* '' */
.icon-comment:before {
  content: '\e802';
}

/* '' */
.icon-paper-plane:before {
  content: '\e803';
}

/* '' */
.icon-user:before {
  content: '\e804';
}

/* '' */
.icon-edit:before {
  content: '\e805';
}

/* '' */
.icon-rss:before {
  content: '\e806';
}

/* '' */
.icon-mail:before {
  content: '\e807';
}

/* '' */
.icon-android:before {
  content: '\e808';
}

/* '' */
.icon-doc:before {
  content: '\e809';
}

/* '' */
.icon-home:before {
  content: '\e80a';
}

/* '' */
.icon-tags:before {
  content: '\e80b';
}

/* '' */
.icon-stopwatch:before {
  content: '\e80c';
}

/* '' */
.icon-lightbulb:before {
  content: '\e80d';
}

/* '' */
.icon-fire:before {
  content: '\e80e';
}

/* '' */
.icon-eye-1:before {
  content: '\e80f';
}

/* '' */
.icon-beaker:before {
  content: '\e810';
}

/* '' */
.icon-calendar:before {
  content: '\e811';
}

/* '' */
.icon-star:before {
  content: '\e812';
}

/* '' */
.icon-lightbulb-1:before {
  content: '\e813';
}

/* '' */
.icon-twitter:before {
  content: '\f099';
}

/* '' */
.icon-facebook:before {
  content: '\f09a';
}

/* '' */
.icon-menu:before {
  content: '\f0c9';
}

/* '' */
.icon-gplus:before {
  content: '\f0d5';
}

/* '' */
.icon-doc-text:before {
  content: '\f0f6';
}

/* '' */
.icon-youtube:before {
  content: '\f167';
}

/* '' */
/*================================ componentes =======================================*/
/*-----------------------------------------------------------------------------------/
* Componentes Styles
/*-----------------------------------------------------------------------------------*/
/*---  long shadow  ---*/
/*
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/
/*-----------------------------------------------------------------------------------/
* Effects Styles
/*-----------------------------------------------------------------------------------*/
/**
 * Tipsy.sass
 * @author: Dang Van Thanh
 * @description: A Simple Mixin Tooltip CSS Using Sass
 * @version: 1.0.5
 */
/*================================ Modules =======================================*/
/*-----------------------------------------------------------------------------------/
* All buttons Styles.
/*-----------------------------------------------------------------------------------*/
.btn {
  line-height: 1;
  padding: 13px 20px;
  padding-top: 9px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  min-width: 120px;
}

.btn.btn-base-1 {
  background: #1d8082;
}

.btn.btn-base-1:hover {
  color: #fff;
  background: #2ca4a6;
}

.btn.btn-base-2 {
  background: #3b3c3d;
}

.btn.btn-base-2:hover {
  color: #fff;
  background: #2ca4a6;
}

/*-----------------------------------------------------------------------------------/
* Dividers Styles.
/*-----------------------------------------------------------------------------------*/
hr {
  height: 1px;
  display: block;
  margin: 5px 0;
  border: none;
  background-color: #DDD;
}

/*-----------------------------------------------------------------------------------/
* Forms styles.
/*-----------------------------------------------------------------------------------*/
.input-row {
  position: relative;
  margin-bottom: 20px;
}

.form-control.error {
  border: 1px solid #f25b3c !important;
}

.form-control.error+label.error {
  opacity: 1;
  bottom: calc(100% + 6px);
  visibility: visible;
}

label.success {
  display: none !important;
}

label.error {
  position: absolute;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  background: #f25b3c;
  color: #fff !important;
  padding: 5px 10px;
  z-index: 99;
  left: calc(50% - 50px);
  font-size: 15px;
}

label.error:after {
  left: calc(50% - 10px);
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 10px solid #f25b3c;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: none;
}

/*-----------------------------------------------------------------------------------/
* Tables Styles.
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------/
* Other Styles.
/*-----------------------------------------------------------------------------------*/
/*================================ Layout =======================================*/
/*-----------------------------------------------------------------------------------/
* Navbar Styles.
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------/
* Header Styles.
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------/
* Header Styles.
/*-----------------------------------------------------------------------------------*/
#header #top-nav {
  background: #3b3c3d;
}

#header #top-nav .contact-info li {
  float: left;
  direction: ltr;
  color: #fff;
  margin: 7px 15px 0px 15px;
  font-size: 15px;
}

@media (max-width: 544px) {
  #header #top-nav .contact-info li {
    display: none;
  }
}

@media (max-width: 992px) {
  #header #top-nav .contact-info li:first-child {
    display: none;
  }
}

#header #top-nav .contact-info li b {
  font-weight: normal;
}

#header #top-nav .social a {
  display: block;
  float: right;
  text-align: center;
  line-height: 28px;
  color: #fff;
  padding: 8px 15px;
  padding-top: 4px;
  transition: all 0.3s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

#header #top-nav .social a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

#header #top-nav .social a:hover {
  color: #1d8082;
}

#header #main-header nav.navbar {
  padding: 0;
}

@media (max-width: 820px) {
  #header #main-header nav.navbar {
    display: block;
  }
}

#header #main-header .navbar-brand img {
  height: 60px;
  margin: 10px 0;
  padding: 10px 0;
}

#header #main-header .navbar-expand-lg .navbar-collapse {
  flex-direction: row-reverse;
}

#header #main-header .navbar-toggler:not(:disabled):not(.disabled) {
  position: absolute;
  top: 27px;
  right: 0;
}

#header #main-header .navbar-nav li a {
  color: #333;
  padding: 40px 15px;
  font-size: 17px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  #header #main-header .navbar-nav li a {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
  }
}

#header #main-header .navbar-nav li a:hover {
  color: #1d8082;
}

#header #main-header .navbar-nav li a.btn {
  border: 1px solid #1d8082;
  border-radius: 30px;
  padding: 10px 20px 15px;
}

#header #main-header .navbar-nav li a.btn:hover {
  background: #1d8082;
  color: #fff;
}

#header #main-header .navbar-nav li.active {
  position: relative;
}

#header #main-header .navbar-nav li.active a {
  color: #1d8082;
}

#header #main-header .navbar-nav li.active a:after {
  content: '';
  width: 53px;
  height: 10px;
  background: url("../images/nav-o.png") no-repeat;
  position: absolute;
  top: -1px;
  left: calc(50% - 26px);
}

@media (max-width: 544px) {
  #header #main-header .navbar-nav li.active a:after {
    display: none;
  }
}

.navbar-toggler:not(:disabled):not(.disabled) {
  padding-left: 0;
  text-align: left;
}

.navbar-toggler-icon {
  font: normal normal normal 18px/1 FontAwesome;
  padding-top: 5px;
  padding-left: 0;
  text-align: left;
}

.navbar-toggler-icon:before {
  content: "\f0c9";
}

/*-----------------------------------------------------------------------------------/
* Menu Styles.
*
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------/
* Main styles.
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------/
* Sidebar Styles.
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------/
* Footer Styles.
/*-----------------------------------------------------------------------------------*/
.newsletter {
  margin-top: -190px;
  background-color: #1d8082;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFEC4887', endColorstr='#FFFE2477');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjNDg4NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlMjQ3NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #1d8082), color-stop(100%, #1d8082));
  background-image: -moz-linear-gradient(left, #1d8082 0%, #1d8082 100%);
  background-image: -webkit-linear-gradient(left, #1d8082 0%, #1d8082 100%);
  background-image: linear-gradient(to right, #1d8082 0%, #1d8082 100%);
  padding: 45px 40px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

@media (max-width: 820px) {
  .newsletter {
    margin-top: -150px;
  }
}

.newsletter .form-control {
  border-radius: 40px !important;
  margin-right: 15px;
  border: none;
}

.newsletter .contact {
  overflow: hidden;
}

.newsletter .input-group {
  overflow: hidden;
}

.newsletter .icon {
  float: left;
  font-size: 50px;
  color: #fff;
  margin-right: 15px;
}

@media (max-width: 820px) {
  .newsletter .icon {
    display: none;
  }
}

.newsletter h6 {
  color: #fff;
  font-size: 20px;
  width: 150px;
  margin-right: 10px;
  float: left;
}

@media (max-width: 820px) {
  .newsletter h6 {
    display: none;
  }
}

.newsletter .number {
  font-size: 30px;
  float: left;
  color: #fff;
}

@media (max-width: 820px) {
  .newsletter .number {
    display: none;
  }
}

#footer {
  background: #21223f url("../images/footer-bg.png") no-repeat top;
  padding-top: 120px;
  padding-bottom: 40px;
  margin-top: 220px;
  color: #fff;
}

@media (max-width: 992px) {
  #footer {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

@media (max-width: 820px) {
  #footer {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}

#footer [class*='col'] {
  margin-bottom: 30px;
}

#footer .footer-text {
  font-size: 14px;
  opacity: 0.8;
  line-height: 24px;
  margin-bottom: 15px;
}

#footer .foot-title {
  font-size: 19px;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

#footer .links li {
  margin-bottom: 10px;
}

#footer .links li a {
  display: block;
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease;
}

#footer .links li a:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 9px;
  transition: all 0.3s ease;
  display: inline-block;
}

#footer .links li a:hover {
  color: #2ecc71;
}

#footer .links li a:hover:before {
  transform: translateX(-3px);
}

#footer .contact-info li {
  overflow: hidden;
  margin-bottom: 15px;
}

#footer .contact-info li .icon {
  float: left;
  width: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #1d8082;
  color: #fff;
  border-radius: 50%;
  line-height: 30px;
  margin-right: 10px;
}

#footer .contact-info li .text {
  font-size: 14px;
  float: left;
  width: calc(100% - 40px);
}

#footer .contact-info li .text h3 {
  color: #1d8082;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 17px;
}

#footer .gallery {
  overflow: hidden;
}

#footer .gallery li {
  width: 50%;
  float: left;
  padding: 2px;
}

#footer .gallery li img {
  width: 100%;
  height: 80px;
  display: block;
}

#footer .about h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

#footer .about p {
  color: #fff;
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 8px;
}

#footer .copyrights {
  margin-top: 40px;
}

#footer .copyrights p {
  text-align: center;
  font-size: 15px;
}

/*-----------------------------------------------------------------------------------/
* Taps Styles
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------/
* Sliders Styles
/*-----------------------------------------------------------------------------------*/
.slick-arrow {
  font-size: 20px;
  text-align: center;
  z-index: 99;
  width: 30px;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
}

.slick-arrow:before {
  color: #fff;
  font-size: 20px;
  display: inherit;
}

.slick-arrow.slick-next {
  left: 0px;
  right: auto;
}

.slick-arrow.slick-next:before {
  display: inherit;
  content: '\f104';
}

.slick-arrow.slick-prev {
  right: 0px;
  left: auto;
}

.slick-arrow.slick-prev:before {
  display: inherit;
  content: '\f105';
}

.slick-arrow:hover {
  background: #1d8082;
}

.slick-arrow:focus {
  background: rgba(0, 0, 0, 0.4);
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li {
  height: 8px;
  width: 8px;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
  background: #1d8082;
}

.slick-dots li button {
  background: #c3c3c3;
  padding: 4px;
  height: 6px;
  width: 6px;
  border-radius: 5px;
}

.slick-dots li button:before {
  color: transparent !important;
}

.main-slider .item {
  height: 620px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 820px) {
  .main-slider .item {
    height: 440px;
  }
}

.main-slider .item .text {
  padding-top: 25%;
  color: #fff;
}

@media (max-width: 820px) {
  .main-slider .item .text {
    padding-top: 15%;
  }
}

.main-slider .item .text h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 5px;
}

@media (max-width: 820px) {
  .main-slider .item .text h3 {
    font-size: 19px;
  }
}

.main-slider .item .text h2 {
  font-size: 40px;
  margin-bottom: 15px;
}

@media (max-width: 820px) {
  .main-slider .item .text h2 {
    font-size: 30px;
  }
}

.main-slider .item .text p {
  color: #fff;
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 30px;
}

@media (max-width: 820px) {
  .main-slider .item .text p {
    font-size: 16px;
  }
}

/*-----------------------------------------------------------------------------------/
* Blocks Styles
/*-----------------------------------------------------------------------------------*/
.what-box {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 25px;
}

.what-box:after {
  content: '';
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: calc(50% - 20px);
  width: 40px;
  height: 6px;
  border-radius: 7px;
  background: #3b3c3d;
  transition: all 0.3s ease;
}

.what-box .icon {
  display: inline-block;
  background-color: #1d8082;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFEC4887', endColorstr='#FFFE2477');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjNDg4NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlMjQ3NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #1d8082), color-stop(100%, #1d8082));
  background-image: -moz-linear-gradient(left, #1d8082 0%, #1d8082 100%);
  background-image: -webkit-linear-gradient(left, #1d8082 0%, #1d8082 100%);
  background-image: linear-gradient(to right, #1d8082 0%, #1d8082 100%);
  text-align: center;
  line-height: 195px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.what-box .icon img {
  max-width: 90%;
  max-height: 90%;
  display: inline-block;
}

.what-box h3 {
  color: #3b3c3d;
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.what-box p {
  display: inline-block;
  text-align: center;
  color: #030d28;
  line-height: 26px;
  font-size: 14px;
}

.what-box:hover:after {
  background: #1d8082;
}

.what-box:hover .icon {
  background: #3b3c3d;
}

.project-box {
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-align: center;
  background-color: #1d8082;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFEC4887', endColorstr='#FFFE2477');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjNDg4NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlMjQ3NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #1d8082), color-stop(100%, #1d8082));
  background-image: -moz-linear-gradient(left, #1d8082 0%, #1d8082 100%);
  background-image: -webkit-linear-gradient(left, #1d8082 0%, #1d8082 100%);
  background-image: linear-gradient(to right, #1d8082 0%, #1d8082 100%);
}

.project-box img {
  height: 230px;
  display: block;
  width: 100%;
}

.project-box .progress-container {
  padding: 15px 20px;
  background: #fff;
  border-radius: 20px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: -20px;
  position: relative;
  margin-bottom: 30px;
  z-index: 99;
}

.project-box .progress-container .progress {
  height: 11px;
}

.project-box .progress-container .progress .progress-bar {
  background: #46c5f2;
}

.project-box .meta {
  padding: 0px 15px;
  color: #fff;
  overflow: hidden;
}

.project-box .meta span {
  float: left;
}

.project-box .meta span:last-child {
  float: right;
}

.project-box h3 {
  color: #fff;
  font-size: 18px;
  padding: 5px 15px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 28px;
  margin-top: 5px;
}

.gallery-box {
  margin-bottom: 22px;
}

.gallery-box img {
  display: block;
  width: 100%;
  height: 270px;
}

.volunteer-box {
  margin-bottom: 25px;
  text-align: center;
}

.volunteer-box img {
  height: 188px;
  width: 188px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  border: 6px solid #fff;
}

.volunteer-box h3 {
  color: #1d8082;
  font-size: 25px;
  text-align: center;
}

.volunteer-box h5 {
  color: #3b3c3d;
  font-size: 20px;
  text-align: center;
}

.volunteer-box:hover img {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.news-box {
  margin-bottom: 25px;
}

.news-box img {
  display: block;
  width: 100%;
  height: 240px;
}

.news-box .detalis {
  background: #f7f8fc;
  padding: 15px;
}

.news-box .date {
  color: #3b3c3d;
  font-size: 15px;
  margin-bottom: 5px;
}

.news-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  transition: all 0.3s ease;
  color: #3b3c3d;
}

.news-box p {
  font-size: 15px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  color: #3b3c3d;
}

.news-box:hover h3 {
  color: #1d8082;
}

/*================================ Templats =======================================*/
/*-----------------------------------------------------------------------------------/
* Single template.
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------/
* Article Template.
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------/
* About Us Template.
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------/
* Category Template.
/*-----------------------------------------------------------------------------------*/
.cat-pagination {
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (max-width: 544px) {
  .pagination {
    margin-top: 5px;
    margin-bottom: 0px;
  }
}

.pagination {
  direction: ltr;
  text-align: center;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

.pagination a,
.pagination span {
  color: #1d8082;
  background: #fff;
  min-width: 35px;
  height: 30px;
  padding: 1px 5px;
  margin: 0 2px;
  margin-bottom: 5px;
  display: block;
  float: left;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09), 0 2px 2px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.pagination span {
  color: #c4c4c4;
}

.pagination a:hover {
  border-color: #fe8db8;
  background-color: #fe8db8;
  color: #fff;
}

.pagination a.current {
  border-color: #1d8082;
  background-color: #1d8082;
  color: #fff;
}

.pagination a.current:hover {
  border-color: #1d8082;
  background-color: #1d8082;
}

.pagination a.prev {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination a.next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*-----------------------------------------------------------------------------------/
* Contact Template.
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------/
* Home style
/*-----------------------------------------------------------------------------------*/
.home-section {
  padding: 80px 0;
}

.home-section .section-title {
  text-align: center;
  margin-bottom: 45px;
}

.home-section .section-title h3 {
  color: #3b3c3d;
  font-size: 35px;
  margin-bottom: 20px;
  text-align: center;
}

.home-section .section-title p {
  display: inline-block;
  text-align: center;
  color: #030d28;
  line-height: 28px;
}

@media (min-width: 821px) {
  .home-section .section-title p {
    max-width: 70%;
  }
}

#we-are [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

#we-are .img img {
  width: 100%;
  display: block;
  height: 540px;
}

@media (max-width: 820px) {
  #we-are .img img {
    height: 420px;
  }
}

#we-are .text {
  height: 540px;
  padding-left: 70px;
  padding-top: 15%;
  padding-right: 20px;
  background-color: #1d8082;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFEC4887', endColorstr='#FFFE2477');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjNDg4NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlMjQ3NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #1d8082), color-stop(100%, #1d8082));
  background-image: -moz-linear-gradient(left, #1d8082 0%, #1d8082 100%);
  background-image: -webkit-linear-gradient(left, #1d8082 0%, #1d8082 100%);
  background-image: linear-gradient(to right, #1d8082 0%, #1d8082 100%);
}

#we-are .text * {
  color: #fff;
}

@media (min-width: 821px) {
  #we-are .text * {
    max-width: 70%;
  }
}

@media (max-width: 820px) {
  #we-are .text {
    height: 420px;
    padding-left: 40px;
    max-width: 100%;
  }
}

#we-are .text h3 {
  font-size: 40px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  #we-are .text h3 {
    font-size: 30px;
  }
}

#we-are .text p {
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 30px;
}

@media (max-width: 820px) {
  #we-are .text p {
    font-size: 17px;
  }
}

#projects {
  background: #f7f8fc;
}

#status {
  padding: 130px 0;
  background: #1d8082 url("../images/status.png");
}

#status .status-box {
  margin-bottom: 20px;
}

#status .status-box * {
  color: #fff;
  text-align: center;
}

#status .status-box h3 {
  font-size: 50px;
  margin-bottom: 10px;
}

#status .status-box h5 {
  font-size: 30px;
}

#news {
  background: #282828;
  margin-bottom: 280px;
}

#news .section-title * {
  color: #fff;
}

#news .news-list {
  margin-bottom: -271px;
}

/*================================ Theme  =======================================*/
/*-----------------------------------------------------------------------------------/
* Theme Styles.
/*-----------------------------------------------------------------------------------*/
/* Document style */
::selection {
  background: #25a25a;
  color: #fff;
}

::-moz-selection {
  background: #25a25a;
  color: #fff;
}

/*---  custom scrollbar  ---*/
html ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

html ::-webkit-scrollbar-thumb {
  background: #27af61;
}

html ::-webkit-scrollbar-track {
  background: #ddd;
}

html body {
  scrollbar-face-color: #27af61;
  scrollbar-track-color: #ddd;
}