html {
  scroll-behavior: smooth;
}
body{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #000;
	letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-rendering: optimizeLegibility;
}
ul{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
img{
	max-width: 100%
}
a{
	color: #000;
	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
}
a:hover{
	text-decoration: none;
	cursor: pointer;
}

:focus{
	outline: none !important;
	box-shadow: none !important;
}

h1 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

/*header css*/
.top-header{
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.4);
	padding: 12px 0;
}
.top-header ul li{
	display: inline-block;	
	margin-right: 20px;
}
.top-header ul li:last-child{
	margin-right: 0;
}
.top-header ul.header-contact i{
	margin-right: 12px;
}
.top-header ul li a:hover, .top-header ul li a:focus{
	color: #8ac443;
}
.navbar-brand img {
	width: 250px;
}
.header-bottom{
	background: #fff;
	padding: 20px 0;
}
.header-bottom .row{
	align-items: center;
}
.header-bottom .navbar{
	padding: 0;
}
.navbar-collapse {
	flex-basis: auto;
}
.navbar-collapse .navbar-nav{
	flex-direction: row;
	justify-content: flex-end;
}
.header-bottom .navbar-nav .nav-link{
	text-transform: uppercase;	
	padding: 5px 12px;
}

.header-bottom .navbar-nav .active .nav-link,
.header-bottom .navbar-nav .nav-link:hover, .header-bottom .navbar-nav .nav-link:focus{
	color: #8ac443;
}
/*slider css*/
#demo-carousel .carousel-item {
  height: calc(100vh - 164px);
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel .carousel-item > *:first-child {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: inherit;
}
.carousel-caption{
	position: initial;
	transform: translateY(35%);
}
.carousel-caption h1{
	font-family: 'Herr Von Muellerhoff', cursive;
	font-size: 100px;
}
.carousel-caption .btn-contact {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
	width: 240px;
	height: 60px;
	line-height: 2.2;
}
.carousel-caption .btn-contact:hover, .carousel-caption .btn-contact:focus{
	background: #fff;
	color: #000;
}
.carousel-control {
    position: absolute;
    top: 50%;
    font-size: 50px;
    opacity: .5;
    color: #fff;
    transform: translateY(-50%);
}
.carousel-control:hover{
	opacity: 1;
	color: #fff;
}
.carousel-control.left {    
    left: 5%;
}
.carousel-control.right {
    right: 5%; 
}
.carousel-control .icon-prev:before {
    content: "\f104";
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: "\f105";
    font-family: FontAwesome;
}
.carousel-indicators li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
/*about section css*/
.about{
	padding: 70px 0;
}

h1.main-title{	
	text-transform: uppercase;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 30px;
}
h1.main-title:before{
	content: '';
	position: absolute;
	width: 100px;
	height: 3px;
	background: #8ac543;
	left: 0;
	bottom: 0;
}

.about-img{
	position: relative;
	margin-right: 50px;
	margin-top: -40px;
}
.about-img:before{
	content: '';
	position: absolute;
	border: 6px solid #8ac543;
	height: 100%;
	width: 100%;
	left: 50px;
	right: 0;
	top:50px;
}
.about-img img{
	z-index: 1;
	position: relative;
	width: 100%;
}
/*store section css*/
.store{
	padding: 70px 0;
	background: url(../images/store-image.png);
	background-size: cover;
	background-position: center;
}
.store h1.main-title{
	color: #fff;
	text-align: center;
}
.store h1.main-title:before{
	left: 0;
	right: 0;
	margin: 0 auto;
}
.nav-tabs{
	justify-content: center;
	border: 0;
	margin:30px 0;
}
.nav-tabs .nav-link{
	color: rgba(255,255,255,0.7);
	font-size: 25px;
	border: 0;
}
.nav-tabs .nav-link.active{
	color: #8ac543;
	background: transparent;
	border: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
	border: 0;
	color: #8ac543;
}
.store .carousel-control{
	font-size: 40px;
	color: #fff;
	opacity: 1;
}
.store .carousel-control:hover {
	opacity: 0.7;
}
.store .carousel-control .fa:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 1.22rem;
}
.store .carousel-control.left .fa:after {
	left: 4px;
}
.store .carousel-control.right .fa:after {
	left: -20px;
}
.store .carousel-control.left {
	left: -10%;
}
.store .carousel-control.right {
	right: -10%;
}
.store .img-box{
	height: 315px;
	display: inline-block;
}
.store .img-box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
}
.tab-content  {
	padding: 0 35px;
}
/*donation section css*/
.donation{
	padding: 70px 0;
}
.donation form{
	margin-top: 50px;
}

.donation .form-group{
	margin-bottom: 40px;
}
.donation .form-control {
    height: 55px;
    padding: 15px;
    color: #000000;
    border: 1px solid #dcdcdc;
    border-radius: 0;
}
.donation .form-control:focus{
	border: 1px solid #8ac543;
}

