@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap');


body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #ffffff;
    font-family: "IBM Plex Sans", sans-serif;
}

html {
    scroll-behavior: smooth;
}

ul,li,ol {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Newsreader", serif;
}

img {
    max-width: 100%;
}

.img-fluid {
    width: 100%;
}

a {
    text-decoration: none;
    transition: .3s;
}

.section-spacer {
    padding: 100px 0px;
}

.slider-section-spacer {
    padding: 80px 0px;
}

.burgaundy {
    color: #A13539;
}

.btn,.nav-previous a,.nav-next a {
    background: #A13539;
    color: #fff;
    padding: 13px 28px;
    border-radius: 0;
    font-weight: 600;
}

ul.navbar-nav li:last-child a {
    background: #A13539;
    color: #fff;
    padding: 13px 28px !important;
    border-radius: 0;
    font-weight: 600;
    display: inline-block;
}


.btn:hover,
.btn:first-child:active,
:not(.btn-check)+.btn:active,
.submit-btn:hover,
ul.navbar-nav li:last-child a:hover,.nav-previous a:hover,.nav-next a:hover {
    background: #721B1E;
    color: #fff;
}

.sub-title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 36px;
    color: #A13539;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%;

}

.header-1 {
    font-size: 42px;
    font-weight: 400;
    line-height: 48px;
}

.header-2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 41px;
}

.header-3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
}

.header-4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #1A1919;
}


/* header css */

header {
    margin-bottom: 90px;
}

.navbar {
    padding: 18px 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.nav-link {
    color: #222;
    font-weight: 600;
    margin: 0 10px;
}

.nav-link:hover {
    color: #A13539;
}


/* Toggle Button */

.navbar-toggler {
    width: 42px;
    height: 42px;
    border: none;
    background: transparent;
    padding: 0;
    box-shadow: none;
    position: relative;
}

/* Lines */

.hamburger {
    width: 30px;
    height: 14px;
    position: relative;
    display: block;
}

.hamburger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #A13539;
    border-radius: 50px;
    left: 0;
    transition: .35s ease;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2) {
    top: 9px;
}

.hamburger span:nth-child(3) {
    top: 18px;
}

/* Open State */

.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
}

.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px;
}















/* hero section  */

.hero-section {
    background: url(../images/banner.png) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 260px 0px;
}


.wlc-section {
    padding: 70px 0px;
}




/* about-section */

.about-content h2 {
    margin-bottom: 20px;
}

.border-btm {
    border-bottom: 1px solid #A13539;
    display: block;
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.about-list li {
    padding: 18px 13px;
    border-bottom: 1px solid #BFBFBF;
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 22px;
}

.about-list li img {
    margin-right: 12px;
    width: 10px;
}

.about-content {
    width: 96%;
}

.about-images {
    position: relative;
    width: 95%;
    margin: auto 0 auto auto;
}
img.apostrophe-image {
    top: 20px;
    position: absolute;
    width: 160px;
}
img.image-two {
    position: absolute;
    top: 140px;
    left: 180px;
    width: 440px;
    max-width: 100%;
}
img.image-two{
    width: 440px;
    max-width: 100%;
}
   /* position: absolute;
    top: 10px;
    right: 20px;
    z-index: 3; */

.about-image {
    position: absolute;
    bottom: 0px;
    width: 100%;
    top: auto;
    height: 100%;
}
.about-image img {
   
}
i.bi.bi-download {
    margin-right: 5px;
}


/* capabilities-section */



.section-heading {
    margin-bottom: 60px;
}

/* Cards */

.capability-row {
    border-top: 1px solid #BFBFBF;
}

.capability-card {
    padding: 40px;
    border-right: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    height: 100%;
}

.capability-card img {
    width: 50px;
    margin-bottom: 30px;
}

.capability-card h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 22px;
}



/* leadership-section */

.founder-info {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
    align-items: baseline;
}

.leadership-section {
    background-color: #E7E7E7;
}


.leadership-section .sub-title,
.recognition-section .sub-title,
.interview-section .sub-title {
    display: inline-block;
    width: 336px;
}

.recognition-section .sub-title {
    width: 200px;
}

.bi-linkedin {
    color: #000;
    font-size: 30px;
}

/* .leadership-section p {
    font-size: 16px;
    line-height: 22px;
} */

