/*
Theme Name: Prime IT Sewa Finance Theme
Theme URI: https://primeitsewa.com
Author: Tom Gc
Author URI: https://primeitsewa.com
Description: this theme dedicated for swastik microfinance website
Tags: swastik microfinance
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: swastu
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
    background-color: #ECF9F7!important;
   
}

.header-ads-container,
.logo-container {
    width: 100%!important;
    height: auto!important;
}

.header-ad,
.logo {
    width: 100%!important;
    height: auto!important;
}

menu {
    margin: 0px!important;
    padding: 0px!important;
    background-color: #e9272e!important;
}

.btn-outline-success {
    color: #fff!important;
    background-color: #2d3194!important;
    border-color: #2d3194!important;
}

.btn-outline-success:hover {
    color: #fff!important;
    background-color: #0d116d!important;
    border-color: #ffffff!important;
}

.bg-clor {
    background-color: #e9272e!important;
}

.bnr-img-container {
    width: 221px!important;
    margin: auto!important;
    margin-top: 33px!important;
    margin-bottom: 33px!important;
}

.bnr-img {
    width: 100%!important;
    height: auto!important;
}

.icons{
    color : #2d3194!important;
}

.carousel-item {
    height: 73vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.display-4-text {
    border-bottom: 1px solid rgba(0, 0, 0, .1)!important;
}

.ceo-message-title {
    border-bottom: 1px solid rgba(0, 0, 0, .1)!important;
}

footer {
    width: 100%!important;
    height: auto!important;
    background-color: #2d3194!important;
}

.footer-widgets-title {
    margin-top: 65px!important;
    padding-bottom: 7px!important;
    color: lightgray!important;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    list-style: none!important;
}

.widget_text {
    background-color: transparent!important;
    color: lightgray!important;
    border: none!important;
    list-style: none!important;
    margin-bottom: 21px;
    margin-top: 11px;
}
.textwidget>p>a{
    color: #b3d7ff!important;
}

.copyright {
    min-height: 50px!important;
    background-color: #e9272e;
    color: lightgray;
}
.copyright>p{
    padding-top: 7px!important;
}
.copyright>p>a{
    color: green;
    background-color: white;
    padding-left: 11px;
    padding-right: 11px;
    border-radius: 11px;
    font-size: 11px;
    text-decoration: none;
}
.copyright>p>a:hover{
    background-color:lightgray ;
}
.ms{
    height: 300px!important;
    overflow: auto;
    padding: 11px!important;
}
.nav-link{
    color: white!important;
}
.nav-link:hover{
    color: #e2e2e2!important;
}