html {
    overflow: scroll;
}
::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #8275e2;
}
body {
    font-family: "Arial", "kalpurush", Helvetica, sans-serif;
}

.message{
    background: #F2D5D5;
    padding: 5px;
    margin-top: 10px;
}

body.header-fixed-space {
    padding-top: 94px;
}

body.header-fixed-space-v2 {
    padding-top: 135px;
}

@media (max-width: 320px) {
    .sr-input {
        padding: 0 10px 0 10px !important;
    }
}

@media (min-width: 360px) {
    .sr-input {
        /*padding: 0 105px 0 10px !important;*/
    }
}

@media (max-width: 991px) {
    body.header-fixed-space,
    body.header-fixed-space-v2 {
        padding-top: 0;
    }
}

li,
li a {
    /**color: #fff;*/
}

a {

    text-decoration: none;
}
ul {
    /*list-style: outside none none;*/
}
a,
a:focus,
a:hover,
a:active {
    outline: 0 !important;
}

a:focus {
    text-decoration: none;
}

a:hover {
    color: #72c02c;
    text-decoration: underline;
}

.list-group-item a {
    font-size: 15px;
}


/*Boxed Layout
------------------------------------*/

.wrapper {
    background: #fff;
}

.boxed-layout {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
    margin-left: auto !important;
    margin-right: auto !important;
    background: url(../img/15.png) repeat;
}

.biam_head {
    border-bottom: 1px solid #fff;
    font-size: 19px;
    color: #fff;
    padding-bottom: 5px;
    font-weight: bold;
}

.biam_head_lt {
    font-size: 9px;
    position: absolute;
    padding-left: 63px;
    color: #FFF;
    top: 59px;
}

.biam_head_mobile {
    font-size: 27px;
    position: absolute;
    margin-left: 115px;
    color: #FFF;
    top: 30px;
    display: none;
}

.header a:hover {
    text-decoration: none;
}


/* =====Search box==== */

.sr-input {
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    color: #8a8a8a;
    float: left;
    height: 30px;
    margin-top: -4px;
    /* padding: 0 115px 0 10px;*/
    width:73%;
}

.sr-btn {
    background: #0e0dd3 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    height: 31px;
    margin-top: -5px;
    padding: 0 15px;
}


/* === massage section==== */

.massage_box {
    margin-top: 6%;
    padding-bottom: 40px;
}

.massage_box p {
    font-size: 18px;
}


/* =====Quick Link==== */

.bg-green {
    background: #eefdee none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
}

.media-block-v7 {
    background-color: #a2cb85;
    border: 1px solid #ddd;
    padding: 45px 20px 20px;
    position: relative;
    text-align: center;
    min-height: 146px;
    margin-bottom: 40px;
}

.media-block-v7 i {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 56px;
    left: 50%;
    line-height: 56px;
    margin-left: -30.5px;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 67px;
}

.media-block-v7 i {
    border: 2px solid #fff;
}

.title-v3-bg {
    font-size: 22px !important;
}

.title-v3-bg:lang(bn) {
    font-size: 28px !important;
}

.media-block-v7 a:hover {
    text-decoration: none;
    color: #fff;
}


/* ====Gallery & Archive=== */

