/*

To change this license header, choose License Headers in Project Properties.

To change this template file, choose Tools | Templates

and open the template in the editor.

*/

/* 

    Created on : Sep 22, 2017, 10:21:26 AM

    Author     : Prabhas Khamari

*/



/* CSS Normalization ........................................*/

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed, 

figure, figcaption, footer, header, hgroup, 

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

    margin: 0;

    padding: 0;

    border: 0;

    font-size: 100%;

    font: inherit;

    vertical-align: baseline;

}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section {

    display: block;

}

strong {

    font-weight: 700 !important;

}

body {

    line-height: 1;

}

ol, ul {

    list-style: none;

}

blockquote, q {

    quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

    content: '';

    content: none;

}

table {

    border-collapse: collapse;

    border-spacing: 0;

}

p{

    font-family: 'Open Sans', sans-serif;

}

a:active, a:focus, a:visited {

    text-decoration: none;

    outline: none;

}

/* CSS Normalization Ends ........................................*/

@font-face {

    font-family: 'MoskExtra-Bold800';

    src: url('../fonts/MoskExtra-Bold800.eot') format('embedded-opentype'), url('../fonts/MoskExtra-Bold800.woff') format('woff'), url('../fonts/MoskExtra-Bold800.ttf')  format('truetype'), url('../fonts/MoskExtra-Bold800.svg') format('svg');

    font-weight: normal;

    font-style: normal;

}

@media (min-width: 1200px){

    .container {

        width: 1200px;

    }

}

/*Main CSS*/

.banner {

    width: 100%;

    float: left;

    position: relative;

}

.banner-navigation {

    position: absolute;

    bottom: 20px;

    right: 30px;

    width: 100px;

    z-index: 9;

}

/*.banner-navigation .nabber-prev {

    margin-right: 10px;

    display: inline-block;

    width: 40px;

    height: 40px;

    background: #00B16A url(../images/sprite-icon.png) no-repeat -41px -619px;;

    cursor: pointer;

    transition: all .5s ease-in-out;

}

.banner-navigation .nabber-next {

    display: inline-block;

    width: 40px;

    height: 40px;

    background: #00B16A url(../images/sprite-icon.png) no-repeat -93px -619px;

    cursor: pointer;

    transition: all .5s ease-in-out;

}*/

#news-events-vertical-ticker {

    height: 341px;

    overflow: hidden;

    margin: 0;

    padding: 0;

    margin-top: 6px;

}

#announcements-vertical-news {

    height: 341px;

    overflow: hidden;

    margin: 0;

    padding: 0;

}

.section-padding-top {

    padding-top: 0px !important;

}

.about-section {

    /*    background: url(../images/about-bg.png) no-repeat left top;*/

}

.bg-about{

    background: url(../images/about-bg-4.jpg) no-repeat left top;

    width: 100%;

    float: left;

    background-size: cover;

}

.about-section p {

    line-height: 24px;

    text-align: justify;

    margin-top: 10px;

    font-size: 14px;

}

.twitter-container {

    /*    border: 1px solid #ececec;*/

}

.fb_iframe_widget ._2p3a {

    width: 100% !important;

}

.twitter-container iframe{

    width: 100% !important;

}

._2p3a {

    width: 100% !important;

}

iframe #facebook ._2p3a {

    min-width: 100% !important;

    width: 100% !important;

    max-width: 100% !important;

}

iframe {

    width: 100%;

}

.footer-section a:hover {

    color: #0da8bc;

    text-decoration: none;

}



a.hover-box:hover {

    text-decoration: none;

}

a.hover-box:focus {

    text-decoration: none;

}

.health-left-bg li a {

    color: #ffffff;

}

.health-left-bg li a:hover {

    color: #ffffff;

    text-decoration: none;

}





canvas{ display: block; vertical-align: bottom; } /* ---- particles.js container ---- */ #particles-js{ top:0; position:absolute; width: 100%; background-color: transparent; background-image: url(""); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } /* ---- stats.js ---- */ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }



.citizen.wrapper .container {

    position: relative;

    z-index: 10;

}



