*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bs-body: #979494;
    --bs-primary: #28532c;
    --bs-secondary: #3b182c;
    --bs-link-color: #01326a;
    --bs-link-hover-color: #000;
    --bs-dark: #5c5c5c;
}

html {
    width: 100%;
    font-size: 18px;
}

@media (max-width: 1599.98px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    html {
        font-size: 14px;
    }
}

body {
    width: 100%;
    height: auto;
    font-size: 100%;
    line-height: 1.8;
    text-align: left;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-family: "DM Sans", sans-serif;
    background-color: #fff;
    color: var(--bs-body);
    overflow-x: hidden;
}

.finfo {
    display: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    /* *zoom: 1; */
    zoom: 1;
}

.commonError {
    color: #BD0000;
    font-size: 90%;
    display: inline-block;
}

.mcalopen{
    position: relative;
}
.mcalopen i { font-size: 155%; margin-top: 4px;}

.alert p {
    margin-bottom: 0;
    margin-top: 1px;
}

.t-hide {
    display: none;
}

.text-right,
.text-right-resleft {
    text-align: right;
}

strong {
    font-weight: 700;
}

#filename-error {
    position: absolute;
    top: 60px;
}

a {
    text-decoration: none;
    color: var(--bs-link-color);
}

a:hover {
    color: var(--bs-link-hover-color);
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 90% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    max-width: 1900px;
}

.cust_container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    height: auto;
    padding: 0 15px;
}

.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 {
    max-width: 100%;
    height: auto;
}

.img-fluid {
    width: 100%;
    height: 100%;
}
.resposive-left-top { padding-left: 30px; }

/* 
=============
Heading Tag
=============
*/
p {
    margin-bottom: 1.5rem;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: var(--bs-dark);
    text-transform: capitalize;
    font-family: "Marcellus", serif;
    margin-bottom: 1rem;
}

h1,
h2 {
    font-size: 190%;
    line-height: 1.4;
}

h3 {
    font-size: 150%;
}

h4 {
    font-size: 140%;
}

h5 {
    font-size: 125%;
}

h6 {
    font-size: 115%;
}

section {
    width: 100%;
    height: auto;
}

/* 
=============
scrollbar
=============
*/

.custom_scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px 01326a;
    background-color: #F5F5F5;
    border-radius: 20px;
}

.custom_scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    border-radius: 20px;
}

.custom_scrollbar::-webkit-scrollbar-thumb {
    background-color: #01326a;
    border: 2px solid #01326a;
    border-radius: 20px;
}

.leftcol{
    padding: 20px;
    border: 1px solid var(--bs-body);
}

/* 
=============
All Heading
=============
*/
.sub_heading {
    text-align: left;
    font-weight: 700;
    text-transform: capitalize;
    color: #01326a;
    letter-spacing: 0.5px;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-right: 5px;
}

.sub_heading::before {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 100px;
    height: 2px;
    background-color: #01326a;
    z-index: 1;
    opacity: 0.40;
}

.heding {
    font-size: 190%;
    font-weight: 500;
    text-align: left;
    line-height: normal;
    color: #5c5c5c;
    padding: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: "Marcellus", serif;
}

.banner_heding {
    font-size: 220%;
    font-weight: 500;
    text-align: left;
    line-height: normal;
    color: #fff;
    padding: 0;
    margin-bottom: 20px;
    font-family: "Marcellus", serif;
    max-width: 700px;
}

.banner_heding span {
    color: #01326a;
}

.desc {
    font-weight: 400;
    text-align: left;
    color: #959595;
    padding: 0;
    margin-bottom: 25px;
}

.sectionheading_wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

/* 
=============
Button
=============
*/
.btn {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border: none;
    margin: 0;
    cursor: pointer;
}

.btn:focus {
    box-shadow: none;
    text-decoration: none;
    outline: 0;
}

.A_button {
    border: 1px solid #fff;
    background-color: transparent;
    box-shadow: 0px 0px 2px 0px #ccc;
    padding: 0;
    width: 23px;
    height: 22px;
    font-size: 80%;
    font-weight: 600;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    border-radius: 0;
}

.A_button:hover {
    border: 1px solid #fef8c3;
    color: #fef8c3;
}

.A_button.active {
    border: 1px solid #272727;
    background-color: #fff;
    color: #272727;
}

.ScreenReader_btn {
    text-align: center;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    border: none;
    white-space: nowrap;
    padding: 10px 0;
}

.ScreenReader_btn i {
    margin-right: 2px;
}

.ScreenReader_btn:hover {
    color: #fef8c3;
}

.contact_btn {
    font-weight: 500;
    text-align: center;
    box-shadow: none;
    background-color: transparent;
    color: #fff;
    white-space: nowrap;
    padding: 4px 0;
}

.contact_btn .icon {
    margin-right: 2px;
    border: 1px solid #fff;
    padding: 2px 7px;
    border-radius: 50%;
}

.contact_btn .icon i {
    font-size: 70%;
}

.contact_btn:hover {
    color: #fef8c3;
}

.contact_btn:hover .icon {
    border: 1px solid #fef8c3;
}

