body,html{
    overflow-x:hidden
}

html{
    font-size:1em
}
body{
    font-size:15px;
    font-weight:400;
    line-height:1.85;
    background:#fff;
    font-family: 'Baloo Tamma', cursive !important;
    color:#7e8890
}
::selection{
    background:#000;
    color:#fff
}
::-moz-selection{
    background:#000;
    color:#fff
}
h1,h2,h3,h4{
    /*margin:1.414em 0 .5em;*/
    line-height:1.2;
    font-weight:300;
    color:#000
}
h1{
    margin-top:0;
    font-size:3.998em
}
h2{
    font-size:30px;
}
h3{
    font-size:30px;
}
h4{
    font-size:1.414em
}
.font_small,small{
    font-size:.807em
}
figure,ol,p,ul{
    margin-bottom:1.3em
}
a{
    -webkit-transition:.3s all;
    transition:.3s all;
    color:#000;
}
a:active,a:focus,a:hover{
    color:#000;
    text-decoration:none
}
a.hover-reverse{
    color:#000
}
a.hover-reverse:active,a.hover-reverse:focus,a.hover-reverse:hover{
    color:#379392;
    text-decoration:none
}
.probootstrap-header{
   /* padding-top:20px; 
    padding-bottom:20px;*/
    width:100%;
    z-index:4;
    top:0;
    background:#fff
}
.probootstrap-logo{
    float:left;
    color:#000;
    padding-left:15px;
    font-size:20px;
    display:block;
    text-transform:uppercase;
    font-weight:700;
    font-family:Rubik,sans-serif
}
.probootstrap-logo:active,.probootstrap-logo:focus,.probootstrap-logo:hover{
    color:#000
}
@media screen and (max-width:768px){
    .probootstrap-logo{
        padding-left:25px
    }
	.sakala-title {
    font-family: 'Baloo Tamma', cursive ;
    font-size: 22px;
    padding-top: 20px;
    font-weight: bold;
    /*padding-left: 80px !important;*/
}
.sakala-title-government {
    font-family: 'Baloo Tamma', cursive ;
    font-size: 22px;
    font-weight: bold;
   /* padding-left: 80px !important;*/
    margin: 0;
}
}
.probootstrap-logo-center{
    text-transform:uppercase;
    position:relative;
    top:-7px
}
.probootstrap-logo-center a{
    margin-right:20px;
    margin-left:20px;
    text-align:center;
    color:#000;
    display:inline-block;
    zoom:1
}
@media screen and (max-width:992px){
    .probootstrap-logo-center a{
        margin-left:0;
        margin-right:0
    }
}
.probootstrap-nav{
    margin-left:0;
    text-align:right;
    float:none;
	width:100%;
}
.probootstrap-mobile-menu-active .probootstrap-nav{
    text-align:left;
    position:fixed;
    display:block!important;
    overflow-y:auto;
    top:0;
    right:0;
    bottom:0;
    z-index:2;
    height:100vh;
    width:300px;
    background:#060d24;
    padding:40px;
    -webkit-transition:.3s all ease-out;
    transition:.3s all ease-out;
    -webkit-transform:translateX(300px);
    transform:translateX(300px);
}
.probootstrap-burger-menu .visible-xs{
	color:#fff !important;
}
.probootstrap-mobile-menu-active .probootstrap-nav .extra-text{
    display:block;
    float:left;
    clear:both;
    margin-top:30px;
    color:#fff
}
.probootstrap-mobile-menu-active .probootstrap-nav .extra-text .social-buttons{
    padding:0;
    margin:0 0 20px
}
.probootstrap-mobile-menu-active .probootstrap-nav .extra-text .social-buttons li{
    display:inline-block;
    zoom:1;
    padding:0;
    margin:0
}
.probootstrap-mobile-menu-active .probootstrap-nav .extra-text .social-buttons li a{
    color:#fff;
    padding:10px
}
.probootstrap-mobile-menu-active .probootstrap-nav .extra-text .social-buttons li:first-child a{
    padding-left:0
}
.probootstrap-mobile-menu-active .probootstrap-nav .extra-text h5{
    text-transform:uppercase;
    letter-spacing:.1em;
    color:rgba(255,255,255,.5)
}
.probootstrap-mobile-menu-active.show .probootstrap-nav{
    -webkit-transform:translateX(0);
    transform:translateX(0)
}
.probootstrap-main-nav{
    margin:0;
    padding:0
}
.probootstrap-mobile-menu-active .probootstrap-main-nav{
    float:left;
    margin-top:40px;
    width:100%
}
.probootstrap-main-nav li{
    margin:0;
    padding:0 10px;
    list-style:none;
    display:inline;
    font-size:18px;
	width:180px;
	text-align: center;
	
}
.probootstrap-mobile-menu-active .probootstrap-main-nav li{
    margin-bottom:10px;
    padding-left:0;
    padding-right:0;
    display:block
}
.probootstrap-main-nav li a{
    text-transform:uppercase;
    padding:0;
    color:rgba(0,0,0,.5);
    font-size:14px
}
.probootstrap-mobile-menu-active .probootstrap-main-nav li a{
    margin-bottom:10px;
    padding:5px 0;
    display:block;
    line-height:1.5;
    color:rgba(255,255,255,.5);
    border-bottom:none!important
}
.probootstrap-main-nav li a:hover{
    color:#379392
}
.probootstrap-mobile-menu-active .probootstrap-main-nav li a:hover{
    color:#fff
}
.probootstrap-main-nav li.probootstrap-cta{
    margin-left:20px
}
.probootstrap-main-nav li.probootstrap-cta a{
    border:2px solid #fff;
    padding-right:20px;
    padding-left:20px;
    border-radius:4px
}
.probootstrap-main-nav li.probootstrap-cta a:hover{
    background:#fff;
    color:#379392
}
.probootstrap-mobile-menu-active .probootstrap-main-nav li.probootstrap-cta{
    margin-left:0;
    margin-top:20px
}
.probootstrap-mobile-menu-active .probootstrap-main-nav li.probootstrap-cta a{
    padding-top:2px;
    padding-bottom:2px
}
.probootstrap-main-nav li.active a{
    color: #fff;
    border-bottom: 2px solid #f1c13f;
}
.probootstrap-main-nav li.active a:hover{
    color:#fff;
}
.probootstrap-mobile-menu-active .probootstrap-main-nav li.active a{
    border-bottom:none!important;
    color:#fff
}
.probootstrap-header-social{
    position:absolute;
    top:34px;
    right:60px
}
.probootstrap-header-social li{
    display:inline;
    list-style:none;
    margin-left:5px
}
.probootstrap-header-social li a{
    color:#fff
}
.mobile-menu-overlay{
    /*z-index:1099;*/
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100vw;
    height:100vh;
    background:rgba(0,0,0,.3);
    opacity:0;
    visibility:hidden;
    -webkit-transition:.3s all ease-out;
    transition:.3s all ease-out
}
.probootstrap-mobile-menu-active.show .mobile-menu-overlay{
    opacity:1;
    visibility:visible
}
.probootstrap-intro{
    background-size:cover;
    background-repeat:no-repeat;
    position:relative;
    top:0;
    height:100vh;
    overflow:hidden
}
.probootstrap-intro.probootstrap-intro-inner{
    height:500px
}
.probootstrap-intro .probootstrap-scroll-down{
    position:absolute;
    z-index:1;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    -webkit-transition:.9s all ease-out;
    transition:.9s all ease-out;
    bottom:20px;
    color:#fff;
    opacity:1;
    visibility:visible
}
.probootstrap-intro .probootstrap-scroll-down.probootstrap-sleep{
    bottom:-50px;
    opacity:0;
    visibility:hidden
}
.probootstrap-intro .probootstrap-intro-text{
    margin-top:300px
}
@media screen and (max-width:768px){
    .probootstrap-intro{
        background-position:center center
    }
    .probootstrap-intro .probootstrap-intro-text{
        height:inherit!important;
        margin-top:100px;
        padding-left:15px;
        padding-right:15px
    }
}
.probootstrap-intro.probootstrap-intro-inner .probootstrap-intro-text{
    margin-top:190px
}
.probootstrap-intro:before{
    z-index:1;
    position:absolute;
    display:none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    content:"";
    background:#ddf0f3;
    background:-webkit-gradient(linear,left top,right top,from(#ddf0f3),to(#379392));
    background:linear-gradient(to right,#ddf0f3 0,#379392 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr=$firstcolor, endColorstr=$secondcolor, GradientType=1 );
    opacity:.8
}
.probootstrap-intro>.container,.probootstrap-intro>.container-fluid{
    position:relative;
    z-index:3
}
.probootstrap-intro h1{
    font-size:120px;
    text-transform:uppercase;
    color:#000;
    font-weight:900;
    line-height:100px;
    margin-bottom:0
}
.probootstrap-intro h1 span{
    font-weight:300;
    display:block
}
@media screen and (max-width:768px){
    .probootstrap-intro.probootstrap-intro-inner .probootstrap-intro-text{
        margin-top:150px
    }
    .probootstrap-intro{
        height:inherit!important;
        padding:7em 0
    }
    .probootstrap-intro h1{
        font-size:60px;
        line-height:60px
    }
}
.probootstrap-intro .probootstrap-subtitle{
    max-width:700px
}
.probootstrap-intro .probootstrap-subtitle h2{
    margin-top:0;
    color:rgba(0,0,0,.9);
    font-weight:300;
    font-family: 'Baloo Tamma', cursive ;
    letter-spacing:.1em;
    text-transform:uppercase;
    position:relative;
    padding-bottom:10px
}
.probootstrap-intro .probootstrap-subtitle h2:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:50px;
    height:2px;
    background:#379392
}
.probootstrap-intro .probootstrap-subtitle h2 a{
    color:#000
}
.probootstrap-intro .probootstrap-subtitle h2 a:hover{
    color:rgba(0,0,0,.7)
}
.probootstrap-intro.probootstrap-intro-inner h1{
    font-size:100px;
    line-height:100px
}
@media screen and (max-width:768px){
    .probootstrap-intro.probootstrap-intro-inner h1{
        font-size:50px;
        line-height:50px
    }
}
.probootstrap-intro.probootstrap-intro-inner h2{
    font-size:30px
}
.probootstrap-watch-intro{
    font-size:23px;
    font-weight:300
}
.probootstrap-watch-intro a i{
    position:relative;
    top:2px;
    -webkit-transition:.3s all;
    transition:.3s all
}
.probootstrap-watch-intro a:hover i{
    margin-left:20px
}
.probootstrap-burger-menu{
    display:inline-block;
    width:18px;
    height:18px;
    cursor:pointer;
    text-decoration:none
}
.probootstrap-burger-menu i{
    position:relative;
    display:inline-block;
    width:18px;
    height:2px;
    color:#fff;
    font:700 14px/.4 Helvetica,arial;
    text-transform:uppercase;
    text-indent:-55px;
    background:#fff;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out
}
.probootstrap-burger-menu i::after,.probootstrap-burger-menu i::before{
    content:'';
    width:18px;
    height:2px;
    background:#fff;
    position:absolute;
    left:0;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out
}
.probootstrap-burger-menu i::before{
    top:-7px
}
.probootstrap-burger-menu i::after{
    bottom:-7px
}
.probootstrap-burger-menu:hover i::before{
    top:-10px
}
.probootstrap-burger-menu:hover i::after{
    bottom:-10px
}
.probootstrap-burger-menu.active i{
    background:0 0
}
.probootstrap-burger-menu.active i::before{
    top:0;
    -webkit-transform:rotateZ(45deg);
    transform:rotateZ(45deg)
}
.probootstrap-burger-menu.active i::after{
    bottom:0;
    -webkit-transform:rotateZ(-45deg);
    transform:rotateZ(-45deg)
}
.probootstrap-mobile-menu-active.show .probootstrap-burger-menu i{
    color:#fff;
    background:#fff;
}
.probootstrap-mobile-menu-active.show .probootstrap-burger-menu i:after,.probootstrap-mobile-menu-active.show .probootstrap-burger-menu i:before{
    background:#fff;
}
.probootstrap-mobile-menu-active.show .probootstrap-burger-menu.active i{
    background:0 0;
	z-index:10;
}
.probootstrap-burger-menu{
    position:absolute;
    top:60px;
    right:20px
}
.btn{
    border:none;
    border-radius:4px;
    padding:8px 15px
}
.btn:active{
    -webkit-transition:.2s all;
    transition:.2s all;
    -webkit-transform:scale(.95);
    transform:scale(.95);
    -webkit-box-shadow:none;
    box-shadow:none
}
.btn.btn-lg{
    line-height:1.5;
    padding:15px 20px
}
.btn.btn-primary{
    border:2px solid #379392;
    background:#379392;
    color:#fff
}
.btn.btn-primary:active,.btn.btn-primary:focus,.btn.btn-primary:hover{
    background:#548687;
    color:#fff;
    border:2px solid #548687
}
.btn.btn-primary:active,.btn.btn-primary:focus{
    outline:0;
    border:2px solid #548687
}
.btn.btn-ghost{
    background:0 0;
    border:2px solid #379392;
    color:#379392
}
.btn.btn-ghost:hover{
    background:#379392;
    color:#fff;
    border:2px solid #379392
}
.btn.btn-ghost:active,.btn.btn-ghost:focus{
    outline:0;
    background:0 0;
    color:#379392;
    border:2px solid #379392
}
.btn.btn-ghost.btn-ghost-white{
    background:0 0;
    border:2px solid #fff;
    color:#fff
}
.btn.btn-ghost.btn-ghost-white:hover{
    background:#fff;
    color:#379392
}
.btn.btn-ghost.btn-ghost-white:active,.btn.btn-ghost.btn-ghost-white:focus{
    outline:0;
    background:#fff;
    color:#379392;
    border:2px solid #fff
}
.btn.btn-black,.btn.btn-black:active,.btn.btn-black:focus,.btn.btn-black:hover{
    background:#000;
    border:1px solid #000;
    color:#fff
}
.btn.btn-black:active,.btn.btn-black:focus{
    outline:0
}
.probootstrap-section{
    padding:10px 0;
    position:relative;
    z-index:0;
}
.probootstrap-section.probootstrap-section-sm{
    padding:3em 0
}
.probootstrap-section.probootstrap-border-top{
    border-top:1px solid rgba(0,0,0,.1)
}
.probootstrap-section.probootstrap-border-bottom{
    border-bottom:1px solid rgba(0,0,0,.1)
}
.probootstrap-section>.container.probootstrap-border-top{
    padding-top:50px;
    border-top:1px solid rgba(0,0,0,.1)
}
.probootstrap-section.probootstrap-section-colored,.probootstrap-section.probootstrap-section-dark{
    background:#ddf0f3;
    background:-webkit-gradient(linear,left top,right top,from(#ddf0f3),to(#379392));
    background:linear-gradient(to right,#ddf0f3 0,#379392 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr=$firstcolor, endColorstr=$secondcolor, GradientType=1 )
}
.probootstrap-section.probootstrap-section-colored .section-heading h2,.probootstrap-section.probootstrap-section-dark .section-heading h2{
    color:#fff
}
.probootstrap-section.probootstrap-section-colored .section-heading p,.probootstrap-section.probootstrap-section-dark .section-heading p{
    color:rgba(255,255,255,.6)
}
.probootstrap-section.probootstrap-section-colored p,.probootstrap-section.probootstrap-section-dark p{
    color:#fff
}
.probootstrap-section.probootstrap-section-dark{
    background:#091233;
    color:#000
}
.probootstrap-section.probootstrap-section-dark .section-heading h2{
    color:#000
}
.probootstrap-section.probootstrap-section-dark .section-heading p,.probootstrap-section.probootstrap-section-dark p{
    color:rgba(0,0,0,.6)
}
.probootstrap-section.probootstrap-bg-white{
    background:#fff
}
.probootstrap-section.probootstrap-bg{
    background-size:cover;
    background-repeat:no-repeat
}
.probootstrap-section.probootstrap-bg:before{
    position:absolute;
    content:"";
    background:rgba(0,0,0,.4);
    top:0;
    left:0;
    right:0;
    bottom:0
}
.probootstrap-section .heading-with-icon{
    color:#379392;
    font-size:24px
}
.probootstrap-section .heading-with-icon i{
    color:#379392
}
.probootstrap-section-heading h2{
    margin-top:0;
    margin-bottom:10px;
	font-weight: bold;
}
@media screen and (max-width:768px){
    .probootstrap-section{
        padding:3em 0
    }
    .probootstrap-section-heading h2{
        font-size:30px
    }
}
.probootstrap-cta{
    padding:10px 0;
}
.probootstrap-cta.probootstrap-light{
    background:#f5f5f5;
}
.probootstrap-cta .probootstrap-cta-heading{
    font-size:16px;
    margin-top:10px;
    float:left;
    width:80%;
    margin-bottom:0
}
.probootstrap-cta .probootstrap-cta-heading span{
    font-size:16px
}
.probootstrap-cta .probootstrap-cta-button-wrap{
    width:20%;
    float:left;
    text-align:left;
}
@media screen and (max-width:768px){
    .probootstrap-cta .probootstrap-cta-heading{
        margin-bottom:30px
    }
    .probootstrap-cta .probootstrap-cta-button-wrap,.probootstrap-cta .probootstrap-cta-heading{
        width:100%;
        text-align:left
    }
}
.probootstrap-relative{
    position:relative
}
.probootstrap-owl-navigation{
    margin:0;
    padding:0
}
.probootstrap-owl-navigation.absolute{
    position:absolute;
    top:2px
}
.probootstrap-owl-navigation.absolute.right{
    right:15px
}
@media screen and (max-width:768px){
    .probootstrap-owl-navigation.absolute{
        position:relative;
        margin-bottom:40px
    }
    .probootstrap-owl-navigation.absolute.right{
        margin-left:15px
    }
}
.probootstrap-owl-navigation.absolute.left{
    left:0
}
.probootstrap-owl-navigation li{
    display:inline-block;
    list-style:none;
    margin:0;
    padding:0
}
.probootstrap-owl-navigation li a{
    font-size:20px;
    padding:7px;
    background:#e6e5e5;
    color:#807f7f;
    border-radius:4px
}
.probootstrap-owl-navigation li a i{
    position:relative;
    top:1px
}
.probootstrap-owl-navigation li a:hover{
    background:#379392;
    color:#fff
}
.probootstrap-room{
    -webkit-transition:.3s all ease-out;
    transition:.3s all ease-out;
    margin-bottom:30px
}
.probootstrap-room h3{
    font-size:18px;
    line-height:24px;
    margin-bottom:0;
    margin-top:0;
	height:55px;
}
.probootstrap-room p{
    color:#7a7a7a
}
.probootstrap-room p strong{
    color:#000;
    font-weight:400
}
.probootstrap-room p:last-child{
    margin-bottom:0
}
.probootstrap-room .text{
    padding:20px;
    border:1px solid #e0e0e0;
    border-top:none;
	margin-left:1px;
}
.probootstrap-room.fade{
    opacity:.4
}
.probootstrap-half{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.probootstrap-half .image,.probootstrap-half .text{
    width:50%
}
.probootstrap-half .image{
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat
}
.probootstrap-half .text{
    padding:100px;
    background:#379392
}
@media screen and (max-width:1000px){
    .probootstrap-half .image{
        height:300px;
        width:100%
    }
    .probootstrap-half .text{
        width:100%;
        padding:30px 15px;
        float:left
    }
}
.probootstrap-half .text h2{
    color:#fff
}
.probootstrap-half .text p{
    color:#fff;
    line-height:1.5
}
.section-heading h2{
    font-size:2.074em;
    font-weight:300
}
.probootstrap-form .form-note-link,.probootstrap-form label{
    font-weight:400
}
.lead{
    line-height:1.65
}
.probootstrap-footer{
    padding:3px 0px;
    position:relative;
	background:#091233;
}
.probootstrap-footer .probootstrap-backtotop{
    position:absolute;
    top:-30px;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}
.probootstrap-footer .probootstrap-backtotop a{
    -webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,.1);
    box-shadow:0 2px 20px 0 rgba(0,0,0,.1);
    display:inline-block;
    zoom:1;
    text-align:center;
    background:#fff;
    width:60px;
    height:60px;
    line-height:60px;
    border-radius:50%;
    border-bottom:none!important
}
.probootstrap-footer .probootstrap-backtotop a:active,.probootstrap-footer .probootstrap-backtotop a:focus,.probootstrap-footer .probootstrap-backtotop a:hover{
    color:#379392!important
}
.probootstrap-footer .border-top{
    padding-top:50px;
    border-top:1px solid rgba(255,255,255,.2)
}
@media screen and (max-width:768px){
    .probootstrap-footer{
        padding:3em 0
    }
}
.probootstrap-footer .probootstrap-footer-widget{
    float:left;
    width:100%;
    margin-bottom:30px
}
.probootstrap-footer .probootstrap-footer-widget h4{
    font-size:20px;
    margin-bottom:20px
}
.probootstrap-footer .probootstrap-footer-link{
    padding:0;
    margin:0
}
.probootstrap-footer .probootstrap-footer-link.float{
    float:left;
    margin-right:40px
}
@media screen and (max-width:992px){
    .probootstrap-footer .probootstrap-footer-link.float{
        margin-top:0;
        margin-left:0;
        margin-right:40px
    }
}
@media screen and (max-width:480px){
    .probootstrap-footer .probootstrap-footer-link.float{
        margin-top:0;
        margin-left:0;
        margin-right:0;
        width:100%
    }
}
.probootstrap-footer .probootstrap-footer-link li{
    list-style:none;
    padding:0;
    margin:0
}
.probootstrap-footer .probootstrap-back-to-top{
    text-align:right
}
@media screen and (max-width:768px){
    .probootstrap-footer .probootstrap-back-to-top{
        text-align:left;
        margin-top:30px
    }
}
.probootstrap-hover-overlay{
    position:relative;
    display:block;
    overflow:hidden;
    -webkit-transition:.7s all ease-out;
    transition:.7s all ease-out;
    margin-bottom:30px
}
.probootstrap-hover-overlay img{
    position:relative;
    z-index:1;
    -webkit-transition:.3s all ease-out;
    transition:.3s all ease-out
}
.probootstrap-hover-overlay:before{
    -webkit-transition:.3s all ease-out;
    transition:.3s all ease-out;
    content:"";
    top:0;
    left:0;
    right:0;
    bottom:0;
    position:absolute;
    background:rgba(0,0,0,.5);
    opacity:0;
    visibility:hidden;
    z-index:2
}
.probootstrap-hover-overlay .probootstrap-text-overlay{
    position:absolute;
    z-index:20;
    left:20px;
    top:20px;
    -webkit-transition:.4s all ease-out;
    transition:.4s all ease-out;
    opacity:0;
    visibility:hidden
}
.probootstrap-hover-overlay .probootstrap-text-overlay h3{
    color:#fff;
    margin-bottom:0;
    margin-top:0
}
.probootstrap-hover-overlay .probootstrap-text-overlay p{
    color:rgba(255,255,255,.8);
    font-size:12px;
    letter-spacing:.1em;
    text-transform:uppercase
}
.probootstrap-hover-overlay .probootstrap-text-overlay p:last-child{
    margin-bottom:0
}
.probootstrap-hover-overlay:hover:before{
    opacity:1;
    visibility:visible
}
.probootstrap-hover-overlay:hover .probootstrap-text-overlay{
    top:20px;
    opacity:1;
    visibility:visible
}
.probootstrap-hover-overlay:hover img{
    -webkit-transform:scale(1.1);
    transform:scale(1.1)
}
.probootstrap-block-image-text{
    background:#fff;
    margin-bottom:30px
}
.probootstrap-block-image-text figure{
    margin-bottom:0;
    position:relative
}
.probootstrap-block-image-text figure img{
    max-width:100%;
    margin-bottom:0
}
.probootstrap-block-image-text .actions{
    position:absolute;
    bottom:10px;
    right:0
}
.probootstrap-block-image-text .actions a{
    color:#fff;
    margin-right:10px
}
.probootstrap-block-image-text .text{
    padding:20px
}
.probootstrap-block-image-text .text h3{
    margin:0 0 20px;
    font-size:20px;
	text-align:center;
}
.probootstrap-block-image-text .text h3 a{
    color:#000
}
.probootstrap-block-image-text .text h3 a:hover{
    color:#379392
}
.probootstrap-block-image-text .text p.dark{
    color:#999
}
.probootstrap-block-image-text .text p:last-child{
    margin-bottom:0
}
.post-meta{
    font-size:12px;
    text-transform:uppercase;
    color:#b3b2b2
}
.post-meta ul{
    padding:0;
    margin:0
}
.post-meta ul li{
    display:inline-block;
    list-style:none;
    margin-right:10px;
    margin-bottom:10px
}
.post-meta .review-rate{
    border-radius:4px;
    display:inline-block;
    zoom:1;
    margin-right:10px;
    padding:2px 3px;
    line-height:1;
    background:#000;
    color:#fff
}
.probootstrap-blog-list,.probootstrap-news-list,.probootstrap-product-list{
    padding:0;
    margin:0
}
.probootstrap-blog-list li,.probootstrap-news-list li,.probootstrap-product-list li{
    padding:0;
    margin:0 0 20px;
    list-style:none
}
.probootstrap-blog-list li a,.probootstrap-news-list li a,.probootstrap-product-list li a{
    color:#000;
    display:table
}
.probootstrap-blog-list li a .probootstrap-image,.probootstrap-blog-list li a .probootstrap-text,.probootstrap-news-list li a .probootstrap-image,.probootstrap-news-list li a .probootstrap-text,.probootstrap-product-list li a .probootstrap-image,.probootstrap-product-list li a .probootstrap-text{
    display:table-cell;
    vertical-align:top
}
.probootstrap-blog-list li a p,.probootstrap-news-list li a p,.probootstrap-product-list li a p{
    color:#7e8890;
    line-height:1.4
}
.probootstrap-blog-list li a .probootstrap-image,.probootstrap-news-list li a .probootstrap-image,.probootstrap-product-list li a .probootstrap-image{
    width:80px
}
.probootstrap-blog-list li a .probootstrap-image img,.probootstrap-news-list li a .probootstrap-image img,.probootstrap-product-list li a .probootstrap-image img{
    border-radius:2px
}
.probootstrap-blog-list li a .probootstrap-text,.probootstrap-news-list li a .probootstrap-text,.probootstrap-product-list li a .probootstrap-text{
    padding-left:20px
}
.probootstrap-blog-list li a .probootstrap-text .meta,.probootstrap-news-list li a .probootstrap-text .meta,.probootstrap-product-list li a .probootstrap-text .meta{
    display:block;
    color:#ccc
}
.probootstrap-blog-list li a .probootstrap-text h4,.probootstrap-news-list li a .probootstrap-text h4,.probootstrap-product-list li a .probootstrap-text h4{
    font-size:20px;
    margin:0;
    color:#000
}
.link-with-icon,.probootstrap-blog-list li a:hover h4,.probootstrap-news-list li a:hover h4,.probootstrap-product-list li a:hover h4{
    color:#379392
}
.link-with-icon i{
    position:relative;
    top:2px;
    opacity:0;
    visibility:hidden;
    -webkit-transition:.3s all;
    transition:.3s all;
    left:-20px
}
.link-with-icon:focus,.link-with-icon:hover{
    color:#548687
}
.link-with-icon:focus i,.link-with-icon:hover i{
    position:relative;
    top:2px;
    left:0;
    opacity:1;
    visibility:visible
}
.link-with-icon.white,.link-with-icon.white:hover{
    color:#fff
}
.probootstrap-footer-social{
    padding:0;
    margin:0
}
.probootstrap-footer-social li{
    display:inline;
    padding:0;
    margin:0;
    list-style:none
}
.probootstrap-footer-social li a{
    padding:10px;
    font-size:22px
}
.probootstrap-footer-social li:first-child>a{
    padding-left:0
}
.nav-pills.probootstrap-center,.nav-tabs.probootstrap-center{
    text-align:center
}
.nav-pills.probootstrap-center>li,.nav-tabs.probootstrap-center>li{
    float:none;
    display:inline-block;
    zoom:1
}
.nav-pills.probootstrap-tabs>li>a,.nav-tabs.probootstrap-tabs>li>a{
    border-radius:0;
    padding:20px 30px;
    background:#379392;
    color:#fff;
    font-size:16px;
    border:none!important
}
@media screen and (max-width:480px){
    .nav-pills.probootstrap-center>li,.nav-pills.probootstrap-tabs>li>a,.nav-tabs.probootstrap-center>li,.nav-tabs.probootstrap-tabs>li>a{
        width:100%;
        display:block
    }
}
.nav-pills.probootstrap-tabs>li>a:hover,.nav-tabs.probootstrap-tabs>li>a:hover{
    background:#7d2d69
}
.nav-pills.probootstrap-tabs>li>a:active,.nav-pills.probootstrap-tabs>li>a:focus,.nav-tabs.probootstrap-tabs>li>a:active,.nav-tabs.probootstrap-tabs>li>a:focus{
    outline:0
}
.nav-pills.probootstrap-tabs>li.active>a,.nav-tabs.probootstrap-tabs>li.active>a{
    background:#fff;
    color:#000
}
.nav-pills.probootstrap-tabs.no-border,.nav-tabs.probootstrap-tabs.no-border{
    border-bottom:none
}
.probootstrap-tab-style-1{
    position:absolute;
    bottom:1px;
    width:100%
}
@media screen and (max-width:768px){
    .probootstrap-tab-section{
        padding-bottom:0!important
    }
    .probootstrap-tab-style-1{
        position:relative
    }
}
.service{
    margin-bottom:30px;
    float:left;
    width:100%;
    padding:40px;
    border:1px solid rgba(0,0,0,.1)
}
.service .icon{
    display:block;
    margin-bottom:30px
}
.service .icon i{
    font-size:40px;
    color:#379392
}
.service h3{
    font-size:22px;
    margin-bottom:20px;
    margin-top:0
}
.service p{
    font-size:15px
}
.service.left-icon{
    padding:0;
    border:none;
    margin-bottom:20px!important
}
.service.left-icon .icon,.service.left-icon .text{
    display:table-cell;
    vertical-align:top
}
.service.left-icon .icon{
    width:70px;
    position:relative;
    top:0
}
.service.left-icon .icon img{
    max-width:100%
}
.service.left-icon .icon i{
    font-size:40px
}
.service.left-icon .icon .svg{
    fill:#379392
}
.service.left-icon .text{
    display:table-cell;
    padding-left:30px
}
.right-sidebar{
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 2px solid #f1c13f;
    padding-bottom: 10px;
    background: #091233;
    line-height: 40px;
    font-weight: bold;
    padding-top: 10px;
	color:#f1c13f;
}
.left-icon-color-1{
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 2px solid #f1c13f;
    padding-bottom: 10px;
    background: #091233;
    line-height: 40px;
    font-weight: bold;
    padding-top: 10px;
	color:#f1c13f;
}
.service.left-icon p{
    font-size:14px
}
.service.left-icon p:last-child{
    margin-bottom:0
}
.service.left-icon.left-icon-sm .icon{
    width:60px
}
.service.left-icon.left-icon-sm .text{
    padding-left:0
}
.service.hover_service{
    -webkit-transition:.3s all;
    transition:.3s all
}
.service.hover_service:focus,.service.hover_service:hover{
    -webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,.1);
    box-shadow:0 2px 20px 0 rgba(0,0,0,.1);
    border:1px solid transparent
}
.probootstrap-form{
    margin-bottom:50px
}
.probootstrap-form.probootstrap-form-box{
    background:#fff;
    padding:60px;
    -webkit-box-shadow:18px 17px 104px -24px rgba(0,0,0,.1);
    box-shadow:18px 17px 104px -24px rgba(0,0,0,.1)
}
@media screen and (max-width:768px){
    .probootstrap-form.probootstrap-form-box{
        padding:20px
    }
}
.probootstrap-form .form-note-link a{
    color:#bfbfbf
}
.probootstrap-form .form-note-link a:active,.probootstrap-form .form-note-link a:focus,.probootstrap-form .form-note-link a:hover{
    color:#404040
}
.probootstrap-form .form-control{
    height:46px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-size:16px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border:2px solid #e6e5e5;
    background:#fafafa;
    -webkit-transition:.3s all ease-out;
    transition:.3s all ease-out
}
.probootstrap-form .form-control:active,.probootstrap-form .form-control:focus{
    -webkit-box-shadow:none;
    box-shadow:none;
    border-color:#379392;
    background:#fff
}
.probootstrap-form .form-group .form-field{
    position:relative
}
.probootstrap-form .form-group .form-field .icon{
    position:absolute;
    top:15px;
    right:20px
}
.probootstrap-form .form-group .form-field .form-control{
    padding-right:50px
}
.probootstrap-form textarea.form-control{
    height:inherit;
    resize:vertical
}
.probootstrap-animate{
    opacity:0;
    visibility:hidden
}
.probootstrap-contact-info,.with-icon{
    padding:0;
    margin:0 0 30px
}
.probootstrap-contact-info li,.with-icon li{
    padding:0;
    margin:10px 0 1px;
    list-style:none;
    line-height:24px;
    display:table
}
.probootstrap-footer-widget h3{
	font-size:18px;
	border-bottom: 3px solid #fff;
    padding-bottom: 10px;
	color: #f1c13f;
    font-weight: bold;
	padding-top:10px;
    height: 70px;
}
.probootstrap-contact-info li>i,.probootstrap-contact-info li>span,.with-icon li>i,.with-icon li>span{
    vertical-align:top;
    display:table-cell;
	color:#f1c13f;
    font-size: 16px;
}
.probootstrap-contact-info li>i,.with-icon li>i{
    font-size:20px;
    position:relative;
    width:30px;
	color: #7e8890;    
}
.with-icon li i{
    top:4px;
    font-size:15px
}
.with-icon.colored i{
    color:#379392
}
.flexslider,.flexslider .slides>li,.slider-height{
    height:430px;
    overflow:hidden
}
.lead{
    font-size:20px
}
.flexslider{
    position:relative;
    z-index:0;
    background:0 0;
    border:none;
    margin:0;
    border-radius:0;
    color:rgba(255,255,255,.7)
}
.flexslider .seperator{
    max-width:auto;
    width:auto!important;
    margin:0 auto
}
.flexslider .probootstrap-heading{
    color:#fff;
    font-weight:300;
    font-size:50px;
    line-height:60px;
    font-family:"Crimson Text",serif
}
.flexslider .probootstrap-sub-wrap{
    max-width:700px;
    text-align:left;
    font-size:18px;
    line-height:1.5
}
.flexslider .text-center .probootstrap-sub-wrap{
    margin:0 auto;
    text-align:center
}
.flexslider .probootstrap-slider-text{
    margin-top:300px
}
@media screen and (max-width:400px){
.browser { font-size: 8px;  padding-bottom: 5px; padding-top: 10px; float: left; color: #000; text-align:left; margin-left:1px !important;}
[class*="col-"] {
    width: 100%;
  }
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%; float:left;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 100%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%; text-align:center !important; margin-left:auto !important; margin-right:auto !important;}
button {
    background-color: #379392;
    color: white;
    padding: 14px 20px;
    margin: 6px 5px;
    border: none;
    cursor: pointer;
    width: 100% !important;
    font-size: 12px;
}
.sakala-title {
    font-family: 'Baloo Tamma', cursive ;
    font-size: 12px !important;
    padding-top: 0px !important;
    font-weight: bold;
    padding-left: 5px !important;
	text-align:center;
}
.cm-content-bg {
    /* background: #facf5a; */
    /* width: 117px; */
    height: 100px;
	width:100% !important;
	margin-bottom:80px;
    /* margin-top: 20px; */
    text-align: center !important;
}
.cm-content-bg img {
    padding-right: 0px !important;
}
.cmrf-logo{
	text-align: center;
    margin-bottom: 42px;
}
.probootstrap-main-nav li{
	width:200px !important;
}
.probootstrap-mobile-menu-active .probootstrap-main-nav li{
	width:100%;
}
.bank-details td {
    border-bottom: 1px solid #fff;
    text-align: left;
    color: #fff;
    float: left;
	width:100%;
}
.banner-head {
    color: #fbdd0d;
    font-size: 14px !important;
    position: absolute;
    margin-top: 30% !important;
    font-weight: bold;
    margin-left: 0% !important;
}
.sakala-title-government {
    font-family: 'Baloo Tamma', cursive ;
    font-size: 12px !important;
    font-weight: bold;
    padding-left: 6px !important;
    margin: 0;
	text-align:center;
}
.service-item {
    margin-bottom: 50px;
    background: #091233;
    padding-right: 1px;
    width: 100% !important;
    margin-right: 10px;
}
.qrcode-table-white h5 {
    color: #091233;
    padding-left: 15px;
    margin: 0px;
    font-size: 10px !important;
    font-weight: bold;
}
.step-donate-white h4 {
    font-weight: bold;
    color: #f1c13f;
    text-align: center;
    border-bottom: 3px solid #091233;
    font-size: 14px !important;
}
.hdfc-bank {
    text-align: center;
    border-bottom: 10px solid #f1c13f;
    height: auto !important;
    padding: 15px;
}
.probootstrap-section {
    padding: 10px 0 !important;
}
.department-head {
    color: #fff;
    font-size: 22px !important;
    padding-left: 50px;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
}
.cumulative-report-head {
    color: #fff;
    font-size: 22px !important;
    padding-bottom: 20px;
    text-align: center;
}
.carousel-caption h3 {
    font-size: 20px !important;
    color: #fff;
    text-shadow: none;
}
.cumulative .department-count {
    position: relative;
    border-radius: 3px;
    background: #fff;
    padding: 1px;
    width: 50% !important;
    font-size: 30px;
    text-align: center;
    color: #379392;
    margin-left: 28%;
    text-shadow: none;
    margin-top: 10px;
}
.probootstrap-burger-menu i {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 2px;
    color: #FFF !important;
    font: 700 14px/.4 Helvetica,arial;
    text-transform: uppercase;
    text-indent: -55px;
    background: #000;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.service-head {
    color: #fff;
    font-size: 22px !important;
    padding-left: 50px;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
}

.logo-left img{
	width:80px;
}
.flexslider, .flexslider .slides>li, .slider-height {
    height: 150px !important;
    overflow: hidden;
}

.banner-head {
    color: #fbdd0d;
    font-size: 27px;
    position: absolute;
    margin-top: 36%;
    font-weight: bold;
    /* margin-left: -6%; */
}
.logo-right img{
	width:80px;
}

.service.left-icon .text {
    display: table-cell;
    padding-left: 1px;
}
.probootstrap-mobile-menu-active .probootstrap-main-nav li {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    width: 100% !important;
}
.logo-center {
    margin-top: -42px !important;
}
.name_text_span {
      font-size: 10px !important;
    }

.check-service {
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    margin-top: 45px;
    width: 300px !important;
}

.check-service-tble-two {
    margin: 0 auto;
    width: 100% !important;
}

.check-service-tble-one {
    margin: 0 auto;
    width: 100% !important;
}

.online-appeal {
    padding: 10px !important;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    margin-top: 50px;
    width: 300px !important;
}
.probootstrap-section-heading h2 {
    font-size: 22px;
}

.sakalacomp {
    position: fixed;
    bottom: 50%;
    right: 0;
    display: none !important;
}
#contact-buttons-bar {
    position: fixed;
    top: 120px;
    left: -50px;
    width: 50px;
    display: none !important;
}

.logo-left {
    margin-top: 0px !important;
}

.depart-head-top {
    background: #379392;
    height: 45px;
    font-size: 10px !important;
    padding-top: 14px;
    color: #fff;
    cursor: pointer;
}

.depart-head a {
    font-size: 10px !important;
    color: #fff;
}

.bruhatlist a {
    color: #fff;
    display: inline;
    font-size: 10px !important;
    padding: 20px;
}

.overlay-content {
    position: relative;
    top: 15% !important;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.online-service{
	color:#379392; font-weight:bold;
}
}
.flexslider.probootstrap-inner{
    height:500px
}
.flexslider.probootstrap-inner .probootstrap-slider-text{
    margin-top:150px
}
.flexslider .slides>li{
    background-size:cover;
    background-position:center center;
    background-repeat:none
}
.flexslider .slides>li.overlay:before{
    content:"";
    background:rgba(0,0,0,.0);
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0
}
.flexslider .flex-control-paging{
    position:absolute;
    bottom:30px;
    z-index:20
}
@media screen and (max-width:480px){
    .flexslider.probootstrap-inner .probootstrap-slider-text{
        margin-top:100px
    }
    .flexslider .flex-direction-nav{
        display:none
    }
}
.flexslider .flex-direction-nav a{
    text-decoration:none;
    display:block;
    width:30px;
    height:30px;
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index:10;
    overflow:hidden;
    opacity:0;
    cursor:pointer;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
     /*border:1px solid rgba(255,255,255);
    border-radius:50%;*/
    padding:30px;
	background:#091233;
}
.flexslider .flex-direction-nav a:active,.flexslider .flex-direction-nav a:focus,.flexslider .flex-direction-nav a:hover{
    outline:0;
}
.flexslider .flex-direction-nav a:before{
    font-family:icomoon;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    position:absolute;
    content:"\e929";
    -webkit-transition:.3s all;
    transition:.3s all;
    font-size:30px;
    display:inline-block;
    color:#fff;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.flexslider .flex-direction-nav a.flex-next:before{
    content:"\e92a";
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.flex-direction-nav .flex-prev{
    left:50px
}
.flex-direction-nav .flex-next{
    right:50px;
    text-align:right
}
.flexslider:hover .flex-direction-nav .flex-prev{
    opacity:.7;
    left:60px
}
.flexslider:hover .flex-direction-nav .flex-next:hover,.flexslider:hover .flex-direction-nav .flex-prev:hover{
    opacity:1;
    background:#091233;
}
.flexslider:hover .flex-direction-nav .flex-next{
    opacity:.7;
    right:60px
}
.flex-control-paging li a{
    width:10px;
    height:10px;
    display:block;
    background:rgba(255,255,255,.2);
    cursor:pointer;
    text-indent:-9999px;
    -webkit-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
    -webkit-transition:.3s all;
    transition:.3s all;
	border-radius: none !important;
}
.flex-control-paging li a:hover{
    background:#333;
    background:rgba(255,255,255,.7)
}
.flex-control-paging li a.flex-active{
    background:#fff;
    cursor:default
}
.owl-carousel{
    margin-bottom:100px
}
.owl-carousel.border-rounded .item{
    border:1px solid rgba(0,0,0,.1);
    border-radius:4px;
    overflow:hidden
}
.owl-carousel .owl-controls,.owl-carousel-posts .owl-controls{
    margin-top:0
}
.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel-posts .owl-controls .owl-nav .owl-next,.owl-carousel-posts .owl-controls .owl-nav .owl-prev{
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index:9999;
    position:absolute;
    -webkit-transition:.2s all;
    transition:.2s all
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next,.owl-carousel-posts .owl-controls .owl-nav .owl-prev{
    top:24%
}
.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel-posts .owl-controls .owl-nav .owl-next{
    right:20px
}
.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel-posts .owl-controls .owl-nav .owl-prev{
    left:20px
}
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i,.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i,.owl-carousel-posts .owl-controls .owl-nav .owl-next i,.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i{
    color:#000
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i,.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i{
    color:#fff
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
    background:0 0!important
}
.owl-theme .owl-controls .owl-nav [class*=owl-] i{
    font-size:24px;
    background:rgba(0,0,0,.7)!important;
    padding:12px;
    -webkit-transition:.5s all;
    transition:.5s all
}
.mfp-no-margins .mfp-container,.mfp-no-margins img.mfp-img{
    padding:0
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:focus i,.owl-theme .owl-controls .owl-nav [class*=owl-]:hover i{
    background:rgba(0,0,0,.7)!important
}
.owl-theme .owl-dots{
    position:absolute;
    bottom:-30px;
    width:100%;
    text-align:center
}
.owl-carousel-fullwidth.owl-theme .owl-dots,.owl-work.owl-theme .owl-dots{
    bottom:-30px;
    margin-bottom:-2.5em
}
.owl-theme .owl-dots .owl-dot span{
    width:8px;
    height:8px;
    background:rgba(0,0,0,.2);
    -webkit-transition:.2s all;
    transition:.2s all;
    border:2px solid transparent
}
.owl-theme .owl-dots .owl-dot span:hover{
    background:0 0;
    border:2px solid rgba(0,0,0,.2)
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
    background:0 0;
    border:2px solid #000
}
.probootstrap-testimonial:before{
    background:rgba(0,0,0,.7)!important
}
.probootstrap-testimonial .section-heading p{
    color:rgba(255,255,255,.9)!important
}
.probootstrap-testimonial .owl-theme .owl-dots .owl-dot span{
    background:rgba(255,255,255,.2)
}
.probootstrap-testimonial .owl-theme .owl-dots .owl-dot span:hover{
    background:0 0;
    border:2px solid rgba(255,255,255,.2)
}
.probootstrap-testimonial .owl-theme .owl-dots .owl-dot.active span,.probootstrap-testimonial .owl-theme .owl-dots .owl-dot:hover span{
    background:0 0;
    border:2px solid #fff
}
.mfp-fade.mfp-bg{
    opacity:0;
    -webkit-transition:all .15s ease-out;
    transition:all .15s ease-out
}
.mfp-fade.mfp-bg.mfp-ready{
    opacity:.8
}
.mfp-fade.mfp-bg.mfp-removing{
    opacity:0
}
.mfp-fade.mfp-wrap .mfp-content{
    opacity:0;
    -webkit-transition:all .15s ease-out;
    transition:all .15s ease-out
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content{
    opacity:1
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content{
    opacity:0
}
.image-link{
    cursor:-webkit-zoom-in;
    cursor:zoom-in
}
.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{
    opacity:0;
    -webkit-backface-visibility:hidden;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out
}
.mfp-with-zoom.mfp-ready .mfp-container{
    opacity:1
}
.mfp-with-zoom.mfp-ready.mfp-bg{
    opacity:.8
}
.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{
    opacity:0
}
.mfp-no-margins .mfp-figure:after{
    top:0;
    bottom:0
}
.mfp-title{
    text-align:center;
    padding:6px 0
}
.image-source-link{
    color:#DDD
}
.probootstrap-gutter0>div[class*=col-]{
    padding-right:0;
    padding-left:0
}
@media screen and (max-width:480px){
    .probootstrap-gutter0>div[class*=col-]{
        padding-right:0;
        padding-left:0
    }
    .probootstrap-gutter10>div[class*=col-]{
        padding-right:5px;
        padding-left:5px
    }
}
.probootstrap-gutter10>div[class*=col-]{
    padding-right:5px;
    padding-left:5px
}
.probootstrap-gutter40>div[class*=col-]{
    padding-right:20px;
    padding-left:20px
}
@media screen and (max-width:480px){
    .probootstrap-gutter40>div[class*=col-]{
        padding-right:15px;
        padding-left:15px
    }
}
.probootstrap-gutter60>div[class*=col-]{
    padding-right:30px;
    padding-left:30px
}
.mb0{
    margin-bottom:0!important
}
.mb10{
    margin-bottom:10px!important
}
.mb20{
    margin-bottom:20px!important
}
.mb30{
    margin-bottom:30px!important
}
.mb40{
    margin-bottom:40px!important
}
.mb50{
    margin-bottom:50px!important
}
.mb60{
    margin-bottom:60px!important
}
.mb70{
    margin-bottom:70px!important
}
.mb80{
    margin-bottom:80px!important
}
.mb90{
    margin-bottom:90px!important
}
.mb100{
    margin-bottom:100px!important
}
.mt0{
    margin-top:0!important
}
.mt10{
    margin-top:10px!important
}
.mt20{
    margin-top:20px!important
}
.mt30{
    margin-top:30px!important
}
.mt40{
    margin-top:40px!important
}
.mt50{
    margin-top:50px!important
}
.mt60{
    margin-top:60px!important
}
.mt70{
    margin-top:70px!important
}
.mt80{
    margin-top:80px!important
}
.mt90{
    margin-top:90px!important
}
.mt100{
    margin-top:100px!important
}
.pb0{
    padding-bottom:0!important
}
.probootstrap-black-color{
    color:#000!important
}
.probootstrap-white-color{
    color:#fff!important
}
.probootstrap-primary-color{
    color:#379392!important
}
.probootstrap-secondary-color{
    color:#ddf0f3!important
}
@media screen and (max-width:768px){
    .owl-theme .owl-controls .owl-nav{
        display:none
    }
    .img-sm-responsive,.img-xs-responsive{
        max-width:100%
    }
}
@media screen and (max-width:480px){
    .probootstrap-gutter60>div[class*=col-]{
        padding-right:15px;
        padding-left:15px
    }
    .col-xxs-12{
        float:none;
        width:100%
    }
}
.marquee {
    height: 40px;
    /*width: 600px;*/
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}

    .marquee div {
        display: block;
        width: 200%;
        height: 30px;
        position: absolute;
        overflow: hidden;
        margin-left: 100px;
        animation: marquee 20s linear infinite;
    }

    .marquee span {
        float: left;
        width: 50%;
    }

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}
.updates {
    padding: 10px;
    color: #fff;
    font-weight: bold;
    float: left;
    height: 40px;
	margin-top: -8px;
}
.updates h4 {
    font-size: 16px;
    color: #000;
}
#showDate{
	font-size: 20px;
    padding: 10px
}
#showDates{
	font-size: 20px;
    padding: 10px
}
.department-count{
	position: relative;
    border-radius: 3px;
    background: #fff;
    padding: 50px;
    width: 41%;
    font-size: 32px;
    text-align: center;
    color: #379392;
    margin-left: 28%;
    text-shadow: none;
    margin-top: 50px;
}
.cumulative .department-count{
	position: relative;
    border-radius: 3px;
    background: #fff;
    padding: 1px;
    width: 41%;
    font-size: 30px;
    text-align: center;
    color: #379392;
    margin-left: 28%;
    text-shadow: none;
    margin-top: 10px;
}
.counter-outline {
    background: #f1c13f;
    padding: 9px;
    border-radius: 3px;
    margin-right: 4px;
    color: #fff;
}
.time .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
    text-align: center;
}
.social{
  display: inline-block;
  /*position:absolute;
  top:50%;
  left:50%;*/
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
      margin-top: 24px;
}

/* Icons */

.social a {
  color:#fff;
  background: #379392;
  border-radius:4px;
  text-align:center;
  text-decoration:none;
  font-family:fontawesome;
  position: relative;
  display: inline-block;
  width:40px;
  height:33px;
  /*padding-top:12px;*/
  margin:0 2px;
  -o-transition:all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
   -webkit-font-smoothing: antialiased;
}

.social a:hover {
  background: #15a5a3;
}

/* pop-up text */

.social a span {
  color:#666;
  position:absolute;
  font-family:sans-serif;
  bottom:0;
  left:-25px;
  right:-25px;
  padding:5px 7px;
  z-index:-1;
  font-size:14px;
  border-radius:2px;
  background:#f5f5f5;
  visibility:hidden;
  opacity:0;
  -o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */

.social a span:before {
  content:'';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position:absolute;
  bottom:-5px;
  left:40px;
}

/* text pops up when icon is in hover state */

.social a:hover span {
  bottom:50px;
  visibility:visible;
  opacity:1;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 12px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
.depart-service h3{
	cursor:pointer;
	/* border-bottom: 1px solid #f5f5f5;
    padding-bottom: 53px; 
    margin-bottom: 12px;*/
}
.icon-bar {
  width: 90px;
  background-color: #555;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 36px;
}

.icon-bar a:hover {
  background-color: #000;
}

.owl-carousel .owl-stage-outer {
    height: auto !important;
}
.depart-service a{
	padding-left:12px;
	color:#000;
	padding-bottom: 5px;
}
.depart-service .fa{
	    color: #379392;
}
.higheredu a{
	padding-left:12px;
	color:#000;
	padding-bottom: 5px;
}
.higheredu .fa{
	color: #379392;
}
.higheredu h3{
	cursor:pointer;
}
.depart-head{
	    background: #379392;
}
.depart-head a{
	   font-size: 16px;
       color: #fff;
}
.bruhatlist a {
    color: #fff;
    display: inline;
    font-size: 16px;
    padding: 14px;
}
.bruhatlist a:hover {
    color: #fff;
    display: inline;
    font-size: 16px;
    padding: 14px;
}
#bruhat{
	background: #fff;
    text-align: left;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
	display:none;
}
#karstatehigh{
	background: #fff;
    text-align: left;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
	display:none;
}
#transport{
	background: #fff;
    text-align: left;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
	display:none;
}
#industries{
	background: #fff;
    text-align: left;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
	display:none;
}
#tax{
	background: #fff;
    text-align: left;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
	display:none;
	height: 200px;
    overflow-y: scroll;
}
#housing {
    background: #fff;
    text-align: left;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
}
#water{
	background: #fff;
    text-align: left;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
	display:none;
	height: 200px;
    overflow-y: scroll;
}
#revenue{
	background: #fff;
    text-align: left;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
	display:none;
	height: 200px;
    overflow-y: scroll;
}
#revenueserdept{
	height:200px;
	overflow-y:scroll;
}
#taxserdept{
	height:200px;
	overflow-y:scroll;
}

