.row {
	margin: auto;
}
/*
font-family: 'Open Sans', sans-serif;
*/

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/OpenSans-Regular.ttf");
}



@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
	font-family: "Caslon";
	src: url("../fonts/Caslon335-Regular.ttf");
}

@font-face {
	font-family: "Moon";
	src: url("../fonts/Moon.otf");
}

.orange-bg {
	background-color: #ea8044;
}

.f-12px {
	font-size: 12px;
}

.f-moon {
	font-family: "Moon";
}

.neo-dropdown:hover > .dropdown-menu {
	display: block;
}

.neorest-main-nav .dropdown-menu {
	left: -114px;
}

p,
li,
span,
a,
b,
i {
	font-family: "Poppins", sans-serif;
}

p {
	font-size: 15px;
	line-height: 28px;
}

h3 {
	font-size: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "poppins";
	font-weight: 700;
}

a:hover {
	text-decoration: none !important;
}

.offer-1 h4 {
	font-family: "Open Sans";
}

.navbar-nav li {
	padding:  0 1.1rem;
	position: relative;
}

.navbar-nav li:last-child:after {
	content: none;
}

.navbar-nav li:after {
	content: '';
	display: block;
	width: 1px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 0;
	background-color: #fff;
	transform: translateY(-50%);
}

.hkc-main-nav .nav-item .nav-link {
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	position: relative;
}



.d-flex-start {
	margin: 0 8rem;
}
.hkc-main-nav {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #ea8044;
}