/* team-section */

.team-section span {
    width: 385px;
}

/* recognition-section */

.recognition-card {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.recognition-card img {
    transition: .35s;
}

.swiper-pagination {
    margin-top: 35px;
    position: relative;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cfcfcf;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #a53535;
}

.interview-section,.insights-section {
    background: #A43637;
}

.interview-card h4 {
    color: #fff;
    margin-top: 18px;
}

.interviewSlider .swiper-pagination-bullet,.insights-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(255, 255, 255, .35);
}

.interviewSlider .swiper-pagination-bullet-active,.insights-section .swiper-pagination-bullet-active {
    background: #fff;
}

.interview-section .section-heading .sub-title,.insights-section .section-heading .sub-title{
    color: #fff;
    border-color: #fff;
   
}
.interview-section .sub-title{
 width: 280px;
}
.interview-section .header-2,
.contact-section .header-2,.insights-section .header-2 {
    color: #fff;
}


.awardSlider .swiper-wrapper {
    transition-timing-function: linear !important;
}


.award-section span {
    width: 455px;
    display: inline-block;
}

.award-card {
    text-align: center;
}

.swiper-slide {
    height: auto;
    width: auto;
}

.insights-section .sub-title {
    width: 608px;
    display: inline-block;
}

.insight-card .sub-title {
    margin: 0;
}

.insightsSlider .swiper-wrapper {
    align-items: stretch;
}

.insightsSlider .swiper-slide {
    height: auto;
}

.insight-card {
    display: block;
    position: relative;
    background-color: #F4F4F4;
    padding: 30px;
    border-bottom: 6px solid #721B1E;
    box-sizing: border-box;
	height: 100%;
}

.arrow {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px !important;
}

.insight-card h4 {
    margin-bottom: 25px;
    color: #000;
}

.insight-card p {
    margin-bottom: 10px;
}





/* .contact-section */


.contact-section .sub-title {
    display: block;
    color: #fff;
    border-color: #fff;
}


.contact-section {
    background-color: #A13539;
}

.contact-section p {
    color: #fff;
}

.contact-section .form-control {
    background: transparent;
    border: 1px solid #BFBFBF;
    border-radius: 0;
    height: 64px;
    padding: 15px 22px;
    font-size: 20px;
}

.contact-section textarea.form-control {
    height: 100px;
}

.contact-section .form-control::placeholder {
    color: #fff;
    opacity: 1;
}

.contact-section .form-control:focus {
    background: transparent;
    color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.submit-btn {
    background: #fff;
    color: #A53535;
    border: none;
    width: 220px;
    height: 52px;
    font-size: 20px;
    font-weight: 600;
    float: right;
    transition: .3s;
}




/* footer-section */

.footer-about img.wp-image-39 {
    max-width: 100%;
    width: 375px;
}

.footer-about p {
    margin: 23px 0px;
}

.footer-about a {
    font-size: 30px;
}


.linkedin i {
    font-size: 24px;
}
.wp-block-social-link a {
    padding: 0px 10px 0px 0px !important;
}

body .is-layout-flex {
    display: block;
}

.footer-menu li {
    border-bottom: 1px solid #A13539;
}

.footer-menu li:last-child {
    border: none;
}

.footer-menu li a {
    display: block;
    padding: 16px 0;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
}

.footer-menu li a:hover {
    color: #A13539;
    padding-left: 8px;
}

ul.footer-menu li {
    list-style: none;
}

.footer-contact h5 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'IBM Plex Sans', sans-serif;
    margin-bottom: 5px;
}

.footer-contact p,
.footer-contact a {
    font-size: 16px;
    line-height: 22px;
}
.footer-bottom {
    margin-top: 50px;
    padding-top: 35px;
    border-top: 1px solid #a13535;
    display: flex;
    justify-content: space-between;
}
.footer-contact a {
    display: block;
    color: #1A1919;
    transition: .3s;
}

.footer-contact a:hover,.footer-bottom p a:hover {
    color: #a13535;
}

.footer-bottom p, .footer-bottom p a {
    margin: 0;
    font-size: 16px;
    color: #1A1919;
}

.footer-bottom p {
    margin: 0;
    font-size: 16px;
    color: #1A1919;
}
.privacy-policy article p {
    padding-bottom: 0;
}
.privacy-policy article  {
  border-bottom: none;
}