.bruhatlist .fa{
	color:#379392;
}
.depart-head-top{
	background:#379392; 
	height: 45px; 
	font-size: 16px; 
	padding-top: 14px; 
	color: #fff; 
	cursor:pointer;
}
.fa .fa-thumbs-up{
	color:#fff;
	size:25px;
}
.managara a{
	color:#000;
}
.managara a:hover{
	color:#ccc;
}
.text a{
	color:#000;
}
.right-side-bar h3{
	font-size: 20px !important;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 2px solid #f1c13f;
    background: #091233;
    padding: 12px;
	color:#fff;
	font-weight: bold;
}
.right-sidebar-color-1{
	background: #4071BF !important;
	color:#fff !important;
}
.right-sidebar-color-2{
	background:#C91D5C !important;
	color:#fff !important;
}
.about h3{
	text-align: center;
    margin-bottom: 1px;
}
.pdf-bg{
	text-align: center;
    background: #f5f5f5;
    padding: 10px;
}
.probootstrap-contact-info a{
	color:#f1c13f;
	padding-left: 10px;
    font-size: 16px;
	
}
#departments a{
	color:#7e92a9;
}
.foot-copyright p{
	font-size: 12px;
    margin-top: 10px;
	color: #f1c13f;
}
.list-pro li{
	text-align:justify;
	padding-bottom:10px;
}
.responsive-slider .next{
	float: right;
    background: #fff;
    padding: 10px;
   
}
.responsive-slider .prev{
	float: left;
    background: #fff;
    padding: 10px;
   
}
.responsive-slider{
	text-align:center;
}
.responsive-slider h3{
	text-align:center;
	color:#fff;
	font-size:25px;
}
.slide-left .carousel-control{
	    top: 160px;
}
.slide-left .carousel-inner{
	overflow:visible;
}
.slide-left .carousel-caption{
	text-shadow:none;
}
.slide-left .carousel-caption h3{
	color:#fff;
	font-size:24px;
}
.slide-right .carousel-control{
	    top: 160px;
}
.slide-right .carousel-inner{
	overflow:visible;
}
.slide-right .carousel-caption{
	text-shadow:none;
}
.slide-right .carousel-caption h3{
	color:#fff;
	font-size:24px;
}
.live-update {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    height: 374px;
    overflow: hidden;
    box-sizing: border-box;
    background-image: url(../img/live_bg_img.jpg);
    background-repeat: no-repeat;
    /* background: #379392; */
}
.live-update-department {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    height: 374px;
    overflow: hidden;
    box-sizing: border-box;
    background-image: url(../img/Departments_img.jpg);
    background-repeat: no-repeat;
    /* background: #379392; */
}
.live-update-service {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    height: 374px;
    overflow: hidden;
    box-sizing: border-box;
    background-image: url(../img/Services_img.jpg);
    background-repeat: no-repeat;
    /* background: #379392; */
}
#exampleSlider {max-height: 250px; overflow: hidden; list-style: none; padding: 0; margin: 0;}
#exampleSlider1 {max-height: 250px; overflow: hidden; list-style: none; padding: 0; margin: 0;}
.carousel-caption h3{
	font-size: 24px;
    color: #fff;
    text-shadow: none;
}
.whatsapp{
	    background: #1ebea5 !important;
}
.phone{
	    background: #379392 !important;
}
.appeal .text a{
	border-bottom: 2px solid #379392;
    padding-bottom: 5px;
}
@media print {
  body * {
    visibility: hidden;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
    color: white;
    font-size: 5rem;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
    
  }
}