.viewall_btn {
    background-color: #01326a;
    color: #fff;
    z-index: 1;
    border-radius: 12px 0px 12px 0px;
    padding: 5px 34px 5px 12px;
    text-align: left;
    overflow: hidden;
    font-size: 85%;
    transition: .6s;
    box-shadow: 0px 0px 5px 0px #535252;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    gap: 10px;
    position: relative;
}

.viewall_btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #01326a;
}

.viewall_btn:hover::before {
    right: 8px;
    transition: .6s;
}

.viewall_btn span {
    white-space: nowrap;
}

.viewall_btn::before {
    content: "\f04e";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    font-size: 70%;
}


.knowmore_btn {
    background-color: #01326a;
    color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 12px 0px 12px 0px;
    padding: 6px 30px 6px 12px;
    text-align: left;
    overflow: hidden;
    font-size: 85%;
    transition: .6s;
    box-shadow: 0px 0px 5px 0px #535252;
}

.knowmore_btn:hover {
    color: #fff;
    background-color: #01326a;
}

.knowmore_btn .style_ {
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    color: #01326a;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 1px;
    transition: .6s;
}

.knowmore_btn .style_ i {
    font-size: 70%;
}

.knowmore_btn:hover .style_ {
    padding-left: 5px;
}


/* 
=============
Top header
=============
*/
.top_header {
    width: 100%;
    height: auto;
    background-color: #01326a;
    color: #fff;
    padding: 1px 0;
}

.top_header .wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_header .wrap .left_ {
    display: flex;
    align-items: center;
    gap: 3em;
}

.top_header .fontsize_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.top_header .wrap .right_ {
    display: flex;
    align-items: center;
    gap: 4em;
}



/* 
=============
Main header
=============
*/
.header-placeholder {
    display: none; /* Initially hidden */
}
.main_header {
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #ccc;
    transition: .6s;
}

.main_header.sticky {
    /* position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: .6s; */

    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    transition: .6s;

    /* -webkit-animation-duration:1s; animation-duration:1s ;-webkit-animation-fill-mode:both; animation-fill-mode:both;
    -webkit-animation-name:fadeInDown;animation-name:fadeInDown; */
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.main_header .wraper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_header .logo_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
}

.Logo_area {
    width: 100%;
    max-width: 60px;
    height: auto;
    overflow: hidden;
}

.Logo_area img {
    width: 100%;
    height: 100%;
}

.logo_head {
    font-size: 130%;
    font-weight: 700;
    margin-bottom: 0;
}



/**** Min Width*****/

@media (max-width: 1024px) {
    .responsivemenubar_btn {
        font-size: 24px;
        color: #01326a;
    }

    .menubar_box {
        background-color: #fff;
        width: 100%;
        height: 100vh;
        left: 0;
        top: -130%;
        position: fixed;
        transition: .6s;
        z-index: 1040;
        display: none;
    }

    .menubar_box.open {
        top: 0;
        display: block;
    }

    .menubar_box .top_area {
        width: 100%;
        height: 16vh;
        box-shadow: 0px 0px 5px 0px #ccc;
        padding: 8px 10px;
        position: relative;
    }

    .menubar_box .Logo_area {
        max-width: 70px;
        height: auto;
        padding: 0;
    }

    #close_Sidebar {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        z-index: 2;
        color: #2c2c2e;
        font-size: 160%;
        font-weight: 500;
    }

    .navber_wrap {
        width: 100%;
        height: 70vh;
        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: 7px;
        /* transform: translateY(-50%); */
        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: #535252;
        transition: .6s;
    }

    .navber_wrap li span.active {
        rotate: -180deg;
        transition: .6s;
    }

    .navber_wrap li a {
        font-weight: 500;
        color: #535252;
        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: #01326a;
    }

    .sub-menu {
        list-style: none;
        padding: 10px 0;
        margin: 0;
        display: none;
    }

    .sub-menu li {
        list-style: none;
        border-bottom: none;
        position: relative;
        padding-left: 20px;
    }

    .sub-menu li::before {
        content: "\f178";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        font-size: 12px;
        font-weight: 300;
        color: #d8d5d5;
    }

    .sub-menu li a {
        color: #535252;
    }

    .resposive-left-top{ padding-left: 0;}
    .col6-grid .item{width: 25%;}

    .menubar_box .footersocialicons_all {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 12vh;
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 15px;
        padding: 20px 15px;
        background-color: #01326a;
        list-style: none;
        margin-bottom: 0;
    }

    .menubar_box .footersocialicons_all li a {
        color: #fff;
    }
}


