/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 26, 2017, 9:39:20 AM
    Author     : Administrator
*/
body {
    font-family: 'Open Sans', sans-serif;
    
    margin: auto;
    color: black;
}
#wrapper {
    width: 86%;
    padding-left: 7%;
    padding-right: 7%;
    margin: auto;
}
h1,h2,h3,h4,h5,h6 { font-family: "Verdana, Geneva, sans-serif"; font-weight: bold; color: #0f5b90; margin-top: 5px; margin-bottom: 5px;}
h1 {
    font-size: 21px;
    
}
h2 {
    font-size: 18px;
    
}
h3 {
    font-size: 16px;
    
}
h5 {
    font-size: 15px;
    
}
h6 {
    font-size: 14px;
    
}
p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 5px;
    
}
li {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 5px;
}
a{
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.justify {
    text-align: justify;
}
.padding {
    padding: 5%;
}
.box {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #0f5b90;
}
.box1 {
    width: 100%;
    height: 300px;
}
.button {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 25px;
    background-color: #0f5b90;
    color: white
}

.white {
    color: white;
}
.mySlides {display:none;}
.footermaring {
    margin-top: 50px;
    margin-bottom: 300px;
}
.footer {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #0f5b90;
    color: white;
    margin-top: 30px;
}
#header {
    width: 100%;
    color: white;
    margin-bottom: 10px;
    height: 100px;
    background-color: #0f5b90;
}
.logo {
    float: left;
    width: 30%;
    padding: 0 2.5%;
}
.topnav {
  overflow: hidden; 
  background-color: #0f5b90;
  
  width: 100%;
  padding-left: 8%;
}
.topnav a {
  float: left;
  display: block;
  color: white;
  font-family: "Verdana, Geneva, sans-serif";
  text-align: center;
  padding: 1% 4%;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.topnav a:hover {
  
  color: yellow;
}
.topnav .icon {
  display: none;
}
@media screen and (max-width: 768px) {
    
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  #wrapper {
      width: 100%;
      
  }

}
/* background: linear-gradient(90deg, #9e1201, #f25d25, #c4a240, #20d6ae, #1db52f, #96ae12, #d7a504, #edae07, #c75703, #981702);
  */

 /*
==============================================
            Responsive Design
==============================================
*/

* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 10px;
}
.clear {
    clear: both;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
.slider {
    width: 100%;
}
img {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
    .col-m-content {
        width: 86%;
        margin-left: 7%;
        margin-right: 7%;
    }
    
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    .col-content {
        width: 86%;
        margin-left: 7%;
        margin-right: 7%;
    }
}
/*
==============================================
            End Responsive Design
==============================================
*/


/*
==============================================
        Image Overlay
==============================================
*/

.container {
  position: relative;
  width: 100%;
}



.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #0f5b90;
}

.container:hover .overlay {
  opacity: .8;
}

.text {
  color: white;
  font-size: 19px;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
}
/*
==============================================
        End Image Overlay
==============================================
*/

/*
==============================================
        Zooming Image
==============================================
*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.item {
  position: relative;
  
 padding: 0;
 
  overflow: hidden;
  
}
.item img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
 
}
.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*
==============================================
        End Zooming Image
==============================================
*/
/*
==============================================
        color Image
==============================================
*/
.imgdis {
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.imgdis:hover {
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
}
.imgdis1 {
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
}
.imgdis1:hover {
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/*
==============================================
        End color Image
==============================================
*/

/*
==============================================
        Gallery Image
==============================================
*/

* {
  box-sizing: border-box;
}

.row > .col-3 col-m-3 {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.col-3 col-m-3 {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 5%;
  margin: auto;
  top: 0;
  
  padding-left: 5%;
   padding-right: 5%;
   padding-bottom: 5%;
  overflow: auto;
  background-color: rgba(15, 91, 144, 0.7);
}

/* Modal Content */
.modal-content {
  position: relative;
  
  margin: auto;
  padding: 0;
  
  max-width: 1024px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 35px;
  font-weight: bolder;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(15, 91, 144, 0.4);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(15, 91, 144, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  opacity: .5;
}

/*
==============================================
        End Gallery Image
==============================================
*/
#bg1 {
    padding-top: 50px;
     background-color:#eae4e4;
}
#feature {
   
  
  
  background: #000 url(images/background/poverty1.jpg);
  background-size: cover;
  margin-bottom: 50px;
  padding-top: 20px;
}

#feature.transparent-bg {
  margin-top:-40px;
  
}
.features{
  
}
.h1{
    font-size: 30px;
    font-weight: normal;
}
.feature-wrap {
  
  overflow: hidden;
  background-color: #F1F1F1;
  padding: 10px;
  
}

.feature-wrap h2{
  margin-top: 10px;
  text-align: center;
}