.about-footer-box:hover .about-circle::after {

    content: '';

    position: absolute;

    width: 80px;

    height: 80px;

    border: 2px dotted #fff;

    animation: spin 10s linear infinite;

    border-radius: 50%;

}



.fb-page, 

.fb-page span, 

.fb-page span iframe[style] { 

    width: 100% !important; 

}











/*.search-icon {

    -webkit-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out; 

    width: 30px;

    height: 38px;

    position: absolute;

    right: 30px;

    background: #e4e4e4 url(../images/sprite-icon.png) no-repeat -237px -511px;

    cursor: pointer;

    z-index: 99;

}*/

.banner-icon {

    -webkit-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out; 

}

.hide-cont .stricky-fixed .topbar {

    opacity: 1 !important;

}

/*.hide-cont .stricky-fixed .logo {

    opacity: 1 !important;

}*/

.hide-cont .stricky-fixed .banner-icon {

    opacity: 1 !important;

}

.hide-cont .stricky-fixed .search-icon {

    opacity: 1 !important;

}

.hide-cont .stricky-fixed .soso {

    opacity: 1 !important;

}

/*Dark Screen Start*/

.contrast-active .wrapper {

    background-color: #333 !important;

}

.contrast-active #date {

    color: #ff0 !important;

}

.contrast-active #clock {

    color: #ff0 !important;

}

.contrast-active .box {

    background-color: #333 !important;

}

.contrast-active .pratap h1 {

    color: #ff0 !important;

}

.contrast-active .district-health h2 {

    color: #ff0 !important;

}

.contrast-active .district-health p {

    color: #ff0 !important;

}

.contrast-active .media-section ul {

    background-color: #333 !important;

    border: 1px solid #ff0;

    border-top: none;

    border-bottom: none;

}

.contrast-active .media-section ul li {

    color: #ff0 !important;

}

.contrast-active .pratap h4 {

    color: #ff0 !important;

}

.contrast-active .c-box {

    background-color: #333 !important;

}

.contrast-active .c-box h2 {

    color: #ff0 !important;

}

.contrast-active .about-section h1 {

    color: #ff0 !important;

}

.contrast-active .about-section p {

    color: #ff0 !important;

}

.contrast-active .gallery-section h1 {

    color: #ff0 !important;

}

.contrast-active .gallery-content {

    background-color: #333 !important;

    border: 1px solid #ff0;

    border-top: none;

}

.contrast-active .director-section-border {

    border: 1px solid #ff0;

}

.contrast-active .director-section h2 {

    color: #ff0 !important;

    border-bottom: 1px solid #ff0;

}

.contrast-active .director-section ul li a {

    color: #ff0 !important;

}

.contrast-active .gallery-content p {

    color: #ff0 !important;

}

.contrast-active .mission-section {

    background-color: #333 !important;

}

.contrast-active .section-paragraph {

    color: #ff0 !important;

}

.contrast-active .cmd h3 {

    color: #ff0 !important;

}

.contrast-active .cmd h4 {

    color: #ff0 !important;

}

.contrast-active .c-twitter a h3 {

    color: #ff0 !important;

}

.contrast-active .read {

    color: #ff0 !important;

}

.contrast-active .mission-box p {

    color: #ff0 !important;

}

.contrast-active .mission-box h3 {

    color: #ff0 !important;

}

.contrast-active .modal-content {

    background-color: #333;

}

.contrast-active .modal-body p {

    color: #ff0 !important;

}

.contrast-active .modal-header {

    background: #333333;

}

.contrast-active .modal-header {

    border-bottom: 1px solid #ff0

}

.contrast-active .modal-title {

    color: #ff0 !important;

}

.contrast-active .popup-bg {

    background: #333 url(../images/popup-bg.png);

}

.contrast-active .values ul li {

    color: #ff0;

}

.contrast-active .values strong span {

    color: #ff0;

}

.contrast-active .operation:before {

    border-top: 300px solid #333333;

}

.contrast-active .image-caption h2 {

    color: #ff0;

}

.contrast-active #footer {

    background: #333333 !important;

    border-top: 1px solid #545453;

}

.contrast-active .cpoy a {

    color: #ff0;

}

