:root {
    --primary: #012DCC;
    --secondary: #F9AF45;
    --black: #000000;
    --dark-gray: #101010;
    --light-gray: #F5F5F5;
    --white: #FFFFFF;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* @font-face {
    font-family: "proxima-nova";
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
         url('../fonts/proximanova_regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "nexa-text";
    src: url('../fonts/NexaText-Regular.eot');
    src: url('../fonts/NexaText-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NexaText-Regular.woff2') format('woff2'),
        url('../fonts/NexaText-Regular.woff') format('woff'),
        url('../fonts/NexaText-Regular.ttf') format('truetype'),
        url('../fonts/NexaText-Regular.svg#NexaText-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NexaText Bold';
    src: url('../fonts/NexaText-Bold.eot');
    src: url('../fonts/NexaText-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NexaText-Bold.woff2') format('woff2'),
        url('../fonts/NexaText-Bold.woff') format('woff'),
        url('../fonts/NexaText-Bold.ttf') format('truetype'),
        url('../fonts/NexaText-Bold.svg#NexaText-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */


body {
    font-family: "Montserrat", sans-serif;
    color: #848484;
    background: #FFF;
    font-size: 16px;
    font-weight: normal;
}


html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary);
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative; 
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
}

h2 {
    font-size: 56px;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 30px;
    background: linear-gradient(94deg, #012DCC 1.9%, #011766 97.66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Montserrat", sans-serif;
}


h3 {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
}


h4 {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
}

h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

p {
    color: var(--black);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.intro-txt,
.counter-box p {
    font-size: 16px;
}

.counter-box h4 {
    background: linear-gradient(94deg, #012DCC 1.9%, #011766 97.66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.table-content a {
  margin-right: 15px;
}

ul.what-we-do-icons li {
    font-family: "Montserrat", sans-serif;
}

strong {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: all .5s ease;
}

a:hover {
    color: var(--secondary);
    text-decoration: none;
    text-decoration: none;
}

* {
    font-family: "Montserrat", sans-serif;
    outline: none !important;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: block;
    background: var(--primary);
    color: #FFF;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    right: -50px;
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
    transition: background 0.5s;
    z-index: 11;
    transition: 0.5s ease;
}

.back-to-top:hover {
    background: #194B98;
    color: #FFF;
}

.back-to-top.scrollfixed {
    right: 15px;
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease;
}

.back-to-top i {
    padding-top: 12px;
}

marquee img {
  position: relative;
  top: -3px;
}

marquee p{
margin:0px !important;
}

section.marque_wrapper{padding:10px 0px 12px 65px;background:#f6f6f6;position:relative;}

.question_bank{position:absolute;left:0;top:0;background-color:#012DCC;width:50px;height:100%;}
.question_bank img{width:34px;position:relative;top:6px;left:7px;}

.table-content {
  margin-bottom: 30px;
  border-left: 3px solid #012DCC;
  padding: 15px;
  background: #f6f6f6;
}

.table-content h4{margin:0px;margin-bottom:10px;}

span.blog-dte {
  display: block;
  color: #676565;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}

.table-fully-content{padding:0px 20px 20px;}

.blog-cnt h2{font-size:30px;line-height:38px;-webkit-text-fill-color: inherit;background:transparent;}


/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #CCC;
    border-top: 6px solid #194B98;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.carousel .carousel-control-prev {
    left: calc(50% - 700px);
}

.carousel .carousel-control-next {
    right: calc(50% + 550px);
    left: inherit;
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: inherit;
    bottom: 50px;
    opacity: 1;
    border-radius: 50%;
    background: transparent !important;
    transition: all 0.3s ease;
}

.carousel .carousel-control-next:hover,
.carousel .carousel-control-prev:hover {
    background: var(--primary) !important;
    opacity: 1;
}

.carousel .carousel-caption {
    top: 35%;
    right: inherit;
    left: inherit;
    bottom: inherit;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    padding: 0px 20px;
    position: absolute;
    transform: translate3d(0, 200px, 0);
    opacity: 0;
}

.carousel .carousel-caption .carousel-heading,
.about-bnr-section h1 {
    font-size: 60px;
    line-height: 70px;
    color: #FFF;
    font-weight: 700;
    text-transform: capitalize;
    max-width: 700px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}

a.arr-sgv{position:relative;}
a.arr-sgv:before{position:absolute;background-image: url(../images/right-arrow.svg);}


#homeCarousel.carousel .carousel-item.active {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.carousel .carousel-caption p {
    font-size: 20px;
    line-height: 30px;
    color: #FFF;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px;
    max-width: 600px;
}

.carousel .carousel-indicators {
    bottom: 85px;
    left: calc(50% - 668px);
    right: inherit;
    margin: 0px;
    width: 60px;
}

.carousel .carousel-indicators .banner-count {
    font-size: 16px;
    color: var(--white);
    position: absolute;
    right: 0px;
    top: 0px;
}

.carousel .carousel-indicators button {
    border-radius: 0px;
    height: 20px;
    width: 20px;
    border: none;
    transition: all 0.3s ease;
    text-indent: inherit;
    background: transparent;
    color: var(--white);
    position: absolute;
    display: none;
    font-size: 16px;
}

.carousel .carousel-indicators button.active {
    display: block;
}


@keyframes fadeInUp {
    from {
        transform: translate3d(0, 200px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.carousel .carousel-item.active .animated {
    animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both
}

.carousel .carousel-item.active .animatedFadeInUp {
    opacity: 0;
}

.carousel .carousel-item.active .fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

section {
    padding: 80px 0px;
    position: relative;
}

.blue-btn {
    display: inline-block;
    padding: 15px 24px;
    position: relative;
    background: var(--primary);
    font-size: 16px;
    color: var(--white);
    font-weight: 700;
    z-index: 10;
    line-height: 1;
    overflow: hidden;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.blue-btn:hover {
    background: var(--secondary);
    color: var(--black);
}

.blue-btn:before {
    background: var(--secondary);
    position: absolute;
    left: 50%;
    top: 0px;
    content: "";
    width: 0px;
    height: 100%;
    z-index: -1;
    transition: all 0.3s ease;
}

.blue-btn:hover:before {
    width: 100%;
    left: 0px;
    opacity: 1;
    transition: all 0.3s ease;
}


.yellow-btn {
    display: inline-block;
    padding: 15px 24px;
    position: relative;
    background: var(--secondary);
    font-size: 16px;
    color: var(--black);
    font-weight: 700;
    z-index: 10;
    line-height: 1;
    overflow: hidden;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.yellow-btn:hover {
    background: var(--primary);
    color: var(--white);
}

.yellow-btn:before {
    background: var(--primary);
    position: absolute;
    left: 50%;
    top: 0px;
    content: "";
    width: 0px;
    height: 100%;
    z-index: -1;
    transition: all 0.3s ease;
}

.yellow-btn:hover:before {
    width: 100%;
    left: 0px;
    opacity: 1;
    transition: all 0.3s ease;
}

.carousel .carousel-caption .yellow-btn {
    margin-left: 20px;
}

.section_wrapper img.who-we-are-bg {
    transition: all 1s ease;
    position: absolute;
    right: 0;
    top: -100%;
}

.section_wrapper.in_view img.who-we-are-bg {
    top: 0px;
}

.home-video {
    position: relative;
    background: #BFBFBF;
    padding: 5px;
    border-radius: 30px;
    overflow: hidden;
}

.home-video .poster-img {
    display: block;
    max-width: 100%;
    border-radius: 30px;
}

.home-video video {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    opacity: 0;
}

.home-video .play-btn,
.home-video .pause-btn {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: var(--secondary);
    z-index: 3;
    cursor: pointer;
    transition: 0.5s all;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-video .pause-btn {
    display: none;
}


.pause-btn i {
    position: absolute;
    left: 1px;
    right: 0px;
    bottom: 0px;
    top: 2px;
    margin: auto;
    width: 16px;
    height: 24px;
    flex-flow: row wrap;
}

.pause-btn i:before {
    content: '';
    width: 4px;
    height: 100%;
    background: var(--black);
    display: inline-block;
}

.pause-btn i:after {
    content: '';
    width: 4px;
    height: 100%;
    margin-left: 8px;
    background: var(--black);
    display: inline-block;
}

.playvideo .home-video img {
    opacity: 1;
}

.playvideo .home-video video {
    opacity: 1;
}

.home-video .vplay {
    display: none;
}

.home-video:hover .vplay+.pause-btn {
    display: block;
}

/***Volume Control***/
html:not(.playvideo) .sound-ctrl {
    display: none;
}

.sound-ctrl {
    position: absolute;
    z-index: 2;
    right: 15px;
    bottom: 10px;
    cursor: pointer;
}

.sound-ctrl .on-button {
    display: none;
}

.sound-ctrl img {
    opacity: 0;
}

.sound-ctrl .off-button,
.sound-ctrl .on-button {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 0px;
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0px;
    cursor: pointer;
}

.soundctrlshow .on-button {
    display: block;
}

.soundctrlshow .off-button {
    display: none;
}

.playvideo .video-custom .sound-ctrl img {
    opacity: 1;
}

.soundctrlshow .on-button:before {
    content: '';
    position: absolute;
    left: 11px;
    top: -3px;
    z-index: 10;
    width: 3px;
    height: 30px;
    background: var(--black);
    transform: rotate(45deg);
}

.gray-bg-light {
    background: #F5F8FB;
}

.yellow-bg-light {
    background: #fef7ec;
}

.blue-bg-light {
    background: #F5F8FB;
}

.section_wrapper img.leadership-bg-top {
    transition: all 2s ease;
    position: absolute;
    right: -100%;
    top: 0px;
}

.section_wrapper.in_view img.leadership-bg-top {
    right: 0;
}

.section_wrapper img.leadership-bg-bottom {
    transition: all 2s ease;
    position: absolute;
    left: -100%;
    bottom: 0px;
}

.section_wrapper.in_view img.leadership-bg-bottom {
    left: 0;
}

.flip-box {
    background-color: transparent;
    width: 100%;
    height: 370px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: var(--secondary);
}

.flip-box-front img,
.flip-box-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flip-box-front .flip-box-front-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 50px 20px 0px 20px;
    text-align: left;
    background: linear-gradient(180deg, #f9af4500 0%, #F9AF45 100%);
    color: var(--white);

}

.flip-box-front .flip-box-front-content h3 {
    color: var(--white);
    font-size: 20px;
    font-weight: 400;
}

.flip-box-front .flip-box-front-content p {
    color: var(--white);
    font-size: 16px;
    line-height: 24px;
}

.flip-box-back {
    color: var(--white);
    transform: rotateY(180deg);
    border-radius: 10px;
}

.flip-box-back .flip-box-back-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9af45d9;
}

.flip-box-back .flip-box-back-content p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
    color: var(--black);
}

.counter-box {
    text-align: center;
    margin: 20px 0px;
}

.counter-box h4 {
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 60px;
}

.container-padd-left {
    padding-left: calc((100vw - 1400px) / 2);
}

.what-we-do-box {
    border: 1px solid var(--black);
    border-radius: 10px;
    padding: 20px 20px 70px 20px;
    transition: all 0.6s ease;
    min-height: 470px;
    position: relative;
}

.what-we-do-box:hover {
    background: var(--white);
    border-color: var(--primary);
}

.what-we-do-box .yellow-btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.what-we-do-box .what-we-do-icon {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
    background: var(--white);
    transition: all 0.6s ease;
}

.what-we-do-box:hover .what-we-do-icon {
    background: #FEF7EC;
    transform: rotateY(180deg);
    transition: all 0.6s ease;
}

.what-we-do-box .what-we-do-icon img {
    max-width: 100px;
    transition: all 0.6s ease;
}

.what-we-do-box h5 {
    color: var(--black);
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
}

.what-we-do-scroll,
.testimonials-slider,
.blog-slider {
    padding-bottom: 80px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-list {
    margin: 0px -15px;
}

.slick-prev {
    left: -10px;
}

.slick-next {
    left: 80px;
    right: inherit;
}

.slick-next,
.slick-prev {
    width: 40px;
    height: 40px;
    z-index: 99;
    top: inherit;
    bottom: 0px;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.slider-count,
.testimonials-slider-count,
.blog-slider-count {
    position: absolute;
    left: 53px;
    bottom: 27px;
    color: var(--black);
}


.slick-list {
    padding-left: 0px !important;
}

.blog-slider .blog-slider-box {
    position: relative;
}

.blog-slider .blog-slider-box .post-category {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 3px 10px;
    display: inline-block;
    background: var(--secondary);
    border-radius: 15px;
    z-index: 10;
    color: var(--black);
    font-size: 14px;
}

.blog-slider .blog-slider-box .post-date {
    display: block;
    padding: 15px 0px;
    font-size: 13px;
}

.blog-slider .blog-slider-box h5 {
    font-family: "Montserrat", sans-serif;
    color: var(--black);
    font-size: 20px;
    font-weight: 500;
}

.blog-slider .blog-slider-box a {
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.6s ease;
    position: relative;
    padding-right: 30px;
    font-size: 14px;
}

.blog-slider .blog-slider-box a:hover {
    color: var(--secondary);
}

.blog-slider .blog-slider-box a img {
    position: absolute;
    right: 5px;
    top: 0px;
    max-width: 16px;
    transition: all 0.6s ease;
}

.blog-slider .blog-slider-box a:hover img {
    right: 0px;
    transition: all 0.6s ease;
}

ul.what-we-do-icons {
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

ul.what-we-do-icons li {
    display: block;
    padding: 15px 0px 15px 120px;
    position: relative;
    font-size: 16px;
    color: var(--black);
    width: 100%;
    transition: all 0.6s ease;
}

ul.what-we-do-icons li span {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F3F3;
    transition: all 0.6s ease;
}

ul.what-we-do-icons li:hover span {
    background: #FEF7EC;
    transform: rotateY(180deg);
    transition: all 0.6s ease;
}

ul.what-we-do-icons li strong {
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--black);
    font-family: "Montserrat", sans-serif;
}


.subscription-box {
    border: 1px solid var(--primary);
    border-radius: 10px;
    padding: 20px 20px 70px 20px;
    transition: all 0.6s ease;
    min-height: 420px;
    position: relative;
    margin-top: 50px;
    transition: all 0.6s ease;
}

.subscription-box:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: "";
    z-index: -1;
    background: var(--secondary);
    transition: all 0.6s ease;
}

.subscription-box:hover:before {
    opacity: 0.3;
    transition: all 0.6s ease;
}

.subscription-box .subscription-tag {
    position: absolute;
    right: 20px;
    top: -20px;
    border-radius: 0 4px 20px 20px;
    background: var(--secondary);
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: var(--black);
    padding: 5px 15px;
    font-weight: 600;
    transition: all 0.6s ease;
}

.subscription-box .subscription-tag:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #df9428;
    position: absolute;
    left: -13px;
    top: 6px;
    transform: rotate(52deg);
    content: "";
    z-index: -1;
    transition: all 0.6s ease;
}

.subscription-box:hover .subscription-tag {
    background: var(--primary);
    color: var(--white);
}

.subscription-box:hover .subscription-tag:after {
    border-top-color: #011766;
}

.subscription-box .yellow-btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.subscription-box h3 {
    font-size: 30px;
}

.subscription-box ul {
    padding: 0px;
    margin: 0px;
}

.subscription-box ul li {
    position: relative;
    padding: 0px 0px 20px 40px;
    list-style: none;
    color: var(--black);
    font-family: "Montserrat", sans-serif;
}

.subscription-box h3 {
    font-weight: 700;
}

.subscription-box ul li img {
    position: absolute;
    left: 0px;
    top: 3px;
}

.testimonials-slider .testimoanials-box {
    padding: 70px 20px 20px 20px;
    position: relative;
    border: 1px solid var(--primary);
    border-radius: 10px;
    transition: all 0.6s ease;
    background: url('../images/testimonials-quote.svg') top 20px left 20px no-repeat;
}

.testimonials-slider .testimoanials-box:hover {
    background-color: var(--white);
}

.testimonials-slider .testimoanials-box strong {
    display: block;
    margin: 20px 0px 10px 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.testimonials-slider .testimoanials-box span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.about-bnr-section,
.library-section {
    background-image: url('../images/banners/about-us-bnr.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 160px 0px 90px 0px;
    position: relative;
}

.library-section {
    background-image: url('../images/banners/finance-bnr.webp');
}

.about-bnr-section::before,
.blog-detail::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    width: 100%;
    height: 100%;
    background: #F9AF45;
    /* background-color: #012DCC; */
    background: linear-gradient(80deg, rgba(249, 175, 69, 0.9) 38%, rgba(255, 255, 255, 0) 100%);
}

.blog-detail::before {
    background: #012DCC;
}

.about-bnr-section h1 {
    max-width: 100%;
}

.about-bnr-section p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0px;
    padding-top: 20px;
    max-width: 600px;
}

.bnr-cnt,
.meet-people-section .container {
    position: relative;
    z-index: 1;
}

.people-cnt h4 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 15px 0px;
}

.people-cnt a {
    color: #012DCC;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    text-transform: uppercase;
}

.people-cnt a img {
    transition: all .3s;
}

.people-cnt a:hover img {
    margin-left: 10px;
}

.people-img img {
    border-radius: 8px;
}

.meet-people-section .leadership-bg-bottom,
.meet-people-section .leadership-bg-top {
    width: 500px;
}

.library-crd h6,
.blog-crd .menu-filter button {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.library-crd ul {
    list-style-position: inside;
    padding-top: 10px;
    color: #000;
    font-weight: 400;
}

.library-crd ul li {
    list-style-type: none;
    position: relative;
    padding: 0px 0px 0px 20px;
}

.library-crd ul li::before {
    position: absolute;
    content: "\f309";
    top: -10px;
    left: -8px;
    font-size: 30px;
    display: block;
    font-family: bootstrap-icons !important;
}

.library-crd .what-we-do-box {
    padding: 20px 20px 10px 20px;
    min-height: 520px;
    margin-bottom: 20px;
}

.library-crd .what-we-do-box .what-we-do-icon,
.municipal-crd .what-we-do-box .what-we-do-icon {
    background-color: #f3f3f3;
}

.library-crd .what-we-do-box h5 {
    font-size: 24px;
    line-height: 32px;
}

.report-crd-img {
    background-color: #E9E2D5;
    padding: 20px;
    border-radius: 8px;
}

.relatives {
    position: relative;
    z-index: 2;
}

.crd-title h4,
.card-title {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-top: 15px;
}

.registered-crd {
    background-color: #f7f7f7;
    position: relative;
    padding: 80px 50px;
    border-radius: 30px;
    overflow: hidden;
}

.registered-crd::after {
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url(../images/numbers-bg.svg);
    /* background-size: auto 100%; */
    background-repeat: repeat-y;
    background-position: 0% 100%;
    animation: topdown 15s linear infinite alternate;
}

#library-accordions .accordion-button {
    background-color: transparent;
    border: 0px;
}

#library-accordions .accordion-item {
    border-width: 0px 0px 1px 0px !important;
    border-color: #012DCC;
    border-radius: 0px;
}

#library-accordions .accordion-button:focus,
#library-accordions .accordion-button:not(.collapsed) {
    outline: none;
    box-shadow: none;
}

#library-accordions .accordion-button {
    padding: 20px 0px;
}

#library-accordions .accordion-header .accordion-button {
    color: #012DCC;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

#library-accordions .accordion-body {
    padding: 0px;
}

@keyframes topdown {
    100% {
        background-position: 0% -500%;
    }
}

.registered-crd h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    background: linear-gradient(94deg, #012DCC 1.9%, #011766 97.66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.registered-crd p,
.municipal-crd .what-we-do-box p,
.menu-item .card .card-body span,
.menu-column .menu-item h6 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.menu-column .menu-item h6 {
    border-radius: 50px;
    background: #F9AF45;
    position: absolute;
    top: 24px;
    right: 24px;
    padding: 6px 20px;
}

.municipal-crd .what-we-do-box {
    min-height: auto;
    padding: 20px;
    margin-bottom: 20px;
}

.municipal-crd .what-we-do-box .m-btn,
.menu-column .menu-item .card .card-body .m-btn {
    color: #012DCC;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    text-transform: uppercase;
}

.m-crd-ds button img,
.menu-column .menu-item .card .card-body .m-btn img {
    transition: all .3s;
}

.m-crd-ds {
    display: block;
}

.m-crd-ds:hover button img,
.menu-column .menu-item .card .card-body .m-btn:hover img {
    margin-left: 10px;
}

.m-btn {
    background-color: transparent;
    border: 0px;
    transition: all .3s;
}

.m-crd-ds:hover .m-btn,
.menu-column .menu-item .card .card-body .m-btn:hover {
    color: #f9af45;
}

.menu-column .menu-item .card .card-body .m-btn {
    padding: 0px;
}

.blog-crd .menu-filter button {
    box-shadow: none;
    outline: none;
    padding: 12px 40px;
    border: 1px solid #A0A8EA;
    background-color: #fff;
}

.menu-container .menu-column {
    margin-top: 30px;
}

.menu-container .menu-filter,
.menu-container .menu-column {
    gap: 14px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.menu-container .menu-item {
    width: 32%;
    margin: 0 10px 10px 0;
}

.card-img-top {
    border-radius: 8px;
}

.card-title {
    margin: 20px 0px;
}

.menu-container .menu-item .card-body {
    padding: 25px 20px 20px 0px;
}

.menu-container .menu-item .card {
    border: none;
    position: relative;
}

.menu-container .menu-filter button.active {
    background-color: #E0E7FF;
}

.abt-team-section .flip-box-back .flip-box-back-content p {
    font-size: 14px;
    line-height: 22px;
}

.medium-title {
    margin-top: 40px;
}

.terms-list {
    padding-left: 0px;
}

.medium-title {
    padding-bottom: 15px;
}

.terms-list li {
    position: relative;
    list-style-type: none;
    padding-left: 25px;
    color: var(--black);
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.terms-list li::before {
    position: absolute;
    content: "\f26a";
    top: 1px;
    left: 0px;
    font-size: 16px;
    line-height: 24px;
    font-family: bootstrap-icons !important;
    color: #012DCC;
}

.contact-page p {
    font-size: 16px;
    max-width: 550px;
    line-height: 24px;
    margin-bottom: 0px;
}

.contact-page .d-flex {
    align-items: start;
    gap: 15px;
    margin-top: 35px;
}

.contact-page i,
.social-iconss li i {
    color: #fff;
    background-color: #012DCC;
    padding: 10px;
    font-size: 18px;
    border-radius: 100px;
    line-height: 15px;
    transition: all .3s;
}

.contact-cnt a {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    transition: all .2s;
}

.contact-cnt a:hover {
    color: #012DCC;
}

.contact-page hr {
    margin: 0px;
}

.social-iconss {
    padding-left: 0px;
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.social-iconss li {
    list-style-type: none;
}

.social-iconss li i {
    padding: 12px 12px 8px 12px;
}

.social-iconss li:hover i {
    background-color: #F9AF45;
}

.contact-form-design form input {
    padding: 15px 10px;
    margin-bottom: 15px;
    box-shadow: none;
    display: block;
    width: 100%;
    border-color: #00000059;
    border-radius: 5px;
    outline: none !important;
    border-width: 1px;
}

.contact-form-design form textarea {
    resize: none;
    height: 150px;
    width: 100%;
    padding: 10px;
    border-color: #00000059;
    border-radius: 5px;
    outline: none !important;
    border-width: 1px;
    /* border-radius: 5px; */
}

.contact-form-design {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
}

.contact-form-design h3 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
    background: linear-gradient(94deg, #012DCC 1.9%, #011766 97.66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.submit-btn button {
    font-size: 18px;
    padding: 10px 20px;
    font-family: "Montserrat", sans-serif;
    background-color: #012DCC !important;
    border-radius: 5px;
    line-height: 26px;
    outline: none;
    box-shadow: none;
    border: 0px;
    color: #fff !important;
    margin-top: 15px;
    transition: all .3s;
}

.submit-btn button:hover {
    background-color: #F9AF45 !important;
}

.contact-page h2 {
    margin-bottom: 15px;
}

.dataTable.dtfc-scrolling-end {
    font-family: "Montserrat", sans-serif;
    color: #000;
}

.dataTable thead, table.dataTable thead tr > .dtfc-fixed-start{
    background-color: #012DCC;
    color: #fff;
}

#dataTables_wrapper tbody tr:nth-child(even) td {
    background-color: #012dcc1f !important;
}

.dataTables_wrapper tbody tr:nth-child(odd) td {
    background-color: #fff !important;
}

.dataTable {
    padding: 20px 0px 40px 0px !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #11111136 !important;
}

.dataTables_filter input {
    border: 1px solid #0000002e;
    padding: 5px 20px;
    border-radius: 4px;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #000 !important;
}

.dataTables_length {
    display: none;
}

.dataTables_info,
.dataTables_paginate {
    margin-top: 20px;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 18px 30px !important;
    text-align: left;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border-radius: 100px;
    padding: 6px 16px;
    color: #fff !important;
    background: #012dcc !important;
    border-color: #012dcc;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background: #F9AF45 !important;
}

.btn-close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    background-color: red;
    opacity: 1 !important;
    padding: 12px;
    border-radius: 0px 5px 0px 5px;
    box-shadow: none;
    outline: none !important;
}

.modal-dialog .modal-body {
    padding: 0px;
}

.modal-dialog .modal-body .contact-form-design {
    padding: 25px;
}

.reg-btn {
    margin-bottom: 0px;
    margin-top: 25px;
    text-align: center;
}

.reg-btn span {
    text-decoration: underline;
    color: #012dcc;
    cursor: pointer;
}

.modal-dialog .modal-body .contact-form-design input {
    border-width: 1px;
}

.modal-body .contact-form-design h3 {
    margin: 24px 0px 24px 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.modal-body .form-group {
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}

.modal-body .form-control {
    font-size: 17px;
    height: 60px;
    width: 100%;
    padding: 10px 0 10px 60px;
    margin: 0 auto;
    border: 2px solid #9b9b9b;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
}

.modal-body .input-icon {
    color: #012dcc;
    font-size: 18px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 1px;
    padding: 15px 16px;
    background-color: #ededed;
    border-radius: 5px 0px 0px 5px;
}

.btn-close {
    background-image: url(../images/close-icn.png);
    width: 7px;
    height: 7px;
}

.post-page .subscribe-btn {
    border: 1px solid #fff;
}

.blog-detail {
    /* background-image: url(../images/banners/about-us-bnr.webp); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 160px 0px 90px 0px;
    position: relative;
}

.blog-detail {
    padding: 140px 0px 30px 0px;
}

.blog-detail h1 {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.post-page p {

    max-width: 100%;
}

.side-bar-heading {
    padding: 0px;
    /* margin-top: 65px; */
}

.side-bar-heading li,
.table-cnt-txt li {
    list-style-type: none;
    color: rgba(0, 0, 0, 0.50);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 13px 12px;
}

.side-bar-heading li {
    padding: 13.2px 12px;
}

.table-cnt-txt li {
    padding: 15px 10px;
    border-bottom: 1px solid rgba(1, 45, 204, 0.10);
    border-right: 1px solid rgba(1, 45, 204, 0.10);
    color: #000;
}

.subscription-table {
    width: 100%;
    display: flex;
}

.side-bar-heading {
    width: 20%;
}

.table-cnt-txt {
    width: 80%;
}


.table-cnt-txt li img {
    width: 20px;
}

.table-cnt-txt ul {
    background-color: #F5F8FB;
    text-align: center;
}

.table-cnt-txt {
    display: flex;
    width: 100%;
}

.table-cnt-txt ul {
    width: 32%;
    height: fit-content;
}

.table-cnt-txt ul li:nth-child(2),
.side-bar-heading li:nth-child(2) {
    min-height: 85px;
}

.table-cnt-txt ul li:last-child {
    min-height: 115px;
    display: flex;
    align-items: center;
    min-height: 180px;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 20px;
}

.side-bar-heading li:last-child {
    min-height: 115px;
}

.table-cnt-txt ul li:last-child {
    border-bottom: none;
}

.side-bar-heading li:nth-child(1) {
    visibility: hidden;
}

.table-cnt-txt ul:nth-child(3) {
    background: #FEF7EC;
    box-shadow: 10px 0 74px 0 rgba(0, 0, 0, 0.20);
}

.table-cnt-txt ul:nth-child(3) li:first-child {
    color: #000;
    background-color: #F9AF45;
    border-radius: 10px 10px 0px 0px;
    transform: translateY(-16px);
    font-weight: 700;
}

.table-cnt-txt ul li:first-child {
    color: #012DCC;
    font-weight: 700;
}

.table-cnt-txt ul:first-child {
    border-radius: 10px 0px 0px 10px;
}

.table-cnt-txt ul:last-child {
    border-radius: 0px 10px 10px 0px;
}

.table-cnt-txt ul:last-child li {
    border-right: 0px;
}

.title-w {
    width: 400px;
}

#myTab {
    justify-content: center;
    gap: 60px;
}

.nav-tabs {
    border: 0px;
}

.nav-link {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 20px;
    border: 1px solid #012dcc38 !important;
    padding: 10px 30px;
    border-radius: 0px !important;
    line-height: 28px;
    transition: all .2s;
}

.nav-tabs .nav-link.active {
    border-radius: 0px;
    background-color: #012dcc;
    color: #fff;
    padding: 10px 30px;
}

.nav.nav-tabs li:first-child {
    position: relative;
}

.nav.nav-tabs li:first-child::after {
    position: absolute;
    right: -30px;
    width: 1px;
    height: 80px;
    content: '';
    top: -10px;
    background-color: #00000057;
}

.tab-content {
    margin-top: 50px;
}

.nav-tabs .nav-link:hover {
    background-color: #012dcc;
    color: #fff;
}

/* .tab-pane{
    overflow-x: scroll;
    margin: auto;
} */
table.dataTable thead th, table.dataTable td {
    padding: 18px 30px !important;
    white-space: nowrap;
}
.tab-pane img{
    width: 20px;
}
.tab-pane td{
    text-align: center;
}
.m-crd-ds p{
   min-height: 275px;
}
.no-btn{
    box-shadow: none;
    outline: none;
    background-color: #fff;
    border: none;
}
.table-cnt-txt .yellow-btn{
    margin-top: 10px;
    font-size: 14px;
    padding: 12px 16px; 
}
.blog-cnt-area {
    position: relative;
	padding-right:30px;
} 
.recent-posts a{padding-left:30px;position:relative;transition: all .5s ease;}
.recent-posts a:hover{padding-left:35px;transition: all .5s ease;}
.recent-posts a:before{font-family: bootstrap-icons !important;
    position: absolute;
    content: "\F138";
    width: 10px;
    height: 10px;
    left: 0px;transition: all .5s ease;
    top: 0px;font-size: 20px;
    color: #012DCC;}
.recent-posts a:hover:before{color: #F9AF45;transition: all .5s ease;}
.blog-cnt-area::after {
    position: absolute;
    right: 0;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    content: '';
}
.post-page > header {
    background: #fff;
    box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
}
.post-page > header .logo img{ 
    filter: none;
}
.post-page > header #cssmenu>ul>li>a {
    color: var(--black);
}  
.post-page > header #cssmenu .subscribe-btn a{
   color: #fff;
}
.post-page header .user-login a {
   background-color: #F9AF45;
   color: #fff !important;
}
.blog-cnt {
    padding-top: 20px;
}
.blog-img {
    position: relative;
}
.blog-img span{
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    background-color: #f9af45;
    padding: 8px 20px;
}
.blog-cnt ul {
    margin-top: 20px;
}
.blog-cnt ul li, .list-stly li{
    position: relative;
    list-style-type: none;
    padding-left: 25px;
    font-size: 16px;
    color: #000000;
    padding-bottom: 10px;
}
.list-stly li {
    font-size: 18px;
}
.blog-cnt ul li::after, .list-stly li::after{ 
    font-family: bootstrap-icons !important;
    position: absolute;
    content: "\f26a";
    width: 10px;
    height: 10px;
    left: 0px;
    top: 0px;
    color: #012DCC;
}
.recent-post-img{
    display: flex;
}
.recent-posts-cnt h4{
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;transition: all .5s ease;
}
a.recent-posts-cnt:hover h4{ 
    color: #F9AF45;transition: all .5s ease;
}
.recent-posts {
    display: flex;
    gap: 15px;
    padding-top: 10px;
}
.recent-posts-cnt span{
    font-size: 13px;
    color: #0000006e;
}
.list-stly{
    font-size: 18px;
    color: var(--black);
    padding-bottom: 10px;
}
.accrd-cnt h4{
    margin-bottom: 10px;
}

th, td { white-space: nowrap; }
    div.dataTables_wrapper {
        width: 800px;
        margin: 0 auto;
}

div.dt-container .dt-info, .dt-search label, .dtfc-fixed-start, .dt-length label{
    color: #000;
}
.dt-search label {
    padding-right: 10px;
}
div.dt-container .dt-paging .dt-paging-button{
    transition: all .3s;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover, div.dt-container .dt-paging .dt-paging-button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    border-radius: 100px;
    /* padding: 6px 16px; */
    color: #fff !important;
    background: #012dcc !important;
    border-color: #012dcc;
}
.dt-length label {
    text-transform: capitalize;
    padding-left: 10px;
}
div.dt-container .dt-input{
    border: 1px solid #000;
    color: #000;
}
table.dataTable > tbody tr:nth-child(even), table.dataTable > tbody tr:nth-child(even) .dtfc-fixed-start, table.dataTable.display tbody tr.even > .sorting_1 {
    background-color: #dfe6ff !important;
}
table.dataTable > tbody tr:nth-child(odd) {
    background-color: #fff !important;
}


#modal_popups {
  display: none;
  width: 100%;
  max-width: 600px;
  padding: 0 0 40px 0;
  text-align: justify;
  border-radius: 3px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#modal_popups .fancybox-close-small {
  top: 15px;
}

#modal_popups .content-header {
  border-bottom: 1px solid #eee;
  padding: 15px 20px 10px;
}

#modal_popups .content-scroll {
  max-height: calc(100vh - 200px);
  overflow: auto;
  padding: 12px 20px 0 20px;
}

#modal_popups .content-header h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  margin: 0px;
}

#modal_popups .content-scroll h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  margin: 0px;
}

#modal_popups .content-scroll h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  margin: 0px;
  color:#000;
}

#modal_popups .content-scroll h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  margin: 0px;
  color:#000;
}