/* blog internal page */

.scroll-top{
    scroll-margin-top: 98px;
}


.blog-meta,
.privacy-meta,.entry-meta{
    display: flex;
    align-items: center;
    gap: 14px;
    color: #BFBFBF;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.entry-meta a{
    color: #BFBFBF;
}

.blog-content > ul > li > ul > li {
    list-style: disc;
    font-size: 16px;
    margin-bottom: 1px;
}
.blog-content ul ul {
    margin: 4px 0px 13px 0px;
}
body.single-post.disclaimer-open {
    overflow-y: scroll !important;
}
.blog-content > ul > li,.privacy-content ul li {
    list-style: none;
    position: relative;
}

.blog-content > ul > li::before{
    content: "";
    position: absolute;
    left: -28px;
    top: 3px;
    width: 28px;
    height: 18px;
    background: url(https://desango.com/clients/wp/gandhi/wp-content/themes/gandhi/images/comma.png) center / contain no-repeat;
}
.privacy-content .entry-content > ul > li::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 3px;
    width: 28px;
    height: 18px;
    background: url(https://desango.com/clients/wp/gandhi/wp-content/themes/gandhi/images/comma.png) center / contain no-repeat;
}
.blog-meta .dot,
.privacy-meta .dot {
    width: 5px;
    height: 5px;
    background: #BFBFBF;
    border-radius: 50%;
}

.blog-divider,
.privacy-divider {
    height: 1px;
    background: #a13535;
    margin-bottom: 30px;
}

.blog-content h2,
.privacy-content h2 {
    font-size: 26px;
    font-weight: 400;
    margin: 30px 0 10px;
}
article {
    border-bottom: 1px solid #a13539;
}
article p {
    padding-bottom: 25px;
}
h2.entry-title a:hover {
    text-decoration: underline;
    color: #a13539;
}
h2.entry-title a {
    font-size: 36px;
    font-weight: 400;
    margin: 40px 0 0px !important;
    color: #000;
    display: block;
}


.blog-content h3,
.privacy-content h3 {
    font-size: 22px;
}

.blog-content h4,
.privacy-content h4 {
    font-size: 20px;
}

.blog-content p,
.privacy-content p {
    margin: 10px 0px;
}

.blog-content ul,
.privacy-content ul {
    padding-left: 22px;
    margin-bottom: 16px;
}

.blog-content li, .privacy-content li {
    margin-bottom: 5px;
}
.nav-previous a,.nav-next a {
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-block;
}


/* Smooth fade-in animation */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.8s ease-out,
        transform 0.8s ease-out;
    will-change: opacity, transform;
}

.fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Optional stagger */
.fade-delay-1 {
    transition-delay: 0.1s;
}

.fade-delay-2 {
    transition-delay: 0.2s;
}

.fade-delay-3 {
    transition-delay: 0.3s;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .fade-in {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* disclaimer css */


#disclaimer {
    position: fixed;
    inset: 0;
    z-index: 99999;

    display: grid;
    place-items: center;

    padding: 20px;

    background: rgba(0, 0, 0, 0.88);
}

#disclaimer:target {
    display: none;
}

.disclaimer-box {
    width: 100%;
    max-width: 815px;
    padding: 35px;
    text-align: center;
    background: #fff;
    border-bottom: 8px solid #a7353c;
    box-sizing: border-box;
}

.disclaimer-box img {
    margin: 35px 0px 40px 0px;
    max-width: 100%;
    width: 370px;
}
.disclaimer-box p {
    font-size: 16px;
    line-height: 22px;
}
.disclaimer-box h2 {
    margin-bottom: 20px;
}
.disclaimer-box a {
    font-size: 19px;
}
#disclaimer.hide {
    display: none;
}

.home body.disclaimer-open {
    overflow: hidden !important;
}
.wp-block-image img {
    width: 410px;
}
.top-logo {
    width: 340px;
    max-width: 100%;
}

@media (max-width: 600px) {

    #disclaimer {
        padding: 15px;
    }

    .disclaimer-box {
        padding: 25px 20px;
        max-height: 90vh;
        overflow-y: auto;
    }

    .disclaimer-box img {
        max-width: 300px;
    }

   
}






@media(max-width:1400px){
.about-images {
    width: 77%;
    margin: inherit;
}


}




