.text-right {
    text-align: right;
}
header {
    border-top: 4px solid #dc3e32;
    padding: 10px 0px 0;
    border-bottom: 1px solid #eee;
    z-index: 111;
    position: relative;
}
.widget-box {
    margin-top: 15px;
    display: block;
    border: 1px solid #eee;
    padding: 10px;
}
.widget-title{
	display: block;
    font-weight: 700;
}
.bg-dark {
    background-color: #94999c!important;
}
.navbar-dark .navbar-nav .nav-link{
	color: #fff !important;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: flex;
}
.navbar-nav div{
	padding-left: 20px;
}
.btn-toggle:before {
    width: 20px;
    line-height: 0;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    transition: transform .35s ease;
    transform-origin: .5em 50%;
    position: relative;
}

.btn-toggle[aria-expanded="true"]:before{
    content: "\f107";
}
.widget-frame {
    position: relative;
    overflow: hidden;
}
.form-group {
    margin-bottom: 20px;
}
.frame-layer {
    position: relative;
    z-index: 11;
    width: 100%;
    top: 0px;
    left: 0;
}
.widget-frame iframe {
    border: 0;
    position: absolute;
    z-index: 10;
    left: 0px;
    height: 100%;
}

.title-1 {
    font-size: 20px;
    font-weight: 700;
	display: block;
    text-transform: uppercase;
}
.bg-light{
	background: #f0f6ff  !important;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}
.contact-form label,
p{
    font-size: 14px;
}
.contact-form label{
    margin-bottom: 10px;
}
.owl-dots {
  text-align: center;
  padding-top: 15px;
  display: none;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #94999c;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #dc3e32;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
#carousel span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}
.navbar-toggler-icon{
	width: 20px;
	height: 20px;
}
.navbar-toggler {
    padding: 4px 10px;
    border: 1px solid #d6ecff !important;
    outline: 0;
}
.navbar-toggler:focus{
	
	box-shadow: none;
}
#carousel .card{
	padding: 5px;
	transition: 0.3s;
    margin: 10px 0px;
	border-radius: 15px;
	border: 1px solid rgba(0,0,0,.125);
}
@media(min-width: 1900px){
.main-slider.owl-carousel .owl-item img{
    height: 60vh;
}

.widget-frame{
    max-height: 60vh;
}
footer .container, footer .footer-bottom{
    max-width: 100%;
}
}

#carousel .card img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 136px;
    object-fit: cover;
}
#carousel .card .card-body p {
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#carousel .card .card-body {
    padding: 10px;
}

.card-about {
    display: block;
    position: relative;
    overflow: hidden;
    background: url(../images/about-image.png);
    text-align: center;
    background-size: 230px;
    background-repeat: no-repeat;
    background-position: center;
}
.card-about img {
    height: 200px;
    width: 200px;
    object-fit: contain;
}
.title-2 {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    color: #000;
}
.ov-card {
    position: relative;
    padding: 20px;

}
.ov-card-img {
    position: relative;
    height: 260px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
}
.ov-card-img img {
    width: auto;
    height: 100%;
    object-fit: cover;
    border: 2px solid transparent;
    transition: 0.3s;
    opacity: 0.9;
}
.ov-card-caption {
    background: #fff;
    padding: 20px;
    position: absolute;
    border-radius: 20px;
    top: 78%;
    transition: 0.3s;
   
    left: 20px;
    width: calc(100% - 40px);;
}

.partners .ov-card-img img {
    object-fit: none;
    background: #fff;
    width: 100% !important;
    height: 100%;
    object-fit: scale-down;
}
.partners .ov-card-img {
    height: 180px
}
.pull-left{
    float: left;
    margin-right: 20px;
}

.ov-card:hover .ov-card-caption {
    width: 86%;
    left: 44px;
    opacity: 1;
    box-shadow: 0px 0px 11px #dedede;
}
.ov-card:hover img{
	border:2px solid #fff;
	opacity: 1;
	cursor: pointer;
}
#carousel .card:hover {
    box-shadow: 1px 0px 10px #bfbfbf;
    cursor: pointer;
}
#carousel a{
    text-decoration: none;
    color: #333;
}
.upcomming-event .event-meta{
    list-style: none;
    align-items: center;
    display: flex;
    margin-bottom: 15px;
    padding-left: 0px;
}
.upcomming-event .event-meta li {
    margin-right: 20px;
    font-size: 14px;
}
.upcomming-event .event-meta li i{
    font-size: 15px;
    margin-right: 10px;
}
.upcomming-event .card-caption
{
    background: #fff;
    box-shadow: 0px 5px 9.8px 0.2px rgb(85 85 85 / 7%);
    transition: all .3s;
    padding: 30px;
    width: 95%;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    font-size: 14px;
    margin-top: -50px;
}
.badge-text
{
    position: absolute;
    top: -8px;
    right: 15px;
    background: url(../images/img-1.png) no-repeat center center / cover;
    width: 60px;
    height: 85px;
    text-align: center;
    padding-top: 8px;
    color: #fff;
    font-weight: 700;
    padding-right: 8px;
}