@media (min-width: 1024px) {

    .menubar_box .footersocialicons_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;
        gap: 2.5em;
    }

    .navber_wrap li {
        list-style: none;
        position: relative;
    }

    .navber_wrap li a {
        font-size: 85%;
        font-weight: 600;
        text-transform: uppercase;
        transition: 0.5s;
        color: #535252;
        text-decoration: none;
    }

    .navber_wrap li:hover a {
        color: #01326a;
        text-decoration: underline;
    }

    .navber_wrap li:hover ul li a {
        color: #535252;
        text-decoration: none;
    }

    .navber_wrap li.current-menu-item a {
        color: #01326a;
        text-decoration: underline;
    }

    .navber_wrap li.current-menu-item .icon::after {
        color: #01326a;
    }

    .navber_wrap li:hover .icon::after {
        color: #01326a;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        outline: 0;
        box-shadow: 0px 0px 5px 0px #ccc;
        border-radius: 6px;
        overflow: hidden;
        background-color: #fff;
        width: 10rem;
        height: auto;
        z-index: 4;
        display: none;
        transition: 0.6s;
        text-decoration: none;
        list-style: none;
        padding: 5px 0;
        margin: 0;
    }

    .sub-menu li {
        border-bottom: 1px solid #dad8d8;
    }

    .sub-menu li:last-child {
        border: none;
    }

    .sub-menu li a {
        width: 100%;
        display: block;
        padding: 5px 10px;
        font-size: 1.2em;
        text-transform: capitalize;
        font-size: 80%;
    }

    .sub-menu li a:hover {
        background-color: #01326a;
        color: #fff !important;
        text-decoration: none;
    }

    .navber_wrap li .icon::after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        top: 54%;
        right: -16px;
        transform: translateY(-50%);
        font-size: 12px;
        font-weight: 600;
        color: #4b4949;
    }

    .navber_wrap li:hover .sub-menu {
        display: inline-block;
    }
}

@media (min-width: 1199px) {
    .navber_wrap {
        gap: 2em;
    }
}

@media (min-width: 1400px) {
    .navber_wrap {
        gap: 3em;
    }
    .email_from .from_group .send_btn {
        top: 8px !important;
        right: 8px !important;
    }
}



/* 
=============
Footer
=============
*/
.para_wrap {
    margin-left: 40px;
}

.footer_sec {
    background-color: #01326a;
}

.footer_logo {
    width: 100%;
    max-width: 90px;
    min-width: 90px;
    height: auto;
    overflow: hidden;
    text-decoration: none;
    box-shadow: none;
    margin-bottom: 15px;
}

.footer_details {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

.logohead {
    font-size: 130%;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.footer_sec .desc {
    color: #ebe9e9;
    margin-bottom: 15px;
}

.footer_details li {
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.footer_details li .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebe9e9;
}

.footer_details li .icon i {
    font-size: 14px;
    color: #01326a;
}

.footer_details li .text {
    font-size: 1.5em;
    color: #fff;
}

.footerpara_head {
    font-size: 120%;
    font-weight: 600;
    color: #f9f9f9;
    text-align: left;
    padding-bottom: 6px;
    position: relative;
    margin-bottom: 20px;
}

.footerpara_head::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    width: 100px;
    height: 2px;
    background-color: #f9f9f9;
}

ul.quick-links {
    columns: 4;
    column-gap: 30px;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.quick-links li {
    margin-bottom: 1rem;
}

ul.quick-links li:hover {
    list-style: disc;
}

ul.quick-links li a {
    font-size: 85%;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1000px) {
    ul.quick-links {
        columns: 3;
    }
}

.email_from {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.email_from .from_group {
    width: 100%;
    max-width: 400px;
    height: auto;
    position: relative;
}

.email_from .from_group .fa-envelope-open-text {
    position: absolute;
    top: 13px;
    left: 10px;
    font-size: 16px;
    color: #01326a;
}

.email_from .from_group input {
    width: 100%;
    font-size: 90%;
    box-shadow: none;
    outline: 0;
    padding: 10px 80px 10px 35px;
    border-radius: 0;
}

.email_from .from_group input::placeholder {
    font-size: 90%;
}

.email_from .from_group .send_btn {
    position: absolute;
    /* top: 50%;
    right: 5px;
    transform: translateY(-50%); */
    top: 7px;
    right: 5px;
    z-index: 1;
    width: 70px;
    height: 30px;
    background-color: #01326a;
    color: #fff;
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border: none;
    padding: 0 15px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 95%;
}

.email_from .from_group .send_btn i {
    font-size: 16px;
}


.footersocialicons_all {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 15px;
}

.footersocialicons_all li {
    list-style: none;
}

.footersocialicons_all li .link_ {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f9f9f9;
    text-decoration: none;
    outline: 0;
}

.footersocialicons_all li .link_ i {
    font-size: 15px;
}

.footersocialicons_all li .link_:hover {
    border: 1px solid #f9f9f9;
}

/****Bottom Footer****/
.bottom_footer {
    width: 100%;
    height: auto;
    background-color: #01326a;
}

.bottom_footer .wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #fff;
    padding: 10px 0;
}

.bottom_footer .wrap .left_ {
    width: 100%;
    max-width: 50%;
    height: auto;
}

.bottom_footer .wrap .left_ .text {
    font-size: 90%;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    text-align: left;
    padding: 0;
    margin: 0;
}

.bottom_footer .wrap .right_ {
    width: 100%;
    max-width: 50%;
    height: auto;
}

.bottom_footer .right_ .list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottom_footer .right_ .list li {
    list-style: none;
    border-right: 1px solid #fff;
}

.bottom_footer .right_ .list li:last-child {
    border-right: none;
}

.bottom_footer .right_ .list li .link_ {
    padding: 0px 12px;
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    color: #fff;
    font-size: 90%;
    font-weight: 600;
    white-space: nowrap;
}

.bottom_footer .right_ .list li:last-child .link_ {
    padding-right: 0;
}



/****Scroll to top******/
/***********************/
.return-to-top {
    position: fixed;
    right: 2%;
    bottom: 9%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* border-radius: 50%; */
    width: 36px;
    height: 36px;
    z-index: 99;
    padding: 10px;
    color: #fff !important;
    background-color: #2f6616 !important;
    transition: .6s;
}

.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;
    }
}