.contrast-active .hidden-bar .side-menu ul li ul a {

    border-top: none !important;

}

.contrast-active .btn.expander i {

    color: #ff0;

}

/*Dark Screen End*/



.banner.banner-responsive {

    display: none;

}



.main_nav {

    width: 100%;

    float: left;

    position: relative;

    background-color: #243d92;

    background: rgba(32,61,146,1);

    background: -moz-linear-gradient(to right, rgba(32,61,146,1) 0%, rgba(120,54,190,1) 42%, rgb(219, 27, 27) 100%);

    background: -webkit-gradient(to right, rgba(32,61,146,1) 0%, rgba(120,54,190,1) 42%, rgb(219, 27, 27) 100%);

    background: -webkit-linear-gradient(to right, rgba(32,61,146,1) 0%, rgba(120,54,190,1) 42%, rgb(219, 27, 27) 100%);

    background: -o-linear-gradient(to right, rgba(32,61,146,1) 0%, rgba(120,54,190,1) 42%, rgb(219, 27, 27) 100%);

    background: -ms-linear-gradient(to right, rgba(32,61,146,1) 0%, rgba(120,54,190,1) 42%, rgb(219, 27, 27) 100%);

    background: linear-gradient(to right, rgba(32,61,146,1) 0%, rgba(120,54,190,1) 42%, rgb(219, 27, 27) 100%);

    /* overflow: hidden; */

}

.main-ul {

    width: 100%;

    float: left;

    position: relative;

}

.main_nav ul {

    padding: 0;

    margin: 0;

    width: 100%;

    float: left;

    list-style: none;

}

.main_nav ul li {

    float: left;

    /* padding: 15px 18px; */

    position: relative;

    transition: all 0.4s ease;

    -webkit-transition: all 0.4s ease;

}

.main_nav ul li a {

    font-family: 'Open Sans', sans-serif;

    font-size: 14px;

    color: #fff;

    text-decoration: none;

    padding: 17px 7px;

    display: block;

}

.main_nav ul li .submenu {

    position: absolute;

    left: 0;

    top: 100%;

    width: 250px;

    background: #ffffff;

    z-index: 9991;

    opacity: 0;

    transform: scaleY(0);

    transform-origin: 0 0 0;

    transition: all 0.3s ease 0s;

    visibility: hidden;

    -webkit-box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.26);

    -moz-box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.26);

    box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.26);

}

.main_nav ul li .submenu li:first-child {

    border-top: none;

}

.main_nav ul li .submenu li {

    width: 100%;

    float: left;

    padding: 0;

    border-bottom: 1px solid #e0e0e0;

    border-top: 1px solid #ffffff;

}

/*.main_nav ul li:first-child {

    border-left: 0px solid #01dc84;

}

.main_nav ul li:last-child {

    border-right: 0px solid #01dc84;

}*/

.main_nav ul li {

    float: left;

    /* padding: 15px 18px; */

    position: relative;

    /*    border-right: 1px solid #0d925d;

        border-left: 1px solid #01dc84;*/

}

.main_nav ul li:hover {

    background: #337ab7 url(../images/menu-hover-attow-down.png) no-repeat center top;;

}

.main_nav ul li:hover .submenu {

    display: block;

    opacity: 1;

    transform: scaleY(1);

    visibility: visible;

    z-index: 999;

}

.main_nav ul li .submenu li a {

    float: left;

    width: 100%;

    padding: 10px 10px 10px 22px;

    color: #000;

    line-height: 20px;

    -webkit-transition: all 0.9s ease;

    transition: all 0.9s ease;

    -moz-transition: all 0.9s ease;

    -ms-transition: all 0.9s ease;

    -o-transition: all 0.9s ease;



}

.main_nav ul li .submenu li {

    border-right: 0px solid #0d925d;

    border-left: 0px solid #01dc84;

}

.main_nav ul li .submenu li:hover {

    background: #ddd;

}

.sub-sites:after {

    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(6, 47, 60, 0.01) 0%, #bbbbbb 50%, #bbbbbb 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%;

}

.stricky-fixed .topbar {

    display: none;

}

