body {
    font-family: 'Poppins', sans-serif;
}

.awareness-tile a {
    text-decoration: none;
    color: #44484b;
}

.awareness-tile:hover a {
    color: white;
}

.toolbar {
    padding: 3px;
    background-color: #0f5484;
    justify-content: center;
}

.link-unstyled {
    text-decoration: none;
}

.link-unstyled:hover {
    font-weight: bold;
}

.toolbar a {
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

.awareness-tile .d-flex {
    min-height: 48px;
}

.bg-moon {
    background-color: #f8f5e6;
}

.bg-sky {
    background-color: #0f5484;
}

.tile {
    min-width: 250px;
    /* min-height: 250px; */
    margin-bottom: 30px;
}

.tile-icon {
    background: white;
    border: solid beige 1px;
    border-radius: 40px;
    padding: 4px;
}

.list-unstyled a {
    text-decoration: none;
}

.tile-heading {
    text-align: center;
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 12px;
    color: white;
}

.login-btn {
    border: solid white 1px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 11px;
    background-color: #125e94;
}

.megasubmenu {
    padding: 1rem;
}

.navbar-brand img {
    width: 300px;
}

@media (max-width: 396px) {
    .navbar-brand img {
        max-width: 224px;
    }
}


/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    .megasubmenu {
        left: 100%;
        top: 0;
        min-height: 100%;
        min-width: 500px;
    }
    .dropdown-menu>li:hover .megasubmenu {
        display: block;
    }
}

.own-carousel__item a img {
    width: 200px;
}

.megamenu ul li {
    border-bottom: solid #80808038 1px;
    /* border-top: solid #80808038 1px; */
}


/* ============ desktop view .end// ============ */

.navbar .megamenu {
    padding: 1rem;
}


/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: -1px;
    }
}


/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */

@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}


/* ============ mobile view .end// ============ */


/* ================ floating social buttons ================ */

.social-nav {
    z-index: 20;
    text-decoration: none;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    width: 60px;
    margin-top: 250px;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4)
}

.social-nav ul {
    margin: 0;
    padding: 0;
    margin-bottom: 0rem;
    list-style: none;
}

.social-nav li {
    height: 45px;
    position: relative
}

.social-nav li a {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
    /* padding-left: 25%; */
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    transition: all .3s linear;
    text-decoration: none !important
}

.social-nav li:nth-child(1) a {
    background: #4267B2
}

.social-nav li:nth-child(2) a {
    background: #1DA1F2
}

.text-justify {
    text-align: justify;
}


/* .social-nav li:nth-child(3) a {
    background: #E1306C
}

.social-nav li:nth-child(4) a {
    background: #2867B2
}

.social-nav li:nth-child(5) a {
    background: #333
} */

.twitter-scroll {
    max-height: 400px;
    overflow-x: hidden;
}

.mihy-menu-body::-webkit-scrollbar,
.twitter-scroll::-webkit-scrollbar {
    width: 1px;
}

.mihy-menu-body::-webkit-scrollbar-track,
.twitter-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.twitter-scroll::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid #4267B2;
}

.mihy-menu-body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid #e21b23;
}

.mihy-menu-body {
    scrollbar-color: #e21b23 white;
    scrollbar-width: thin;
}

.twitter-scroll {
    scrollbar-color: #4267B2 darkgrey;
    scrollbar-width: thin;
}

.h-400 {
    height: 400px;
}

.social-nav li:nth-child(3) a {
    background: #ff0000
}

.social-nav li a i {
    position: absolute;
    top: 14px;
    left: 24px;
    font-size: 15px
}

.social-nav li a span {
    margin-left: 10px;
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase
}

.social-nav a:hover {
    z-index: 1;
    width: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3)
}

.social-nav ul li:hover a span {
    padding-left: 30%;
    display: block;
    font-size: 15px
}


/* ================ floating social buttons end ================ */


/* =================== flip cards start =========================== */

.flip-card {
    display: inline-block;
    background-color: transparent;
    width: 210px;
    height: 210px;
    perspective: 1000px;
    justify-self: center;
    cursor: pointer;
    /* padding: 5px; */
}

.flip-card-lg {
    width: 270px!important;
    height: 270px!important;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    /* text-align: center; */
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border: transparent;
    border-radius: 20px;
}

.swiper-slide-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiper-slide-flex .flip-card {
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
}

.swiper {
    max-width: 1100px;
}

.swiper-tile {
    width: 250px;
    height: 100px;
    border-radius: 20px;
    /* box-shadow: 2px 2px #2125293b;     */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 6px 4px 12px 7px;
}

.flip-card:hover .flipping-effect {
    transform: rotateY(180deg);
}

