@font-face {
  font-family: 'Noto Sans';
  src: local("NotoSans"), url(../fonts/noto-sans/NotoSans.woff2);
  font-weight: 400; }

@font-face {
  font-family: 'Noto Sans';
  src: local("NotoSans"), url(../fonts/noto-sans/NotoSans_dev.woff2);
  font-weight: 400; }

@font-face {
  font-family: 'Noto Sans';
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(../fonts/noto-sans/NotoSans-Bold.woff2);
  font-weight: 700; }

@font-face {
  font-family: 'Noto Sans';
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(../fonts/noto-sans/NotoSans-Bold_dev.woff2);
  font-weight: 700; }

@font-face {
  font-family: IconSet;
  src: url(../fonts/icons/custom.eot#iefix) format("embedded-opentype"), url(../fonts/icons/custom.ttf) format("truetype"), url(../fonts/icons/custom.woff) format("woff"), url(../fonts/icons/custom.woff2) format("woff2"), url(../fonts/icons/custom.svg#custom) format("svg");
  font-weight: 400;
  font-style: normal; }

html {
  font-size: 16px;
  height: 100%; }

body {
  /*position: relative; */
  font-size: 15px;
  font-family: 'Noto Sans', sans-serif;
  color: #5c5c5c;
  font-weight: 400;
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c2933; }

h4 {
  font-size: 20px;
  margin-bottom: 15px; }

h6 {
  font-size: 16px;
  margin-bottom: 15px; }

strong {
  font-weight: 700;
  color: #444; }

p {
  margin-bottom: 20px; }

a {
  transition: 200ms all;
  color: #28a745; }
  a:hover {
    text-decoration: none;
    color: #23923d; }

body.change {
  background-color: #000;
  color: #F5A425; }
  body.change p,
  body.change a,
  body.change .text-muted {
    color: #F5A425 !important; }
  body.change h1,
  body.change h2,
  body.change h3,
  body.change h4,
  body.change h5,
  body.change h6 {
    color: #fff; }
  body.change #header-top {
    background: #000; }

.w-300 {
  width: 300px; }

.w-500 {
  width: 500px; }

img.float-left {
  float: left;
  width: 400px;
  margin-right: 20px; }

img.float-right {
  float: right;
  width: 400px;
  margin-left: 20px; }

.table .thead-dark th {
  background: #28a745;
  border-color: #28a745; }

/*** List Style ***/
.arrow-list-style {
  position: relative;
  list-style-type: none;
  padding: 0; }
  .arrow-list-style li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px; }
    .arrow-list-style li a:hover {
      color: #28a745; }
  .arrow-list-style li:before {
    font-family: "Material Design Icons";
    content: "\F054";
    margin-right: 10px;
    color: #28a745;
    font-size: 13px; }

/*** Buttons ***/
.btn.btn-primary {
  background: #28a745;
  border-color: #28a745; }
  .btn.btn-primary:hover {
    background: #23923d; }
  .btn.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn.btn-outline {
  background: transparent;
  border: 1px solid #28a745;
  color: #28a745; }
  .btn.btn-outline:hover {
    background: #23923d;
    color: #fff; }

.btn.btn-xs {
  padding: 4px 15px;
  font-size: 13px; }

.btn-rounded {
  border-radius: 50px;
  padding: 10px 25px; }

.btn:hover {
  text-decoration: none; }

.btn-blue {
  background: #28a745; }

/*** Section content-wrapper ***/
#content {
  min-height: calc( 100% - 242px);
  overflow: hidden; }

.content-wrapper {
  padding: 80px 0;
  width: 100%; }
  .content-wrapper.bg-grey {
    background: #f2f4f7; }
  .content-wrapper .page-header {
    margin-bottom: 20px; }

/*** Header ***/
#header-top {
  background: #eee;
  font-size: 12px;
  padding: 5px 0; }
  #header-top .list-inline {
    margin-bottom: 0; }
  #header-top .text-welcome {
    vertical-align: middle;
    padding: 5px 10px 5px 0;
    border-right: rgba(0, 0, 0, 0.1) 1px solid; }
  #header-top .language-dropdown .btn-link {
    color: #151515;
    font-size: 12px; }
  #header-top .language-dropdown .dropdown-menu {
    font-size: 12px;
    min-width: 6rem;
    padding: .25rem 0; }
    #header-top .language-dropdown .dropdown-menu .dropdown-item {
      padding: 0rem 1rem; }
  #header-top .langswitcher {
    transform: translateY(0%);
    margin-left: 0 !important; }
    #header-top .langswitcher a {
      color: #5c5c5c; }
      #header-top .langswitcher a:hover {
        color: #28a745; }
      #header-top .langswitcher a.active {
        color: #28a745;
        text-decoration: none; }
  #header-top .top-btns li {
    padding: 0;
    display: inline-block;
    position: relative; }
    #header-top .top-btns li a {
      font-size: 12px;
      color: #151515;
      text-decoration: none;
      padding: 6px 8px;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      line-height: 1;
      font-weight: normal;
      text-align: center; }
      #header-top .top-btns li a:hover {
        color: #1e7e34; }
    #header-top .top-btns li.blindness-setting {
      margin: 0 5px; }
      #header-top .top-btns li.blindness-setting .badge-light {
        background-color: #666;
        color: #fff; }
      #header-top .top-btns li.blindness-setting .badge:not(:last-child) {
        margin-right: 5px; }
      #header-top .top-btns li.blindness-setting .badge-default {
        background-color: #fff; }
      #header-top .top-btns li.blindness-setting .badge-light {
        background-color: #333; }
    #header-top .top-btns li:not(:last-child) {
      border-right: rgba(0, 0, 0, 0.1) 1px solid; }
  #header-top .top-header-links .btn-link {
    font-size: 13px;
    color: #28a745;
    padding: 0 8px; }
    #header-top .top-header-links .btn-link:first-child {
      border-right: rgba(0, 0, 0, 0.1) 1px solid; }
    #header-top .top-header-links .btn-link:hover {
      color: #1e7e34; }

