@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


body {
  padding-top: 100px;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}
a {
  color: #333;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #fb6d6a;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.no-padd{
	padding:0;
	}

.header-title{
	font-size:36px;
	text-transform:uppercase;
	font-weight:700;
	padding:20px 0 0 0;
	}
@media (min-width:320px) and (max-width:768px){
	.header-title{
	font-size:24px;
	}
	.header-title span{
	top:20px;
	border-top:1px solid #333;
	position:relative;
	}
	}	
@media (min-width:768px){
	.header-title span{
	position:relative;
	top:30px;
	border-top:1px solid #333;
	}
	}	
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
  font-size:14px;
}
.btn.btn-primary {
  background: #fb7e7c;
  border-color: #fb716f;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #333;
}
.btn-primary.btn-white{
	color:#fb7e7c;
	background:#fff;
	}
.btn-primary.btn-white:hover,.btn-primary.btn-white:focus{
	background:#333;
	}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom:2px solid #eee;
  margin-bottom: 15px;
  color:#fb6f6e;
  font-size:16px;
  font-weight:700;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #fb6f6e;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  background:#fff;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 0 15px 0;
}
@media (min-width:320px ) and (max-width:768px){
	.navbar-brand img{
		width:200px;
		}
		}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 37px;
    border-top: 5px solid #fb6d6b;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 558px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  margin-top: 180px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
#main-slider .slider-inner p{
	color:#deb921;
	font-size:18px;
	text-shadow:1px 0 2px #333;
	}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #fb716f;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}

/*-------------------about----------------------------------------*/

section#about{
	background:url(../images/bg-about.jpg) center center no-repeat;
	background-size:cover;
	padding:20px 0;
	}
section#about .title{
	color:#fff;
	font-size:18px;
	font-weight:300;
	}
section#about .header-title{
	color:#fff;
	}	
section#about .header-title span{
	 border-color:#fff;
	 }
#content {
  padding: 50px 0;
  background-color: #fbfbfb;
  background:url(../images/bg.jpg) left top no-repeat;
  background-size:cover;
} 
/*----------------ticker-----------------------------*/

#page{
	background:rgba(255,255,255,0.8);
	border:1px solid #ddd;
	min-height:450px;
	padding:20px;
	}
#page ul{
	list-style-type:none;
	margin:0;
	padding:0;
	min-height:430px;
	}	
 #page p {
 	padding: 0 0 0;
	}	
 #page img.img-about {
 	padding: 0 10px 10px 10px;
	display:block;
	width:100%;
	}	
#page ul li a{
	font-weight:600;
	color:#333;
	}	
#page .ticker li span {
	font-size:12px;
	text-transform:uppercase;
	color:#fb7472;
	}	
@media (min-width:320px) and (max-width:768px){
	#page{
		min-height:680px;
		}
		}	
/*--------services-----------------*/		
#services {
  padding: 50px 0 75px;
  background:#f4f3f3;
}
#services .carousel-indicators {
    bottom: 0;
	top:100%;
}
#services .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0px;
    margin-left: -30%;
    text-align: center;
    list-style: outside none none;
}
#services .carousel-indicators li{
	border:2px solid #fb6d6b;
	background:#fb6d6b;
}
#services .carousel-indicators li.active{
	border:2px solid #fb6d6b;
	background:#fff;
}
#services .service{
	background:#fff;
	padding-bottom:10px;
	}
#services .service img{
	padding:15px 0;
	}

/*----------doante--*/
#donate{
	background:url(../images/donate-bg.jpg) center center no-repeat;
	background-size:cover;
	padding:50px 0;
	min-height:200px;
	}
#donate .title{
	color:#fff;
	font-weight:300;
	}

/***********************
********* Footer ******
************************/
#footer{
	background:#3e3d3d;
	color:#fff;
	padding:50px 0;
	}	
#footer .title{
	color:#fff;
	}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
#footer ul > li >a{
  color:#3e3d3d;
  background:#fb6d6b;
  line-height:35px;
  border:1px solid #494848;
  width:40px;
  display:block;
  height:40px;
  font-size:24px;
  text-align:center;
  border-radius:50%;
  
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: left;
  }
}	
#footer ul > li >a:hover{
	 color:#fb6d6b;
  background:#3e3d3d;
  }
#bottom{
background:#1f1f1c;
padding:20px 0;
color:#fff;
}	
#bottom a{
	color:#fff;
	}
#bottom .bottom-right p{
	text-align:right;
	}
	
@media (min-width:320px ) and (max-width:768px){
	#bottom .bottom-right p{
		text-align:left;
		}
}	

/*--------------------------------gallery-----------------------------------*/
#portfolio {
  padding: 100px 0;
  background: #f5f5f5;
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #45aed6;
  color: #fff;
  box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}
#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}
#portfolio .portfolio-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}
#portfolio .portfolio-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  text-align:center;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  bottom: 5%;
  right: 45%;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #fa706d 0%, #f14541 100%);
  background-image: -webkit-linear-gradient(90deg, #fa706d 0%, #f14541 100%);
  background-image: -ms-linear-gradient(90deg, #fa706d 0%, #f14541 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}	
/*---------team-----------------------------*/
#other{
	background:#fff;
	}
.team-member {
  padding: 13px;
  margin-bottom:20px;
  background: #eeeeee;
  border: 5px solid #ddd;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
.team-member .team-img {
  display:block;
  width:100%;
}
 .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
.team-member:hover {
 background: #f5f5f5;
}
.team-member:hover .social-icons > li > a {
  background: #fa6c6a;
}
.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-icons > li {
  display: inline-block;
}
.social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}
.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
/*------------------contact--------------------------------------*/
#contact {
  position: relative;
  overflow: hidden;
  min-height:650px;
}
 .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width:768px ){
 #contact img{
width:100%;
display:block; 
height:650px;
}
}
@media (min-width:320px) and (max-width:760px){
#contact img{
	display:none;
	}
	}
 .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
 .contact-form h3 {
  margin-top: 0;
}