#section-to-print {
  color: #000;
  
}
.right-side-bar h4 a{
	font-size: 15px;
    color: #0a1334;
}
.contactimg{
	    padding-right: 10px;
}
.contactname{
	padding-right: 15px; font-weight: bold;
}
.contacthead{
	margin-top: 20px; border-bottom: 2px solid #379392; padding-bottom: 20px;
}
.officeadd h3 {
    font-size: 20px !important;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 2px solid #f1c140;
    background: #0a1334;
    padding: 12px;
    color: #f1c140;
}
.sakalacomp {
  position: fixed;
  bottom: 50%;
  right: 0;
}
.sakalacomlayout {
    border: 2px solid #379392;
    background: #379392;
    color: #fff;
    padding: 16px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.probootstrap-contact-info li.active a{
	color: #379392;
    border-bottom: 2px solid #379392;
}
.yearhead{
	text-align:center; border-bottom: 2px solid #379392; padding-bottom: 10px;
}
.yearhead-kan{
	text-align:center;
}
.yearhead-eng{
	text-align:center;
}
.yearlist li{
	list-style-type:square;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  text-align:center;
}

.active, .accordion:hover {
 /* background-color: #f5f5f5;*/
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
 /* content: "\2212";*/
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.probootstrap-contact-info .active:after {
    content: none!important;
}
.awards th{
	text-align:center!important;
}
.probootstrap-main-nav .active:after {
    content: none !important;
}
.dataTables_paginate .active:after {
    content: none !important;
	visibility: hidden !important;
}
.imageGallery img{
	width:180px;
	padding-bottom:5px;
}
.top-section{
	background:#091233; text-align:right;
}
.top-section-color-1 {
    background: #4071BF;
    text-align: right;
}
.probootstrap-section-dark-color-1{
    background: #4071BF;
    color: #000;
}
.probootstrap-footer-color-1{
	 background: #4071BF;
}
.probootstrap-light-color-1 {
    background: #4071BF;
}

.top-section-color-2 {
    background: #C91D5C;
    text-align: right;
}
.probootstrap-footer-color-2{
	 background: #C91D5C;
}
.probootstrap-section-dark-color-2{
    background: #A7C0BE;
    color: #000;
}
.probootstrap-light-color-2 {
    background: #A7C0BE;
}
#increase img {
    margin: 4px;
    background: #f5f5f5;
    cursor: pointer;
	border: 1px solid #ccc;
}
#reloadfont img {
    margin: 4px;
    background: #f5f5f5;
    cursor: pointer;
	border: 1px solid #ccc;
}
#decrease img {
    margin: 4px;
    background: #f5f5f5;
    cursor: pointer;
	border: 1px solid #ccc;
}
#reload img {
    margin: 4px;
    background: #f5f5f5;
    cursor: pointer;
	border: 1px solid #ccc;
}
.logo-left{
	margin-top: 18px;
}

