/* ----------------------------------------------
                  FOOTER START
------------------------------------------------*/
.footer-height{
    width: 100%;
    float: left;
}
#footer {
    background-color: #fff;
    color: #000;
    background: #ededed  url(../images/footer-bg.jpg) repeat-x top;
    padding: 79px 0 0 0;
    text-align: center;
    width: 100%;
    float: left;
}
.footer-separator {
    width: 40%;
    margin: 0 auto;
    float: none;
    height: 1px;
    position: relative;
    background: #c7c6c6;
}
.separator-top {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background: #b5b5b5;
    top: -4px;
    left: 50%;
    margin-left: -5px;
}
#footer p {
    text-align: center;
}
.cin {
    font-family: 'open_sanssemibold';
    color: #333333;
    font-size: 18px;
    margin-top: 23px;
    text-transform: capitalize;
}
.cin i {
    font-family: 'open_sanssemibold';
    color: #9f1f14;
    font-size: 18px;
    font-style: normal;
}
.address {
    font-family: 'open_sanssemibold';
    color: #333333;
    font-size: 18px;
    margin-top: 20px;
    line-height: 22px;
}
.call {
    font-family: 'open_sanssemibold';
    color: #333333;
    font-size: 18px;
}
.quick-links {
    margin-bottom: 10px;
}
.quick-links li {
    font-family: 'DINPro-Light';
    list-style: none;
    display: inline-block;
    float: none;
    padding: 0px 10px;
}
.quick-links li:before {
    content: '';
    position: relative;
    float: left;
    width: 1px;
    height: 16px;
    background: #444;
    bottom: -3px;
    left: -13px;
}
.quick-links li:first-child:before {
    display: none;
}
.quick-links li a {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 15px;
    text-decoration: none;
}
.common-links {
    margin-top: 15px;
}
.common-links li {
    list-style: none;
    display: inline-block;
    float: none;
    padding: 0px 10px;
}
.common-links li:before {
    content: '';
    position: relative;
    float: left;
    width: 1px;
    height: 16px;
    background: #444;
    bottom: -3px;
    left: -13px;
}
.common-links li a {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 15px;
    text-decoration: none;
}
.common-links li:first-child:before {
    display: none;
}
.social-media {
    margin-top: 30px;
    margin-bottom: 30px;
}
.social-media a {
    display: inline-block; 
    float: none;
}
.footer-links{
    margin-top: 0;
    margin-bottom: 30px;
    padding:0;
}
.facebook {
    background: linear-gradient(90deg, #3a559f 50%, #4967b7 50%);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.facebook:hover::before {
    content: '';
    position: absolute;
    background: url(../images/sprite-icon.png) no-repeat -70px -3px;

    transition: all ease 0.5s;
}
.facebook:before {
    content: '';
    position: absolute;
    background: url(../images/sprite-icon.png) no-repeat -70px -3px;
    width: 18px;
    height: 22px;
    left: 14px;
    top: 6px;
}
.twitter {
    background: linear-gradient(90deg, #50abf1 50%, #418fcc 50%);
}
.twitter:hover {
    background: linear-gradient(90deg, #418fcc 50%, #50abf1 50%);
}
.twitter:before {
    content: '';
    position: absolute;
    background: url(../images/sprite-icon.png) no-repeat -106px -8px;
    width: 22px;
    height: 19px;
    left: 10px;
    top: 10px;
}
.youtube {
    background: linear-gradient(90deg, #d42320 50%, #b92e2b 50%);
}

.youtube:hover {
    background: linear-gradient(90deg, #b92e2b 50%, #d42320 50%);
}
.youtube:before {
    content: '';
    position: absolute;
    background: url(../images/sprite-icon.png) no-repeat -147px -6px;
    width: 28px;
    height: 22px;
    left: 8px;
    top: 8px;
}
.griddiant-circle {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    float: left;
}
.bottom-footer {
    width: 100%;
    float: left;
    padding: 19px 0;
    background: #ededed00;
}
.cpoy {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 14px;
    text-align: right !important;
    line-height: 30px;
    margin-bottom: 0px;
}
.cpoy a{
    text-decoration: none;
    color: #444;
}
.cpoy a:hover{
    text-decoration: none;
    color: #444;
}
.design {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 14px;
    text-align: left !important;
    line-height: 30px;
    margin-bottom: 0px;
}
.design a{color: #fff}
.footer-logos {
    width: 100%;
    float: left;
    border-bottom: 1px solid #cac8c8;
}
.footer-links li {
    list-style: none;
    display: inline-block;
    float: none;
    margin-right: 5px;
    margin-bottom: 10px;
}
/* ----------------------------------------------
                  FOOTER END
------------------------------------------------*/
/* ----------------------------------------------
                  ABOUT US START
------------------------------------------------*/
.minister-part {
    width: 100%;
    float: left;
    padding: 30px 0;
    position: relative;
    background: url(../images/about-img-1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.box {
    border: 1px solid #ddd;
    background: #fff;
    padding: 0px 0px 0px 0px;
    min-height: 83px;
}
.box img {
    float: left;
    border: 2px solid #fff;
    width: 81px;
}
.pratap h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #252424;
    line-height: 43px;
    position: relative;
    left: 10px;
    top: 0px;
    font-weight: bold;
}
.pratap h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #818181;
    position: relative;
    left: 10px;
    bottom: 6px;
    line-height: 17px;
    padding-right: 30px;
}
.shalini h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #252424;
    line-height: 43px;
    position: relative;
    left: 10px;
    top: 10px;
    font-weight: bold;
}
.shalini h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #818181;
    position: relative;
    left: 10px;
    bottom: 0px;
    line-height: 19px;
    padding-right: 30px;
}

/* ----------------------------------------------
                  ABOUT US END
------------------------------------------------*/
/* ----------------------------------------------
                  HEALTH PART START
------------------------------------------------*/
.col-lg-6:first-child  .district-health, .col-lg-6:nth-child(2) .district-health {
    margin-top: 0px;
}
.health{
    width: 100%;
    float: left;
}
.district-health {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 20px !important;
    transition: all .5s ease-in-out;
}
.icon-1:before {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -43px -928px;
    width: 62px;
    height: 54px;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all .5s ease-in-out;
}
.icon-2:before {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -198px -928px;
    width: 59px;
    height: 54px;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all .5s ease-in-out;
}
.icon-3:before {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -352px -928px;
    width: 58px;
    height: 61px;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all .5s ease-in-out;
}
.icon-4:before {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -506px -924px;
    width: 62px;
    height: 62px;
    position: absolute;
    top: 6px;
    left: 0;
    transition: all .5s ease-in-out;
}
.district-health h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #128f8f;
    line-height: 22px;
    margin-bottom: 5px;
    padding-left: 85px;
    font-weight: 600;
    transition: all .5s ease-in-out;
}
.district-health p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #878585;
    padding-left: 85px;
    line-height: 21px;
    transition: all .5s ease-in-out;
}
.district-health:hover h2{color:#f16c51;}
.district-health:hover.icon-1::before{
    background: url(../images/sprite-icon.png) no-repeat -43px -820px;
}
.district-health:hover.icon-2::before{
    background: url(../images/sprite-icon.png) no-repeat -198px -820px;
}
.district-health:hover.icon-3::before{
    background: url(../images/sprite-icon.png) no-repeat -352px -820px;
}
.district-health:hover.icon-4::before{
    background: url(../images/sprite-icon.png) no-repeat -506px -816px;
}
.health-left-bg {
    width: 100%;
    min-height: 217px;
    background: url(../images/health-left-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    /* margin-top: 30px; */
}
.health-left-bg ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    padding: 26px 0 0px 55px;
    position: relative;
}
.health-left-bg ul li:before {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -387px -719px;
    width: 20px;
    height: 27px;
    position: absolute;
    top: 23px;
    left: 20px;
}
.angle {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 0px;
    height: 0px;
    border-top: 54px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 54px solid #f16c51;
}
.arrow {
    background: url(../images/sprite-icon.png) no-repeat -208px -117px;
    width: 21px;
    height: 12px;
    position: absolute;
    bottom: 11px;
    left: 27px;

}
.arrow:hover {
    transition: all .5s ease-in-out;
    left: 34px;}
/* ----------------------------------------------
                  HEALTH PART END
------------------------------------------------*/
/* ----------------------------------------------
                  CITIZEN PART START
------------------------------------------------*/
.citizen{
    width: 100%;
    float: left;
    position: relative;
    background-repeat: no-repeat;
    /*    background: url(../images/citizen-bg-6.jpg) no-repeat;*/
    background-position: center center;
    /* min-height: 450px; */
    /* padding-top: 140px !important; */
    background-attachment: fixed;
    padding: 0 !important;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.heading {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 36px;
    color: #3a5897;
}
.main-box{
    display: table;
    height: 63px;
    overflow: hidden;
    width: 100%;
    margin-top: 38px;
    padding-left: 42px; 
}

.c-box {
    background: #fff;
    padding: 0px 5px 0px 5px;
    display: table-cell;
    vertical-align: middle;
    transition: all .5s ease-in-out;
}
.c-box h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2e2e2e;
    line-height: 20px;
    margin-left: 30px;
}
.circle {
    width: 67px;
    height: 67px;
    background: rgb(253,164,18);
    background: -moz-linear-gradient(top, rgba(253,164,18,1) 0%, rgba(211,136,13,1) 100%);
    background: -webkit-linear-gradient(top, rgba(253,164,18,1) 0%,rgba(211,136,13,1) 100%);
    background: linear-gradient(to bottom, rgba(253,164,18,1) 0%,rgba(211,136,13,1) 100%);
    position: absolute;
    top: 36px;
    left: 15px;
    border-radius: 50px;

    -webkit-box-shadow: 5px 0px 0px -1px rgba(224,224,224,1);
    -moz-box-shadow: 5px 0px 0px -1px rgba(224,224,224,1);
    box-shadow: 5px 0px 0px -1px rgba(224,224,224,1);
    transition: all .5s ease-in-out;
}
.circle:before {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -474px -640px;
    width: 67px;
    height: 67px;
    position: absolute;
    border-radius: 50px;
    border: 2px solid #fff;
    top: 0px;
    left: 0px;
}



.ico-1:after {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -335px -1023px;
    width: 35px;
    height: 37px;
    position: absolute;
    top: 13px;
    left: 16px;
    transition: all .5s ease-in-out;
}

.ico-2:after {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -51px -1156px;
    width: 37px;
    height: 41px;
    position: absolute;
    top: 13px;
    left: 14px; 
    transition: all .5s ease-in-out;

}
.ico-3:after {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -300px -1155px;
    width: 33px;
    height: 43px;
    position: absolute;
    top: 17px;
    left: 22px;
    transition: all .5s ease-in-out;
}
.ico-4:after {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -300px -1155px;
    width: 33px;
    height: 43px;
    position: absolute;
    top: 13px;
    left: 16px;
    transition: all .5s ease-in-out;
}
.ico-5:after {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -402px -1020px;
    width: 43px;
    height: 43px;
    position: absolute;
    top: 13px;
    left: 13px;
    transition: all .5s ease-in-out;
}
.ico-6:after {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -109px -1158px;
    width: 41px;
    height: 37px;
    position: absolute;
    top: 16px;
    left: 15px;
    transition: all .5s ease-in-out;
}
.ico-7:after {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat   -169px -1156px;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 13px;
    left: 13px;
    transition: all .5s ease-in-out;
}
.ico-8:after {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -231px -1156px;
    width: 37px;
    height: 41px;
    position: absolute;
    top: 15px;
    left: 15px;
    transition: all .5s ease-in-out;
}
.ico-9:after {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -427px -1089px;
    width: 37px;
    height: 37px;
    position: absolute;
    top: 16px;
    left: 15px;
    transition: all .5s ease-in-out;
}


.wrapper {
    width: 100%;
    position: relative;
    float: left;
    padding: 40px 0;
}
.view {
    position: relative;
    display: block;
    border: 1px solid #fff;
    float: right;
    text-align: center;
    padding: 10px 57px 10px 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.view:focus {
    color: #fff;
}
.view:before {
    content: '';
    border-left: 1px solid #fff;
    position: absolute;
    height: 35px;
    top: 0px;
    right: 35px;
}
.view:hover, .view:focus,.view:visited{
    color: #fff;
    text-decoration: none;
}
.view .plus:before {
    content: '';
    width: 18px;
    height: 2px;
    position: absolute;
    background-color: #0164a8;
    top: 15px;
    right: 8px;
}

.view .plus:after {
    content: '';
    width: 2px;
    height: 18px;
    position: absolute;
    background-color: #0164a8;
    top: 7px;
    right: 16px;
}

.view:hover .plus:before,.view:focus .plus:before,.view:visited .plus:before,.view:hover .plus:after,.view:focus .plus:after,.view:visited .plus:after {
    background-color: #fff;
}


.sam {
    float: left;
}
/* ----------------------------------------------
                  CITIZEN PART END
------------------------------------------------*/
.subb-menuu li a {
    font-weight: 400 !important;
    font-size: 13px !important;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
.tooltip-button {
    position: absolute;
    top: 0;
    right: 0;
    background: #0164a8;
    width: 35px;
    height: 35px;
    z-index: 9999;
    display: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}
.tooltip-button i {
    color: #ffffff;
    font-size: 19px;
    top: 7px;
    left: 9px;
}
.icon-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}


@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fadebottom {
    0% {
        opacity: 1;
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px)
    }
    25% {
        opacity: 0;
        transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px)
    }
    30% {
        opacity: 0;
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px)
    }
    100%,
    45% {
        opacity: 1;
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px)
    }
}

