/****Outfit Variable Font
=======================***/
@font-face {
    font-family: 'Outfit';
    src: url('../font/Outfit/Outfit-Regular.woff2') format('woff2'),
        url('../font/Outfit/Outfit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/****DM Sans Variable Font
=======================***/
@font-face {
    font-family: 'DM Sans';
    src: url('../font/DM_Sans/DMSans-Regular.woff2') format('woff2'),
        url('../font/DM_Sans/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bs-body: #fffefb;
    --bs-heading: #5d5d5d;
    --bs-primary: #1f4a7c;
    --bs-secondary: #f1f1f1;
    --bs-link-color: #c61017;
    --bs-dark: #2f2e2e;
    --bs-yellow: #f9ab15;
    --bs-text-color: #959595;
    --bs-text-white: #fff;
    --bs-desc-color: #959595;
    --bs-box-shadow-color: #d3d3d3;
    --bs-drop-shadow-color: 0px 6px 8px rgba(1, 7, 13, 0.11);
    --fonts: 'DM Sans', sans-serif;
    --fonts-title: 'Outfit', sans-serif;
}

html {
    width: 100%;
    font-size: 18px;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

@media (max-width: 1599.98px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
}

body {
    width: 100%;
    height: auto;
    font-size: 100%;
    line-height: 1.6;
    text-align: left;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-family: var(--fonts);
    overflow-x: hidden;
    background-color: var(--bs-body);
    color: var(--bs-text-color);
    position: relative;
    letter-spacing: normal;
}

.row {
    --bs-gutter-x: 0 !important;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

/* Wild card with global */
[class*='col-'] {
    padding: 0 0.5rem 15px 0.5rem;
}

.topsearch [class*='col-'] {
    padding-bottom: 0;
}

.cust_container {
    width: 90%;
    max-width: 1800px;
    margin: 0 auto;
    height: auto;
    padding: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 90%;
    margin: 0 auto;
    max-width: 1800px;
    padding-left: 0;
    padding-right: 0;
}

.bothSide_gap {
    width: 100%;
    height: auto;
    padding: 40px 0;
}

.topSide_gap {
    width: 100%;
    height: auto;
    padding: 40px 0 0;
}

.bottomSide_gap {
    padding: 0 0 40px;
}

img {
    width: 100%;
    height: 100%;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.roundbox {
    /* box-shadow: 0 0 4px 4px #a1a1a12e;
    border-radius: 16px;
    padding: 10px 20px;
    height: 100%;
    text-align: center; */

    border: 1px solid var(--bs-primary);
    border-radius: 5px;
    padding: 10px 20px;
    height: 100%;
    text-align: center;
}

.roundbox.list {
    margin-top: 20px;
}

.roundbox.list:first-child {
    margin-top: 0;
}

.roundbox.tleft {
    text-align: left;
    cursor: auto;
}

.roundbox .lincursor {
    cursor: pointer;
}

#progressBar {
    margin-left: 0px;
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    width: 80%;
    max-width: 500px;
}

#progressBar img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checklist li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.checklist li::before {
    content: "✔";
    /* checkmark */
    color: var(--bs-primary);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

/* 
=============
Heading Tag
=============
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    padding: 0;
    color: var(--bs-primary);
}

h1 {
    font-size: 260%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 150%;
}

h4 {
    font-size: 135%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 110%;
}

p {
    margin: 0 0 15px 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

a {
    font-size: 100%;
    text-decoration: none;
    box-shadow: none;
    color: var(--bs-primary);
}

a:hover {
    text-decoration: none;
    color: var(--bs-primary);
}

section {
    width: 100%;
    height: auto;
}

.container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container ul li {
    list-style-type: none;
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
}

.container ul li::before {
    content: '\f560';
    font-family: 'Font Awesome 6 Free';
    font-size: 90%;
    font-weight: 900;
    color: var(--bs-primary);
    width: 20px;
    height: 20px;
    display: flex;
    margin-right: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 4px;
}

.container ol li {
    margin-bottom: 12px;
    position: relative;
}

/* 
=============
scrollbar
=============
*/

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 1);
    background-color: #F5F5F5;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: var(--bs-primary);
    -webkit-box-shadow: inset 0 0 6px var(--bs-box-shadow-color);
}

/* 
=============
Slick css
=============
*/
.slick-track {
    margin: 10px 0px;
}

.slick-slide {
    padding: 0 15px;
}


/**Slick arrow**/
.slide-arrow {
    width: 35px;
    height: 35px;
    padding: 2px 5px;
    border-radius: 50%;
}

.slide-arrow.prev-arrow,
.slide-arrow.next-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    background-color: var(--bs-body);
    transition: 0.4s;
    z-index: 2;
}

.slide-arrow.prev-arrow {
    left: -15px;
    opacity: 0.7;
}

.slide-arrow.next-arrow {
    right: -15px;
    opacity: 0.7;
}

.prev-arrow.slick-arrow:focus,
.next-arrow.slick-arrow:focus {
    background-color: var(--bs-primary);
    color: var(--bs-text-white);
    opacity: 1;
}

.prev-arrow.slick-arrow::after,
.next-arrow.slick-arrow::after {
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prev-arrow.slick-arrow::after {
    content: "\f060";
}

.next-arrow.slick-arrow::after {
    content: "\f061";
}

@media (min-width: 1024px) {

    .slide-arrow.prev-arrow,
    .slide-arrow.next-arrow {
        top: -20%;
        transform: translateY(-0%);
    }

    .slide-arrow.prev-arrow {
        left: auto;
        right: 80px;
    }

    .slide-arrow.next-arrow {
        left: auto;
        right: 15px;
    }
}


/******/
.homebanner_sec .slick-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    bottom: 60px !important;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 4;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px !important;
    height: 5px !important;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    width: 16px !important;
    height: 5px !important;
    border-radius: 2px;
    border: none;
    font-size: 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    line-height: normal;
    cursor: pointer;
    box-shadow: none;
    background-color: var(--bs-text-white);
    opacity: 0.3;
}

.slick-dots li button::before {
    display: none;
}


.slick-dots li.slick-active {
    width: 30px !important;
    height: 5px !important;
}


.slick-dots li.slick-active button {
    width: 30px !important;
    height: 5px !important;
    background-color: var(--bs-text-white);
    opacity: 1;
}

.herosection_sec [class*='col-'] {
    padding-bottom: 0;
}

.herosection_sec .slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* 
=============
Forms
=============
*/
.form-group {
    margin-bottom: 20px;
}

.finfo {
    display: none;
}

.commonError {
    font-size: 85%;
    color: var(--bs-link-color);
}

label {
    font-size: 80%;
    letter-spacing: 1px;
    color: var(--bs-text-color);
    margin-bottom: 2px;
}

label span {
    color: var(--bs-link-color);
}

input,
select {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    line-height: 0;
}

.form-control {
    width: 100%;
    height: auto;
    box-shadow: none;
    outline: 0;
    padding: 5px 10px;
    background-color: var(--bs-box-shadow-color);
    font-size: 90%;
    color: var(--bs-dark);
    border: 1px solid var(--bs-text-color);
}

.form-control::placeholder {
    font-size: 90%;
    color: var(--bs-dark);
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid var(--bs-primary);
}

.topsearch .forcal,
.forcalraw {
    position: relative;
}

.topsearch .forcal label {
    position: absolute;
    left: 10px;
    font-size: 90%;
    top: 8px;
    pointer-events: none;
    padding: 0 2px;
    transition: 0.2s;
}

.topsearch .forcal input:focus+label,
.topsearch .forcal input:not(:placeholder-shown)+label,

.topsearch .forcal input:focus+button+label,
.topsearch .forcal input:not(:placeholder-shown)+button+label,

.topsearch .forcal input:focus+span+button+label,
.topsearch .forcal input:not(:placeholder-shown)+span+button+label {
    top: -2px;
    font-size: 80%;
    color: #01326a;
    background: #fff;
    line-height: 0.5;
}

/* 
=============
All Heading
=============
*/
.sub_heading {
    font-size: 110%;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--bs-heading);
    font-family: var(--fonts);
    letter-spacing: 0.5px;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.sub_heading::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 102%;
    transform: translateY(-50%);
    width: 100px;
    height: 1px;
    background-color: var(--bs-text-white);
}

.sub_heading.white {
    color: var(--bs-text-white) !important;
}


.heading {
    font-size: 165%;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-primary);
    padding: 0;
    text-transform: capitalize;
    font-family: var(--fonts-title);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 25px;
    width: 100%;
}

.heading.white {
    color: var(--bs-text-white) !important;
}

.heading img {
    width: 100%;
    max-width: 25px;
    height: auto;
    object-fit: contain;
}

.heading.banner_heading {
    font-size: 250%;
    color: var(--bs-text-white);
    font-weight: 500;
    line-height: normal;
}

.banner_heading span {
    color: var(--bs-primary);
}

.miniheading {
    font-size: 120%;
    font-weight: 500;
    color: var(--bs-primary);
    padding: 0;
    margin-bottom: 6px;
    text-transform: capitalize;
    font-family: var(--fonts-title);
}

.desc {
    font-weight: 400;
    text-align: left;
    /* color: var(--bs-text-color); */
    padding: 0;
    margin-bottom: 15px;
}

.bannerdesc.desc {
    color: var(--bs-text-white);
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desc.white {
    color: var(--bs-text-white) !important;
}

.sectionheading_wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}


/***Tab**/
.nav.nav-tabs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2%;
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid var(--bs-text-color);
}

.nav.nav-tabs .nav-link {
    box-shadow: none;
    outline: 0;
    border: none;
    color: var(--bs-text-color);
    background-color: transparent;
    border-radius: 2px;
    padding: 10px 15px;
    font-size: 100%;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    gap: 5px;
    position: relative;
}