.logo-center{
	margin-top:10px;
}
.check-service{
	padding: 20px; border: 1px solid #f5f5f5; border-radius: 10px; margin-top: 45px;width: 500px;
}
.check-service-tble-one{
	margin:0 auto; width:80%;
}
.check-service-tble-two{
	margin:0 auto; width:70%;
}
.check-service-tble-two td a{
	border-bottom: 2px solid #379392; padding-bottom: 5px;
}
.online-appeal{
	padding: 50px; border-radius: 10px; 
}
.appeal-two{
	padding-left:35px;
}
.department-head{
    color: #fff; font-size: 30px; padding-left: 50px; border-bottom: 2px solid #fff; padding-bottom: 20px;
}
.service-head{
    color: #fff; font-size: 30px; padding-left: 50px; border-bottom: 2px solid #fff; padding-bottom: 20px;
}
.cumulative-report-head{
    color: #fff; font-size: 30px; padding-bottom: 20px;text-align:center;
}
.cumulative-report-count{
    color: #fff; font-size: 30px; padding-bottom: 10px; text-align:center; border-bottom: 2px solid #fff;
}
.service-item {
    margin-bottom: 50px;
    background: #091233;
    padding-right: 1px;
    width: 100%;
    margin-right: 10px;
}
.service-text {
    text-align: center;
    border-bottom: 10px solid #f1c13f;
}
.service-item h3 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #000;
    text-align: center;
    border-bottom: 3px solid #fff;
    text-transform: uppercase;
    font-size: 18px;
    background: #f1c13f;
    font-weight: bold;
	padding:10px;
}
.foot-menu  ul li a{
	color:#f1c13f;
}
.visitor-count{
	color:#f1c13f;
    font-size: 10px;
}
.marquee a{
	color:#000;
}
.check-service td input{
	margin-bottom:5px;
}
.online-appeal td input{
	margin-bottom:5px;
}
.signup-btn {
    border-radius: 30px;
    background: #f1c13f;
    padding: 15px;
    width: 200px;
    /* height: 20px; */
    margin-top: 15px; 
	margin-left: 30%;
} 
#login .modal-dialog {
    width: 40%;
    margin: 30px auto;
}
.cm-content-bg {
    width:100%; height:100px; text-align:center; margin-bottom:70px;
}
.cm-content-bg img{
	padding-right: 40px;
}
.name_text_heading {
    font-weight: bold;
    color: #000;
    margin-right: 10px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-top: 5px;
    /* padding-left: 12px;
    padding-bottom: 5px; */
    margin-bottom: 2px;
}
.name_text_sub_heading {
    font-weight: bold;
    color: #000;
    margin-right: 15px;
    font-size: 16px;
    /* border-bottom: 1px solid #fff;
     padding-top: 5px; 
    padding-left: 12px;*/
    padding-bottom: 5px;
    margin-top: 0px;
}
.name_text_span {
    color: #000;
    /* background: #1abc9c; */
    padding: 13px;
    font-size: 12px;
    /* margin-top: 12px; */
    font-weight: bold;
    /* padding-top: 20px; */
}
.content-head{
	border-bottom: 2px solid #f1c13f; padding-bottom:20px; font-size:18px; padding-top:20px;
}
.content-area{
	margin-bottom:30px;
}
.join-sec{
	color:#0a1334 !important;
	opacity:0.6;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
	opacity:1 !important;
    /* text-shadow: 0 1px 0 #fff; 
    filter: alpha(opacity=20);
    /* opacity: .2; */
    width: 30px !important;
    height: 30px !important;
    background: #f1c13f !important;
}
.dropbtn {
     /* background-color: #4CAF50; */
    color: white;
    /* padding: 16px; */
    font-size: 16px;
    border: none;
    padding: 0px;
    margin: 5px;
    width: 100%;
}

