/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    padding: 0;
}

body {
    max-width: 100%;
    margin: 0 auto;
} */
 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body,
html {
    height: 100%;
    width: 100%;
    margin: 0; 
    padding: 0;
    
  
}
body {
    max-width: auto;
    margin: 0 auto;
  
}
.no-underline {
    text-decoration: none;
    color: black;
    text-align: left;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;

}
.faIcons{
    margin-left: 20vw;
}
.navButtons {
    margin-top: 2%;
    margin-left: 10%;
}

.navButtons a:hover {
    background-color: darkgrey;
    border-radius: 12px;
    transform: scale(1.3);
}

.navButtons i:hover {
    transform: scale(1.3);
}

.img-fluid {
    width: 8%;
    margin-top: -2%;
}

.logoDiv {
    margin-left: 3%;
     margin-bottom: 2%;
}
.logoDiv button{
  @media (max-width: 768px) { 
        display: none;   
    }  
}
.navbar {
    background-color: #fff;
    top: 0;
    z-index: 1000;
    position: fixed;
    overflow: visible;
    height: 25%;
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.1);
}
.navButtons ul li{
    list-style: none;
    position: relative;
    float: left;
}
.navButtons a{
    display: block;
    text-decoration: none;
    transition: all 0.25s ease;
}
.navButtons li:hover a{
    background: lightgray;
}
.submenu{
    left: 0;
    opacity: 0;
    position: absolute;
    margin-top: -8px;
    visibility: hidden;
    z-index: 1;
    margin-left: -32%;
}
.submenu li{
    margin: 5px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    
}
.submenu li a{
    padding: 4px;
    border-radius: 6%;
}
.navButtons li:hover ul.submenu{
    opacity: 1;
    top: 50px;
    visibility: visible;
}
.signIn{
    border: none;
    padding: 3px;
    background-color: transparent;
    color: #000000;
    margin-left: 8px;
    border-radius: 10px;
    font-weight: 600;
}
.signUp{
   border: none;
   padding: 3px; 
   background-color: transparent;
   color: black;
   margin-left: 8px;
   margin-right: 10px;
   border-radius: 10px;
   font-weight: 600;
}
.signIn:hover,
.signUp:hover{
    border: 2px solid darkgray;
}
.SubscribeBtn {
    background-color: transparent;
    border-radius: 8px;
    border-color: darkgray;
    margin-left: 68vw;
    padding: 1.5px;
}

.SubscribeBtn:hover {
    transform: scale(1.1);
}
.lineDivider{
    margin-top: 40px;
    margin-left: 20%;
    border-bottom: 2px solid darkgrey;
    width: 60%; 
}
.upperLine {
    border-top: 1px solid darkgrey;
    width: 100%;
    margin-top: -8vh;
}
#sidebarNav{
    position: fixed;
    top: -38px;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    display: none;
    background-color: #fff;
    box-shadow: -10px 0 10px rgb(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.2);
}
#sidebarNav ul{
    display: grid;
    align-items: start;
    justify-content: start;
}
#sidebarNav li{
    width: 100%;
}
#sidebarNav a{
    width: 100%;
}
.menu-button{
    display: none;
}
.cardSectionMain{
    margin-top: 10%; 
    margin-bottom: -5px;
    padding: 45px;
    max-width: 80%;
    margin-left: 10%;
}
.secTrusted{
    height: 38%; 
    margin-bottom: -5%; 
    background-color: #fff;  
    margin-bottom: 5%;
    
}
.pressImages{
    width: 25%;
    display: flex;
    margin-top: 6%;
    
    @media (max-width: 768px) {
       margin-top: -10%; 
    }
    
}
.equalOpportunity{
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: justify;
    width: 60%;
    margin-left: 60px;
    color: #000000;

    @media (max-width: 768px) {
        margin-left: 27%;
        width: 50%;
        font-size: 1.2rem;
        text-align: left;
    }
}
.graphHeads{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-top: -15%;
    margin-right: -65%;

    @media (max-width: 768px) {
        font-size: 40px;
        margin-top: 20px;
    }
}
.captionNews{
    color: #000000;
    text-align: center;
     font-size: 50px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-top: 20%;
    margin-bottom: 40px;

    @media (max-width: 768px) {
        margin-top: 60%;
        font-size: 40px;
     }
}
#captionNewsDiversity{
    margin-top: -5%;

     @media (max-width: 768px) {
        margin-top: -20%;  
     }
}

