@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;1,400;1,600;1,700&display=swap');

body {
    background: #fff;
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Rubik', sans-serif !important;
    color: #222;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden !important;
}

:root {
    --maincolor: #fff0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    color: #333;
    font-family: 'Poppins', sans-serif;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #00000080;
}

::-webkit-scrollbar-thumb:hover {
    background: #000000cc;
}

.btn,
.btn:hover,
.btn:focus,
.btn:active {
    outline: none !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.margin_b_60 {
    margin-bottom: 60px;
}

.cursor-pointer {
    cursor: pointer;
}

/*General links color*/
a {
    color: #06C;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
}

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0 0 25px 0;
}

strong {
    font-weight: 600;
}

div {
    background-color: var(--maincolor);
}

/*-- top header section start --*/
.accessibility_menu {
    /*    background-color: #e5ebe7;*/
    background: linear-gradient(162deg, rgba(229, 235, 231, 1) 35%, rgba(177, 177, 177, 1) 100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}

.accessibility_items {
    margin-bottom: 0px;
}

.top-accessHeader {
    padding: 4px 0px;
}

.accessibility_menu .accessibility_items li {
    display: inline-block;
    padding: 0px 6px;
    border-left: 1px solid #21212233;
}

.accessibility_menu .accessibility_items li:nth-child(1) {
    border-left: none;
}

.accessibility_menu .accessibility_items li a {
    font-size: 13px;
    color: #212122;
}

ul.drop-down {
    display: inline-block;
    position: relative;
    /*overflow: hidden;
    height: 172px;
    width: 200px;*/
    margin: 0 auto;
    padding: 0;
    text-align: center;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

/*ul.drop-down.closed {
    height: 43px;
}*/
ul.drop-down.closed .size_option {
    display: none;
}

ul.drop-down .size_option {
    display: block;
}

ul.drop-down li a {
    display: block;
}

ul.drop-down .size_option {
    display: block;
    position: absolute;
    width: 60px;
    background: #fff;
    right: 0;
    padding-left: 0rem;
    border-radius: 2px;
    /* text-align: center; */
    box-shadow: 0px 1px 7px 1px rgba(150, 150, 150, 0.28);
}

ul.drop-down .size_option li {
    display: block;
    padding: 5px 20px;
    font-weight: 600;
    border-left: none;
    /* font-size: 19px; */
    text-align: left;
}

ul.drop-down .size_option li:nth-child(1) a {
    font-size: 16px;
}

ul.drop-down .size_option li:nth-child(3) a {
    font-size: 11px;
}

/*-- color theme --*/
.accessibility_items {
    padding: 0px 0px;
    display: inline-block;
}

.accessibility_items .themeColor1 {
    width: 14px;
    height: 14px;
    margin: -2px 0px;
    background-color: #fff;
}

.accessibility_items .themeColor2 {
    width: 14px;
    height: 14px;
    margin: -2px 0px;
    background-color: #99B3EE;

}

.accessibility_items .themeColor3 {
    width: 14px;
    height: 14px;
    margin: -2px 0px;
    background-color: #2a9d8f;
}

.accessibility_items .themeColor4 {
    width: 14px;
    height: 14px;
    margin: -2px 0px;
    background-color: #282828;
}

.accessibility_items .socialIcon {
    background-color: #fff;
    border-radius: 6px;
    padding: 4px 6px 4px;
    margin: 2px;
    box-shadow: 20px 20px 60px #c4c4c4, -20px -20px 50px #ffffff;
}

.accessibility_items .socialMediaIcon_1 i {
    color: #1a4eaa !important;
    margin: 0 3px;
}

.accessibility_items .socialMediaIcon_2 i {
    color: #e03987 !important;
    margin: 0 3px;
}

.accessibility_items .socialMediaIcon_3 i {
    color: #32a6ff !important;
    margin: 0 3px;
}

.theme_button {
    background-color: #fff0;
    margin: 0;
    border: none;
}

.changeLanguage .active_language {
    background-color: #1a4eaa;
    color: white !important;
    cursor: default;
}

.accessibility_items .textSize_button {
    background-color: #0000;
    border: none;
    font-weight: 600;
    margin-right: 8px;
}

.custom_rightMargin {
    border-right: 1px solid #b0b0b0;
}

/* --------------  Light Default Theme Color-1 -------------- */
.themeColor1 {
    background-color: #ffffff;
}

/* --------------  Blue Theme Color-2 -------------- */
.themeColor2 {
    background-color: #65aae3;
}

.themeColor2 .copyright-footer {
    background: rgb(25, 58, 91);
    color: #d5d5d5;
}

.themeColor2 .cluster_details_page {
    background-color: #b8e4ffba;
}

.themeColor2 .data_tileDesign,
.themeColor2 .tax_card_tiles .row {
    box-shadow: none;
}

.themeColor2 .navbarmenu a {
    color: #ffffff;
}

.themeColor2 .logo_title .title h5,
.themeColor2 .navbarmenu a {
    color: #ffffff;
}

/* --------------  Green Theme Color-3 -------------- */
.themeColor3 {
    background-color: #57bd57;
}

.themeColor3 .copyright-footer {
    background: #1f5b19;
    color: #d5d5d5;
}

.themeColor3 .cluster_details_page {
    background-color: #bdffb8a8;
}

.themeColor3 .data_tileDesign,
.themeColor3 .tax_card_tiles .row {
    box-shadow: none;
}

.themeColor3 .logo_title .title h5,
.themeColor3 .navbarmenu a {
    color: #ffffff;
}

/* --------------  Dark Theme Color-4 -------------- */
.themeColor4 {
    background-color: #1d1d1d;
    color: #d5d5d5;
    /* border: 1px solid #ffffff; */
}

.themeColor4 .copyright-footer {
    background: #070707;
    color: #d5d5d5;
}

.themeColor4 .data_tileDesign,
.themeColor4 .tax_card_tiles .row {
    box-shadow: none;
}

.themeColor4 .logo_title .title h5,
.themeColor4 .navbarmenu a {
    color: #ffffff;
}

.themeColor4 .header {
    background: #9b9b9b;
}

.themeColor4 .title_header {
    color: #ffffff;
}

.themeColor4 .cluster_details_page {
    background-color: #343434cc;
}

.themeColor4 .about_cluster p,
.themeColor4 .about_cluster .tab_title_header {
    color: #cdcdcd;
}

.accessibility {
    background-color: #000000 !important;
}

.language_change span.active {
    background: #9d9d9d;
    display: inline-block;
    /* line-height: 29px; */
    padding: 4px 10px;
    color: #fff;
    margin: 0px 8px;
    font-size: 0.9rem;
}

/*-- header design --*/
.header {
    background-color: #fff;
    position: fixed;
    top: 30px;
    left: 0;
    z-index: 999;
    width: 100%;
    border-bottom: 5px solid #1a215d;
}

.logo img {
    width: 80%;
}

.logocontent {
    padding: 0px 5px;
}

.logo_departname {
    color: #131212;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 21px;
}

.logo_departname span {
    width: 100%;
    font-size: 0.9rem;
    color: #1d2aab;
    display: block;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 3px;
}

.chief_ministerPhoto .gaa-minister-content {
    display: flex;
    align-items: center;
    margin-left: 10px;
    padding: 5px;
    border-radius: 100px;
    overflow: hidden;
    padding-right: 10px;
    border: 2px solid #10ad4e;
    box-shadow: 0 5px 38px rgb(0 0 0 / 16%);
}

.director_general {
    border: 2px solid #3d66be !important;
}

.gaa-minister-content .gaa-minister-img {
    width: 90px;
    height: 55px;
    overflow: hidden;
    border-radius: 80px;
    margin-left: 10px;
    box-shadow: 0 15px 20px rgb(0 0 0 / 16%);
    border: 2px solid #fff;
    order: 2;
}

.gaa-minister-content .gaa-minister-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gaa-minister-content h4 {
    font-size: 0.9rem;
    margin-bottom: 0;
    padding-left: 1rem;
    text-align: center;
    font-weight: 600;
}

.gaa-minister-content h4 span {
    width: 100%;
    font-weight: 500;
    color: #3d66be;
    display: inline-block;
    font-size: 0.8rem;
}

.director_general h4 span {
    color: #04b14e;
}

.main_wrapper {
    margin-top: 110px;
}

/*-- slider css --*/
.slideContainer {
    position: relative;
}

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

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 0;
}

#result {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 30px;
    z-index: 100;
}