.hkc-main-nav .nav-item {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.item .donate-btn {
	background-color: #ea8044;
	border-radius: 30px;
	color: #fff;
	border-bottom: none !important;
	padding: 10px 15px;
}
.item .donate-btn:hover {
	background-color: #fff;
	border-radius: 30px;
	color: #ea8044 !important;
	border-bottom: none !important;
	padding: 10px 15px;
}

/* .hkc-main-nav .nav-item.active .nav-link, */
.hkc-main-nav .nav-item:hover .nav-link {
	border-bottom: 1px solid #fff;
}

.nav-icons i {
	color: #771266;
	font-size: 20px;
}

.neorest-main-nav .nav-item .nav-link:focus {
	color: #fff;
}
a.dropdown-item:hover {
	border-bottom: 1px solid #ea8044 !important;
	background-color: #fff;
}
a.dropdown-item {
	border-bottom: 1px solid #fff !important;
	background-color: #fff;
}

@media screen and (max-width: 1112px) and (min-width: 992px) {
	.navbar-nav li {
		padding: 10px;
	}
}

@media screen and (max-width: 992px) and (min-width: 770px) {
	.stretch-column {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.stretch-column-50 {
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
}

.hkc-text-col {
	align-items: center;
	display: flex;
}

@media screen and (max-width: 1218px) and (min-width: 1025px) {
	.d-flex-start {
		margin: 0 4rem;
	}
}

@media screen and (max-width: 1026px) and (min-width: 992px) {
	.d-flex-start {
		margin: 0 4rem;
	}
}

@media screen and (max-width: 992px) {
	.desktop-navigation {
		display: none;
	}

	.offer-2-container {
		justify-content: space-around;
	}
}

.section-padding {
	padding: 50px 0;
}
.section-padding p{
	text-align: justify;
}
.header-container {
	background-image: url("https://res.cloudinary.com/hare-krishna-charities/image/upload/v1625808673/hkc_images/header_banner_ymkjve.jpg");
}

.dropdown:hover .dropdown-menu {
	display: block;
}

/*Footer*/

.footer-padding {
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer .container {
	max-width: 90%;
}

.footer-bg {
	background-image: url("https://res.cloudinary.com/hare-krishna-charities/image/upload/v1626421961/hkc_images/Background_mexg6s.webp");
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
}

.footer-column,
.footer-column p,
.footer-column a {
	color: #fff;
}

.footer-column h4 {
	font-family: "Open Sans";
	font-weight: 500;
	margin-bottom: 25px;
}

.footer-column a:hover p {
	color: #ea8044 !important;
}

.footer-column i {
	padding-right: 10px;
}



.social-icons-footer i {
	font-size: 20px;
	margin: 0 5px;
	padding: 8px;
	color: #fff;
}

.fa.fa-facebook {
	background-color: #3b5998;
	padding: 8px 10px;
	border-radius: 30px;
}

.fa.fa-instagram {
	background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
	border-radius: 30px;
}

.fa.fa-linkedin {
	background-color: #0976b4;
	border-radius: 30px;
}

.fa.fa-youtube-play {
	background-color: #e52d27;
	padding: 8px 6px;
	border-radius: 30px;
}

.fa.fa-twitter {
	background-color: #55acee;
	border-radius: 30px;
}

.payment-icons {
	max-height: 50px;
}

.payment-icons img:nth-child(2) {
	margin-left: 10px;
}

.copyright-container {
	border-top: 1px solid #fff;
}

@media screen and (max-width: 992px) {
	.footer-column.col {
		width: 50%;
		flex: 0 50%;
		margin-top: 30px;
	}

	.navbar-nav li {
		margin: 0 1.1rem;
		margin-top: 10px;
	}
}

@media screen and (max-width: 582px) and (min-width: 450px) {
	.d-flex-start {
		margin: 0 4em;
	}
}

@media screen and (max-width: 450px) {
	.footer-column.col {
		width: 100%;
		flex: 0 100%;
		margin-top: 30px;
	}

	.d-flex-start {
		margin: 0;
	}
}

@media screen and (max-width: 790px) {
	.footer-column.col:first-child {
		width: 100%;
		flex: 0 100%;
		margin-top: 30px;
	}
}

@media screen and (min-width: 790px) {
	.lg-padding-left {
		padding-left: 60px;
	}
}

.white-hr {
	border-top : 1px solid #fff;
}

.inner-secondary-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-link {
	display: inline-block;
	padding: 0 15px;
	border-right: 2px solid #ea8044;
}

.footer-link a {
	color: #ea8044;
	font-weight: 700;
}

.footer-link:hover a {
	color: #48baea;
}

/*** menu bar **/

nav {
	background: #ea8044;
	padding: 7px 10vw;
	text-align: -webkit-center;
	width: 100%;
}
  /* a {
	color: white;
	text-decoration: none;
	} */
	.menu,
	.submenu {
		list-style-type: none;
		/* width: max-content; */
	}
	.menu:hover,
	.submenu:hover {
		list-style-type: none;
		/* width: max-content; */
	}
	.item a{
		padding: 10px;
		color: white !important;
	}
	/*.item a:hover{
		padding: 8px;
		border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    transition: 0.5s;
    }*/
    .item.button {
    	padding: 9px 5px;
    }
    .item:not(.button) a:hover,
    .item a:hover::after {
    	color: #ccc;
    }
    /* Mobile menu */
    .menu {
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: space-between;
    	align-items: center;
    	margin-bottom: 0px !important;
    }
    .menu li a {
    	display: block;
    	padding: 15px 5px;
    }
    .menu li.subitem a {
    	padding: 15px;
    	text-align: left;
    }
    .toggle {
    	order: 1;
    	font-size: 20px;
    }
    .item.button {
    	order: 2;
    }
    .item {
    	order: 3;
    	text-align: center;
    	display: none;
    }
    .active .item {
    	display: block;
    }
    .button.secondary {
    	/* divider between buttons and menu links */
    	border-bottom: 1px #444 solid;
    }
    /* Submenu up from mobile screens */
    .submenu {
    	display: none;
    }
    .submenu-active .submenu {
    	display: block;
    }
    .has-submenu i {
    	font-size: 12px;
    }
    .has-submenu > a::after {
    	font-family: "Font Awesome 5 Free";
    	font-size: 13px;
    	line-height: 16px;
    	font-weight: 900;
    	content: "\f078";
    	color: white;
    	padding-left: 5px;
    }
    .subitem a {
    	padding: 10px 15px;
    }
    .submenu-active {
    	background-color: #ea8044;
    	border-radius: 3px;
    }
    @media screen and (min-width: 1024px){
    	.submenu-active .submenu {
    		top: 58px !important;
    	}
    }
    @media screen and (min-width: 425px) and (max-width: 1024px) {
    	.menu{
    		display: grid !important;
    		flex-wrap: wrap;
    		justify-content: space-between;
    		align-items: center;
    		margin-bottom: 0px !important;
    		width: 60%;
    	}
    	.menu li{
    		text-align: left;
    	}
    	nav {
    		background: #222;
    		padding: 15px;
    		text-align: left;
    		width: 100%;
    	}
    	.submenu{
    		margin-top: -53px !important;
    		margin-left: 145px;
    		position: absolute;
    		background-color: black;
    		height: max-content;
    		z-index: 1;
    	}
    }
    /* Tablet menu */
    @media screen and (max-width: 700px) {
    	.menu{
    		display: grid !important;
    		flex-wrap: wrap;
    		justify-content: space-between;
    		align-items: center;
    		margin-bottom: 0px !important;
    		width: 60%;
    	}
    	.menu li{
    		text-align: left;
    	}
    	nav {
    		background: #222;
    		padding: 15px;
    		text-align: left;
    		width: 100%;
    	}
    	.item.button {
    		width: auto;
    		order: 1;
    		display: block;
    	}
    	.toggle {
    		flex: 1;
    		text-align: left;
    		order: 2;
    	}
    	/* Button up from tablet screen */
    	.menu li.button a {
    		padding: 10px 15px;
    		margin: 5px 0;
    	}
    	.button a {
    		background: #0080ff;
    		border: 1px royalblue solid;
    	}
    	.button.secondary {
    		border: 0;
    	}
    	.button.secondary a {
    		background: transparent;
    		border: 1px #0080ff solid;
    	}
    	.button a:hover {
    		text-decoration: none;
    	}
    	.button:not(.secondary) a:hover {
    		background: royalblue;
    		border-color: darkblue;
    	}
    	.menu,
    	.submenu {
    		list-style-type: none;
    		width: auto;
    	}
    	.menu:hover,
    	.submenu:hover {
    		list-style-type: none;
    		width: auto;
    	}
    	.menu ul{
    		padding-inline-start: 0px !important;
    	}
    }
    /* Desktop menu */
    @media all and (min-width: 1024px) {
    	.menu {
    		align-items: flex-start;
    		flex-wrap: nowrap;
    		background: none;
    		font-size: 14px;
    	}
    	nav .menu{
    		align-items: center;
    	}
    	.logo {
    		order: 0;
    	}
    	.item {
    		order: 1;
    		position: relative;
    		display: block;
    		width: fit-content;
    	}
    	.subitem{
    		width: 155px;
    	}
    	.item .donate-btn {
    		background-color: #0097b9;
    		border-radius: 30px;
    		color: #fff;
    		border-bottom: none !important;
    		padding: 10px 9px;
    	}
    	.item .donate-btn:hover {
    		background-color: #fff;
    		border-radius: 30px;
    		color: #ea8044 !important;
    		border-bottom: none !important;
    		padding: 10px 9px;
    	}
    	.button {
    		order: 2;
    	}
    	.menu li.subitem a {
    		padding: 15px 10px;
    		text-align: left;
    		width: max-content;
    	}
    	.submenu-active .submenu {
    		display: block;
    		position: absolute;
    		left: 0;
    		top: 50px;
    		background: #111;
    		z-index: 1;
    		padding: 10px;
    	}
    	.toggle {
    		display: none;
    	}
    	.submenu-active {
    		border-radius: 0;
    	}
    	.menu,
    	.submenu {
    		list-style-type: none;
    		width: auto;
    		padding-inline-start: 0.1rem;
    	}
    	.menu:hover,
    	.submenu:hover {
    		border: 1px 0px solid #fff;
    	}
    	.menu:hover,
    	.submenu:hover {
    		list-style-type: none;
    		width: auto;
    	}
    	.menu ul{
    		padding-inline-start: 0px !important;
    	}
    }

    .menu ul{
    	padding-inline-start: 0px !important;
    }


    /* ===== Scroll Up  ======*/
    #scrollUpBtn {
    	display: none;
    	position: fixed;
    	bottom: 70px;
    	right: 30px;
    	z-index: 99;
    	font-size: 18px;
    	border: none;
    	outline: none;
    	background-color: #ea8044;
    	color: white;
    	cursor: pointer;
    	padding: 15px;
    	border-radius: 4px;
    }

    #scrollUpBtn:hover {
    	background-color: #555;
    }


    @media screen and (max-width: 550px) {
    	.footer-link {
    		margin-top: 20px;
    	}
    }

    @media screen and (min-width: 992px) and (max-width: 1395px) {
    	.footer-column.col {
    		width: 33.3%;
    		flex: 0 33.3%;
    		margin-top: 30px;
    	}
    }



    @media screen and (min-width: 790px) and (max-width: 1395px) {
    	.lg-md-padding-left {
    		padding-left: 60px;
    	}
    }

    #footer-form input, #footer-form textarea,.footer-btn {
    	border-radius: 0 !important;
    }

    .error-message {
    	margin: 20px 0;
    	background-color: #d9534f;
    	padding: 10px;
    	color: #fff;
    	text-align: center;
    }

    .success-message {
    	margin: 20px 0;
    	background-color: #ea8044;
    	padding: 10px;
    	color: #fff;
    	text-align: center;
    }

    .social-icons-footer a i {
    	margin-top: 10px;
    }

    .footer-payment-method-icons {
    	max-width: 50px;
    	margin-right: 20px;
    }

    .secondary-footer {
    	position: relative;
    }

    .footer-link-payments {
    	position: absolute;
    	right: 15px;
    	top: 10px;
    }

    @media screen and (max-width: 1200px) {
    	.footer-link-payments {
    		position: relative;
    		top: 0;
    		right: 0;
    		margin-top: 30px;
    		text-align: center;
    	}

    	.footer-payment-method-icons {
    		max-width: 60px;
    	}
    }

    @media screen and (min-width: 1395px) {
    	.footer-link-payments {
    		right: 3%;
    	}
    }