.infoInclusion{
    text-align: center;
    width: 70%; 
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
    padding: 0; 
    font-size: 20px;
    margin-left: 14%;
    @media (max-width: 768px) {
        margin-top: 5%;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.2rem;
     }
}

.financialHeader{
     text-align: center;
     margin-top: 8%;
     font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
     font-size: 50px;
     @media (max-width: 768px) {
         font-size: 35px;
        margin-top: 30%;
        margin-bottom: -30px;
        margin-left: -20px;
     }
}

.financialHeader2{
    text-align: center;
    margin-top: 3%;
    margin-bottom: -2%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 50px;

    @media (max-width: 768px) {
        margin-top: 15%;
        margin-bottom: -10px;
        margin-left: -20px;
         font-size: 35px;
     }
}

.financialHeader3{
    text-align: center;
    margin-top: -5%;
    margin-bottom: -5%;
    font-size: 50px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

    @media (max-width: 768px) {
        margin-top: 2%;
        margin-bottom: -40px;
        margin-left: -20px;
         font-size: 35px;
     }
}

.carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    
    max-width: 810px; 
    margin: 0 auto;
    margin-bottom: 8%;
    margin-left: auto;
    margin-right: auto;
    
}

.carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.carousel-slide {
    flex: 0 0 100%;
    align-items: center;
    margin-left: 10%;   
}

.carousel-slide .card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 80%;
    text-align: center;
    height: auto;
    height: 250px;
    font-size: 1.1rem;
    line-height: 1.4;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #000000;

    @media (max-width: 768px) {
        font-size: 20px; 
        width: 90%;
        height: 90%;
    }
}

.carousel-slide .card h4{
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 32px;
}

.prevHighlight, .nextHighlight{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 50px;
    padding: 15px;
    cursor: pointer;
    color: black;
    transition: 0.1s;
    user-select: none;
    text-decoration: none;
    @media (max-width: 768px) {
        padding: -60%; 
        margin-left: 40px;
        
    }
}

.prevHighlight:hover, .nextHighlight:hover{
    color: lightblue;
}

.nextHighlight{
   right: 0;
}

.gradient-footer {
    background-color: #fff;
    color: white;
    width: 100%;
    min-height: 50vh;
    position: relative;
    margin-top: 0%;
    border-top: 2px solid darkgray;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    overflow: hidden;

    @media screen and (max-width: 768px) {       
            padding: 20px;
            min-height: 135vh;
        }
}

#socialFooter{
    display: flex; 
    margin-top: 15%; 
    position: absolute; 
    background-color: #fff;
    width: 100%;

    @media screen and (max-width: 768px) {       
        margin-left: -30px;      
    }   
}

.quickLinks {
    color: black;
    margin-left: 43%;
    margin-right: auto;
    margin-top: 20px;
    line-height: 1;
    position: absolute;

    @media screen and (max-width: 768px) {       
        margin-bottom: -20px;
    }
}

.quickLinks a{
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}

.Address {
    color: black;
    margin-left: 70%;
    margin-right: auto;
    margin-top: 20px;
    position: absolute;
    line-height: 1;
}

.Address a{
    font-size: 13px;
    color: #fff;
}

.qrcode {
    color: black;
    margin-left: auto;
    margin-right: 90px;
    margin-top: 10%; 
    width: 5%;
    position: absolute;
    right: 0;
}

.Contacts{
    color: black;
    margin-left: 16%;
    margin-right: auto;
    margin-top: 20px;
    line-height: 1; 
    position: absolute;
}

.Contacts a{
    font-size: 13px;
    text-decoration: none;
    color: black;
}

.footer-company-name{
    font-size: 10px;
    color: black;
    margin-left: -22%;
    margin-top: 20px;   
}

.footer-company-name a{
    text-decoration: none;
    color: black;
}

.facebook:hover,
.instagram:hover,
.twitter:hover,
.youtube:hover,
.linkedin:hover,
.logo:hover {
    transform: scale(1.2);
}

.facebook img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: transform 0.2s ease-in-out;
    filter: grayscale(100%);
}

.instagram img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: transform 0.2s ease-in-out;
    margin-left: 10px;
    filter: grayscale(100%);
}

