html,
body {
	overflow-x: hidden;
}

.row {
	margin: auto;
}
/*
font-family: 'Open Sans', sans-serif;
*/

.bg-transparent {
	background-color: transparent !important;
}

.rad-nav .nav-item.active {
	border: 2px solid #1692fc;
	border-radius: 8px;
	background-color: #3151a3;
	color: #fff;
	transition: 0.5s;
}
.rad-nav .nav-item.active .nav-link {
	/* border: 2px solid #1692fc;
	border-radius: 8px;
	background-color: #3151a3; */
	color: #fff !important;
	transition: 0.5s;
}
.our-value-icon {
	max-width: 150px;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
	font-family: "Caslon";
	src: url("../fonts/Caslon335-Regular.ttf");
}

@font-face {
	font-family: "Moon";
	src: url("../fonts/Moon.otf");
}

.f-12px {
	font-size: 12px;
}

.f-moon {
	font-family: "Moon";
}

/*body{
	margin-top: 100px;
}*/

p,
li,
span,
a,
b,
i {
	font-family: "Montserrat", sans-serif;
}

p {
	font-size: 17px;
	line-height: 30px;
}

h3 {
	font-size: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat";
	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;
	transform: translateY(-50%);
}
.radiant-menu .nav-link {
	color: #165294 !important;
	font-weight: 600 !important;
	transition: 0.5s;
}

.d-flex-start {
	margin: 0 8rem;
}
.self-center {
	align-self: center;
}

.wrap {
	display: flex;
}
.cta-btn {
	background-color: #3151a3;
	border-radius: 10px;
	color: #fff;
	border-bottom: none !important;
	padding: 8px 20px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease 0s;
}
.cta-btn:hover {
	background-color: #fff;
	border-radius: 10px;
	color: #3151a3;
	border: 1px solid #3151a3 !important;
	padding: 8px 20px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease 0s;
}
/*.nav-link:active{
border: 2px solid #1692FC;
border-radius: 10px;
}*/
.nav .nav-item .nav-link {
	color: #000;
	padding: 5px 15px;
}
.home-banner {
	background-image: url("../img/Home/banner.jpg");
	background-position: center center;
	background-size: cover;
	padding: 150px 0px;
	color: #fff;
}
.font-lite-blue {
	color: #33a0fc;
	font-size: 28px;
	font-weight: 600;
	text-align: center !important;
}
.connect-bg {
	background-image: url("../img/Home/ready-to-learn.jpg");
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 50px 0px;
}
.join-team-bg {
	background-image: url("../img/Home/join-our-team.jpg");
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 60px 0px;
	margin-bottom: 0px;
}
.team-bg {
	background-image: url("../img/Home/business-people-teamwork-min.jpg");
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 50px 0px;
}
@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;
	}
}

