﻿/**** Global Style ****/
@import "https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic|Archivo+Narrow:400,400italic,700italic,700&subset=latin,cyrillic-ext,greek-ext,vietnamese,greek,latin-ext,cyrillic";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700";
@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700";

ul{margin:0; padding:0; list-style: none;}
a {transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;}
a:hover {transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;}

/**** Header ***/
.logo img {width: 487px;}
.navigation {
    float: right;
    margin-top: 0px;
}
.navigation ul li {
  float: left;
  position: relative;
}	
.navigation ul li a {
  color: #222;
  display: block;
  font-family: "Archivo Narrow",sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.4px;
  line-height: 1.1;
  padding: 29px 20px;
}

.navigation li:hover .dropdown-menu {
    display: block;
}

.custom-donate {
  border-left: 1px solid #ddd;
  margin-left: 25px;
  padding-bottom: 11px;
  padding-left: 23px;

}
.custom-donate a {
  background: #86b817 none repeat scroll 0 0;
  border: 2px solid #e53238;
  border-radius: 2px;
  color: #fff !important;
  font-size: 21px !important;
  margin-top: 13px;
  padding: 10px 20px !important;
}

.custom-donate a:hover {
    background: #e53238;
}

.pm-button > a {
    padding: 13px 0 !important;
}