.toggle-arrow {

    background: url(../images/sprite-icons.png) no-repeat -100px -19px;

    width: 11px;

    height: 7px;

    margin-left: 3px;

    display: inline-block;

}

.full-nav {

    position: absolute;

    right: 0px;

    top: 0px;

    bottom: 0px;

    z-index: 200;

    width: 80px;

}

.left-nav {

    position: absolute;

    z-index: 9998;

    width: 80px;

    height: 100%;

    background: #0164a8;

    box-shadow: -20px 0 100px -7px rgba(0, 0, 0, .2);

}

.social-media-nav {

    position: absolute;

    left: 0px;

    right: 0px;

    bottom: 10px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

}

.social-media-nav {

    position: absolute;

    left: 0px;

    right: 0px;

    bottom: 10px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

}

.social-icon.nav {

    width: 40px;

    height: 40px;

    margin-bottom: 10px;

    border: 1px solid #e4ecf6;

    opacity: 0.65;

    -webkit-transition: opacity 300ms ease;

    transition: opacity 300ms ease;

    display: flex;

    justify-content: center;

    align-items: center;

}

.social-icon.nav:hover {

    opacity: 1;

}

.banner-slider .owl-dots {

    display: block !important;

    position: absolute;

    bottom: 30px;

    left: 50%;

    transform: translateX(-50%);

    z-index: 9999999;

}

.banner-slider .owl-dots .owl-dot {

    width: 15px;

    height: 15px;

    background: #0164a8;

    /* border-radius: 50px; */

    margin-right: 10px;

    display: inline-block;

    opacity: .5;

    border-radius: 50%;

}

.banner-slider .owl-dots .owl-dot.active {

    background: #0164a8;

    opacity: 1;

}

.banner-slider .owl-dots .owl-dot {

    border: none;

    box-shadow: none;

}

.banner-slider .owl-dots .owl-dot:visited, .banner-slider .owl-dots .owl-dot:focus {

    border: none;

    outline: none;

    box-shadow: none;

}

.banner-content {

    position: absolute;

    top: 50%;

    left: 0;

    transform: translateY(-50%);

    width: 100%;

}

.banner-text h1 {

    font-family: 'MoskExtra-Bold800';

    color: #c92c4a;

    font-size: 55px;

    position: relative;

}

.banner-text h1:before {

    content: '';

    position: absolute;

    top: -10px;

    left: 0;

    width: 60px;

    height: 3px;

    background: #0164a8;

    display: none;

}

.banner-text h1:after {

    content: '';

    position: absolute;

    bottom: -18px;

    left: 0;

    width: 60px;

    height: 3px;

    background: #0164a8;

    display: none;

}

.about-section .heading {

    margin-bottom: 18px;

}

.read-more {

    width: 178px;

    height: 43px;

    background: #ffffff;

    border-radius: 50px;

    border: 2px solid #421773;

    display: block;

    margin-top: 37px;

    font-family: 'Open Sans', sans-serif;

    font-size: 15px;

    line-height: 38px;

    padding-left: 25px;

    font-weight: 600;

    color: #421773;

    position: relative;

    -webkit-transition: all 0.3s ease;

    transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

}

.read-more:hover, .read-more:active, .read-more:focus {

    text-decoration: none;

}

.read-more:before {

    content: '';

    position: absolute;

    right: 4px;

    top: 3px;

    background: #421773 url(../images/sprite-icons.png) no-repeat -88px -40px;

    width: 32px;

    height: 32px;

    border-radius: 50px;

    -webkit-transition: all 0.9s ease;

    transition: all 0.9s ease;

    -moz-transition: all 0.9s ease;

    -ms-transition: all 0.9s ease;

    -o-transition: all 0.9s ease;

}

#news-events-vertical-ticker li {

    background: #f7f7f7;

    margin-bottom: 7px;

    border: 1px solid #f0f0f0;

    padding: 15px;

} 

#news-events-vertical-ticker li p {

    color: #555555;

    text-align: left;

    line-height: 20px;

    font-family: 'Open Sans', sans-serif;

}

