@import url("https://fonts.googleapis.com/css?family=Lato");

* {
  margin: 0;
  padding: 0;
}

header, footer, article, section, figure, nav, aside {
  display: block;
}


body {

  font-size: 16px;
}

a {
  color: #0066CC;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0 none;
  max-width: 100%;
}

ul, ol {
  list-style-type: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url("/fonts/avenir/AvenirNextCondensed-Bold.eot");
  src: url("/fonts/avenir/AvenirNextCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir/AvenirNextCondensed-Bold.woff2") format("woff2"), url("/fonts/avenir/AvenirNextCondensed-Bold.woff") format("woff"), url("/fonts/avenir/AvenirNextCondensed-Bold.ttf") format("truetype"), url("/fonts/avenir/AvenirNextCondensed-Bold.svg#AvenirNextCondensed-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DINAlternate';
  src: url("/fonts/dinalternate/DIN-BoldAlternate.eot");
  src: url("/fonts/dinalternate/DIN-BoldAlternate.eot?#iefix") format("embedded-opentype"), url("/fonts/dinalternate/DIN-BoldAlternate.woff2") format("woff2"), url("/fonts/dinalternate/DIN-BoldAlternate.woff") format("woff"), url("/fonts/dinalternate/DIN-BoldAlternate.ttf") format("truetype"), url("/fonts/dinalternate/DIN-BoldAlternate.svg#DIN-BoldAlternate") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Amar Bangla';
  src: url("/fonts/kohinoor__bangla/AmarBangla-Bold.eot");
  src: url("/fonts/kohinoor__bangla/AmarBangla-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/kohinoor__bangla/AmarBangla-Bold.woff2") format("woff2"), url("/fonts/kohinoor__bangla/AmarBangla-Bold.woff") format("woff"), url("/fonts/kohinoor__bangla/AmarBangla-Bold.ttf") format("truetype"), url("/fonts/kohinoor__bangla/AmarBangla-Bold.svg#AmarBangla-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
*/
.sl-width {
  max-width: 1280px;
  margin: auto;
  padding: 0 10px;
}
.sl-nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  border-bottom: solid 5px #f1f1f1;
}
.sl-nav ul li {
  margin: 0 60px;
  position: relative;
}
.sl-nav ul li:first-child {
  margin-left: 0;
}
.sl-nav ul li:last-child {
  margin-right: 0;
}
.sl-nav ul li a {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  color: #2e2e2e;
  position: relative;
  padding: 20px 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.sl-nav ul li a:hover, .sl-nav ul li a.active {
  color: #9f9f9f;
}
.sl-nav ul li a:hover::before, .sl-nav ul li a.active::before {
  background: #0099ff;
}
.sl-nav ul li a::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  height: 5px;
  background: transparent;
  left: 0;
  right: 0;
}
.sl-nav ul li:hover .sl-nav-sub {
  top: 63px;
  opacity: 1;
  visibility: visible;
}
.sl-nav-sub {
  position: absolute;
  top: 83px;
  background: #0099ff;
  width: 150px;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 9;
}
.sl-nav-sub ul {
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: none;
}
.sl-nav-sub ul li {
  margin: 0;
}
.sl-nav-sub ul li a {
  padding: 10px 20px;
  color: #ffffff;
  display: block;
  text-transform: capitalize;
}
.sl-nav-sub ul li a:hover {
  background: #007acc;
}
.sl-nav-sub ul li a:before {
  display: none;
}
.sl-nav-sub ul li:hover a {
  color: #ffffff;
}
.sl-header-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 15px 0;
}
.sl-header-block > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  width: 50%;
}
.sl-logo {
  padding-left: 30px;
}
.sl-logo img {
  width: 80px;
}
.sl-search {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.sl-search__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sl-search__input input[type="text"] {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #f1f1f1;
  color: #999999;
  border: none;
  padding: 0 10px;
  border-radius: 5px;
  width: 300px;
  font-family: "Georgia",Arial;
}
.sl-search__btn {
  margin-left: 10px;
}
.sl-search__btn button {
  height: 37px;
  line-height: 37px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  background: #0099ff;
  cursor: pointer;
  border-radius: 5px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-family: "Georgia",Arial;
}
.sl-search__btn button:hover {
  background: #007acc;
}
.sl-slider__block {
  border-top: solid 5px #e9e9e9;
  background: #f1f1f1;
  padding: 20px 0;
}
.sl-slider__img img, .sl-section__news-img img {
  display: block;
}
.sl-slider__text {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
  z-index: 99;
  width: 40%;
}
.sl-slider__text h3 {
  font-size: 28px;
  color: #29a5f8;
  margin-bottom: 20px;
  font-weight: normal;
}
.sl-slider__text p {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.sl-slider__text button {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  border: none;
  background: #0099ff;
  cursor: pointer;
  border-radius: 5px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.sl-slider__text button:hover {
  background: #007acc;
}
.sl-slider__text button:after {
  content: "\00BB";
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.sl-slider .bx-wrapper {
  position: relative;
}
.sl-slider .bx-wrapper .bx-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 14px;
}
.sl-slider .bx-wrapper .bx-controls .bx-pager {
  text-align: center;
}
.sl-slider .bx-wrapper .bx-controls .bx-pager-item {
  display: inline-block;
}
.sl-slider .bx-wrapper .bx-controls .bx-pager-item a {
  display: block;
  width: 10px;
  height: 10px;
  border: solid 2px #ffffff;
  background: transparent;
  text-indent: -9999px;
  border-radius: 50%;
  margin: 0 2px;
}
.sl-slider .bx-wrapper .bx-controls .bx-pager-item a.active {
  background: #ffffff;
}
.sl-section {
  padding: 20px 0;
}
.sl-section__news {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sl-section__news-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  width: 50%;
}
.sl-section__news-block:last-child {
  margin-left: 30px;
}
.sl-section__news-block a {
  display: block;
  text-align: center;
  color: #000000;
}
.sl-section__news-block a > span {
  display: block;
}
.sl-section__news-block:first-child a .sl-section__news-img {
  position: relative;
}
.sl-section__news-block:first-child a .sl-section__news-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5) url(/images/view-icon-save-life.png) no-repeat center;
  background-size: 0;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.2s ease-in, visibility 0.2s ease-in, background-size 0.2s ease-in 0.1s;
  -o-transition: opacity 0.2s ease-in, visibility 0.2s ease-in, background-size 0.2s ease-in 0.1s;
  -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in, background-size 0.2s ease-in;
  -webkit-transition-delay: 0s, 0s, 0.1s;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in, background-size 0.2s ease-in 0.1s;
}
.sl-section__news-block:first-child a .sl-section__news-img:hover:before {
  opacity: 1;
  visibility: visible;
  background-size: 50px;
}
.sl-section__news-heading {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #0099ff;
  padding-bottom: 20px;
  font-family: 'Avenir Next Condensed';
  font-weight: bold;
  font-style: normal;
}
.sl-section__news-bg1 {
  background: #e9e9e9;
}
.sl-section__news-img {
  margin-bottom: 25px;
  position: relative;
}
.sl-section__news-percentage {
  position: absolute;
  background: #0099ff;
  bottom: 0;
  left: 0;
  height: 10px;
  display: block;
}
.sl-section__news-percentage::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 153, 255, 0.5);
  z-index: 97;
}
.sl-section__news-percentagemarker {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate3D(50%, -50%, 0);
  -ms-transform: translate3D(50%, -50%, 0);
  -webkit-transform: translate3D(50%, -50%, 0);
  transform: translate3D(50%, -50%, 0);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #0099ff;
  border: solid 2px #5c8391;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  z-index: 99;
}
.sl-section__news-head {
  margin-bottom: 10px;
  font-size: 22px;
  color: #0099ff;
  line-height: 28px;
}
.sl-section__news-text {
  font-size: 16px;
  line-height: 24px;
}
.sl-section__news-list {
  padding: 20px;
  background: #ffffff;
}
.sl-section__news-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sl-section__news-list ul li {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  width: 50%;
  padding-bottom: 20px;
}
.sl-section__news-list ul li a {
  padding: 0 10px;
}
.sl-section__news-list ul li .sl-section__news-img {
  text-align: center;
}
.sl-section__news-list ul li .sl-section__news-img img {
  max-width: 115px;
  margin: auto;
}
.sl-section__news-list ul li .sl-section__news-head {
  font-size: 18px;
  line-height: 26px;
}
.sl-section__news-list ul li .sl-section__news-text {
  font-size: 14px;
  line-height: 22px;
}
.sl-section__timer {
  margin-top: 15px;
  text-align: center;
  font-family: 'DINAlternate';
  font-weight: bold;
  font-style: normal;
}
.sl-section__timer-block {
  display: inline-block;
  background: #0099ff;
  padding: 0 10px 5px;
}
.sl-section__timer-block span {
  display: inline-block;
  padding: 5px 0;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  width: 90px;
}
.sl-section__timer-block span::before {
  content: ":";
  position: absolute;
  right: -10px;
  top: 14px;
  font-size: 24px;
}
.sl-section__timer-block span:last-child::before {
  display: none;
}
.sl-section__timer-block span strong {
  display: block;
  font-size: 36px;
}
.sl-section__counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 15px;
  font-family: 'Amar Bangla';
}
.sl-section__counter > div {
  font-size: 12px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sl-section__counter strong {
  display: block;
  font-size: 22px;
  line-height: 20px;
}
.sl-section__counter-raised {
  color: #666666;
}
.sl-section__counter-reached {
  text-align: right;
  color: #0099ff;
}
.sl-section__donate {
  text-align: center;
  margin-top: 1px;
}
.sl-section__donate button {
  font-family: 'DINAlternate';
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #eeeeee;
  border: none;
  border-radius: 5px;
  background: #e1652b;
  padding: 10px 20px;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.sl-section__donate button:hover {
  background: #be4f1b;
}
.sl-footer {
  background: #2e2e2e;
  padding: 20px 0;
}
.sl-footer__share {
  text-align: right;
}
.sl-footer__share ul {
  font-size: 0;
}
.sl-footer__share ul li {
  display: inline-block;
}
.sl-footer__share ul li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 5px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.sl-footer__share ul li a.sl-footer__share-linkdin {
  background: #787878 url(/images/linkdin-save-life.png) no-repeat center;
}
.sl-footer__share ul li a.sl-footer__share-linkdin:hover {
  background-color: #0e76a8 !important;
}
.sl-footer__share ul li a.sl-footer__share-twitter {
  background: #787878 url(/images/twitter-save-life.png) no-repeat center;
}
.sl-footer__share ul li a.sl-footer__share-twitter:hover {
  background-color: #00acee !important;
}
.sl-footer__share ul li a.sl-footer__share-pinterest {
  background: #787878 url(/images/pinterest-save-life.png) no-repeat center;
}
.sl-footer__share ul li a.sl-footer__share-pinterest:hover {
  background-color: #c8232c !important;
}
.sl-footer__share ul li a.sl-footer__share-gplus {
  background: #787878 url(/images/gplus-save-life.png) no-repeat center;
}
.sl-footer__share ul li a.sl-footer__share-gplus:hover {
  background-color: #db4a39 !important;
}
.sl-footer__share ul li a.sl-footer__share-rss {
  background: #787878 url(/images/rss-save-life.png) no-repeat center;
}
.sl-footer__share ul li a.sl-footer__share-rss:hover {
  background-color: #ee802f !important;
}


.sl-news, .sl-about {
  border-top: solid 5px #e9e9e9;
}
.sl-news__list {
  padding: 60px 100px 30px;
  background: #f7f7f7;
}
.sl-news__list ul li {
  margin-bottom: 30px;
}
.sl-news__list ul li a{
	text-decoration: none;
}
.sl-news__list ul li:last-child {
  margin-bottom: 0;
}
.sl-news__list ul li a {
  color: #000000;
  display: block;
}
.sl-news__list ul li a span {
  display: block;
  text-align: center;
}
.sl-news__image {
  float: left;
  max-width: 500px;
}
.sl-news__desc {
  margin-left: 520px;
  text-align: center;
}
.sl-news__heading {
  font-size: 22px;
  padding-bottom: 15px;
}
.sl-news__text {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 15px;
}
.sl-news__btn {
  text-align: left;
}
.sl-news__btn button {
  font-size: 14px;
  border: solid 2px #000000;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  border-radius: 10px;
  font-family: "Georgia",Arial;
}
.sl-about {
  padding: 0;
}
.sl-about-img img {
  width: 100%;
  display: block;
}
.sl-about-content {
  background: #f7f7f7;
}
.sl-about-block {
  text-align: center;
}
.sl-about-block h3 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding-top: 50px !important;
    padding-bottom: 15px !important;
    text-transform: uppercase;
}
.sl-about-block h3.about-icon {
  position: relative;
}
.sl-about-block h3.about-icon:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-size: cover !important;
}
.sl-about-block h3.about-icon1:before {
  background: url(/images/about-icon1-save-life.png) no-repeat center;
}
.sl-about-block h3.about-icon2:before {
  background: url(/images/about-icon2-save-life.png) no-repeat center;
}
.sl-about-block h3.about-icon3:before {
  background: url(/images/about-icon3-save-life.png) no-repeat center;
}
.sl-about-block p {
  font-size: 15px;
  line-height: 32px;
}
.sl-about-savelife {
  padding: 50px 0;
  max-width: 800px;
  margin: auto;
}
.sl-about-whatwe {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sl-about-whatwe-block h3, .sl-about-whatwe-block p {
  padding: 0 30px;
}
.sl-about-whatwe-left {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  width: 66.66%;
}
.sl-about-whatwe-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33.33%;
}
.sl-about-whatwe-right > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.sl-about-whatwe-right > div:last-child {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.sl-about-whatwe-img img {
  width: 100%;
  display: block;
}
.sl-contact {
  background: #000000;
  color: #ffffff;
}
.sl-contact .sl-width {
  border-bottom: solid 2px #ffffff;
}
.sl-contact-block {
  max-width: 500px;
  margin: auto;
}
.sl-contact-block h4 {
  font-size: 24px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.sl-contact-block p {
  font-size: 16px;
  padding-bottom: 15px;
  line-height: 24px;
}
.sl-contact-block p strong {
  display: block;
  padding-bottom: 2px;
}
.sl-contact-block p span {
  display: inline-block;
  padding: 20px 0;
  padding-left: 40px;
  margin-top: 15px;
  margin-right: 40px;
}
.sl-contact-block p span.sl-phone {
  background: url(/images/phone-icon-save-life.png) no-repeat left center;
}
.sl-contact-block p span.sl-email {
  background: url(/images/mail-icon-save-life.png) no-repeat left center;
}
.sl-nopadding {
  padding: 0 !important;
}