.nav.nav-tabs .nav-link::after {
    content: "\f0de";
    font-family: "FontAwesome";
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    font-size: 16px;
    color: var(--bs-text-color);
    display: none;
}

.nav.nav-tabs .nav-link.active,
.nav.nav-tabs .nav-link:hover {
    background-color: transparent;
    color: var(--bs-primary);
    transition: 0.6s;
}


.nav.nav-tabs .nav-link.active::after {
    display: inline-block;
}


.tab-content {
    width: 100%;
    height: auto;
    padding: 20px 0;
}



/*****/
.form-select {
    box-shadow: none;
    outline: 0;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
    background-color: transparent;
    border-radius: 2px;
    font-size: 85%;
    font-weight: 500;
    cursor: pointer;
    transition: 0.6s;
    white-space: nowrap;
}

.form-select:focus {
    box-shadow: none;
}


/***/
.innerpage_head {
    font-size: 150%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--fonts-title);
    color: var(--bs-primary);
    margin-bottom: 15px;
}

.innerpage_text {
    font-size: 90%;
    color: var(--bs-text-color);
}

.innerpage_text span {
    color: var(--bs-dark);
}

.innerpagesub_heading {
    font-size: 120%;
    font-weight: 700;
    text-align: center;
    color: var(--bs-primary);
    text-transform: capitalize;
    margin-bottom: 15px;
}

/* 
=============
Button
=============
*/
.btn {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border: none;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}

.btn:focus {
    box-shadow: none;
    text-decoration: none;
    outline: 0;
}

.button_wrap {
    display: flex;
    align-items: center;
    gap: 1em;
}

.topsearch .btn {
    width: 100%;
}


/******/
.primary_btn {
    background-color: var(--bs-primary);
    color: var(--bs-text-white);
    border-radius: 2px;
    padding: 5px 30px 5px 10px;
    font-size: 90%;
    font-weight: 500;
    position: relative;
    border: 1px solid;
    border-color: var(--bs-primary);
    transition: all 0.5s;
    text-align: left;
    z-index: 1;
}

.primary_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-image: url(../images/Icon/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 10px;
    filter: grayscale(1) brightness(100);
    opacity: 1;
}

.primary_btn:hover::after {
    filter: grayscale(0) brightness(1);
}

.primary_btn::before {
    content: "";
    background-color: var(--bs-body);
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.primary_btn:hover::before {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.primary_btn:hover {
    color: var(--bs-primary);
    font-weight: 500;
    border-color: var(--bs-primary) !important;
}

/***/
.primary_btn.active {
    color: var(--bs-primary);
    background-color: transparent;
    font-weight: 500;
}

.primary_btn.active:hover {
    color: var(--bs-text-white);
}

.primary_btn.active::after {
    filter: grayscale(0) brightness(1);
}

.primary_btn.active:hover::after {
    filter: grayscale(1) brightness(100);
}

.primary_btn.active::before {
    background-color: var(--bs-primary);
}


/***/
.primary_btn.arrow_none {
    padding: 5px 10px 5px 10px;
}

.primary_btn.arrow_none::after {
    display: none;
}

.main_header.sticky .primary_btn:hover {
    border: 1px solid var(--bs-primary);
}


/*******/
.CivilDefence_btn {
    font-size: 80%;
    font-weight: 500;
    color: var(--bs-text-white);
    border: 1px solid var(--bs-body);
    padding: 5px 12px 5px 35px;
    position: relative;
    border-radius: 2px;
    transition: 0.6s;
}

.CivilDefence_btn::before {
    content: "\e5a0";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}

.CivilDefence_btn:hover {
    color: var(--bs-primary);
    background-color: var(--bs-body);
    transition: 0.6s;
}








/* 
=============
Top header
=============
*/
.top_header {
    width: 100%;
    height: auto;
    background-color: var(--bs-primary);
    padding: 8px 0;
    position: relative;
}

.top_header .wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.top_header .wrap .left_ {
    display: flex;
    align-items: center;
    gap: 15px;
}

.top_header .fontsize_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.top_header .wrap .center_ {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_header .wrap .center_ .desc {
    text-align: center;
}

.top_header .wrap .right_ {
    display: flex;
    align-items: center;
    gap: 15px;
}

.fontsize_box .A_button {
    width: 24px;
    height: 24px;
    padding: 1px;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    font-size: 80%;
    border: 1px solid var(--bs-box-shadow-color);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--bs-text-white);
    border-radius: 1px;
}


.ScreenReaderbtn_box {
    display: flex;
    align-items: center;
    gap: 3px;
}

.ScreenReader_btn {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    font-size: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: transparent;
    background-color: transparent;
    color: var(--bs-text-white);
    border: none;
    padding: 2px;
    text-transform: uppercase;
}

.ScreenReader_btn:hover {
    color: var(--bs-yellow);
}

.ScreenReader_btn.active {
    color: var(--bs-yellow);
}

.ScreenReader_btn:nth-child(2) {
    font-size: 120%;
    font-weight: 200;
}



.languagebtn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.languagebtn_wrap li {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.languagebtn_wrap li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: var(--bs-body);
}

.languagebtn_wrap li:last-child:after {
    display: none;
}

.languagebtn_wrap li .language_btn {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    font-size: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: transparent;
    background-color: transparent;
    color: var(--bs-text-white);
    border: none;
    padding: 2px 10px;
    margin: 0;
}

.languagebtn_wrap li .language_btn.active {
    color: var(--bs-yellow);
    text-decoration: underline;
}

.langai a {
    color: #fff;
    text-transform: uppercase;
    padding: 0 5px;
    border-left: 1px solid #fff;
    font-size: 80%;
}

.langai a:first-child {
    padding-left: 0;
    border-left: 0;
}

.langai a.gt-current-lang {
    text-decoration: underline;
    color: var(--bs-yellow);
}

/* 
=============
Main header
=============
*/
.main_header {
    padding: 2px 0;
    background-color: var(--bs-body);
    box-shadow: none;
    transition: .6s;
    position: static;
}

.main_header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: .6s;
    backdrop-filter: blur(8px);
    background-color: rgb(6, 6, 6, 0.45);
    box-shadow: 0px 0px 5px 0px var(--bs-box-shadow-color);
}

.main_header .wraper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 15px;
}

.Logo_area {
    width: 100%;
    max-width: 70px;
    height: auto;
    overflow: hidden;
}

.Logo_area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main_header.sticky .Logo_area {
    max-width: 50px;
}

.headerMBimage_wrap {
    width: 100%;
    max-width: 70px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f7f6f6;
}

.main_header.sticky .headerMBimage_wrap {
    max-width: 50px;
}

.headerMBimage_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top center;
}

/*******/
.responsivesearch-box {
    width: fit-content;
    height: fit-content;
    position: relative;
}

.responsivesearch-box .btn-search {
    background-color: var(--bs-primary);
    color: var(--bs-text-white);
    padding: 8px 8px;
    font-size: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.responsivesearch-box .search_wrap {
    position: absolute;
    top: 50px;
    right: 0;
    width: 420px;
    border-radius: 6px;
    overflow: hidden;
    height: auto;
    z-index: 3;
    background-color: var(--bs-body);
    box-shadow: 0px 0px 5px 0px var(--bs-box-shadow-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
    padding: 2px;
}

.responsivesearch-box .search_wrap.open {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease;
}

.responsivesearch-box .go_btn {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: var(--bs-primary);
    color: var(--bs-body);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 6px;
    z-index: 4;
}

.responsivesearch-box .input-search {
    width: 100%;
    height: 40px;
    padding: 5px 50px 5px 10px;
    color: var(--bs-heading);
    border-radius: 6px;
    border: 1px solid var(--bs-box-shadow-color);
}

.responsivesearch-box .input-search::placeholder {
    color: var(--bs-desc-color);
}

.responsivesearch-box .input-search:focus {
    border: 1px solid var(--bs-primary);
    outline: 0;
    box-shadow: none;
}


/* 
=============
Footer
=============
*/
.footer_sec {
    width: 100%;
    height: auto;
    background-color: var(--bs-dark);
    padding-bottom: 20px;
    border-top: 2px solid #e3e2e262;
}

.footer_sec .cdc_text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--bs-text-white);
    opacity: 0.8;
    font-size: 85%;
    max-width: 450px;
}

.footermenu_box .head {
    font-size: 110%;
    font-weight: 400;
    color: var(--bs-text-white);
    font-family: var(--fonts-title);
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.footermenu_box .head::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    max-width: 100%;
    height: 1px;
    background-color: var(--bs-body);
}

.footermenu_box .subhead {
    font-size: 100%;
    font-weight: 600;
    color: var(--bs-heading);
    font-family: var(--fonts);
    margin-bottom: 20px;
    display: block;
}

.footermenu_box ul.menu {
    columns: 2;
    list-style: none;
    padding-left: 5px;
    margin: 0;
}

.footermenu_box ul li {
    list-style-type: none;
    position: relative;
}

.footermenu_box ul li a {
    color: var(--bs-text-white);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    margin-bottom: 10px;
    opacity: 0.8;
    text-decoration: none;
    font-size: 90%;
    padding: 0;
}

.footermenu_box ul.menu li a:hover {
    opacity: 1;
    text-shadow: 0px -1px var(--bs-box-shadow-color);
    color: var(--bs-yellow);
}

.footermenu_box ul li .icon {
    color: var(--bs-text-white);
    background-color: var(--bs-primary);
    border-radius: 50%;
    overflow: hidden;
    width: 28px;
    min-width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 80%;
}

