/* google fonts poppins*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');

/* custom scrollbar */

::-webkit-scrollbar {
    width: 6px;
    border-radius: 0px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #005288;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #005288;
}

::selection {
    background: #005288;
    color: #fff;
}


/* Global css */

:root {
    --primary-color: #125590;
    --hover-color: #073158;
    --light-yellow: #fff7cd;
    --bx-background: #faefe5;
    --light-gray: #f1f1f1;
    --light-border-color: #97e8ff;
    --dark-border-color: #2cb5d2;
    --green: #339e4d;
    --light-green: #a0d439;
    --light-black: #555454;
    --dark-red: #ba4d2c;
    --gray: #cccccc;
    --light: #ffffff;
    --dark: #000000;
    --new-bg-color: #222937;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 40px;
    margin: 0;
}

p,
span {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 1.529;
    margin: 0;
}

ul,
li,
ol {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn {
    font-family: 'Open Sans', sans-serif;
}

.btn.focus,
.btn:focus,
input[type='text']:focus,
input[type='email']:focus {
    outline: none;
    box-shadow: none;
}

a {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none !important;
}

a:focus,
a:focus-visible {
    border: none;
}

a:hover {
    color: #333;
}

.form-control:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.form-control:focus :focus-visible {
    outline: none;
}


/* /end */


/* =========================================================================
==================================== top Section
============================================================================
====================================*/


/* left Section */

.topsection {
    background-color: var(--light-gray);
    border-bottom: 1px solid var(--gray);
}

.menu-grid-button {
    background-color: var(--primary-color);
    color: #fff;
    padding: 2px 9px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.86, 0.01, 0.15, 0.99);
    position: relative;
    transform: perspective(1px) translateZ(0);
    width: 115px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Right section */

.menu-grid-search-button {
    display: flex;
    justify-content: end;
    align-items: center;
}

.menu-right-group-button {
    display: flex;
}

.menu-grid-search {
    padding: 3px 0;
}

.menu-grid-search .input-group {
    align-items: center;
}

.menu-search-sraerchbx {
    padding: 0px 11px;
    margin-left: 5px !important;
    cursor: pointer;
    font-size: 19px;
    color: var(--light-black);
}

.menu-grid-search .form-control {
    font-size: 14px;
    width: 305px;
    height: 28px;
}


/*====================== after before css hover style include */

.btn-access {
    background-color: var(--primary-color);
    border-color: var(--hover-color);
    font-size: 16px;
    padding: 3px 14px;
    border-radius: 0px;
    text-transform: capitalize;
    color: #fff;
    display: block;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.86, 0.01, 0.15, 0.99);
    position: relative;
    transform: perspective(1px) translateZ(0);
    width: 237px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-access::before,
.menu-grid-button::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
}

.btn-access::before,
.menu-grid-button::before {
    background-color: var(--green);
    clip-path: inset(0 100% 0 0);
    opacity: 1;
    transition: 0.4s;
}

.btn-access:hover::before,
.menu-grid-button:hover::before {
    clip-path: inset(0 0 0 0);
}

.btn-access:hover,
.menu-grid-button:hover {
    color: white;
}


/*======================= /end */

.readeroption {
    margin: 7px 0px 2px 10px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
}

.readeroption a {
    padding: 0px 5px 2px;
    background-color: #fff;
    border-radius: 4px;
    color: var(--light-black);
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 500;
    /* width: 30px; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.colorchangebg a {
    background-color: #000;
    color: #fff;
}

.colorchangebg {
    position: relative;
}

.menu-grid-translate {
    margin-left: 15px;
    width: 115px;
}

.goog-te-gadget .goog-te-combo {
    width: 115px;
    height: 28px;
    border: none;
    font-family: 'Open Sans', sans-serif;
}

.colorchangebg::after {
    content: '';
    border-right: 1px solid #ccc;
    width: 100%;
    height: 42px;
    position: absolute;
    top: -7px;
    right: -8px;
}

.goog-te-gadget {
    font-size: 0px !important;
}

.goog-te-gadget span {
    display: none;
}


/* main-header with logo */

.site-wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
}

.site-inner-wrapper {
    width: 100%;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
}

.main-header {
    padding: 25px 0;
}

.navbar-nav {
    margin: 0 0 0 auto;
}

li.nav-item {
    padding: 0 3px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.53px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    background-color: var(--hover-color);
    color: #fff;
}


/* Announcement Section */

.announcement {
    width: 100%;
    max-width: 100%;
    background-color: var(--light-yellow);
    /* padding-left: 12px;
    padding-right: 12px; */
    border-bottom: 1px solid #fff;
}

.announcement .left-gridbox {
    width: 60px;
    background-color: var(--light-border-color);
    height: 50px;
    position: relative;
    padding: 0;
    display: flex;
    justify-content: right;
    align-items: center;
}

.announcement .left-gridbox img {
    width: 30px;
    height: 27px;
}

.announcement .left-gridbox::after {
    content: '';
    width: 50px;
    height: 50px;
    border: 25px solid transparent;
    border-left-color: var(--light-border-color);
    border-bottom-color: var(--light-border-color);
    position: absolute;
    top: 0px;
    right: -50px;
}

.right-gridbox {
    width: 92%;
    margin-left: 46px;
}

.right-gridbox marquee,
.right-gridbox marquee span,
.right-gridbox marquee a {
    height: 100%;
    font-size: 14px;
    color: var(--light);
    font-weight: 600;
    padding: 13px 0 0;
}


