@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600');
body {
	font-family: 'Lato', sans-serif;
	color: #333 !important;
}
a:hover {
	text-decoration: none;
}
ul{
	margin: 0px;
	padding:0px;
}
ul li {
	list-style: none;
}
.m-0{
	margin:0px;
}
.p-0{
	padding:0px;
}

.mt30{margin-top:30px;}
.mt50{margin-top:50px;}
.img-responsive{
	width: 100%;
}

/*start my style*/
.fixed-headers{
    width:100%;
    position:fixed;
    left:0;
    top:0;
    right:0;
    z-index: 999;
    transition: all ease-in-out 0.5s;
}
.top-strip{
	height:12px; width:100%;
	   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1483b7+32,3a3a3a+32,3a3a3a+32 */
background: #1483b7; /* Old browsers */
background: -moz-linear-gradient(-45deg, #1483b7 32%, #3a3a3a 32%, #3a3a3a 32%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #1483b7 32%,#3a3a3a 32%,#3a3a3a 32%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #1483b7 32%,#3a3a3a 32%,#3a3a3a 32%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1483b7', endColorstr='#3a3a3a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	
}

header .top-bar{
    padding: 2px 0px;
    overflow: hidden;
}
header .top-bar .call {
    padding-top: 26px;
}


header .top-bar p{
	font-family:'Lato', sans-serif;
    color: #009ae2;
	font-size:13px;
	margin: 0px;
    padding-top: 12px;
}
header .top-bar p span{
	font-style:italic;
}

header .top-bar a{
	font-family:'Oswald', sans-serif;
	display: inline-block;
	color: #b6b6b6;
	font-size:24px;
	font-weight:400;
}
header .top-bar .row article{
	position: relative;
	padding:0px 0px 0px 43px;
}

header .top-bar .row .right-bdr{
	border-right:1px solid #ddd;
	padding-right:10px;
	
}

header .top-bar .row article img{
    position: absolute;
    left: -14px;
    padding: 8px;
    /* background: #0087be; */
    /* border: 2px solid #fff; */
    cursor: pointer;
	width:auto;
}
header .top-bar .row .col-md-2{
	margin-top: 10px;
}

header .top-bar .row article .social-i{
    padding-left: 26px;
    /* float: right; */
    padding-top: 0px;
}


.s-icon{
    padding: 0px 4px;
    font-size: 16px;
}

.fa {
    padding: 9px;
    font-size: 18px;
    width: 44px;
    text-align: center;
    text-decoration: none;
    margin: 0px 0px;
    border-radius: 50%;
}

.fa:hover {
    opacity: 0.7 !important;
}

.fa-facebook{
  background: #fff;
  color: #6f7171;
  border:4px solid #6f7171;
  transition: all ease-in-out 0.5s;
}

.fa-facebook:hover{
  background: #3B5998;
  border:4px solid #3B5998;
  color: white;
  transition: all ease-in-out 0.5s;
}

.fa-twitter{
  background: #fff;
  color: #6f7171;
  border:4px solid #6f7171;
  transition: all ease-in-out 0.5s;
}

.fa-twitter:hover {
  background: #55ACEE;
  border:4px solid #55ACEE;
  color: white;
  transition: all ease-in-out 0.5s;
}

.fa-google {
  background: #fff;
  color: #6f7171;
  border:4px solid #6f7171;
  transition: all ease-in-out 0.5s;
}

.fa-google:hover {
  background: #dd4b39;
  border:4px solid #dd4b39;
  color: white;
  transition: all ease-in-out 0.5s;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #fff;
  color: #6f7171;
  border:4px solid #6f7171;
  transition: all ease-in-out 0.5s;
}

.fa-instagram:hover {
  background: #252525;
   border:4px solid #252525;
  color: white;
  transition: all ease-in-out 0.5s;
}

.fa-pinterest {
  background: #222;
  color: white;
}

.fa-linkedin {
  background: #0077B5;
  color: white;
}

header .top-bar .helpus-btn{
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 300;
    text-align: center;
    width: 100%;
    max-width: 180px;
    display: block;
    margin-left: auto;
}

header .top-bar .helpus-btn a{
	font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
	 font-size: 15px !important;
    display: block;
	padding: 6px 8px;
    line-height: 24px;
    background: #1483b7;
	border:3px solid #1483b7;
    text-align: center;
	margin-top:14px;
	
}

header .top-bar .helpus-btn a:hover{
	display:block;
	border:3px solid #1483b7;
	background: #fff !important;
	color: #1483b7;
	transition: all ease-in-out 0.5s;
}

/*.header-left {
	float:left;
	margin: 25px 0;
}*/

/*.top-bar .number a{
	display: block;
	color: #515151;
	font-weight: bold;
}
.top-bar .number{
	text-align: right;
	margin-top: 20px;
	position: relative;
}
.top-bar .number::before {
    position: absolute;
    content: "\f095";
    font-family: FontAwesome;
    right: 125px;
    top: 8px;
    width: 30px;
    height: 30px;
    background: #56ba62;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
}
.top-bar .number:hover::before{
	background: #043c7e;
}
.top-bar .number a.num-a2{
	color: #515151;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}
.top-bar .number a.num-a1{
	letter-spacing: 0.4px;
	font-size: 16px;
}*/
.navbar-inverse{
	background: #252525;
	border-color: rgba(255,255,255,0.2);
	/*overflow: hidden;*/
}
.navbar-inverse .navbar-nav > .active > .nav-a{
	font-family:'Oswald', sans-serif;
	font-size:18px;
	font-weight:300;
	background: none;
	color: #fff;
	
	position: relative;
}
/*.navbar-inverse .navbar-nav > .active > .nav-a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #1fb84e;
    top: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    visibility: visible;
}*/
.navbar-inverse .navbar-nav > li > .nav-a{
	font-family:'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
	font-weight:300;
    padding: 4px 25px;
    line-height: 40px;
    transition: all ease-in-out 0.5s;
}


.navbar-inverse .navbar-nav > li > .nav-a:hover{
	background: #1483b7 !important;
	color: #fff;
}
.navbar-inverse .navbar-nav > li > .nav-a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #252525;
    top: -7px;
    left: 0;
    margin: 0 auto;
    right: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
}
.navbar-inverse .navbar-nav > li > .nav-a:hover::before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #252525;
    top: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    visibility: visible;
}

