* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {

    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #000;
    overflow-x: hidden;
    font-size: 15px;

}

p {
    font-size: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 28px;
    color: #262626;
    font-weight: 500;
}

a {
    font-size: 15px;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

a:hover {
    text-decoration: none;
    outline: none;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Plus Jakarta Sans', serif;
    margin: 0px;
    font-weight: 600;
}

p {
    margin: 0px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}
.mb-40{
    margin-bottom: 40px;
}
.justify-center {
    justify-content: center;
}

.mt-20 {
    margin-top: 20px;
}

.align-item-center {
    align-items: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
}

/* CSS Start */
.headerSection {
    width: 100%;
}

.headerSection.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
    transition: 0.4s ease-in-out;
}

.tophead {
    background-image: url(../img/bg/header-bg.jpg);
    background-size: contain;
    position: relative;
    padding: 10px 0px 0px 0px;
    background-color: #ffffffab;
    background-blend-mode: hue;
}

.tophead::after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/others/headerOffice.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-position: right top 2px;
    opacity: 0.3;
    background-size: auto;
}

.headerWrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.logoSection {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.logoImg {
    width: 90px;
}

.logoImg img {
    width: 100%;
}

.logoSectionTitle {
    text-align: center;
}

.logoSectionTitle h2 {
    font-weight: 900;
    color: #282828;
    font-size: 26px;
}

/* new style */
.logoSectionTitle h2 {

   
    font-size: 40px;
}
.logoSectionTitle {
    position: relative;
    padding-bottom: 14px;
}
.logoSectionTitle::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 10%;
    height: 4px;
    background: #005fb0;
    border-radius: 24px;
    margin: auto;
    right: 0px;
}
.logoSectionTitle::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 1px;
    width: 70%;
    height: 1px;
    background: #005fb0;
    border-radius: 24px;
    margin: auto;
    right: 0px;
}
.logoSectionTitle p {
    font-size: 22px;
    color: #404040;
    font-weight: 400;
    margin-top: 5px;
}

.logoImg.cag-logo {
    filter: drop-shadow(0px 5px 22px #fff);
}


.mainHead {
    background: #005FB0;
}

.headNavWrap>ul {
    display: flex;
}

.headNavWrap>ul>li>a {
    display: inline-block;
    color: #fff;
    padding: 10px 0px;
}

.headNavWrap>ul>li {
    transition: 0.4s ease-in-out;
    cursor: pointer;
    margin: 0px 20px 0px 0px;
}

.headNavWrap>ul>li.menuChild {
    position: relative;
}

.headNavWrap>ul>li.menuChild>i {
    color: #fff;
}

.headNavWrap>ul>li.menuChild>.chilMenuList {
    position: absolute;
    left: 0px;
    top: 38px;
    min-width: 256px;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 2;
}

.headNavWrap>ul>li.menuChild:hover .chilMenuList {
    visibility: visible;
    opacity: 1;
    top: 45px;
}

.chilMenuList>li.SubMenuChild {
    position: relative;
}

.SubMenuChild>i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #404040;
}

.SubMenuChildList {
    position: absolute;
    left: 100%;
    top: -20px;
    min-width: 300px;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.chilMenuList>li.SubMenuChild:hover .SubMenuChildList {
    visibility: visible;
    opacity: 1;
    top: 0px;
}

.chilMenuList>li>a {
    padding: 8px 20px;
    display: block;
    border-bottom: 1px solid #ddd;
    color: #404040;
}

.chilMenuList>li>a:hover {
    background: #005FB0;
    color: #fff;
}

.chilMenuList>li:last-child>a {
    border-bottom: none;
}

.SubMenuChildList>li.deeSubChild {
    position: relative;
}

.deeSubChild>i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #404040;
}

.SubMenuChildList>li>a {
    padding: 8px 20px;
    display: block;
    border-bottom: 1px solid #ddd;
    color: #404040;
}

.SubMenuChildList>li:last-child>a {
    border-bottom: none;
}