#news-events-vertical-ticker li span {

    font-family: 'Open Sans', sans-serif;

    font-size: 14px;

    color: #2b3d7a;

    position: relative;

    padding-left: 30px;

    font-weight: 600;

} 

.an-date:before {

    content:'';

    position: absolute;

    left: 0;

    top: 0;

    background: url(../images/sprite-icons.png) no-repeat -134px -97px;

    width: 19px;

    height: 19px;

}

#news-events-vertical-ticker li a:hover, #news-events-vertical-ticker li a:active, #news-events-vertical-ticker li a:focus {

    text-decoration: none;

}

.prd-top {

    padding-top: 0px !important;

}

.media-coverage h1 {

    text-align: center;

    margin-bottom: 25px;

}

.div-heading-sec {

    background: #c92c4a;

    padding: 7px 7px 4px;

    width: 100%;

    float: left;

}

.heading-fb {

    background: #3a5897;

}

.heading-tw {

    background: #5890ff;

}

.icon-left {

    width: 28px;

    height: 28px;

    background: #ffffff;

    margin-right: 10px;

    display: inline-block;

    border-radius: 50px;

}

.youtube-icon {

    background: #ffffff url(../images/sprite-icons.png) no-repeat -128px -132px;

}

.head-section i {

    position: relative;

    top: -8px;

    font-family: 'Open Sans', sans-serif;

    font-weight: 600;

    color: #fff;

}

.social-media-ft .nav-tabs {

    border-bottom: none;;

}

.social-media-ft .nav-tabs>li {

    margin-bottom: 0px;

    width: 50%;

}

.social-media-ft .nav-tabs>li>a {

    margin-right: 0px;

    line-height: 1; 

    border: none;

    border-radius: 4px 4px 0 0;

}

.social-media-ft .nav>li>a {

    padding: 0;

}

.social-media-ft .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {

    color: #555;

    cursor: default;

    background-color: #fff;

    border: none;

    border-bottom-color: transparent;

}

.facebook-icon {

    background: #ffffff url(../images/sprite-icons.png) no-repeat -88px -165px;

}

.twitter-icon {

    background: #ffffff url(../images/sprite-icons.png) no-repeat -127px -166px;

}

.twitter-sec {

    border: 1px solid #ddd;

    border-top: none;

}

.video-caption {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    background: rgba(0, 0, 0, 0.65);

    padding: 15px;

}

.video-caption p {

    font-family: 'Open Sans', sans-serif;

    font-weight: 600;

    color: #fff;

    font-size: 24px;

    line-height: 28px;

}



/*.btn-play {

    color: #fff;

}

.btn-play {

    border-color: #fff;

}

.btn-play.outline {

   background: #ffffff;

}

.btn-play.outline {

    background: #fff;

}*/

.btn-play {

    position: absolute;

    top: 50%;

    left: 50%;

    /* margin-top: -30px; */

    z-index: 5;

    transform: translate(-50%, -50%);

}

/*.btn-play.outline {

    background: #ffffff;

    color: #ffffff;

}*/

.btn-play {

    background: #ffffff url(../images/sprite-icons.png) no-repeat -92px -200px;

    color: #fff;

    width: 60px;

    height: 60px;

    border: 2px solid #ffffff;

    -webkit-border-radius: 50px;

    border-radius: 50px;

    text-align: center;

    line-height: 60px;

    font-size: 27px;

    cursor: pointer;

    display: inline-block;

    -webkit-transition: .15s ease-in-out;

    transition: .15s ease-in-out;

    -webkit-transition-property: color, background, border-color;

    transition-property: color, background, border-color;

}

.btn-play:before {

    -webkit-animation-delay: .5s;

    animation-delay: .5s;

}

.btn-play:after, .btn-play:before {

    content: '';

    border: 2px solid #ffffff;

    background: #ffffff;

    width: 150%;

    height: 150%;

    -webkit-border-radius: 50px;

    border-radius: 50px;

    position: absolute;

    left: -25%;

    top: -25%;

    opacity: 1;

    -webkit-animation: 1s videomodule-anim linear infinite;

    animation: 1s videomodule-anim linear infinite;

}

