/*!
Title: Main CSS File
Theme Name: Charity
Author Name: FairyTheme
Author URI: http://themeforest.net/user/fairytheme
Table of Contents:
------------------
1. Base
2. Components
	2.1. Cards
	2.2. Hero banner
	2.3. Slider
	2.4. List
	2.5. Navbar
	2.6. Service
	2.7. Social icons
	2.8. Title
3. Modules
----------------------------------*/
/*! 1. Base */
@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?srf3rx");
	src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
@media only screen and (max-width: 767px) {
	.title {
		font-size: 30px;
	}
}
h1, h2, h3, h4, h5, h6, figure {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 50px;
}
h3 {
	font-size: 30px;
}
a {
	transition: all 0.5s ease;
}
a:hover, a:active, a:focus {
	color: #FFD148;
	outline: none;
	text-decoration: none;
}
p {
	font-size: inherit;
	line-height: 1.6;
	margin-bottom: 1rem;
	text-rendering: optimizeLegibility;
}
html {
	font-size: 14px;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.7;
}
body.offcanvas {
	overflow: hidden;
}
ul,
ol,
dl {
	line-height: 1.6;
	margin-bottom: 0;
	list-style-position: outside;
	padding: 0;
}
li {
	font-size: inherit;
}
ul {
	list-style-type: none;
	margin-left: 0rem;
}
ol {
	margin-left: 0rem;
}
ul ul,
ol ul, ul
ol,
ol
ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}
img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
}
#map {
	width: 100%;
	height: 400px;
}
.mw-64 {
	max-width: 64px;
}
.mh-300 {
	max-height: 300px;
	overflow: hidden;
}
/*! 2. Components */
/*! Cards */
.card {
	border-radius: 0;
	background: none;
}
.card-img {
	border-radius: 0;
}
.img-hover {
	transition: all 0.5s ease;
}
.img-hover:hover {
	-ms-transform: rotate(3deg) scale(1.1);
	transform: rotate(3deg) scale(1.1);
}
.card-img-250 {
	max-height: 15.625rem;
	overflow: hidden;
}
.card__image {
	position: relative;
}
.c-video-constructor {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	vertical-align: top;
	width: 4.375rem;
	height: 4.375rem;
	background-color: #9c9ea0;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 50%;
	opacity: 1;
}
.c-video-constructor:hover {
	cursor: pointer;
	background-color: #4b4c4d;
	border: 1px solid transparent;
}
.c-video-constructor__arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 0.4375rem;
	border-color: transparent transparent transparent #fff;
	border-left-style: solid;
	border-right-width: 0;
}
.c-card__overlay {
	position: relative;
}
.c-card__overlay .c-card__body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1.25rem;
}
.card--special .card-img {
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.card--special .card-img {
		max-height: 25rem;
	}
}
@media only screen and (min-width: 768px) {
	.card--special .card-img img {
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
}
.card-gallery .overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all .4s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
}
.card-gallery .card:hover .overlay {
	opacity: 1;
}
/*! Hero banner */
.cover {
	height: 100vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
}
.cover .c-hero-banner {
	height: 100%;
}
.c-hero-banner {
	position: relative;
}
.c-hero-banner .jumbotron {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	margin-bottom: 0;
	background: none;
}
@media only screen and (min-width: 640px) {
	.c-hero-banner .jumbotron {
		max-width: 50%;
	}
}
.c-hero-banner__image {
	max-height: 640px;
	overflow: hidden;
}
.c-hero-banner--text-left .jumbotron {
	left: 5%;
	text-align: left;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (min-width: 640px) {
	.c-hero-banner--text-left .jumbotron {
		left: 15%;
	}
}
.c-hero-banner--text-right .jumbotron {
	left: inherit;
	right: 5%;
	text-align: right;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (min-width: 640px) {
	.c-hero-banner--text-right .jumbotron {
		right: 15%;
	}
}
.c-hero-banner--bg .jumbotron {
	top: inherit;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
}
.c-hero-banner--stacked-all .jumbotron {
	position: relative;
	max-width: none;
	-ms-transform: none;
	transform: none;
	top: 0;
	left: 0;
}
.c-hero-banner--bg {
	padding: 4.6875rem 0;
}
.c-hero-banner--small {
	max-height: 50vh;
	overflow: hidden;
}
/*! Slider */
.slick-dots li button:before {
	font-size: 0.625rem;
	top: 0.625rem;
	content: '';
	width: 1.25rem;
	height: 0.3125rem;
	background: #000;
}
.slick-arrow {
	width: 2.5rem;
	height: 2.5rem;
}
.slick-arrow:before {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
}
.slick-prev:before {
	background: url(../img/back.svg) no-repeat;
}
.slick-next:before {
	background: url(../img/next.svg) no-repeat;
}
.slider--wide .slick-prev {
	left: 0.9375rem;
}
.slider--wide .slick-next {
	right: 0.9375rem;
}
.slick--arrowout .slick-prev {
	left: -1.875rem;
}
.slick--arrowout .slick-next {
	right: -1.875rem;
}
.slick--high .slick-dots {
	bottom: 25px;
}
@media only screen and (max-width: 767px) {
	.jumbotron h1 {
		font-size: 40px;
	}
}
/*! List */
.c-list--bullets {
	list-style-type: disc;
	margin-left: 20px;
}
.c-list--horizontal .c-list__item {
	display: inline-block;
	margin-right: 10px;
}
.c-list--horizontal .c-list__item:last-child {
	margin-right: 0;
}
.c-list--horizontal .fa {
	font-size: 1.5625rem;
}
/*! Navbar */
.navbar-brand {
	font-family: "Abril Fatface", cursive;
}
.navbar-collapse.show {
	max-height: 350px;
	overflow-y: auto;
}
.navbar--center-mode .navbar-brand {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	margin: auto;
}
.navbar--center-mode .navbar-toggle {
	z-index: 3;
}
.dropdown-menu {
	padding: 0;
	border-radius: 0;
}
.dropdown-item:hover {
	color: #FFD148;
	background: #343a40;
}
.dropdown-mega.show {
	position: static;
}
.dropdown-mega .dropdown-menu {
	width: 100%;
	margin: 0;
	top: 50px;
	left: 0;
	right: 0;
}
.mega-menu__item {
	border-bottom: 1px solid #FFD148;
}
/*! Service */
@media only screen and (min-width: 992px) {
	.c-service--top {
		margin-top: -3.75rem;
	}
}
.c-service--top .card {
	border: none;
	border-right: 1px solid rgba(0, 0, 0, 0.125);
}
.c-service--top .card:last-child {
	border: none;
}
/*! Social icons */
.social-icons {
	margin: 0;
	padding: 0;
}
.social-icons li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.social-icons li a {
	color: #717171;
}
.social-icons li a:hover {
	color: #FFD148;
}
.social-icons li a i {
	font-size: 20px;
}
/*! Title */
.title{
	font-weight:900;
}
.title:after {
	content: "";
	display: block;
	background-color: #FFD148;
	height: 0.1875rem;
	margin: 1.25rem auto;
	width: 4.375rem;
}
.title--special {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-95px, -50%);
	transform: translate(-95px, -50%);
	font-size: 6.25rem;
	text-transform: uppercase;
	width: 11.25rem;
	opacity: 0.5;
	text-align: center;
	z-index: 1;
}
/*! 3. Modules */
/*! Footer */
.m-footer__top {
	margin-bottom: 30px;
}
.copyright {
	padding: 20px;
	}
	
	
@media only screen and (max-width: 450px) {
	.navbar-brand {
		width:35%;
	}
	
	.topbar p{
		font-size: 10px !important;
	}
}

@media only screen and (min-width: 460px) {
	.navbar-brand {
		width:15%;
	}
	
	.beforecard {
		padding:0px !important;
	}
}

.topbar{
	background:#222222;
	color:#fff;
}

.topbar p{
	margin-bottom:0px;
	padding: 10px 0px;	
}

/*Card Styles*/
.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card-title {
	font-weight:800;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
	border:none;
	padding-bottom: 40px;
}

.card.hovercard .cardheader {
    background-size: cover;
    height: 300px;
	background-position: center;
	background-color:#ffd148;
}

.card.hovercard .avatar {
    position: relative;
    top: -30px;
    margin-bottom: 0px;
}

.card.hovercard .avatar img{
	background-color: #fff;
    padding: 20px;
    border-radius: 100%;
	color: #ffd148;
}

.card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
	padding: 0px 30px;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.card.hovercard .btn{
	width:50% !important;
	margin: auto;
}

.cardone{
	background: url('../img/cardone.jpg');"
}

.cardtwo{
	background: url('../img/cardtwo.jpg');"
}

.cardthree{
	background: url('../img/cardthree.jpg');"
}

.cardfour{
	background: url('../img/cardfour.jpg');"
}

.m-footer{
	background:#ffd148;
	color:#fff;
}

.maindesc{
	text-align:center;
}

.btn {
	border-radius: 40px !important;
	color:#fff !important;
}

.image {
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  text-align: center;
  /*margin-bottom: -23px;*/
}

.middle a{
	z-index: 10;
	position: relative;
	margin-bottom: -60%;
}

.hoverme:hover .image {
  opacity: 0.3;
}

.hoverme:hover .middle {
  opacity: 1;
}

/* .imageover img{ */
	/* height: 100% !important; */
	/* width: -webkit-fill-available; */
	/* max-width: -webkit-fill-available; */
/* } */

.navbar-light .navbar-nav .nav-link.active{
	color:#ffd148 !important;
}

nav#navbar {
	background-color: #fff !important;
    border-bottom: 1px solid #dedede;
    -moz-box-shadow: 0px 15px 12px -15px #ccc;
    -webkit-box-shadow: 0px 15px 12px -15px #ccc;
    box-shadow: 0px 15px 12px -15px #ccc;
}

@media only screen and (min-width: 1024px) {
	.nav-link {
		padding: .5rem 1rem !important;
	}
}

.input-search-5 {
    position: relative;
}

.input-search-5 input {
    padding-right: 50px;
}

.input-search-5 button {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ccc;
}

.footer-contact li{
	margin:10px 0px;
}

.footer-contact li i{
	color:#ffd148;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-weight: 700;
}

.beforecard:hover .cardheader {
	opacity:0.5;
}
/*Card Styles End*/
/*# sourceMappingURL=main.css.map */

.foot_Social {
    display: block !important;
    padding-bottom: 10px;
    color: #888;
}

.foot_Social li{
    margin-left:10px;
        font-size: 15px;
}