.deeSubChildList {
    position: absolute;
    left: 100%;
    top: -20px;
    min-width: 300px;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.SubMenuChildList>li.deeSubChild:hover .deeSubChildList {
    visibility: visible;
    opacity: 1;
    top: 0px;
}

.deeSubChildList>li>a {
    padding: 8px 20px;
    display: block;
    border-bottom: 1px solid #ddd;
    color: #404040;
}

.chilMenuList li a:hover {
    background-color: #005FB0;
    color: #fff;
}

.headNavWrap li a {
    font-weight: 500;
}

/* .headNavWrap>ul>li:last-child {
    margin-left: auto;
    margin-right: 0px;
} */

.headNavWrap>ul>li>a.loginBtn {
    background: #fff;
    color: #0061b0;
    padding: 8px 20px;
    position: relative;
    top: 2px;
    border-radius: 30px;
}

/* Mobile Head */
.mainMenuMobile {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #0063b0;
    left: 100%;
    top: 140px;
    z-index: 111;
    padding: 0px 20px;
    transition: 0.3s ease-in-out;
    padding-top: 10px;
}

.mainMenuMobile.active {
    left: 0;
}

.mainMenuMobile ul>li {
    padding: 12px 0px;
    border-top: 1px solid #dddddd38;
}

.mainMenuMobile ul>li:first-child {
    border-top: none;
}

.mainMenuMobile ul>li>a {
    color: #ffff;
}

.mainMenuMobile .menuChild {
    position: relative;
}

.mainMenuMobile .childOpener {
    position: absolute;
    right: 0px;
    background: #ffffff38;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    top: 6px;
    z-index: 2;
    transition: 0.2s ease-in-out;
}

.mainMenuMobile .childMenu {
    visibility: visible;
    position: relative;
    width: 100%;
    opacity: 1;
    background: #040c3d21;
    top: 10px;
    left: 0px;
    padding: 5px 15px;
    z-index: 1;
    display: none;
    transition: none;
    overflow-y: scroll;
}

.mainMenuMobile ul>li.mblink {
    padding: 5px 0px;
}

.childMenu.childMenuArrow .mblink i {
    transform: rotate(180deg);
    margin-right: 10px;
    color: #01c0b2;
}

.mainMenuMobile ul>li.mblink.SubChildMenu {
    position: relative;
}

.childMenu.childMenuArrow .mblink i.childOpener {
    transform: initial;
    color: #fff;
    width: 26px;
    height: 26px;
    right: 0px;
    margin-right: 0px;
    top: 3px;
}

.mainMenuMobile ul>li.mblink.DeepSubChildMenu {
    position: relative;
}

.bannerMainWrapper {
    position: relative;
}

.bannerMainImg {
    position: relative;
}

.bannerMainImg::after {
    position: absolute;
    content: '';
    width: 120%;
    height: 20%;
    bottom: -32px;
    left: 0px;
    right: 0px;
    margin: auto;
    background-color: #000;
    filter: blur(50px);
    z-index: 1;

}

.bannerMainContent {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 0px;
    margin: auto;
    width: fit-content;
    color: #fff;
    padding: 32px;
    background: linear-gradient(87deg, #000000ab, transparent);
    border-radius: 0px;
    width: 50%;
    right: auto;
}

.bannerMainContent h5 {
    line-height: 30px;
    font-size: 20px;
}

.bannerCarousel.owl-carousel {
    position: relative;
}

.bannerCarousel.owl-carousel.owl-theme .owl-nav {
    margin-top: 0px;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: 1%;
    color: #fff;
    background: #0000004c;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: 1%;
    color: #fff;
    background: #0000004c;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.bannerCarousel.owl-carousel:hover .owl-nav button.owl-prev {
    visibility: visible;
    opacity: 1;
}

.bannerCarousel.owl-carousel:hover .owl-nav button.owl-prev:hover {
    animation: prevanimation 1s linear infinite alternate;
}

.bannerCarousel.owl-carousel:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: 1;
}

.bannerCarousel.owl-carousel:hover .owl-nav button.owl-next:hover {
    animation: nextanimation 1s linear infinite alternate;
}

.bannerCarousel.owl-carousel:hover .owl-nav button:hover {
    background: #000000a7;
}

@keyframes nextanimation {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes prevanimation {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0px);
    }
}



.bannerCarousel .owl-item .item .bannerMainImg img {
    transition: 2s ease-out;
    transform: scale(1);
}

.bannerCarousel .owl-item .item {
    overflow: hidden;
}

.bannerCarousel .owl-item .item .bannerMainImg img.active {
    transform: scale(1.1);
    transition: 15s ease-out;
}

.afterhdr-marquee {
/*    min-height: 30px;*/
    background: #0061b008;
    position: relative;
    z-index: 3;
    margin-top: 10px;
}