.flip-card:hover .scale-effect {
    transform: scale(1.05);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: transparent;
    border-radius: 20px;
}

.flip-card-front {
    text-align: center;
    background-color: #125e94;
    color: black;
    padding: 10px;
}

.flip-card-back {
    background-color: #125e94;
    color: white;
    transform: rotateY(180deg);
    /* display: flex; */
    /* justify-content: center; */
    align-items: center;
    /* flex-direction: column; */
    padding: 11px;
}

.flip-card-back .link {
    text-decoration: none;
    color: white;
}

.flip-card-back .link:hover {
    font-weight: bold;
}

.flip-card-back h5 {
    text-align: center;
}

.officer-thumbnail {
    width: 174px;
    margin-top: 18px;
    border-radius: 20px;
}

.flip-card-icon {
    background: white;
    display: inline-block;
    padding: 15px;
    border: transparent;
    border-radius: 50px;
    margin-top: 20px;
}

.pageHeading {
    color: white;
    text-align: center;
    font-size: 34px;
    margin-bottom: 25px;
}

.subHeading {
    margin: 0px 0px 7px 0px;
}

.subHeading h6 {
    border-bottom: solid #0f5484 2px;
}

.subHeading h6::before {
    content: ">";
    background-color: #0f5484;
    color: white;
    padding: 3px 10px;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    /* font-family: FontAwesome; */
}

.breadcrum-container {
    height: 170px;
    display: flex;
    flex-direction: column-reverse;
    background: linear-gradient(88deg, #0f5484ab, #000000ba), url(../img/backgrounds/cyber.jpg);
}

.breadcrum-container a {
    color: white;
    text-decoration: none;
}

.flip-card-icon img {
    width: 70px;
}

.list-unstyled li a {
    color: #44484b;
}

.list-unstyled li a:hover {
    font-weight: bold;
}

.flip-card-heading {
    color: white;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
}

.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    /* max-width: 870px; */
    margin-left: auto;
    margin-right: auto;
}


/* =====================flip card ends ======================== */

.card-tile {
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    width: 200px;
    justify-content: center;
    align-items: center;
    transition: background-color 1s;
}

.card-tile:hover {
    background-color: #0f5484;
    color: #fff;
}

.card-tile img {
    transition: transform 1s, filter 0.5s;
}

.card-tile:hover img {
    filter: invert(1);
    transform: scale(1.1);
}

.footer {
    background-image: linear-gradient(180deg, #011624ad, #0f5484), url(../img/backgrounds/blue-back-lg.jpg);
    padding: 25px 0px;
    /* background-attachment: fixed; */
    min-height: 233px;
}

.footer .hr {
    background-color: #fff;
}

.footer h6 {
    margin-left: 10px;
}

.footer ul {
    list-style: none;
    padding-left: 10px;
}

.footer ul li::before {
    content: '> ';
    color: #fff;
}

.footer a {
    color: white;
    text-decoration: none;
}

.feedback {
    position: fixed;
    top: 300px;
    z-index: 1000;
    transform: rotate(270deg);
    right: -27px;
    background: #0f5484;
    padding: 3px;
    text-decoration: none;
    color: white;
}

.mihy {
    bottom: 60px;
    position: fixed;
    z-index: 1000;
    right: 20px;
    background: #e21b23;
    color: white;
    padding: 10px 17px;
    font-size: 32px;
    transform: rotate(90deg);
    cursor: pointer;
    border: transparent;
    border-radius: 18px;
}

#mihy-menu {
    bottom: 136px;
    position: fixed;
    z-index: 1000;
    right: 20px;
    border: solid #80808047 1px;
    border-radius: 18px;
    width: 280px;
    background-color: white;
    /* overflow-x: hidden; */
}

.mihy-menu-head {
    text-align: center;
    background: #e21b23;
    border-top: transparent;
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
    padding: 4px;
    color: white;
}

.mihy-menu-body {
    height: 312px;
    margin-bottom: 15px;
    overflow-x: hidden;
    background-color: #fff;
}

.mi-pill {
    border: solid #80808047 1px;
    border-radius: 18px;
    padding: 15px;
    margin-bottom: 5px;
}

.mi-pill a {
    text-decoration: none;
    color: #737373;
}

.mi-pill-title {
    font-size: 14px;
    text-align: center;
    align-self: center;
}


/* ===============bulletin================ */

.bulletin {
    display: inline-block;
    background: #900;
    padding: 10px;
    color: white;
    font-weight: bold;
}

.Helpline {
    display: inline-block;
    background: #900;
    padding: 10px;
    color: white;
    font-weight: bold;
}

.bulletin-scroller {
    background-color: #eeeade;
}

