body
{
	font-family: "Open Sans", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #5a5a5a;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    
}
p
{
line-height:26px;
letter-spacing:1px;
color:#818181;
font-weight:400;
}

.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (max-width: 768px){
.header-top .left-side {
    text-align: center;
}
}
@media screen and (max-width: 768px){
.header-top .right-side {
    text-align: center;
}
}
.header-top {
    padding: 15px 0;
    background: #ff5722;
	width:100%;
}
.left-side
{
font-size:17px;
color:rgba(255, 255, 255, 0.7);
}
.left-side a
{
font-size:17px;
color:rgba(255, 255, 255, 0.7);
}
.right-side a
{
font-size:17px;
color:rgba(255, 255, 255, 0.7);
}
/* end top header*/

  .affix {
      top: 0;
      width: 100%;
      z-index: 9999 !important;
  }

  .affix + .container-fluid {
      padding-top: 70px;
  }


.main-navigation{
margin-bottom:-20px;

}
.navbar-default {
    background-color: #fff;    
    padding: 18px 0px ;box-shadow: 1px 1px 10px  #ff5722;
}
.navbar-default .navbar-nav > .active > a, 
 .navbar-default .navbar-nav > .active > a:hover {
   color: #ff5722 !important;
    background-color: #fff;
}
 .navbar-default .navbar-nav > .active > a:hover 
 {
 color: white;
 background-color: #fff;
 }
.navbar-default .navbar-nav > li > a {
	color:#4e4a49c4;
	font-weight: 2px;	
	font-size: 20px;	
	padding-left:20px;
	letter-spacing:0.5px;	
}
.nav > li > a
{
	padding: 20px 0 0 0;
}
.head-title{
	font-size:40px;
	color:#ff5722;
	width:100%;
}
@media screen and (max-width: 768px){
.head-hero .left1 {
    text-align: center;
}
}
@media screen and (max-width: 768px){
.head-hero .right1 {
    text-align: center;
}
}
.head-cover,
.head-hero {
  position: relative;
  height: 700px;
  background: linear-gradient(0deg, #942908, #2b5439,#000000c4);
}
@media screen and (max-width: 768px) {
  .head-cover,
  .head-hero {
    height: 600px;
  }
}

.head-hero.head-hero-2 {
  height: 500px;
}
.head-overlay {
  position: absolute !important; /*Need to change*/
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(66, 64, 64, 0.9);
  background: rgba(0, 0, 0, 0.2); 
}

.head-cover {
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .head-cover {
    heifght: inherit;
    padding: 3em 0;
  }
}
.head-cover .btn {
  padding: 1em 2em;
  opacity: .9;
}

.head-cover.head-cover_2 {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .head-cover.head-cover_2 {
    heifght: inherit;
    padding: 3em 0;
  }
}
.head-cover .desc1 {
  top: 2%;
  position: absolute;
  width: 100%;
  margin-top: -0px;
  z-index: 2;
  color: #fff;
}
.head-cover .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -80px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .head-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.head-cover .desc h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 300 !important;
}
.head-cover .desc h2 strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .head-cover .desc h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 320px) {
  .head-cover .desc h2 {
    font-size: 35px;
  }
}

.head-cover .desc span {
  display: block;
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 1px;
}

.head-cover .desc1 span {
  display: block;
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 1px;
}


.head-cover .desc span a {
  color: #fff;
}

.head-cover .desc1 span a {
  color: #fff;
}

.head-cover .desc span a:hover, .head-cover .desc span a:focus {
  color: #fff !important;
}

.head-cover .desc1 span a:hover, .head-cover .desc1 span a:focus {
  color: #fff !important;
}

.head-cover .desc1 span a:hover.btn, .head-cover .desc1 span a:focus.btn {
  border: 2px solid #fff !important;
  background: transparent !important;
}

.head-cover .desc span a:hover.btn, .head-cover .desc span a:focus.btn {
  border: 2px solid #fff !important;
  background: transparent !important;
}