.afterhdr-marquee h6 {
    font-size: 20px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.afterhdr-marquee a {
    color: #404040;
}

.hamburger {
    display: none;
    position: relative;
    /* z-index: 2222;*/
}

.hamburger span {
    width: 42px;
    height: 3px;
    background: #080b55;
    border-radius: 10px;
    display: block;
    margin: 5px 0px 5px 0px;
    transition: all 0.2s ease-in-out;
}

.hamburger span:nth-child(2) {
    width: 36px;
    margin-left: 6px;
    transition: 0.2s ease-in-out;
}

.hamburger.active span {
    width: 22px;
}

.hamburger.active span:nth-child(2) {
    width: auto;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(46deg);
    position: relative;
    top: 8px;
}

.hamburger.active span:nth-child(2) {
    visibility: hidden;
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-46deg);
    position: relative;
    top: -8px;
}

.eventsSection {
    background-color: rgb(248, 249, 250)
}

.sectionTitle {
    margin: 0px auto;
    display: grid;
    text-align: center;
    position: relative;
}

.sectionTitle h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 6px;
    color: #282828;
}

.sectionTitle h5 {
    font-size: 18px;
    color: #404040;
}

.sectionTitle::after {
    position: absolute;
    content: '';
    width: 65px;
    height: 5px;
    background: #0061b0;
    bottom: -13px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.sectionTitle::before {
    position: absolute;
    content: '';
    width: 125px;
    height: 2px;
    background: #0061b0;
    bottom: -12px;
    left: 0px;
    right: 0px;
    margin: auto;
}


.eventsContainer {
    margin-top: 60px;
}

.eventCard {
    transition: all 0.3s ease;
    background-color: #fff;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    padding: 35px 35px;
    position: relative;
    display: grid;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    grid-template-columns: auto auto;
    border-radius: 30px;
}

.eventCard:hover {
    background-color: #eef3f7;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.eventThumb {
    display: block;
    min-width: 142px;
    width: 142px;
    height: 142px;
    border-radius: 50%;
    overflow: hidden;
}

.eventThumb img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.eventTitle h4 {
    font-size: 20px;
    font-weight: 800;
    color: #282828;
    margin-bottom: 5px;
}

.eventDate {
    display: flex;
    align-items: center;
}

.eventDate p {
    color: #404040;
    margin-left: 6px;
    font-weight: 600;
    font-size: 14px;
}

.eventDate i {
    color: #0061b0;
    font-size: 13px;
}

.eventViewBtn {
    margin-top: 15px;
}

.eventViewBtn a {
    color: #282828;
    font-weight: 700;
}

.eventViewBtn i {
    margin-left: 5px;
    color: #0063b0;
    transition: 0.4s ease-in-out;
}

.eventViewBtn:hover i {
    padding-left: 5px;
}


.partnersCarousel {
    margin-top: 20px;
}

.partnersThumb {
    width: 100%;
    /* padding: 40px; */
    padding: 20px;
}

.partnersThumb img {
    width: 100%;
}

.footer {
    background: #061429;
}

.footerContent {
    padding: 20px 0px;
}

.footerContent ul li a {
    color: #fff;
    transition: 0.4s ease-in-out;
}

.footerContent ul li a:hover {
    padding-left: 5px;
    color: #005FB0;
}

.footerContent ul li i {
    color: #ddd;
    margin-right: 6px;
}

.subfooter.dark-footer {
    background: #000d1a;
    padding: 5px 0px;
}

.footer-left p {
    color: #fff;
    font-size: 13px;
}



/* Go to Top Button */

/* Go to Top */

#button {
    display: inline-block;
    background-color: #0061b0;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    font-size: 10px;
    animation: breathing 2s ease-out infinite normal;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #151e25;
}

#button:active {
    background-color: #151e25;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}


.pageWrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    z-index: 1001;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #f2f3fffa;
    z-index: 1000;
    transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}


.button {
    display: inline-flex;
    height: 48px;
    width: 158px;
    border: 1px solid #0061af;
    color: #0061af;
    text-decoration: none;
    letter-spacing: 0px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-weight: 500;
    margin-top: 15px;
    border-radius: 30px;
}

#button-3 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#button-3 a {
    position: relative;
    transition: all .45s ease-Out;
    color: #282828;
}

#circle {
    width: 0%;
    height: 0%;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;
    background: #0061af;
    position: absolute;
    transition: all .5s ease-Out;
    top: 20px;
    left: 70px;
}

#button-3:hover #circle {
    width: 200%;
    height: 500%;
    opacity: 1;
    top: -70px;
    left: -70px;
}

#button-3:hover a {
    color: #fff;
}