#modal_popups .content-scroll p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; 
}

#modal_popups .fancybox-close-small {
  top: 7px;
  right: 5px;
  color: #000;
}

.blog-titles{position: sticky;position: -webkit-sticky;top:90px;}

body.post-page{overflow-x:clip;}

.frg-p-t {
    font-size: 14px;
    /* padding-top: 20px; */
    font-weight: 300;
    margin-top: -15px;
}
.user-login a:after{
    display: none !important;
}
.user-login a {
    padding-right: 0px !important;
}
.user-login ul{
    width: 150px;
    transform: translate3d(-45px, 0px, 0) !important;
}
#cssmenu li.user-login:hover>ul{
    transform: translate3d(-45px, -45px, 0) !important;
} 
.user-login ul li a{
    width: 150px !important;
}


@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
        padding: 0px;
    }

}



@media (min-width: 1400px) {
    .carousel .carousel-caption {
        max-width: 1400px;
        padding: 0px;
    }
}

@media (max-width: 1490px) {
    .container {
        max-width: 98%;
        padding: 0px 10px;
    }


    .carousel .carousel-caption {
        top: 25%;
    }

    .about-bnr-section {
        padding: 130px 0px 80px 0px;
    }

    .subscription-table {
        width: 100%;
        display: flex;
        /* white-space: nowrap; */
        overflow: auto;
        padding-top: 20px;
    }

    .side-bar-heading {
        /* width: 50%; */
        width: 250px;
        position: sticky;
        left: -6px;
        top: 0px;
        background-color: #fff;
        z-index: 99;
        border-radius: 0px 10px 0px 0px;
        border-right: 1px solid #f9af45;
        border-top: 1px solid #f9af45;
        border-bottom: 1px solid #f9af45;
    }
    .side-bar-heading li {
        width: 220px;
    }
	


    .table-cnt-txt ul:nth-child(3) {
        box-shadow: 10px 0 74px 0 rgba(0, 0, 0, 0.20);
    }

    .table-cnt-txt ul {
        width: 100%;
    }

    .table-cnt-txt li {
        padding: 15px 20px;
        width: 380px;
    }
}