/* 
==================
Home Banner sec
=================
*/

.homebanner_sec .banner_content {
    width: 100%;
    height: 75vh;
    overflow: hidden;
    position: relative;
    padding: 30px 0px;
}

.homebanner_sec .image_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.homebanner_sec .image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homebanner_sec .cust_container {
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.homebanner_sec .wrapper {
    background-color: rgb(6 6 6 / 60%);
    padding: 20px;
    border-radius: 12px;
    width: 100%;
    max-width: 700px;
}

.banner_subheding {
    text-align: left;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.banner_subheding::before {
    content: " ";
    position: absolute;
    left: 105%;
    top: 50%;
    width: 50px;
    height: 2px;
    border-radius: 12px;
    background-color: #fff;
}


.homebanner_sec .desc {
    color: #fff;
}

.homebanner_sec .slick-arrow {
    position: absolute;
    bottom: 5%;
    transform: translateY(-50%);
    z-index: 2;
}

.homebanner_sec .next-arrow {
    border: 1px solid #01326a;
    background-color: #ffffff2b;
    box-shadow: none;
    border-radius: 6px 0px 6px 0px;
    width: 35px;
    height: 35px;
    font-size: 0;
    right: 3%;
    font-size: 18px;
    color: #01326a;
}

.homebanner_sec .prev-arrow {
    border: 1px solid #01326a;
    background-color: #ffffff2b;
    box-shadow: none;
    border-radius: 6px 0px 6px 0px;
    width: 35px;
    height: 35px;
    font-size: 0;
    right: 6%;
    font-size: 18px;
    color: #01326a;
}

.homebanner_sec .next-arrow:focus,
.homebanner_sec .prev-arrow:focus {
    background-color: #01326a;
    color: #fff;
}


/**top*/
.homebanner_sec .wrapper.topleft {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
}

.homebanner_sec .wrapper.topcenter {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.homebanner_sec .wrapper.topright {
    position: relative;
    top: 0;
    left: 100%;
    transform: translateX(-100%);
}



/***middle***/
.homebanner_sec .wrapper.middleleft {
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.homebanner_sec .wrapper.middlecenter {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homebanner_sec .wrapper.middleright {
    position: relative;
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%);
}

/***bottom****/
.homebanner_sec .wrapper.bottomleft {
    position: relative;
    left: 0;
    bottom: 0;
    top: 100%;
    transform: translateY(-100%);
}

.homebanner_sec .wrapper.bottomcenter {
    position: relative;
    left: 50%;
    bottom: 0;
    top: 100%;
    transform: translate(-50%, -100%);
}

.homebanner_sec .wrapper.bottomright {
    position: relative;
    left: 100%;
    bottom: 0;
    top: 100%;
    transform: translate(-100%, -100%);
}



/****/
.homebanner_sec .slick-next {
    right: 1.5rem;
}

.homebanner_sec .slick-prev {
    left: 1.5rem;
}



/**gallery****/

.homeGallery_box {
    width: 100%;
    height: auto;
}

.photos-grid-container {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0;
    align-items: start;
    margin-top: 25px;

    @media (max-width: 580px) {
        grid-template-columns: 1fr;
    }

    .img-box {
        border: 4px solid #ffffff;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

    .img-box:hover .transparent-box {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .img-box:hover .caption {
        transform: translateY(-5px);
    }

    img {
        width: 100%;
        max-width: 100%;
        display: block;
        height: 100%;
    }

    .caption {
        color: white;
        transition: transform 0.3s ease, opacity 0.3s ease;
        font-size: 1.5rem;
    }

    .transparent-box {
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        transition: background-color 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-photo {
        grid-row: 1;
        grid-column: 1;
    }

    .sub {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-gap: 0em;

        &:nth-child(0) {
            grid-column: 1;
            grid-row: 1;
        }

        &:nth-child(1) {
            grid-column: 2;
            grid-row: 1;
        }

        &:nth-child(2) {
            grid-column: 1;
            grid-row: 2;
        }

        &:nth-child(3) {
            grid-column: 2;
            grid-row: 2;
        }
    }
}

.hide-element {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*****FAQ sec******/
.faq_sec .wrapper {
    width: 100%;
    height: auto;
    margin-top: 25px;
}

.faqbox {
    background-color: white;
    color: #5c5c5c;
    border-radius: 8px;
    box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
    margin: 20px 0;
    overflow: hidden;
}

.question {
    font-size: 110%;
    font-weight: 600;
    padding: 17px 60px 17px 15px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #5c5c5c;
    background-color: transparent;
}

.question:hover {
    background-color: #01326a;
    color: #fff;
}

.question:hover::after {
    color: #fff;
}

.question::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    color: #01326a;
    font-weight: 500;
}

.question.active::after {
    transform: rotate(-180deg);
}

.question i {
    color: #01326a;
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 15px 20px 15px;
}

.havemore_questions {
    width: 100%;
    height: auto;
    padding-top: 30px;
}

.havemore_questions .wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


/***caseMember_sec***/

.caseMember_sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #fff;
}

.caseMember_sec::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #989595;
    z-index: 1;
}

.caseMember_sec .cust_container {
    position: relative;
    z-index: 4;
}

.caseMember_sec .wraper {
    width: 100%;
    height: auto;
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    gap: 4%;
}

.caselist_wrap {
    width: 46%;
    height: auto;
}

.caseMember_sec .heding {
    font-size: 160%;
    color: #fff;
}

.bgviewall_btn {
    background-color: transparent;
    color: #01326a;
    text-decoration: underline;
    padding: 5px 15px;
    text-align: center;
    overflow: hidden;
    font-size: 90%;
    font-weight: 600;
}

.bgviewall_btn:hover {
    color: #01326a;
}

.caselist_wrap .list_wrap {
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    list-style: none;
    margin: 25px 20px 25px 0;
    padding: 0 25px 0 0;
}

.caselist_wrap .list_wrap li {
    padding-bottom: 15px;
    border-bottom: 1px solid #01326a;
    margin-bottom: 20px;
}

.caselist_wrap .list_wrap li:last-child {
    border-bottom: none;
}

.caselist_wrap .list_wrap .text {
    font-size: 90%;
    text-align: left;
    line-height: normal;
    color: #fff;
    padding: 0;
    margin-bottom: 10px;
}

.caselist_wrap .list_wrap .text i {
    padding-right: 5px;
    font-size: 0.6em;
}

.downloadpdf_btn {
    background-color: #01326a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 65%;
    font-weight: 600;
    text-transform: uppercase;
}

.downloadpdf_btn:hover {
    background-color: #01326a;
    color: #fff;
}


.caselist_wrap .list_wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px 01326a;
    background-color: #F5F5F5;
    border-radius: 20px;
}

.caselist_wrap .list_wrap::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    border-radius: 20px;
}

.caselist_wrap .list_wrap::-webkit-scrollbar-thumb {
    background-color: #01326a;
    border: 2px solid #01326a;
    border-radius: 20px;
}


.member_details {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.member_details .profile_pic {
    width: 100%;
    max-width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}

.member_details .profile_pic img {
    width: 100%;
    height: 100%;
}

.member_details .name {
    font-size: 120%;
    font-weight: 700;
    color: #01326a;
    margin-bottom: 2px;
}

.member_details .text {
    margin-bottom: 0 !important;
    font-size: 65% !important;
}


/******category_div*******/
.category_div .wraper {
    width: 100%;
    height: auto;
    list-style: none;
    padding-left:0;
    margin: 0;
}

.category_div .wraper li {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
    overflow: hidden;
}

.category_div .wraper li:last-child {
    margin-bottom: 0;
}

.category_div .box_card {
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
    box-shadow: none;
    outline: 0;
    border: none;
    background-color: transparent;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: .6s;
}

.category_div .box_card.active {
    background-color: #01326a;
}

.category_div .box_card.active .icon img {
    filter: brightness(0) invert(1);
    transition: .6s;
}

.category_div .box_card:hover {
    background-color: #01326a;
}

.category_div .box_card:hover .icon img {
    filter: brightness(0) invert(1);
    transition: .4s;
}

.category_div .box_card .icon {
    width: 100%;
    max-width: 30px;
    height: 30px;
    overflow: hidden;
    margin-right: 10px;
}

.category_div .box_card .card_text {
   font-size: 110%;
   margin-bottom: 0;
}

.category_div .box_card.active .card_text {
    color: #fff;
 }

.category_div .box_card:hover .card_text {
    color: #fff;
 }



/******All Responsive***********/
/*******************************/

@media (max-width: 1400px) {
    .homebanner_sec .banner_content {
        height: 75vh;
    }

    .homebanner_sec .next-arrow {
        width: 30px;
        height: 30px;
        right: 3%;
        font-size: 16px;
    }

    .homebanner_sec .prev-arrow {
        width: 30px;
        height: 30px;
        right: 7%;
        font-size: 16px;
    }

}


@media (max-width: 1024px) {
    .homebanner_sec .banner_content {
        height: 70vh;
    }

    .caseMember_sec .wraper {
        flex-wrap: wrap;
    }

    .caselist_wrap {
        width: 100%;
        margin-bottom: 45px;
    }

    .homebanner_sec .image_wrap img {
        object-fit: cover;
    }

    /***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%);
    }

    .homebanner_sec .next-arrow {
        width: 25px;
        height: 25px;
        right: 3%;
        font-size: 14px;
    }

    .homebanner_sec .prev-arrow {
        width: 25px;
        height: 25px;
        right: 9%;
        font-size: 14px;
    }

}


@media (max-width: 768px) {

    .homebanner_sec .wrapper {
        padding: 10px;
    }

    .homebanner_sec .slick-next {
        top: 90%;
        right: 10%;
    }

    .homebanner_sec .slick-prev {
        top: 90%;
        left: 80%;
    }

    .homebanner_sec .banner_content {
        height: 50vh;
    }

    .para_wrap {
        margin: 10px 0;
    }

    .mcalopen{
        position: relative;
        padding-left: 110px;
    }
    .mcalopen::before{
        position: absolute;
        left: 0;
        top:-7px;
        display: block;
        overflow: hidden;
        width: 100px;
        content: attr(data-contentlb);
        white-space: nowrap;    
    }

    .resleft{text-align: left;}

}


@media (max-width: 768px) {
    .cust_container {
        width: 100%;
    }

    .top_header {
        padding: 5px 0;
    }

    .top_header .wrap {
        flex-wrap: wrap;
    }

    .top_header .wrap .left_ {
        width: 100%;
        justify-content: space-around;
    }

    .top_header .wrap .right_ {
        width: 100%;
        justify-content: space-around;
    }

    .bottom_footer .wrap {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .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;
    }

    .bothSide_gap {
        padding: 20px 0;
    }

    .topSide_gap {
        padding: 20px 0 0;
    }

    .bottomSide_gap {
        padding: 0 0 20px;
    }
}


@media (max-width: 576px) {
    .banner_heding {
        font-size: 160%;
        margin-bottom: 7px;
    }

    .homebanner_sec .slick-next {
        top: 90%;
        right: 5%;
    }

    .homebanner_sec .slick-prev {
        top: 90%;
        left: 80%;
    }

    .homebanner_sec .banner_content {
        height: 45vh;
    }

    html {
        font-size: 14px;
    }

    .bothSide_gap {
        padding: 20px 0 15px;
    }



}

@media (max-width: 480px) {
    .contact_btn .icon {
        padding: 3px 6px;
    }

    .contact_btn .icon i {
        font-size: 10px;
    }

    .A_button {
        width: 20px;
        height: 18px;
    }

    .top_header .wrap .left_ {
        justify-content: space-between;
    }

    .top_header .wrap .right_ {
        width: 100%;
        justify-content: space-between;
        gap: 1em;
    }

    .Logo_area {
        max-width: 55px;
    }

    html {
        font-size: 12px;
    }

    .caselist_wrap .list_wrap {
        margin: 25px 0px 0px 0;
        padding: 0 0px 0 0;
    }

    .caselist_wrap {
        width: 100%;
        margin-bottom: 0px;
    }

}

@media (max-width: 480px) {
    .homebanner_sec .next-arrow {
        right: 4%;
    }

    .homebanner_sec .prev-arrow {
        right: 15%;
    }

    .homebanner_sec .slick-arrow {
        bottom: 2%;
    }

    .question {
        padding: 12px 50px 12px 12px;
    }

    .answer {
        padding: 10px 12px 10px;
        line-height: 1.1rem;
    }

    .viewall_btn {
        margin-top: 12px;
        margin-left: auto;
    }

    .email_from .from_group .fa-envelope-open-text {
        top: 11px;
    }
}

@media (max-width: 420px) {

    .homebanner_sec .slick-next {
        right: 5%;
    }

    .homebanner_sec .slick-prev {
        left: 75%;
    }

    .sectionheading_wrap {
        flex-wrap: wrap;
    }

}

/*Data Table*/
.dataTables_length {
    margin-bottom: 20px;
}

.dataTables_length label,
.dataTables_length select {
    width: auto;
    padding-right: 0;
}

.dataTables_filter label,
.dataTables_filter select {
    width: auto;
    padding-right: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 5px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #01326a;
    color: #fff !important;
}

.dataTables_info {}

.dataTables_paginate {}

.dataTables_wrapper .dataTables_filter {
    min-width: 500px;
}

.dataTables_filter label,
.dataTables_filter select {
    width: 100%;
}

.dataTables_wrapper .dataTables_filter input {
    width: 90%;
}

/**--------- Toggle table --------**/
.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 td,
.fctable-resp th {
    padding: 8px;
    vertical-align: middle;
}

.fctable-resp thead th {
    background: #cbcbcb;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    background: #f9f9f9;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f9f9f9, #e5e5e5);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f9f9f9, #e5e5e5);
    /* Standard syntax */
    color: #000;
    white-space: nowrap;
}

.fctable-resp tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.fctable-resp tbody td {
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    color: #000;
}

.fctable-resp .toggle-row {
    position: absolute;
    right: 3px;
    top: 4px;
    display: none;
    padding: 0;
    width: 27px;
    height: 27px;
    border: none;
    outline: 0;
    background: #fff;
    border-radius: 50%;
    background-color: var(--bs-primary);
}

.fctable-resp .toggle-row:hover {
    cursor: pointer;
}

.fctable-resp .toggle-row:before {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-size: 15px;
    font-weight: 600;
    width: 27px;
    height: 27px;
    line-height: 27px;
    display: block;
    border-radius: 50%;
}

.fctable-resp .toggle-row.active:before {
    content: "\f0de";
    line-height: 32px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    transition: box-shadow 300ms ease;
}

.center_responsive_left {
    text-align: center !important;
}

@media screen and (max-width:650px) {
    .center_responsive_left {
        text-align: left !important;
    }

    .fctable-resp {
        border: 0;
    }

    .fctable-resp,
    .fctable-resp thead,
    .fctable-resp tbody,
    .fctable-resp th,
    .fctable-resp td,
    .fctable-resp tr {
        display: block;
        width: 100%;
    }

    .fctable-resp th {
        display: none
    }

    .fctable-resp thead th.column-primary {
        width: 100%
    }

    .fctable-resp tr th.check-column {
        display: table-cell;
        width: 35px
    }

    .fctable-resp .column-primary .toggle-row {
        display: block
    }

    .fctable-resp tbody tr {
        width: 100%;
        margin-top: 20px;
        border-radius: 5px;
        border: 1px solid #d9d9d9;
    }

    .fctable-resp tr td {
        position: relative;
        clear: both;
        display: block;
        width: auto !important;
        border: none;
    }

    .fctable-resp tbody tr td {
        padding: 4px 8px 4px 35% !important;
        border: none !important;
    }

    .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 .is-expanded td:not(.hidden) {
        display: block !important;
        overflow: hidden
    }

    .fctable-resp .is-expanded td:not(.hidden) {
        background: #f2f4f5
    }

    .fctable-resp .is-expanded td:not(.hidden):last-child {
        border-bottom: 3px solid #d9d9d9;
    }
}

.mainbanner {
    background-color: #e4e3e0;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 30px;
}

.mainbannerheight {
    min-height: 30vh;
    position: relative;
}

.wrapperbanner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 500px;
}

.wrapperbanner h1 {
    color: var(--bs-white);
    text-shadow: 2px 2px 8px #5d5b5b;
    text-align: center;
    text-shadow: 2px 2px 8px #8b8787;
}

.gallery-sec {
    padding: 40px 0 50px;
}

.gallery-image-grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
    margin-top: 20px;
}

.gallery-image-grid .item {
    padding: 8px;
    width: 25%;
}

.col6-grid{display: flex; flex-wrap: wrap;  margin-right: -15px;  margin-left: -15px;}
.col6-grid .item{padding: 15px; width: 16.66%;}

.col4-grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col4-grid .item {
    padding: 15px;
    width: 25%;
}

.col3-grid{display: flex; flex-wrap: wrap;  margin-right: -15px;  margin-left: -15px;}
.col3-grid .item{padding: 0 15px 15px 15px; width: 33.33%;}

.col2-grid{display: flex; flex-wrap: wrap;  margin-right: -15px;  margin-left: -15px;}
.col2-grid .item{padding: 15px; width: 50%;}

.causesearch .forcal,
.forcalraw {
    position: relative;
}

.causesearch .forcal button,
.forcalraw button {
    position: absolute;
    top: 3px;
    right: 3px;
    border: 0 !important;
    padding: 0 !important;
    line-height: 0;
}

.causesearch .dateoption{
    font-size: 85%;
    color: var(--bs-link-color);
    margin-top: 3px;
    text-align: left;
}

.causesearch input[type=text]{
    width: 100%;
    font-size: 90%;
    padding: 2px 5px;
}

.causesearch .viewall_btn {
    width: 100%;
}

.causesearch .forcal label {
    position: absolute;
    left: 5px;
    font-size: 90%;
    top: -1px;
    pointer-events: none;
    transition: 0.2s;
}

.causesearch .forcal input:focus+label,
.causesearch .forcal input:not(:placeholder-shown)+label,

.causesearch .forcal input:focus+button+label,
.causesearch .forcal input:not(:placeholder-shown)+button+label,

.causesearch .forcal input:focus+span+button+label,
.causesearch .forcal input:not(:placeholder-shown)+span+button+label {
    top: -8px;
    font-size: 80%;
    color: #01326a;
    background: #fff;
    line-height: 0.5;
}

.actrules a{ position: relative; padding-left: 25px; }
.actrules a:before {
    content: '\f1c1';
    font-family: 'Font Awesome 6 Free';
    position:absolute;
    left: 0;
    width: 20px;
    height: 18px;
}

.roundbox {
    box-shadow: 0 0 4px 4px #a1a1a12e;
    border-radius: 16px;
    padding: 10px 20px;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

.roundbox h4 {
    margin-bottom: 0.5rem;
}

.roundbox i {
    margin-right: 5px;
}

.roundbox button i {
    margin-right: 0;
}

.gbax {
    background: #000;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: 30px;
}

.gbax .thumb {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    transition: all ease-in 200ms;
}

.gbax:hover .thumb {
    opacity: 0.5;
}

i.withtext {
    margin-right: 10px;
}

#progressBar {
    margin-left: 0px;
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    width: 80%;
    max-width: 500px;
}

.sub-content_box {
    padding: 20px;
    box-shadow: 0 0 4px 4px #a1a1a12e;
    border-radius: 16px;
    margin-top: 30px;
}

.sub-content_box:first-child {
    margin-top: 0;
}

.resposive-left-top {
    padding-left: 30px;
}

.responsive-margin-bottom {
    margin-bottom: 30px;
}

.page-form .form-group {
    margin-bottom: 25px;
}

.page-form label {
    font-weight: 600;
}

.page-form .form-group .form-control {
    background-color: #dde4de;
    border: 1px solid transparent;
}

textarea:focus,
input:focus {
    outline: 0;
}
.checkbox, 
.radiobutton { vertical-align: middle; margin: 0px; margin-right: 5px;}

.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;
}

.memberpop .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    color: red;
    width: 2em;
    height: 2em;
    font-size: 130% !important;
    border: 0;
}

@media (max-width: 1199.98px) {

    .col4-grid .item {
        width: 33.33%;
    }
}

@media (max-width: 767.98px) {
    .gallery-image-grid .item {
        width: 50%;
    }

    .col3-grid .item{width: 50%;}
    .col4-grid .item{width: 50%;}
    .col6-grid .item{width: 50%;}

    ul.rel-links {
        columns: 1;
    }

    .resposive-left-top {
        padding-left: 0;
        padding-top: 30px;
    }

    .causesearch div {
        margin-top: 7px;
    }

    .causesearch div:first-child {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .col4-grid .item {
        width: 100%;
    }

    .gallery-image-grid .item {
        width: 100%;
    }

    .memberpop .member-info {
        width: 70%;
        margin: 0 auto;
    }
}

/*Editor auto content*/
.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;
    }
}