.aboutUs {
    background-image: url(../img/bg/PG-Photo-961938898dfa0e7-56947086.jpg);
    background-size: cover;
    background-color: #ffffffeb;
    background-blend-mode: color;
}

.AboutBtn {
    text-align: center;
}

.AboutBtn .button {
    margin: 20px auto 0px auto;
}

.aboutusWrapper {
    width: 100%;
    padding: 35px;
    border-radius: 30px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.aboutUsImg {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.aboutUsImg img {
    width: 100%;
}

.innerSecTitle {
    position: relative;
    margin-bottom: 30px;
}

.innerSecTitle h4 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 6px;
    color: #282828;
}

.innerSecTitle::after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
}

.innerSecTitle::after {
    position: absolute;
    content: '';
    width: 65px;
    height: 5px;
    background: #0061b0;
    bottom: -13px;
    left: 0px;
    right: 0px;
}

.innerSecTitle::before {
    position: absolute;
    content: '';
    width: 125px;
    height: 2px;
    background: #0061b0;
    bottom: -12px;
    left: 0px;
    right: 0px;
}


.aboutPara p {
    text-align: justify;
    margin-bottom: 10px;
}

.aboutSecii {
    background: #ffff;
}

.asiiWrapper {
    width: 100%;
    padding: 35px;
    border-radius: 30px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.asiiWrapper .row .col-md-6:first-child .asiiCard {
    padding-right: 20px;
}

.asiiWrapper .row .col-md-6:last-child .asiiCard {
    padding-left: 20px;
}

.asiiCard h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #282828;
}

.asiiCard p {
    text-align: justify;
}

