/*
  Theme Name: Castle
  Theme URL: http://demo.themeregion.com/castle
  Author: ThemeRegion
  Author URI: http://www.themeregion.com
  Description: Castle Responsive HTML Template
  Version: 1.0
*/

/*=======================================================================
[Table of contents]
=========================================================================
1.	Typography
2.	navigation-section
3.	slider-section
4.	video-slider-section
5.	Home Section
6.	Promotion
7.	Help-overview
8.	Donate Section
9.	Video Section
10.	Word For help
11.	Who We Are
12.	Support us
13.	photo-gallery
14.	Contact Us


==========================================================================*/


/*========================
=======Typography=========
==========================*/

body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #454545;
	background-color: #fff;
	
}

ul {
	list-style: none;
	margin:0;
	padding:0;
	line-height:normal;
}
ul li{
	
	line-height:30px;
}
ul li.conta{
	
	line-height:35px;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
	outline:none;
	outline-offset: 0;
	text-decoration:none;  
	background: transparent;
}

a {
	color: anil;
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

a:focus, 
a:hover {
	text-decoration: none;
	outline: none;
}

h1 {
	font-size:36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	text-transform:normal;
}
p{
	text-transform:normal;
	font-weight:500;
}

span {
	color:#f7e03f;
}

.padding{	
	padding:45px 0 ;
}

.section-title {
	margin-bottom: 70px;
	padding-bottom: 0;
	text-align: center;
	font-weight:400;
}

.section-title h1 {
	margin-top:0;
	margin-bottom:30px;
}

.btn-primary {	
	border:0;
	color:#000;
	background-color:#f7e03f;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	padding: 12px 27px 10px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
	letter-spacing:0;
	position:relative;
	box-shadow:none;
	z-index:1;
}

.btn-primary:before, 
.btn-primary:after {
	position:absolute;
	content:"";
	height:100%;
	width:0;
	border-radius:4px;
	z-index:-1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.btn-primary:before {	
	left:0;
	top:0;
	border-top:2px solid #ffe600;
}

.btn-primary:after {	
	right:0;
	bottom:0;
	border-bottom:2px solid #ffe600;	
}

.btn-primary:hover:before {
	left:0;
	width:100%;
	background-color:rgba(247, 224, 63, 0.7);
}
.btn-primary:hover:after {
	width:100%;
	right:0;
	background-color:rgba(247, 224, 63, 0.7);
}

.btn-primary:hover, 
.btn-primary:focus {
	color:#000;
	background-color:transparent;
	box-shadow: 0px 0px 0px 1px #ffe600;
}

.parallax-section { 	
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	width: 100%;
	min-height:437px;
	color:#fff;
	position:relative;
}

.overlay-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.form-control {
  height: 55px;
  color: #000;
  border: 1px solid #ededed;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

.form-control:focus {
  border-color: #ffe600;
  outline: 0;
  -webkit-box-shadow:none;
  box-shadow:none;
}

.form-group {
  margin-bottom: 30px;
}

/*==============================
=========slider-section=========
================================*/

#slider-section, #home-section {
	background-image:url(../images/slider/0.jpg);
	background-repeat:no-repeat;
	background-size:cover;	
	background-color:#39393b;
	position:relative;
	color:#fff;
}
#home-wrapper {
	position:relative;
}
#slider-section .overlay-bg, 
#hoome-section .overlay-bg, 
#bg-video-section .overlay-bg {
	background-color:rgba(19, 19, 22, 0.17);
}

.main-slider .slider-content {
	padding-top:185px;
	font-size:20px;
	margin-bottom:45px;
	color:#fff;
}

.slider-content, .logo {
	position:relative;
	z-index:1;	
}

.main-slider .slider-content h1 {
	font-size:72px;
	font-weight:700;
	text-transform:capitalize;
	margin-bottom:15px;
}

.main-slider .logo {
	margin-bottom:75px;
}

.main-slider .slider-content .btn-primary {
	margin-top:30px;
	margin-bottom:110px;
}

.social-icons  {
	font-size:16px;
	font-weight:600;
}

.social-icons ul {
	margin-top:10px;
}

.social-icons ul li i{
	background-color:#fff;
	color:#000;
	height:25px;
	width:25px;
	font-size:18px;
	line-height:25px;
	display:block;
	border-radius:3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons ul li i:hover {
	color:#fff;
}

.social-icons ul li i:hover.fa-facebook {
	background-color:#566C9E;
}

.social-icons ul li i:hover.fa-twitter {
	background-color:#0EB1F2;
}

.social-icons ul li i:hover.fa-google-plus {
	background-color:#D54831;
}

.social-icons ul li i:hover.fa-linkedin {
	background-color:#1F84D2;
}

.social-icons ul li i:hover.fa-pinterest {
	background-color:#CD565C;
}

/*=========Carousel Fade==========*/

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	background-repeat: no-repeat;
	background-size: cover;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/*=========video-slider-section==========*/

#video-slider-section {
	position:relative;
	color:#fff;
}