.bg-grey {
    background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.service-or {
    overflow: hidden;
    position: relative;
}

.service-block-sea {
    background: #1abc9c none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
    transition: all 0.3s ease;
}

.service-block-sea:hover {
    background: #999999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.service-block-red {
    background: #e74c3c none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
    transition: all 0.3s ease;
}

.service-block-red:hover {
    background: #999999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.service-block-blue {
    background: #3498db none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
    transition: all 0.3s ease;
}

.service-block-blue:hover {
    background: #999999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.service-block-orange {
    background: #ff6600 none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
    transition: all 0.3s ease;
}

.service-block-orange:hover {
    background: #999999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.service-block-purple {
    background: #b85ffd none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
    transition: all 0.3s ease;
}

.service-block-purple:hover {
    background: #999999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.service-block-green {
    background: #6fc125 none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
    transition: all 0.3s ease;
}

.service-block-green:hover {
    background: #999999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.service-block {
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
}

.service-bg {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 60px;
    position: absolute;
    right: -100px;
    top: -10px;
    transform: rotate(55deg);
    width: 250px;
}

i.icon-color-light {
    color: #fff;
}

i.icon-gallery {
    color: #555;
    display: inline-block;
    font-size: 20px;
    height: 70px;
    line-height: 67px;
    margin-bottom: 5px;
    text-align: center;
    width: 70px;
}

.service-block a:hover {
    color: #FFF;
}

.service-block h2 {
    font-size: 17px;
}


/* ==== Media & Event=== */

.content-md {
    padding-bottom: 40px;
    padding-top: 80px;
}

.content-sm {
    padding-bottom: 60px;
    padding-top: 60px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.content-boxes-v1 {
    text-align: center;
}

h2.heading-sm,
h3.heading-md {
    font-size: 18px;
    line-height: 24px;

}

i.icon-bg-1 {
    background: #ff6600 none repeat scroll 0 0;
    transition: all 0.3s ease 0s;
}

i.icon-bg-1:hover {
    background: #f48d48 none repeat scroll 0 0;
}

i.icon-bg-2 {
    background: #458c05 none repeat scroll 0 0;
    transition: all 0.3s ease 0s;
}

i.icon-bg-2:hover {
    background: #6fc125 none repeat scroll 0 0;
}

i.icon-bg-3 {
    background: #6e06be none repeat scroll 0 0;
    transition: all 0.3s ease 0s;
}

i.icon-bg-3:hover {
    background: #b85ffd none repeat scroll 0 0;
}

i.icon-bg-4 {
    background: #5fadfc none repeat scroll 0 0;
    transition: all 0.3s ease 0s;
}

i.icon-bg-4:hover {
    background: #0557aa none repeat scroll 0 0;
}

i.icon-bg-5 {
    background: #b26704 none repeat scroll 0 0;
    transition: all 0.3s ease 0s;
}

i.icon-bg-5:hover {
    background: #ffa023 none repeat scroll 0 0;
}

i.icon-bg-6 {
    background: #ad0000 none repeat scroll 0 0;
    transition: all 0.3s ease 0s;
}

i.icon-bg-6:hover {
    background: #cc2d2d none repeat scroll 0 0;
}

i.icon-sm {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    width: 35px;
}

.content-boxes-v1 span {
    display: block;
    margin-top: 5px;
}

i.icon-custom {
    color: #fff;
    display: inline-block;
    height: 120px;
    line-height: 120px;
    margin-bottom: 5px;
    text-align: center;
    width: 120px;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
}

.rounded-x {
    border-radius: 50% !important;
}


/* ===Footer top image===*/

.footer-top-block {
    padding: 30px 0;
    position: relative;
    text-align: center;
    width: 100%;
}


/* ===Footer=== */

.footer-bg {
    background: #333;
    border-bottom: 1px solid #FFF;
}

.footer-logo {
    height: 60px;
    padding-left: 6px;
    padding-top: 10px;
}

.footer-span {
    color: #fff;
}

.footer-bottom-share {
    list-style: outside none none;
    margin: 10px 0 0;
    padding: 0;
}

.footer-bottom-share li {
    display: inline-block;
    margin-right: 10px;
}

.footer-bottom-share li a {
    color: #fff;
    font-weight: 700;
}

.footer-bottom-share img {
    height: 32px;
    width: 32px;
}

.footer-bottom-menu {
    list-style: outside none none;
    margin: 30px 0 0;
    padding: 0;
}

.footer-bottom-menu li {
    display: inline-block;
    margin-right: 10px;
}

.footer-bottom-menu li a {
    color: #fff;
    font-weight: 500;
}

.footer-bootom-bg {
    background: #000;
    padding: 20px 0;
    color: #FFF;
}

.footer-bootom-bg a {
    color: #888;
}

.footer-bootom-bg a:hover {
    color: #ddd;
}


/* 
  css by @ataur
*/

.description {
    font-size: 14px !important;
}

.text-primary {
    color: #72c02c !important;
}


/* css by Rumi */

#sidebar-nav-2 > li {
    list-style: none;
}

#sidebar-nav-2 > li> a {
    cursor: pointer;
    color: #0000ff !important;
}


#sidebar-nav-2 > li> a:hover {
    text-decoration: underline;
    color: #006621 !important;
}

