/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    overflow-x: hidden;
     background-color: #fff;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

#search form img {
    position: absolute;
    top: 8px;
    left: 35px;
    margin: 0;
}
body {
    /*font-family: 'Playfair Display', serif !important; */
    font-family: 'Nunito', sans-serif !important;
    color: #413d4a;
    overflow-x: hidden;
    font: 14px/1.5 Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}
:focus {
    outline: 0 !important;
}
.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(65, 61, 74, 0), 0 0 8px rgba(65, 61, 74, 0.26) !important;
    box-shadow: inset 0 1px 1px rgba(65, 61, 74, 0), 0 0 8px rgba(65, 61, 74, 0.26) !important;
}
a:hover {
    text-decoration: none;
}
.row.equal {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.quick-links .lniks-card {
    min-width: 21em;
    -webkit-flex: 1 1 15em;
    /* this */
    flex: 1;
}
main p {
    font-size: 1.143em;
}
.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
main h1 {
    font-family: PlayfairDisplay;
    font-size: 2.5em;
    font-weight: bold;
     /*margin: 13px 0 15px;*/
    margin: -24px 0 -11px;
}
main h2 {
    font-size: 22px;
    font-weight: bold;
}
main h3 {
    font-family: PlayfairDisplay;
    font-size: 1.714em;
    font-weight: bold;
    text-align: center;
    color:#0d2366;
}

main h4 {
    font-size: 1.429em;
    font-weight: bold;
}
main h5 {
    font-size: 1.286em;
    line-height: 1.67;
}
main p{
    text-align:justify;
}
.psclassic{
    position: absolute;
    padding:10px;
    
    font-size: 12px
}
p a{
    color: #49dab5;
    width: 50px;
    height: 0;
    margin: 0 auto 35px;
}
.link-sm {
    font-size: 1.143em;
}
.back-wh {
    background-color: #ffffff;
}
.pad-0 {
    padding: 0;
}
.pad-05 {
    margin: 0 5px;
    padding: 0;
}
:root {
    --charcoal-grey: #383540;
    --off-white: #f7f7f7;
    --light-grey: #f8f8f8;
    --white: #ffffff;
}
hr.head-border {
 border-top:6px solid #49dab5;
    width: 50px;
    height: 0;
    margin: 0 auto 35px;
    border-radius: 5px;
}
.read-more {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: #39429b;
    padding-right: 10px;
}
.read-more-ab {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: #39429b;
    padding-right: 10px;
    position: absolute;
    bottom: 8px;
    right: 20px;
    background: #f8f8f8;
}
.ab-md {
    bottom: 9px;
    right: 23px;
}
.post-locate {
    font-size: 1.143em;
}
.arrow-right {
    background: url(../img/arrow.svg) no-repeat center center;
    padding: 0px 5px 0px;
    margin-left: 5px;
}
.btn-def {
    border-radius: 2px;
    border: solid 1px #004dc2;
    transition: .5s ease;
    margin: 0 auto;
    color: #004dc2;
    background-color: transparent;
}
.btn-def:hover a {
    color: #ffffff;
    text-decoration: none;
}
.btn-def-op {
    border-radius: 2px;
    border: solid 1px #004dc2;
    transition: .5s ease;
    margin: 0 auto;
    color: #ffffff;
    background-color: #004dc2;
}
.btn-def-op:hover a {
    color: #5e6ab0;
    text-decoration: none;
}
.btn-def-op:hover {
    color: #db996c;
    border: solid 1px #db996c;
    background-color: #ffffff;
}
.btn-def:hover {
    color: #ffffff !important;
    background-color: #4f6394;
    border: solid 1px #4f6394;
}
/*header start here*/
header {
    transition: all linear .3s;
    font-size: 14px;
    background-color: #f8f8f8;
    z-index: 9;
}
.pad-tb-15 {
    padding: 15px 0;
}
header a {
    text-decoration: none;
    color: #413d4a;
}
.header-logo img {
    width: 63px;
 padding: 10px 0;
}
a[href^="mailto"] {
    word-break: break-all;
}
.header-logo {
    display: none;
}

.main-skip a {
    color: #39429b;
}
.classic {
    background: url(../img/arrowDown.png) 95% no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: solid 1px #413d4a;
    width: 233px;
    height: 33px;
    margin: 0 35px 0 4px;
    border-radius: 2px;
    padding-left: 10px;
    line-height: 1.5;
}
.classic1 {
    background: url(../img/arrowDown.png) 95% no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: solid 1px #413d4a;
    width: 228px;
    height: 33px;
    margin: 0 35px 0 4px;
    border-radius: 2px;
    padding-left: 10px;
    line-height: 1.5;
}
.cl-form {
    width: 100%;
    margin: 0;
}
.dark-theme {
    color: #ffffff;
    background-color: #413d4a;
}
.light-theme {
    background-color: rgba(57, 66, 155, 0.8);
    border: solid 1px rgba(57, 66, 155, 0.8);
    color: #ffffff;
}
.font-resize button {
    border: solid 1px rgba(65, 61, 74, 0.8);
    width: 32px;
    height: 32px;
    margin: 0 4px 0 0;
    color: #413d4a;
}
button.mr-rt-30 {
    margin-right: 30px;
}
.main-skip {
    height: 32px;
    border: solid 1px #413d4a;
    width: 185px;
    margin: 0 26px;
    padding: 0 30px;
    background: #f8f8f8;
}
.lang-switch button {
    background-color: rgb(79, 99, 148);
    border: solid 1px rgb(79, 99, 148);
    width: 100px;
    height: 32px;

}
.lang-switch button {
    color: #ffffff;
}
.caret {
    margin-left: 10px;
}
header#t2.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
/*header end here*/
/*20 banner section start here*/
.svg-clipped2 {
    -webkit-clip-path: url(#svgpath2);
    clip-path: url(#svgpath2);
    width: 980px;
    height: 1020px;
    position: absolute;
    top: -295px;
    right: 60px;
    z-index: 15;
    transform: scale(0.9);
}
.navbar-default.home-page-menubar {
    background-color: #5e6ab0;
    border: none;
    color: #ffffff;
    border-radius: unset;
    bottom: 0;
    position: absolute !important;
    height: 70px;
    width: 100%;
    top: 1024px !important;
    transform: translateY(-295px);
    z-index: 99;
}
.banner-sec .row {
    padding: 50px 0 125px;
}
/*banner section end here*/
/*main start here*/
main {
    background-color: #f8f8f8;
    background-color: var(--light-grey);
}
/*nav start here*/
.caretup {
    transform: rotate(-90deg);
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    width: 240px;
 background-color: #4f6394;
}
.dropdown-menu > li > a:focus,
.dropdown-submenu .dropdown-menu > li > a:hover {
    color: #ffffff;
background-color: #5e6ab0;
}
.navbar {
    margin-bottom: 0;
}
.dropdown-menu > li > a {
    padding: 7px 20px;
    color: #ffffffd4;
    color: rgba(255, 255, 255, 0.7);
}
.navbar-nav > li {
    max-width: 100%;
    width: 172px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #ffffff;
    background-color: #4f6394;
}
.navbar-nav > li > .dropdown-menu {
    width: 240px;
    left: -30%;
    background-color: #4f6394;
}
.navbar-default {
    background-color: #4f6394;
    border: none;
    color: #ffffff;
    border-radius: unset;
    bottom: 0;
}
nav {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 63px !important;
    color: #ffffff;
    font-size: 1.286em;
    z-index: 9;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    opacity: 0.7;
}
.navbar-default .navbar-nav > li > a:before {
    content: "";
    border-bottom: solid 2px #fff;
    width: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    transition: all .5s;
}
.navbar-default .navbar-nav > li > a:hover:before {
    width: 100%;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #ffffff;
    background-color: #4f6394;
    opacity: 1;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #ffffff;
    opacity: 0.7;
 background-color: #4f6394;
}
/*nav end here*/
/*quick links start here*/
.quick-links {
    margin: 70px auto;
}
.quick-links .lniks-card {
    padding-right: 0;
    padding-bottom: 15px;
}
.quick-links .card-wrapper {
    padding: 27px 20px 5px;
    border: 1px solid #413d4a47;
    transition: .5s ease;
    border-radius: 3px;
}
.quick-links .card-wrapper:hover {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 5px 5px 10px 0 rgba(65, 61, 74, 0.15);
}
.quick-links .card-wrapper:hover img {
 opacity: 1;
}
.Icon {
  height: 71px;
    opacity: 0.9;
}
.quick-links h3 {
    font-size: 22px;
    font-weight: bold;
}
.quick-links a {
    display: block;
    color: #413d4a;
    text-decoration: none;
    cursor: pointer;
    height: 100%;
}
/*quick links end here*/
/*our mission start here*/
.our-mission {
    line-height: 1.57;
}
.our-mission .row,
.martyrs .row,
.initiatives .row,
.social-media .row {
   margin: 15px auto 35px;
}
.our-mission p {
    /*margin: 0 0 20px;*/
    font-size: 1.286em;
 opacity: 0.9;
 line-height: 1.67;
}
.ips-name-plate {
    font-size: 1.286em;
    font-weight: bold;
    display: inline-block;
    margin-top: 11px;
    line-height: 0.78;
}
#about-us img {
    width: 240px;
    height: 279px;
    margin-top: 8px;
    object-fit: cover;
}
.post-locate {
    font-size: 1.143em;
    color: rgba(65, 61, 74, 0.9);
    display: inline-block;
    margin-top: 11px;
    line-height: 1.78;
}
/*our mission end here*/
/*social-media section start here*/
.btnview {
    color: red;
    border-radius: 17px;
    border: 1px solid red;
    padding: 0 11px;
    font-weight: 400;
    background: transparent;
}
.general-section {
    background: #e4ebf5;
    padding: 55px 15px;
    height: 100vh;
    height: auto;
    background-image: url(../imgs/right-section-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top right;
}
h3.general-section-head {
    font: normal 600 28px/40px 'Open Sans';
    color: #475965;
    margin-bottom: 30px;
}
.general-section p {
    font: normal normal 18px/30px 'Open Sans';
    color: #7b949f;
}
.news-item h6 {
    line-height: 1.4;
    font-size: 16px;
    opacity: 0.9;
}
.newsandupdate .news {
    list-style: none;
    padding: 0;
    margin: 0;
}
.newsandupdate .news-item {
    width: 100%;
    margin: 11px auto;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.31);
    border-left: 11px solid #5e6ab0;
    padding: 14px 20px;

}
.newsandupdate h5 {
 text-transform: uppercase;
    margin-left: 20px;
}
.newsandupdate .news h6 {}
.newsandupdate .news-item .date {
    float: right;
}

/*.social-media {*/
.social-media {
    width: 100%;
    height: 318px;
    background-image: linear-gradient(105deg, #6f0e59, #3059aa);
    background-size: 100% 200px;
    background: rgba(111,14,89,0.5);
    /*background: -moz-linear-gradient(left, rgba(111,14,89,0.5) 0%, rgba(48,89,170,0.5) 100%);*/
    /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(111,14,89,0.5)), color-stop(100%, rgba(48,89,170,0.5)));*/
    /*background: -webkit-linear-gradient(left, rgba(111,14,89,0.5) 0%, rgba(48,89,170,0.5) 100%);*/
    /*background: -o-linear-gradient(left, rgba(111,14,89,0.5) 0%, rgba(48,89,170,0.5) 100%);*/
    /*background: -ms-linear-gradient(left, rgba(111,14,89,0.5) 0%, rgba(48,89,170,0.5) 100%);*/
    background: linear-gradient(to right,#0041B1 0%, #7EDEFF 110%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f0e59', endColorstr='#3059aa', GradientType=1 );
}
/*social-media section end here*/
/*martyrs section start here*/
.marg-10 {
    margin: 10px 0;
}
.image-slider {
    margin-bottom: 10px;
    /*height: 335px;*/
    margin: auto;
    position: relative;
    cursor: pointer;
    /*overflow: hidden;*/
}
.slide-gallery {
    position: relative;
    height: 335px;
}
.image-slider .slide-item,
.slide-item img {
    width: 338px;
    height: 270px;
float: left;
}
.image-slider img {
    width: 100%;
  
    object-fit: cover;
    height: 158px;
}
.slide-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(181, 176, 176, .5);
}
.slide-item.active:after {
    content: none;
}
.image-info p {
    font-weight: bold;
    font-size: 1.286em;
    margin-bottom: 0;
}
.image-info p span {
    opacity: 0.9;
    font-weight: normal;
    padding-right: 10px;
}
.image-info p span.txt-val {
    font-weight: bold;
}
.a-lft {
 margin: 15px 10px;
  font-size: 18px;
}
.a-rt {
    width: 18px;
    height: 14px;
    margin: 15px 10px;
    cursor: pointer;
}
.close-i {
    width: 11px;
    height: 11px;
    cursor: pointer;
}
.name-plate {
 padding: 0 20px;
 height: 52px;
    border-radius: 3px;
    border: solid 1px rgba(65, 61, 74, 0.3);
    margin-bottom: 0;
    line-height: 48px;
}
.late-date {
    padding: 0 20px;
    /* width: 440px; */
    height: 52px;
    border-radius: 3px;
    border: solid 1px rgba(65, 61, 74, 0.3);
    margin-bottom: 0;
    line-height: 48px;
}
.position {
 padding: 0 20px;
    /*width: 765px;*/
    height: 52px;
    margin-bottom: 0;
    line-height: 48px;
    border-radius: 3px;
    border: solid 1px rgba(65, 61, 74, 0.3);
}
/*martyrs section end here*/
/*initiatives section start here*/
.initiatives h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 5px 0 5px;
    display: block;
    text-overflow: ellipsis;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
}
.initiatives p {
    opacity: 0.8;
    font-family: Nunito;
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
}
.initiatives-md {
    background-color: #f8f8f8;
    padding: 10px 20px 5px;
    margin-bottom: 10px;
    height: 147px;
    overflow: hidden;
    position: relative;
}
.initiatives-sm {
    background-color: #f8f8f8;
    padding: 10px 20px 5px;
    margin-bottom: 10px;
    height: 113.5px;
    overflow: hidden;
    position: relative;
}
.initiatives img {
    height: 214px;
    width: 478px;
    object-fit: cover;
}
.pad-left-5 {
    padding-left: 5px;
}
.pad-right-5 {
    padding-right: 5px;
}
.show {
    margin-top: 30px;
    width: 172px;
    height: 50px;
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 16px;
}
/*initiatives section start here
/*main end here*/
footer {
    background-color: var(--charcoal-grey);
    background:linear-gradient(to right,#eef9fe,#edf7ff);
}
footer,
footer a {
    color: #0d2366;
}
footer ul li a,
footer ul li span {
    color:#528ff0;
 font-size: 1.143em;
    font-weight: normal;
    line-height: 2.75;
    text-align: left;

}
footer a:focus,
footer a:hover {
    color: #0d2366;
}
footer h4 {
    color: #0d2366;
    /*color: var(--off-white);*/
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: bold;

}
footer hr {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 1161px;
    text-align: center;
    margin: 0 auto 35px;
    border-top: 1px solid rgba(13, 35, 102, 0.23);
    margin: 0 auto 35px;
    
}
.bx-capion{
    display:none;
}
.other-links .row {
    padding: 50px 0 30px;
}
.other-links img {
    padding-bottom: 10px;
}
.copyright-top {
    font-size: 1.143em;
    padding-bottom: 20px;
}
.svg-clipped2-img {
    width: 1050px;
    height: 1025px;
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 30% 100%);
    object-fit: cover;
}
@media only screen and (max-width: 1366px) {
    .svg-clipped2 {
        -webkit-clip-path: url(#svgpath2);
        clip-path: url(#svgpath2);
        width: 1050px;
        height: 1020px;
        position: absolute;
        top: -270px;
        right: -103px;
        z-index: 15;
        transform: scale(0.68);
    }
 .banner-sec .row {
        padding: 130px 0 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-nav > li {
        margin-right: 2%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #search form img {
        left: 8px;
    }
}
@media only screen and (max-width: 991px) {
    .navbar-nav > li {
        margin-right: 0; }
.navbar-default .navbar-nav > li > a {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #ffffff;
        background-color: transparent;
        opacity: 1;
    }
.navbar-nav .open .dropdown-menu {
        margin-left: 15px;
    }
    #search {
        position: absolute;
        top: -65px;
        right: 32%;
        left: 4%;
        z-index: 99;
    }
    #search-inner {}
    #navbar {
        position: absolute;
        background: rgb(94, 106, 176);
        width: 100%;
    }
    .classic1.home-ds-select {
        position: absolute;
        left: 68px;
        width: 41vw;
        font-size: 12px;
    }
}
@media only screen and (max-width: 600px) {
    .initiatives-md {
        height: 145px;
    }
    .ab-md { bottom: 4px;}
    .read-more-ab {
        bottom: 5px;
    }
    .card-up img {
    border-radius: 50%!important;
    width: 110px!important;
    height: 110px!important;
}
}
@media (max-width:340px) {
    .classic1.home-ds-select {
        font-size: 10px;
        width: 39vw;
    }
    .lang-switch {  right: -13px !important;}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
  
    display: table;
  
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 1025px) {

    /* Style adjustments for viewports that meet the condition */
    .width-for-lg {
        width: 35em !important;
    }

    #logo-mcp {
        /*width: 235px;*/
        width: 180px;
    margin-top:20px;
    }
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables: 
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.my0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.history-inner .fp-tableCell {
    padding-bottom: 130px !important;
}

/* style for social section*/
.social-panel {
    background: #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
}

.social-pane-body {
    padding: 20px;
    margin-bottom: 20px;
}

.no-bordered {
    border: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.twitter-tweet {
    padding: 0;
}

.social-panel .icon-twitter {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../img/icon-twitter.png);
    margin: 0 auto;
    background-repeat: no-repeat;
}

.social-panel .icon-updates {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../img/pressReleaseImg.svg);
    margin: 0 auto;
    background-repeat: no-repeat;
}