#video-slider-section .video-bg {
	position:absolute;
	top: 0;
	bottom:0;
	left:0;
	right:0;
	width: 100%;	
	overflow: hidden;
}

#video-slider-section .video-bg video {
	background-size: cover;	
	height: auto;
	min-height: 100%;
	min-width: 100%;
	position: relative;	
	width: auto;
}


/*=========home-section==========*/
#home-section {
	background-image:url(../images/slider/2.jpg);
}

#home-section .overlay-bg {
	background-color:rgba(19, 19, 22, 0.25);
}

/*=========Promotion==========*/

#promotion {
	font-size:16px;
}

#promotion h1 {
	margin-bottom:30px;
}

/*=========Help-overview==========*/

#help-overview {
	background-image:url(../images/overview-bg.jpg);
	font-weight:300;
	font-size:16px;
	background-color:#333;
}

#help-overview h1 {
	color:#f7e03f;
	margin-bottom:30px;
}

#help-overview h5 {
	font-weight:500;
	margin-bottom:18px;
}

#help-overview .overview-content {
	margin-bottom:30px;
}

#help-overview .overview-content span {
	font-weight:500;
}

/*=========Donate Section==========*/
#donate-section {
	padding-top:10px;
}

#donate-section .donate-tab {
	clear:both;
}

.donate-tab .tab-list {
	margin-bottom:85px;
}

.donate-tab .tab-list li a {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	border-radius:4px;
	padding: 10px 20px;
	display:block;
}

.donate-tab .tab-list li.active a, 
.donate-tab .tab-list li.active a:hover {
	background-color:#ffe600;
}

.donate-tab .tab-content {
	margin-bottom:40px;
}

.tab-content .fancy-label .payment-select{
	background-color:#f7f7f7;
	padding:30px 25px;
	cursor:pointer;
	margin-bottom:30px;
	min-height:205px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tab-content .fancy-label .payment-select:hover, 
.donate-tab .tab-list li a:hover {
	background-color:#f1f1f1;
}

.tab-content .fancy-label .payment-select label {
	cursor:pointer;
	font-weight:400;
}

.tab-content .fancy-label .payment-select.active {
	background-color:#ffe600
}

.tab-content .fancy-label input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  cursor:pointer;
}

.fancy-label .payment-select .amount span {
	color:#000;
	font-weight:500;
	font-size:30px;
	margin:10px 0;
	display:block;
}

.fancy-label .payment-select .description h4 {
	font-weight:500;
}

input#amount {
	border: 2px solid #f2f2f2;
	padding: 8px 12px;
	width: 100%;
	border-radius:4px;
	outline:none;
	margin-bottom:10px;
}

.donate-tab .payment-method ul {
	margin-top:50px;
	margin-bottom:60px;
}

.donate-tab .payment-method ul li {
	margin:0 15px;
}

.donate-tab .btn-primary {
	padding:12px 55px;
}

/*=========Video Section==========*/

#video-section {
	background-image:url(../images/video-bg.jpg);
}

#video-section .overlay-bg {
	background-color:rgba(0, 0, 0, 0.75);
}

#video-section .video-content {
	position:relative;
	padding:225px 0;
}

#video-section .video-content a {
	font-size:110px;
	color:#ffe600;
	opacity:0.7;
}

#video-section .video-content a:hover {
	opacity:1;
}

#video-section .video-content h1 {
	margin-top:0;
}

#video-section .video-content h1 span{
	font-size:18px;
	font-weight:700;
	color:#fff;
	display:block;
	text-transform:uppercase;
	margin-bottom:5px;
}

/*=========Word For help==========*/

#comments-carousel {}

#comments-carousel> h1{
	margin-bottom:50px;
}

#comments-carousel .item img{
	height:175px;
	width:175px;
	display:inline-block;
	background-color:#f3f3f3;
	padding:10px;
	margin-bottom:30px;
}


/*=========who-we-are==========*/

#who-we-are {
	background-image:url(../images/who-we-bg.jpg);
	color:#000;
	font-size:16px;
	font-weight:300;
	padding-top:20px;
}

#who-we-are .overlay-bg {
	background-color:rgba(255, 230, 0, 0.75);
}

#who-we-are .padding {
	position:relative;
}

#who-we-are .company-logo {
	margin-bottom:40px;
	font-weight:500;
	line-height:12px;
}