.upcomming-event .event-meta li:nth-child(2) {
    margin: 0px;
}
.title-3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 13px;
    display: block;
}
.upcomming-event .card{
    border:0px;
    margin-bottom: 30px;
}
.upcomming-event .card:hover .card-caption{
    box-shadow: 0px 5px 9.8px 0.2px rgb(85 85 85 / 40%);
}
.upcomming-event .card .card-image {
    height: 220px;
    border-radius: 30px;
    overflow: hidden;
}
.upcomming-event .card .card-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.upcomming-event .card a {
    text-decoration: none;
    color: #dc3e32;
    font-weight: 700;
}

footer {
    background: #dc3e32;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
footer .f-item.about {
    padding-right: 30px;
}
footer .f-item.about strong{
    color: #fff;
}
footer .f-item .widget-title, footer .f-item img {
    margin-bottom: 30px;
}
.text-left{
    text-align: left;
}
footer *{
    text-decoration: none;
    line-height: 30px;
}
footer p {
    color: #fbe9e9;
    font-size: 14px;
    line-height: 22px;
}
footer .f-item .widget-title {
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    text-transform: capitalize;
}
footer li a, footer li {
    color: #fbe9e9;
    font-size: 14px;
    line-height: 22px;
}
footer li a:hover{
    color: #fff;
}
footer .f-item.recent-post .item a {
    color: #fbe9e9;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}
footer .f-item.recent-post span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}
.hibiscus footer .f-item.recent-post .item span a {
    color: #bf3654;
}
.footer-bottom li {
    display: inline-block;
    margin: 0;
    margin-left: 15px;
}
footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0px 0;
}
footer .footer-bottom p{
    margin-bottom: 0px;
    font-size: 14px;
}
footer .footer-bottom a{
    color: #fff;
    font-size: 14px;
}
footer ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
footer li strong {
    display: block;
    font-weight: 900;
    color: #ffffff;

}
footer .fixed-shape {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-size: contain;
    opacity: 0.05;
}
footer .fixed-shape img {
    width: 100%;
}
footer .container,
footer .footer-bottom {
    z-index: 2;
    position: relative;
}
.news-ticker ul li {
    margin-left: 30px;
}
.news-ticker ul {
    margin: 5px 0px 0px;
    padding: 0px;
    list-style: circle;
}
.news-ticker ul li a{
    color: #fff;
    text-decoration: none;
}
.news-ticker {
    background: #dc3e32;
    color: #fff;
}
.navbar-nav .nav-link{
    cursor: pointer;
}

.btn-style-1 {
    background: #dc4337;
    color: #fff;
    min-width: 200px;
    border-radius: 100px;
}
.btn-style-1:hover{
    color: #fff;
    background: #b52e23;
}
.dropdown-toggle::after{
    border:0px;
}