/* CSS Animation*/
.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* /===Animations start here===/ /====FADE IN UP===/  */
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* /===FADE IN DOWN===/  */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* /===FADE IN LEFT===/  */
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/* /====FADE IN RIGHT===/  */
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/* /===FADE IN===/  */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/* /===FADE IN UP Big===/  */
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* /===FADE IN DOWN Big===/  */
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* /===FADE IN LEFT Big===/  */
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* /===FADE IN RIGHT Big===/  */
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*******Type section*****/
.category_sec .wraper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.category_sec .box_card .icon {
    width: 100%;
    max-width: 100px;
    height: 100px;
    background-color: #fff;
    border: 2px solid #01326a;
    box-shadow: 0px 0px 5px 0px #bbbbbb;
    padding: 10px 10px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s;
}

.category_sec .box_card img {
    width: 60%;
    height: auto;
    margin: 0 auto;
}

.category_sec .box_card:hover img,
.category_sec .box_card.active img {
    filter: brightness(0) invert(1);
    transition: .6s;
}

.category_sec .box_card:hover .icon,
.category_sec .box_card.active .icon {
    background-color: #01326a;
    transition: .6s;
}

.category_sec .card_text {
    font-size: 120%;
    line-height: normal;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Marcellus", serif;
}

@media (max-width: 768px) {
    .category_sec .box_card .icon {
        max-width: 60px;
        height: 60px;
    }
}