.social-panel .icon-Youtube {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../img/Youtube-icon.png);
    margin: 0 auto;
}

.social-panel .icon-facebook {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../img/facebook-icon.png);
    margin: 0 auto;
}

.social-pane-body h4 {
    font-size: 1.286em;
    color: #485a96;
}

.social-panel.facebook .social-pane-body h4 {
    font-size: 18px;
    color: #485a96;
}

.social-panel.youtube .social-pane-body h4 {
    color: #cd201f;
}

.social-pane-body h3.social-update-title {
    font-family: Nunito;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #413d4a;
}

.link-to-page {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
}

.social-panel.facebook .link-to-page {
    color: #485a96;
}

.social-panel.twitter .link-to-page {
    color: #5da8dc;
}

.social-panel.youtube .link-to-page {
    color: #cd201f;
}

.social-pane-footer {
    padding: 15px 20px;
    background: #f2f2f2;
    font-size: 12px;
    color: #413d4a;
    line-height: 16px;
}

.social-pane-footer .updated-time {
    float: left;
}

.icon-goto-next {
    width: 20px;
    height: 16px;
    display: block;
    cursor: pointer;
    background: url(../img/Share-Icon.svg);
    float: right;
}

.galleryp img {
    height: 270px !important;
    width: 338px !important;
}

/*inner page overlay*/
@media(max-width:600px) {
    .span-nav {

        margin: 11px 3px;
        position: absolute;
        top: 53px;
        right: 91%;
    }
}
.overlay::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
.overlay::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.overlay::-webkit-scrollbar-thumb {
    background-color: #122a55;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 2%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay-content h2 {
    font-size: 1.714em;
    font-weight: bold;
    color: rgb(65, 61, 74);
}
.overlay-content ol,
.overlay-content ul {
    margin-top: 0;
    margin-bottom: 10px;
    min-height: 320px;
    list-style: none;
}
.overlay a {
    color: rgb(65, 61, 74);
}

.overlay a:hover,
.overlay a:focus {
    color: #000000;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    z-index: 999;
}
@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
@media screen and (max-width: 600px) {
    .overlay-content ol,
    .overlay-content ul {
        min-height: 160px;
    }
}
/*police station*/
.ps-img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}
.page-heading {
       padding: 50px;
    text-align: center;
}
/*nav*/
.s-unit {
    margin-left: 33px;
}
/*special unit*/
.pol-info-wrapper  li{
        margin: 0 0 10px;
    font-size: 1.286em;
    opacity: 0.9;
    line-height: 1.67;
}