@media (max-width: 1400px) {
    .carousel .carousel-control-prev {
        left: 20px;
    }

    .carousel .carousel-control-next {
        left: 120px;
    }

    .carousel .carousel-indicators {
        left: 50px;
    }

    .container-padd-left {
        padding-left: 20px;
    }
}

@media (max-width: 1300px) {

    .carousel .carousel-caption .carousel-heading,
    .about-bnr-section h1 {
        font-size: 46px;
        line-height: 56px;
    }

}

@media (max-width: 1200px) {

    .carousel .carousel-control-next,
    .carousel .carousel-control-prev {
        bottom: 10px;
    }

    .carousel .carousel-indicators {
        bottom: 48px;
    }

    .yellow-btn {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .blog-cnt-area::after {
        position: absolute;
        right: 0px;
        bottom: -25px;
        width: 100%;
        height: 1px;
        top: inherit;
    }
    .blog-cnt-area{
        margin-bottom: 50px;
    }
    .blog-detail {
        padding: 100px 0px 50px 0px;
    }

    .menu-container .menu-item {
        width: 48%;
    }

    .registered-crd h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .registered-crd {
        padding: 40px;
    }

    .registered-crd .text-end {
        text-align: start !important;
    }

    section {
        padding: 50px 0px;
    }

    #homeCarousel.carousel .carousel-item {
        background: #000;
    }

    #homeCarousel.carousel .carousel-item:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 80%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
    }

    #homeCarousel.carousel .carousel-caption {
        top: inherit;
        bottom: 80px;
    }

    .carousel .carousel-caption .carousel-heading,
    .carousel .carousel-caption p {
        max-width: 100%;
        padding: 0px 20px;
    }

    .carousel .carousel-caption {
        top: 0px;
        text-align: center;
    }

    .carousel .carousel-control-next {
        left: calc(50% + 30px);
    }

    .carousel .carousel-control-prev {
        left: calc(50% - 70px);
    }

    .carousel .carousel-indicators {
        left: calc(50% - 35px);
    }

    ul.what-we-do-icons {
        margin-top: 40px;
    }

}


