/*common elements*/
body {
    font-family: 'Noto Sans', sans-serif;
    background-color: #ffffe9;
}

h1, h2, h3, h4, h5 {
	font-family: 'Protest Strike', sans-serif;
}

::selection {
	color: #660004;
	background: #827F6F;
}

input[type=search] {
	border-radius: 10px;
  	border: 2px solid #ccc;
  	-webkit-transition: 0.5s;
  	transition: 0.5s;
  	outline: none;
}

input[type=search]:focus {
	border: 2px solid #660004;
}

/*a {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}*/

.page {
	margin: 0px;
}

.main-content {
	background-color: #ffffe9;
	background-image: url(assets/images/bg.png);
}

/*end common elements*/

/*start secondary navigation*/
.sec-nav {
	height: 40px;
	background-color: #F2F2F2;
	padding-top: 8px;
	font-size: 14px;
}

.sec-nav .site-navigation {
	font-weight: 400;
	color: #213673;
}

.sec-nav .site-navigation a {
	color: #213673;
}

.sec-nav .site-navigation .sub-menu {
	font-size: 14px;
	background-color: #F2F2F2;
	color: #213673;
	line-height: 20px;
}

.sec-nav .site-navigation .sub-menu .menu-item a {
	font-weight: 400;
}
/*end secondary navigation*/

/*top contact bar*/
.top-contact-bar {
	color: #660004;
	float: right;
	font-size: 16px;
	/*min-height: 30px;*/
}

.top-contact-bar a {
	color: #660004;
	text-decoration: none;
}

.top-contact-bar a:hover {
	color: #274B66;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.top-contact-bar-social {
	color: #ffffff;
	font-size: 24px;
}

.top-contact-bar-social a {
	color: #ffffff;
}