.twitter img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: transform 0.2s ease-in-out;
    margin-left: 10px;
    filter: grayscale(100%);
}

.youtube img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: transform 0.2s ease-in-out;
    margin-left: 10px;
    position: absolute;
    filter: grayscale(100%);
}

.linkedin img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: transform 0.2s ease-in-out;
    margin-left: 45px;
    position: absolute;
    filter: grayscale(100%);
}

.closedIcon{
    margin-left: 43%;
    margin-top: 20px;

    @media screen and (max-width: 768px) { 
            margin-top: 120%;
            width: 100%;
            margin-left: 25%;
        }
}

#socialText{
    color: #000000;

   @media (max-width: 768px) {
       margin-top: 10px;
       
    }  
}

#socialIDg4 p{
    @media (max-width: 768px) {
       margin-bottom: -30px;
    }
}

#iconsInner{
    @media (max-width: 768px) {
       position: absolute;
       margin-top: 12%; 
       margin-left: 2%; 
      display: none;
    } 
}

table {
    border-collapse: collapse;
    width: 80%;
}

th,
td {
    border: 4px solid #eef2f7;
    padding: 16px;
    text-align: center;
}

th {
    background-color: #eef2f7;
}

td:hover {
    background-color: #eef2f7;
}

@media only screen and (min-width: 3000px) {
    .navButtons ul {
        display: flex;
        align-items: center; 
    }

    .navButtons ul li {
        margin-left: 20px;
    }

    .navButtons .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        background-color: #fff;
        padding: 10px;
        border: 1px solid lightgray;
    }

    .navButtons ul li:hover .submenu {
        display: block;
    }

    .navButtons i {
        display: inline-block;
        margin-left: 40px;
    }

    .barsMenu {
        display: none;
    }
    .gradient-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50px; 
    }

    #footertxt {
        width: 30%; 
    }

    .qrcode {
        width: 20%;
    }

    #socialFooter {
        width: 30%; 
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .closedIcon {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .copyrights {
        position: static; 
        margin-left: auto; 
        margin-right: auto; 
        margin-top: 20px; 
    }
    
}
@media (max-width: 400px){
    #sidebarNav{
        width: 100%;
        height: 100%;
    }
}
@media(max-width: 800px){
    .navbar{
        width: 100%;
    }
    header{
        width: 100%;
        display: grid;
    }
    .SubscribeBtn,
    .signIn,
    .signUp,
    .faIcons,
    .hideOnMobile{
        display: none;
    }
    .logoDiv a{
        float: inline-end;
    }
   
    #sidebarNav ul{
        margin-top: 40px;
    }

    .menu-button {
        display: block;
    }

    .aboutUsSection {
        flex-direction: column;
        justify-content: center;
    }

    .imgAboutUs{
        margin-left: 20%;
    }

    .headtxt{
        width: 100%;
        height: auto;  
        margin-top: 25%;
    }

    #headtxt2{
        text-align: center;
    }

    .headtxt h1{
        font-size: 45px;
        margin-top: -20%;
    }

    .headtxt p{
        font-size: 18px;
    }

    .headtxt h3{
        font-size: 26px;
    }

    .aboutUsSection{
        margin-top: 80%;
    } 

    .headSlider{
        width: 100%;
        height: auto;
    } 

    .secSlide{
        flex-direction: column;
    }

    .imgCircleHeader img{
        visibility: hidden;
    }

    .serviceBtns button,
    .serviceBtns2 button{
        margin-left: auto;
        
    }

     .Address,
    .Contacts,
    .quickLinks {
        position: relative;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .Address,
    .Contacts,
    .quickLinks {
        margin-left: auto;
        margin-right: auto;
    }

    #footertxt{
        margin-bottom: -40vh;
        padding-bottom: 20vh;
    }
    
    .qrcode {
        margin-left: auto;
        margin-right: 25%;
        width: 50%;
        align-items: center;
        margin-top: 55%;  
    }

    .gradient-footer{
       width: 100%;
        height: auto;
    }

    #socialFooter{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50%;  
        height: 5%;
    }
}

.financeHead{
   text-align: center;
    color: black;
    font-size: 50px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
}

.socialSubSec {
    display: flex;
    align-items: center; 
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   font-size: 1.1rem;
    line-height: 1.4;
    color: #000000;
    margin-top: 40px;
}