#sidebar-nav-2 > li> a:active {
    color: #006621 !important;
    text-decoration: underline;
}

#sidebar-nav-2 > li> a:visited {
    color: #98389E !important;
    text-decoration: underline;
}


/* gallery css by rumi */

.slide {
    margin: 10px 0px;
}

.gallery-photo,
.slide {
    border-radius: 10px;
    background-clip: padding-box;
}

.carousel-caption {
    left: 2% !important;
    right: 2% !important;
}

.carousel-caption h3 {
    font-size: 18px !important;
    margin-left: 5px;
    margin-top: -84px;
    position: absolute;
}

.carousel-caption p {
    color: #fff !important;
    margin-top: 2% !important;
    position: absolute;
    margin-left: 5px;
    padding: 0px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 98%;
    display: block;
    overflow: hidden
}

.carousel-indicators {
    bottom: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 20px !important;
    height: 30px;
    margin-top: -5px !important;
    width: 20px !important;
}


/* ============Bangla Css========== */

.biam_head:lang(bn) {
    border-bottom: 1px solid #fff;
    font-size: 30px;
    color: #fff;
    padding-bottom: 0px;
}

.biam_head_lt:lang(bn) {
    font-size: 19px;
    position: absolute;
    padding-left: 63px;
    color: #FFF;
    top: 55px;
}


/*
.massage_box:lang(bn) h1 {
    font-size: 40px;
}

.massage_box:lang(bn) p {
    font-size: 18px;
}



.header:lang(bn) .navbar-nav > li > a {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
}

.heading-sm:lang(bn) span{
    font-size: 22px;
    line-height: 24px;
}

.heading-md:lang(bn) {
    font-size: 24px;
}

.title-v3-bg:lang(bn) {
    font-size: 24px !important;
}

.footer-span:lang(bn) {
    font-size: 22px;
}
*/


/*.hoverSelector:lang(en) a{
    font-size: 17px !important;
}
*/


/*.topbar:lang(bn) li > a {
    font-size: 14px !important;
}*/

.sidebar-nav-v1:lang(bn) li ul a {
    font-size: 14px !important;
}

.content a {
    color: #1A0DAB;
}

.content a:hover {
    color: #006621;
}

.content a:visited {
    color: #98389E;
}


/***For News Scroller******/


/***Date:11-Apr-2017***/