#header .header-logo {
  padding: 10px 0; }
  #header .header-logo .navbar-brand {
    font-weight: bold; }
    #header .header-logo .navbar-brand img {
      max-height: 80px; }
  #header .header-logo .logo-text-content {
    display: inline-block;
    margin-left: 15px; }
    #header .header-logo .logo-text-content h1 {
      font-size: 24px;
      color: #28a745;
      margin-bottom: 5px; }
    #header .header-logo .logo-text-content .text-muted {
      font-size: 13px; }

#header .navbar {
  background-color: #28a745; }
  #header .navbar .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 400; }
    #header .navbar .nav-link:hover {
      color: white; }
  #header .navbar .search-box {
    position: relative; }
    #header .navbar .search-box .form-control {
      background: rgba(243, 243, 243, 0.31);
      color: #fff;
      border-radius: 30px;
      border: none;
      padding: 6px 20px; }
      #header .navbar .search-box .form-control::placeholder {
        color: rgba(243, 243, 243, 0.7); }
    #header .navbar .search-box:after {
      font-family: "Material Design Icons";
      content: "\f349";
      position: absolute;
      right: 15px;
      color: rgba(243, 243, 243, 0.7); }

/*** Carosuel ***/
.carosuel {
  position: relative; }
  .carosuel .banner-wrapper {
    height: calc( 100vh - 190px);
    overflow: hidden;
    width: 100%;
    position: relative; }
    .carosuel .banner-wrapper img {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%); }
    .carosuel .banner-wrapper .banner-text {
      position: absolute;
      color: #fff;
      z-index: 99;
      text-align: center;
      width: 55%;
      top: 50%;
      transform: translate(-50%, -50%);
      margin: 0 auto;
      left: 50%; }
      .carosuel .banner-wrapper .banner-text h2 {
        color: #fff; }
      .carosuel .banner-wrapper .banner-text p {
        color: rgba(255, 255, 255, 0.7); }
    .carosuel .banner-wrapper .banner-links {
      position: absolute;
      color: #fff;
      z-index: 99;
      text-align: center;
      width: 60%;
      bottom: 0%;
      transform: translateX(-50%);
      margin: 0 auto;
      left: 50%; }
      .carosuel .banner-wrapper .banner-links .row {
        align-items: flex-end; }
      .carosuel .banner-wrapper .banner-links a {
        padding: 10px 15px;
        width: 100%;
        display: block;
        background: #28a745;
        color: #fff; }
        .carosuel .banner-wrapper .banner-links a:hover {
          padding: 15px;
          background: #1e7e34; }
        .carosuel .banner-wrapper .banner-links a .mdi {
          font-size: 20px;
          margin-right: 5px; }

.sec-promo {
  padding: 20px 0; }
  .sec-promo .owl-item {
    padding: 0 10px; }
  .sec-promo .promo-item {
    position: relative;
    margin: 30px 0;
    padding: 20px;
    height: 120px;
    display: block;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: box-shadow 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center; }
    .sec-promo .promo-item img {
      max-width: 100%;
      max-height: 70px;
      display: inline-block; }
    .sec-promo .promo-item:hover {
      box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2); }

/*** Sidebar ***/
/*-----Sidebar-----*/
.with-sidebar {
  flex-direction: column-reverse; }

.sidebar {
  margin-bottom: 20px; }
  .sidebar h6 {
    font-size: 1.143rem;
    margin-bottom: 15px; }
    .sidebar h6:after {
      content: "";
      width: 50px;
      height: 1px;
      border-bottom: 1px solid #5dd879;
      display: block;
      margin-top: 15px; }
  .sidebar ul {
    background: #f1f1f1;
    padding: 0px 0;
    margin-top: 20px; }
    .sidebar ul > li {
      list-style-type: none;
      padding: 0; }
      .sidebar ul > li:not(:last-child) {
        margin-bottom: 10px; }
  .sidebar .list-group {
    border: none;
    background: transparent; }
    .sidebar .list-group .list-group-item {
      padding: 0 0 0px 10px;
      border: none;
      background: transparent; }
      .sidebar .list-group .list-group-item a {
        color: #5c5c5c;
        display: inline-block;
        padding: .2rem 0rem; }
        .sidebar .list-group .list-group-item a:hover {
          color: #28a745; }
      .sidebar .list-group .list-group-item:before {
        font-family: "Material Design Icons";
        content: "\F142";
        margin-right: 4px;
        color: #28a745;
        font-size: 1rem; }
      .sidebar .list-group .list-group-item.active a {
        color: #28a745; }

/*** Footer-top ***/
#footer-top {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  /* text-align: center;*/
  background: #1f2e39; }
  #footer-top h4 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff; }
  #footer-top .text {
    color: #8f9ca6;
    font-size: 13px;
    line-height: 22px; }
  #footer-top .arrow-list-style li a {
    color: rgba(255, 255, 255, 0.5); }
    #footer-top .arrow-list-style li a:hover {
      color: #28a745; }
  #footer-top .arrow-list-style li:before {
    color: #28a745;
    font-size: 13px; }
  #footer-top .address {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    line-height: 22px; }
    #footer-top .address strong {
      color: rgba(255, 255, 255, 0.8); }