#who-we-are .company-logo a {
	color:#000;
	font-weight:700;
	
}

#who-we-are .company-logo img {
	display:inline-block;
	margin-bottom:15px;
}

#who-we-are .section-title {
	margin-bottom:30px;
}

.who-we-are h2 {
	font-weight:500;
	margin-bottom:25px;
}


/*=========support-us==========*/

#support-us {
	padding:95px 0;
}

#support-us ul li {
	margin:0 25px;
}

#support-us ul li a {
	opacity:0.5;
}

#support-us ul li a:hover {
	opacity:1;
}

/*==========photo-gallery========*/

.gallery-content {	
	margin-left:-15px;
	margin-right:-15px;
}

.gallery-content img {
	width:100%;
}

.photo-info {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	color:#000;	
	padding:30px;
	font-weight:400;
	background-color:rgba(255, 230, 0, 0.80);
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-ms-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
	z-index:1;
}

.photo-info a {
	font-size:28px;
	display:block;	
	color:#000;
	-webkit-transition:all 0.3s ease-out 0.35s;
	-moz-transition:all 0.3s ease-out 0.35s;
	-ms-transition:all 0.3s ease-out 0.35s;
	-o-transition:all 0.3s ease-out 0.35s;
	transition:all 0.3s ease-out 0.35s;
}

.photo-info h3 {
	margin-top:5px;
	margin-bottom:5px;
	font-weight:500;
	-webkit-transition:all 0.3s ease-out 0.25s;
	-moz-transition:all 0.3s ease-out 0.25s;
	-ms-transition:all 0.3s ease-out 0.25s;
	-o-transition:all 0.3s ease-out 0.25s;
	transition:all 0.3s ease-out 0.25s;
}

.photo-info span {
	color:#000;
	-webkit-transition:all 0.3s ease-out 0.35s;
	-moz-transition:all 0.3s ease-out 0.35s;
	-ms-transition:all 0.3s ease-out 0.35s;
	-o-transition:all 0.3s ease-out 0.35s;
	transition:all 0.3s ease-out 0.35s;
}

.photo-info, 
.photo-info a, 
.photo-info h3, 
.photo-info span {
	opacity:0;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.gallery-content:hover .photo-info, 
.gallery-content:hover .photo-info a, 
.gallery-content:hover .photo-info h3, 
.gallery-content:hover .photo-info span{
	opacity:1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.gallery-content:hover .photo-info a{	
	margin-top:70px;
}


/*================Contact us==============*/
#contact-us {
	padding-top:20px;
}
.contact-content .contact-info{
	font-size:20px;
	font-weight:300;
}

.contact-content .contact-info i {
	font-size:35px;
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-ms-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
	
}

.contact-content .contact-info:hover i{
	color:#ffe600;
}

.contact-content .contact-info h3 {
	text-transform:uppercase;
}

.contact-content .contact-info a:hover {
	color:#000;
}

#gmap {
	height:500px;
}

#contact-us .contact-form {
	padding-top: 95px;
    padding-bottom: 70px;
}

#contact-form #message {
	height:220px;
	resize:none;
	padding:18px;
}

#contact-form .btn-primary {
	padding:12px 55px;
	display:inline-block;
	margin-top:35px;
}

#footer-bottom {
	background-color:#131316;
	color:#fff;
	padding:40px 0 30px;
	font-weight:300;
}

#footer-bottom a {
	color:#ffe600;
	font-weight:600;
}










/*========================
=======demo-chooser======
==========================*/

.demo-chooser {
	width: 175px;
	left: -175px;
	position: fixed;
	top: 50%;
	margin-top:-78px;
	z-index: 99999;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.demo-chooser.opened {
	left: 0;
}

.demo-chooser.opened .toggler {
	color:#f26522;
}

.demo-chooser .toggler {
	position: absolute;
	top: 0;
	right: -40px;
	display: inline-block;
	background-color: #f5f5f5;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	color: #3A3434;
	border-radius: 0 4px 4px 0;
}

.demo-chooser-inner {
	position: relative;
	background-color: #f5f5f5;
	padding:15px 20px;
}

.demo-chooser-inner h4 {
	margin: 0px 0 15px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #8e8e8e;
}

.demo-chooser-inner ul {
	list-style: none;
	padding: 0;
	margin: -5px;
}

.demo-chooser-inner ul li {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.demo-chooser-inner ul li  a {
	padding: 5px 7px;
    background-color: #eee;
    margin-bottom: 5px;
    display: block;
	color:#8e8e8e;
}

.demo-chooser-inner ul li  a:hover, 
.demo-chooser-inner ul li.active a {
	color:#f26522;
}

.demo-chooser-inner ul li.active a {
	cursor:default;
}