.swiper-slide .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px)) !important;
    background: #fff !important;
}

.swiper-pagination-bullet-active {
    background: #3AC174 !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    color: #2196F3 !important;
    background: #ffffffe0;
    padding: 1rem;
    border-radius: 4px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    color: #2196F3 !important;
    background: #ffffffe0;
    padding: 1rem;
    border-radius: 4px;
}

/*-- about department css --*/
.about_departSection {
    position: relative;
    padding: 1.5rem 0rem;
}

.about_departSection_none:before {
    position: absolute;
    content: '';
    background: url(../images/about_bottomBG.png);
    width: 100%;
    height: 200px;
    /* background-position: 18px 0px; */
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    left: 0;
    /* top: 0; */
    bottom: -12em;
    opacity: 0.4;
    /* z-index: -1; */
    /* object-fit: unset; */
}

.about_departSection::after {
    position: absolute;
    content: '';
    background: url(../images/15.png);
    width: 595px;
    height: 449px;
    background-position: -15px 37px;
    background-repeat: no-repeat;
    right: 0;
    background-size: 109%;
    top: 0;
    z-index: -1;
    /* float: right; */
}

.title_header {
    font-size: 1.9rem;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}

/* .title_header:before {
    content: "";
    width: 35px;
    height: 3px;
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background-color: #28ae38;
} */

.about_department {
    position: relative;
}

.about_department p {
    /* width: 86%; */
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 18px;
    padding-left: 22px;
    position: relative;
}

.about_department p::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background-color: #28ae38;
}

.about_department_iamges {
    position: relative;
}

.about_department_iamges img {
    width: 90%;
    /*    padding: 1.5rem 0rem;*/
    z-index: 1;
    position: relative;
    float: right;
}

/*.about_department_iamges:before {
    content: "";
    width: 250px;
    height: 100%;
    position: absolute;
    /* bottom: 0; 
    left: 40%;
    transform: translateX(-50%) skew(-23deg,0deg);
    z-index: 0;
    background: linear-gradient(162deg, rgba(109,134,209,1) 35%, rgba(92,199,104,1) 100%);

}*/
.about_department_iamges span {
    background: #3AC174;
    padding: 10px 30px;
    border-radius: 10px;
    color: #fff;
    float: right;
    margin-top: -1.6rem;
    z-index: 2;
    position: relative;
    margin-right: 2rem;
}

.logo_about {
    background: #fff;
    padding: 1rem;
    width: 160px;
    position: absolute;
    top: 50%;
    left: -15px;
    z-index: 2;
    border-radius: 50%;
    height: 159px;
    transform: translate(0, -50%);
}

.logo_about img {
    width: 95%;
    padding: 0.5rem;
    margin-top: -15px;
}


/*-- event and publication --*/

.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}





/*-- captcha code --*/

.captcha-container {
    position: relative;
    display: block;
    height: auto;
    /* background: #13162c;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.45), 0 4px 8px rgba(0, 0, 0, 0.35), 0 8px 12px rgba(0, 0, 0, 0.15);*/
    padding: 10px 25px;
}