.SDGTxt{
    margin-left: 10%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #000000;
     @media (max-width: 768px) {
       font-size: 1.2rem;
       margin-bottom: -45px;
     }
}

.socialInfo {
    flex: 1;
    padding: 10px;

    @media (max-width: 768px) {
       font-size: 1.2rem;
     }
}

.socialImage {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;

    @media (max-width: 768px) {
       width: 45%;
       height: 45%;
     }
}

.socialImage img {
    max-width: 100%;
    height: auto;   
}

.aiSection{
    display: flex;
    width: 100%;
    margin-top: 10%;
    padding: -5px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-left: -16%;

    @media (max-width: 768px) {
        width: 120%;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       text-align: center;
       margin-left: -28%; 
     }
}

.aiInfo{
    text-align: center;
    margin-top: -5px;
    padding: 20px;
     
}
.aiInfo h3{
    font-weight: 600;
    margin-left: 30%;   
}

.aiInfo p{
    font-weight: 400;
    width: 50%;
    text-align: justify;
    margin-left: 43%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.1rem;
    line-height: 1.4;

    @media (max-width: 768px) {
       font-size: 1.2rem;
       text-align: center;
    }  
}
.aiImage {
    width: 39vw;
    border-radius: 20px;
    margin-left: -2%;  
}

.aiImage iframe{
    @media (max-width: 768px) {
        margin-left: -10%;
        width: 300px;
        height: 180px;
     }
}

.aiButton{
    width: 35%;
    height: 15%;
    text-align: center;
    font-weight: 800;
    background-color: #212529;
    color: #fff;
    border: none;
    margin-left: 30%;
}

#aiImageLast{
     @media (max-width: 768px) {
        margin-left: 34%;
        width: 300px;
        height: 200px;
     }
}

.aiSection2{
    display: flex;
    margin-top: 6%;
    margin-bottom: -10%;
     margin-left: 10%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

     @media (max-width: 768px) {
        width: 160%;
        display: flex;
        flex-direction: column-reverse;
        margin-left: -30%;
       
    }
}

#SASL{
    @media (max-width: 768px) {
       margin-top: 20px;
       margin-left: -50px;
    }
}

#virtualId{
    @media (max-width: 768px) {
       margin-top: 60px;
    }
}

.aiInfo2{
    text-align: center;
    margin-top: -5px;
    padding: 20px;
    margin-left: -50px;
    margin-bottom: 18%;
}

.aiInfo2 h3{
    font-weight: 600;
    margin-right: 10%;
}

#hashtags{
    color: #000000;
     @media (max-width: 768px) {
        position: relative;
       text-align: center;
       right: 5%;
    }
}

.aiInfo2 p {
    font-weight: 400;
    width: 60%;
    text-align: justify;
    margin-left: 12%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.1rem;
    line-height: 1.4;

     @media (max-width: 768px) {
       font-size: 1.2rem;
    }
}

#virtual{
    @media (max-width: 768px) {
       margin-left: 30%;
       width: 45%;
       text-align: center;
    }
}

.socialParagraph{
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #000000;
    margin-top: 60px;
    margin-bottom: -5px;
}

.socialInnerMain{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.aiImage2 img{
    width: 39vw;
    height: 100%;
    border-radius: 20px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
    margin-left: 25%;
    @media (max-width: 768px) { 
        margin-left: 36%;   
    }
}

.aiImage2 iframe{
    @media (max-width: 768px) {
        margin-top: -12%;
        margin-bottom: 14%;
        margin-left: 22%;
        width: 300px;
        height: 180px;
     }
}

.aiButton2{
     width: 30%;
    height: 14%;
    text-align: center;
    font-weight: 800;
    background-color: #212529;
    color: #fff;
    border: none;
    margin-right: 10%;
}

#myChart {
    transform: perspective(500px) rotateX(20deg);
    transition: transform 0.5s;
}

#myChart:hover {
    transform: perspective(500px) rotateX(0deg);
}

#mySecChart{
    transform: perspective(500px) rotateX(20deg);
    transition: transform 0.5s; 

    @media (max-width: 768px) {
       width: 40%;
       margin-right: 38px;
     }
}

#mySecChart:hover{
   transform: perspective(500px) rotateX(0deg); 
}

