<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Shanti Mitra
Theme URI: https://wordpress.org/themes/shantimitra/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: ...
Template: ngo
Version: 1.0
Text Domain: ngo
*/

@import url('https://fonts.googleapis.com/css?family=Quicksand');
body {
	font-family: 'Quicksand', sans-serif;
	line-height:160%;
	color:#333;
}
body.home .site-content {
	padding-top:0;
}
body.home.scrolled {
	padding-top:77px;
}
a {
	color:#49aae8;
}
#breadcrumb-nav {
	background:url(img/body_bg.jpg);
	background-attachment:fixed;
}
.footer-widget-area {
	background:url(img/body_bg.jpg);
	padding: 0;
}
#site-header {
	border-bottom: 0 none;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
#site-credits, 
.btn, 
li.faq .faq-que, 
.top-bar {
	background: #49aae8;
}
.btn:hover {
	background: #43a0db;
}
h2.widget-title, 
h1.entry-title {
	text-transform:none;
	font-weight:normal;
	font-family: 'Quicksand', sans-serif;
}
h2.widget-title, 
h2.widget-title span, 
h1.entry-title, 
h1.entry-title span, 
li.faq .faq-ans .faq-in {
	border-color: #49aae8;
}
#main-navigation {
	border-left:0;
}
.site-branding {
	padding: 16px 0;
}
.footer-widget-area-in {
	background:rgba(73, 170, 232, 0.8);
	padding: 40px 0;
}
.sub-menu {
	margin-top: 15px;
}
.footer-widget-area h2.widget-title, 
.footer-widget-area h2.widget-title span {
	border-color: #fff;
	color: #fff;
	font-weight:bold;
}
.footer-widget-area, 
.footer-widget-area a {
	color: #fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.4);
}
.footer-widget-area a:hover {
	text-decoration: underline;
}

ul.nav-menu a {
	transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}

ul.nav-menu a:hover,
ul.nav-menu a:active {
	color: #26A1F0;
}

.top-bar .genericon:hover, 
.top-bar .genericon:active {
	text-shadow: 0.5px 0.5px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1024px) {
.site-branding {
	padding: 15px 0;
	max-width: 250px;
}
#main-navigation {
	width: calc(100% - 250px);
}
ul.nav-menu &gt; li {
	border-right: 0 none;
}
}

@media screen and (max-width: 480px) {
.sub-menu {
	margin-top: 0;
}
}</pre></body></html>