.input-group-append .input-group-addon{
	position: absolute;
    right: 15px;
    top: 17px;
    font-size: 20px;
    color: #747474;
}
.input-group-append .form-control {
	padding-right: 40px;
}
.radio-btn {
  position: relative;
  padding-left: 35px;
  cursor: pointer;  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 20px;
}

/* Hide the browser's default radio button */
.radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 2px solid #dcdcdc;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-btn:hover input ~ .checkmark {
  border: 2px solid #8ac543;
}

/* When the radio button is checked, add a blue background */
.radio-btn input:checked ~ .checkmark {
  border: 2px solid #8ac543;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-btn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-btn .checkmark:after {
 	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #8ac543;
	transform: translate(-50%,-50%);
}

.btn-submit.btn-lg {
	width: 210px;
}

.btn-submit {
	background: #8ac543;
	border: 2px solid #8ac543;
	color: #000;
	border-radius: 0;
	padding: 15px 40px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s;	
	text-align: center;
}

.btn-submit:hover {
	background: transparent;
	color: #8ac543;
}

/* Contact */
.contact-section {
	background: url(../images/contact-bg.jpg) no-repeat 0 0;
	background-size: cover;
}

.contact-section:before {
	content: "";
	background: rgba(25,26,26,0.8);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.contact-inner {
	position: relative;
	padding: 8% 12%;
	z-index: 1;
}

.contact-inner .main-title {
	color: #fff;
}

.contact-form .form-control {
	background: transparent;
	border: 1px solid #dcdcdc;
	border-radius: 0;
	color: #fff;
	padding: 15px;
}
.contact-form .form-control:focus {
	border-color: #8ac543;
}
textarea {
	resize: none;
}
.contact-form .form-control::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.contact-form .form-control::placeholder {
	color: #fff; 
	opacity: 1;
}

/*Footer */
footer {
	background: #191a1b;
	color: #fff;
}

.footer-top {
	padding: 5% 0;
	text-align: center;
	font-size: 20px;
}

.footer-logo {
	display: inline-block;
	margin: 30px 0 50px;
}

.footer-top a,
.text-green {
	color: #8ac543;
}
.text-green a:hover{
	text-decoration: underline;
}

.social-links li {
	display: inline-block;
	font-size: 30px;
	margin: 10px;
}

.social-links li a {
	color: #fff;
}

.social-links li a:hover {
	color: #8ac543;
}

.site-info {
	border-top: 1px solid rgba(255,255,255,0.7);
	padding: 30px 0;
	font-weight: 300;
}

.site-info  li {
	display: inline-block;
}

.site-info  li + li {
	margin-left: 15px;
}

.site-info  li a {
	color: rgba(255,255,255,0.7);
}

.site-info  li a:hover {
	color: #8ac543;
}

.copyright {
	color: rgba(255,255,255,0.7);
	text-align: right;
}


/* ------------------------------
Media Query
-------------------------------*/
@media (min-width: 576px){
	.container {
	    max-width: 100%;
	}
}
@media (min-width: 768px){
	iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
}
@media (min-width: 992px){
	.navbar-toggler {
    	display: none;
	}
}

@media (min-width: 1350px){
	.container {
	    max-width: 1320px;
	}
}

@media (max-width: 1350px) {
	.tab-content { padding: 0 60px; }
}

@media screen and (min-width: 992px) and (max-width: 1050px) {
	.header-bottom .navbar-nav .nav-link {
		font-size: 15px;
		padding: 5px 10px;
	}
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 160px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #000;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 100;
  }
  	.tab-content { padding: 0 60px; }
  	.contact-inner { padding: 40px 30px; }
  	.top-header ul li { margin-right: 10px; }
  	.header-bottom {
		padding: 10px 0;
	}
	.navbar-collapse .navbar-nav {
    	flex-direction: column;
    	padding: 10px 0;
    }
    .header-bottom .navbar-nav .nav-link { color: #fff; }
}

@media (max-width: 767px) {
	.offcanvas-collapse {
		top: 122px;
	}
	.header-contact a span {
		display: none;
	}
	.top-header ul li {
		margin-right: 10px;
	}
	
	.header-bottom .navbar {
		padding: 0;
	}
	.navbar-brand img {
	    width: 200px;
	}
	.navbar-toggler {
		color: #000;
		font-size: 25px;
	}	

	#demo-carousel .carousel-item {
		height: 290px;
	}
	.carousel-caption {transform: translateY(20%);}
	.carousel-caption h1 {font-size: 42px;padding: 0 40px; line-height: 1}
	.carousel-caption .btn-contact { width: 220px; height: 50px; line-height: 2; }
	h1 { font-size: 35px; }
	.about {  padding: 30px 0 90px;}
	.store, .donation{ padding: 30px 0;}	
	.store .img-box {  height: 245px;}
	.donation .form-group {  margin-bottom: 15px;}
	.contact-inner { padding: 40px 30px; }
	.tab-content { padding: 0 30px; }
	iframe { width: 100%; height: 300px; }
	.footer-top { font-size: 18px; }
	.site-info { padding: 20px 0; }
	.site-info ul { text-align:  center; margin-bottom: 20px; }
	.copyright { text-align: center; }
}