.asiiCard ul {
    padding-left: 15px;
    line-height: 26px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.asiiCard ul li {
    color: #484848;
    font-weight: 500;
}

.asiiCard ul.listItems li {
    display: flex;
    align-items: flex-start;
}

.asiiCard ul.listItems li i {
    position: relative;
    top: 7px;
    color: #0063b0;
    font-size: 12px;
    margin-right: 10px;
}

.downloadPDFBtns .button {
    height: 38px;
    width: auto;
    padding: 0px 20px;
}

.downloadPDFBtns .button:first-child {
    margin-right: 20px;
}

.aboutSeciii {
    background: #eef3f7;
}

.asiiiWrapper {
    width: 100%;
    padding: 35px;
    border-radius: 30px;
    background: #ffffff94;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.asiiiCard h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #282828;
}

.asiiiCard p {
    text-align: justify;
}

.ii-audit-day-img {
    height: 100%;
}

.ii-audit-day-img img {
    height: 100%;
}

.ii-audit-btns .button {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agc-img {
    height: 100%;
}

.agc-img img {
    height: 100%;
}



.content-table {
    border-collapse: collapse;
    margin: 25px 0px 0px 0px;
    font-size:15px;
    min-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
    background-color: #0063b0;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}

.content-table th,
.content-table td {
    padding: 12px 15px;
}

.content-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
    border-bottom: 2px solid #0063b0;
}

.content-table tbody tr.active-row {
    font-weight: bold;
    color: #0063b0;
}
.downloadBtnCard a{
    padding: 20px 16px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    width: 100%;
    min-height: auto;
    transition: 0.4s ease-in-out;
    border: 2px solid #0063b099;
}
.downloadBtnCard:hover a{
    transform: scale(1) translateY(-2px);
    background: #0063b0;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.downloadBtnCard a .dbcIcon{
    width: 50px;
    margin: 0px auto 12px auto;
}
.downloadBtnCard a .dbcIcon img{
    width: 100%;
}
.downloadBtnCard a .dbcContent h5{
    color: #0063b0;
    font-size: 16px;
    font-weight: 700;
    transition: 0.4s ease-in-out;
    line-height: 26px;
}
.downloadBtnCard:hover a .dbcContent h5{
    color: #fff;
}

.download-btn-6-col .downloadBtnCard a{
    margin-bottom: 20px;
}

.agSubTitle{
   text-align: center; 

}

.thememberofag h4{
    transition: 0.4s ease-in-out;
    margin-bottom: 6px;
    color: #000000ab;
    font-weight: 700;
}
.downloadBtnCard:hover .thememberofag h4{
    color: #fff;
}
.ag-groun-btn-of-download{
    text-align: center;
}
.ag-wrapper .downloadBtnCard a{
    margin-bottom: 18px;
}


/* .mediaGallery{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
} */
.mediaGalleryImgCard{
    margin-bottom: 20px;
    transition: 0.4s ease-in-out;
}
.mediaGalleryImgCard .demo-gallery-poster{
    padding: 12px;
    background: #fff;
    box-shadow:rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    margin-bottom: 20px;
    border-radius: 20px;
    margin: 16px 14px;
}
.mediaGalleryImgCard img{
    width: 100%;
    border-radius: 10px;
}
.galleryTitle{
    text-align: center;
    margin-bottom: 20px;
}
.galleryTitle h5{
    font-size: 20px;
    font-weight: 800;
    color: #282828;
}
.demo-gallery-poster{
    position: relative;
    overflow: hidden;
}
.demo-gallery-poster::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #00000012;
    top: 0px;
    left: 0px;
    right: 0px;
    transition: 0.4s ease-in-out;
}
.mediaGalleryImgCard:hover .demo-gallery-poster::after{
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
}
.demo-gallery-poster img{
    transition: 0.4s ease-in-out;
}
.mediaGalleryImgCard:hover {
    transform: translateY(-2px);
    cursor: zoom-in;
}
.mediaGalleryImgCard:hover .demo-gallery-poster{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}



.mediaGallerypage .gallerWrapperCard {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mediaGallerypage .gallerWrapperCard .gallerymainImg{
    width: 33%;
    min-height: 268px;
    margin-bottom: 0px;
}
.navigation{
    border-bottom: 1px dashed #dddddd52;
}
.navigationWarpper{
    padding: 12px 0px;
}
.navigationTitle i{
    font-size: 10px;
    position: relative;
    top: -2px;
    margin: 0px 7px;
}
.navigationTitle h4{
    font-size: 22px;
    font-weight: bold;
    color: #404040;
    margin-bottom: 10px;
}

.navigationTitle ul li a{
    color: #282828;
    font-weight: 600;
    font-size: 12px;
}
.navigationTitle ul li span{
    color: #0061b0;
    font-weight: 700;
    font-size: 12px;
}
.downloadBtnCard.viewAllBtn a{
    height: 44px;
    width: fit-content;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    border-radius: 30px;
    margin: 10px auto 20px auto;
}
.downloadBtnCard.viewAllBtn  a .dbcContent h5 {
    font-size: 16px;
}
.button.btn-full#button-3 {
    width: auto;
    padding: 0px 20px;
}

.speechCard{
    margin-top: 16px;
}
.speechCard .button{
    width: 100%;
    padding: 7px 20px;
    text-align: center;
    height: auto;
}
.speechCard .button a{
    font-weight: 600;
}
/* .position-sticky{
    position: sticky;
    top: 100px;
} */

@media screen and (max-width: 768px) {
    .mainMenuMobile {
        display: block;
    }

    .headerNav {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .menuBtnAndMarquee {
        display: flex;
        position: relative;
        z-index: 3;
        justify-content: space-between;
        padding: 0px 11px;
        margin-top: 10px;
        margin-bottom: 1px;
        background: #fff;
        padding-top: 5px;
    }

    .menuBtnAndMarquee.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 111;
        transition: 0.4s ease-in-out;
        margin-top: 0px;
    }

    .eventCard {
        margin-bottom: 15px;
    }

    .aboutusWrapper {
        padding: 20px;
    }

    .innerSecTitle {
        text-align: center;
    }

    .innerSecTitle::after {
        margin: auto;
    }

    .innerSecTitle::before {
        margin: auto;
    }
    .aboutPara {
        text-align: center;
    }
    .asiiCard{
        text-align: center;
    }
    .asiiWrapper {
        padding: 20px;
    }
    .asiiCard ul.listItems li{
        text-align: left;
    }
    .downloadPDFBtns .button:first-child{
        margin-right: 0px;
    }
    .asiiWrapper .row .col-md-6:last-child .asiiCard{
        padding-left: 0px;
        margin-top: 20px;
    }
    .asiiiWrapper{
        padding: 20px;
        text-align: center;
    }
    .tableContainer{
        overflow-x: scroll;
    }
    .downloadBtnCard a{
        margin-bottom: 18px;
    }
    .mediaGallerypage .gallerWrapperCard{
        flex-direction: column;
    }
    .mediaGallerypage .gallerWrapperCard .gallerymainImg{
        width: 100%;
    }
    .speechCard{
        margin-bottom: 40px;
    }
    .speechCardWarpper .col-md-6:last-child .speechCard{
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 768px) and (min-width: 426px) {
    .logoSectionTitle h2 {
        font-size: 16px;
    }

    .logoSectionTitle p {
        font-size: 13px;
        margin-top: 1px;
        line-height: normal;
    }

    .afterhdr-marquee {
        margin-top: 3px;
        width: 80%;
        background: #fff;
    }

    .afterhdr-marquee a {
        font-size: 12px;
    }

    .bannerMainContent {
        width: 100%;
        bottom: 0px;
        padding: 6px;
    }

    .bannerMainContent h5 {
        line-height: 20px;
        font-size: 13px;
        text-align: center;
    }

    .bannerMainImg {
        border-top: 2px solid #fff;
    }

}

@media screen and (max-width: 425px) and (min-width: 320px) {
    .logoSectionTitle h2 {
        font-size: 11px;
    }

    .eventCard {
        grid-template-columns: auto;
        padding: 20px;
        gap: 8px;
    }

    .eventThumb {
        display: inline-block;
        min-width: 100%;
        width: 100%;
        height: auto;
        overflow: hidden;
        border-radius: 20px;
    }

    .eventDate {
        justify-content: center;
    }

    .eventContent {
        text-align: center;
    }

    .logoSectionTitle p {
        font-size: 10px;
        margin-top: 1px;
        line-height: normal;
    }

    .tophead::after {
        opacity: 0.1;
    }

    .afterhdr-marquee {
        margin-top: 3px;
        width: 80%;
        background: #fff;
    }

    .afterhdr-marquee a {
        font-size: 12px;
    }

    .bannerMainContent {
        width: 100%;
        bottom: 0px;
        padding: 6px;
    }

    .bannerMainContent h5 {
        line-height: 20px;
        font-size: 13px;
        text-align: center;
    }

    .bannerMainImg {
        border-top: 2px solid #fff;
    }

    .innerSecTitle h4 {
        font-size: 19px;
        margin-top: 25px;
    }

}


.aboutPara h5{margin-bottom: 10px;}

.aboutPara .listItems li {display: flex; align-items: flex-start; margin-bottom:10px; }

.aboutPara ul.listItems li i {
    position:relative; 
    top: 7px; 
    color:#0063b0; 
    font-size: 12px; 
    margin-right:10px;
}

 
.watch_heading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  margin-top: 15px;
  margin-bottom: 20px;
  padding: 12px 24px;

  border: 2px solid #0061af;
  border-radius: 30px;
  background: transparent;
  color: #0061af;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.5px;
  cursor: pointer;

  transition: all 0.3s ease;
}

.watch_heading a {
  font-size: 16px;
  color: #0063b0;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.watch_heading i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.watch_heading:hover {
  background: #0063b0;
  color: #fff;
  box-shadow: 0px 4px 12px rgba(0, 97, 175, 0.25);
  /*transform: translateY(-4px);*/
}

.watch_heading:hover a {
  color: #fff;
}

.watch_heading:hover i {
  transform: translateX(3px);
}

/* Optional focus style for accessibility */
.watch_heading:focus {
  outline: 3px solid rgba(0, 97, 175, 0.5);
  outline-offset: 4px;
}



/* List Styling */
.listItems2 {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Arial", sans-serif;
}

.listItems2 li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0px;
  border-bottom: 1px solid #e0e0e0;
  transition: background 0.3s ease;
}

.listItems2 li:last-child {
  border-bottom: none;
}

.listItems2 li:hover {
  background-color: #f9f9f9;
}

/* Icon Styling */
.listItems2 i {
  font-size: 20px;
  color: #d9534f; /* red-ish for PDF icon */
}

/* Link Styling */
.listItems2 a {
  color:#005fb0;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
}

.listItems2 a:hover {
  text-decoration: underline;
}

.table{font-size: 14px;}
.table ul{list-style: none; margin: 0px 0px 0px 20px; padding: 0px;}
.table ul li{list-style: disc; margin-bottom: 10px;}
 
.conference_32 h6{ text-align:center; margin: 12px 0px; font-weight:700;}

.conference_32 {
    display: inline-block;
    margin:0px 0px 20px 0px;
    border-radius: 20px; /* Rounded corners */
    overflow: hidden; /* Ensures shadow doesn't get cut off */
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;

    background-color: #00000012;
    transition: transform 0.3s, box-shadow 0.3s; /* Smooth hover effect */
    padding:12px;
}

.conference_32:hover { 
    
    transform: translateY(-2px); 
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.conference_32_Img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.conference_32_Img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px; /* Match the parent container */
}