.bulletin-box {
    overflow: hidden;
    padding-left: 0;
    padding-top: 10px;
    margin-bottom: 0;
}

.bullets {
    color: black;
    padding: 10px;
    margin-left: 10px;
    display: inline-block;
}

.bullets a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.bullets::before {
    content: 'o ';
    color: black;
}

.h-bullets {
    color: black;
    padding: 10px;
    margin-left: 10px;
    display: inline-block;
}

.h-bullets a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0f5484;
}

.swiper-bg {
    /* background: linear-gradient(#fff, #0f5484, ); */
    background-image: linear-gradient(180deg, #0f5484, #0f5484), url('../img/blue-back-lg.jpg');
    background-attachment: fixed;
    height: 464px;
    /* filter: blur(10px); */
    background-size: cover;
}

.helpline-logo {
    height: 65px;
}


/* ===========parallax============== 
.parallax {
  
    background-image: url("../img/salute.jpg");

    
    min-height: 250px;

   
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

 ============end parallax============= */


/* call receiver animation */

.call-receiver {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    animation: ring 4s .7s ease-in-out infinite;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }
    1% {
        -webkit-transform: rotateZ(30deg);
    }
    3% {
        -webkit-transform: rotateZ(-28deg);
    }
    5% {
        -webkit-transform: rotateZ(34deg);
    }
    7% {
        -webkit-transform: rotateZ(-32deg);
    }
    9% {
        -webkit-transform: rotateZ(30deg);
    }
    11% {
        -webkit-transform: rotateZ(-28deg);
    }
    13% {
        -webkit-transform: rotateZ(26deg);
    }
    15% {
        -webkit-transform: rotateZ(-24deg);
    }
    17% {
        -webkit-transform: rotateZ(22deg);
    }
    19% {
        -webkit-transform: rotateZ(-20deg);
    }
    21% {
        -webkit-transform: rotateZ(18deg);
    }
    23% {
        -webkit-transform: rotateZ(-16deg);
    }
    25% {
        -webkit-transform: rotateZ(14deg);
    }
    27% {
        -webkit-transform: rotateZ(-12deg);
    }
    29% {
        -webkit-transform: rotateZ(10deg);
    }
    31% {
        -webkit-transform: rotateZ(-8deg);
    }
    33% {
        -webkit-transform: rotateZ(6deg);
    }
    35% {
        -webkit-transform: rotateZ(-4deg);
    }
    37% {
        -webkit-transform: rotateZ(2deg);
    }
    39% {
        -webkit-transform: rotateZ(-1deg);
    }
    41% {
        -webkit-transform: rotateZ(1deg);
    }
    43% {
        -webkit-transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }
    1% {
        -moz-transform: rotate(30deg);
    }
    3% {
        -moz-transform: rotate(-28deg);
    }
    5% {
        -moz-transform: rotate(34deg);
    }
    7% {
        -moz-transform: rotate(-32deg);
    }
    9% {
        -moz-transform: rotate(30deg);
    }
    11% {
        -moz-transform: rotate(-28deg);
    }
    13% {
        -moz-transform: rotate(26deg);
    }
    15% {
        -moz-transform: rotate(-24deg);
    }
    17% {
        -moz-transform: rotate(22deg);
    }
    19% {
        -moz-transform: rotate(-20deg);
    }
    21% {
        -moz-transform: rotate(18deg);
    }
    23% {
        -moz-transform: rotate(-16deg);
    }
    25% {
        -moz-transform: rotate(14deg);
    }
    27% {
        -moz-transform: rotate(-12deg);
    }
    29% {
        -moz-transform: rotate(10deg);
    }
    31% {
        -moz-transform: rotate(-8deg);
    }
    33% {
        -moz-transform: rotate(6deg);
    }
    35% {
        -moz-transform: rotate(-4deg);
    }
    37% {
        -moz-transform: rotate(2deg);
    }
    39% {
        -moz-transform: rotate(-1deg);
    }
    41% {
        -moz-transform: rotate(1deg);
    }
    43% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }
    1% {
        transform: rotate(30deg);
    }
    3% {
        transform: rotate(-28deg);
    }
    5% {
        transform: rotate(34deg);
    }
    7% {
        transform: rotate(-32deg);
    }
    9% {
        transform: rotate(30deg);
    }
    11% {
        transform: rotate(-28deg);
    }
    13% {
        transform: rotate(26deg);
    }
    15% {
        transform: rotate(-24deg);
    }
    17% {
        transform: rotate(22deg);
    }
    19% {
        transform: rotate(-20deg);
    }
    21% {
        transform: rotate(18deg);
    }
    23% {
        transform: rotate(-16deg);
    }
    25% {
        transform: rotate(14deg);
    }
    27% {
        transform: rotate(-12deg);
    }
    29% {
        transform: rotate(10deg);
    }
    31% {
        transform: rotate(-8deg);
    }
    33% {
        transform: rotate(6deg);
    }
    35% {
        transform: rotate(-4deg);
    }
    37% {
        transform: rotate(2deg);
    }
    39% {
        transform: rotate(-1deg);
    }
    41% {
        transform: rotate(1deg);
    }
    43% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}