@-webkit-keyframes videomodule-anim {

    0% {

        -webkit-transform: scale(0.68);

        transform: scale(0.68);

    }

    100% {

        -webkit-transform: scale(1.2);

        transform: scale(1.2);

        opacity: 0; 

    } 

}



@keyframes videomodule-anim {

    0% {

        -webkit-transform: scale(0.68);

        transform: scale(0.68); 

    }

    100% {

        -webkit-transform: scale(1.2);

        transform: scale(1.2);

        opacity: 0;

    } 

}

.img-box img {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.33, 1);

    -moz-transition: -moz-transform 1s cubic-bezier(0.77, 0, 0.33, 1);

    transition: transform 1s cubic-bezier(0.77, 0, 0.33, 1);

}

.img-box {

    width: 100%;

    float: left;

    position: relative;

    overflow: hidden;

}

.img-box:hover img {

    -webkit-transform: scale(1.2);

    -moz-transform: scale(1.2);

    -ms-transform: scale(1.2);

    -o-transform: scale(1.2);

    transform: scale(1.2);

}

/*.img-box:before {

    position: absolute;

    top: 50%;

    left: 50%;

    z-index: 9999;

    display: block;

    content: '';

    width: 0;

    height: 0;

    background: rgba(255, 255, 255, 0.2);

    border-radius: 100%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    opacity: 0;

}

.img-box:hover:before {

    -webkit-animation: circle .75s;

    animation: circle .75s;

}*/

/*.img-box:hover {

    -webkit-animation: circle .75s;

    animation: circle .75s;

}*/

/*

@-webkit-keyframes circle {

    0% {

        opacity: 1;

    }

    40% {

        opacity: 1;

    }

    100% {

        width: 200%;

        height: 200%;

        opacity: 0;

    }

}



@keyframes circle {

    0% {

        opacity: 1;

    }

    40% {

        opacity: 1;

    }

    100% {

        width: 200%;

        height: 200%;

        opacity: 0;

    }

}*/

.boxx {

    overflow: hidden;

    position: relative;

    cursor: pointer;

}

.boxx:after,

.boxx:before {

    padding: 18px 0 11px;

    content: '';

    position: absolute;

    top: 0;

    left: calc(-100% - 30px);

    height: calc(100% - 0px);

    width: calc(100% + 20px);

    color: #fff;

    border-radius: 2px;

    transform: skew(-25deg);

    opacity: 0;

}



.boxx:after {

    background: #fff;

    transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;

    z-index: 0;

    opacity: 0;

}



.boxx:before {

    background: #dd4d42;

    z-index: 5;

    transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);

    opacity: 0;

}



.boxx:hover:after {

    left: calc(0% - 10px);

    transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1);

    opacity: 0.8;

}



.boxx:hover:before {

    left: calc(0% - 10px);

    transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);

    opacity: 1;

}

.youtube-nav {

    float: right;

    width: 65px;

    position: relative;

    margin-right: 0px;

}

.you-prev {

    cursor: pointer;

    width: 30px;

    height: 28px;

    border: 1px solid #e2284b;

    display: inline-block;

    float: left;

    margin-right: 5px;

    background: url(../images/sprite-icons.png) no-repeat -112px -314px;

}

.you-next {

    cursor: pointer;

    width: 30px;

    height: 28px;

    border: 1px solid #e2284b;

    display: inline-block;

    float: left;

    background: url(../images/sprite-icons.png) no-repeat -156px -314px;

}

.read-more:hover::before {

    left: 4px;

    transition:all 1s linear;

}

.read-more:hover {

    padding-left: 63px;

}

.res-991-block {

    display: none;

}

.single-service {

    margin: 65px 0 0;

}

.single-service {

    /* align-items: flex-start; */

    /* display: flex; */

    border: 1px solid #e0e0e0;

    padding: 15px;

    /* -webkit-box-flex: inherit; */

    /* flex-direction: column; */

    width: 100%;

    float: left;

    min-height: 188px;

}

.single-service span {

    margin-right: 20px;

    float: left;

}