.footermenu_box ul li .icon.phone::after {
    content: "\f2a0";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footermenu_box ul li .icon.mail::after {
    content: "\f0e0";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footermenu_box ul li .icon.location::after {
    content: "\f3c5";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

ul.fcontact_details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.fcontact_details li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    color: var(--bs-text-white);
    opacity: 0.8;
}

ul.fcontact_details a:hover {
    text-shadow: 0px -1px var(--bs-box-shadow-color);
    color: var(--bs-yellow);
}

/***/
.footermenu_box .fsicons_all {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    list-style: none;
    padding: 0;
    /* margin-top: 20px */
}

.footermenu_box .fsicons_all li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.footermenu_box .fsicons_all li a {
    width: 25px;
    min-width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 85%;
}

.footermenu_box .fsicons_all li a:hover {
    background-color: var(--bs-primary);
}

/******/
.forecasts_area {
    width: 100%;
    height: auto;
}

.forecasts_area .head {
    font-size: 100%;
    font-weight: 400;
    color: var(--bs-text-white);
    font-family: var(--fonts-title);
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.forecasts_area .head::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    max-width: 100%;
    height: 1px;
    background-color: var(--bs-body);
}

.forecasts_area ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 20px;
}

.forecasts_area ul li {
    padding: 2px 4px 2px 6px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.forecasts_area ul li span {
    color: var(--bs-text-white);
    font-size: 90%;
}


.forecasts_area ul>li {
    border: 1px dashed var(--bs-desc-color);
}

.forecasts_area ul>li>ul>li {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid var(--bs-desc-color);
    border-radius: 0;
}

.forecasts_area ul>li>ul>li:last-child {
    border: none;
}

.forecasts_area ul li ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.forecasts_area ul li ul li a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-text-white);
    font-weight: 400;
    line-height: normal;
    font-size: 90%;
}

.forecasts_area ul li ul li a i {
    font-size: 85%;
}

.forecasts_area ul li ul li:nth-child(1) a {
    background-color: #049baf;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.forecasts_area ul li ul li:nth-child(2) a {
    background-color: #c93b03;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}


/*****/
.bottom_footer {
    width: 100%;
    height: auto;
    background-color: var(--bs-primary);
    padding: 12px 0;
}

.bottom_footer .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5%;
}

.bottom_footer .text {
    font-size: 90%;
    color: var(--bs-text-white);
    padding: 0;
    margin: 0;
}

.bottomfooter_menu {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 10px;
}

.bottomfooter_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px 15px;
}

.bottomfooter_menu ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
}

.bottomfooter_menu ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 1px;
    height: 70%;
    transform: translateY(-50%);
    background-color: var(--bs-body);
}

.bottomfooter_menu ul li:last-child::before {
    display: none;
}

.bottomfooter_menu ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80%;
    color: var(--bs-text-white);
}

.bottomfooter_menu ul li a:hover {
    color: var(--bs-yellow);
}



/****Scroll to top******/
/***********************/
.return-to-top {
    position: fixed;
    right: 2%;
    bottom: 8%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* border-radius: 50%; */
    width: 36px;
    height: 36px;
    z-index: 9;
    padding: 10px;
    color: var(--bs-text-white) !important;
    background-color: var(--bs-yellow) !important;
    transition: .6s;
    box-shadow: 0px 0px 2px 0px var(--bs-box-shadow-color);
}

.return-to-top.show {
    display: flex;
}

.return-to-top i.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}


/*
=======================
Custom Modal css
=======================
*/

.customModal_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #00000093;
    display: none;
}

.customModal_modal.active {
    display: block;
}

.customModal_body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 550px;
    min-height: 180px;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--bs-card-color);
    z-index: 1;
    padding: 20px;
}

.customModal_body .close_btn {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background-color: transparent;
    color: var(--bs-primary);
    box-shadow: none;
    font-size: 120%;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.customModal_body .heading {
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 20px;
}

.customModal_body .content {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    padding: 20px 0;
}


/*
=======================
banner wrapper position
=======================
*/
/**top*/
.homebanner_sec .wrapper.topleft {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0);
}

.homebanner_sec .wrapper.topcenter {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.homebanner_sec .wrapper.topright {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(-100%);
}



/***middle***/

.homebanner_sec .wrapper.middleleft {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.homebanner_sec .wrapper.middlecenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homebanner_sec .wrapper.middleright {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%);
}

/***bottom****/
.homebanner_sec .wrapper.bottomleft {
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    /* transform: translateY(-100%); */
}

.homebanner_sec .wrapper.bottomcenter {
    position: absolute;
    left: 50%;
    bottom: 0;
    top: auto;
    transform: translateX(-50%);
}

.homebanner_sec .wrapper.bottomright {
    position: absolute;
    left: 100%;
    bottom: 0;
    top: auto;
    transform: translateX(-100%);
}



/* 
==================
Home Banner sec
=================
*/

.homebanner_sec {
    position: relative;
    overflow: hidden;
}

.homebanner_sec .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.homebanner_sec .slick-track {
    margin: 0 !important;
}

.homebanner_sec .slick-slide {
    margin: 0 !important;
    padding: 0 !important;
}

.homebanner_sec .banner_image {
    position: relative;
}

.homebanner_sec .item_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 1;
}

.homebanner_sec .item_img::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000004a;
    width: 100%;
    height: 100%;
    z-index: 2;
}


.homebanner_sec .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homebanner_sec .cust_container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.homebanner_sec .banner_content {
    width: 100%;
    height: 75vh;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
}

.homebanner_sec .wrapper {
    width: 100%;
    max-width: 885px;
    height: auto;
    padding: 20px 0;
    border-radius: 12px;
    /* background-color: #00000071; */
}


/*****/
.homebanner_sec .wrapper.topleft .sub_heading,
.homebanner_sec .wrapper.middleleft .sub_heading,
.homebanner_sec .wrapper.bottomleft .sub_heading,
.homebanner_sec .wrapper.topleft .heading.banner_heading,
.homebanner_sec .wrapper.middleleft .heading.banner_heading,
.homebanner_sec .wrapper.bottomleft .heading.banner_heading,
.homebanner_sec .wrapper.topleft .bannerdesc.desc,
.homebanner_sec .wrapper.middleleft .bannerdesc.desc,
.homebanner_sec .wrapper.bottomleft .bannerdesc.desc {
    text-align: left;
}

.homebanner_sec .wrapper.topleft .button_wrap,
.homebanner_sec .wrapper.middleleft .button_wrap,
.homebanner_sec .wrapper.bottomleft .button_wrap {
    justify-content: left;
}

.homebanner_sec .wrapper.topcenter .sub_heading,
.homebanner_sec .wrapper.middlecenter .sub_heading,
.homebanner_sec .wrapper.bottomcenter .sub_heading,
.homebanner_sec .wrapper.topcenter .heading.banner_heading,
.homebanner_sec .wrapper.middlecenter .heading.banner_heading,
.homebanner_sec .wrapper.bottomcenter .heading.banner_heading,
.homebanner_sec .wrapper.topcenter .bannerdesc.desc,
.homebanner_sec .wrapper.middlecenter .bannerdesc.desc,
.homebanner_sec .wrapper.bottomcenter .bannerdesc.desc {
    text-align: center;
}

.homebanner_sec .wrapper.topcenter .button_wrap,
.homebanner_sec .wrapper.middlecenter .button_wrap,
.homebanner_sec .wrapper.bottomcenter .button_wrap {
    justify-content: center;
}

.homebanner_sec .wrapper.topright .sub_heading,
.homebanner_sec .wrapper.middleright .sub_heading,
.homebanner_sec .wrapper.bottomright .sub_heading,
.homebanner_sec .wrapper.topright .heading.banner_heading,
.homebanner_sec .wrapper.middleright .heading.banner_heading,
.homebanner_sec .wrapper.bottomright .heading.banner_heading,
.homebanner_sec .wrapper.topright .bannerdesc.desc,
.homebanner_sec .wrapper.middleright .bannerdesc.desc,
.homebanner_sec .wrapper.bottomright .bannerdesc.desc {
    text-align: right;
    width: 100%;
}

.homebanner_sec .wrapper.topright .button_wrap,
.homebanner_sec .wrapper.middleright .button_wrap,
.homebanner_sec .wrapper.bottomright .button_wrap {
    justify-content: right;
}


/* 
===================
Inner Banner page css
===================
*/
.innerbanner_sec {
    width: 100%;
    height: 40vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.innerbanner_sec::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000096;
    z-index: 1;
}

.innerbanner_sec .cust_container {
    position: relative;
    height: 100%;
    z-index: 2;
}

.innerbanner_sec .content {
    position: relative;
    top: 65%;
    left: 0%;
    transform: translateY(-50%);
    z-index: 3;
    display: inline-block;
}

.innerbanner_head {
    font-size: 300%;
    font-weight: 500;
    text-align: left;
    line-height: 1.5;
    color: var(--bs-text-white);
    font-family: var(--fonts-title);
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.innerbanner_head span {
    color: var(--bs-yellow);
}

.breadcrumb {
    width: 100%;
    height: auto;
    list-style: none;
    margin: 0 auto;
}

.breadcrumb .breadcrumb-item {
    font-size: 100%;
    font-weight: 600;
    text-align: left;
    color: var(--bs-link-color);
    line-height: normal;
    padding: 0;
    margin: 0;
}

.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    color: var(--bs-link-color);
}

.breadcrumb .breadcrumb-item.active {
    color: var(--bs-text-white);
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    padding-left: .2rem;
    color: var(--bs-link-color);
    content: ">";
}


/* 
===================
Attention css
===================
*/
.Attention_sec {
    width: 100%;
    height: auto;
    background-color: var(--bs-secondary);
    position: relative;
}

.Attention_sec::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 12%;
    height: 100%;
    background-color: var(--bs-yellow);
}

.Attention_wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1%;
    overflow: hidden;
}

.Attention_wrap .head {
    font-size: 110%;
    font-weight: 600;
    color: var(--bs-dark);
    line-height: normal;
    padding: 10px 15px 10px 30px;
    position: relative;
    margin: 0;
    background-color: var(--bs-yellow);
}