@media (max-width: 576px) {
    .email_from .from_group .send_btn {
        top: 6px;
        right: 5px;
    }
}

@media (max-width: 480px) {
    .category_sec .box_card .icon {
        margin: 0 auto 5px;
        max-width: 70px;
        height: 70px;
    }

    .category_sec .box_card .icon img {
        width: 80%;
        height: auto;
    }

    .category_sec .card_text {
        font-size: 100%;
        font-weight: 600;
    }

    .banner_subheding {
        text-align: left;
        font-weight: 500;
        color: #fff;
        text-transform: capitalize;
        padding: 0;
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
    }

    .banner_subheding::before {
        content: " ";
        position: absolute;
        left: 0;
        top: 108%;
        width: 50px;
        height: 2px;
        border-radius: 12px;
        background-color: #fff;
    }

    .viewall_btn {
        border-radius: 8px 0px 8px 0px;
        padding: 5px 25px 5px 10px;
    }

    .navber_wrap li span {
        top: 3px;
        right: 5px;
    }

    .responsivemenubar_btn {
        font-size: 20px;
    }

    .menubar_box .Logo_area {
        max-width: 60px;
    }
    .footerpara_head {
        margin-bottom: 10px;
    }
    .desc {
        margin-bottom: 10px;
    }
    .footer_sec .desc {
        margin-bottom: 8px;
    }
    .email_from .from_group .send_btn {
        top: 4px;
        right: 5px;
    }

    .main_header .logo_wrap {
        max-width: 80%;
        text-align: left;
    }
    .category_sec .wraper {
        justify-content: space-between;
    }
}

@media (max-width: 320px) {
    html {
        font-size: 10px;
        overflow-x: hidden;
    }
    .email_from .from_group .send_btn {
        top: 2px;
        right: 3px;
    }

}

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-link-color);
}