.error{
    color: red !important;           
    padding-bottom: 2px;           
    font-size: 12px;}
.modal-content {
    width: 113% !important;
}
/* Tabs*/

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#tabs{
    background: #007b5e;
    color: #eee;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}
.kendra-bg{
    background: #c09b1d;
    padding: 10px;
}
.kendras{
    color: #fff !important;
}
.kendradet{
    border: 1px solid #c9c9c9;
    padding: 5px;
    margin-top: 10px;
    box-shadow: 0 4px 12px 0 #696868;
    min-height: 220px;
}
.btn-primary {
    color: #007bff !important;
    background-color: #FFF !important;
    border-color: #007bff !important;
    margin-top: 10px !important;
}
.btn-primary:hover {
    color: #FFF !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
    margin-top: 10px !important;
}
.ver-center{
    margin: auto;
    text-align: center;
    display: block;
    margin-bottom: 10px; 
}

.text-primary py-5 {
    font-size: 20px; }

.bg-left-half {
    position: relative; }
.bg-left-half:before {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    background-color: #f8f9fa; }

.media-29101 img {
    margin-bottom: 20px; }

.media-29101 h3 {
    font-size: 18px;
    font-weight: 900 !important; }
.media-29101 h3 a {
    color: #6c757d; }

.owl-2-style .owl-nav {
    display: none; }

.owl-2-style .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px; }
.owl-2-style .owl-dots .owl-dot {
    display: inline-block; }
.owl-2-style .owl-dots .owl-dot span {
    display: inline-block;
    width: 15px;
    height: 3px;
    border-radius: 0px;
    background: #cccccc;
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 3px; }
.owl-2-style .owl-dots .owl-dot.active span {
    background: #007bff; }
.owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
    outline: none; }
.year-names{
    margin-right: 10px;
    font-size: 21px;
}
/* pagination */
[data-pagination],[data-pagination] *,[data-pagination] *:before,[data-pagination] *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-kerning: auto;
}
[data-pagination] {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    margin: 1em auto;
    text-align: center;
    transition: font-size .2s ease-in-out;
}
[data-pagination] ul {
    list-style-type: none;
    display: inline;
    font-size: 14px;
    margin: 0;
    padding: .5em;
}
[data-pagination] ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border:2px solid #ffde00;
    margin: 0 5px;
}
[data-pagination] > a {
    font-size: 100%;
}
[data-pagination] a {
    color: #777;
    font-size: 100%;
    padding: .5em;
    display: inline-block;
}
[data-pagination] a:focus,
[data-pagination] a:hover {
    color: #253f7f;
}
[data-pagination] li.current {
    background: #253f7f;
}
[data-pagination] li.current a {
    color:#fff;
}
/* Disabled & Hidden Styles */
[data-pagination] .disabled,[data-pagination] [hidden],[data-pagination] [disabled] {
    opacity: .5;
    pointer-events: none;
}
@media (max-width:480px){
    #mob_ver{
        display: block !important;
    }
    #desk_ver{
        display: none;
    }
    /*.event-single-wrap {*/
    /*    padding: 0rem 0;*/
    /*}*/
    .heading-main {
        font-size: 2.50rem;
    }
    .mb_title_view{
        font-size: 20px !important;
    }
}
img.mfp-img {
    padding: 0px 0 0px !important;
}
.img-center{
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.cus-pop{
    padding-right: 100px !important;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 582px !important;
        margin: 1.75rem auto;
    }
}
@media (max-width: 480px){
    .slider-area .single-slide-item {
        height: 198px !important;
    }
    .breadcrumbs-page h1 {
        padding: 4rem 0 !important;
    }
}