@import url(http://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);

* {
  outline: none !important;
}
body {
  background: #fff;
  color: #444444;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #32353E;
}
h1 {
  font-size: 38px;
  padding-bottom: 20px;
  margin: 0px;
  padding-bottom: 10px;
}
h2 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #01AEF0;
  font-weight: 800;
}
h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
}
h4 {
  color: #fff;
  font-size: 24px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.line {
  width:100px;
  height: 2px;
  background: #01AEF0;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
}
.line1 {
  width:100px;
  height: 2px;
  background: #01AEF0;
  margin-bottom: 40px;
}

/*Buttons*/
.btn {
  padding: 12px 35px;
  background: #01AEF0;
  border: none;
  font-size: 16px;
  color: #fff;
  margin-top: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn:hover {
  background: #3a4a96;
  color: #fff;
}

/*-- Header --*/
#header {
  padding: 8px 0;
  background: #01AEF0;
}
#header a {
  display: inline-block;
}
#header strong {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  padding: 17px 0 0 15px;
}
#header .con-address {
  text-align: right;
}

#header .social {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
#header .social li {
  float: right;
  margin: 15px 0 0 0;
  padding: 0 0 0 10px;

}
#header .social li a {
	text-decoration: none;
  font-size: 20px;
  color:#fff;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  padding: 2px 0;
  text-align: center;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#header .social li a:hover {
  color: #3A3A3A;
  border: 1px solid #3A3A3A;
}
#header p {
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 5px 0;
  color: #fff;
}

@media (min-width: 768px) {
  .navbar-default {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    border: none;
    background: #fff;
    width: 100%;
    z-index: 1000;
  }
  .navbar-default .navbar-nav {
    border: none;
  }
  .navbar-default .navbar-nav > li {
    border: none;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 0px 33px;
    color: #777;
    font-weight: 300;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background: #3A4A96;
    color: #fff;
  }
  .navbar-default .navbar-nav > .active > a, 
  .navbar-default .navbar-nav > .active > a:hover, 
  .navbar-default .navbar-nav > .active > a:focus {
    background: #3A4A96;
    color: #fff;
  }
  .navbar-default .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-default .donate {
    background: #3A4A96;
    padding: 15px 25px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
  }

  /*Drodown Menu*/
  .navbar-nav > li > .dropdown-menu {
    width: 310px;
    left: 0px;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    background: #3A3A3A;

  }
  .navbar-nav > li .dropdown-menu > li > a {
    padding: 10px 15px;
    color: #fff;
  }
  .navbar-nav > li .dropdown-menu > li > a:hover {
    background: #01aef0;
    color: #fff !important;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background: #282828;
    color: #fff !important;
  }

}

/*slider*/
#slider {
  margin-top: -20px;
}
.carousel-caption {
  right: 0;
  left: 0;
  padding-bottom: 100px;
  text-align: left;
}
.carousel-caption p {
  color: #fff;
  font-size: 35px;
  text-shadow: none;
  font-weight: 300;
  margin: 0px;
}
.carousel-caption h1{
  color: #fff;
  font-size: 75px;
  text-shadow: none;
  font-weight: 100;
  padding: 0px;
}
.carousel-caption h2{
  color: #fff;
  font-size: 75px;
  text-shadow: none;
  font-weight: 800;
  padding: 0px;  
}
.carousel-caption a{
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  text-shadow: none;
  padding: 12px 30px;
  background: #01AEF0;
  color: #fff;
  margin: 30px 0 0 0;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.carousel-indicators {
  text-align: center;
}
.carousel-indicators li {
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  border: none;
  background: #fff;
}
.carousel-indicators li.active {
  margin: 0 4px 0 0;
  width: 15px;
  height: 15px;
  background: #01AEF0;
}
.carousel .slide-1 {
	width: auto;
  height: 600px;
  background: url(../images/slides/slide1.jpg) no-repeat top center / cover;
}
.carousel .slide-2 {
	width: auto;
  height: 600px;
  background: url(../images/slides/slide3.jpg) no-repeat top center / cover;
}
.carousel .slide-3 {
  width: auto;
  height: 600px;
  background: url(../images/slides/slide4.jpg) no-repeat top center / cover;
}

/*-- Abouts --*/
#about{
  padding: 80px 0;
  text-align: center;  
  background: #F4F4F6;
}
#about p {
  width: 900px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
}

/*-- Latest News --*/
#news {
  padding: 80px 0;
}
#news .items {
  margin-bottom: 30px;
}
#news .date {
  margin-right: 0;
  margin-top: -10px;
}
#news .date strong{
  font-size: 35px;
  font-weight: 800;
  display: block;
  margin-top: 0px;
  text-align: center;
}
#news .date span {
  font-size: 30px;
  text-align: center;
}
#news .news-detail {
  display: inline-block;
}
#news .news-detail a {
  text-decoration: none;
  color: #8A8A7B;
  font-weight: bold;
}
#news .news-detail a:hover {
  color: #FEC428;
}