.head-cover .desc span a.head-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/*menu's*/
.service-box {
    background: #fcfcfc;  
   padding-left:5px;
   padding-top:20px;
    -webkit-box-shadow: 0 2px 4px -2px #ddd;
    -moz-box-shadow: 0 2px 4px -2px #ddd;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	height:340px;
	
}
/*division*/

.item1
{	
	padding:50px;	
	background: white;  
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	margin:10px;
	border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
	
}
/*footer*/
.f-top {
	background-color:#ff5722;
	padding:30px;
	color:white;

}
blockquote.large {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1em;
}
blockquote {
    font-size: 18px;
    border: none;
    padding: 0;
}
blockquote.large:before {
    color: #eee;
    opacity: 0.6;
}

blockquote.large:before {
    font-size: 50px;
    font-family: FontAwesome;
    content: "\f10d";
    
}
.f-top span{	
	color:white;
	font-size:30px;
}
.inner-footer {
    padding: 100px 0;
	background: #232425;
}
.last-div {
    background: #1f2021;
    padding: 20px ;
    position: relative;
	font-size:20px;
}
.copyright {
    font-size: 14px;
    color: #8a8d94;
    margin: 0;
    font-weight: 300;
    float: left;
}
.foot-nav {
    float: right;
    margin-right: 20px;
}
.foot-nav li {
    display: inline;
    margin-right: 20px;
}
a.scrollup {
    color: white;
    height: 40px;
    width: 40px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 40px;
    opacity: 0,5;
    border-radius: 50%;
    z-index: 999;
}
a:hover{
text-decoration:none;
}
.widgetheading {
    font-size: 24px;
    color: #fff;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 40px;
}
.l-posts ul{
    display: block;
    list-style-type:none;
    }
.l-posts li a:hover {
    color: #fff;
}
.l-posts li a {
    font-size: 19px;
    color: #8a8d94;
    margin: 0;
    font-weight: 300;
    border-bottom: 1px solid #2c2d2e;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
}
.f-about a h1 {
    margin-top: 0;
    margin-bottom: 40px;
    color: #fff;
}

.f-about a h1:hover {
    text-decoration: none;
   color: #ff5722;
}
.f-about p{
        font-size: 20px;
    color: #8a8d94;
}.f-contact p {
    font-size: 20px;
    color: #8a8d94;
    margin: 0;
    font-weight: 300;
    margin-bottom: 15px;
}
.border{
border:1px solid #ff5722;
}

/*hover on image*/

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

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

.column {
  float: left;
  width: 25%;
}
.column1 {
  float: right;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;

}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

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

.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;
}

/* 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(0, 0, 0, 0.8);
}

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


/* Set a style for the submit button */
.btn1 {
    background-color: #ff5722;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

.btn1:hover {
    opacity: 1;
	color:white;
}
.icon {
    padding: 10px;
    background: #ff5722;
    color: white;
    min-width: 50px;
    text-align: center;
}


/* Donate Form*/
.cook .first-image {
	margin-right: -30px;
	margin-top: 30%;
}

.cook .first-image img {
	width: 100%;
	overflow: hidden;
}

.cook .second-image {
	margin-left: -30px;
	margin-top: 30%;
}

.cook .second-image img {
	width: 100%;
	overflow: hidden;
}

.cook .cook-content {
	background-color: #f9875b;
	text-align: center;
	padding: 30px;
}

.cook-content .contact-content {
	background-color: #5bc0de;

}
.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}



.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}

.input-field:focus {
    border: 2px solid dodgerblue;
}


.back{
	border-radius:10px ;
	background-color:white;
	padding:30px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);

}


.event
{
	background-color:#ff602f94;
	padding:20px;
	margin:5px;
	color:white;

}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
}

.carousel-indicators li {
    border-color: #f4511e;
}

.carousel-indicators li.active {
    background-color: #f4511e;
}

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}