/*.navbar-inverse .navbar-nav > li > .nav-a::after{
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #1fb84e;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all ease-in-out 0.5s;
}*/
.navbar-inverse .navbar-nav > li > a:hover::after{
	width: 100%;
}
.navbar-inverse .social-link{
	margin-right: 15px;
}
.navbar-inverse .social-link > li{
    padding:16px 0px 16px 14px;
    display: inline-block;
}
.navbar-inverse .social-link > li > a{
    color: #fff;
    padding:0px;
    font-size: 16px;
    transition: all ease-in-out 0.5s;
}
.navbar-inverse .social-link > li > a:hover{
	color: #11961d;
}

.dropdown-menu {
   font-family:'Oswald', sans-serif;
    background-color: #252525;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px!important;
    border-radius: 0px!important;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu>li>a {
    font-weight: 300;
    padding-bottom:10px!important;
	padding-top:10px!important;
    color: #fff;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover {
	background:#1483b7;
 transition: all ease-in-out 0.5s;
 color:#fff !important;
}


.appoints{
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 4px 20px;
    line-height: 41px;
    background: #1483b7;
    transition: all ease-in-out 0.5s;
    text-align: center;
    margin-left: 154px;
    float: right;
    margin-right: 15px;
}

.appoints .fa {
    padding: 0px 12px;
	width:auto !important;
}

.appoints:hover{
	display:inline-block;
	background: #555 !important;
	color: #fff;
}
.modal-header {
   
    border-bottom: 0px
}
.modal-dialog {
    width: 63%;
   
}
.modal-body h3{
    display: block;
    margin: 8px auto;
    text-align: center;
    background: #1483b7;
    padding: 10px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.modal-body h5{
    display: block;
    margin-top: 15px;
    text-align: center;
    color:#1483b7;
    padding: 10px;
    
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}



.modal-body p{
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:24px;
	padding:10px 20px;
}
.modal-body ul{
	list-style:none;
	padding:0;
	margin:0;
}
.modal-body li{
	font-family:'Lato', sans-serif;
	font-size:16px;
	font-weight:500;
	line-height:32px;
	color:#505050;
	}
	
.modal-body .wishlist{
	width:90%;
	display:block;
	position:relative;
	margin:0px auto 10px auto;
	padding:10px;
	background:#efefef;
	height:auto;
	min-height:260px;
	border:8px solid #1483b7;
}

.modal-body .wishlist h4{
	text-align:center;
	font-family:'Oswald', sansserif;
	font-size:28px;
	font-weight:600;
	color:#1483b7;
	text-transform:uppercase;
	margin-bottom:10px;
}

.modal-body .wishlist ul{
	list-style:none;
	padding:0px;
	margin:0;
}

.modal-body .wishlist li{
	font-family:'Oswald', sansserif;
	font-size:18px;
	color:#505050;
	line-height:26px;
	font-weight:400;
}



		
.vision-area{
	width:100%; height:auto; padding:100px 0; 
}

.vision-area h1{
	font-family: 'Oswald', sans-serif;
    color: #aaa;
    font-size: 72px;
    font-weight: 300;
    display: block;
	text-align:center;
}

.vision-area h1 span{
	color:#1483b7;
	font-weight:500;
}

.vision-area .col-md-5{
	border-right:1px solid #1483b7;
	
}

.vision-area p{
	font-family:'Lato', sans-serif;
	font-weight:400;
	font-size:19px;
	font-style:italic;
	line-height:34px;
	padding:0 30px;
	color:#838383;
	padding-top:10px;
}

.vision-area p strong{
	color:#505050;
}

.vision-area p::before{
	content:open-quote;
	font-size:99px;
	font-weight:600;
	position:absolute;
	top:5px;
	left:5px;
	color:#e4e4e4;
}
.vision-area p::after{
	content:close-quote;
	font-size:99px;
	font-weight:600;
	position:absolute;
	top:5px;
	right:10px;
	color:#e4e4e4;
}
	
.projects-area{
	width:100%; height:auto; padding:50px 0 270px; background:#ebebeb;
}

.projects-area h5{
	font-family:'Lato', sans-serif;
	font-weight:400;
	font-size:14px;
	font-style:italic;
	
	color:#838383;
	padding-top:10px;
	text-align:center;
}

.projects-area h2{
	font-family: 'Oswald', sans-serif;
    color: #68696a;
    font-size: 32px;
    font-weight: 300;
    display: block;
	text-align:center;
	padding:0;
	margin-top:0;
}

.projects-area h2 span{
	color:#1483b7;
	font-weight:500;
}

.projects-area .pro-area{
	padding:0px 5px 8px ;
	margin:0 auto;
	display:block;
	height:auto;
	min-height:290px;
	text-align:center;
	border-bottom:4px solid #1483b7;
	background:#fff;
	transition: all linear 0.2s;
}

.projects-area .pro-area .info{
	padding-top:12px;
	padding-bottom:10px;
	
}
.projects-area .pro-area .info a{
	display: inline-block;
	font-weight: bold;
	color: #1483b7;
	font-size: 14px;
}
.projects-area .pro-area .info h3{
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #1483b7;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    text-align: center;
}

.projects-area .pro-area .info h5{
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #424242;
    font-style: italic;
    line-height: 20px;
    margin: 0;
    height: auto;
    min-height: 54px;
}

.projects-area .pro-area img {
    display: block;
    padding-top: 5px;
}

.projects-area  .donate{
    background: #1483b7;
    height: 60px;
	text-align:center;
	
}

.projects-area  .donate a{
	font-family:'Oswald', sans-serif;
	font-weight:300;
	font-size:24px;
	line-height:58px;
	display:block;
	color:#fff;
	text-decoration:none;
	 background: #1483b7;
    height: 60px;
	text-align:center;
	width:220px;
	margin:0 auto;
}

.projects-area .donate a:hover{
	
	display:block;
	color:#fff;
	background:#252525;
	text-decoration:none;
	transition: all ease-in-out 1s;
}

.projects-area .pro-area:hover{
	background: #1483b7
}

.projects-area .pro-area:hover a, .projects-area .pro-area:hover h3, .projects-area .pro-area:hover h5 {
	color: #fff !important
}

	
.heading, .heading-white{
	text-align: center;
}
.heading h3, .heading-white h3{
	font-size: 26px;
	font-weight: bold;
	margin:0px 0px 15px 0px;
	
	font-family:'Oswald', sans-serif;
	margin-top: 20px;
}
.heading h3 {
	color: #505050;
}
.heading-white h3 {
	color: #444;
}

.heading h3 span{
	text-transform: uppercase;
	color:#1483b7;
}

.heading-white h3 span{
	text-transform: uppercase;
	color:#4cc6ff;
}

.heading h5{
	font-size: 14px;
	color: #505050;
	font-style:italic;
	font-family: 'Lato', sans-serif;
	line-height:0px;
	margin-top: 20px;
}



.founder-section{
	position:relative;
	left:0;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	
}
.founder-section .founder-area{ 
	position:absolute;
	z-index:9999;
	top:-160px;
	display:block;
	margin:0 auto;
	padding:20px 10px;
	background:url(../images/founder-bg.jpg) center top no-repeat; background-size:cover;
	width:90%;
	height:auto;
	min-height:380px;
	left: 0;
    right: 0;	
	background-attachment:fixed;
}

.founder-section .founder-area .name{
	padding:0;
	margin-top:55px;
	margin-left:auto; margin-right:auto;
}

.founder-section .founder-area .name p{
	font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: block;
	text-align:center;
	margin-top:25px;
}

.founder-section .founder-area .message{
	padding:25px 15px;
}


.founder-section .founder-area .message h5{
	font-family:'Oswald', sans-serif;
	font-weight:300;
	font-size:24px;
	color:#00f2fe;
	text-align:left;
}

.founder-section .founder-area .message h2{
	font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
	text-transform:uppercase;
    text-align:left;
	margin-top:10px;
}

.founder-section .founder-area .message p{
	font-family:'Lato', sans-serif;
	font-weight:300;
	font-size:14px;
	line-height:28px;
	color:#fff;
	padding-top:10px;
	
}
.founder-section .founder-area .message .readmore{
	font-family:'Lato', sans-serif;
	font-weight:300;
	font-size:14px;
	line-height:28px;
	color:#fff;
	
}

.founder-section .founder-area .message .readmore a{
	font-family:'Lato', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:28px;
	color:#fff;
	padding: 3px 10px;
	display:block;
	border:2px solid #fff;
	background:none;
	width:140px;
	text-align:center;
}

.founder-section .founder-area .message .readmore a:hover{
	
	color:#1483b7;
	padding: 3px 10px;
	display:block;
	border:2px solid #fff;
	background:#fff;
	text-align:center;
}
	
	

/*.heading h3::before{
	position: absolute;
	content: "";
	width: 170px;
	height: 1px;
	background: #a3a3a3;
	left: 0;
	right: 0;
	margin:38px auto;
}
.heading h3::after{
	position: absolute;
	content: "";
	width: 50px;
	height: 7px;
	background: #149820;
	left: 0;
	right: 0;
	margin:35px auto;
}*/




/*start footer sec*/
.footer, .footer-inner {
    padding:0px;
	position:relative;
    border-top: 10px solid #005f87;
    width: 100%;
   
}

.footer-top{top:295px;}


/*start form sec*/
.footer .form-sec .row, .footer-inner .form-sec .row{
	padding: 0px;
	margin:0px;
}
.footer .form-sec .row .col-md-5, .col-md-7, .footer-inner .form-sec .row .col-md-5, .col-md-7{
	padding: 0px;
}
.footer .form-sec .row .form-art1, .footer-inner .form-sec .row .form-art1{
	padding: 40px 40px;
	height: 485px;
}
.footer .form-sec .row .form-art2, .footer-inner .form-sec .row .form-art2{
	padding: 40px 40px;
	background: #fff;
	height:auto; min-height: 450px;
}
.footer .form-sec .row article h3, .footer-inner .form-sec .row article h3{
	font-size: 30px;
	color: #68696a;
	font-family: 'Oswald', sans-serif;
}
footer .form-sec .row article h3 span{
	color: #1483b7;
}

.footer .form-sec .row article h4, .footer-inner .form-sec .row article h4{
	font-size: 14px;
	color: #505050;
	font-style:italic;
	font-family: 'Lato', sans-serif;
	line-height:0px;
	margin-top: 20px;
}

.footer .form-sec .row article ul, .footer-inner .form-sec .row article ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

.footer .form-sec .row article ul li a, .footer-inner .form-sec .row article ul li a{
	color: #505050;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	display: block;
	padding: 5px 0px;
}
.footer .form-sec .row article ul li a, .footer-inner .form-sec .row article ul li a strong{
	display: block;
}
.footer .form-sec .row article ul li a i, .footer-inner .form-sec .row article ul li a i{
	margin-right: 10px;
	margin-bottom: 7px;
    color: #00938a;
    display: block;
    border-radius: 50%;
    border: 1px solid #00938a;
    width: 40px;
}
.footer .form-sec .social-link, .footer-inner .form-sec .social-link{
	margin-top: 30px;
}
.footer .form-sec .social-link a, .footer-inner .form-sec .social-link a{
	display: inline-block;
width: 25px;
height: 25px;
background: #fff;
color: #a30a0a;
border-radius: 50%;
text-align: center;
font-size: 16px;
margin-right: 10px;
line-height: 25px;
}

.footer .form-sec .row .form-art2 h3, .footer-inner .form-sec .row .form-art2 h3{
	font-size: 30px;
	color: #68696a;
	font-family: 'Oswald', sans-serif;
}
.footer .form-sec .row .form-art2 h3 span, .footer-inner .form-sec .row .form-art2 h3 span{
	color:#1483b7;
}

.footer .form-sec .row .form-art2 h4, .footer-inner .form-sec .row .form-art2 h4{
	font-size: 14px;
	color: #505050;
	font-style:italic;
	font-family: 'Lato', sans-serif;
	line-height:0px;
	margin-top: 20px;
}
.footer .form-sec .row .form-art2 form .row, .footer-inner .form-sec .row .form-art2 form .row {
	margin-top: 30px;
}
.footer .form-sec .row .form-art2 form .row .col-md-6, .col-md-12, .footer-inner .form-sec .row .form-art2 form .row .col-md-6, .col-md-12{
	padding-left: 0px;
}

.footer .form-sec .row .form-art2 form .input-form, .footer-inner .form-sec .row .form-art2 form .input-form{
	background: #e9e9e9;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid rgba(255,255,255,0.1);
	width: 100%;
	color: #333;

}
.footer .form-sec .row .form-art2 form .input-btns, .footer-inner .form-sec .row .form-art2 form .input-btns{
    border: 2px solid #1483b7;
    padding: 5px 15px;
    color: #fff;
    background: #1483b7;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    transition: all ease-in-out 0.5s;
}
.footer .form-sec .row .form-art2 form .input-btns:hover, .footer-inner .form-sec .row .form-art2 form .input-btns:hover{
	background: #252525;
}

.footer .copyrights, .footer-inner .copyrights{
    background: #252525;
    text-align: center;
    color: #fff;
    padding: 33px 0px;
    margin: 0px;
    height: 120px;
}
.footer article p, .footer-inner article p {
    font-size: 14px;
    color: #fff;
    padding: 12px 0px;
	text-align:center;
    
}


.footer .copyrights .fa-facebook, .footer-inner .copyrights .fa-facebook{
  background: #252525;
  color: #fff;
  border:4px solid #fff;
  transition: all ease-in-out 0.5s;
}

.footer .copyrights .fa-facebook:hover, .footer-inner .copyrights .fa-facebook:hover{
  background: #3B5998;
  border:4px solid #3B5998;
  color: white;
  transition: all ease-in-out 0.5s;
}

.footer .copyrights .fa-twitter, .footer-inner .copyrights .fa-twitter{
  background: #252525;
  color: #fff;
  border:4px solid #fff;
  transition: all ease-in-out 0.5s;
}

.footer .copyrights .fa-twitter:hover, .footer-inner .copyrights .fa-twitter:hover {
  background: #55ACEE;
  border:4px solid #55ACEE;
  color: white;
  transition: all ease-in-out 0.5s;
}

.footer .copyrights .fa-google, .footer-inner .copyrights .fa-google {
  background: #252525;
  color: #fff;
  border:4px solid #fff;
  transition: all ease-in-out 0.5s;
}

.footer .copyrights .fa-google:hover, .footer-inner .copyrights .fa-google:hover {
  background: #dd4b39;
  border:4px solid #dd4b39;
  color: white;
  transition: all ease-in-out 0.5s;
}



.footer .copyrights .fa-instagram, .footer-inner .copyrights .fa-instagram {
  background: #252525;
  color: #fff;
  border:4px solid #fff;
  transition: all ease-in-out 0.5s;
}

.footer .copyrights .fa-instagram:hover, .footer-inner .copyrights .fa-instagram:hover {
  background: #111;
   border:4px solid #111;
  color: white;
  transition: all ease-in-out 0.5s;
}

.bg-white {
    background: #fff;
    position: relative;
    z-index: 999;
/*    margin-bottom: 385px;
    overflow: hidden;
*/}


.form-sec .form {
    padding: 80px;
    background: #fff;
    box-shadow: 0px 15px 10px 0px rgba(0,0,0,0.2);
    position: relative;
    bottom: -133px;
    overflow: hidden;
    z-index: 99;
}
.form-sec .form .form-control{
	border:1px solid #e5e5e5;
	border-radius: 0px;
	margin-bottom: 20px;
	box-shadow: none;
	padding:12px;
	height: auto;
	border-left: 3px solid #043c7e;
	transition: all ease-in-out 0.5s;
}
.form-sec .form  .form-control:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.form-sec .form  .form-control:focus{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.form-sec .form .textarea{
	border-left: none;
	border:1px solid #e5e5e5;
}
.form-sec .form .form-btn{
	border:none;
	padding:7px 20px;
	background: #043c7e;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	transition: all ease-in-out 0.5s;
}
.form-sec .form .form-btn:hover{
	background: #149820;
}
.form-sec .form-head {
    position: relative;
    bottom: -90px;
}


/* Style the tab content */
.tabcontent {
    float: left;
    padding: 30px 50px;
    width: 70%;
    border-left: none;
}
.tabcontent h3{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}
.tabcontent a{
	display: block;
	position: relative;
}
.tabcontent a::before{
	position: absolute;
	content: "";
	top: 0;
	right: -30px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 30px solid rgba(255,255,255,0.7);
	border-bottom: 15px solid transparent
}
.tabcontent  img{
	border:5px solid rgba(255,255,255,0.7);
}
.tabcontent article{
	padding-left: 30px;
}
.tabcontent article img{
	border:none;
	margin-right: 10px;
}
.tabcontent article strong{
	display: block;
	font-size: 18px;
	padding:5px 0px;
}


.owl-nav{

	display: block !important;
}

a#backToTop {
    width:45px;
    height:45px;
    opacity:0.9;
    position:fixed;
    bottom:5px;
    right:10px;
    display:none;
    text-indent:-10000px;
    outline:none !important;
    background-image: url('../images/top.png');
    background-repeat: no-repeat;
	z-index:9999;
}


/*------------- About Page------------------*/

.banner-sec{
	background: url(../images/about-banner.jpg) no-repeat center;
	background-size: cover;
	padding:40px 0px 0px 0px;
	position: relative;
	font-family:'Oswald', sans-serif;
	font-weight:400;
}

.banner-sec h3{
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.banner-sec ul{
    text-align: center;
    padding: 7px 0px;
    background: rgba(20, 131, 183, 0.8);
    margin-top: 50px;
}
.banner-sec ul li{
	display: inline-block;
}
.banner-sec ul li a{
	color: #fff;
	text-transform: uppercase;
	padding-right: 10px;
}
.banner-sec ul li a i{
	margin-left: 10px;
}



.about-overview-area{
	width:100%;
	padding:20px;
	margin:0;
}

.about-overview-area h6{
	font-family:'Lato', sans-serif;
	font-size:20px;
	font-weight:400;
	text-align:center;
	line-height:30px;
	color:#8b8b8b;
	
}

.about-overview-area p{
	font-family:'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	text-align:justify;
	line-height:26px;
	color:#505050;
	
}

.about-overview-area ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

.about-overview-area li{
	
	font-family:'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:32px;
	color:#505050;
	}
	
	.about-overview-area li:before{
		
		content: "\f054";
		font-family: FontAwesome;
		font-size:12px;
		padding-right:8px;
	}

.about-overview-area img{
	
	margin-top:15px;
	border:12px solid #efefef;
}


.founder-msg-area{
	width:100%;
	padding:20px;
	margin:0;
}

.founder-msg-area .founder-text{
	background:#f7f7f7;
	padding:25px;
}

.founder-msg-area .founder-text p{
	font-family:'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	text-align:justify;
	line-height:26px;
	color:#505050;
}
.founder-msg-area .founder-text h4{
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 30px;
}
.founder-msg-area .founder-text p img{
	padding-right: 10px;
}
.founder-msg-area span {
    text-transform: uppercase;
    color: #1483b7;
    font-size: 20px;
    font-weight: 900;
}

.founder-msg-area .p-lft img{
	
	margin-top:30px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	border:15px solid #efefef;
	border-radius:50%;
	display:block;
}
.other_content{
	padding: 10px;
	background: #fff;
	margin:0px 0px 40px 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.other_content .border{
	border:1px solid #eee;
	padding: 20px;
}
.other_content h4{
	font-size: 20px;
	margin:30px 0px 20px 0px;
	font-family: 'Oswald', sans-serif;
}
.other_content p {
    font-size: 14px;
    color: #777;
    padding: 0px 0px 0px 25px;
    position: relative;
}
.other_content p img {
    padding-right: 10px;
    position: absolute;
    top: 5px;
    left: 0;
}
/*------------- Value Page------------------*/

.value-banner-sec{
	background: url(../images/value-banner.jpg) no-repeat center;
	background-size: cover;
	padding:40px 0px 0px 0px;
	position: relative;
	font-family:'Oswald', sans-serif;
	font-weight:400;
}
.value-banner-sec{
	background: url(../images/value-banner1.jpg) no-repeat center;
	background-size: cover;
	padding:40px 0px 0px 0px;
	position: relative;
	font-family:'Oswald', sans-serif;
	font-weight:400;
}
.value-banner-sec h3{
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.value-banner-sec ul{
    text-align: center;
    padding: 2px 0px;
    background: rgba(20, 131, 183, 0.8);
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.value-banner-sec ul li{
	display: inline-block;
}
.value-banner-sec ul li a{
	color: #fff;
	text-transform: uppercase;
	padding-right: 10px;
}
.value-banner-sec ul li a i{
	margin-left: 10px;
}

.value-overview-area{
	width:100%;
	padding:20px;
	margin:0;
}

.value-overview-area h6{
	font-family:'Lato', sans-serif;
	font-size:20px;
	font-weight:400;
	text-align:center;
	line-height:30px;
	color:#8b8b8b;
	
}

.value-overview-area p{
	font-family:'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	text-align:justify;
	line-height:26px;
	color:#505050;
	
}

.value-overview-area ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.value-overview-area li {
	
	font-family:'Oswald', sans-serif;
	font-size:14px;
	font-weight:400;
	text-align:justify;
	line-height:30px;
	color:#6a6a6a;
	
}

.value-overview-area  li i {
	
	color:#333;
	font-size:10px;
}


.value-overview-area img{
	
	border:12px solid #efefef;
}

.our-team-base {
	width:100%; height:auto; min-height:520px; background:url(../images/our-team-base.jpg) center top no-repeat; padding:20px; background-size:cover; background-attachment:fixed;
	
}

.our-team-base p{
	font-family:'Lato', sans-serif;
	font-size:16px;
	font-weight:300;
	text-align:justify;
	font-style:italic;
	line-height:26px;
	color:#444;
	padding:25px 15px;
	
}

.our-team-base h6{
	font-family:'Lato', sans-serif;
	font-size:18px;
	font-weight:400;
	font-style:italic;
	line-height:26px;
	color:#444;
	padding:15px;
	
}

.our-team-base ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.our-team-base li {
	
	font-family:'Oswald', sans-serif;
	font-size:14px;
	font-weight:300;
	text-align:justify;
	line-height:30px;
	letter-spacing:0.5px;
	color:#444;
	
}

.our-team-base  li i {
	
	color:#4cc6ff;
	font-size:10px;
}


/*------------- Contact Page------------------*/

.contact-banner-sec{
	background: url(../images/contact-banner.jpg) no-repeat center;
	background-size: cover;
	padding:40px 0px 0px 0px;
	position: relative;
	font-family:'Oswald', sans-serif;
	font-weight:400;
}

.contact-banner-sec h3{
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.contact-banner-sec ul{
    text-align: center;
    padding: 2px 0px;
    background: rgba(20, 131, 183, 0.8);
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.contact-banner-sec ul li{
	display: inline-block;
}
.contact-banner-sec ul li a{
	color: #fff;
	text-transform: uppercase;
	padding-right: 10px;
}
.contact-banner-sec ul li a i{
	margin-left: 10px;
}

/*start gallery sec*/
.gallery-banner-sec{
	background: url(../images/gallery-banner.jpg) no-repeat center;
	background-size: cover;
	padding:40px 0px 0px 0px;
	position: relative;
	font-family:'Oswald', sans-serif;
	font-weight:400;
}

.gallery-banner-sec h3{
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.gallery-banner-sec ul{
    text-align: center;
    padding: 2px 0px;
    background: rgba(20, 131, 183, 0.8);
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.gallery-banner-sec ul li{
	display: inline-block;
}
.gallery-banner-sec ul li a{
	color: #fff;
	text-transform: uppercase;
	padding-right: 10px;
}
.gallery-banner-sec ul li a i{
	margin-left: 10px;
}

.gallery-sec{
	padding:70px 0px;
	background-size: auto;
}
.gallery-sec .row{
	    margin: 70px 15px 0px 15px;
}
.gallery-sec .row .col-md-6{
	padding:0px;
}
.gallery-sec .row .col-md-3{
	padding:0px;
}
.gallery-sec .rowinner{
	margin:0px;
}
.gallery-sec .rowinner .col-md-6{
	padding:0px;
}
.gallery-sec a{
	display: block;
	position: relative;
}
.gallery-sec a::before{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	transform: scaleX(0);
	transition: all ease-in-out 0.5s;
	z-index:99;
	
}
.gallery-sec a:hover::before{
	transform: scaleX(1);
}
.gallery-sec a::after {
    position: absolute;
    content: "\f00e";
    font-family: FontAwesome;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 30px;
    color: #fff;
    transition: all ease-in-out 0.5s;
    visibility: hidden;
	z-index:9999;
}
.gallery-sec a:hover::after {
	top: 45%;
	visibility: visible;
}
.gallery-sec a img{
	border:1px solid #fff;
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
}

/*-------------- FAQ Section------------------*/

.faq-banner-sec{
	background: url(../images/faq-banner.jpg) no-repeat center;
	background-size: cover;
	padding:40px 0px 0px 0px;
	position: relative;
	font-family:'Oswald', sans-serif;
	font-weight:400;
}

.faq-banner-sec h3{
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.faq-banner-sec ul{
    text-align: center;
    padding: 2px 0px;
    background: rgba(20, 131, 183, 0.8);
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.faq-banner-sec ul li{
	display: inline-block;
}
.faq-banner-sec ul li a{
	color: #fff;
	text-transform: uppercase;
	padding-right: 10px;
}
.faq-banner-sec ul li a i{
	margin-left: 10px;
}


.faq-sec{
	padding:70px 0px;
	background-size: auto;
}

.faqHeader {
		font-family:'Oswald', sans-serif;
        font-size: 27px;
        margin: 20px;
		padding-top:30px;
    }
	
	.panel-title {
    font-family:'Oswald', sans-serif;
    font-size: 14px !important;
	font-weight:400;
    color: #1483b7;
	text-decoration:none !important;
	
}
	.panel-title a{
		text-decoration:none;
	}

    .panel-heading [data-toggle="collapse"]:after {
        font-family: 'Glyphicons Halflings';
        content: "\e072"; /* "play" icon */
        float: right;
        color: #1483b7;
        font-size: 10px;
        line-height: 18px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #505050;
    }
	
	.panel-data-text{
		font-family:'Lato', sans-serif;
		font-size:14px;
		line-height:24px;
		color:#505050;
	}
	
	.panel-data-text ul{
		list-style-type:none;
		padding:0; margin:0;
	}


	.panel-data-text li{
		
		line-height:30px;
	}
	.panel-data-text li i{
		
		margin-right:10px;
	}
	
	.fa-circle{
		font-size:6px !important;
	}
/*program_sec*/
.program_sec{
	padding:70px 0px;
}
.program_sec .border .row {
    padding-top: 60px;
    border-bottom: 1px solid #eee;
    padding-bottom: 60px;
}

.program_sec .border{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	padding:25px;
	position: relative;
	z-index: 1;
}
.program_sec .border::before{
	position: absolute;
	content: "";
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border:1px solid #eee;
	z-index: -1;
}
.program_sec .border h3{
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
.program_sec .border p{
	font-size: 14px;
	line-height: 25px;
	color: #777;
	text-align: justify;
}
/*donate_sec*/
.donate_sec{
	padding:70px 0px;
}
.donate_sec .row article{
	width: 700px;
	padding: 20px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	margin:0 auto;
	text-align: center;
}
.donate_sec .row article h5{
	font-size: 14px;
	color: #777;
}
.donate_sec .row article h3{
	font-size: 30px;
	color: #1483b7;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
.donate_sec .row article p{
	font-size: 18px;
	color: #000;
}
.donate_sec .row article p span{
	padding-left: 4px;
}
.contents{
	padding: 60px 0;
}