@media (max-width: 760px) {
    section {
        padding: 50px 0px;
    }

    .counter-box h4 {
        font-size: 40px;
        line-height: 50px;
    }

    .section_wrapper.in_view img.leadership-bg-top,
    .section_wrapper.in_view img.leadership-bg-bottom,
    .section_wrapper.in_view img.leadership-bg-top,
    .section_wrapper.in_view img.leadership-bg-bottom {
        max-width: 50%;
    }

    .about-bnr-section {
        padding: 100px 0px 60px 0px;
    }

    #library-accordions .accordion-header .accordion-button {
        font-size: 20px;
        text-align: left;
        line-height: 28px;
    }

    .side-bar-heading li,
    .table-cnt-txt li {
        font-size: 16px;
    }
}

@media (max-width: 580px) {
    .menu-container .menu-item {
        width: 100%;
    }

    #homeCarousel.carousel .carousel-item:before {
        display: none;
    }

    .carousel .carousel-caption .carousel-heading,
    h2,
    .about-bnr-section h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .carousel .carousel-caption p {
        font-size: 16px;
        line-height: 26px;
    }

    #homeCarousel.carousel .carousel-caption {
        position: relative;
        bottom: inherit;
        padding: 20px 20px 80px 20px;
        background: var(--primary);
    }

    #homeCarousel.carousel .carousel-item {
        background: var(--primary);
    }

    #homeCarousel.carousel .carousel-item.active {
        display: block !important;
    }

    #homeCarousel.carousel .carousel-item .blue-btn {
        background: var(--white);
        color: var(--primary);
    }

    #homeCarousel.carousel .carousel-item .blue-btn:hover {
        background: var(--black);
        color: var(--white);
    }
    .side-bar-heading li {
        width: 190px;
    }

}

@media (max-width: 420px) {
	
	marquee p{
font-size:14px;
}
    .carousel .carousel-caption .yellow-btn {
        margin-left: 0px;
    }
    #myTab {
        gap: 55px;
    }
}