@-webkit-keyframes fadebottom {
    0% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px)
    }
    25% {
        opacity: 0;
        transform: translateY(20px);
        -webkit-transform: translateY(20px)
    }
    30% {
        opacity: 0;
        transform: translateY(0px);
        -webkit-transform: translateY(0px)
    }
    100%,
    45% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px)
    }
}

#gotoTop {
    background: #b4265b url(../images/sprite-icons.png) no-repeat -98px -260px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 14px;
    height: 50px;
    left: auto;
    line-height: 35px;
    position: fixed;
    right: 30px;
    text-align: center;
    top: auto;
    bottom: 70px;
    transition: background-color 0.2s linear 0s;
    width: 50px;
    z-index: 99;
    border-radius: 50%;
    border: 2px solid #a91c51;
}
/*#gotoTop:hover {
    background-color: #0164a8;
    border: 2px solid #0164a8;
}*/
.arrow_up {
    background: url(../images/sprite-icon.png) no-repeat -522px -96px;
    width: 14px;
    height: 26px;
}
/*.stricky-fixed .logo img {
    width: 85%;
    margin-top: 0px !important;
}*/
.stricky-fixed .search-box {
    margin-top: 15px !important;
}
.stricky-fixed .search-box input {
    height: 40px;
    border: none;
    border: 2px solid #00B16A;
    background: #fff url(../images/sprite-icon.png) no-repeat 158px -1077px;
    width: 235px;
    padding-left: 10px;
    padding-right: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
/*.stricky-fixed .menu-btns {
    margin-top: -12px;
}*/
/*.stricky-fixed .menu-btns p {
    color: #00B16A;
    margin-top: 5px;
    font-weight: normal;
    margin-top: 40px;
    float: left;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}*/
#news-events-vertical-ticker,#announcements-vertical-news{position: relative;}

/*#news-events-vertical-ticker:before,#announcements-vertical-news:before {
    content: '';
    height: 80px;
    background-color: #ff000000;
    background-image: linear-gradient(#ffffff00, #f5f5f5);
    position: absolute;
    bottom: 0px;
    z-index: 999;
    width: 100%;
}*/
.parallax {
    padding: 80px 0px !important;
    width: 100%;
    float: left;
    position: relative;
    background-repeat: no-repeat;
    /*    background: url(../images/citizen-bg-6.jpg) no-repeat;*/
    background-position: center center;
    /* min-height: 450px; */
    /* padding-top: 140px !important; */
    background-attachment: fixed;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.parallaxSection .parallax.paraAnim {
    -webkit-transition: background-position 1s ease;
    transition: background-position 1s ease;
}

.owl-carousel:not(.owl-loaded){ 
    opacity: 0; 
}
.availed {
    width: 100%;
    float: left;
    margin: 0px;
    background: #ffffff;
    box-shadow: 0 0 73px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 73px rgba(0,0,0,0.15);
    padding: 10px;
}
.availed .boxx {
    list-style: none;
    /*    margin-left: 10px;*/
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
}
.info-box {
    width: 100%;
    float: left;
    min-height: 125px;
    background: #f5f5f5;
    padding: 15px 15px;
    /* margin-bottom: 10px; */
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}
.info-box p {
    color: #ffffff;
    margin-bottom: 6px;
    margin-top: 0px;
    line-height: 24px;
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: 600;
    z-index: 5;
}
/*.info-box span {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
}*/
.info-box h3 {
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 34px;
    display: block;
    text-align: center;
    margin-top: 0px;
    z-index: 9;
}
.availed li:nth-child(1), .availed li:nth-child(6)  {
    margin-left: 0px;
}
.color1 {
    background: #fba714;
    position: relative;
}
/*.color1:before {
    content: '';
    background: url(../images/sprite-icons.png) no-repeat -26px -226px;
    width: 61px;
    height: 61px;
    bottom: 20px;
    position: absolute;
    right: 20px;
    z-index: 5;
}*/
.color2 {
    background: #ca0c5c;
    position: relative;
}
/*.color2:before {
    content: '';
    background: url(../images/sprite-icons.png) no-repeat -14px -317px;
    width: 73px;
    height: 46px;
    bottom: 20px;
    position: absolute;
    right: 20px;
    z-index: 5;
}*/
.color3 {
    background: #008bbb;
    position: relative;
}
/*.color3:before {
    content: '';
    background: url(../images/sprite-icons.png) no-repeat -13px -391px;
    width: 73px;
    height: 55px;
    bottom: 20px;
    position: absolute;
    right: 20px;
    z-index: 5;
}*/
.color4 {
    background: #62198d;
    position: relative;
}
.color4:before {
    content: '';
    background: url(../images/sprite-icons.png) no-repeat -135px -384px;
    width: 64px;
    height: 64px;
    bottom: 20px;
    position: absolute;
    right: 20px;
    z-index: 5;
}
.color5 {
    background: #69ac45;
}
.color6 {
    background: #0c757b;
}
.color7 {
    background: #b6c232;
}
.color8 {
    background: #2bafc6;
}
.color9 {
    background: #e05b78;
}
.color10 {
    background: #ee9426;
}


/*.color1 span {
    background: url(../images/sprite-icon.png) no-repeat -51px -1232px;
    width: 60px;
    height: 60px;
}
.color2 span {
    background: url(../images/sprite-icon.png) no-repeat -152px -1230px;
    width: 60px;
    height: 60px;
}
.color3 span {
    background: url(../images/sprite-icon.png) no-repeat -257px -1232px;
    width: 52px;
    height: 60px;
}
.color4 span {
    background: url(../images/sprite-icon.png) no-repeat -349px -1234px;
    width: 60px;
    height: 60px;
}*/
.color5 span {
    background: url(../images/sprite-icon.png) no-repeat -518px -1235px;
    width: 60px;
    height: 60px;
}
.color6 span {
    background: url(../images/sprite-icon.png) no-repeat -51px -1343px;
    width: 60px;
    height: 60px;
}
.color7 span {
    background: url(../images/sprite-icon.png) no-repeat -162px -1339px;
    width: 43px;
    height: 60px;
}
.color8 span {
    background: url(../images/sprite-icon.png) no-repeat -240px -1339px;
    width: 59px;
    height: 60px;
}
.color9 span {
    background: url(../images/sprite-icon.png) no-repeat -349px -1342px;
    width: 37px;
    height: 60px;
}
.color10 span {
    background: url(../images/sprite-icon.png) no-repeat -433px -1340px;
    width: 60px;
    height: 60px;
}
.availed-sec h1 {
    color: #393939;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    float: left;
    line-height: 40px;
}
.cm-pic-small {
    width: 70px;
    height: 70px; 
    border-radius: 50px;
    float: left;
    margin-left: 20px;
    margin-right: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.pic1 {
    background: #fff url(../images/Shri-Naveen-Patnaik.png) no-repeat center center;
}
.header2 .pic1 {
    background: #fff url(../images/Shri-Naveen-Patnaik.png) no-repeat center center;
    border: 1px solid #fdfdfd;
}
.pic2 {
    background: #fff url(../images/Smt-Anu-Garg-IAS.png) no-repeat center center;
}
.current-cm span {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-top: 8px;
    display: inline-block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.current-cm i {
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    color: #ffffff;
}
.current-cm i b {
    display: block;
}
.current-cm {
    float: right;
    margin-right: 0px;
    margin-top: 9px;
}
.sub-text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
    color: #00b16a;
    line-height: 30px;
}
.search_cont {
    position: relative;
    float: right;
    /*    background-color: #0665A0;*/
}
.search_cont:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background: #ffffff;
    right: 0;
    top: 12px;
}
.search_cont {
    position: relative;
    float: right;
    /*    background-color: #0164a8;*/
    margin-right: 10px;
    padding-right: 10px;
}
.search_bar {
    display: block;
    width: 44px;
    height: 48px;
    float: right;
    cursor: pointer;
    position: relative;
}

.search_bar span:first-child {
    width: 19px;
    height: 19px;
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 13px;
    top: 15px;
    opacity: 1;
}
.search_bar span:nth-child(2) {
    width: 12px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    top: 35px;
    left: 26px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search_bar span {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.search_bar span:nth-child(3) {
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    top: 23px;
    left: 11px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0;
}
.search_input_cont input[type=submit] {
    font-family: 'Open Sans', sans-serif;
    width: 80px;
    height: 40px;
    background-color: #2873f0;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.search_input_cont input[type=text] {
    width: 100%;
    height: 40px;
    text-indent: 5px;
    border: none;
}
.search_box {
    width: 400px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
}
.close_search .search_bar span:nth-child(1) {
    opacity: 0;
}
.close_search .search_bar span:nth-child(2) {
    width: 20px;
    top: 23px;
    left: 12px;
}
.close_search .search_bar span:nth-child(3) {
    opacity: 1;
}
.facebook-container img, .twitter-container img {
    width: 100%;
}
.major .heading {
    text-align: center;
    margin-bottom: 30px;
}
.major .availed span {
    display: block;
    font-size: 23px;
    margin-top: 10px;
    font-weight: 100;
}
/*.major-bg:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/major-bg.png) no-repeat;
    background-position: left 100% bottom 240px;
    background-size: contain;
    object-fit: cover;
    width: 100%;
    height: 100%;
    white-space:nowrap;
    overflow: hidden;
}*/
.major-bg.animation-start:before {
    width: 100%;
    -webkit-transition: width 5s ease-in-out;
    -moz-transition: width 5s ease-in-out;
    -o-transition: width 5s ease-in-out;
    transition: width 5s ease-in-out;
}
.major{
    margin-top: 25px; 
}



.half-section {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 45%;
    height: 100%;
    background: url(../images/shakti-left-image.jpg) no-repeat;
    background-size: cover;
}
.half-section.full {
    left: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 55%;
    background: #c92c46 url(../images/shakti-right-image.jpg) no-repeat;
    background-size: cover;
}
.shakti-right-box p {
    font-family: 'Open Sans';
    font-weight: 400;
    padding: 10px 20px;
    line-height: 23px;
    color: #232323;
    font-size: 14px;
    float: left;
    background: #ffffff;
    width: 100%;
}
.shakti-right-box img{
    width: 100%;
}
.shakti-right-box{
    background: #fff;
}
.read-more-3 {
    border: 2px solid #165698;
    margin-top: -19px;
    position: relative;
    float: right;
    bottom: 0;
}
.read-more-3:before {
    content: '';
    position: absolute;
    right: 4px;
    top: 3px;
    background: #0164a8 url(../images/sprite-icons.png) no-repeat -88px -40px;
    width: 32px;
    height: 32px;
    border-radius: 50px;
}
.read-more-3:hover {
    text-decoration: none;
}
/*.shakti-left-letter img{
    position: absolute;
    transform: translateY(50%);
    top: 50%;
}*/
.shakti-left-letter img {
    position: relative;
    /* transform: translateY(50%); */
    top: 0;
}
.shakti-right-main{

}
.shakti-slider .owl-dots .owl-dot {
    border: none;
    box-shadow: none;
}
.shakti-slider .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: #fff;
    margin-right: 10px;
    display: inline-block;
    opacity: .5;
    border-radius: 50%;
    margin-top: 15px;
}
.shakti-slider .owl-dots {
    position: relative;
    left: 16%;
    bottom: -12px;
    width: 50%;
}
.shakti-slider .owl-dots .owl-dot.active {
    background: #fff;
    opacity: 1;
}
.govt-icon-section {
    width: 100%;
    float: left;
}
.govt-icon-box a img{
    border: 1px solid #e9e9e9;
}
.shakti-left-letter h2{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 36px;
    color: #000;
    margin-bottom: 10px;
}
.shakti-left-letter h3{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 36px;
    color: #000;
    margin-top: 10px;
}
.shakti-left-letter span{
    color: #cb2e4c;
}
/*.shakti-left-letter{
    position: absolute;
    transform: translateY(34%);
    top: 50%; 
}*/
.shakti-left-letter {
    position: absolute;
    transform: translateY(50%);
    top: 50%;
}
.inner-page-banner {
    width: 100%;
    height: 200px;
    background: url(../images/innerBanner.jpg) no-repeat;
    float: left;
    display: flex;
    align-items: center;
    background-size: cover;
}
.inner-paragraph p {
    line-height: 24px;
    text-align: justify;
    /* margin-top: 10px; */
    font-size: 14px;
    margin-bottom: 10px;
}
.inner-heading {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 36px;
    color: #000000;
}

.inner-sidebar {
    width: 100%;
    float: left;
    /* padding-bottom: 155px; */
    /*    background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(255,255,255,0) 100%);*/
    /* background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(255,255,255,0) 100%); */
    /* background: linear-gradient(to bottom, rgba(243,243,243,1) 0%,rgba(255,255,255,0) 100%); */
    /*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#00ffffff',GradientType=0 );*/
    background: #f5f5f5;
}
.inner-sidebar ul {
    padding-left: 0px;
}
.inner-sidebar ul li.active {
    background: #0164a8 url(../images/side-bar-arrow.png) no-repeat right center !important;
    position: relative;
}
.inner-sidebar ul li {
    list-style: none;
    border-top: 1px solid #d5d4d4;
    padding: 0px 15px;
    transition: 0.2s linear 0s;
}
.inner-sidebar ul li a {
    font-size: 14px;
    color: #333;
    font-family: 'Open Sans';
    line-height: 20px;
    text-decoration: none;
    transition: 0.2s linear 0s;
    /* margin: 45px 0; */
    padding: 12px 0;
    display: block;
}
.inner-sidebar ul li.active a {
    color: #ffffff;
}
.heading-margin-bttom{
    margin-bottom: 16px;
}
.inner-sidebar ul li:hover {
    background: #d4d3d3;
}
.breadcumb-wrapper {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eaeaea;
    padding: 13px 0;
}
/*.breadcumb {
    margin-top: 0px;
    height: 30px;
    position: relative;
    bottom: 33px;
    width: 100%;
}*/
.breadcumb ul {
    padding-left: 0px;
    position: relative;
    top: 0px;
    float: left;
    margin-bottom: 0px;
}
.breadcumb ul li {
    list-style: none;
    display: inline-block;
    float: left;
    padding-right: 10px;
}
.breadcumb ul li a {
    font-family: 'Open Sans';
    font-size: 15px;
    color: #444;
    text-decoration: none;
    line-height: 24px;
}
.breadcumb span {
    font-size: 17px;
    margin-left: 10px;
    font-family: 'Open Sans';
    color: #444;
}
/*.inner-sidebar ul li.active:hover {
    background: #0164a8 url(../images/side-bar-arrow.png) no-repeat right center;
}*/
.inner-paragraph ul li {
    line-height: 30px;
    font-family: 'Open Sans';
    font-size: 14px;
    padding-left: 20px;
}

.margin-top{
    margin-top: 30px;
    margin-bottom: 20px;
}
.print-btn {
    float: right;
    margin-right: 0px;
    top: 0;
    position: relative;
    right: 35px;
}
.bullet li{
    width: 100%;
    position: relative;
}
.bullet li:before {
    content: '';
    background: url(../images/sprite-icons.png) no-repeat -192px -138px;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 0;
}
.main_nav .submenu li a:before {
    content: '';
    background: url(../images/menu-arrow.png) no-repeat -4px -2px;
    width: 6px;
    height: 25px;
    position: absolute;
    left: 7px;
    bottom: 0px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.main_nav .submenu li:hover  a:before{
    content: '';
    background-position: -5px -33px;
}
.font-size {
    font-size: 28px;
}
.share-icon {
    float: right;
    position: relative;
}
.share-icon img {
    position: absolute;
}


.govt-site-icon .govtt {
    text-align: center;
    position: relative;
    /*    padding: 30px 15px 0;*/
}
/*.sub-sites li:first-child{
   border-left: 1px solid #6b6c6f;
}
*/
/*.govtt li:last-child{
    border: none !important;
}*/
.govt-site-icon .govtt li {
    padding: 0 3px;
    /* border-right: 1px solid #c7c7c7; */
    display: inline-block;
    margin-bottom: 10px;
    list-style: none;
}
/*.govtt:after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(6, 47, 60, 0.01) 0%, rgba(175, 175, 175, 0.98) 50%, rgba(175, 175, 175, 0.98) 51%, rgba(6, 47, 60, 0.01) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}*/
/*.govt-site-icon {
    margin-top: 25px;
}*/
.main_nav ul li:hover .submenu {
    display: block;
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
    z-index: 999;
}
.submenu2 li:hover ul {
    display: block;
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}
.submenu2 li ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    background: rgba(255,255,255,.90);
    z-index: 9991;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
.main_nav ul li:hover .submenu {
    display: block;
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
    z-index: 999;
}
.banner-text img {
    width: auto !important;
    margin-bottom: 30px;
}
.banner-text h1 span{
    display: block;
}


/*.quick-links ul li {
    list-style: none;
    background-color: #0a95dd;
    padding: 0px;
    margin-bottom: 10px;
    border-radius: 7px;
    border: 1px solid transparent;
}
.gen-list ul {
    padding-left: 0;
    display: inline-block;
    width: 100%;
}
.gen-list.box-list ul li {
    width: calc(32.9% - 10px);
    display: inline-block;
    margin: 5px;
}*/


.featured-box{
    padding: 30px;
    margin-top: 30px;
    transition: all .5s ease-in-out;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.39);
}
.green{
    background-color: #619919;
}
.featured-box h3 {
    color: #232323;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 600;
}
.featured-link-section a{
    text-decoration: none;
}

.box-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    bottom: 22px;
    right: 15px;
    background: #eee !important;
}
.green-dark{
    position: relative;
    background-color: #4e800d;
    transition: background-color 0.2s linear 0s;
}
/*.green-dark:hover{
    background-color: #619919;
}*/
.green-dark:before {
    content: '';
    background: url(../images/notification.png) no-repeat 0 0;
    position: absolute;
    top: 16px;
    left: 14px;
    width: 37px;
    height: 42px;
}
.orange{
    background-color: #dc6800;
}
.orange-dark{
    position: relative;
    background-color: #b25908;
}
.orange-dark:before {
    content: '';
    background: url(../images/rti.png) no-repeat 0 0;
    width: 31px;
    height: 40px;
    position: absolute;
    top: 13px;
    left: 19px;
}
.sky{
    background-color: #008bbb;
}
.sky-dark{
    position: relative;
    background-color: #036384;
}
.sky-dark:before {
    content: '';
    background: url(../images/download-forms.png) no-repeat 0 0;
    width: 35px;
    height: 33px;
    position: absolute;
    top: 13px;
    left: 17px;
}
.green-2{
    background-color: #43b14b;

}
.green-2-dark{
    position: relative;
    background-color: #038f0e;
}
.green-2-dark:before {
    content: '';
    background: url(../images/act-rule.png) no-repeat 0 0;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 16px;
    left: 19px;
}
.box-margin-top{
    margin-top: 17px;
}
.orange-2{
    background-color: #f99117;
}
.orange-2-dark{
    position: relative;
    background-color: #d67808;
}
.green-2-dark:before {
    content: '';
    background: url(../images/act-rule.png) no-repeat 0 0;
    width: 32px;
    height: 34px;
    position: absolute;
    top: 12px;
    left: 15px;
}
.green-3{
    background-color: #43b14b;
}
.green-3-dark{
    position: relative;
    background-color: #098c13;
}
.green-3-dark:before {
    content: '';
    background: url(../images/success-stories.png) no-repeat 0 0;
    width: 31px;
    height: 26px;
    position: absolute;
    top: 17px;
    left: 17px;
}
.pink{
    background-color: #ca0c5c;
}
.pink-dark{
    position: relative;
    background-color: #a60549;
}
.pink-dark:before {
    content: '';
    background: url(../images/guidelines.png) no-repeat 0 0;
    width: 32px;
    height: 30px;
    position: absolute;
    top: 18px;
    left: 18px;
}
.pink{
    background-color: #ca0c5c;
}
.pink-dark{
    position: relative;
    background-color: #a60549;
}
.pink-dark:before {
    content: '';
    background: url(../images/guidelines.png) no-repeat 0 0;
    width: 32px;
    height: 30px;
    position: absolute;
    top: 18px;
    left: 18px;
}
.yellow{
    background-color: #e79800;
}
.yellow-dark{
    position: relative;
    background-color: #c68109;
}
.yellow-dark:before {
    content: '';
    background: url(../images/news.png) no-repeat 0 0;
    width: 32px;
    height: 30px;
    position: absolute;
    top: 18px;
    left: 18px;
}