.dropdown {
  position: relative;
  display: inline-block;
  float: right;
  padding-right: 20px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #fff;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #f1c13f;}
.form-field{
	margin-bottom:8px;
	margin-top:5px;
}
.form-field-right{
	
   margin-bottom:8px;
	margin-top:10px;
}
.form-field-left{
	
   margin-bottom:8px;
	margin-top:10px;
}
.form-field input{
	margin-bottom:8px;
}
.application-head{
	background: #f1c13f; padding: 8px; font-weight:bold; color: #091233;
}
.services-title{
	    font-weight: bold;
    text-align: center;
}
.form-field-label-left{
	padding-top:13px;
	
   
}

.form-btn button{
	width:100%;
	border-right: 1px solid #fff;
    text-transform: uppercase;
}
#datepicker{}
#datepicker > span:hover{cursor: pointer;}
.left-sidebar{

    /* margin-bottom: 50px; */
    background: #091233;
    /* padding-right: 1px; */
    width: 100%;
    /* margin-right: 10px; */
    font-size: 18px;
	margin-bottom: 0px !important;
    margin-left: -12px !important;
}
#ap-service ul li{
	list-style-type:none;
}
#ap-service h3{
	font-size:16px;
	color:#000;
}
#ap-service{
	    border: 1px solid #f1c13f;
		margin-left: -13px;
    width: 100%;
}
.apply-online-service{
	border-bottom: 2px solid #f1c13f; padding-bottom:20px; font-weight: bold; font-size: 18px;
}
.right-sidebar-cont{
	padding: 0px; border: 1px solid #f5f5f5; border-radius: 10px;
}
.left-sidebar-btn button{
	padding: 8px;
    margin: 16px 5px;
}
.cmrf-logo img{
	width: 111px;
    height: auto;
}
.right-side-bar-link h4{
	margin-left:0px;
	padding:10px;
}
.modal-head {
    color: #040919;
    border-bottom: 2px solid #f1c13f;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.relief-fund .modal-header {
    background: #040919;
}
.relief-fund .modal-title {
    color: #fff;
}
.btn-default:hover {
    color: #fff;
    background-color: #040919;
    border-color: #040919;
    width: 100%;
}
.btn-default {
    color: #fff;
    background-color: #040919;
    border-color: #040919;
    width: 33%;
}
.banner-head{
	color: #fbdd0d; 
    font-size: 33px; 
    position: absolute; 
    margin-top: 36%; 
    font-weight: bold; 
   /* margin-left: -6%;*/
}
ul.tabs{
            margin: 0px;
            padding: 0px;
            list-style: none;
        }