/*** Footer ***/
#footer {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 11px;
  /* text-align: center;*/
  color: rgba(255, 255, 255, 0.5);
  background: #1c2933;
  /*.copyright {margin-bottom: 10px;}*/ }
  #footer a {
    color: rgba(255, 255, 255, 0.5); }
    #footer a:hover, #footer a:focus {
      color: #fff; }
  #footer .footer-links {
    text-align: right; }
    #footer .footer-links a {
      padding: 0px 14px;
      display: inline-block;
      font-size: 11px; }
    #footer .footer-links .seperator {
      display: inline-block; }

/*** Pages ***/
.page-header h2 {
  text-transform: capitalize; }

.member-list {
  margin: 0 -8px 50px; }
  .member-list .col-md-3 {
    margin-bottom: 16px; }

/***faq***/
.panel-title:before .faqs .panel-heading a {
  outline: none; }

.faqs .panel-group {
  counter-reset: question; }
  .faqs .panel-group .panel {
    border-radius: 0; }
    .faqs .panel-group .panel + .panel {
      margin-top: 10px; }

.faqs .faq-cat-content {
  margin-top: 25px; }

.faqs .faq-cat-tabs li a {
  padding: 15px 10px 15px 10px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #777777; }

.faqs .panel-heading {
  padding: 0;
  border-radius: 0; }
  .faqs .panel-heading a {
    padding: 20px;
    display: block; }

.faqs .panel-title:before {
  margin-right: 15px;
  color: #fff;
  transition: 200ms all; }

.faqs .nav-tabs li a:focus {
  outline: none; }

.faqs .panel-heading a {
  text-decoration: none;
  color: #777777; }
  .faqs .panel-heading a:focus {
    outline: none; }
  .faqs .panel-heading a:hover, .faqs .panel-heading a:focus {
    text-decoration: none;
    color: #777777; }

.faqs .panel-body {
  padding: 15px 20px;
  transition: 200ms all;
  background: #f1f1f1; }

.faqs .faq-cat-content .panel-heading:hover {
  background-color: #efefef; }

.faqs .active-faq {
  border-left: 5px solid #888888; }

.faqs .panel-title {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  font-weight: bold;
  color: #fff; }
  .faqs .panel-title:after {
    font-family: 'Material Design Icons';
    content: "\F143";
    float: right;
    transition: 200ms all;
    color: #fff;
    position: absolute;
    right: -10px; }

.faqs .panel-faq .panel-heading .panel-title span {
  font-size: 13px;
  font-weight: normal; }

.faqs .panel-collapse {
  position: relative; }

.faqs .panel-heading a {
  text-decoration: none;
  color: #fff;
  position: relative; }
  .faqs .panel-heading a.collapsed .panel-title:after {
    transform: rotate(180deg); }
  .faqs .panel-heading a:hover, .faqs .panel-heading a:focus {
    text-decoration: none;
    color: #fff;
    position: relative; }
  .faqs .panel-heading a.collapsed {
    color: #777; }
  .faqs .panel-heading a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #28a745;
    top: 0;
    left: 0;
    transition: 200ms all; }
  .faqs .panel-heading a.collapsed:before {
    width: 3px; }
  .faqs .panel-heading a:hover {
    background: #eee; }

.faqs .collapsed .panel-title:before,
.faqs .collapsed .panel-title {
  color: #777; }

.faqs a.collapsed .panel-title:after {
  color: #28a745; }

.faqs .panel-collapse.collapse.in .panel-body {
  border-left: 3px solid #28a745; }

.parallax-container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
  min-height: 3000px;
  overflow: hidden; }

.parallax-container .parallax {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }

.parallax-container .parallax img {
  position: absolute;
  top: -200px;
  left: 50%;
  min-width: 100%;
  min-height: 100%; }

.step {
  position: relative; }

.step + .step {
  margin-top: -40px; }

.step img {
  padding: 20px 20px;
  max-width: 640px;
  max-height: 400px; }

.step .counter {
  position: absolute;
  top: 40%;
  right: 41%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border: 5px solid #fff;
  border-radius: 120px;
  font-size: 32px;
  line-height: 90px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #1f8f39; }

.step .step-text {
  position: absolute;
  top: 41.5%;
  right: 25px;
  z-index: 5;
  padding: 15px 30px;
  max-width: 450px;
  border-radius: 2px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  color: #333;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); }

.step:nth-child(2n + 1) {
  text-align: right; }

.step:nth-child(2n + 1) .counter {
  right: auto;
  left: 41%; }

.step:nth-child(2n + 1) .step-text {
  left: 25px;
  right: auto; }

@media (max-width: 1024px) {
  .parallax-container .step .counter {
    left: 390px; }
  .parallax-container .step:nth-child(2n + 1) .counter {
    right: 390px;
    left: auto; } }

@media (max-width: 991px) {
  .item-home {
    overflow: visible; }
  .carosuel .banner-wrapper img {
    transform: translateY(-50%) scale(1.5); }
  .carosuel .banner-wrapper .banner-text h2 {
    font-size: 1.5rem; }
  #footer {
    text-align: center; }
    #footer .footer-links {
      margin-top: 10px;
      text-align: center; }
  .language-wrapper {
    border: none !important; }
  .parallax-container .parallax img {
    left: 0; }
  .parallax-container .step {
    margin-bottom: 200px;
    text-align: center; }
    .parallax-container .step img {
      width: 80%;
      max-height: auto; }
    .parallax-container .step .counter {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      top: auto;
      width: 75px;
      height: 75px;
      line-height: 65px;
      font-size: 26px; }
    .parallax-container .step .step-text {
      top: 102%;
      left: 50%;
      transform: translateX(-50%);
      width: 90%; }
    .parallax-container .step:nth-child(2n + 1) .counter {
      right: auto;
      left: 50%; } }

@media (max-width: 767px) {
  .w-300,
  .w-500 {
    width: 300px; }
  img.float-right,
  img.float-left {
    float: none;
    width: 100%; }
  .sidebar:before {
    display: none; }
  .sidebar {
    background: #eee;
    padding: 20px 15px;
    border: 2px solid #e8e8e8;
    margin: 0 20px 20px; } }

@media (max-width: 567px) {
  .carosuel .banner-wrapper img {
    transform: translateY(-50%) scale(2.6); } }

.footer{
    text-align: center;
}
.footerNav li:first-child {
    border: 0;
}

.footerNav{
margin-bottom:5px;
}
.footerNav li {
    display: inline-block;
    border-left: 1px solid #777;
}
.footerNav li a {
    display: block;
    padding: 0 10px;
    color: #777;
    font-size:12px;
    font-weight: 600;
}
#footer p{
margin-bottom:0;
font-size:13px;
}
#myModal ol li{
font-size:16px;
line-height:1.4;
margin-bottom:10px;
}
.playstore-logo{
width:20px;
margin-right:10px;
}

#header-top .top-header-links .no-border{
border:none!important;
}
/*circular*/
    .download-item {
    border-bottom: 1px solid #ddd;
    display: flex;
}

.download-item:hover {
    background: rgba(40, 167, 69, .1);
}

.download-item>div {
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
   overflow-wrap: break-word;
}

.type {
    width: 10%;
}

.title {
    width: 60%;
}

.size {
    width: 20%;
}

.download {
    width: 10%;
}

.download i {
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    background: #eee;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media(min-width: 992px) {
    .download-item .type i {
        font-size: 30px;
        line-height: 34px;
        color: #28a745;
    }
}
/*end circular*/
/*# sourceMappingURL=maps/template.css.map */



#notification {
    background: #fff;
    padding: 35px 0 0;
}


.demo-section-box{
  width: 100%;
  border-top: solid 0px #dfd3d3;
}
.section-container{
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px 10px;

}
.demo-box{
  margin: 2px 0;
}
.demo-align-right{
  text-align: right;
}
.demo-button{
  display: inline-block;
  padding: 7px 20px;
  background: #FFF;
  border:solid 1px #2eb872;
  border-radius: 3px;
  color: #2eb872;
  text-decoration: none;
}
.demo-button:hover{
  color: #FFF;
  background: #2eb872;
}

.newscroll{
  height: 40px; 
  line-height: 38px; 
  border-radius: 2px; 
  border-width: 1px;
}

.bn-let{
  left: 68.3906px; 
  right: 90px;
}

.bn-nekett{
  width: 3537.99px; 
  margin-left: -316px;
}

.bn-label {
  background-color: #065f1a !important;
}

.bn-breaking-news {
  border: 1px solid #28a7456e !important; 
}

#newsflash{
  margin: 0 auto; 
  background-color:#f6f6f6; 
}