.menu-block{
    max-height: 100%;
    position: absolute;
    opacity: 0;
    left: -310px;
    z-index:0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.menu-block.menu-open {
    left: 0;
    opacity: 1;
    z-index: 1031;
    top: 5px;
}
.menu-bar-close {
    width: 35px;
    height: 35px;
    background-color: #dc3e32;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    cursor: pointer;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    opacity: 0;
    position: absolute;
    left: 30px;
    z-index: 0;
    transition: all 1s ease 0s;
}
.menu-bar-close.active {
    left: 310px;
    opacity: 1;
    top: 0;
}
.menu-block > a {
    padding-left: 23px;
    padding-top: 20px;
    padding-bottom: 21px;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    display: block;
    color: #646a6e;
    line-height: 13px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.menu-bar {
    position: absolute;
    width: 40px;
    text-align: center;
    line-height: 35px;
    background: #94999c;
    z-index: 1;
    left: 10px;
    cursor: pointer;
}

.ow-navigation ul.nav > li > ul > li {
    padding-left: 20px;
}

.owl-carousel .owl-item .item-data img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin: 0px auto;
    border: 1px solid #f0f6ff;
    border-radius: 100%;
    padding: 5px;
}

.title-2 img {
    display: block;
    margin: 0px auto;
    margin-top: -88px;
}
.item-data .title-3{
    display: inline-block;
}

.logo img {
    height: 100px;
}
.logo label {
    text-decoration: none;
    color: #596268;
    font-weight: 500;
}
.logo{
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}

.menu-overlay {
    background: #00000052;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 22;
}
@media(max-width: 767px){
    header .col-md-4 {
        width: 33.33%;
    }
}
.main-slider .owl-dots{
    display: none;
}
.main-slider .owl-prev span,
.main-slider .owl-next span {
    font-size: 60px !important;
    transform: scale(1);
    line-height: 30px !important;
}

.filter-button
{
    font-size: 16px;
    border: 1px solid #efefef;
    border-radius: 5px;
    text-align: center;
    color: #dc3e32;
    outline: none;
    padding: 7px 20px;
    margin-bottom: 30px;

}
.filter-button.active,
.filter-button:hover
{
    border: 1px solid #dc3e32;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #dc3e32;

}
.btn-default:active .filter-button:active
{
    background-color: #dc3e32;
    color: white;
    outline: none;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 15px;
}

.story-image {
    width: 100%;
    object-fit: cover;
    height: 180px;
    margin-bottom: 20px;
}
.contact-block i{
    font-size: 30px;
}
.navbar-dark .navbar-nav .nav-link.active,
a[aria-expanded="true"]{
    background:#333;
    padding-left: 10px !important;
    border-bottom: 1px solid #94999c;
}
.h-right-info {
    display: inline-block;
    text-align: left;
    margin-top: 5px;
}
.h-right-info li{
    display: block;
}

.h-right-info li a{
    color: #333;
    text-decoration: none;
}

.social-list {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: 0px;
}

.social-list a {
    display: block;
    margin: 2px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    color: #555;
    border-radius: 4px;
    transition: 0.3s;
    font-size: 13px;
}

.social-list a:hover{
    border-radius: 14px;
}
.report-block {
    display: block;
    padding: 10px 5px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #212529;
    font-weight: 600;
}

@media(max-width: 767px){
    div#carousel .owl-dots button.owl-dot{
        display: none;
    }
}

.partners img{
    width: 160px !important;
    height: 80px;
    margin: 0px auto;
    object-fit: contain;
    background: #fff;
    border: 1px solid #c4c4c4;
    padding: 5px;
}
.partners .card{
    text-align: center;
    border:0px;
    background:transparent;
}
.partners a{
    text-decoration: none;
    color: #000
}
.partners .card-body{
    padding: 5px;
}

.social-list a.fb {
    background: #3f51b5;
    color: #fff;
    border-color: #3f51b5;
}

.social-list a.tw {
    background: #1da1f2;
    color: #fff;
    border-color: #1da1f2;
}

.social-list a.in {
    background: rgb(242,178,96);
background: linear-gradient(11deg, rgba(242,178,96,1) 0%, rgba(207,62,97,1) 34%, rgba(161,44,166,1) 100%);
    color: #fff;
    border-color: rgba(161,44,166,1);
}

.social-list a.yt {
    background: #f00;
    color: #fff;
    border-color: #f00;
}

.report-block span {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 65px);
    overflow: hidden;
    display: inline-block;
}
.donate-now{
    margin: -15px auto -20px;
    display: block;
    z-index: 11;
    position: relative;
    min-width: 200px;
}
.slidder-bottom {
    position: relative;
    z-index: 11;
    margin-top: -44px;
}
.slidder-bottom a {
    display: inline-block;
    background: #d1e7dd;
    padding: 4px 10px;
    color: #000;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
    margin-bottom: 10px;
}

.page-item.active .page-link{
    background-color: #dc4337;
    border-color: #dc4337;
}
.page-link{
    color: #000;
}

.sm-btn {
    float: right;
    margin-top: -20px;
    margin-right: -10px;
    display: none;
}

#donateModal .modal-body:before {
    background: url(../images/saraswat.png);
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    display: block;
    position: absolute;
    height: calc(100% - 30px);
    opacity: 0.2;
    width: calc(100% - 30px);
    z-index: 1;
}
#donateModal .modal-body table{
    position: relative;
    z-index: 2;
}
@media(max-width: 768px){
    #carousel .card img{
        width: 100%;
    }

    .wwd .row{
        margin-bottom: 20px;
    }
    footer .fixed-shape{
            height: 100%;
    }
    footer .fixed-shape img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sm-btn{
        display: block;
    }
    .sm-toggle{
        display: none;
    }
    .menu-block{
        overflow-y: auto;
    }
}

@media(max-width: 600px){
    .slidder-bottom{
        margin-top: 0px;
    }
    header * {
        text-align: center !important;
    }
    .social-list,
    .h-right-info{
        padding-left: 0px;
    }
    .social-list{
        justify-content: center;
    }
    .logo img{
        margin-top: 10px;
        height: auto;
    }

}
.boardm img{
    object-fit: contain;
    height:220px;
    width:200px;
}