.top-contact-bar-social a:hover {
	color: #ffffe9;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
/*end top contact bar*/

/*start navigation*/
.primary-nav {
	height: 50px;
	background-color: #660004;
	font-size: 16px;
	padding-top: 6px;
	border-bottom: 1px solid;
	border-image: linear-gradient(to right, #000924, #A51E23 75%) 1;
}

.site-header {
	min-height: 60px;
	font-size: 16px;
	background-color: #ffffff;	
}

.site-header .container-fluid {
	margin: 0;
	padding: 0;
}

.site-header .search-form {
	/*width: 150px;*/
}

.site-navigation {
	color: #ffffff;	
	font-weight: 700;
}

.site-navigation a {
	color: #ffffff;
	text-decoration: none;
}

.site-navigation a:hover {
	color: #ffffe9;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.nav-bars {
	color: #660004;
	font-size: 24px;
}

.site-navigation .menu-item {
	padding-right: 17px;
}

.site-navigation .menu-item:last-child {
	padding-right: 0px;
}

.site-navigation .sub-menu {
	background-color: #660004;
	color: #ffffff;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	line-height: 30px;
	display: block;
}

.sub-menu {
	width: 290px;
}

.main-navigation ul ul a {
	width: 100%;
	margin-bottom: 5px;
}

.main-navigation .sub-menu li {
	float: none;
}

.menu-item a {
	color: #ffffff;
}

.site-navigation .sub-menu .menu-item a {
	font-size: 14px;
	font-weight: 600;
}

.navbar {
	padding-left: 0px;
}

.navbar ul {
	margin-left: 0px;
}

.navbar-toggler {
	border: none;
	padding: 0px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.dropdown-menu {
	color: #bababa;
	border: none;
}

.dropdown-menu a {
	color: #bababa;
	border-bottom: 1px solid #dfdfdf;
}

.dropdown-menu a:visited {
	color: #bababa;
}

.dropdown-menu .current a {
	color: #bababa;
}

.site-branding {
	padding: 10px 0px 10px 0px;
	font-size: 30px;
	min-height: 60px;
	font-family: 'Protest Strike', sans-serif;
}

.site-branding a {
	color: #660004;
	text-decoration: none;
}


/*start image gallery*/
.bwg_container {
	margin-top: 0px !important;
	
}

.tablenav-pages_0 {
	font-family: 'Noto Sans', sans-serif !important;
	color: inherit;
	background-color: transparent;
}
/*end image gallery*/


/*start inner pages*/

/*ss3-force-full-width {
	background-color: #000;
}*/

.feature-title {
	text-align: center;
	color: #660004;
	border-bottom: 1px solid #274B66;
	margin-bottom: 50px;
}

.feature-title h1 {
	display: inline-block;
	position: relative;
	top: 28px;
  background-color: #ffffe9;
	padding: 0 16px;
	font-size: 36px;
	font-weight: 700;
}

.feature-title h3 {
	display: inline-block;
	position: relative;
	top: 21px;
    background-color: #ffffe9;
    
	padding: 0 16px;
	font-size: 26px;
	font-weight: 700;
}

.title-bg {
	text-align: center;
	color: #242d33;
	border-bottom: 1px solid #FF8B0F;
	margin-bottom: 50px;
}

.title-bg h1 {
	display: inline-block;
	position: relative;
	top: 27px;
  background-color: rgb(248, 249, 250);
	padding: 0 16px;
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
}

.page-bg {
	background-color: #D9D8C4;
	/*background-color: rgb(130, 127, 111, 0.3);*/
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 15px;
}

.page-bg .feature-title h1 {
	display: inline-block;
	position: relative;
	top: 28px;
  background-color: #D9D8C4;
	padding: 0 16px;
	font-size: 36px;
	font-weight: 700;
}

.content-area ol {
	margin-left: 25px;
	padding-left: 25px;
}

.content-area ul {
	list-style: none;
	padding: 0;
}

/*.content-area ul li::before {
	font-family: "FontAwesome";
	display: inline-block;
	content: "\f105"; 
	margin-left: -1.0em;
	width: 1em;
}*/

.content-area a {
	color: inherit;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.content-area a:hover {
	color: #274B66;
}
/*end inner pages*/

/*start home page items*/
.gallery-btn a {
	color: #ffffff;
}

.gallery-btn a:hover {
	color: #ffffe9;
}

.btn-sksk {
	background-color: #242424;
}

.gallery-btn .btn:hover {
	background-color: #404040;
  	border-color: #404040 var(--bs-btn-hover-border-color);
}

.scrolling-ticker {
	color: #660004;
}

.marquee {
      display: inline-block;
      animation: marquee 10s linear infinite;
    }


    @keyframes marquee {
      0% {
        transform: translateX(50vw);
      }
      100% {
        transform: translateX(-100%);
      }
    }

.home-card {
	background-color: #660004;
	color: #ffffe9;
	border-radius: 10px;
}

.home-card img {
	border-radius: 10px;
}

.home-card .feature-title {
	text-align: center;
	color: #C9BFA5;
	border-bottom: 1px solid #827F6F;
	margin-bottom: 50px;
}

.home-card .feature-title h3 {
	display: inline-block;
	position: relative;
	top: 21px;
    background-color: #660004;
	padding: 0 16px;
	font-size: 26px;
	font-weight: 700;
	text-transform: capitalize;
}

.home-card a {
	text-decoration: none;
}

.info-boxes .card-body {
	padding: 1.25rem 1rem 1.25rem 1rem ;
}

.box-card .card {
	background-color: transparent;
	color: #ffffff;
	border-radius: 0px;
}

.box-blue {
	background-color: #213673 !important;
}

.box-orange {
	background-color: #FF8B0F !important;
}

.box-grey {
	background-color: #474747 !important;
}

.box-red {
	background-color: #dc3545 !important;
}

.home-content .entry-content, .page-content {
	margin: 0px;
}

.academic-res {
	color: #dc3545;
}

.academic-res .feature-title {
	margin-bottom: 10px;
}

.academic-res-text a {
	color: inherit;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.academic-res-text a:hover {
	color: #dc3545;
	text-decoration: none;
}

.why-us ul {
	list-style: none;
	padding-left: 12px;
	margin-left: 12px;
}

.why-us li::before {
	font-family: "FontAwesome";
	display: inline-block;
	content: "\f105"; 
	margin-left: -1.0em;
	width: 1em;
	line-height: 45px;
}

.box-home .card {
	background-color: transparent;
	border: none;
}

.box-home .feature-title {
	text-align: center;
	color: #242d33;
	border-bottom: 1px solid #dc3545;
	margin-bottom: 50px;
}

.box-home .feature-title h3 {
	display: inline-block;
	position: relative;
	top: 21px;
    background-color: #f8f9fa;
	padding: 0 16px;
	font-size: 26px;
	font-weight: 700;
	text-transform: capitalize;
}
/*end home page items*/

/*start posts*/
.blog-post h3 {
	text-transform: none;
	border: 0px;
	font-size: 24px;
}

.entry-title {
	font-weight: 700;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.entry-title a:hover {
	color: #dc3545;
}

.entry-meta {
	color: #8f8f8f;
}

.entry-meta a {
	color: #8f8f8f;
}


.entry-footer {
	color: #8f8f8f;
}

.entry-footer a {
	color: #8f8f8f;
}

.comments-area ol {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.comments-title {
	font-size: 28px;
}

.thread-even {
	background-color: #f0f0f0;
	margin: 15px 0px 15px 0px;
	padding: 10px;
}

.comment-metadata {
	color: #8f8f8f;
}

.comment-metadata a {
	color: #8f8f8f;
}

.btn-default {
	color: #ffffff !important;
  	background-color: #343a40 !important;
  	border-color: #343a40 !important;
	display: inline-block !important;
	font-weight: 400 !important;
	text-align: center !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	border: 1px solid transparent !important;
	padding: 0.375rem 0.75rem !important;
	font-size: 1rem !important;
	line-height: 1.5 !important;
	border-radius: 0.25rem !important;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
/*end posts*/

/*start sidebar*/
.widget-area {
	margin-top: 30px;
}

.widget-area a {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.widget-area a:hover {
	color: #274B66;
}

.widget-area ul {
	list-style: none;
	padding-left: 12px;
	margin-left: 12px;
}

/*.widget-area li::before {
	font-family: "FontAwesome";
	display: inline-block;
	content: "\f105"; 
	margin-left: -1.0em;
	width: 0.8em;
	
}*/

.widget-area .widget-title {
	font-size: 20px;
	font-weight: 400;
	color: #660004;
}

.search-field {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.search-submit {
	color: #ffffff !important;
  	background-color: #343a40 !important;
  	border-color: #343a40 !important;
	display: inline-block !important;
	font-weight: 400 !important;
	text-align: center !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	border: 1px solid transparent !important;
	padding: 0.375rem 0.75rem !important;
	font-size: 1rem !important;
	line-height: 1.5 !important;
	border-radius: 0.25rem !important;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  }

header .search-form input[type=submit] {
	display: none !important;
}

.embed-container {
	height: 0;
	overflow: hidden;
	padding-bottom: 60%; /* desired aspect ratio */
	
}

.googlemap {
	border: 0;
	height: 100%;
	left: 0;
	
	top: 0;
	width: 100%;
}
/*end sidebar*/

/*start contact page*/
.main-content input[type=text]{
	border-radius: 5px;
	background-color: transparent;
	border: 2px solid #827F6F;
  	outline: none;
  	height: 50px;
  	-webkit-transition: 1s;
  	transition: 1s;
}

.main-content input[type=text]:focus {
	border: 2px solid #660004;
	box-shadow: none;
}


.main-content input[type=email]{
	border-radius: 5px;
	background-color: transparent;
	border: 2px solid #827F6F;
  	outline: none;
  	height: 50px;
  	-webkit-transition: 1s;
  	transition: 1s;
}

.main-content input[type=email]:focus {
	border: 2px solid #660004;
	box-shadow: none;
}

.main-content textarea{
	border-radius: 5px;
	background-color: transparent;
	border: 2px solid #827F6F;
	-webkit-transition: 1s;
  	transition: 1s;
  	outline: none;
}

.main-content textarea:focus {
	background-color: inherit;
	border: 2px solid #660004;
	box-shadow: none;
}

.wpcf7-form label {
	display: block;
}

.contact-button {
	color: #ffffff !important;
  	background-color: #343a40 !important;
  	border-color: #343a40 !important;
	display: inline-block !important;
	font-weight: 400 !important;
	text-align: center !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	border: 1px solid transparent !important;
	padding: 0.375rem 0.75rem !important;
	font-size: 1rem !important;
	line-height: 1.5 !important;
	border-radius: 0.25rem !important;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  }
/*end contact page*/

/*start go back to top*/
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.back-to-top .btn{
	background-color: #827F6F;
	border: none;
	z-index: 100;
	opacity: 0.8;
	color: #242424;
}

.back-to-top .btn:hover {
	background-color: #C9BFA5;
	opacity: 1;
}

.back-to-top .btn:active {
	background-color: #C9BFA5;
	border: none;
	opacity: 1;
}

/*end go back to top*/

/*start footer*/
.footer-title {
    border-radius: 0.8em 0em;
    /* background-color: #ffffe9; */
    width: fit-content;
    padding: 0px 15px 0px 15px;
    background: transparent;
    background-image: linear-gradient(
	    to right,
	    rgba(255, 255, 233, 0.7),
	    rgba(255, 255, 233, 0.7) 4%,
	    rgba(255, 255, 233, 0.3)
	  );
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin-bottom: 25px;
    box-shadow: -1px -1px 0px rgba(255, 255, 255, 0.3), 1px 1px 0px rgba(0, 0, 0, 0.8);
}

footer h4 {
	font-size: 28px;
	font-weight: 500;
	color: #660004;
	text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.3), 1px 1px 0px rgba(255, 255, 238, 0.8);
}

footer ul {
	list-style: none;
	padding-left: 7px;
	margin-left: 7px;
}

footer .sub-menu {
	padding: inherit;
	margin: inherit;
}

/*footer li::before {
	font-family: "FontAwesome";
	display: inline-block;
	content: "\f105"; 
	margin-left: -0.8em;
	width: 0.8em;
}*/

.footer-content {
	background-color: #242424;
	color: #bababa;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-content a {
	background-color: #242424;
	color: #bababa;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.footer-content a:hover {
	color: #ffffe9;
}

.footer-copy-bar {
	background-color: #121212;
	min-height: 50px;
	color: #bababa;
	padding-top: 13px;
	font-size: 13px;
}

.footer-copy-bar a {
	color: #bababa;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.footer-copy-bar a:hover {
	color: #ffffff;
}
/*end footer*/

/* start responsive queries*/

@media only screen and (max-width: 991px) {
	h4, h5 {
		font-size: 20px;
	}

	.site-header {
		min-height: 60px;
		font-size: 14px;
	}

	.site-branding {
		min-height: 60px;
		padding-top: 10px;
	}

	.contact-bar-lg {
		margin-left: auto;
		margin-right: auto;
	}

	.top-contact-bar {
		text-align: center;
	}

	/*start mobile navigation*/
	/*.navbar-mobile {
		background-color: #ffffff !important;
	}*/

	.navbar-mobile .menu-navigation-container {
		background-color: #660004;
		
	}

	.navbar-mobile .menu-navigation-container a {
		color: #ffffff;
		text-decoration: none;
	}

	.navbar-mobile .menu-navigation-container ul {
		list-style: none;
		font-size: 16px;
		
	}

	.navbar-mobile .menu-navigation-container li {
		border-bottom: 2px solid transparent;
		border-image: linear-gradient(253deg, rgba(102,0,4,1) 35%, rgba(147,10,16,1) 100%);
		padding-top: 8px;	
		padding-bottom: 8px;
		border-image-slice: 1;
    	width:100%;
	}

	/*.navbar-mobile .menu-navigation-container ul li::before {
		font-family: "bootstrap-icons";
		color: #ffffff;
		display: inline-block;
		content: "\F285"; 
		margin-left: -1.0em;
		width: 1em;
	}*/

	.navbar-mobile .sub-menu {
		padding-left: 20px;
		border-bottom: none;
	}

	.navbar-mobile .sub-menu li {
		border-bottom: none;
	}

	.navbar-mobile .sub-menu li::before {
		font-family: "bootstrap-icons";
		font-size: 10px;
		color: #ffffff;
		display: inline-block;
		content: "\F280" !important;
		margin-right: 1px;		
	}

	.mobile-search {

	}


	/*end mobile navigation*/

	/*.menu-item a {
		color: #213673;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}

	.menu-item a:hover {
		color: #dc3545;
	}

	.dropdown-menu {
		color: #213673;
	}

	.dropdown-menu a {
		color: #213673;
		border: none;
	}

	.dropdown-menu a:hover {
		background-color: #ffffff;
	}

	.dropdown-menu a:visited {
		color: #ffffe9;
	}
	
	.dropdown-menu .current a {
		color: #ffffe9;
	}*/

	.sec-nav {
		height: 90px;
	}

	.top-contact-bar {
		font-size: 14px;
		float: none;
	}

	.mob-nl {
		display: block !important;
	}

	.top-contact-bar-social {
		float: none;
		text-align: center;
		font-size: 20px;
	}

	.top-contact-bar-social a {
		color: #660004;
	}

	.home-card .feature-title h3 {
		font-size: 22px;
		top: 20px;
	}

	.box-home .feature-title h3 {
		font-size: 22px;
		top: 20px;
	}

	.feature-title h3 {
		font-size: 22px;
		top: 20px;
	}

	.card {
		margin-left: auto;
		margin-right: auto;
	}

	.carousel .btn {
		font-size: 14px;
	}

	.mob-style {
		margin-bottom: 25px;
	}

	.site-info {
		font-size: 12px;
	}
}
 
@media only screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}

	h4, h5 {
		font-size: 16px;
	}

	.site-header {
		min-height: 60px;
		font-size: 14px;
	}

	.site-branding {
		min-height: 60px;
		padding-top: 10px;
		font-size: 20px;
	}

	.navbar {
		margin-top: 0px;
	}

	.top-contact-bar {
		text-align: center;
	}

	.menu-item a {
		color: #213673;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}

	.menu-item a:hover {
		color: #dc3545;
	}

	.dropdown-menu {
		color: #213673;
	}

	.dropdown-menu a {
		color: #213673;
		border: none;
	}

	.dropdown-menu a:hover {
		background-color: #ffffff;
	}

	.dropdown-menu a:visited {
		color: #213673;
	}
	
	.dropdown-menu .current a {
		color: #213673;
	}

	.sec-nav {
		height: 90px;
	}

	.top-contact-bar {
		font-size: 14px;
		float: none;
	}

	.mob-nl {
		display: block !important;
	}

	.top-contact-bar-social {
		float: none;
		text-align: center;
		font-size: 20px;
	}

	.top-contact-bar-social a {
		color: #660004;
	}

	.home-card .feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.box-home .feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.footer-content {
		text-align: center;
	}

	.footer-title {
		width: 100%;
		margin-top: 25px;
	}

	.embed-container {
		padding-bottom: 40%;
	}

	.site-info {
		font-size: 12px;
		text-align: center !important;
	}

	.site-info .text-end {
		text-align: center !important;
	}
}

@media only screen and (max-width: 400px) {	

	.site-branding {
		font-size: 16px;
	}
}

@media only screen and (max-width: 348px) {	

	.site-branding {
		font-size: 14px;
	}
}
 
/*@media only screen and (max-width: 398px) {
	body {
		font-size: 14px;
	}

	h4, h5 {
		font-size: 16px;
	}

	.site-header {
		min-height: 60px;
		font-size: 14px;
	}

	.site-branding {
		min-height: 60px;
		padding-top: 10px;
	}

	.navbar {
		margin-top: 20px;
	}

	.menu-item a {
		color: #213673;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}

	.menu-item a:hover {
		color: #dc3545;
	}

	.dropdown-menu {
		color: #213673;
	}

	.dropdown-menu a {
		color: #213673;
		border: none;
	}

	.dropdown-menu a:hover {
		background-color: #ffffff;
	}

	.dropdown-menu a:visited {
		color: #213673;
	}
	
	.dropdown-menu .current a {
		color: #213673;
	}

	.sec-nav {
		height: 90px;
	}

	.top-contact-bar {
		font-size: 14px;
		float: none;
	}

	.mob-nl {
		display: block !important;
	}

	.top-contact-bar-social {
		float: none;
		text-align: center;
		font-size: 20px;
	}

	.top-contact-bar-social a {
		color: #213673;
	}

	.home-card .feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.box-home .feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.card {
		margin-left: auto;
		margin-right: auto;
	}

	.mob-style {
		margin-bottom: 25px;
	}

	.site-info {
		font-size: 12px;
	}
}
 
@media only screen and (max-width: 369px) {
	body {
		font-size: 14px;
	}

	h4, h5 {
		font-size: 16px;
	}

	.site-header {
		min-height: 60px;
		font-size: 14px;
	}

	.site-branding {
		min-height: 60px;
		padding-top: 10px;
	}

	.navbar {
		margin-top: 20px;
	}

	.menu-item a {
		color: #213673;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}

	.menu-item a:hover {
		color: #dc3545;
	}

	.dropdown-menu {
		color: #213673;
	}

	.dropdown-menu a {
		color: #213673;
		border: none;
	}

	.dropdown-menu a:hover {
		background-color: #ffffff;
	}

	.dropdown-menu a:visited {
		color: #213673;
	}
	
	.dropdown-menu .current a {
		color: #213673;
	}

	.sec-nav {
		height: 90px;
	}

	.top-contact-bar {
		font-size: 14px;
		float: none;
	}

	.mob-nl {
		display: block !important;
	}

	.top-contact-bar-social {
		float: none;
		text-align: center;
		font-size: 20px;
	}

	.top-contact-bar-social a {
		color: #213673;
	}

	.home-card .feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.box-home .feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.card {
		margin-left: auto;
		margin-right: auto;
	}

	.mob-style {
		margin-bottom: 25px;
	}

	.site-info {
		font-size: 12px;
	}
}
 
@media only screen and (max-width: 348px) {
	body {
		font-size: 14px;
	}

	h4, h5 {
		font-size: 16px;
	}

	.site-header {
		min-height: 60px;
		font-size: 14px;
	}

	.site-branding {
		min-height: 60px;
		padding-top: 10px;
	}

	.navbar {
		margin-top: 20px;
	}

	.menu-item a {
		color: #213673;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}

	.menu-item a:hover {
		color: #dc3545;
	}

	.dropdown-menu {
		color: #213673;
	}

	.dropdown-menu a {
		color: #213673;
		border: none;
	}

	.dropdown-menu a:hover {
		background-color: #ffffff;
	}

	.dropdown-menu a:visited {
		color: #213673;
	}
	
	.dropdown-menu .current a {
		color: #213673;
	}

	.sec-nav {
		height: 90px;
	}

	.top-contact-bar {
		font-size: 14px;
		float: none;
	}

	.mob-nl {
		display: block !important;
	}

	.top-contact-bar-social {
		float: none;
		text-align: center;
		font-size: 20px;
	}

	.top-contact-bar-social a {
		color: #213673;
	}

	.home-card .feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.box-home .feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.card {
		margin-left: auto;
		margin-right: auto;
	}

	.mob-style {
		margin-bottom: 25px;
	}

	.site-info {
		font-size: 12px;
	}
} */

 /* end responsive queries*/