/* main banner section */

.main-banner {
    width: 100%;
    /*background-image: url(../img/banner_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 59px 0px 29px;*/
}

.bannr-slide img {
    width: 100%;
	height:550px;
}

.bannr-slide .slick-dots {
    position: absolute;
    bottom: -6px;
    right: -25px;
    display: block;
    width: 3%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.bannr-slide .slick-dots li button:before {
    font-size: 0.7rem;
}

.bannr-slide .slick-dots li.slick-active button:before {
    color: var(--light-border-color);
}

.bannr-slide .slick-dots li button:before {
    color: #fff;
    opacity: 1;
}

.bannr-slide .slick-dots li {
    display: block;
}

.slidercntnbx h2 {
    color: #fff;
    font-size: 36px;
}

.slidercntnbx p {
    color: var(--light-border-color);
    padding: 25px 32% 25px 0;
    font-size: 15px;
}

.bannr-slide {
    margin: 0 !important;
}

.bannr-slide .slick-prev {
    left: 6%;
}

.bannr-slide .slick-next {
    right: 6%;
}


/* portal section */

.portalsection {
    background-image: url(../img/mamta_banner_bg.png);
    background-repeat: no-repeat;
    padding: 15px 0 35px;
    background-size: cover;
    position: relative;
}

.cm_mp {
    position: relative;
}

.cminfobx {
    position: absolute;
    bottom: 22%;
    left: 0;
    width: 48%;
    text-align: center;
}

.mpinfobx {
    position: absolute;
    bottom: 6%;
    right: 0;
    width: 48%;
    text-align: center;
}

.cminfobx h4,
.mpinfobx h4 {
    font-size: 16px;
}

.cminfobx p,
.mpinfobx p {
    font-size: 11px;
    font-weight: 600;
    line-height: 22px;
}

.servicebx {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    width: 150px;
    margin: auto;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.servicebx:nth-child(2) {
    background-color: var(--hover-color);
}

.servicebx img {
    margin: auto;
    display: block;
    width: 52px;
    height: 52px;
}

.servicebx h4 {
    font-size: 16px;
    color: var(--hover-color);
    letter-spacing: 0.4px;
    padding-bottom: 5px;
}

.servicebx h5 {
    font-size: 17px;
    color: #fff;
    display: none;
    transition: 0.5s;
}

.servicebx p {
    font-size: 12px;
    color: var(--hover-color);
    font-weight: 600;
}

.srcnbx {
    padding: 25px 0 0;
    color: var(--primary-color);
}

.srcnbx i {
    width: 23px;
    height: 23px;
    border: 1px solid var(--green);
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 13px auto 0;
    color: var(--green);
}

.services .prev-arrow,
.services .next-arrow {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #6cd6f3;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
    font-size: 2rem;
    font-weight: normal;
}

.services .prev-arrow {
    left: -20px;
}

.services .next-arrow {
    right: -35px;
}

.curve_border {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.curve_border img {
    width: 100%;
}

.servicebx:hover {
    background-color: var(--hover-color);
    transition: 0.5s ease-in-out;
    transform: translateY(-9px);
}

.servicebx:hover h5 {
    display: block;
    transition: 0.5s;
}

.servicebx:hover img {
    filter: brightness(0) invert(1);
}

.servicebx:hover h4,
.servicebx:hover p {
    color: var(--light-border-color);
}

.servicebx:hover i {
    border-color: #fff;
    color: #fff;
}

.services .slick-list {
    height: 270px;
    padding: 10px 0;
}


/* Flip */

.flip-box {
    background-color: transparent;
    width: 300px;
    height: 235px;
    border-radius: 10px;
    perspective: 1000px;
    margin: 0px 9px;
    cursor: pointer;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0px 4px 7px #878787;
}

.flip-box-front {
    background-color: #ddfaf8;
    color: black;
    border-radius: 10px;
}

.flip-box-front img,
.flip-box-back img {
    margin: 0 auto 20px;
    display: block;
    width: 45px;
    height: 45px;
}

.flip-box-back {
    background-color: var(--hover-color);
    transform: translateY(-9px);
    color: #000;
    transform: rotateY(180deg);
    border-radius: 10px;
    padding: 16px;
}

.flip-box-front h4,
.flip-box-back h4 {
    font-size: 16px;
    color: var(--hover-color);
    letter-spacing: 0.4px;
    padding-bottom: 5px;
    text-align: center;
}

.flip-box-back h5 {
    font-size: 17px;
    color: #fff;
    transition: 0.5s;
}

.flip-box-back h5 span {
    color: var(--light-border-color);
}

.flip-box-front p,
.flip-box-back p {
    font-size: 11px;
    color: var(--hover-color);
    font-weight: 600;
}

.flip-box-front i,
.flip-box-back i {
    width: 23px;
    height: 23px;
    border: 1px solid var(--green);
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 13px auto 0;
    color: var(--green);
}

.flip-box-back h4,
.flip-box-back p {
    color: var(--light-border-color);
}

.flip-box-back p {
    font-size: 12px;
}


/* .flip-box-back img {
    filter: brightness(0) invert(1);
}
 */

.flip-box-back i {
    border-color: #fff;
    color: #fff;
}


/* ------------ portalblock --------- */

.portalblock {
    padding: 50px 0;
    position: relative;
}

.portalblockimgbx {
    box-shadow: 4px 4px 10px #ccc;
    margin-bottom: 10px;
    border-bottom-right-radius: 15px;
}

.portalblock .portalblockimgbx img {
    width: 100%;
    height: 100% !important;
    border-bottom-right-radius: 15px;
}

.portalblock .slick-slide {
    margin-right: 15px;
    /* width: 563px !important; */
}

.portalblock .prev-arrow,
.portalblock .next-arrow {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #6cd6f3;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
    font-size: 2rem;
    font-weight: normal;
}

.portalblock .prev-arrow {
    left: 15px;
}

.portalblock .next-arrow {
    right: 9px;
}


/* ----------------- /end ------------ */


/* ----------------- eservices --------------------- */

.eservices {
    /* background-color: var(--light-gray); */
    background-color: #eaeced;
    position: relative;
    padding: 30px 0;
}

.leftbx {
    width: 50%;
}


/* .eservpos {
	width: 100%;
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translate(1%, -50%);
} */

.eservicesbx {
    /* background-color: #d8e3f5; */
    /* background-color: #cff5f280; */
    /* padding: 40px 15px; */
    padding: 15px 15px;
    box-shadow: 0px 0px 6px 0px #706c6c;
    border-radius: 10px;
    margin: 0 0 0 auto;
    /* border: 6px solid #fff; */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.leftserv {
    background: url('../img/egovbg.png'), #cff5f280;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 85%;
    padding-left: 50px;
    padding-bottom: 125px;
}

.e-services {
    margin: 0 auto 0 0 !important;
    background-color: #def8f6;
}

.eservicesbx .heddingbx {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    /* padding: 0 15px; */
}

.egoverlist {
    margin-top: 10px;
}

.egoverlist li {
    padding-bottom: 7px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.egoverlist li img {
    width: 13px;
    height: 13px;
}

.egoverlist li i {
    color: #ffffff;
    background: var(--hover-color);
    padding: 3px 7px;
    border-radius: 50%;
}

.egoverlist li a {
    color: var(--hover-color);
    font-weight: 600;
    /*font-size: 16px;*/
    font-size: 12px;
    padding-left: 7px;
    line-height: 28px;
    transition: 0.3s ease-in-out;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.egoverlist li a:hover {
    color: var(--dark-black);
    /*text-shadow: 1px 2px 1px #cccccc;*/
    text-decoration: underline !important;
}


/* .egoverlist li a span {
	padding-left: 31px;
} */

.eservbox {
    background-color: var(--hover-color);
    padding: 5px 15px 26px;
    width: 96%;
    margin: -2px 0 0 -25px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /* overflow-y: scroll; */
}

.eservicesbx .heddingbx h3,
.photogallerybx .galleryhdngbx h3,
.storyofmonth .galleryhdngbx h3,
.videogallery h3 {
    font-size: 25px;
    color: var(--hover-color);
    position: relative;
}

.eservicesbx .heddingbx h3 {
    font-style: italic;
}

.eservbox .heddingbx h3 {
    color: #ffffff;
}

.lftpd {
    padding-left: 32px;
}

.mbmar {
    margin-bottom: 45px !important
}

.iconerv {
    width: 42px;
    height: 41px;
    background-color: var(--green);
    border-radius: 50%;
}

.iconerv img {
    width: 100%;
    border-radius: 50%;
    padding: 5px;
}

.esrvbxlist {
    height: 285px;
    overflow-y: auto;
    padding: 0 15px 0 0;
}

.leftmar {
    margin-left: 92px;
}

.esrvbxlist ul li {
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid #083d6c;
    padding: 10px 0;
}

.esrvbxlist ul li a {
    color: var(--light-border-color);
    padding-left: 10px;
    font-size: 13px;
}

.esrvbxlist ul li a:hover {
    text-decoration: underline !important;
}

.esrvbxlist ul li img {
    width: 50px;
    height: 50px;
}

.eservicesbx .heddingbx a,
.photogallerybx .galleryhdngbx a,
.storyofmonth .galleryhdngbx a,
.videogallery a {
    color: var(--hover-color);
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid var(--gray);
    padding: 5px 15px;
    border-radius: 25px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.eservbox .heddingbx a {
    color: var(--light-border-color);
    border: 1px solid var(--light-border-color);
}

.heddingbx h3::after,
.photogallerybx .galleryhdngbx h3::after,
.storyofmonth .galleryhdngbx h3::after,
.videogallery h3::after {
    content: '';
    position: absolute;
    width: 62px;
    height: 2px;
    background-color: var(--dark-border-color);
    top: 42px;
    left: 2px;
}

.bxsrvc {
    /* background-color: var(--bx-background); */
    padding: 15px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto 15px;
    /* border: 1px solid #fff;
	box-shadow: 0px 0px 4px 0px #706c6c; */
}

.iconbx {
    background-color: var(--dark-border-color);
    padding: 7px;
    border-radius: 25px;
    /* width: 118px;
	height: 50px; */
    width: 55px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: -40px; */
}

.iconbx img {
    width: 23px;
    margin: auto;
    display: block;
}

.cntnbx {
    padding-left: 10px;
}

.cntnbx h4 {
    font-size: 14px;
    color: var(--hover-color);
    /* padding-bottom: 7px; */
    letter-spacing: 0.3px;
}

.cntnbx p {
    font-size: 11px;
    color: var(--hover-color);
}


/*------- Grid block section ------------*/

.gridsection {
    background-image: url(../img/gridbg.png);
    padding: 60px 0 175px;
}

.photogallerybx .galleryhdngbx,
.storyofmonth .galleryhdngbx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.galleryinnerbox {
    margin-top: 55px;
    min-height: 368px;
    height: auto;
}

.galleryimgbx img {
    height: 100%;
    min-height: 175px;
    border-radius: 10px;
}

.storyinnerbox {
    margin-top: 25px;
}

.galleryimgbx {
    /* margin-bottom: 20px; */
    position: relative;
    width: 87%;
    margin: 0 auto 20px;
}

.galleryimgbx a h4 {
    font-size: 15px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: 0.5s ease-in-out;
}

.galleryimgbx::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--hover-color);
    opacity: 0.5;
    border-radius: 7px;
    visibility: hidden;
    transition: 0.5s ease-in-out;
}

.galleryimgbx:hover.galleryimgbx::before {
    visibility: visible;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.galleryimgbx:hover.galleryimgbx a h4 {
    visibility: visible;
    transition: 0.5s ease-in-out;
}

.storycntnbx h4 {
    font-size: 23px;
    color: var(--dark-border-color);
}

.storycntnbx h4 a {
    color: var(--dark-border-color);
}

.storycntnbx p {
    font-size: 13px;
    color: rgb(90, 90, 90);
    padding: 10px 0;
}

.storycntnbx img {
    width: 100%;
    height: 200px;
    box-shadow: 4px 4px 10px #878787;
    border-radius: 7px;
}

.videogallery a {
    float: right;
    margin-top: 10px;
}

.videogalleryimgbx,
.publicationbx {
    margin-top: 55px;
}

.vdimgbx {
    /* margin-bottom: 17px; */
    /* background: var(--dark-border-color); */
    position: relative;
    width: 87%;
    margin: 0 auto 17px;
    border-radius: 10px;
}

.vdimgbx img {
    border-radius: 10px;
}


/*.vdimgbx::before {
        content: '';
        background: var(--dark-border-color);
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 7px;
        opacity: 0.2;
    }*/

.vdimgbx i {
    color: #fff;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.publicationbx img {
    min-height: 370px;
    height: 396px;
}


/* /end */


/* -----------------News Section------------- */

.newssection {
    background-color: var(--light-gray);
    padding: 50px 0 0px;
}

.newshdng {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newshdng h4 {
    text-align: center;
    color: var(--hover-color);
    font-size: 30px;
    margin: auto;
    position: relative;
}

.newshdng a {
    color: var(--hover-color);
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid var(--gray);
    padding: 5px 15px;
    border-radius: 25px;
    font-weight: 600;
    letter-spacing: 0.3px;
    background: #fff;
}

.newshdng h4::after {
    content: '';
    position: absolute;
    width: 62px;
    height: 2px;
    background-color: var(--dark-border-color);
    top: 42px;
    left: 31.5%;
}

.newsslidebx {
    padding: 60px 0 30px;
}

.slidernews {
    position: relative;
}

.newsslidebx .prev-arrow,
.newsslidebx .next-arrow {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #6cd6f3;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
    font-size: 2rem;
    font-weight: normal;
}

.newsslidebx .prev-arrow {
    left: -50px;
}

.newsslidebx .next-arrow {
    right: -50px;
}

.nwscntnbx {
    margin-top: 25px;
}

.nwscntnbx h4 {
    font-size: 17px;
    line-height: 25px;
}

.nwscntnbx h4 a {
    color: var(--primary-color);
}

.nwscntnbx p {
    font-size: 12px;
    padding: 7px 0;
}

.newsicn i {
    width: 23px;
    height: 23px;
    border: 1px solid var(--dark-border-color);
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 13px 0;
    color: var(--dark-border-color);
}

.nwsimgbx a img {
    border-radius: 10px;
}

.smallnewsbx {
    margin: 0 20px;
}


/* footer section */

.footer {
    padding-bottom: 100px;
    /* background-color: var(--light-border-color); */
    position: relative;
}

.softwaresection {
    background-color: var(--light-gray);
    border: 5px solid #fff;
    box-shadow: 0px 0px 6px 0px #706c6c;
    padding: 7px 20px;
    margin-top: -50px;
}

.softlogoimg {
    margin: 5px;
}

.softlogoimg img {
    width: 80%;
    height: 80px;
    margin: auto;
}


/* .othersportal {
	background-color: var(--light-gray);
	padding: 15px;
	box-shadow: inset 0 0 6px -3px #706c6c;
	border: 1px solid #fff;
} */

.othersportal {
    padding: 15px 15px 0;
    border: 1px solid #fff;
}

.logoimgportal img {
    margin: auto;
}

.copyright {
    padding: 25px 0;
}

.copyright p {
    font-size: 10px;
    /* color: var(--primary-color); */
    color: var(--light-black);
    text-align: left;
    font-weight: 700;
	padding-left:108px;
}

.ftrbgimg {
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 96%;
}

.footnav {
    /* padding: 30px 0 20px; */
    padding-top: 20px;
    text-align: center;
}

.footer-menu {
    margin: 0;
}

.footnav ul li {
    font-size: 14px;
    line-height: 20px;
    background: url(../img/footer-line.jpg) repeat-y 100% 50%;
    padding: 0 13px 0 10px;
    display: inline-block;
    filter: brightness(0.5);
}

.footnav ul li a {
    color: var(--light-black);
    font-weight: 600;
}


/* .visitor-count {
	padding: 20px 0 0;
} */

.visitor-count h4 {
    font-size: 15px;
    color: var(--light-black);
}


/* social icons */

.social_icons {
    position: fixed;
    top: 240px;
    right: 0;
    z-index: 999;
    display: none;
}

.social_icons .scolor {
    background: #555555;
    background: -moz-linear-gradient(top, #555555 0%, #3f3f3f 100%);
    background: -webkit-linear-gradient(top, #555555 0%, #3f3f3f 100%);
    background: linear-gradient(to bottom, #555555 0%, #3f3f3f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#3f3f3f', GradientType=0);
    color: #fff;
    border-radius: 5px 0 0 5px;
}

.social_icons a {
    font-weight: 300;
    font-size: 16px;
    padding: 10px 15px;
    position: relative;
    transition: ease 0.8s;
    margin-bottom: 2px;
    display: flex;
    transition: 0.5s ease-in-out;
}

.social_icons p {
    padding-left: 10px;
    font-weight: 600;
    font-size: 14px;
}

.social_icons a:hover span {
    /* left: 120%; */
    opacity: 1;
}

.social_icons a span {
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 24px;
    right: 117%;
    margin-top: -16px;
    opacity: 0;
    padding: 4px 8px;
    position: absolute;
    transition: opacity 0.3s, left 0.4s;
    top: 50%;
    z-index: -1;
}

.social_icons a span:before {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    right: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}

.social_icons a:hover,
.social_icons a span,
.social_icons a span:before {
    background: var(--light-black);
}


/* scroll top */

.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: 0.5s ease-in-out;
}

.show {
    opacity: 1;
    visibility: visible;
}

.scroll-top i {
    font-size: 32px;
    padding: 9px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-toggler:focus {
    box-shadow: none;
}


/* menu-scroll-effect */

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    transition: 0.5s ease-in-out;
}

.fixed .main-header {
    padding: 10px 0;
}

.fixed .logobx img {
    width: 60%;
}


/* Inner header section */


/*.inner-main-header {
    background: url(../img/headerbg.png), #ffffff;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 55%;
    overflow: hidden;
    background-position-y: 210%;
}*/

.inner-announcement {
    background: var(--hover-color);
}

.inner-announcement .right-gridbox marquee {
    color: var(--light);
    font-weight: normal;
}


/* Inner main-content-area */

.inner-main-content {
    background: url(../img/gridbg.png);
    padding: 60px 0;
    background-position: center;
}

.inner-heading h3 {
    font-size: 25px;
    color: var(--hover-color);
    position: relative;
}

.inner-heading ul li {
    font-size: 12px;
    padding: 10px 0;
    color: var(--light-black);
}

.inner-heading ul li a {
    color: var(--light-black);
}

.inner-content-box p {
    font-size: 14px;
    color: var(--light-black);
    padding: 0 0 15px 0;
    line-height: 26px;
}

.right-box-img {
    background: var(--light-border-color);
    padding: 10px;
    width: 80%;
    box-shadow: 4px 4px 10px #ccc;
}

.left-box-img {
    width: 95%;
    background: var(--light-green);
}

.right-box-img img,
.right-box-img-bottom img {
    width: 100%;
}

.right-box-img-bottom {
    background: var(--light);
    padding: 10px;
    width: 55%;
    box-shadow: 0px 4px 10px #ccc;
    margin: -65px 0 0 auto;
    position: relative;
}

.left-box-img-bottom {
    margin: -65px auto 0 35px;
}


/* Inner-rightbox-menu section */

.inner-rightbox-menu {
    width: 80%;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 0;
    background: var(--hover-color);
    box-shadow: 0px 0px 5px #ccc;
}

.ul-reset {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

.accordion-wrapper ul {
    position: relative;
}

.accordion-wrapper>ul>li {
    border-top: 1px solid #ccc;
}

.accordion-wrapper>ul>li:first-child {
    border-top: none;
}

.accordion-wrapper>ul>li:hover,
.accordion-active {
    background: var(--hover-color);
}

.accordion-wrapper>ul>li:hover a,
.accordion-active a {
    color: var(--light);
}

.accordion-wrapper>ul>li>a {
    color: var(--light-black);
    display: block;
    font-size: 15px;
    padding: 12px 10px;
    font-weight: 600;
}

.accordion-wrapper>ul>li>a>i {
    font-size: 19px;
    font-weight: 600;
    color: var(--light-border-color);
    padding-right: 8px;
}

.accordion-content>a:after {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 18px;
    padding-right: 12px;
    position: absolute;
    right: 0;
}

.accordion-active>a:after {
    content: '\f106';
    font-size: 18px;
}

.accordion-wrapper ul ul {
    display: none;
}

.accordion-wrapper ul ul li {
    border-top: 1px solid #ddd;
}

.accordion-wrapper ul ul li:first-child {
    border-top: none;
}

.accordion-wrapper ul ul a {
    background: #d9f6fe;
    color: #555 !important;
    display: block;
    font-size: 13px;
    padding: 10px 20px;
    font-weight: 600;
}

.accordion-wrapper ul ul a i {
    font-size: 18px;
    font-weight: 600;
    padding-right: 8px;
}

.accordion-active a {
    color: #fff !important;
}

.filtersearch {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
}

.filtersearch i {
    background: var(--light-border-color);
    padding: 15px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    color: var(--light-black);
}

.filtersearch i:first-child {
    /* border-right: 1px dashed #ccc; */
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.prdtable {
    box-shadow: 0px 4px 4px #ccc;
}

.prdtable table {
    border-collapse: collapse;
    width: 100%;
}

.prdtable table tr td,
.prdtable table tr th {
    text-align: left;
    padding: 7px 10px;
    border: 1px dashed var(--gray);
}

.prdtable table tr th {
    font-size: 11px;
    color: var(--hover-color);
    font-weight: 800;
    border: none;
    text-align: center;
}

.prdtable table tr td {
    color: var(--dark);
    font-size: 11px;
}

.prdtable table tr {
    background: var(--light);
}

.prdtable table tr td:last-child {
    border-right: none;
}


/*.prdtable table tr:nth-child(even) {
                background-color: #97e8ffa1;
            }*/

.action {
    text-align: center !important;
}

.action i {
    color: var(--light-black);
    padding: 4px;
    cursor: pointer;
}

.footerpagination {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 15px 0;
}

.footerpagination i {
    padding: 0 7px;
    color: var(--gray);
    font-size: 22px;
    cursor: pointer;
}

.footerpagination p {
    background: var(--gray);
    padding: 2px 8px;
    margin: 4px;
    display: block;
    border-radius: 5px;
    font-size: 12px;
    color: var(--light-black);
    font-weight: 600;
    cursor: pointer;
}

.footerpagination p.active {
    background: var(--light-border-color);
    color: var(--dark);
}


/* Panchayati Raj */

.tabchip .btn {
    margin-bottom: 4px;
}

.tabchip .btn-outline-secondary.active {
    background-color: var(--hover-color);
    border-color: var(--hover-color);
}

.prajimgbox {
    /*background: var(--light-border-color);
    padding: 5px;*/
    box-shadow: 4px 4px 10px #ccc;
    margin: 10px 0px;
    border-radius: 5px;
    position: relative;
}

.panchayetirajbox {
    box-shadow: 0 3px 10px -2px black;
    border-radius: 0;
    border: 0px !important;
}

.prajimgbox img {
    width: 100%;
    border-radius: 5px;
}

.panchayetirajbox img {
    border-radius: 0px;
}

.prajimgbox .content-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.prajimgbox:hover .content-overlay {
    opacity: 1;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.prajimgbox:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    margin-bottom: 0.5em;
    font-size: 14px;
    letter-spacing: 0.6px;
    font-weight: normal;
}

.content-details i {
    color: var(--light-border-color);
    font-size: 18px;
}

.fadeIn-left {
    left: 20%;
}


/* Inner Footer section */

.fotterimage {
    border-top: 1px solid var(--new-bg-color);
}

.fotterimage img {
    width: 100%;
}

.ineer-footer-portal .othersportal {
    background: var(--light);
    box-shadow: none;
    /* padding: 30px 15px; */
    padding: 15px 15px;
}

.inner-footer {
    background-color: var(--new-bg-color);
    padding-bottom: 0;
}

.inner-footer .footnav {
    padding-bottom: 30px;
}

.inner-footer .footnav ul li {
    filter: none;
    font-size: 13px;
}

.inner-footer .footnav ul li a {
    color: var(--light);
    font-weight: normal;
}

.inner-footer .visitor-count h4 {
    color: var(--light-border-color);
    font-weight: normal;
}

.inner-copyright {
    background-color: var(--new-bg-color);
    /* border-top: 1px solid #58555573; */
}

.inner-copyright p {
    color: rgb(64, 99, 131);
}


/* Isgpp Section css */

.isgppbaner {
    margin-bottom: 25px;
}

.innerpagecontent {
    margin-bottom: 25px;
}

.innerpagecontent p {
    color: var(--light-black);
    font-size: 14px;
    line-height: 26px;
}

.innerpagecontent p strong {
    color: #000;
}

.innerpagecontent.skill {
    padding: 50px 0;
}

.isgppimgbox img {
    width: 100%;
}


/***** left sidenav css ******/

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 111;
    top: 0;
    left: 0;
    background-color: var(--hover-color);
    /*background-color: #d7e2f6;*/
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 14px;
    color: var(--light);
    display: block;
    transition: 0.3s;
    margin-bottom: 2px;
    border-bottom: 1px dashed #0d4c87;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
    border-bottom: none;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--primary-color);
    color: var(--light);
}

.bgoverlay {
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

.isgppbaner img {
    width: 100%;
}


/* image hover css */

.right-box-img,
.right-box-img-bottom {
    transition: 0.5s;
    overflow: hidden;
    cursor: pointer;
}

.right-box-img-bottom {
    border: 5px solid #fff;
    padding: 0;
}

.right-box-img {
    border: 5px solid #97e8ff;
    padding: 0;
}

.right-box-img img,
.right-box-img-bottom img {
    transition: 0.5s;
    overflow: hidden;
}

.right-box-img:hover,
.right-box-img-bottom:hover {
    transform: scale(1.2);
    transition: 0.5s;
}

.right-box-img~.right-box-img-bottom {
    transition: 0.5s ease-in-out;
    margin-bottom: 15px;
}

.right-box-img:hover~.right-box-img-bottom {
    z-index: -1;
    transition: 0.5s ease-in-out;
}

.leftroundbox {
    border: 5px solid var(--dark-border-color);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    overflow: hidden;
}

.leftroundbox img,
.rightroundbox img {
    width: 100%;
}

.rightroundbox {
    border: 5px solid var(--light-green);
    border-radius: 50%;
    margin-left: -45px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    overflow: hidden;
}

.leftroundbox,
.rightroundbox {
    box-shadow: 4px 4px 10px #ccc;
}

.leftroundbox:hover,
.rightroundbox:hover {
    transform: scale(1.2);
}

.isgppimgbox {
    border: 5px solid var(--light-green);
    transition: 0.5s ease-in-out;
    margin-bottom: 20px;
    cursor: pointer;
}

.isgppimgbox img {
    width: 100%;
}

.isgppimgboxscnd {
    border: 5px solid var(--light-border-color);
}

.isgppimgbox:hover {
    transform: scale(1.2);
}

.btn-outline-secondary.active:focus {
    box-shadow: none;
}

.tabchip {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yearchip {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 31.5%;
}

.leftarrow,
.rightarrow {
    width: 30px;
    height: 100%;
    cursor: pointer;
}

.leftarrow i,
.rightarrow i {
    font-size: 22px;
    color: var(--hover-color);
    text-align: center;
    display: block;
}

.yearchip .btn {
    margin: 0 3px;
}

.buttoncontent {
    width: 100%;
    overflow: hidden;
    /*will change this to hidden later to deny scolling to user*/
    white-space: nowrap;
}

.rctact table tr th {
    text-align: left;
}

.rctact table tr td a i {
    color: var(--light-black);
    text-align: center;
    display: block;
}


/*  */

.birpardcont p {
    padding-bottom: 15px;
}

.birpardcont ul {
    margin-left: 25px;
}

.birpardcont ul li {
    color: var(--light-black);
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.birpardcont ul li i {
    font-size: 18px;
    padding-right: 15px;
}

.birpardcont table {
    width: 100%;
}

.birpardcont table tbody tr td,
.birpardcont table thead tr th,
.birpardcont table tfoot tr th {
    border: 1px solid #ccc;
    padding: 3px 7px;
    color: var(--light-black);
    font-size: 14px;
}

.antyologo img {
    width: auto !important;
    margin: auto;
    display: block;
}

.chcmilogo img {
    width: 300px !important;
}

.main-footer {
    position: relative;
    background: #d7e2f6;
}

.copyright {
    background: #d7e2f6;
}

.mainftrbgimg {
    position: absolute;
    left: 0;
    width: 100%;
    top: -100px;
}

.ineer-footer-portal {
    padding-bottom: 100px;
}


/* 21_03_22 */

.fadeIn-bottom {
    top: 80%;
}

.gallerycntn {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.gallerycntn p,
.gallerycntn h4 {
    color: #fff;
}

.gallerycntn h4 {
    font-size: 30px;
    font-weight: normal;
}

.prajimgbox:hover .gallerycntn {
    top: 0;
    left: 0;
    bottom: inherit;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: transparent;
}

.content-details p {
    font-size: 13px;
    color: #fff;
    padding: 20px;
    letter-spacing: 0.3px;
}

.prajimgbox {
    border: 5px solid var(--light-border-color);
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.prajimgbox:hover {
    border-color: var(--light-green);
}

.accordion-button {
    color: var(--light-black) !important;
    font-weight: 600;
    /*margin-bottom: 7px;*/
}

.copyinner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.innercopytext {
    width: 93%;
}


/*.isgppbaner img {
    max-height: 400px;
}*/

.inner-heading ul li i {
    padding: 0px 7px;
}

.inner-heading ul li span {
    color: var(--hover-color);
    font-style: italic;
    font-weight: 600;
}


/* scheme */

.shadowcard {
    box-shadow: 4px 4px 10px #ccc;
    margin-bottom: 10px;
}

.schemecardcntn h3 a {
    font-size: 16px;
    color: var(--hover-color);
    display: block;
}

.schemecardcntn p {
    color: var(--light-black);
    font-size: 14px;
    line-height: 26px;
    padding-top: 5px;
}

.schemedtlsbtn a {
    color: #f8f9fa;
    background-color: #125590;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    /*border: 1px solid var(--gray);*/
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.schemeimgbox {
    margin-right: 20px;
}

.schemeimgbox img {
    width: 75px;
}


/* ----- right panel ------ */

.cd-accordion-menu li label i {
    font-size: 19px;
    font-weight: 600;
    color: var(--light-border-color);
    padding-right: 8px;
}

.newsmain {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsinner {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
}

.schemecardcntn,
.newsinner {
    width: 80%;
}

.flip-box-front h4 {
    font-size: 14px;
    flex: 1;
    text-align: center;
}

.help p strong,
.help p b {
    padding: 10px 0;
    display: inline-block;
}

.fpanel {
    margin-bottom: 10px;
}

.tender-form-top .fpanel .form-control {
    border: 1px solid #eaeaea;
    height: 37px;
    background: #d9f6feb3;
}

.feedback-form-btm .btn-success {
    background: #005288 !important;
    border: 1px solid #005288;
}

.feedback-form-btm .btn-warning {
    background: #f93103 !important;
    color: #fff;
    border-radius: 0;
    border-color: #f93103;
}

.helppdf {
    display: flex;
    justify-content: start;
    align-items: center;
}

.footerpagination .pagination {
    align-items: center;
}

.footerpagination .pagination li {
    padding: 0px 10px;
}

.footerpagination .pagination li.active {
    background: #ccc;
    margin: 0 5px;
    border-radius: 50%;
}

.sitemaptree {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sbox {
    width: 40%;
    border: 1px solid #ccc;
    box-shadow: 4px 4px 10px #ccc;
    background: #fff;
    margin: 10px;
    position: relative;
    border-top-left-radius: 15px;
}

.sboxr {
    border-top-left-radius: 0;
    border-bottom-right-radius: 15px;
}

.sbox a {
    color: #073158;
    text-align: center;
    display: block;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

.sbox i {
    z-index: 9;
    color: #fff;
    padding: 4px;
}

.sbox::after {
    content: '';
    width: 14%;
    height: 100%;
    background: #073158;
    position: absolute;
    top: 0;
    z-index: 1;
    border-top-left-radius: 15px;
}

.sboxr::after {
    content: '';
    opacity: 0;
}

.sboxr::before {
    content: '';
    width: 14%;
    height: 100%;
    background: #073158;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-bottom-right-radius: 15px;
}


/* Login 17_04_22 */

.loginsec {
    background: url(../img/loginbg.png), #ffffff;
    height: 100vh;
    background-position: bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.loginsec .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.logbox {
    background: #C9E5E7;
    padding: 40px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logbox h4 {
    color: var(--hover-color);
    font-size: 25px;
}

.logbox input {
    border-radius: 25px;
    width: 100%;
}

.eyetxt .input-group-text {
    border-radius: 0;
    height: 38px;
    display: flex;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #fff;
    border-left: 0;
    color: #BCBEC0;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pass input {
    border-right: 0;
}

.logbox label {
    color: #414042;
    font-size: 14px;
}

.btn-submit {
    width: 100%;
    background: var(--hover-color);
    border-radius: 25px;
    height: 38px;
    border: none;
}

.btn-submit:hover {
    background: var(--hover-color)
}

.logbox a {
    color: #465685;
    font-size: 12px;
    padding-bottom: 15px;
    display: block;
}

.leftlogbox {
    padding: 40px;
}

.leftlogbox {
    padding: 40px;
}

.logologin,
.loginimg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logcontn h3 {
    color: var(--hover-color);
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    padding: 15px 0 10px;
    position: relative;
}

.logcontn h3:after {
    content: '';
    width: 50%;
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 25%;
}

.loginimg {
    margin-top: 20px;
}

.logologin img {
    width: 50%;
}

.loginimg img {
    width: 65%;
}

.formbx {
    width: 100%;
}

.iconbbx {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bbxrgtcntn {
    padding: 15px;
    background: rgb(255, 255, 255, 0.3);
    border: 1px solid #ccc;
}

.bbxrgtcntn h4 {
    font-size: 14px;
}

.bbxrgtcntn p {
    font-size: 14px;
    padding: 15px 0;
}

.header {
    position: relative;
}

.navbar {
    position: static;
    padding: 0;
}

.storiescntn {
    width: 100%;
}

.storiesimgbox img {
    width: 100px;
    height: 80px;
}

.titletd table tr td a:hover {
    color: var(--hover-color);
    text-decoration: underline;
}

.logos .logoimgportal {
    margin: 5px;
    height: auto;
}

.logos .logoimgportal img {
    /* width: 430px;*/
    border: 1px solid #eeee;
    padding: 2px;
    border-radius: 8px;
}

.latest-update-texts {
    background: #ddfaf8;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 6px grey;
}

.latest-update-texts h3 {
    color: #073158;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-style: italic;
    position: relative;
}

.latest-update-texts h3:after:after {
    content: "";
    position: absolute;
    width: 62px;
    height: 2px;
    background-color: #2cb5d2;
    top: 42px;
    left: 2px;
}

.msg {
    font-size: 15px;
    line-height: 20px;
    color: #565656;
}

.application-process-section .section-cont .process-list-holder {
    width: calc(100% - 455px);
}

.process-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.process-list li {
    padding: 0 10px;
    width: 20%;
    text-align: center;
    position: relative;
}

.process-list li .icon-holder {
    height: 115px;
    width: 115px;
    background: #fff;
    border-radius: 100%;
    border: 2px solid var(--main--color);
    display: inline-block;
    padding: 9px;
    text-align: center;
    position: relative;
    transition: all .3s ease-in-out;
}

.process-list li .icon-holder:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 111px;
    width: 111px;
    border-radius: 100%;
    background: #125590;
    transform: scale(0);
    transition: all .3s ease-in-out;
}

.process-list li .icon {
    display: inline-block;
    height: 93px;
    width: 93px;
    background: #125590;
    border-radius: 100%;
    line-height: 93px;
    text-align: center;
    position: relative;
    transition: all .3s ease-in-out;
}

.process-list li .icon-holder:after {
    content: "";
    position: absolute;
    left: 100%;
    height: 2px;
    border-top: 2px dashed #125590;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.process-list li p {
    margin-top: 15px;
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
}

.process-list li:hover .icon img {
    scale: 1.2;
    transition: all .6s;
}

.icon img {
    height: 50px;
}

.process-list li .icon-holder {
    height: 115px;
    width: 115px;
    background: #fff;
    border-radius: 100%;
    border: 2px solid #125590;
    display: inline-block;
    padding: 9px;
    text-align: center;
    position: relative;
    transition: all .3s ease-in-out;
}

.process-list li:hover .icon {
    background: #fff;
}

.process-list li:hover .icon-holder:before {
    transform: scale(1);
}

.process-list li .icon-holder:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 111px;
    width: 111px;
    border-radius: 100%;
    background: #125590;
    transform: scale(0);
    transition: all .3s ease-in-out;
}