/*
Theme Name: MDB Theme
Theme URI: https://mdbootstrap.com
Description: This is outstanding WP theme developed on Material Design for Bootstrap 4
Version: 4.5.5
Author: MDBootstrap.com
Author URI: https://mdbootstrap.com
*/

.page-footer {
    background-color: #114A7C; }
  
  .blue-gradient {
    background: -webkit-linear-gradient(50deg, #45cafc, #303f9f) !important;
    background: -o-linear-gradient(50deg, #45cafc, #303f9f) !important;
    background: linear-gradient(40deg, #45cafc, #303f9f) !important; }
  
  .card-comments img {
    width: 4rem; }
  
  .card-intro {
    margin-top: 67px; }
    .card-intro .card-body {
      -webkit-border-radius: 0 !important;
      border-radius: 0 !important; }
  
  .navbar-brand img {
    height: 20px; }
  
  .pagination .page-item.active .page-link {
    background-color: #09c; }
  
  .card-avatar img {
    width: 100px; }

    body
{
    font-family: 'Mukta Malar', sans-serif;
    
}
b, strong {
  font-weight: bold !important;
}

.size-full {
	max-width: 100% !important;
	height: auto;
}

.wp-caption-text { 
  font-size: smaller;
  font-style: italic;
}

th{
	padding: 0.3em;
	border: 1px solid #f5f5f5;
	background: #6daedb;
}

.map-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}

.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}