ul.tabs li{
            background: none;
            color: #222;
            display: inline-block;
            padding: 10px 15px;
            cursor: pointer;
            font-size: 10px;
            text-transform: uppercase;
        }

ul.tabs li.current{
            background: #f1c13f;
            color: #fff;
            font-weight: bold;
            border-bottom: 2px solid #0a1334;
        }

.tab-content{
            display: none;
            /*background: #ededed;*/
            padding: 15px;
            background: #f5f6fa;
            border: 1px solid #f5f6fa;
        }

.tab-content.current{
            display: inherit;
        }
.margin-top-20{
        margin-top: 20px;
    }
.finance-assistance div {
    border-bottom: 2px solid #fff;
    color: blue;
}
.government-order td a {
    color: blue;
}
.service-text td{
	border-bottom:1px solid #fff;
	text-align: left;
	
}
.hdfc-bank {
    text-align: center;
    border-bottom: 10px solid #f1c13f;
    height: 275px;
    padding: 15px;
}
.hdfc-bank td {
    border-bottom: 1px solid #fff;
    text-align: left;
    width: 50%;
}
.qrcode-table h5{
	color:#fff;
}
.qrcode-table .left{
	padding-left:10px;
	padding-right:10px;
}
.donation-bg{
	 background-image: url(../img/donation_bg.png);
}
.qrcode-head{
	background:#f1c13f; padding:11px; border-bottom:10px solid #091233; text-align:center; border-bottom: 3px solid #fff;
}
.cm-relief h4{
	font-weight:bold; color:#f1c13f; text-align:center; border-bottom:3px solid #fff;
}
.step-donate h4 {
    font-weight: bold;
    color: #f1c13f;
    text-align: center;
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}
.qr-code-bottom{
border-bottom: 10px solid #f1c13f; margin-top: -45px;
}
.donation-head{
background:#f1c13f; padding:10px; border-bottom:10px solid #091233; text-align:center; border-bottom: 3px solid #000; line-height:120px;
}
.qrcode-head h4 {
    font-size: 14px;
    text-transform: uppercase;
}
.donation-head h4 {
    font-size: 18px;
    text-transform: uppercase;
	padding:26px;
}
.qrcode-head-ver2 {
    background: #f1c13f;
    padding: 10px;
    border-bottom: 3px solid #091233;
    text-align: center;
}
.qrcode-head-ver2 h4 {
    font-size: 18px;
    text-transform: uppercase;
}
.service-item-white {
    margin-bottom: 50px;
    background: #fff;
    padding-right: 1px;
    width: 100%;
    margin-right: 10px;
}
.step-donate-white h4 {
    font-weight: bold;
    color: #f1c13f;
    text-align: center;
    border-bottom: 3px solid #091233;
	font-size:18px;
}
.qrcode-table-white h5 {
    color: #091233;
	padding-left:15px;
	margin:0px;
	font-size: 14px;
    font-weight: bold;
}
.cmrf-qrcode{
padding:5px;vertical-align: top; padding-top: 38px;
}
.bank-details {
    margin-bottom: 50px;
    background: #fff;
    padding-right: 1px;
    width: 100%;
    margin-right: 10px;
}
.bank-details h3 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #000;
    text-align: center;
    padding-top: 18px;
    border-bottom: 3px solid #fff;
    padding-bottom: 18px;
    text-transform: uppercase;
    font-size: 14px;
    background: #f1c13f;
    font-weight: bold;
}
.bank-details td {
    border-bottom: 1px solid #fff;
    text-align: left;
    color: #fff;
}
.cmrf-qr-img h4{
	color:#fff; text-align:center; font-size:13px;
}
.bank-details .service-text {
    border-bottom: 0px solid #f1c13f;
}
.donation-section{
	height: 243px;
    border-bottom: 10px solid #f1c13f;
    text-align: center;
    padding-top: 30px;
}
.horizontan-img{
  background-image: url("../img/horizontal_img.jpg");
  background-repeat: repeat-x;
  background-color: #cccccc;
}
.service-text td img{
	width: 100%;
    height: auto;
}
.cmrf-qr-img h4{
	padding-right:5px;
}

.bank-details h4 {
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #fff;
}