.navigation ul li:hover a{color:#E53238; text-decoration:none;}
.navigation ul li.active a{color:#E53238; text-decoration:none;}
.navigation ul li a:focus{color:#E53238; text-decoration:none;outline:none;}
.navigation ul li a:active{color:#fff; text-decoration:none;outline:none;}
.navigation ul.sub-menu{display:none;}
.header-address a {font-size: 22px;font-weight: 400;color: #e53137;text-decoration:none;display: block;}
.header-address address {color: #0064d3;font-size: 13px;margin-bottom: 0;font-family: 'Roboto Slab', serif;font-weight: 300;}
.header-wrapper {
    background: #fafafa none repeat scroll 0 0;
	border-bottom: 2px solid #e53238;
    height: 73px;
    line-height: 69px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.header-address {text-align: right;padding-top: 5px;}
.header-wrapper.fixed {background: rgba(255, 255, 255, 0.7);height: 70px;line-height: 70px;}
.header-wrapper.fixed .logo img {width: 120px;}
.header-wrapper.fixed .header-address a{font-size: 18px; margin-bottom: 5px;}
.header-wrapper.fixed .header-address address{font-size: 10px;line-height: 15px;}
.header-wrapper.fixed .header-address {padding-top: 12px;}
.menu-trigger {display:none;}
/***** Body wrapper ****/
.body-wrapper {
  float: left;
  margin-top: 71px;
  width: 100%;
}

.inside-banner {
  background-color: #E53238;
  background-position: center top;
  margin-bottom: 20px;
  padding: 20px 0;
  width: 100%;
}

.page-title {
  color: #fff;
  font-size: 31px;
  font-weight: 300;
  line-height: 45px;
  text-transform: uppercase;
  width: 100%;
}

b, strong {
    font-weight: 700;
}

.big-font {
  background-color: #333;
  border-top: 4px solid #E53238;
  color: #fff;
  display: block;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 25px;
  margin: 0 0 20px;
  padding: 15px 20px;
}


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

.figure {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
ul.gallery li{
	position:relative;
}
ul.gallery li a:after {
  background: transparent none repeat scroll 0 0;
  height: 100%;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.5s linear 0s;
  width: 100%;
  content:"";
}
ul.gallery li a:before{
	content: "\f00e";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 40%;
	font-size: 50px;
	opacity:0;
	visibility:hidden;
	z-index: 99;
    color: #fff;
}
ul.gallery li:hover a:before{
	opacity:1;
	visibility:visible;
}
.radius {
  border-radius: 2px;
}
ul.gallery li:hover a:after {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

.icon-image::before {
    content: "";
}

.figure:hover .mask-square {
  animation-delay: 0s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  font-size: 22px;
  left: 0;
  margin: 29% 20px 0;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  top: 0;
}

.vision-section h1 {
  color: #0064d3;
  font-size: 25px;
  line-height: 27px;
  margin-top: 0;
}


/***** Contact Us *****/
.contact-section{background-image:url(../images/contact-banner.jpg); background-repeat:no-repeat; background-position:top center; background-size: cover;height: 100vh;position: relative;background-attachment:fixed;}
.contact-section .section-text {width: 600px;max-width: 100%;}
.contact-section label {color: #fff;font-size: 15px;display: block;}
.contact-section .form-control {background: none;border: 1px solid #fff;color: #fff;font-size: 15px;letter-spacing:1px;}
.contact-section input[type="submit"].btn {background: #e53137; color:#fff; width: 130px;font-size: 16px;margin: 35px auto 0 auto;float: none;display: block;transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;
}
.contact-section input[type="submit"].btn:hover{background: #b11f23;color:#fff;}
.contact-section input[type="submit"].btn:focus{outline:none;background: #b11f23;color:#fff;}
.contact-section .form-control.needsfilled{border:1px solid #e53137;}
.contact-section.banner::after {content: none;}
.contact-form { background: rgba(0, 0, 0, 0.5);margin-top: 130px;padding: 20px;border-radius: 5px;}
.header-social-media {left: 0; position: fixed;top: 200px;z-index: 10000000;}
.header-social-media span:first-child {margin-top: 0;}
.header-social-media span {background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;border-radius: 0;display: table;margin-top: 1px;opacity: 0.7;padding: 3px;transition: all 0.5s ease-in-out 0s;-webkit-transition: all 0.5s ease-in-out 0s;-moz-transition: all 0.5s ease-in-out 0s;}
.header-social-media span:hover {background: rgba(0, 0, 0, 0.5); border-bottom-right-radius: 20px;border-top-right-radius: 20px; opacity: 1; padding-left: 20px;}
.custom-address {border-left: 1px solid #fafafa; color: #fff;font-size: 16px;line-height: 1.5;margin-left: 50px;margin-top: 130px;min-height: 449px;padding-left: 50px;}
.custom-address h3 {font-size: 25px;line-height: 32px;padding: 20px 0;}
.footer-wrapper {background: rgba(5, 113, 222, 0.95) none repeat scroll 0 0; color: rgba(255, 255, 255, 0.9);  font-weight: 300;letter-spacing: 0.035em;padding: 60px 0 20px;float:left;width:100%;border-top:1px solid red;}
.footer-wrapper .custom-donate {display: none;}
.footer-wrapper .copyright{margin:7px 0 0;}
.footer-wrapper  .row:nth-child(2) ul{margin: 25px 0 20px;border-bottom: 1px dotted #fff;padding: 0 0 15px}
.footer-wrapper  .row:nth-child(2) ul li a{color:#fefcfc;}
.footer-wrapper h3{font-size: 18px;margin: 0 0 20px;}
.footer-wrapper ul.gallery-list li{float:left;margin: 0 7px 7px 0;}
.footer-wrapper ul.gallery-list li img{width:57px;}
.footer-wrapper .footer-logo img{margin: 0 0 10px;}
.footer-wrapper .form-control{padding: 6px; background-color: transparent; color: #fff;border-width: 0 0 2px;border-color:#ddd;border-radius: 0; -webkit-box-shadow: none;box-shadow: none;-webkit-transition: none;-o-transition: none;transition: none;}
.footer-wrapper .form-control:focus{-webkit-box-shadow: none;box-shadow: none;}
.footer-wrapper .btn-default {text-shadow: none;padding:6px;background: #6ca2e9;background-repeat: repeat-x;border: 1px solid black;color: #110601;box-shadow: none;}
.footer-wrapper .btn-default span{font-size: 18px;margin: 0 8px 0 0;
    width: 4px;
}
.footer-wrapper .footer-contact li span{margin: 0 10px 0 0;}
.footer-wrapper .footer-contact li  a{color:#FCFCFC;}
.footer-contact li + li{margin: 20px 0 0;}
.copyright a {color: rgba(255, 255, 255, 0.65);}
ul.gallery {display: block;width: 100%;position: relative; z-index: 9;}
ul.gallery li {
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  margin: 0 10px 20px;
  padding: 4px;
  width: 31%;
}

.gallery img {
  max-width: 100%;
  width: auto;
}

section.galerry-section {display: block;padding: 40px 0 50px;height: auto;}

section.welcome-section {padding: 20px 0;text-align: center;background: #ddd;margin-bottom: 25px;border-bottom: 1px solid #e53238;}
.welcome-section h1 {margin: 0 0 20px;font-weight: 300;font-size: 36px;color: #E53238;}
.welcome-section p {font-size: 16px;margin-bottom: 20px;line-height: 24px;}
.welcome-section a {display: block;width: 160px;height: 50px;line-height: 50px;text-align: center;margin: 0 auto;border: 1px solid #E53238;border-radius: 4px;font-size: 18px;color: #000;}
.welcome-section a:hover {border: 1px solid #E53238;background:#E53238;color: #fff;text-decoration:none;}
.projects-section {text-align:center;}
.projects-section img {border:1px solid#E53238;border-radius:80%;padding:5px;}
.project-box h2 {margin: 15px 0 10px;font-size: 20px;font-weight: 400;}
.project-box p {padding: 0 5px;font-size: 16px;margin-top:-5px;}
.projects-section {text-align: center;margin-bottom: 40px;}
.projects-section h1{margin: 0 0 30px;font-weight: 300;font-size: 36px;color: #E53238;}
.projects-section a {display: block;width: 120px;height: 40px;line-height: 40px;text-align: center;margin: 0 auto;border: 1px solid #E53238;border-radius: 4px;font-size: 18px;color: #000;}
.projects-section a:hover {border: 1px solid #E53238;background:#E53238;color: #fff;text-decoration:none;}

.projects-section1 {text-align:center;}
.projects-section1 img {border:1px solid#E53238;border-radius:100%;padding:5px;}
.project-box1 h2 {margin: 15px 0 10px;font-size: 20px;font-weight: 400;}
.project-box1 p {padding: 0 5px;font-size: 16px;margin-top:-5px;}
.projects-section1 {text-align: center;margin-bottom: 40px;}
.projects-section1 h1{margin: 0 0 30px;font-weight: 300;font-size: 36px;color: #E53238;}
.projects-section1 a {display: block;width: 120px;height: 40px;line-height: 40px;text-align: center;margin: 0 auto;border: 1px solid #E53238;border-radius: 4px;font-size: 18px;color: #000;}
.projects-section1 a:hover {border: 1px solid #E53238;background:#E53238;color: #fff;text-decoration:none;}

.widget_contact > ul > li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  text-align:left;
}

.widget_twitter > ul > li::before, .widget_contact > ul > li::before {
    content: "";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 2px;
}

.widget_contact > ul > li.address::before {
    content: "";
}

.widget_contact > ul > li.phone::before {
    content: "";
}

.widget_contact > ul > li.email::before {
    content: "";
}
.custom-projects{
	padding:30px 0;
}
.custom-projects h3{
	color:#e53b51;
	font-size:22px;
	margin: 0 0 10px;
}
.custom-projects .read-more {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
	padding: 10px 0;
}
.custom-projects .read-more a{
	padding: 12px 20px;
}
.custom-projects .read-more > a.pull-right{
	background-color: #e53b51;
	margin: -12px 0 0 0;
    color: #fff;
}
.custom-projects .block + .block {
    margin-top: 50px;
    border-top: 1px solid #ddd;
    padding-top: 50px;
}
.custom-projects .read-more > a:hover{
	text-decoration: none;
    background-color: #e53b51;
    color: #fff;
}
.custom-projects .read-more > a > i,
.custom-projects .blck2 ul li span{
	margin-right:10px;
}
.custom-projects .blck2 h4{
	margin:0 0 10px;
}
.custom-projects .blck2 ul li a:hover{
	text-decoration:none;
}
.custom-projects .blck2 + .blck2{
	margin-top:20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.custom-projects .blck2 h3{
	margin: 15px 0 10px;
}
.custom-projects .blck2 ul li a{
	color: #333;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	display: block;
}

/*========================== Program============================*/

.custom-program{
	padding:10px 0;
}
.custom-program h3{
	color:#e53b51;
	font-size:22px;
	margin: 0 0 10px;
}
.custom-program .read-more {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
	padding: 10px 0;
}
.custom-program .read-more a{
	padding: 12px 20px;
}
.custom-program .read-more > a.pull-right{
	background-color: #e53b51;
	margin: -12px 0 0 0;
    color: #fff;
}
.custom-program .block + .block {
    margin-top: 50px;
    border-top: 1px solid #ddd;
    padding-top: 50px;
}
.custom-program .read-more > a:hover{
	text-decoration: none;
    background-color: #e53b51;
    color: #fff;
}
.custom-program .read-more > a > i,
.custom-program .blck2 ul li span{
	margin-right:10px;
}
.custom-program .blck2 h4{
	margin:0 0 10px;
}
.custom-program .blck2 ul li a:hover{
	text-decoration:none;
}
.custom-program .blck2 + .blck2{
	margin-top:20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.custom-program .blck2 h3{
	margin: 15px 0 10px;
}
.custom-program .blck2 ul li a{
	color: #333;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	display: block;
}
/* =========================== Our Team ======================== */

.our-people {
  display: block;
  padding: 10px 0 30px;
}

.our-people h2 {
  color: #e53238;
  font-size: 31px;
  font-weight: 300;
  line-height: 40px;
  margin: 30px 0 10px;
  text-align: center;
}

.our-people h4 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
}

.phone, .email {
    display: block;
    margin-bottom: 5px;
	text-align:center;
}

.contact-person img {
    max-width: 95%;
    width: auto;
    border: 1px solid black;
    border-radius: 4px;
    padding: 10px;
   display: inline-block;
}

.person-name {
  color: #0064D3;
  display: block;
  font-size: 19px;
  font-weight: 900;
  margin-top: 5px;
  text-transform: uppercase;
  text-align:center;
}

.designation {
  color: #e53238;
  display: block;
  font-size: 18px;
  font-weight: 400;
  text-align:center; 
}

.custom-border {
    background: #0064d3 none repeat scroll 0 0;
    box-shadow: 0 1px 3px #333 inset;
    padding: 3px;
}

.custom-border h3 {
    border: 1px solid #86b817;
    border-radius: 2px;
    color: #fff;
    font-size: 24px;
    margin: 0;
    padding: 10px;
    text-align: center;
}

.program-form {
    background: #ddd none repeat scroll 0 0;
    box-shadow: 0 0 2px #86b817 inset;
    padding: 20px 10px;
}

.program-form label {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 2px;
    max-width: 100%;
    width: 437px;
}

.program-form input.btn[type="submit"] {
  background: #e53137 none repeat scroll 0 0;
  color: #fff;
  display: block;
  float: none;
  font-size: 16px;
  margin: 20px auto 0;
  transition: all 0.3s ease-in 0s;
  width: 130px;
}

@media only screen and (max-width: 1024px) {
	.address-hide{display:none;}
	.flexslider .slides img{width: auto !important;height: 100vh !important;}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.banner-section, .vision-section, .about-section{background-position: center center;background-size: cover;}
	.navigation ul li a{font-size: 17px;padding: 0 14px;}
	.footer-wrapper ul.gallery-list li img{width: 47px;}
	.footer-wrapper ul.gallery-list li{margin: 0 4px 4px 0;}
	.footer-wrapper .footer-logo img{width:150px;}
	.footer-wrapper h3{font-size: 14px;}
	.footer-wrapper{padding:30px 0 20px;font-size:12px;}
}
@media only screen and (max-width: 767px) {
	.menu-trigger {display:block;}
	.banner-section, .vision-section, .about-section{background-position: top center;}
	.header-wrapper .col-xs-12{position:static;}
	a.menu-trigger {position: absolute;top: 20px;right: 20px;width: 30px;height: 30px;padding: 5px;line-height: 30px;background: #e53137;color: #fff;border-radius: 4px;font-size: 0;}
	a.menu-trigger span{position: relative; width:100%; height:2px; background:#fff;display:block;top: 9px;}
	a.menu-trigger span::after{content:'';position: relative; width:100%; height:2px; background:#fff;display:block;top: -8px;}
	a.menu-trigger span::before{content:'';position: relative; width:100%; height:2px; background:#fff;display:block;top: 6px;}
	.navigation{z-index: 99999;display:none;position: absolute;width: 100%;left: 0;background: rgba(0, 0, 0, 0.5);padding: 20px 0 10px;}
	.banner-text h1{font-size: 27px;line-height: 35px;}
	.section-text{max-width: 90% !important;padding:20px;height: 350px;overflow-y: auto;overflow-x: hidden;}
	.navigation ul li {display: block;margin-bottom: 9px;}
	.navigation ul li a{padding: 6px 14px;}
	.custom-address{border:none;margin-left: 0;padding-left: 0;min-height: 1px;margin-bottom: 25px;margin-top: 20px;}
	.banner-section {background-size: auto auto;}
	.contact-section{height: auto;}
	.custom-address h3{padding: 20px 0 0;}
	.footer-wrapper .pull-right {float: none !important;}
	.footer-wrapper .copyright{margin: 10px 0;}
	.footer-wrapper .row:nth-child(2) ul {margin: 10px 0 0;border-bottom: 1px dotted #fff;padding: 0 0 5px;}
	.footer-contact li + li {margin: 8px 0 0;}
	.footer-wrapper h3 {font-size: 15px;margin: 10px 0;}
	.footer-wrapper{text-align:center;padding: 20px 0 15px;}	
}