.single-service h5 {

    font-family: 'Open Sans Condensed', sans-serif;

    font-size: 24px;

    color: #3a5897;

    text-transform: capitalize;

    padding: 0 0 10px;

    margin-top: 20px;

}

.single-service p {

    font-family: 'Open Sans', sans-serif;

}

.mission {

    background: url(../images/sprite-icons.png) no-repeat -307px -1px;

    width: 70px;

    height: 63px;

}

.vision {

    background: url(../images/sprite-icons.png) no-repeat -306px -104px;

    width: 71px;

    height: 59px;

}

.core-value {

    background: url(../images/sprite-icons.png) no-repeat -308px -187px;

    width: 70px;

    height: 62px;

}

.service-content {

    width: 100%;

    float: left;

    margin-top: 10px;

}

.minister-profile {

    width: 100%;

    float: left;

    padding: 0px;

    margin: 0px;

}

.minister-profile li {

    background: #e7d5fb;

    border: 1px solid #e7d5fb;

    margin-bottom: 10px;

    width: 100%;

    float: left;

    padding: 9px 10px;

    display: flex;

    align-items: center;

    box-shadow: 0 0 9px rgba(0,0,0,0.15);

    -webkit-box-shadow: 0 0 9px rgba(0,0,0,0.15);

}

.minister-profile li img {

    float: left;

    margin-right: 15px;

}

.minister-profile li span {

    color: #2f257c;

    font-size: 17px;

    font-family: 'Roboto Condensed', sans-serif;

    font-style: normal;

    font-weight: 700;

    line-height: 20px;

}

.minister-profile li span i {

    color: #1c1b1b;

    font-size: 13px;

    color: #1c1b1b;

    font-family: 'Open Sans', sans-serif;

    line-height: 20px;

    font-weight: 600;

}

.main-content {

    width: 100%;

    height: 100%;

    float: left;

    background: url(../images/home-footer-bg.jpg) no-repeat;

    background-size: cover;

}

.header2 .logo-menu{

    background: linear-gradient(to right, rgb(47, 69, 155) 0%, rgba(120,54,190,1) 42%, rgb(220, 57, 57) 100%) !important;

}

.header2 .footer-section-last {

    background: linear-gradient(to right, rgb(47, 69, 155) 0%, rgba(120,54,190,1) 42%, rgb(220, 57, 57) 100%) !important;

}



.hvr-float-shadow {

    display: inline-block;

    vertical-align: middle;

    -webkit-transform: perspective(1px) translateZ(0);

    transform: perspective(1px) translateZ(0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    position: relative;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-property: transform;

    transition-property: transform;

}

.hvr-float-shadow:before {

    pointer-events: none;

    position: absolute;

    z-index: -1;

    content: '';

    top: 100%;

    left: 5%;

    height: 10px;

    width: 90%;

    opacity: 0;

    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);

    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-property: transform, opacity;

    transition-property: transform, opacity;

}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {

    -webkit-transform: translateY(-5px);

    transform: translateY(-5px);

}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {

    opacity: 1;

    -webkit-transform: translateY(5px);

    transform: translateY(5px);

}





/* Ripple Out */

@-webkit-keyframes hvr-ripple-out {

    100% {

        top: -12px;

        right: -12px;

        bottom: -12px;

        left: -12px;

        opacity: 0;

    }

}

@keyframes hvr-ripple-out {

    100% {

        top: -12px;

        right: -12px;

        bottom: -12px;

        left: -12px;

        opacity: 0;

    }

}

.hvr-ripple-out {

    width: 100%;

    display: block;

    vertical-align: middle;

    -webkit-transform: perspective(1px) translateZ(0);

    transform: perspective(1px) translateZ(0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    position: relative;

}

.hvr-ripple-out:before {

    content: '';

    position: absolute;

    border: #ffffff solid 6px;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    -webkit-animation-duration: 1s;

    animation-duration: 1s;

    opacity: 0;

}

.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {

    -webkit-animation-name: hvr-ripple-out;

    animation-name: hvr-ripple-out;

    opacity: 1;

}


.home-page-list li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;  
}
.home-page-list li{
    margin-bottom: 10px;
}