@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-margin {
	margin: 60px 0;
}
.section-padding.container-fluid {
	padding: 20px 80px;
}
.container-fluid.header-container {
	padding: 10px 50px !important;
	/*border-bottom: 1px inset !important;*/
	/*position: fixed;*/
	top: 0px;
	z-index: 100000000 !important;
	background-color: #fff;
	/*  display: flex;
  flex-direction: inherit;*/
	/*width: fit-content;*/
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.section-padding h2 {
	color: #3152a3;
}
.join .sub-title {
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
}
.join h2 {
	color: #fff;
}
.sub-title {
	letter-spacing: 1px;
	font-weight: 400;

	/*color: #455A64;*/
}
.home-banner img {
	box-shadow: 0px 20px 17px 0px rgb(0 0 0 / 3%);
}
/*Footer*/

.footer-padding {
	padding-top: 40px;
	padding-bottom: 20px;
}

.footer .container {
	max-width: 90%;
}

.footer-bg {
	background-color: #f5f6ff;
	/* 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 a {
	color: #000000;
}

.intro p {
	color: #3152a3;
	opacity: 1;
}

.footer-column h5 {
	font-family: "Open Sans";
	font-weight: 600;
	margin-bottom: 25px;
}

.footer-column a:hover p {
	color: #e56b25 !important;
}

.footer-column i {
	padding-right: 10px;
}

.social-icons-footer i {
	font-size: 14px;
	margin: 0 5px;
	padding: 8px;
	color: #fff;
}

.fa.fa-facebook {
	background-color: #fff;
	border: 1px solid #9c9ca8;
	border-radius: 50%;
	/* color: #3b5998; */
	padding: 8px 11px;
	color: #3152a3;
}

.fa.fa-instagram {
	background-color: #fff;
	border: 1px solid #9c9ca8;
	border-radius: 50%;
	color: #3152a3;
}

.fa.fa-linkedin {
	background-color: #fff;
	border: 1px solid #9c9ca8;
	border-radius: 50%;
	color: #3152a3;
}

.fa.fa-youtube-play {
	background-color: #fff;
	border: 1px solid #9c9ca8;
	border-radius: 50%;
	color: #3152a3;
}

.fa.fa-twitter {
	background-color: #fff;
	border: 1px solid #9c9ca8;
	border-radius: 50%;
	color: #3152a3;
}

.payment-icons {
	max-height: 50px;
}

.payment-icons img:nth-child(2) {
	margin-left: 10px;
}

.copyright-container {
	border-top: 1px solid #000;
}
@media screen and (max-width: 692px) {
	.contact-info {
		display: none;
	}
}

@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;
	}
	.section-padding.container-fluid {
		padding: 20px 45px;
	}
}

@media screen and (max-width: 582px) and (min-width: 360px) {
	.d-flex-start {
		margin: 0 4em;
	}
	.section-padding.container-fluid {
		padding: 20px 35px;
	}
	.container-fluid.header-container {
		padding: 10px 0px !important;
		border-bottom: 1px inset !important;
		/*position: fixed;*/
		top: 0px;
		z-index: 100000000 !important;
		background-color: #fff;
		/* display: flex;
  flex-direction: inherit;
  width: fit-content;*/
	}
}

@media screen and (max-width: 360px) and (min-width: 320px) {
    .container-fluid.header-container {
        padding: 10px 50px !important;
        margin: 0px 25px !important;
        max-width: 85% !important;
    }
}
@media screen and (max-width: 375px) and (min-width: 361px) {
    .container-fluid.header-container {
        padding: 10px 50px !important;
        margin: 0px 25px !important;
		max-width: 80% !important;
    }
}
@media screen and (max-width: 425px) and (min-width: 376px) {
    .container-fluid.header-container {
        padding: 10px 50px !important;
        margin: 0px 25px !important;
		max-width: 70% !important;
    }
}

@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-bg {
	background-color: #fff;
}
.white-hr {
	border-top: 1px solid #677294;
	background-color: #f5f6ff;
}

.inner-secondary-footer {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
}

.footer-link {
	display: inline-block;
	padding: 0 15px;
	/* border-right: 2px solid #e56b25; */
}

.footer-link a {
	color: #000000;
	font-weight: 600;
	font-size: 13px;
}

.footer-link:hover a {
	color: #48baea;
}

/*** menu bar **/

nav {
	background: #222;
	padding: 7px 10vw;
	text-align: -webkit-center;
	width: 100%;
}
.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.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: 12px;
	line-height: 16px;
	font-weight: 900;
	content: "\f078";
	color: white;
	padding-left: 5px;
}
.subitem a {
	padding: 10px 15px;
}
.submenu-active {
	background-color: #111;
	border-radius: 3px;
}
@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: 13px;
	}
	nav .menu {
		align-items: center;
	}
	.logo {
		order: 0;
	}
	.item {
		order: 1;
		position: relative;
		display: block;
		width: fit-content;
	}
	.subitem {
		width: 155px;
	}

	.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: 68px;
		background: #111;
		z-index: 1;
	}
	.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 {
		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: #e56b25;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

#scrollUpBtn:hover {
	background-color: #555;
}