.captcha-container h2.title {
    font-size: 1.75rem;
    color: #99950a;
    ;
    text-align: center;
    margin: 10px 0px;
}

.display,
.result {
    position: relative;
    width: 100%;
    /*  height: 65px;*/
    overflow: hidden;
}

#captcha-display {
    display: flex;
    width: 100%;
    height: 40px;
    margin-bottom: 1rem;
    font-size: 28px;
    color: #222;
    justify-content: center;
    align-items: center;
    background: rgb(95 152 123 / 11%);
    border-radius: 5px;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.45), 0 4px 8px rgba(0, 0, 0, 0.35), 0 8px 12px rgba(0, 0, 0, 0.15); */
}

#captcha-input {
    position: relative;
    display: flex;
    width: 100%;
    height: calc(65px - 10px);
    font-size: 22px;
    color: #99950a;
    text-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    border: none;
    outline: none;
    padding: 10px 25px;
    margin: 8px 0px;
}

#captcha-length {
    -webkit-appearance: none;
    position: relative;
    width: 80%;
    height: 2px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.314);
    outline: none;
    padding: 0;
    margin: 25px 0px;
    cursor: pointer;
}

#captcha-length::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #99950a;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

#captcha-length::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.settings {
    display: none;
}

.slider {
    display: none;
}

.btn-savesuccse {
    background: linear-gradient(180deg, rgba(138, 193, 133, 1) 35%, rgba(98, 167, 92, 1) 100%);
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    letter-spacing: 1px;
    color: #fff !important;
}

.bannerInnerpage img {
    width: 100%;
    height: 220px;
    position: relative;
}


/*-- registration form --*/

.registration_section {
    position: relative;
    height: 100%;
    max-height: 100vh;
    min-height: 70vh;
}

.registration_form {
    background: #F6FFF7;
    width: 400px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
}

.login {
    min-height: 100%;
}

.loginForm {
    border-radius: 1rem;
    padding: 2rem;
    width: 400px;
}

.loginForm h1 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    color: #68A663;
}

.pos-rel {
    position: relative;
}