.graphMain{
    background-color: #fff;
    height: 50%; 
    width: 70%; 
    margin-left: auto;
    margin-right: auto;
    box-shadow: 2px 0 12px rgb(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 4%;
    margin-bottom: 40px;

    @media (max-width: 768px) {
        height: 90%;
    }

}

.innerGraph{
    width: 100%;
    display: flex; 
    margin-left: 25%;

    @media (max-width: 768px) { 
        display: grid;  
        width: auto;
    }
}

#pressImgId{
    margin-right: 60px; 
    width: 32%;

    @media (max-width: 768px) { 
        margin-left: -15%;
        width: 100%;
    }
}

#pressImgId2{
    margin-left: 100px;

      @media (max-width: 768px) { 
        margin-left: -15%;
    }
}

.number-box {
        border: 5px solid #7cb2f5;
        width: 100px;
        height: 100px;
        font-weight: 700;
        font-size: 2.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 10px;
        border-radius: 50%;
        flex: 0 0 100px;
}

.number-container {
    display: flex;
    margin-left: 18%;
}

.yearHead{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-left: 25%;
}

.socialHead{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: center;
    margin-top: -20px;
    color: #000000;

    @media (max-width: 768px) { 
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.2rem;
    } 
}

@media(max-width: 1278px){
    .logoDiv button{
        width: 14%;
        margin-left: 20px;
    }

    #sideMain ul{
        margin-left: -22%;
    }

    .serviceBtns button,
    .serviceBtns2 button{
        margin-left: 40%;
    }
}
@media screen and (min-width: 1024px) {
    .aboutUs {
        margin-left: auto; 
        margin-right: auto;
        max-width: 60%;
    }
}
.faIcons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconList {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.iconList li {
    margin-left: 21px;
}

.iconList li:first-child {
    margin-left: 4vw;
}

.iconList li a {
    text-decoration: none;
}

#reahlogosid{
    @media (max-width: 768px) {
        width:45%;
        height: 40%;
    }
}

#menu-button-display{
    @media (max-width: 768px) {
        padding-top: 25px;
        width:150%;
        height: 150%;
    }
}

.aiVideo {
    display: none;
    position: relative;
    width: 35%;
    height: 45%;
    margin-bottom: -14%;
    left: 78%;
    top: -300px;

     @media (max-width: 768px) {
        position: relative;
        left: -24%;
        right: auto;
        top: -80vh;
        width: 80vw;  
        height: 60%; 
        margin-bottom: -50%;;
    } 
}

.aiVideo1 {
    display: none;
    position: relative;
    width: 24%;
    height: 15%;
    margin-bottom: -14%;
    left: 78%;
    top: -100px;

     @media (max-width: 768px) {
        position: relative;
        left: 12%;
        right: auto;
        top: -180px;
        width: 75%;  
        margin-bottom: -50%;;  
    } 
}

@media (max-width: 768px) {
    .graphMain {
        padding: 20px;
    }

    .innerGraph {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .pressImages {
        flex: 1 1 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .graphHeads {
        margin-bottom: 10px;
    }

    canvas {
        max-width: 100%;
        height: auto;

        @media (max-width: 768px) {
            margin-top: 37%;
            margin-left: -20%;
        }
    }

    .container {
        text-align: center;
    }

    .innerDividerYears{
        position: relative;
       display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        left: -16%;
    }
    
    .number-container > div {
        flex: 1 1 30%;
        min-width: 100px;
        margin: 10px 0;
    }

    .number-box {
        font-size: 24px;
        font-weight: bold;
    }

    .yearHead {
        margin: 10px 0 0;
    }

    @media (max-width: 768px) {
        .pressImages {
            flex: 1 1 100%;
        }

        .number-container > div {
            flex: 1 1 45%;
            margin: 10px 0;
        }
    }

    @media (max-width: 480px) {
        .number-container > div {
            flex: 1 1 100%;
            margin: 10px 0;
        }

        .yearHead {
            font-size: 14px;
        }
    }

    .carousel-item img {
        width: 100%;
        height: auto;
    }

    .SDGTxt {
        text-align: center;
        margin-top: 10px;
    }

    .socialImage img {
        width: 100%;
        height: auto;
    }

    .socialSubSec {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    @media (min-width: 768px) {
        .socialSubSec {
            flex-direction: row;
            justify-content: space-around;
        }
    }
    .carousel-container {
        margin-top: 20px;
    }

}