/*-- Testimonial --*/
.testimonial .carousel-inner {
  color: #777777;
  border: none;
}
.testimonial .fa {
  font-size: 50px;
  color: #01AEF0;
  padding-bottom: 10px;
}
.testimonial .carousel-inner img { 
  width: 75px;
  height: 75px;
  border: 6px solid #fff;
  margin: 0 auto;
  margin-top: 10px;
  float: left;
  border: 4px solid #ccc;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.testimonial .carousel-inner p {
  text-align: justify;
  font-weight: 300;
  font-size: 16px;
}
.testimonial .carousel-inner strong {
  float: left;
  padding: 20px 0 0 20px;
  color: #72CA45;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
}
.testimonial .carousel-inner strong span {
  font-weight: 300;
  font-size: 16px;
  color: #212121;
  padding-left: 5px;
  font-style: italic;
  line-height: 50px;
}
.testimonial blockquote {
  border-left: none;
  font-size: 15px;
  padding: 0px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.testimonial .carousel-caption {
  text-align: left;
  margin: 0px;
  right: 0;
  left: 0;
  bottom: -30px;
}
.testimonial .carousel-indicators {
  position: absolute;
  top: 200px;
  left: 25px;
  text-align: center;
}
.testimonial .carousel-indicators li {
  margin: 0 0 0 2px;
  width: 12px;
  height: 12px;
  border: none;
  background: none;
  border: 2px solid #eee;
  background: #eee;
}
.testimonial .carousel-indicators li.active {
  margin: 0 0 0 2px;
  width: 12px;
  height: 12px;
  background: none;
  border: 2px solid #01AEF0;
}

/*-- Make Donate --*/
#donate {
  background: url(../images/bg-donate.png) no-repeat fixed center center / cover;
  padding: 120px 0;
  text-align: center;
  color: #fff;
}
#donate .line {
  background: #01AEF0;
}
#donate p {
  font-weight: 300;
  font-size: 17px;
  text-align: center;
  padding: 0 100px;
  margin-top: 30px;
  display: block;
  font-family: 'Roboto', sans-serif;
}
#donate .btn {
  background: #01AEF0;
  color: #fff;
}


/*Head title*/
.head-title {
  background: #F4F4F6;
  margin-top: -20px;
  padding: 50px 0 20px 0 !important;
}
.head-title h1 {
  font-size: 32px;
}

/*Content*/
.content {
  margin: 60px 0;
}
.content h1 {
  text-align: center;
  font-size: 30px;
}
.content h2 {
  color: #32353E;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 25px;
}
.content em {
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
  color: #999;
}
.content p {
  text-align: justify;
}
.content ul,
.content ol {
  padding-left: 15px;
}
.content ul li,
.content ol li{
  padding-bottom: 8px;
}
.content small {
  font-size: 16px;
  text-align: center;
  display: block;
  margin-top: -35px;
  margin-bottom: 60px;
  color: #777;
}

/*Team*/
.content .team .box {
  background: #000;
  margin-bottom: 30px;
}
.content .team a:hover img  {
  opacity: 0.7;
}
.content .team a .detail {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  width: 88%;
  background: #01AEF0;
  position: absolute;
  top: 153px;
  left: 15px;
  opacity: 0;
  -webkit-transform: translate3d(0px, 20px, 0px);
  -moz-transform: translate3d(0px, 20px, 0px);
  transform: translate3d(0px, 20px, 0px);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.content .team a:hover .detail {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.content .team a .detail span{
  display: block;
}
.content .news-detail .item {
  margin-bottom: 20px;
}
.content .news-detail span {
  display: block;
  background: #01AEF0;
  padding: 12px 20px;
  color: #fff;
}
.content .news-detail h2 {
  margin-top: 25px;
  font-size: 30px;
}
.content .news-detail .item a {
  text-decoration: none;
  color: #212121;
  font-weight: 500;
}
.content .news-detail .item a:hover {
  color: #FEC428;
}
.content .news-detail .item span {
  display: block;
  color: #777;
  background: none;
  padding: 0px;
}
.content .news-detail strong {
  color: #01AEF0;
  padding: 15px 0 5px 0;
  display: block;
  font-size: 20px;
}
.content .news-detail ul li {
  padding-bottom: 5px;
}
.contact .line1,
.content .news-detail .line1 {
  margin-top: -15px;
}
.content .item .bx{
  background: #f4f4f6;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.content .item .bx strong {
  display: block;
  font-size: 15px;
}

/*Contact Us*/
form.frm input {
  border-radius: 0;
  box-shadow: none;
  height: 42px;
}
form.frm textarea {
  border-radius: 0;
  box-shadow: none;
}
form.frm label { 
  font-weight: 300;
}
form.frm .form-control:focus {
  border-color: #FEC428;
  box-shadow: none;
}
form.frm .btn {
  border-radius: 3px;
}
.contact span {
  display: block;
  padding-bottom: 15px; 
}
.contact span strong {
  width: 80px;
  display: inline-block;
  margin-right: 5px;
}

/*Footer*/
footer{
  font-family: 'Roboto', sans-serif;
	background: #282828;
	padding: 50px 0;
  color: #E0E0E2;
  font-size: 14px;
  font-weight: 300;
}
footer ul {
  margin-left: -40px;
}
footer ul li {
  list-style: none;
  padding-bottom: 8px;
}
footer ul li .fa {
  padding-right: 14px;
  font-size: 18px;
  text-align: right;
  width: 30px;
}
footer .children a {
  display: inline-block;
  margin: 0 5px 5px 0;
  background: #fff;
}
footer .children a img{
  width: 75px;
  height: auto;
}
footer .children a:hover img{
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.5;
}
footer form {
  margin-top: 40px;
}
footer form .form-control {
  border: 1px solid #fff; 
  box-shadow: none;
}
footer form input[type="text"] {
  border-radius: 0px;
  height: 42px;
}
footer form .btn {
  margin-top: 10px;
}
.copyright{
  background: #111111;
  padding: 25px 0;
  color: #fff;
}
.copyright p {
  margin: 0px;
  font-size: 16px;
  text-align: center;
}


