﻿.defaultform .form-control {
    height: 30px;
}
.contact_form .form-control {
    margin-bottom: 10px;
}
.newscls {
    max-width: unset!important;
    flex: none!important;
    width: 90%}
.NewsSticker {
    list-style-type: none;
    width: 100%;
    font-size: 12px;
}
.tdNewsdate {
    background-color: #34288C;
    font-family: philosopher;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    width: 22%;
    text-align: center;
    padding: 3px 2px;
}
.tdNewstext {
    font-family: philosopher;
    color: #000;
    font-weight: 700;
    text-shadow: 1px 1px 1px #fff;
    vertical-align: baseline;
    padding: 4px 3px;
    font-size: 1.4rem;
    border: 1px solid #d3d3d3;
}
.headerstyle {
    text-align: center;
}
.evcal {
    box-shadow: rgb(25 11 239/40%) 5px 5px, rgb(12 9 230/30%) 10px 10px, rgb(54 13 218/20%) 15px 15px, rgb(16 22 206/10%) 20px 20px, rgb(20 17 220/5%) 25px 25px;
}
.spnView {
    float: right;
    font-size: 13px;
    margin-right: 4px;
    margin-top: 5px;
    padding: 4px;
    color: #339;
    border-radius: 3px;
    font-weight: 700;
}
.dayheader {
    text-align: center;
}
.titlecls {
    padding: 0 4px;
}
.calendarcls {
    border-radius: 4px;
}
.clsNewsOverflow {
    white-space: nowrap;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media(max-width:992px) {
    .S_Left {
    padding-left: 20px;
}
}.pagination>li>a, .pagination>li>span {
    background: #34288C none repeat scroll 0 0;
    color: #fff;
}
.float-right {
    float: right;
}
.box1 {
    box-shadow: rgb(189 154 22) 5px 5px 8px, rgb(237 229 229) 10px 10px 8px;
    min-height: 335px;
    margin-bottom: 20px;
}
.cbg {
    background-color: maroon!important;
}
.cbg:hover {
    background-color: red!important;
}
.customhr {
    border-style: dashed;
    border-color: #d0d0d0;
    display: block;
    padding: 0;
    margin: 20px 0px!important;
    position: relative;
    width: 40%;
    border-width: 1px 0 0;
}
.customhr::before {
    border-radius: 100px!important;
    bottom: 0;
    color: #d8d8d8;
    content: "\f1db";
    float: left;
    font-family: fontawesome;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: -16px;
    width: 30px;
    padding: 0 0 0 5px;
    z-index: 2;
    margin-left: -15px;
}