@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
body {
    background-color: #ffffff;
    font-family: 'Hanuman',sans-serif;
    font-size: 14px
}
h6, .h6 {
    font-size: 15px;
    font-family: 'Hanuman',sans-serif;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    line-height: 1.4;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid #e3342f;
    border-radius: 0.25rem;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.55rem;
}
.card-img, .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    padding: 14px 0px;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    color: #fff;
    font-size: 18px;
    text-decoration: underline;
}
.card-title {
    margin-bottom: 0px;
    font-family: 'Hanuman',sans-serif;
    font-size: 14px;
}
.container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
   width: 100%;
   padding-right: 0px;
   padding-left: 0px;
   margin-right: auto;
   margin-left: auto;
}
.container-fluid {
    margin-top: 50px;
    color: #000000;
    font-size: 14px;
    font-family: 'Hanuman',sans-serif;
}
.footer-copyright {
    margin-top: 13px
}
a {
    text-decoration: none !important;
    color: #777a7c
}
.description {
    font-size: 12px
}
.fa-facebook-f {
    color: #3b5999
}
.fa-instagram {
    color: #e4405f
}
.fa-youtube {
    color: #cd201f
}
.fa-twitter {
    color: #55acee
}
.footer-copyright p {
    margin-top: 10px
}
#carouselExampleControls {
   max-height: 100% !important;
}
.table {
   width: 100%;
   margin-bottom: 1rem;
   color: #000000;
   
}
.carousel-inner {
   max-height: 100% !important;
}
.navbar {
   background:#c1272d!important;
   color: white !important;
}
.bg-owl-slider {
   background-color: #fef7c3 !important;
}
.btn:focus {
   outline: none !important;
}
@media (max-width: 576px) {
   table {
       font-size: 10px;
   }
}
@media (max-width: 1920px) {
    table {
        font-size: 10px;
        width: 100%;
    }
 }
@media (max-width: 1080px) {
    table {
        font-size: 10px;
        width: 100%;
    }
 }
 @media (min-width: 1200px){
 .container-xl, .container-lg, .container-md, .container-sm, .container {
     max-width: 1200px;
 } 
 }
@media (max-width: 768px) {
   table {
       font-size: 10px;
   }
}
.layout {
   display: table;  
}
 .bg-info {
    background-color: #ad201c !important;
    padding: 4px 4px;
    font-weight: bold;
    font-size: 13px;
}
.bg-danger {
    background-color: #e3342f !important;
    padding: 4px 4px;
    font-weight: bold;
    font-size: 13px;
 }
.text-center {
    text-align: center !important;
    font-family: 'Hanuman',sans-serif;
    color: #fff;
} 
.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
    border-color: #f09593;
    font-family: 'Hanuman',sans-serif;
}
.table th, .table td {
    padding: 8px 0px 5px 2px;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    border-top: 1px solid #dee2e6;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffff;
    font-family: 'Hanuman',sans-serif;
}
.pr-1, .px-1 {
    padding-right: 0.25rem !important;
    padding: 3px;
}
/* Below Phone*/
.border {
    border: 0px solid #dee2e6 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    padding: 2px 3px 2px 2px;
}
@media screen and (min-width: 620px) {
   .column {
     display: table-cell;
     font-size: 100px;
}
   .narrow {
    width: 200px !important;
    font-size: 100px;
}
   .wide {
     width: 400px !important;
     font-size: 100px;
}
   .border {
   border: 0px solid #cccccc !important;
   font-size: 16px;
    padding: 3px 8px 8px;
   line-height: 0px;
   box-shadow: 1px 3px 10px -2px #000000;
   font-weight: bold;
   font-family: 'Open Sans', sans-serif;
}
.table th, .table td {
   padding: 0.83rem;
   vertical-align: top;
   border-top: 1px solid #dee2e6;
   font-family: 'Open Sans', sans-serif;
   font-size: 15px;
}
.navbar-dark .navbar-nav .nav-link {
   color: rgb(255 255 255 / 100%);
   font-weight: 500;
   font-family: 'Hanuman',sans-serif;
}
.bg-info {
   background-color: #ad201c !important;
}
.text-center {
   text-align: center !important;
   font-family: 'Hanuman',sans-serif;
   color: rgb(0, 0, 0);
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'Hanuman',sans-serif;
    font-size: 15px;
}

}  