.login-side-img {
    width: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loginForm .form-group label {
    font-weight: 400;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.loginForm .form-group .form-control {
    padding: 0.3rem 1.6rem 0.3rem 0.8rem !important;
    border-radius: 10px !important;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgb(27 27 27 / 12%);
    border: 1px solid #F8FFFA;
}

.fa-long-arrow-right {
    float: right;
    margin-top: -43px;
    z-index: 1;
    position: relative;
    font-size: 22px;
    padding-right: 10px;
    background: #1d6398;
    padding: 6px 8px;
    border-radius: 5px;
    margin-right: 1px;
}

.loginForm .form-group .form-control:focus,
.captchas:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgb(59 125 221 / 0%) !important;
}

.loginForm .form-group i {
    position: absolute;
    right: 9px;
    bottom: 10px;
    font-size: 1.1rem;
}

.loginForm .toggle-password {
    cursor: pointer;
}


.cursor-pointer {
    cursor: pointer;
}

.login_bttnEnd {
    margin-top: 3rem;
}

.for-pass {
    margin-top: 15px !important;
    font-size: 0.8rem;
    text-align: right;
}

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

/*-- otp code --*/

.code-inputs {
    margin: auto;
    /*    background-color: white;
    box-shadow: 0px 0px 8px 0px #02025044;*/
    max-width: 400px;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px 40px;
}

.code-inputs input {
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #2f8f1f;
    text-align: center;
    outline: none;
    font-size: 16px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.title p {
    font-size: 1rem;
    color: #118a44;
    text-align: center;
    margin-bottom: 15px;
}

.title p.msg {
    color: initial;
    text-align: center;
    font-size: 0.9rem;
}

/*-- household css --*/
.pr-3 {
    padding-right: 1rem;
}

.household_form {
    padding: 0.3rem 1.6rem 0.3rem 0.8rem !important;
    border-radius: 10px !important;
    background: #F6FFF7;
    box-shadow: 0px 1px 1px 0px rgb(27 27 27 / 12%);
    border: 1px solid #F8FFFA;
}

.page_body_title {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.question_section h5 {
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 18px;
    font-size: 18px;
}

.page_body .questionpaper {
    display: flex;
    margin-bottom: 12px;
}

.questionpaper h6 {
    font-weight: 400 !important;
    font-size: 15px !important;
}

.questionpaper p {
    font-weight: 400;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.questionpaper_paragraph h6 {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.questionpaper_paragraph .bottonLine_input_short {
    display: inline;
    width: 150px;
    height: 18px;
    border: #0000;
    border-bottom: 1px dashed black;
    border-radius: 0;
    margin-left: 8px;
    margin-right: 8px;
    background-color: transparent;
}

.questionpaper h6 span {
    margin-right: 8px;
    font-size: 15px;
}

.questionpaper .bottonLine_input {
    width: 40%;
    height: 18px;
    border: #0000;
    border-bottom: 1px dashed black;
    border-radius: 0;
    margin-left: 8px;
    margin-right: 8px;
    background-color: transparent;
}

.questionpaper .bottonLine_input_short {
    width: 20%;
    height: 22px;
    border: #0000;
    border-bottom: 1px dashed black;
    border-radius: 0;
    margin-left: 8px;
    margin-right: 8px;
}

.questionpaper .bordered_input_One {
    width: 15%;
    height: 24px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin-left: auto;
    background-color: #fff;
}

/*.questionpaper .bordered_input_Two {
    width: 15%;
    height: 24px;
    border: 1px solid #000;
    border-radius: 0;
    margin-left: auto;
     background-color: transparent;
}*/

.questionpaper .bordered_input_box {
    width: 40px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 0;
    padding: 0;
    text-align: center;
    background-color: white;
}

.questionpaper .bottonLine_input_full {
    width: 95%;
    height: 22px;
    border: #0000;
    border-bottom: 1px dashed black;
    border-radius: 0;
    margin-left: 8px;
    margin-right: 8px;
    background-color: transparent;
}

.question_print_button {
    background-color: #0000;
    border: none;
    float: right;
}

.select_income {
    justify-content: space-between;
}

.form-select-sm {
    width: 60%;
}

.mr-2 {
    margin-right: 2rem;
}

/*-- latest news css --*/
.notice-section {
    position: relative;
}

.notice-section::before {
    background: url(../images/notification_bg12.png);
    position: absolute;
    content: '';
    width: 100%;
    height: 800px;
    /* background-position: 18px 0px; */
    background-repeat: no-repeat;
    /* left: -7rem; */
    top: -4rem;
    z-index: -1;
    opacity: 0.2;
}

.latest-newsHeading {
    background: #3AC174;
    border-top-left-radius: 30px;
    /*    border-bottom-right-radius: 30px;*/
    padding: 3px 25px;
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-style: italic;
}

.sec-heading i {
    border-right: 1px dashed #ffffffbd;
    padding: 8px 13px 8px 0px;
    color: #ffffffd4;
    margin-right: 7px;
}

.newsScroll ul li .date_news {
    width: 80px;
    display: flex;
    border: 1px solid #399ADD;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0px 0px 0px 4px;
    align-items: center;
    font-size: 1rem;
    float: left;
    margin-right: 10px;
}

.newsScroll ul li .date_news span.month_year {
    background: #399ADD;
    width: 65px;
    word-break: break-word;
    float: right;
    text-align: center;
    color: #fff;
    margin-left: 4px;
    border-bottom-right-radius: 14px;
    font-size: 0.8rem;
}

.holder {
    background-color: #FCFCFC;
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-top-left-radius: 30px;
    box-shadow: 0px 1px 4px 1px rgb(27 27 27 / 12%);
}

.holder .mask {
    position: relative;
    left: 0px;
    top: 10px;
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.holder ul {
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    position: relative;
}

.holder ul li {
    padding: 10px 0px;
    display: block;
}

.holder ul li a {
    color: #222;
    text-decoration: none;
    width: 75%;
    display: inline-block;
    font-size: 13px;
}


.tenderScroll {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-top-left-radius: 30px;
    box-shadow: 0px 1px 4px 1px rgb(27 27 27 / 12%);
}

.latest-tender {
    background: #399ADD;
    color: #fff;
    /*border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;*/
    padding: 3px 30px;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-style: italic;
}

.tenderScroll ul li .date_news {
    width: 80px;
    display: flex;
    border: 1px solid #3AC174;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0px 0px 0px 4px;
    align-items: center;
    font-size: 1rem;
    float: left;
    margin-right: 10px;
}

.tenderScroll ul li .date_news span.month_year {
    background: #3AC174;
    width: 65px;
    word-break: break-word;
    float: right;
    text-align: center;
    color: #fff;
    margin-left: 4px;
    border-bottom-right-radius: 14px;
    font-size: 0.8rem;
}

.tenderScroll ul {
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    position: relative;
    height: 380px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.tenderScroll ul li {
    padding: 10px 0px;
    display: block;
}

.tenderScroll ul li a {
    color: #222;
    text-decoration: none;
    width: 75%;
    display: inline-block;
    font-size: 13px;
}

/*-- question publish date --*/
.questn_date {
    padding: 0.5em 0.5em 0.5em;
    border-radius: 10px;
    margin-bottom: 1em;
    word-break: break-word;
    position: relative;
}

.questn_scetion:nth-child(odd) .questn_date {
    background: #f5faf7;
}

.questn_scetion:nth-child(even) .questn_date {
    background: #faf1f3;
}

.questn-box h4.questn_cour {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 20px;
    /* color: #222222; */
    width: 81%;
}

.questn-box h5.qusetion_no {
    color: #777;
    padding-left: 0px;
    width: 100%;
    font-size: 0.9rem;
}

.questn_date h5.qusetion_no span {
    color: #2BBE7E;
    padding-left: 0px;
    font-size: 1.1rem;
    font-weight: 400;
}

.blink {
    display: inline-block;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    position: absolute;
    /* left: 50%; */
    right: 10px;
    top: -10px;
    /* transform: translate(-50%, -50%); */
    background: rgb(233 55 55 / 60%);
    text-align: center;
    color: #fff;
    line-height: 39px;
    font-size: 0.8rem;
}

.blink:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(233 55 55 / 60%);
    border-radius: 50px;
    opacity: 0;
}

/* .blink:before {
     transform: scale(1);
     animation: blink 1.6s infinite linear;
}*/
.blink:after {
    animation: blink 1.6s 1.2s infinite linear;
}

@keyframes blink {
    0% {
        opacity: 0;
        transform: scale(0.4);
    }

    33.33333% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

/*-- publication section --*/


.eventImage .item_img {
    height: 160px !important;
}

.eventImage .item_content p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 0.9rem;
}

/*-- gallery css code --*/

.gallery {
    position: relative;
    padding: 2rem 0rem;
}

.gallery:before {
    background: url(../images/gallery_bgLeft.png);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0rem;
    right: 0;
    top: 0rem;
    z-index: -1;
}

.gallery_title span {
    font-size: 0.9rem;
    font-style: normal;
    color: #2582c2;
    display: block;
    font-weight: 300;
    margin-bottom: 0.6rem;
}

.gallery_title {
    font-weight: 500;
    width: fit-content;
    font-size: 1.8rem;
    letter-spacing: 1px;
    font-style: italic;
}

.itemgallery {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.itemgallery .item_img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
    height: 230px;
}

.itemgallery .item_content {
    background: #fff;
    padding: 2px 20px 20px;
    border-radius: 15px;
}

.item_content p {
    margin-bottom: 0px;
}

.itemgallery .item_description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 0px;
    padding: 10px 20px;
}

.itemgallery .item_description p {
    margin-bottom: 0px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-nav .owl-prev {
    background: #fff;
    position: absolute;
    top: -7%;
    right: 5%;
    /* left: 15px; */
    padding: 0px 10px 0px 10px;
    border: 1px solid #3ac174;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    font-size: 40px;
    width: 45px;
    height: 45px;
    line-height: 0px;
    font-weight: 100;
}

.owl-nav .owl-next {
    background: #fff;
    position: absolute;
    top: -7%;
    right: 1%;
    /* left: 15px; */
    padding: 0px 10px 0px 10px;
    border: 1px solid #3ac174;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    font-size: 40px;
    width: 45px;
    height: 45px;
    line-height: 0px;
    font-weight: 100;
}

/*.portfolio {
    position: relative;
    margin-top: 3rem;
    /* display: flex; */
/* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
}

.portfolio__item {
    background-color: #fff;
    overflow: hidden;
    padding: 0px;
}

.second_row .portfolio__item {
    display: flex;
    align-items: end;
}

.large_img {
    height: 340px;
}

.large_img img {
    height: 340px;
}

.portfolio__img {
    width: 100%;
    transition: transform 750ms cubic-bezier(.5, 0, .5, 1), opacity 250ms linear;
}

.portfolio__item:focus {
    position: relative;
    z-index: 2;
}

.portfolio__img:hover,
.portfolio__item:focus .portfolio__img {
    transform: scale(1.2);
    opacity: .5;
}

.content_text h3 {
    width: 33%;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 45px;
}

.content_text h3 span {
    width: 100%;
    display: block;
    color: #31B268;
    font-size: 2rem;
    font-weight: 800;
}*/

/*-- footer css code --*/
footer {
    background-color: #2f3ba3;
    margin-top: 30px;
}

.footer-top {
    padding: 2em 0 1rem;
}

.footer-title {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

.ftr-blog-event p {
    color: #fff;
    width: 85%;
}

.ftr-blog-event .footer-contact h4 i {
    background: #399addd9;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    font-weight: 100;
    line-height: 29px;
    font-size: 17px;
}

.ftr-blog-event .footer-contact h4 i.fa-fax {
    background: #3ac174d1;
}

.contact-info {
    padding-left: 4px;
}

.footer-grid-wthree ul li {
    padding: 10px 0px;
}

.footer-contact h4 {
    color: #fff;
    font-size: 0.9rem;
    padding: 2px 0px;
}

.footer-contact h4 span {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 100;
    padding-left: 10px;
}

.footer-text p,
.contact-info p,
ul.links li a {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 100;
}

.contact-info p span {
    display: block;
}

.phone p a {
    color: #ababab;
}

.contact-info h4 {
    font-size: 17px;
}

ul.links li a:hover,
.phone p a:hover {
    color: #fff;
}

.ts-footer-social ul li {
    display: inline-block;
    list-style: none;
    font-weight: 600;
}

.ts-footer-social ul li a {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px solid #525164;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 7px 0;
    margin: 0 10px;
}

.ts-footer-social ul li a:hover {
    background: #8dc63f;
    border-color: transparent;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.copyright-footer {
    background: #1a215d;
    padding: 0.2rem 0rem 0.5rem;
}

.copy-right {
    color: #fff;
    font-weight: 100;
    padding-top: 10px;
    /*    border-top: 1px solid #92cef745;*/
    margin-bottom: 0px;
}

.copy-right a {
    color: #27aae1;
}

.copy-right a:hover {
    color: #fff;
}

/*-- question category --*/
.viewNotifcnt {
    background: #f6fff7ad;
    padding: 0.6rem 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 15px;
    position: relative;
}

h5.cardview_heading {
    font-size: 0.9rem;
    font-weight: 600;
    width: 70%;
}

h5.cardview_heading span {
    font-size: 1rem;
    font-weight: 300;
    width: 70%;
}

.cardSelect .news_day h5 {
    color: #4b8518;
    font-size: 1.1rem;
    font-weight: 400;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 1px 4px 1px rgb(27 27 27 / 12%);
    padding: 0px 20px;
}

.qusetionCategory_no {
    color: #777;
    padding-left: 0px;
    width: 100%;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    margin-bottom: 0px;
}

.qusetionCategory_no span {
    color: #2BBE7E;
    padding-left: 0px;
    font-size: 1.1rem;
    font-weight: 400;
}

.news_day h5 a {
    color: #53B34B;
    font-size: 0.97rem;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.news_day h5 a i {
    background: #8AC185;
    border-radius: 50%;
    color: #fff;
    padding: 9px 12px;
    font-size: 20px;
    margin-left: -28px;
    margin-right: 15px;
}

.bannerInnerpage {
    position: relative;
}

.quesnt_title {
    position: absolute;
    font-size: 1.5rem;
    color: #fff;
    top: 50%;
    padding-left: 20px;
    /* margin-left: 10px; */
}

.quesnt_title:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 32px;
    background: #8AC185;
    border-radius: 4px;
    left: 0px;
    /* margin-right: 29px; */
}

.organiztn_link {
    background: #fff;
    box-shadow: 0px 1px 4px 1px rgb(27 27 27 / 12%);
    border-radius: 5px;
    margin-bottom: 1rem;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.organiztn_link img {
    width: 120px;
    margin: auto;
    display: block;
}


/*-- training calender --*/
.training_calender_header {
    justify-content: space-between;
}

@media (max-width: 1100px) {
    .training_calender_table {
        overflow-x: scroll;
        width: 100%;
    }
}

.calender_heading {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.training_calender_header .choose_year {
    display: flex;
    padding-bottom: 10px;
    align-items: baseline;
}

.training_calender_header .choose_year h5 {
    font-size: 0.9rem;
    white-space: nowrap;
    /* line-height: 24px; */
    font-weight: 400;
}

.training_calender_header .choose_year select {
    margin-left: 10px;
}

.training_calender_tableHeader tr {
    background-color: #32ae67 !important;
    color: #fff;
    font-weight: 600;
}

.table_body_header {
    font-size: 16px;
    font-weight: 600;
    color: #292929;
}

table .training_calender_tableBody .header_bg_blue {
    font-size: 15px !important;
    background-color: #fcfeff;
    color: #004272;
}

table .training_calender_tableBody .header_bg_red {
    font-size: 15px !important;
    background-color: #fffcfc;
    color: #a00000;
}

table .training_calender_tableBody .header_bg_green {
    font-size: 15px !important;
    background-color: #fcfffc;
    color: #2cbb00;
}

.header_bg_yellow {
    font-size: 15px !important;
    background-color: #fcfffc;
    color: #bbae00;
}

.table_sl_no {
    text-align: center;
    font-weight: 500;
}

.table_body_data td a {
    color: black;
    text-decoration: none;
}

.table_body_data .month_data {
    text-align: center;
}

/* Table Background Colors */
table tbody .table_body_data .table_bg_blue {
    background: #e6f4ff !important;
}

table tbody .table_body_data .table_bg_red {
    background: #ffeded !important;
}

table tbody .table_body_data .table_bg_green {
    background: #eaffea !important;
}

table tbody .table_body_data .table_bg_yellow {
    background: #ffffe9 !important;
}

.training_name_date {
    background: #32ae67;
    padding: 5px 10px;
    justify-content: space-between;
}

.traning_timing {
    padding: 1rem;
    margin: 0.5rem 0rem;
    border-radius: 10px;
}

.training_name_date h2 {
    margin-bottom: 0;
}

.training_name_date h2 a {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

.training_name_date h5 {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}

.training_deatilsList:nth-child(odd) .traning_timing {
    background: #ecf6ff;
}

.training_deatilsList:nth-child(even) .traning_timing {
    background: #f6f4ff;
}

.traning_timing .training_info {
    font-size: 0.9rem;
    font-weight: 400;
    color: #888888;
}

.traning_timing .training_info span {
    font-size: 1rem;
    font-weight: 300;
    color: #222222;
}

/*-- household application verify process --*/
.citizen_application {
    width: 50%;
    margin: auto;
    padding: 1rem;
}

.citizen_application img {
    width: 10%;
    margin: auto;
    display: block;
}

.citizen_application h2 {
    font-size: 1.4rem;
    text-align: center;
    color: #04b24e;
    letter-spacing: 0.8px;
    margin-top: 1.5rem;
}

.citizen_application h2 span {
    color: #333;
    font-weight: 400;
    width: 100%;
    display: block;
    font-size: 1rem;
    letter-spacing: 0px;
    margin-top: 0.6rem;
}

.citizen_application h3 {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 30px;
    margin: 2rem 0rem 4rem;
}

/*-- question bank --*/
.overlay_question.is-on {
    opacity: 1;
    visibility: visible;
}

.overlay_question {
    background: #fff;
    position: absolute;
    /* top: 0; */
    /* bottom: 0; */
    left: 0;
    right: 35px;
    /* margin: auto; */
    width: 400px;
    /*    height: 200px;*/
    opacity: 0;
    z-index: 6;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 1px 4px 1px rgb(27 27 27 / 12%);
    margin-top: 0.5rem;
    /* display: inline-block; */
}

/*-- UploadFile css code --*/
.drop_box {
    margin: 10px 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px dotted #a3a3a3;
    border-radius: 5px;
}

.drop_box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
}

.drop_box p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #a3a3a3;
}

.form-control.choose_fileUpload {
    /*    width: 110px !important;*/
    font-size: 1rem !important;
}

.category_quest {
    border-bottom: 1px dashed #ccc;
}

.upload_bttn {
    font-size: 1rem;
    text-align: center;
    width: fit-content;
    display: block;
    margin: 1rem auto 0rem;
    padding: 0.5rem;
    border-radius: 10px;
    cursor: pointer;
}

/* ------------ End Training Calender ---------------- */


/* Responsive */
.responsive_content_text {
    margin-bottom: 20px;
    line-height: 2.5rem;
    display: none;
    font-size: 1.5rem !important;
}

.responsive_content_text h3 span {
    width: 100%;
    display: block;
    color: #31B268;
    font-size: 1.6rem !important;
    font-weight: 800;
}

@media screen and (max-width: 767px) {
    .service_content {
        position: static;
        margin-top: 48px;
    }

    .service_iamges:before {
        height: 1020px;
    }

    .service_iamges .row:nth-child(2) {
        margin-top: 30px !important;
    }

    .tenderScroll {
        margin-top: 30px;
    }

    .organization_links {
        margin-top: 30px;
    }

    .responsive_content_text {
        display: block;
    }

    .gallery_content .content_text {
        display: none;
    }
}

@media screen and (max-width:400px) {
    .service_iamges:before {
        height: 1100px;
    }

    .service_content {
        margin-top: 70px;
    }
}

@media screen and (max-width:560px) {
    .organzt_page {
        padding: 0 8%;
    }
}

@media screen and (max-width:1200px) and (min-width:992px) {
    .organiztn_link img {
        width: 80px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .service_iamges {
        width: 85% !important;
    }

    .organiztn_link img {
        width: 65px !important;
    }

    .service_content {
        width: 25% !important;
        left: 70%;
        top: 45%;
    }

    .large_img,
    .large_img img {
        height: 225px;
    }
}

@media screen and (max-width:423px) and (min-width:300px) {
    .servce_boxDetails {
        width: 200px;
    }
}

@media screen and (max-width:520px) {
    .questionpaper .bordered_input_box {
        width: 22px;
    }
}

@media screen and (max-width:470px) {
    .page_body .questionpaper {
        flex-direction: column;
    }

    .questionpaper .bordered_input_One {
        margin-left: 10px;
        width: 50%;
    }

    .questionpaper .bottonLine_input {
        width: 80%;
    }
}


/*--- slider css ----*/

.c-slide {
    display: inline-flex !important;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    will-change: background-size;
    position: relative;
    transition: 1s ease;
    transition-delay: 0.4s;
}

.c-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 76%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 76%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 76%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#9c000000", GradientType=0);
}

.c-slide-content {
    padding: 2rem;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    max-width: 1200px;
}

.c-slide__title {
    font-size: 4em;
    text-transform: uppercase;
    letter-spacing: 20px;
    transform: translateY(150px);
    opacity: 0;
    transition: 0.8s ease;
    will-change: opacity, transform;
}

.c-slide__title--large,
.c-slide__title--medium {
    display: block;
    font-size: 2.5em;
    line-height: 110px;
    transform: translateY(150px);
    will-change: transform;
    transition-delay: 0.4s;
    position: relative;
    transition: 1s ease;
}

.c-slide__title--medium {
    font-size: 1.6em;
    line-height: 100px;
}

.c-slide__subtitle {
    text-transform: uppercase;
    letter-spacing: 3px;
}

.c-slide__body {
    margin-top: 0.7rem;
    opacity: 0;
    line-height: 27px;
}

.c-slide__info {
    transform: translateY(-150px);
    transition: 0.8s ease;
}

.c-wrap {
    padding: 2rem 0;
    overflow: hidden;
}

.c-wrap--small {
    max-width: 30%;
}

.c-wrap--line {
    position: relative;
}

.c-wrap--line:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    transition: 0.9s ease;
    transition-delay: 0.4s;
}

.slick-list {
    overflow: visible !important;
}

.animateIn .c-slide__title--large,
.initialAnimation .c-slide__title--large,
.animateIn .c-slide__title--medium,
.initialAnimation .c-slide__title--medium,
.animateIn .c-slide__info,
.initialAnimation .c-slide__info,
.animateIn .c-slide__title,
.initialAnimation .c-slide__title,
.animateIn .c-slide__body,
.initialAnimation .c-slide__body {
    transform: translateY(0);
    opacity: 1;
}

.animateIn .c-wrap--line:after,
.initialAnimation .c-wrap--line:after {
    left: 0;
    transform: translateX(0);
    width: 100%;
}

.slick-list {
    transition: 0.5s ease;
}

.u-scale-out {
    transform: scale(0.6) !important;
    transition: 0.5s ease;
}

.u-scale-in {
    transform: scale(1);
}

@media only screen and (max-width: 1300px) {
    .c-slide__title {
        font-size: 3em;
    }

    .c-slide__title--large {
        font-size: 2em;
    }

    .c-wrap--small {
        max-width: 50%;
    }
}

@media only screen and (max-width: 1100px) {
    .c-navigation {
        display: none;
    }

    .c-header {
        justify-content: space-between;
    }
}

@media only screen and (max-width: 800px) {
    .c-slide__title--medium {
        font-size: 1.3em;
    }

    .c-slide__title {
        font-size: 2.5em;
    }

    .c-slide__title--large {
        font-size: 1.5em;
    }

    .c-wrap--small {
        max-width: 80%;
    }
}

/* ABOUT */
.about_desc {
    text-align: justify;
    line-height: 26px;
    color: #595959;
}

.about_details {
    margin-top: 22px;
}

.about_details h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}

.tab {
    display: inline-block;
    margin-left: 4em;
}

.short_hr {
    height: 1px;
    margin: 0 0 8px 0;
    width: 30%;
    border: 2px solid #28ae38;
    opacity: 1;
}

.about_list {
    list-style-type: disc;
    color: #595959;
    margin-left: 50px;
}


/* New Designs */

.header_right_area {
    display: flex;
}

.btn_login {
    background-color: #449e5c;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 4px 12px;
}

.btn_login:hover {
    background-color: #2e9349;
    color: #fff;
}

.cluster_details_page {
    border: 1px solid #2f3ba36b;
    padding: 14px 20px;
    height: 90vh;
    background-color: #ffffffcc;
    overflow-y: scroll;
    border-top: 6px solid #2f3ba3;
}

/* Tab Designs (Cluster Details) */
.tab_design {
    background-color: #dee2ff;
    color: #222222ad;
    padding: 8px 22px;
    font-size: 20px;
    border-radius: 8px 8px 0 0;
    font-weight: 500;
    cursor: default;
}

.tab_active {
    background: #2f3ba3;
    color: #fff;
}

.tab_title_header {
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
}

.tab_title_Subheader {
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
}

.about_cluster,
.about_Subcluster {
    position: relative;
}

.about_cluster p {
    /* width: 86%; */
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 18px;
    padding-left: 22px;
    position: relative;
}

.about_cluster p::before {
    content: "";
    width: 14px;
    height: 5px;
    border-radius: 40px;
    position: absolute;
    left: 0px;
    top: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background-color: #28ae38;
}

.about_Subcluster p {
    /* width: 86%; */
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 6px;
    padding-left: 50px;
    position: relative;
}

.about_Subcluster p::before {
    content: "";
    width: 14px;
    height: 5px;
    border-radius: 40px;
    position: absolute;
    left: 20px;
    top: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background-color: #2f3ba3;
}

.active_tab_content {
    display: block !important;
}

.paragraphTable {
    border-color: #aaaaaa66;
}

.paragraphTable .paragraphTableHead {
    background: #e9ffec !important;
    color: #28ae38 !important;
    font-size: 20px;
}

.paragraphTable thead tr th {
    color: #20902d;
}

.paragraphTable tr {
    background-color: #ffffff8a;
}

.cluster_details_tab {
    background-image: url(../images/agri_bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}



/* View Scroll Gallery */
.view_gallery {
    overflow-x: clip;
    height: 270px;
}

.view_gallery .gallery_images_section {
    position: relative;
    width: 100%;
    height: 270px;
    overflow: visible;
}

.view_gallery .gallery_images_section.hide-overflow {
    overflow: hidden;
}

.view_gallery ul.list {
    position: relative;
    display: inline-block;
    background-color: #ededed;
    list-style: none;
    padding: 16px 0;
}

.view_gallery ul.list.cloned {
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px 0;
}

.view_gallery ul.list li {
    float: left;
    width: 290px;
    height: 210px;
    text-align: center;
    font-size: 30px;
    padding: 0;
}

.view_gallery ul.list li img {
    width: 280px;
    height: 210px;
    margin: 0 5px;
    border-radius: 8px;
    box-shadow: 0px 15px 25px -4px #45454540;
    cursor: pointer;
}

.view_gallery .modal {
    display: none;
    position: fixed;
    z-index: 1001;
    padding-top: 40px;
    padding-bottom: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000d1;
}

.view_gallery .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 60%;
    max-width: 1200px;
}

.view_gallery .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 200px;
    font-size: 35px;
    font-weight: bold;
}

.view_gallery .close:hover,
.view_gallery .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.view_gallery .mySlides {
    display: none;
}

.view_gallery .cursor {
    cursor: pointer;
}

.view_gallery .prev,
.view_gallery .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.view_gallery .next {
    border-radius: 3px 0 0 3px;
    right: -50px;
}

.view_gallery .prev {
    left: -50px;
}

.view_gallery .prev:hover,
.view_gallery .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.view_gallery .image_caption {
    color: #ffffff;
    font-size: 18px;
    padding: 8px 12px;
    position: absolute;
    bottom: 10px;
    left: 20px;
    background-color: #000000d1;
    border-radius: 6px;
}

.view_gallery .mySlides img {
    margin-bottom: -4px;
}

.btn_gallery {
    background-color: #dee2ff;
    color: #5e6069;
    border: none;
    border-radius: 6px;
    padding: 4px 12px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.active_btn_gallery {
    background-color: #2f3ba3;
    color: #fff;
}

/* Video Gallery */
.view_gallery_video .modal {
    display: none;
    position: fixed;
    z-index: 1001;
    padding-top: 40px;
    padding-bottom: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000d1;
}

.view_gallery_video .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 60%;
    max-width: 1200px;
}

.view_gallery_video .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 200px;
    font-size: 35px;
    font-weight: bold;
}

.view_gallery_video .close:hover,
.view_gallery_video .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.view_gallery_video .myVideoSlides {
    display: none;
}

.view_gallery_video .cursor {
    cursor: pointer;
}

.view_gallery_video .prev,
.view_gallery_video .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.view_gallery_video .next {
    border-radius: 3px 0 0 3px;
    right: -50px;
}

.view_gallery_video .prev {
    left: -50px;
}

.view_gallery_video .prev:hover,
.view_gallery_video .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.view_gallery_video .video_caption {
    color: #ffffff;
    font-size: 18px;
    padding: 8px 12px;
    position: absolute;
    bottom: 34px;
    left: 135px;
    background-color: #000000d1;
    border-radius: 6px;
}

.view_gallery_video {
    overflow-x: clip;
    height: 270px;
}

.view_gallery_video .gallery_videos_section {
    position: relative;
    width: 100%;
    height: 270px;
    overflow: visible;
}

.view_gallery_video ul.list_video {
    position: relative;
    display: inline-block;
    background-color: #ededed;
    list-style: none;
    padding: 16px 0;
}

.view_gallery_video ul.list_video li {
    float: left;
    width: 290px;
    height: 210px;
    text-align: center;
    font-size: 30px;
    padding: 0;
}

.view_gallery_video ul.list_video li video {
    width: 280px;
    height: 210px;
    margin: 0 5px;
    border-radius: 8px;
    box-shadow: 0px 15px 25px -4px #45454540;
    cursor: pointer;
}

.view_gallery_video ul.list_video.cloned {
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px 0;
}

.show_gallery {
    display: block !important;
}

/* .custom_hr{
    height: 0;
    padding: 3px;
    margin: 0;
    opacity: 1;
    background-color: #1a215d;
} */

/* horizontal scrolling news ticker */
.news-ticker {
    width: 100%;
    background-color: #1a215d;
    color: #e6edffd9;
    overflow: hidden;
    cursor: default;
    position: relative;
}

.news-container {
    white-space: nowrap;
    animation: scroll 50s linear infinite;
    display: inline-block;
    animation-play-state: running;
}

.news-container:hover {
    animation-play-state: paused;
}

.news-item {
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    position: relative;
    margin-right: 20px;
}

.news-item i::before {
    margin-right: 22px;
}

@keyframes scroll {
    0% {
        transform: translateX(10%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.news-badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #99b3ee;
    font-size: 18px;
    padding: 4px 12px;
    color: #1a215d;
    font-weight: 600;
}

.news-badge::after {
    content: '';
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #99b3ee;
    z-index: 10;
}

.news-badge::before {
    content: '';
    position: absolute;
    top: -6px;
    right: -24px;
    z-index: 9;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #486ec5;
    z-index: 9;
}