@media(max-width:1200px) {

    .section-spacer {
        padding: 80px 0px;
    }
.about-images {
    width: 67%;
}
}


@media(max-width:991px) {

    .swiper-pagination {
        display: none;
    }


    .header-2 {
        font-size: 36px;
        line-height: 42px;
    }

    .capability-card {
        border-right: none;
    }

    .capability-row .col-lg-4:nth-child(3) .capability-card,
    .capability-row .col-lg-4:nth-child(1) .capability-card {
        border-right: 1px solid #BFBFBF !important;
    }



    .about-content,
    .about-image,
    .founder-card img {
        width: 100%;
    }

    .hero-section {
        background: url(../images/mobile-banner.jpg) no-repeat center center;
        padding: 0;
        background-size: cover;
        height: 270px;
    }

    .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar-brand img {
        max-width: fit-content;
        width: 271px;
        margin-top: -3px;
    }

    .nav-link {
        margin: 2px 0;
    }

    .btn-maroon {
        width: 100%;
        margin-top: 10px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar .container {
        margin-top: 5px;
    }

    .navbar {
        padding: 24px 0px;
    }

    .capability-card img {
        width: 70px;
    }
img.image-two, img.image-one {
    width: 340px;
    max-width: 100%;
}

.about-images {
    height: 550px;
}
}

@media(max-width:767px) {

    .capability-card {
        border-right: none;
    }

    .section-heading {
        margin-bottom: 40px;
    }

    .capability-row .col-lg-4:nth-child(3) .capability-card,
    .capability-row .col-lg-4:nth-child(1) .capability-card {
        border-right: none !important;
    }
    .slider-section-spacer {
    padding: 60px 0px;
}
}



@media(max-width:576px) {


img.image-two, img.image-one {
    width: 235px;
    max-width: 100%;
}

img.image-two {
    top: 70px;
    left: 106px;
}
img.apostrophe-image {
    top: 2px;
    position: absolute;
    width: 90px;
}
.about-images {
    position: relative;
    width: 95%;
    margin: auto 0 auto auto;
    height: 310px;
}

    .swiper-slide img {
        width: 100%;
    }



    .capability-card h3 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 18px;
    }

    .footer-about img.wp-image-39 {
        width: 300px;
        margin-bottom: 10px;
    }

    .header-2 {
        font-size: 30px;
        line-height: 36px;
    }

    .footer-bottom {
        margin-top: 20px;
        padding-top: 25px;
    }


    .footer-social i {
        font-size: 26px;
        color: #000;
        padding-right: 19px;
    }

    .submit-btn {
        width: 180px;
        float: Left;
    }


    .contact-section .form-control {
        height: 56px;
        padding: 12px 15px;
        font-size: 18px;
    }

    
    .team-section span {
        width: 385px;
        display: inline-block;
    }

    .team-section {
        text-align: center;
    }

    .capability-card {
        padding: 38px 0px;
    }

    .navbar-brand img {
        width: 230px;
        margin-top: 2px;
    }

    .section-heading {
        margin-bottom: 40px;
    }


    .slider-section-spacer,
    .section-spacer,
    .wlc-section {
        padding: 60px 0px;
    }


    .blog-content h2, .privacy-content h2 {
    font-size: 30px;
    line-height: 36px;
}
html, body {
    overflow-x: clip;
}
}



@media(max-width:470px){
   .disclaimer-box img{
        max-width: 250px;
        margin: 15px 0 20px 0px;
    }

.disclaimer-box h2 {
    margin-bottom: 8px;
}
.disclaimer-box p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 9px;
}
button#proceedWebsite {
    font-size: 16px;
}
    .disclaimer-box {
        padding: 12px;
    }
.footer-bottom {
    display: grid;
    gap: 10px;
}

}

@media(max-width:370px) {
    .navbar-brand {
        left: 56%;
    }
    img.image-two, img.image-one {
        width: 195px;
    }
}

.internal-content-padding {

    padding-top: 0;

}

@media (min-width: 992px) {

    .internal-content-padding {

        padding-top: 3.5rem !important;;

    }

}
.internal-content-padding-1 {

    padding-top: 0;

}

@media (min-width: 992px) {

    .internal-content-padding-1 {

        padding-top: 2.25rem!important;

    }

}