.breakingNews {
    /* border: 1px solid #eee; */
    height: 40px;
    margin-top: 10px;
    padding: 8px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.breakingNews i {
    color: #72c02c;
}

.breakingNews a {
    color: #f00;
}

.div-search {
    padding: 8px;
}


/*** Search Result Css **/

.result h3.r {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.result h3 {
    font-size: 18px;
}

.result h3.r a {
    cursor: pointer;
    color: #1a0dab;
}

.result h3.r a:visited {
    color: #6600af;
}

.s {
    color: #545454;
    max-width: 48em;
}

.resm {
    font-size: 14px !important;
    color: #006621;
    font-style: normal;
    line-height: 5px;
}

.s p {
    padding-top: 10px;
    line-height: 22px;
}
.nowraptd{
    width:0;
    white-space: nowrap;
}


/*=========Social Icon CSS========*/

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{color:#fff;background-color:#183c60;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{background-image:none}
.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)}
.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d70b7;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{background-image:none}
.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{color:#fff;background-color:#30487b;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-google-plus{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{color:#fff;background-color:#ca3523;border-color:rgba(0,0,0,0.2)}
.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{background-image:none}
.btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#309aea;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-youtube{color:#fff;background-color:#ff0000;border-color:rgba(0,0,0,0.2)}.btn-youtube:hover,.btn-youtube:focus,.btn-youtube:active,.btn-youtube.active,.open .dropdown-toggle.btn-youtube{color:#fff;background-color:#ff3333;border-color:rgba(0,0,0,0.2)}
.btn-youtube:active,.btn-youtube.active,.open .dropdown-toggle.btn-youtube{background-image:none}
.btn-youtube.disabled,.btn-youtube[disabled],fieldset[disabled] .btn-youtube,.btn-youtube.disabled:hover,.btn-youtube[disabled]:hover,fieldset[disabled] .btn-youtube:hover,.btn-youtube.disabled:focus,.btn-youtube[disabled]:focus,fieldset[disabled] .btn-youtube:focus,.btn-youtube.disabled:active,.btn-youtube[disabled]:active,fieldset[disabled] .btn-youtube:active,.btn-youtube.disabled.active,.btn-youtube[disabled].active,fieldset[disabled] .btn-youtube.active{background-color:#ff6666;border-color:rgba(0,0,0,0.2)}



/* ========Eroor page css========== */
/* .ich-bin {
    position: fixed;
    left:0px;
    right:0px;
    bottom:175px;
    width:100%;
}
.footer-bootom-bg {
    position: fixed;
    left:0px;
    right:0px;
    bottom:115px;
    width:100%;
}
.footer-bg {
    position: fixed;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;

} */

.header {
    /* position:fixed !important;*/
    top:0px;
    margin:auto;
    z-index:100000;
    width:100%;
}
.margin-top-80 {
    margin-top: 120px !important;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% { opacity: 0; }
}

@media print
{
    #headerWrapper,
    #searchWrapper,
    #sidebarContent,
    #footerContent,
    #printButton
    {
        display: none !important;
        width:0 !important;
        height: 0!important;
    }
}
.caret-up {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid black;
    float:right;
    margin:7px 0px 0px 3px;
}
.dropdown .dropdown-menu .dropdown .dropdown-toggle .caret, .dropdown .dropdown-menu .dropdown .dropdown-toggle .caret-up {
    margin-top:7px;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: 0px;
    width: auto;
    height: 16px;
}

.radio input[type="radio"], .radio-inline input[type="radio"] {
    float: left;
    margin-left: 0px;
    width: auto;
    height: 16px;
}
fieldset fieldset legend{
    font-size: 15px;
    margin-bottom: 0px;

}
fieldset fieldset label{
    margin: 0 10px 0 2px;


}
.pageimage{
    display: block;
    width: 25%;
    height: 34px;
    padding: -2px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.pageimage2{
    display: block;
    width: 35%;
    height: 34px;
    padding: -2px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.mrt{
    margin-top: 10px;
}
.mrb{
    margin-bottom: 10px;
}
.mrt5{
    margin-top: 5px;
}

.booked label{
    background-color: red;
    color: #fff;
    margin-top: 10px;
}

.card {
    background: #fff;
    border-radius: 2px;
    padding: 12px;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,.1);
}
.divcard {
    background: #fff;
    border-radius: 2px;
    padding: 20px;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,.1);
}

.pd{
    padding: 7px; 
}
.pbd{
    padding-bottom: 25px; 
}
.pd5{
    padding: 5px; 
}

.pdr{
    padding-right: 0; 
}

.noticeslider{
    border: 1px solid #CACACA;
}
.lnt{
    padding: 4px;
    margin-top: 0;
    margin-bottom: 1px;
    color:#fff;
    background: #00a0c6 url(../img/banner.png) no-repeat right center;
}

.pdln{
    padding: 3px 10px; 
    overflow: hidden;
}

.pdln p{
    margin: 3px;
}

.mrr{
    margin: 1px 3px 1px 1px;
}

.mrl{
    margin-left: 5px;
}

.blcol{
    color: #337ab7;
}
.blcol a{
    color: #0b15a5 !important;
}
.blcol a span{
    color: blue !important;
    font-size: 15px !important;
}

.wtcol{
    color: #fff;
}

.mncol{
    color:#888;
    font-size: 12px;
}

.roomlist{
    border: 1px solid #CACACA;
    background: #fbfbfb;

}
.cont-social ul {
    padding-left: 0px;
}
.cont-social li {
    display: inline-block;
    margin-right: 20px;
}
.page_title {
    font-size: 17px;
    font-weight: bold;
}
.btn-outline-danger {
    color: #f8ec0c;
    border-color: #fff;
    background-color: transparent;
    background-image: none;
    font-weight: bold;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #095ea7;
    border-color: #fff;
}

.media-block-v8 {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,.1);
    padding: 20px 15px 15px;
    position: relative;
    text-align: center;
    min-height: 146px;

}

#prntlogo {
    width: 80px;
}