@media (max-width: 575.98px) {
	.h1,
	h1 {
		font-size: 1.5rem;
	}
	.grey-thick {
		font-size: 26px;
		font-weight: 600;
		line-height: 28px;
		color: #767d85;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
	}
	.text-xs-left {
		text-align: left !important;
	}
	.text-xs-right {
		text-align: right !important;
	}
	.text-xs-center {
		text-align: center !important;
	}
	.m-xs-0 {
		margin: 0 !important;
	}
	.mt-xs-0,
	.my-xs-0 {
		margin-top: 0 !important;
	}
	.mr-xs-0,
	.mx-xs-0 {
		margin-right: 0 !important;
	}
	.mb-xs-0,
	.my-xs-0 {
		margin-bottom: 0 !important;
	}
	.ml-xs-0,
	.mx-xs-0 {
		margin-left: 0 !important;
	}
	.m-xs-1 {
		margin: 0.25rem !important;
	}
	.mt-xs-1,
	.my-xs-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xs-1,
	.mx-xs-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xs-1,
	.my-xs-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xs-1,
	.mx-xs-1 {
		margin-left: 0.25rem !important;
	}
	.m-xs-2 {
		margin: 0.5rem !important;
	}
	.mt-xs-2,
	.my-xs-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xs-2,
	.mx-xs-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xs-2,
	.my-xs-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xs-2,
	.mx-xs-2 {
		margin-left: 0.5rem !important;
	}
	.m-xs-3 {
		margin: 1rem !important;
	}
	.mt-xs-3,
	.my-xs-3 {
		margin-top: 1rem !important;
	}
	.mr-xs-3,
	.mx-xs-3 {
		margin-right: 1rem !important;
	}
	.mb-xs-3,
	.my-xs-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xs-3,
	.mx-xs-3 {
		margin-left: 1rem !important;
	}
	.m-xs-4 {
		margin: 1.5rem !important;
	}
	.mt-xs-4,
	.my-xs-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xs-4,
	.mx-xs-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xs-4,
	.my-xs-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xs-4,
	.mx-xs-4 {
		margin-left: 1.5rem !important;
	}
	.m-xs-5 {
		margin: 3rem !important;
	}
	.mt-xs-5,
	.my-xs-5 {
		margin-top: 3rem !important;
	}
	.mr-xs-5,
	.mx-xs-5 {
		margin-right: 3rem !important;
	}
	.mb-xs-5,
	.my-xs-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xs-5,
	.mx-xs-5 {
		margin-left: 3rem !important;
	}
	.p-xs-0 {
		padding: 0 !important;
	}
	.pt-xs-0,
	.py-xs-0 {
		padding-top: 0 !important;
	}
	.pr-xs-0,
	.px-xs-0 {
		padding-right: 0 !important;
	}
	.pb-xs-0,
	.py-xs-0 {
		padding-bottom: 0 !important;
	}
	.pl-xs-0,
	.px-xs-0 {
		padding-left: 0 !important;
	}
	.p-xs-1 {
		padding: 0.25rem !important;
	}
	.pt-xs-1,
	.py-xs-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xs-1,
	.px-xs-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xs-1,
	.py-xs-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xs-1,
	.px-xs-1 {
		padding-left: 0.25rem !important;
	}
	.p-xs-2 {
		padding: 0.5rem !important;
	}
	.pt-xs-2,
	.py-xs-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xs-2,
	.px-xs-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xs-2,
	.py-xs-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xs-2,
	.px-xs-2 {
		padding-left: 0.5rem !important;
	}
	.p-xs-3 {
		padding: 1rem !important;
	}
	.pt-xs-3,
	.py-xs-3 {
		padding-top: 1rem !important;
	}
	.pr-xs-3,
	.px-xs-3 {
		padding-right: 1rem !important;
	}
	.pb-xs-3,
	.py-xs-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xs-3,
	.px-xs-3 {
		padding-left: 1rem !important;
	}
	.p-xs-4 {
		padding: 1.5rem !important;
	}
	.pt-xs-4,
	.py-xs-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xs-4,
	.px-xs-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xs-4,
	.py-xs-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xs-4,
	.px-xs-4 {
		padding-left: 1.5rem !important;
	}
	.p-xs-5 {
		padding: 3rem !important;
	}
	.pt-xs-5,
	.py-xs-5 {
		padding-top: 3rem !important;
	}
	.pr-xs-5,
	.px-xs-5 {
		padding-right: 3rem !important;
	}
	.pb-xs-5,
	.py-xs-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xs-5,
	.px-xs-5 {
		padding-left: 3rem !important;
	}
	.m-xs-n1 {
		margin: -0.25rem !important;
	}
	.mt-xs-n1,
	.my-xs-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-xs-n1,
	.mx-xs-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-xs-n1,
	.my-xs-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xs-n1,
	.mx-xs-n1 {
		margin-left: -0.25rem !important;
	}
	.m-xs-n2 {
		margin: -0.5rem !important;
	}
	.mt-xs-n2,
	.my-xs-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-xs-n2,
	.mx-xs-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-xs-n2,
	.my-xs-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-xs-n2,
	.mx-xs-n2 {
		margin-left: -0.5rem !important;
	}
	.m-xs-n3 {
		margin: -1rem !important;
	}
	.mt-xs-n3,
	.my-xs-n3 {
		margin-top: -1rem !important;
	}
	.mr-xs-n3,
	.mx-xs-n3 {
		margin-right: -1rem !important;
	}
	.mb-xs-n3,
	.my-xs-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-xs-n3,
	.mx-xs-n3 {
		margin-left: -1rem !important;
	}
	.m-xs-n4 {
		margin: -1.5rem !important;
	}
	.mt-xs-n4,
	.my-xs-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-xs-n4,
	.mx-xs-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-xs-n4,
	.my-xs-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-xs-n4,
	.mx-xs-n4 {
		margin-left: -1.5rem !important;
	}
	.m-xs-n5 {
		margin: -3rem !important;
	}
	.mt-xs-n5,
	.my-xs-n5 {
		margin-top: -3rem !important;
	}
	.mr-xs-n5,
	.mx-xs-n5 {
		margin-right: -3rem !important;
	}
	.mb-xs-n5,
	.my-xs-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-xs-n5,
	.mx-xs-n5 {
		margin-left: -3rem !important;
	}
	.m-xs-auto {
		margin: auto !important;
	}
	.mt-xs-auto,
	.my-xs-auto {
		margin-top: auto !important;
	}
	.mr-xs-auto,
	.mx-xs-auto {
		margin-right: auto !important;
	}
	.mb-xs-auto,
	.my-xs-auto {
		margin-bottom: auto !important;
	}
	.ml-xs-auto,
	.mx-xs-auto {
		margin-left: auto !important;
	}
}
@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-sm > .table-bordered {
		border: 0;
	}

	.enquiry-contact {
		margin: 40px 20px !important;
		padding: 30px 15px;
		box-shadow: 0px 10px 20px #74747429;
	}
}
@media (max-width: 692px) {
	.logo-img {
		position: absolute;
		right: 15px;
		margin-top: 0px !important;
	}
}
@media (max-width: 767.98px) {
	.logo-img {
		position: absolute;
		margin-top: 40px;
	}
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-md > .table-bordered {
		border: 0;
	}
	.order-xs-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.offset-xs-0 {
		margin-left: 0;
	}
	.section-padding.container-fluid {
		padding: 20px 30px;
	}
}
.dropdown-menu .dropdown-item {
	color: #165294 !important;
	font-weight: 500 !important;
}
.dropdown-menu .dropdown-item:hover {
	color: #fff !important;
	font-weight: 600 !important;
	background-color: #165294;
}
.nav-item.dropdown:hover .dropdown-menu {
	display: block;
}

.footer-center-xs {
	text-align: center;
}

.radiant-story-row {
	text-align: center;
}

.mt-sm-15px {
	margin-top: 15px;
}

@media (max-width: 992px) {
	.vision-mission {
		text-align: center;
	}
}

.lh-1 {
	line-height: 1;
}

.radiant-story-image {
	max-width: 150px;
}
.description-about{
	font-size: 14px;
	font-style: italic;
	color:#0b41c8;
    line-height:20px
}
.active-selected-div {
	background-color: #f8f9fa;
  }

  .image-opacity{
	opacity: 70%;
  }

  .logo-sub-text {
	font-family: Lucida;
	color: blue;
text-align: center;
font-size: 12px;
  }