/* swiper text  */

.swiper-text-container {
    width: 100%;
    height: 100%;
}

.swiper-slide-text {
    text-align: justify;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}


/* swiper text end */

.block {
    display: block;
    color: white;
    text-decoration: none;
    border: solid white 2px;
    padding: 5px;
    margin-top: 7px;
    font-size: 15px;
    text-align: center;
}

.block:hover {
    font-weight: bold;
    color: white;
}

.block-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75%;
}

.awareness-tile {
    cursor: pointer;
    width: 200px;
    border: solid #0f5484 1px;
    margin: 8px;
    border-radius: 20px;
}

.awareness-icon {
    font-size: 30px;
    width: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    /* padding: 5px 11px; */
    padding: 12px 28px;
    margin-right: 12px;
    background: #0f5484;
    color: white;
    border: transparent;
    border-radius: 10px;
}

.awareness-tile:hover {
    background-color: #0f5484;
    color: #fff;
    box-shadow: 5px 9px 14px 1px rgb(0 0 0 / 20%);
}

.awareness-tile {
    transition: background 0.5s, box-shadow 0.5s;
}

.awareness-heading {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.citizen-awareness-container {
    justify-content: center;
    max-width: 1116px;
    display: flex;
    flex-wrap: wrap;
    /* width: 290px; */
}


/* flow chart  */


/* flow chart end  */


/* 
@media (max-width: 1199px){
    .citizen-awareness-container{
        width: 1048px;
    }
} */

.dropdown-large {
    padding: 1rem;
}


/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    .dropdown-large {
        min-width: 380px;
    }
}


/* ============ desktop view .end// ============ */

@media (max-height:640px) {
    .megamenu,
    .dropdown-large {
        height: 200px;
        overflow-x: hidden;
    }
}

[class^="ribbon-"] {
    position: relative;
    margin-bottom: 80px;
}

[class^="ribbon-"]:before,
[class^="ribbon-"]:after {
    content: "";
    position: absolute;
}

.ribbon-4 {
    width: 250px;
    height: 50px;
    margin-left: -23px;
    margin-right: -10px;
    background: #efb23b;
}

.ribbon-4:before {
    height: 0;
    width: 0;
    border-top: 10px solid #cd8d11;
    border-left: 10px solid transparent;
    bottom: -10px;
}

.ribbon-4:after {
    height: 0;
    width: 0;
    border-top: 10px solid #cd8d11;
    border-right: 10px solid transparent;
    right: 0;
    bottom: -10px;
}

.ribbon-4:before {
    height: 0;
    width: 0;
    border-width: 20px 20px;
    border-style: solid;
    border-color: #d1984f #d1984f #d1984f transparent;
    top: 20px;
    left: -30px;
}

.ribbon-4:after {
    height: 0;
    width: 0;
    border-width: 20px 20px;
    border-style: solid;
    border-color: #d1984f transparent #d1984f #d1984f;
    top: 20px;
    right: -30px;
}

.ribbon-content {
    height: inherit;
    margin-bottom: 0;
    background-color: #d99e53;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.ribbon-content:before {
    height: 0;
    width: 0;
    border-top: 10px solid #bd8846;
    border-left: 10px solid transparent;
    bottom: -10px;
    left: 0;
}

.ribbon-content:after {
    height: 0;
    width: 0;
    border-top: 10px solid #bd8846;
    border-right: 10px solid transparent;
    right: 0;
    bottom: -10px;
}

.border-div {
    height: 210px;
    width: 210px;
    border: solid white 3px;
}

.officers-card-container {
    width: 230px;
    height: 230px;
    background-color: #0f5484;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 35px;
}

.officer-img {
    width: 130px;
    margin-top: 10px;
}

.officer-details {
    color: hsl(30, 90%, 40%);
    text-decoration: none;
    text-shadow: 1px 1px 1px rgb(255 255 255 / 25%);
    border-top: dashed 1px;
    border-bottom: dashed 1px;
    height: 42px;
}

.officers-name {
    margin-top: 0px;
    font-size: 16px;
    margin-bottom: -5px;
    font-weight: bold;
}

.officer-designation {
    font-weight: 500;
}