.Attention_wrap .head::before {
    content: " ";
    background-image: url(../images/Icon/announcement.png);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.marquee {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    overflow: hidden;
}

.marquee p {
    font-size: 100%;
    line-height: normal;
    color: var(--bs-heading);
    display: inline-block;
    white-space: nowrap;
    /* text-transform: uppercase; */
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-right: 30px;
    position: relative;
}

.marquee p::before {
    content: "\f111";
    font-family: "FontAwesome";
    position: absolute;
    top: 47%;
    left: 0;
    transform: translateY(-50%);
    font-size: 10px;
    color: var(--bs-heading);
}



/* 
===================
whatCurrent_sec css
===================
*/

table {
    width: 100%;
    height: auto;
    border: none;
    border-collapse: collapse;
}

table tbody tr:nth-child(even) {
    background-color: #f1f1f1;
    box-shadow: 0px 0px 5px 0px var(--bs-box-shadow-color);
}

table tr th {
    padding: 6px 10px;
    font-size: 100%;
    font-weight: 500;
    background-color: var(--bs-primary);
    color: var(--bs-text-white);
    position: sticky;
    top: 0;
    z-index: 1;
}

table tr td {
    padding: 8px 10px;
    color: var(--bs-heading);
    font-weight: 600;
    font-size: 100%;
}

.table-responsive {
    max-height: 300px;
}

.whatCurrent_table table tr td .item {
    position: relative;
    padding-left: 20px;
    max-width: 600px;
    min-width: 200px;
    color: var(--bs-heading);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.whatCurrent_table table tr td .item::before {
    content: "\f04b";
    font-family: "FontAwesome";
    position: absolute;
    top: 3px;
    left: 0px;
    font-size: 70%;
}

.pdfdownload_link {
    position: relative;
    text-decoration: underline;
    box-shadow: none;
    outline: 0;
    border: none;
    font-size: 90%;
    font-weight: 600;
    padding: 0 0 0 24px;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.pdfdownload_link:hover {
    text-decoration: underline;
}

.pdfdownload_link::before {
    content: "\f1c1";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


/* 
===================
AtaGlance css
===================
*/
.AtaGlance_sec {
    width: 100%;
    height: auto;
    background-image: url(../images/Glance-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.AtaGlance_card {
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    border-radius: 4px;
    background-color: var(--bs-text-white);
    box-shadow: 0px 0px 5px 0px var(--bs-box-shadow-color);
    transition: 0.6s;
    border: 1px solid transparent;
}

.AtaGlance_card:hover {
    transition: 0.6s;
    border: 1px solid var(--bs-primary);
}

.AtaGlance_card .icon {
    width: 100%;
    max-width: 70px;
    height: 70px;
    background-color: var(--bs-primary);
    padding: 20px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AtaGlance_card:hover .icon {
    rotate: 360deg;
    transition: 0.6s;
}

.AtaGlance_card .icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.AtaGlance_card .head {
    font-size: 110%;
    font-weight: 500;
    color: var(--bs-heading);
    padding: 0;
    margin-bottom: 10px;
}

.AtaGlance_card .desc {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 
===================
WBDMDProfile css
===================
*/
.WBDMDProfile_sec {
    width: 100%;
    height: auto;
    position: relative;
}

.WBDMDProfile_sec::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    max-width: 60%;
    height: 100%;
    background-color: #ebebeb;
}

.WBDMDProfile_sec .heading img {
    max-width: 55px;
}


.WBDMDProfile_sec .image_wrap {
    width: 100%;
    height: 100%;
}

.WBDMDProfile_sec .image_wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/***/
.WBDMDP_tab {
    width: 100%;
    height: auto;
}

/***Extra css*****/

.WBDMDProfile_sec.new::after {
    max-width: 100%;
}

.WBDMDP_card {
    width: 100%;
    /* max-width: 400px; */
    height: 325px;
    border: 2px solid var(--bs-primary);
    border-radius: 4px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
}

.WBDMDP_card .image_box {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .6s ease;
    overflow: hidden;
}

.WBDMDP_card .image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: .6s ease;
}

.WBDMDP_card:hover .image_box {
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.WBDMDP_card .text_content {
    width: 100%;
    height: auto;
    text-align: center;
    color: var(--bs-text-color);
    font-weight: 500;
    position: absolute;
    top: 35%;
    opacity: 0;
    transition: .5s;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.WBDMDP_card:hover .text_content {
    opacity: 1;
    transition-delay: .5s;
}

.text_content span:nth-child(1) {
    letter-spacing: 1px;
    font-size: 19px;
    font-weight: 600;
    color: var(--bs-primary);
    line-height: normal;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.WBDMDP_card:hover span:nth-child(1) {
    animation: TopSlide 1s ease forwards;
    opacity: 0;
}

.text_content span:nth-child(2) {
    margin-bottom: 8px !important;
}

.text_content span:nth-child(3) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_content span:nth-child(2),
.text_content span:nth-child(3),
.text_content span:nth-child(4),
.text_content span:nth-child(5),
.text_content span:nth-child(6) {
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 2px;
    color: var(--bs-heading);
    line-height: normal;
}

.WBDMDP_card:hover span:nth-child(2),
.WBDMDP_card:hover span:nth-child(3),
.WBDMDP_card:hover span:nth-child(4),
.WBDMDP_card:hover span:nth-child(5),
.WBDMDP_card:hover span:nth-child(6) {
    animation: TopSlide 1s ease forwards;
    opacity: 0;
    animation-delay: .2s;
}


@keyframes TopSlide {
    0% {
        transform: translateY(200px);
        opacity: 0;
        filter: blur(5px);
    }

    100% {
        transform: translateY(00px);
        opacity: 1;
        filter: blur(0);
    }
}


.text_content p {
    font-size: 90%;
    /* height: 54px; */
    line-height: normal;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.WBDMDP_card:hover p {
    animation: TopSlide 1s ease forwards;
    opacity: 0;
    animation-delay: .4s;
}

@media (max-width: 480px) {
    .WBDMDP_card .text_content {
        top: 35%;
    }

    .text_content span:nth-child(1) {
        font-size: 18px;
    }

    .text_content span:nth-child(2) {
        margin-bottom: 5px !important;
    }

    .text_content span:nth-child(2),
    .text_content span:nth-child(3),
    .text_content span:nth-child(4),
    .text_content span:nth-child(5),
    .text_content span:nth-child(6) {
        font-size: 14px;
    }
}

/* 
===================
LCOIG css
===================
*/
.LCOIG_sec {
    width: 100%;
    height: auto;
}

.LCOIG_card {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    transition: 0.6s;
    cursor: pointer;
}

.LCOIG_card img {
    width: 100%;
    height: 100%;
    transition: transform .4s;
}

.LCOIG_card:hover img {
    transform: scale(1.2);
}

.LCOIG_card .cardname {
    position: absolute;
    bottom: -30%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px 5px;
    background-color: var(--bs-primary);
    color: var(--bs-text-white);
    z-index: 2;
    transition: 0.5s;
}

.LCOIG_card .cardname .desc {
    text-align: center;
    color: var(--bs-text-white);
    font-size: 85%;
}

.LCOIG_card::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(92deg, rgba(24, 66, 115, 0.9999999999999999) 0%, rgba(31, 74, 124, 0) 100%);
    opacity: 0.890;
    z-index: 1;
    display: none;
    transition: 0.5s;
}

.LCOIG_card:hover::after {
    display: block;
}

.LCOIG_card:hover .cardname {
    bottom: 0;
}


/* 
===================
FAQ_map css
===================
*/
.FAQ_map {
    width: 100%;
    max-width: 90%;
    height: 100%;
}

.FAQ_map iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

/***/
.featured_faq {
    width: 100%;
    height: 360px;
    margin-bottom: 20px;
    list-style: none;
    padding-left: 30px;
    overflow-y: auto;
}

.featured_faq .faq_box {
    width: 100%;
    max-width: 95%;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.featured_faq .faq_box::before {
    content: " \f192";
    font-family: "FontAwesome";
    position: absolute;
    top: 10px;
    left: -18px;
    font-size: 100%;
    color: var(--bs-text-color);
    font-weight: 600;
}

.featured_faq .faq_box::after {
    content: " ";
    position: absolute;
    top: 30px;
    left: -10px;
    width: 2px;
    height: 99.2%;
    border-left: 2px dashed var(--bs-text-color);
}

.featured_faq .faq_box:last-child::after {
    display: none;
}

.featured_faq .accordion {
    cursor: pointer;
    padding: 8px 40px 8px 15px;
    border: none;
    outline: none;
    background-color: transparent;
    transition: 0.6s all;
    color: var(--bs-primary);
    font-size: 110%;
    font-weight: 600;
    position: relative;
    width: 100%;
    text-align: left;
}

/* .featured_faq .accordion::after {
    content: "\f061";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: var(--bs-primary);
    color: var(--bs-text-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80%;
}

.featured_faq .accordion.active::after {
    content: "\f062";
} */

.featured_faq .panel {
    padding: 5px 15px 10px;
    display: none;
    overflow: hidden;
    background-color: transparent;
}

.featured_faq .panel.active {
    display: block;
}

.featured_faq .panel p {
    color: var(--bs-desc-color);
}


/* 
===================
InFocus css
===================
*/

.InFocus_sec {
    width: 100%;
    height: auto;
    position: relative;
}

.InFocus_sec::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/in-focus-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
}

.InFocus_card {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
    height: 14vh;
    overflow: hidden;
    display: flex !important;
    align-items: end;
    justify-content: center;
}

.InFocus_card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* aspect-ratio: 1/1; */
}


/* 
===================
WBSERF css
===================
*/

.WBSERF_sec {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.WBSERF_sec .image_wrap {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 65%;
    height: 100%;
    z-index: -1;
}

.WBSERF_sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.WBSERF_sec .cust_container {
    position: relative;
    height: 100%;
    z-index: 2;
}

.WBSERF_sec .content_wrap {
    width: 100%;
    /* max-width: 300px; */
    margin: 0 auto;
    height: auto;
    background-color: var(--bs-primary);
    padding: 20px;
    text-align: center;
}

.WBSERF_sec .content_wrap .desc.white {
    opacity: 0.8;
}

.WBSERF_sec p a {
    color: var(--bs-yellow);
}

.ReliefFund_card {
    width: 100%;
    height: auto;
    border-radius: 12px;
    background-color: var(--bs-body);
    padding: 20px 30px;
}

.ReliefFund_card p {
    color: var(--bs-heading);
    font-weight: 500;
    margin-bottom: 5px;
}



/* 
===================
refsitelogo_sec css
===================
*/
.refsitelogo_card {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
    height: 14vh;
}

.refsitelogo_card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* aspect-ratio: 1/1; */
}


/* 
===================
customlayout css
===================
*/
.customlayout.cbox {
    width: 100%;
    height: auto;
    border: 1px solid #edeaea;
    box-shadow: 0px 0px 5px 0px #edeaea;
    padding: 15px;
    border-radius: 8px;
}

ul.customlayout {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.customlayout li {
    width: 100%;
    height: auto;
    position: relative;
}

ul.customlayout li::before {
    content: " ";
    position: absolute;
    top: 4px;
    left: 1px;
    width: 1px;
    height: 80%;
    background-color: var(--bs-text-white);
    border-radius: 6px;
    z-index:2;
}

ul.customlayout li.has-sub.open::before {
   display: none;
}

ul.customlayout li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    font-weight: 500;
    border: 1px solid #193455;
    color: var(--bs-text-white);
    background-color: var(--bs-primary);
    border-radius: 0px;
    transition: 0.6s;
}

ul.customlayout li a.active,
ul.customlayout li a:hover {
    background-color: var(--bs-text-white);
    color: var(--bs-primary);
}

ul.customlayout li a.active:after {
    content: "";
    background: url(../images/Icon/arrow-2.png);
    width: 14px;
    height: 23px;
    position: absolute;
    right: -13px;
    background-color: var(--bs-text-white);
    top: 50%;
    transform: translateY(-50%);
    background-size: 82%;
    background-repeat: no-repeat;
}

ul.customlayout li.has-sub.open a.active:after {
    right: -14px;
}

/*submenu css*/
ul.customlayout li.has-sub > a {
    position: relative;
}

ul.customlayout li.has-sub > a::before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 10px;
    position: absolute;
    right: 15px;
    transition: 0.3s;
}

ul.customlayout li.has-sub.open > a::before {
    transform: rotate(180deg);
}

ul.customlayout .submenu {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: none;
    background: #f0f4f8;
    border-left: 1px solid var(--bs-primary);
}

ul.customlayout li.has-sub.open .submenu {
    display: block;
}

ul.customlayout .submenu li a {
    height: 40px;
    padding: 5px 15px 5px 20px;
    background: #f0f4f8;
    color: #193455;
    border: none;
    font-size: 15px;
}

ul.customlayout .submenu li a:hover {
    color: var(--bs-yellow);
}

ul.customlayout .submenu li a.actives {   
    color: var(--bs-yellow);
}

.customlayout .primary_btn {
    height: 38px;
}

/************/

.emergencyhelp {
    width: 100%;
    height: auto;
    background-color: var(--bs-secondary);
    padding: 20px;
}

.emergencyhelp .cardhead {
    font-size: 100%;
    font-weight: 600;
    color: var(--bs-primary);
    padding-bottom: 20px;
}

.alllist_wrap {
    width: 100%;
    height: 250px;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
}

.alllist_wrap li {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
    gap: 10px;
}

.alllist_wrap li:last-child {
    margin-bottom: 0;
}

.alllist_wrap .icon_img {
    width: 48px;
    height: 48px;
    overflow: hidden;
    padding: 10px;
    background-image: url(../images/Icon/fl-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.alllist_wrap .icon_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.alllist_wrap .name {
    font-size: 100%;
    font-weight: 600;
    color: var(--bs-primary);
    padding: 0;
    margin-bottom: 2px;
}

.alllist_wrap .number {
    font-size: 85%;
    font-weight: 500;
    color: var(--bs-primary);
    padding: 0;
    margin-bottom: 0;
}

/***/

#today {
    width: 100%;
    height: 100%;
    background-color: var(--bs-primary);
    color: var(--bs-text-white);
    padding: 20px;
}

#today .cardhead {
    font-size: 100%;
    font-weight: 600;
    color: var(--bs-text-white);
    padding-bottom: 20px;
}

.capitals {
    clear: both;
    width: 100%;
    height: auto;
    gap: 2%;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.capital {
    width: 15.5%;
    margin-right: 4px;
    margin-left: 3px;
    float: left;
    background: url(../img/today-cities-divider.png) no-repeat right center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.capital h3 {
    color: var(--bs-text-white);
    font-size: 100%;
    font-weight: 500;
    margin: 0;
    padding: 0 0 6px 0;
}

.now {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.now .val {
    display: block;
    padding-top: 3px;
    font-size: 24px;
    line-height: 42px;
    font-weight: bold;
}

.wind {
    margin: 0;
    padding-top: 5px;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
}

.minmax {
    margin: 0;
    padding-top: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.minmax .max {
    color: #fddd71;
}

.precis {
    height: 50px;
    margin: 4px 0 0 0;
    color: #bfdefb;
    font-size: 13px;
    line-height: 16px;
}

.capitals a {
    color: var(--bs-text-white);
    font-weight: 400;
    text-decoration: none;
}

/* 
====================
Gallery css
====================
*/
.gallery_sec {
    width: 100%;
    height: auto;
}

.gallery_list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1%;
    padding: 0;
    margin: 0;
}

.gallery_list .image_wrap {
    width: 100%;
    max-width: 24.2%;
    height: 30vh;
    overflow: hidden;
    background-color: var(--bs-ash-color);
    position: relative;
    transition: 0.6s;
    margin-bottom: 1%;
}

.gallery_list .image_wrap a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.gallery_list .image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.gallery_list .overlay_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d0d2a69;
    align-items: center;
    justify-content: center;
    display: none;
}

.gallery_list .image_wrap:hover .overlay_box {
    display: flex;
    transition: 0.6s;
}

.gallery_list .image_wrap:hover img {
    transform: scale(1.2);
    transition: 0.6s;
}

.gallery_list .overlay_box .addbtn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--bs-primary);
    position: relative;
    transition: 0.6s;
}

.gallery_list .overlay_box .addbtn::after {
    content: "\2b";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 160%;
    color: var(--bs-text-white);
}

.CheckOurGallery_wrap {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.CheckOurGallery_wrap .top_ {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.yeardropdown {
    max-width: 550px;
    position: relative;
    margin-bottom: 0;
}

.yeardropdown select {
    width: 100%;
    box-shadow: none;
    outline: 0;
    padding: 5px 25px 5px 10px;
    position: relative;
    background: transparent;
    border: 1px solid var(--bs-heading);
}

.yeardropdown select:focus {
    box-shadow: none;
    background: transparent;
}

.yeardropdown::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    color: var(--bs-heading);
    font-size: 85%;
    z-index: -1;
    opacity: 0;
}

.CheckOurGallery_wrap .head {
    font-size: 100%;
    font-weight: 600;
    text-align: left;
    line-height: normal;
    color: var(--bs-heading);
    padding-left: 20px;
    margin-bottom: 0 !important;
    position: relative;
}

.CheckOurGallery_wrap .head::before {
    content: "\f192";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8em;
    color: var(--bs-heading);
}

.rv-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: #000000a6;
    align-items: center;
    justify-content: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 5px solid #ccc;
    border-top: 5px solid #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}



/*-------------------------------------------------
directorateWings_sec
-------------------------------------------------*/
.directorateMap_sec{
    width: 100%;
    height: auto;
}

.directorateMap_sec .addressCol{
    background-color: #01326a;
    padding: 15px 20px;
    color: var(--bs-body);
}

.directorateWings_sec .wrapper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2%;
}

.directorateWings_sec.dm .wrapper {
    align-items: stretch;
}

.directoratedec_box {
    width: 100%;
    max-width: 30%;
    height: auto;
    background-color: #01326a;
    padding: 15px 20px;
}

.dm .directoratedec_box {
    max-width: 75%;
}

.directoratedec_box .head {
    font-size: 120%;
    font-weight: 500;
    color: var(--bs-text-white);
    margin-bottom: 15px;
}

.directoratedec_box .desc {
    color: var(--bs-secondary);
    font-size: 95%;
    opacity: 0.8;
}

.directorateWings_wrap {
    width: 100%;
    max-width: 68%;
    height: auto;
}

.dm .directorateWings_wrap {
    max-width: 23%;
    text-align: center;
    margin: 0 auto;
}

.WBSERF_sec .directorateWings_wrap {
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
}


.directorateWings_card {
    width: 100%;
    height: auto;
    padding: 0 10px;
    cursor: pointer;
}

.directorateWings_card a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.directorateWings_card .image_box {
    max-width: 75%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 10px;
    transition: 0.4s ease-in-out;
    border: 2px solid transparent;
}

.dm .directorateWings_card .image_box {
    max-width: 65%;
}

.directorateWings_card:hover .image_box {
    border: 2px solid var(--bs-primary);
}

.directorateWings_card .image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.directorateWings_card:hover .image_box img {
    transform: scale(1.1);
    transition: 0.4s ease-in-out;
}

.directorateWings_card .text {
    text-align: center;
    font-size: 100%;
    color: var(--bs-heading);
    font-weight: 600;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.directorateWings_card:hover .text {
    color: var(--bs-primary);
}

.WBSERF_sec .content_wrap .directorateWings_card .text {
    color: var(--bs-body);
}









/***************All Responsive********************************************************************/
/************************************************************************************************/
/**** Min Width to max width*****/

@media (max-width: 1600px) {
    .homebanner_sec .banner_content {
        height: 55vh;
        padding: 30px 0;
    }

    /* .heading.banner_heading {
        font-size: 300%;
    } */

}

@media (max-width: 1400px) {
    .heading.banner_heading {
        font-size: 220%;
    }
}

@media (max-width: 1024px) {

    .homebanner_sec .banner_content {
        height: 45vh;
        padding: 20px 0;
    }

    .responsivemenubar_btn {
        box-shadow: none;
        border: none;
        font-size: 100%;
        padding: 0;
        width: 35px;
        height: 28px;
        position: relative;
        border-radius: 4px;
    }

    .responsivemenubar_btn.on {
        position: fixed;
        top: 1.6em;
        right: 15px;
        z-index: 1050;
    }

    .main_header.sticky .responsivemenubar_btn .menuBar_line,
    .main_header.sticky .responsivemenubar_btn .menuBar_line:after,
    .main_header.sticky .responsivemenubar_btn .menuBar_line:before {
        background: var(--bs-text-white);
    }

    .main_header.sticky .responsivemenubar_btn.on .menuBar_line {
        background: transparent;
    }

    .main_header.sticky .responsivemenubar_btn.on .menuBar_line:after,
    .main_header.sticky .responsivemenubar_btn.on .menuBar_line:before {
        background: var(--bs-text-white);
    }

    .responsivemenubar_btn .menuBar_line {
        height: 2px;
        width: 25px;
        display: block;
        background: var(--bs-primary);
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

    .responsivemenubar_btn .menuBar_line:after {
        content: ' ';
        width: 25px;
        height: 2px;
        display: block;
        background: var(--bs-primary);
        bottom: 8px;
    }

    .responsivemenubar_btn .menuBar_line:before {
        content: ' ';
        width: 25px;
        height: 2px;
        display: block;
        background: var(--bs-primary);
        top: 8px;
    }

    .responsivemenubar_btn .menuBar_line:after,
    .responsivemenubar_btn .menuBar_line:before {
        position: absolute;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .responsivemenubar_btn.on .menuBar_line {
        background: transparent;
    }

    .responsivemenubar_btn.on .menuBar_line:before {
        transform: rotate(-45deg) translate(6px, -6px);
        -webkit-transform: rotate(-45deg) translate(6px, -6px);
        background: var(--bs-text-white);
    }

    .responsivemenubar_btn.on .menuBar_line:after {
        transform: rotate(45deg) translate(5px, 5px);
        -webkit-transform: rotate(45deg) translate(5px, 5px);
        background: var(--bs-text-white);
    }

    .headeraddcart_btn {
        margin-right: 48px;
    }

    .menubar_box {
        background-color: var(--bs-body);
        width: 100%;
        height: 100vh;
        top: 0;
        right: -120%;
        position: fixed;
        transition: .6s;
        z-index: 1040;
        /* display: none; */
    }

    .menubar_box.open {
        right: 0;
        /* display: block; */
        background-color: var(--bs-body);
    }

    .menubar_box .top_area {
        width: 100%;
        box-shadow: 0px 0px 5px 0px #ccc;
        padding: 8px 10px;
        position: relative;
        background-color: var(--bs-primary);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menubar_box.open .CivilDefence_btn {
        margin-right: 65px;
    }

    .menubar_box .Logo_area {
        max-width: 45px;
        height: auto;
        padding: 0;
    }

    .navber_wrap {
        width: 100%;
        height: 80vh;
        padding: 15px 0;
        list-style: none;
        margin-bottom: 15px;
        overflow-y: scroll;
    }

    .navber_wrap li {
        width: 100%;
        border-bottom: 1px solid #ececec;
        position: relative;
    }

    .navber_wrap li span {
        position: absolute;
        top: 6px;
        right: 15px;
        width: 30px;
        height: 30px;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navber_wrap li span::after {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 12px;
        font-weight: 600;
        color: var(--bs-desc-color);
        transition: .6s;
    }

    .navber_wrap li span.active {
        rotate: -180deg;
        transition: .6s;
    }

    .navber_wrap li a {
        font-size: 100%;
        font-weight: 600;
        color: var(--bs-heading);
        padding: 8px 50px 8px 15px;
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
    }

    .navber_wrap li a:focus {
        color: var(--bs-heading);
    }

    .sub-menu {
        list-style: none;
        padding: 1px 0 0 15px;
        margin: 0;
        display: none;
    }

    .sub-menu li {
        list-style: none;
        position: relative;
        padding-left: 15px;
        position: relative;
        border-bottom: none;
    }

    .sub-menu li:last-child {
        border: none;
    }

    .sub-menu li::before {
        content: "\f192";
        font-family: "FontAwesome";
        position: absolute;
        top: 12px;
        left: 15px;
        /* transform: translateY(-50%); */
        font-size: 60%;
        font-weight: 300;
        color: var(--bs-text-color);
    }

    .sub-menu li a {
        font-size: 95%;
        color: var(--bs-text-color);
        text-decoration: none;
        text-transform: capitalize;
        padding-left: 20px;
    }



    .menubar_box .socialIcon_all {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 15px;
        padding: 20px 15px;
        background-color: var(--bs-dark);
        list-style: none;
        margin-bottom: 0;
    }

    .menubar_box .socialIcon_all li a {
        color: var(--bs-text-white);
        font-size: 120%;
    }

    .top_header .wrap .center_ {
        display: none;
    }

    .directorateWings_sec .wrapper {
        flex-wrap: wrap;
    }

    .directoratedec_box {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .directorateWings_wrap {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

}

@media screen and (min-device-width: 1024px) and (max-device-width: 1299px) {
    /* .main_header .wraper {
        flex-wrap: wrap;
    } */

    .button_wrap {
        justify-content: end;
        /* margin-left: auto; */
    }
}

@media (min-width: 1024px) {

    .menubar_box .socialIcon_all {
        display: none;
    }

    .menubar_box .top_area {
        display: none;
    }

    .responsivemenubar_btn {
        display: none;
    }

    .navber_wrap {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 0.5em;
    }

    .navber_wrap li {
        list-style: none;
        position: relative;
    }

    .navber_wrap li a {
        font-size: 90%;
        font-weight: 500;
        transition: 0.5s;
        color: var(--bs-heading);
        text-decoration: none;
        padding: 5px 7px;
        position: relative;
        text-transform: uppercase;
    }

    .navber_wrap li a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: var(--bs-primary);
        transition: 0.6s all;
    }

    .navber_wrap li a:hover {
        color: var(--bs-primary);
        /* text-shadow: 0px -1px var(--bs-box-shadow-color); */
        font-weight: 500;
    }

    .navber_wrap li a:hover::after {
        width: 100%;
    }

    .main_header.sticky .navber_wrap li a.nav_link {
        color: var(--bs-text-white);
    }

    .main_header.sticky .navber_wrap li a.nav_link:hover {
        color: var(--bs-yellow);
    }

    .navber_wrap li.current-menu-item a.nav_link {
        color: var(--bs-primary);
        font-weight: 600;
    }

    .navber_wrap li.current-menu-item a.nav_link::after {
        width: 100%;
    }

    .main_header.sticky .navber_wrap li.current-menu-item a.nav_link {
        color: var(--bs-yellow);
    }

    .main_header.sticky .navber_wrap li.current-menu-item a.nav_link::after {
        background: var(--bs-yellow);
    }

    .main_header.sticky .navber_wrap li a.nav_link:hover:after {
        background: var(--bs-yellow);
    }

    .navber_wrap li:hover ul li a {
        color: var(--bs-heading);
        text-decoration: none;
    }

    .navber_wrap li:hover .icon::after {
        color: var(--bs-primary) !important;
    }

    .sub-menu {
        position: absolute;
        top: 150%;
        left: 0;
        outline: 0;
        box-shadow: 0px 0px 5px 0px var(--bs-box-shadow-color);
        border-radius: 0;
        /* overflow: hidden; */
        background-color: var(--bs-body);
        width: 15rem;
        /* width: auto; */
        height: auto;
        z-index: 4;
        display: inline-block;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s all;
        text-decoration: none;
        list-style: none;
        /* padding: 5px 0; */
        padding: 0px 0px;
        margin: 0;
    }

    .sub-menu li {
        border-bottom: 1px solid #ccc;
    }

    .sub-menu li:last-child {
        border: none;
    }

    .sub-menu li a {
        width: 100%;
        font-size: 85%;
        display: block;
        padding: 5px 10px;
        color: var(--bs-heading);
        text-transform: capitalize;
        text-align: left;
        border-radius: 0;
    }

    .sub-menu li a::after {
        display: none;
    }

    .sub-menu li:hover a {
        background-color: var(--bs-primary) !important;
        color: var(--bs-body) !important;
        text-decoration: none !important;
        font-weight: 500;
    }

    .navber_wrap li .icon::after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        top: 52%;
        right: -5px;
        transform: translateY(-50%);
        font-size: 75%;
        font-weight: 600;
        color: var(--bs-heading);
    }

    .navber_wrap li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        /* transform: scale(1); */
        top: 100%;
    }

    .main_header.sticky .navber_wrap li .icon::after {
        color: var(--bs-text-white);
    }

    .main_header.sticky .navber_wrap li:hover .icon::after {
        color: var(--bs-yellow) !important;
    }

}

@media screen and (min-device-width: 1024px) and (max-device-width: 1199px) {
    .navber_wrap li a {
        font-size: 85%;
        padding: 5px;
    }
}


@media screen and (min-device-width: 1200px) and (max-device-width: 1399px) {
    .navber_wrap {
        gap: 0.8em;
    }
}

@media screen and (min-device-width: 1400px) and (max-device-width: 1599px) {
    .navber_wrap {
        gap: 1em;
    }

}

@media (min-width: 1600px) {
    .navber_wrap {
        gap: 1.2em;
    }
}

@media (min-width: 1024px) {

    .sub-menu li ul {
        display: none !important;
    }

    .sub-menu li:hover>ul {
        display: inline-block !important;
        top: 0 !important;
        left: 100% !important;
    }

    .sub-menu li .icon {
        display: none;
    }

    .sub-menu li:hover>ul li a {
        background-color: transparent !important;
        color: var(--bs-heading) !important;
    }

    .sub-menu li:hover>ul li:hover a {
        background-color: var(--bs-primary) !important;
        color: var(--bs-text-white) !important;
    }

    .sub-menu li:hover>ul li:hover>ul li a {
        background-color: transparent !important;
        color: var(--bs-heading) !important;
    }

    .sub-menu li:hover>ul li:hover>ul li a:hover {
        background-color: var(--bs-primary) !important;
        color: var(--bs-text-white) !important;
    }

    /* .sub-menu li:hover>ul li:hover a {
        background-color: var(--bs-primary) !important;
        color: var(--bs-text-white) !important;
    } */

}

/***max-width*****/
@media (max-width: 1400px) {
    .heding.banner_heading {
        font-size: 250%;
    }

    .bothSide_gap {
        padding: 35px 0;
    }

    .topSide_gap {
        padding: 35px 0 0;
    }

    .bottomSide_gap {
        padding: 0 0 35px;
    }

    .ourTeam_card {
        max-width: 23.5%;
    }

}

@media (max-width: 991px) {

    .bothSide_gap {
        padding: 30px 0;
    }

    .topSide_gap {
        padding: 30px 0 0;
    }

    .bottomSide_gap {
        padding: 0 0 30px;
    }

    .responsivereverse {
        flex-direction: column-reverse;
    }

    .heding.banner_heading {
        font-size: 200%;
    }

    .gallery_list .image_wrap {
        max-width: 32.6%;
    }

    .bottom_footer .wrap {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .bottom_footer ul {
        margin-bottom: 15px;
    }

    .bottom_footer .follow .text {
        margin-bottom: 15px;
    }

    .responsivereverse {
        flex-direction: column-reverse;
    }

    .WBDMDProfile_sec::after {
        max-width: 100%;
    }

    .FAQ_map {
        max-width: 100%;
    }

    .WBSERF_sec::before {
        max-width: 100%;
    }

    .ReliefFund_card {
        padding: 15px 15px;
        margin-bottom: 20px;
    }

    .WBSERF_sec .image_wrap {
        max-width: 100%;
        height: 100%;
    }

    .WBSERF_sec .content_wrap {
        background-color: #04162bab;
        border-radius: 12px;
    }

}

@media (max-width: 768px) {
    .topsearch [class*='col-'] {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .gallery_list .image_wrap {
        max-width: 49.5%;
        height: 20vh;
    }

    .bottom_footer .wrap .left_ {
        max-width: 100%;
    }

    .bottom_footer .wrap .right_ {
        max-width: 100%;
    }

    .bottom_footer .right_ .list {
        justify-content: center;
    }

    .bottom_footer .wrap .left_ .text {
        text-align: center;
    }

    .email_from .from_group {
        max-width: 100%;
    }

    .sectionheading_wrap {
        flex-wrap: wrap;
    }

    .sectionheading_wrap .learnmore_btn {
        margin-left: auto;
    }

    .bothSide_gap {
        padding: 25px 0;
    }

    .topSide_gap {
        padding: 25px 0 0;
    }

    .bottomSide_gap {
        padding: 0 0 25px;
    }


    .form-group {
        margin-bottom: 15px;
    }

    .sub_heading::after {
        display: none;
    }

    /***banner content position**/
    .homebanner_sec .wrapper.topleft,
    .homebanner_sec .wrapper.topcenter,
    .homebanner_sec .wrapper.topright,
    .homebanner_sec .wrapper.middleleft,
    .homebanner_sec .wrapper.middlecenter,
    .homebanner_sec .wrapper.middleright,
    .homebanner_sec .wrapper.bottomleft,
    .homebanner_sec .wrapper.bottomcenter,
    .homebanner_sec .wrapper.bottomright {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


    .heading.banner_heading {
        font-size: 200%;
    }

    .responsivesearch-box .search_wrap {
        width: 300px;
    }

    .customlayout ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 5px;
    }

    .customlayout ul li {
        width: 100%;
        height: auto;
    }

    .customlayout ul li a {
        width: auto;
    }

    .customlayout ul li a.active:after {
        display: none;
    }    

    .capitals {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .capital {
        width: 150px;
        min-width: 130px;
    }

    .dm .directoratedec_box {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .dm .directorateWings_wrap {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

}

@media (max-width: 576px) {
    .footerimage_wrap .name {
        font-size: 110%;
    }

    .bottom_footer .text {
        text-align: center;
    }

    .heading.banner_heading {
        font-size: 170%;
    }

    .heading.banner_heading::after {
        display: none;
    }

    .homebanner_sec .wrapper {
        padding: 20px 15px;
    }

    .top_header .CivilDefence_btn {
        display: none;
    }

    .Attention_wrap .head {
        font-size: 75%;
        padding: 10px 10px 10px 20px;
    }

    .Attention_wrap .head::before {
        width: 15px;
        height: 15px;
    }

     .WBDMDProfile_sec .row {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .WBDMDProfile_sec .row::-webkit-scrollbar {
        display: none;
    }

}

@media (max-width: 480px) {
    .cust_container {
        width: 95%;
    }

    .Logo_area {
        max-width: 50px;
    }

    .main_header.sticky .Logo_area {
        max-width: 40px;
    }

    .headSearch_btn {
        padding: 5px 30px 5px 10px;
    }

    .headSearch_btn::after {
        right: 10px;
    }

    .homebanner_sec .image_wrap {
        width: 100%;
    }

    .heading {
        font-weight: 600;
        font-size: 126%;
        margin-bottom: 15px;
    }

    .sub_heading {
        font-size: 100%;
    }

    .bannerdesc.desc {
        line-height: normal;
        opacity: 0.8;
    }

    .homebanner_sec::after {
        display: none;
    }

    .bothSide_gap {
        padding: 20px 0;
    }

    .topSide_gap {
        padding: 20px 0 0;
    }

    .bottomSide_gap {
        padding: 0 0 20px;
    }

    .homebanner_sec .banner_content {
        height: 45vh;
    }

    .homebanner_sec .wrapper.topright .sub_heading,
    .homebanner_sec .wrapper.middleright .sub_heading,
    .homebanner_sec .wrapper.bottomright .sub_heading,
    .homebanner_sec .wrapper.topright .heading.banner_heading,
    .homebanner_sec .wrapper.middleright .heading.banner_heading,
    .homebanner_sec .wrapper.bottomright .heading.banner_heading,
    .homebanner_sec .wrapper.topright .bannerdesc.desc,
    .homebanner_sec .wrapper.middleright .bannerdesc.desc,
    .homebanner_sec .wrapper.bottomright .bannerdesc.desc {
        text-align: center;
    }

    .homebanner_sec .wrapper.topleft .sub_heading,
    .homebanner_sec .wrapper.middleleft .sub_heading,
    .homebanner_sec .wrapper.bottomleft .sub_heading,
    .homebanner_sec .wrapper.topleft .heading.banner_heading,
    .homebanner_sec .wrapper.middleleft .heading.banner_heading,
    .homebanner_sec .wrapper.bottomleft .heading.banner_heading,
    .homebanner_sec .wrapper.topleft .bannerdesc.desc,
    .homebanner_sec .wrapper.middleleft .bannerdesc.desc,
    .homebanner_sec .wrapper.bottomleft .bannerdesc.desc {
        text-align: center;
    }

    .homebanner_sec .wrapper.topleft .button_wrap,
    .homebanner_sec .wrapper.middleleft .button_wrap,
    .homebanner_sec .wrapper.bottomleft .button_wrap,
    .homebanner_sec .wrapper.topright .button_wrap,
    .homebanner_sec .wrapper.middleright .button_wrap,
    .homebanner_sec .wrapper.bottomright .button_wrap {
        justify-content: center;
    }


    .nav.nav-tabs {
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 5px;
    }

    .nav.nav-tabs::-webkit-scrollbar {
        display: none;
    }

    .sub_heading {
        text-align: center;
    }

    .responsivesearch-box .search_wrap {
        position: absolute;
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }

    .sectionheading_wrap {
        margin-bottom: 15px;
    }

    .capital {
        min-width: 85px;
    }

    .homebanner_sec .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0 !important;
        bottom: 30px !important;
    }

    .WBDMDProfile_sec .heading img {
        max-width: 35px;
    }

    .top_header .wrap .left_ {
        gap: 10px;
    }

    .top_header .wrap .right_ {
        gap: 0px;
    }

    .top_header {
        padding: 4px 0;
    }

    .slide-arrow.prev-arrow {
        left: -5px;
    }

    .slide-arrow.next-arrow {
        right: -5px;
    }

}

@media (max-width: 420px) {
    .fontsize_box .A_button {
        width: 24px;
        height: 20px;
    }

}

@media (max-width: 385px) {
    .gtranslate_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0;
    }

    .langai a {
        text-align: center;
        border-left: 0;
    }
}

/***************All Responsive End My side***************************************/
/********************************************************************************/



/************** ::: Default Tag Styles::: *****************************/
/********************************************************************************/
.banner-in {
    padding: 0;
    text-align: center;
    position: relative;
    background: #000;
    height: 400px;
}

.banner-in .caption {
    position: absolute;
    left: 0;
    top: calc(50% + 30px);
    transform: translateY(-50%);
    z-index: 9;
    width: 100%;
    color: #fff;
}

.banner-in .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 1;
}

.banner-in .thumb img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.banner-in h1 {
    color: #fff;
    margin: 0;
}

@media (max-width: 1199.98px) {
    .banner-in .caption {
        top: calc(50% + 60px);
    }
}

@media (max-width: 991.98px) {
    .banner-in {
        height: 250px;
    }

    .banner-in .caption {
        top: calc(50% + 40px)
    }
}

@media (max-width: 575.98px) {
    .banner-in {
        height: 200px;
    }

    .banner-in .caption {
        top: 50%
    }
}

/***********/
.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-center img {
    margin-left: auto;
    margin-right: auto;
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.center {
    margin-left: auto;
    margin-right: auto
}

.uppercase,
.text-uppercase {
    text-transform: uppercase
}

.lowercase,
.text-lowercase {
    text-transform: lowercase
}

figure {
    margin: 0;
    padding: 0
}

.full {
    width: 100%;
    height: auto
}

.full img {
    width: 100%;
    height: auto
}

img.cover {
    object-fit: cover;
}

small {
    font-size: 8pt;
    display: inline-block;
    line-height: 1.2
}

.strong,
.b,
.bold,
b,
strong {
    font-weight: bold;
}

.boxshadow {
    background: #fff;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
}

input.button,
.button,
input[type=submit] {
    color: #ffffff !important;
    background-color: var(--bs-primary) !important;
    text-align: center !important;
    padding: 8px 13px !important;
    cursor: pointer !important;
    font-weight: normal !important;
    font: inherit !important;
    border: none !important;
    outline: none !important;
    line-height: 1.3 !important;
    border-radius: 0 !important;
    transition: all 300ms ease !important;
    font-size: 100% !important;
}

.gthumb {
    background: #fff;
    padding: 8px;
    box-shadow: 8px 7px 16px rgba(0, 0, 0, .25);
    margin-bottom: 30px;
    height: 40vh;
}

.gthumb img {
    width: 100%;
    margin: 0 !important;
    object-fit: contain;
    height: 100%;
}

.float-start.w4 {
    width: 40%;
    margin-right: 40px;
    margin-bottom: 10px;
}

@media (max-width: 575.98px) {
    .float-start.w4 {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}


.fctable-resp {
    border-spacing: 0;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    margin-bottom: 10px;
}

.fctable-resp thead th {
    background: #cbcbcb;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    background: #f9f9f9;
    background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
    background: -o-linear-gradient(#f9f9f9, #e5e5e5);
    background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
    background: linear-gradient(#f9f9f9, #e5e5e5);
    color: #000;
}

.fctable-resp td,
.fctable-resp th {
    padding: 8px;
    vertical-align: middle;
}

.center_responsive_left {
    text-align: center !important;
}

.fctable-resp tbody td {
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    color: #000;
    position: relative;
    font-weight: 400;
}

.fctable-resp tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.fctable-resp td.tbicon {
    padding-left: 28px;
}

.fctable-resp td.tbicon:after {
    font-family: FontAwesome;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bs-secondary);
}

.fctable-resp td.tblpdf:after {
    content: "\f1c1";
}

.fctable-resp td.tblword:after {
    content: "\f1c2";
}

@media (max-width: 650px) {

    .fctable-resp,
    .fctable-resp thead,
    .fctable-resp tbody,
    .fctable-resp th,
    .fctable-resp td,
    .fctable-resp tr {
        display: block;
        width: 100%;
    }

    .fctable-resp {
        border: 0;
    }

    .fctable-resp th {
        display: none;
    }

    .center_responsive_left {
        text-align: left !important;
    }

    .fctable-resp tbody tr td {
        padding: 4px 8px 4px 35% !important;
        border: none !important;
    }

    .fctable-resp tr td {
        position: relative;
        clear: both;
        display: block;
        width: auto !important;
        border: none;
    }

    .fctable-resp tr td::before {
        position: absolute;
        left: 10px;
        display: block;
        overflow: hidden;
        width: 32%;
        content: attr(data-colname);
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 700;
    }

    .fctable-resp tbody tr {
        width: 100%;
        margin-top: 20px;
        border-radius: 5px;
        border: 1px solid #d9d9d9;
    }
}

.memberpop .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    color: red;
    width: 2em;
    height: 2em;
    font-size: 130% !important;
    border: 0;
}

.openModal i {
    margin-right: 10px;
}

.commonmodelcontent,
.commonmodelcontent2 {
    padding: 30px;
}

.member-info ul {
    padding-left: 0;
    margin-bottom: 0;
}

.member-info ul li {
    list-style-type: none;
    margin-top: 8px;
    position: relative;
    padding-left: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 900;
}

.member-info ul li:first-child {
    margin-top: 0;
}

.member-info ul li::before {
    content: '';
    font-family: 'Font Awesome 6 Free';
    font-size: 90%;
    width: 20px;
    height: 20px;
    display: flex;
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    margin-right: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 4px;
}

.member-info li.location::before {
    content: '\f3c5';
    border: 0;
}

.member-info li.phone::before {
    content: '\f095';
    border: 0;
}

.member-info li.email::before {
    content: '\f0e0';
    border: 0;
}

.member-info li.designation::before {
    content: '\f508';
    border: 0;
}

.member-info li.qualification::before {
    content: '\f0a3';
    border: 0;
}

.cdate {
    position: relative;
    padding-left: 20px;
    color: var(--bs-primary);
}

.cdate:before {
    content: '\f073';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 18px;
    color: var(--bs-primary);
}

/*Editor auto content*/
.defcontent {
    width: 100%;
    padding: 0;
    margin-top: 20px;
}

.defcontent:first-child {
    margin-top: 0;
}

.chimg {
    width: 100%;
    object-fit: cover;
}



.editordivrow * {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.editordivrow {
    width: 100%;
    padding: 20px 0px 10px 0px;
    margin-bottom: 15px;
    text-align: left;
    clear: both;
    border-top: 1px solid #c4c4c4;
}

.editordivrow.noborder,
.editordivrow:first-child {
    border-top: 0;
    padding-top: 0;
}

.editordivrow:first-child {
    padding-top: 0;
}

.editordivrow .edimgleft {
    float: left;
    width: 28%;
    border: 1px solid #dedede;
    padding: 10px;
}

.editordivrow .edimgleft.noborder {
    border: 0;
    padding: 0;
}

.editordivrow .edimgleft img {
    width: 100%;
}

.editordivrow .edcontentright {
    float: right;
    width: 70%;
}

.editordivrow .edimgright {
    float: right;
    width: 28%;
    border: 1px solid #dedede;
    padding: 10px;
}

.editordivrow .edimgright img {
    width: 100%;
}

.editordivrow .edcontentleft {
    float: left;
    width: 70%;
}

.editordivrow .edimgcenter {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.editordivrow .edimgcenter img {
    max-width: 100%;
    border: 1px solid #dedede;
}

.editordivrow .edimgleft img,
.editordivrow .edimgright img,
.editordivrow .edimgcenter img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.editordivrow .edimgleft.testimonialimage img,
.editordivrow .edimgright.testimonialimage img {
    margin-top: 5px;
}

.editordivrow.blogrow .edimgleft img {
    border: 0;
    border-radius: 0;
}

.editordivrow div.blog {
    margin: 1px 0 0 0;
    padding: 5px 0 5px 0;
}

.editordivrow .date {
    margin: 5px 0 0 0;
    padding: 0;
    color: #3a7bdc;
}

.editordivrow .price {
    margin: 5px 0 0 0;
    padding: 0;
    color: #3a7bdc;
}

.editordivrow .blogmeta {
    margin: 5px 0 0 0;
    padding: 0;
}

.editordivrow .leftfloatdiv {
    width: 35%;
}

.editordivrow .rightfloatdiv {
    width: 35%;
}

.editordivrow h3.bloghead {
    margin-bottom: 12px;
}

.editordivrow table {
    margin: 10px 0;
    border: 1px solid #eee;
    background-color: transparent;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.editordivrow table td {
    padding: 8px;
    border: 1px solid #eee;
}

@media screen and (max-width: 980px) {
    .editordivrow .edimgleft {
        float: left;
        width: 35%;
    }

    .editordivrow .edcontentright {
        float: right;
        width: 60%;
    }

    .editordivrow .edimgright {
        float: right;
        width: 35%;
    }

    .editordivrow .edcontentleft {
        float: left;
        width: 60%;
    }
}

@media screen and (max-width: 600px) {

    .editordivrow .leftfloatdiv,
    .editordivrow .rightfloatdiv {
        width: 100%;
    }

    .editordivrow .edimgleft {
        float: left;
        width: 100%;
        margin-bottom: 12px;
    }

    .editordivrow .edcontentright {
        float: right;
        width: 100%;
    }

    .editordivrow .edimgright {
        float: right;
        width: 100%;
        margin-bottom: 12px;
    }

    .editordivrow .edcontentleft {
        float: left;
        width: 100%;
        margin-bottom: 12px;
    }

    .editordivrow .edimgleft.testimonialimage img,
    .editordivrow .edimgright.testimonialimage img {
        margin-top: 0;
    }
}

div.dt-container .dt-paging .dt-paging-button {
    font-size: 90%;
    min-width: 20px;
    line-height: 1;
    padding: 2px 1px;
}

div.dt-container .dt-paging .dt-paging-button.first,
div.dt-container .dt-paging .dt-paging-button.previous,
div.dt-container .dt-paging .dt-paging-button.next,
div.dt-container .dt-paging .dt-paging-button.last {
    font-size: 130%;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
    border: 1px solid var(--bs-primary);
}

table.contentTable {
  margin: 10px 0;
  border: 1px solid var(--bs-dark);
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: block;  
}
table.contentTable tbody{table-layout: fixed;}
table.contentTable td {
  padding: 8px;
  border: 1px solid var(--bs-dark);
}

table.contentTable tbody tr:nth-child(even) {
    background-color: transparent;
    box-shadow:none;
}

@media screen and (max-width: 780px) {
  table.contentTable {
    border-collapse: collapse;
    display: block; 
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}