/* .navbar {
    display: flex;
    background-color: #edf5ff;
    justify-content: space-between;
}
.navbar-brand {
    margin-right: auto;
}
.navbar-nav {
    margin: 0 auto;
}
#navbarContainer a:hover {
    color: #1b7295 !important;
}
#navbarContainer a.active {
    color: #1b7295;
    font-weight: 500;
    border-bottom: 2px solid #1b7295;
}
#resourcesDropdown {
    columns: 1;
    width: 300px;
}
.pagination-link.active {
    background-color: #007bff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.reach-us,
.readmore:hover {
    background-color: #002548;
}
.reach-us {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    border: none;
    align-items: center;
}
.col-red {
    color: red;
}
.successMessage {
    color: green;
    font-weight: 700;
    margin-top: 10px;
}
.press-releasecontent {
    height: 300px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    background: #fff;
}


.fade-in {
    animation: 0.5s fadeIn;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.image-container {
    display: flex;
    animation: 10s linear infinite scrollImages;
}
.image-container img {
    width: 100px;
    height: auto;
    margin-right: 10px;
}

.reach-us:hover {
    background-color: #ed982a;
}
@keyframes scrollImages {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-40%);
    }
}
@media screen and (max-width: 576px) {
    .search-button,
    .search-img {
        position: absolute;
        transform: translateY(-50%);
    }
    .home-text {
        font-size: 12px;
    }
    .report-font {
        font-size: 10px;
    }
    .sample-font {
        font-size: 12px;
    }
    .dropdown-menu {
        display: none;
        columns: 1;
        column-gap: 3px;
        max-width: 500px;
    }
    .dropdown-menu a {
        font-size: 13px;
        padding-bottom: 10px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h1 {
        color: #fff;
        font-style: normal;
        font-weight: 600;
    }
    .hide,
    .mobtab-hide,
    .search-butto-display,
    .search-butto-hide {
        display: none;
    }
    .mobtab-space {
        margin-bottom: 20px;
    }
    .fonter-align {
        text-align: left;
    }
    .reports-names {
        border: 2px solid gray;
        border-radius: 14px;
        background-color: #fff;
        display: none;
        z-index: 2;
        position: absolute;
        width: 90%;
        top: 100%;
    }
    .size {
        font-size: 32px !important;
    }
    .inputttt {
        width: 60%;
        border: 1px solid #f1f1f1;
        height: 40px;
        margin-right: 25%;
    }
    .b3 {
        padding-top: 21% !important;
    }
    .i3 {
        margin-top: 13% !important;
    }
    .arro {
        margin-left: 32% !important;
    }
    .i1 {
        padding-top: 5% !important;
    }
    .marginn {
        width: 370% !important;
    }
    .about-b4 {
        margin: 0px 10% !important;
    }
    .about-b1 {
        padding-right: 10px !important;
    }
    .about-b3 {
        padding-left: 10px !important;
    }
    .about-b2-t {
        padding: 0px 5% !important;
    }
    .search-img {
        top: 53%;
        left: 8%;
    }
    .search-button {
        border: none;
        top: 50%;
        right: 8%;
        height: 35px;
        width: 70px;
        background-color: #ed982a;
        color: #fff;
    }
    .header-og-logo {
        width: 200px;
        height: 75.742px;
    }
    .sub-pop-up {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }
    .sub-pop-up-2 {
        background-color: #fff;
        width: 300px;
        padding: 20px;
        border-radius: 5px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .tabs-mobile-padding {
        padding-top: 10px;
    }
    .mobile-view {
        display: block;
    }
    .sticky-position {
        position: sticky;
        top: 80px;
        overflow-y: auto;
        box-shadow: rgba(241, 241, 241, 0.23) 0 30px 30px -20px;
    }
    .tabs-top {
        padding-top: 30px;
    }
    .sample-font {
        color: #141743;
        font-weight: 500;
    }
    .button-font {
        font-size: 8px;
    }
    .home-text-p {
        font-size: 10px;
    }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
    .search-button,
    .search-img {
        transform: translateY(-50%);
    }
    .hide,
    .mobile-view,
    .mobtab-hide,
    .search-butto-display {
        display: none;
    }
    .navfixed-top {
        margin-top: 0 !important;
    }
    .display {
        display: block;
    }
    .mobtab-space {
        margin-bottom: 30px;
    }
    .fonter-align {
        text-align: left;
    }
    .button-search {
        position: relative;
    }
    .search-bar {
        width: 50%;
        margin: auto;
    }
    .reports-names {
        border: 2px solid gray;
        border-radius: 14px;
        background-color: #fff;
        display: none;
        z-index: 2;
        position: absolute;
        width: 50%;
        top: 100%;
    }
    .inputttt {
        width: 35%;
        margin-left: 10%;
        border: 1px solid #f1f1f1;
        padding-left: 50px;
        height: 40px;
    }
    .b3 {
        padding-top: 5% !important;
    }
    .i3 {
        margin-top: 6% !important;
    }
    .marginn {
        width: 245% !important;
    }
    .about-b4 {
        margin: 0px 10% !important;
    }
    .about-b3 {
        padding-left: 10px !important;
    }
    .about-b1 {
        padding-right: 10px !important;
    }
    .search-img {
        position: absolute;
        top: 53%;
        left: 12%;
    }
    .search-button {
        border: none;
        position: absolute;
        top: 50%;
        right: 18%;
        height: 38px;
        width: 8%;
        background-color: #ed982a;
        color: #fff;
        font-size: 14px;
    }
    .page {
        font-size: 10px;
    }
    .header-og-logo {
        width: 200px;
        height: 70.742px;
    }
    .sub-pop-up {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }
    .sub-pop-up-2 {
        background-color: #fff;
        width: 400px;
        padding: 20px;
        border-radius: 5px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .sticky-position {
        position: sticky;
        top: 102px;
        overflow-y: auto;
        box-shadow: rgba(241, 241, 241, 0.23) 0 30px 30px -20px;
    }
    .tabs-top {
        margin-top: 15px;
    }
    .sample-font {
        font-size: 14px;
        color: #141743;
        font-weight: 500;
    }
    .home-text-p {
        font-size: 18px;
    }
    .report-font {
        font-size: 16px;
    }
    .button-font {
        font-size: 16px;
    }
    .home-text {
        font-size: 40px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .search-button,
    .search-img {
        transform: translateY(-50%);
    }
    .sticky-position {
        position: sticky;
        top: 102px;
        overflow-y: auto;
        box-shadow: rgba(241, 241, 241, 0.23) 0 30px 30px -20px;
    }
    .dropdown-menu a,
    .text-animation {
        overflow: hidden;
        white-space: nowrap;
    }
    .mobile-view,
    .search-butto-display {
        display: none;
    }
    .dropdown-menu {
        left: -30px;
        columns: 2;
        column-gap: 40px;
        max-width: 800px;
    }
    .dropdown-menu a {
        font-size: 16px;
        padding-bottom: 10px;
        display: block;
        width: 100%;
        text-overflow: ellipsis;
    }
    .button-search {
        position: relative;
        left: 10%;
    }
    .search-bar {
        width: 50%;
        margin: auto;
    }
    .reports-names {
        border: 2px solid gray;
        border-radius: 14px;
        background-color: #fff;
        display: none;
        z-index: 2;
        position: absolute;
        width: 50%;
        top: 100%;
    }
    .inputttt {
        width: 30%;
        border: 1px solid #f1f1f1;
        margin-left: 8%;
        height: 40px;
    }
    .marginn {
        width: 234% !important;
    }
    .about-b4 {
        margin: 0px 15% !important;
    }
    .about-b2-t {
        padding: 0px 10% !important;
    }
    .about-b3 {
        padding-left: 10px !important;
    }
    .about-b1 {
        padding-right: 10px !important;
    }
    .page {
        font-size: 12px;
    }
    .search-img {
        position: absolute;
        top: 53%;
        left: 26%;
    }
    .search-button {
        border: none;
        position: absolute;
        top: 50%;
        right: 20%;
        height: 36px;
        width: 8%;
        background-color: #ed982a;
        color: #fff;
    }
    .header-og-logo {
        width: 210px;
        height: 70.742px;
    }
    .sub-pop-up {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }
    .lap-space {
        padding-top: 40px;
    }
    .tabs-top {
        padding-top: 10px;
    }
    .sample-font {
        font-size: 14px;
        color: #141743;
        font-weight: 500;
    }
    .home-text-p {
        font-size: 18px;
    }
    .report-font {
        font-size: 16px;
    }
    .button-font {
        font-size: 16px;
    }
    .home-text {
        font-size: 40px !important;
        color: #ed982a !important;
    }
    .home-flex {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .text-animation {
        animation: 5s steps(50, end) infinite alternate reveal;
    }
    @keyframes reveal {
        from {
            width: 0;
        }
        to {
            width: 100%;
        }
    }
}
@media only screen and (min-width: 1024px) {
    .search-button,
    .search-img {
        transform: translateY(-50%);
    }
    .sticky-position {
        position: sticky;
        top: 102px;
        overflow-y: auto;
        box-shadow: rgba(241, 241, 241, 0.23) 0 30px 30px -20px;
    }
    .dropdown-menu a,
    .text-animation {
        overflow: hidden;
        white-space: nowrap;
    }
    .mobile-view,
    .search-butto-display {
        display: none;
    }
    .dropdown-menu {
        left: -30px;
        columns: 2;
        column-gap: 40px;
        max-width: 800px;
    }
    .lap-space {
        padding-top: 40px;
    }
    .dropdown-menu a {
        font-size: 16px;
        padding-bottom: 10px;
        display: block;
        width: 100%;
        text-overflow: ellipsis;
    }
    .fonter-align {
        text-align: right;
    }
    .button-search {
        position: relative;
        left: 10%;
    }
    .search-bar {
        width: 50%;
        margin: auto;
    }
    .reports-names {
        border: 2px solid gray;
        border-radius: 14px;
        background-color: #fff;
        display: none;
        z-index: 2;
        position: absolute;
        width: 50%;
        top: 100%;
    }
    .page {
        font-size: 13px;
    }
    .inputttt {
        width: 40%;
        border: 1px solid #f1f1f1;
        height: 42px;
        margin-left: 1%;
    }
    .search-img {
        position: absolute;
        top: 53%;
        left: 26%;
    }
    .search-button {
        border: none;
        position: absolute;
        top: 50%;
        right: 21%;
        height: 40px;
        width: 7%;
        background-color: #ed982a;
        color: #000;
    }
    .header-og-logo {
        width: 210px;
        height: 75.742px;
    }
    .sub-pop-up {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }
    .sub-pop-up-2 {
        background-color: #fff;
        width: 400px;
        padding: 20px;
        border-radius: 5px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .tabs-top {
        padding-top: 10px;
    }
    .sample-font {
        font-size: 14px;
        color: #141743;
        font-weight: 500;
    }
    .home-text-p {
        font-size: 18px;
    }
    .report-font {
        font-size: 14px;
        padding-top: 3px;
    }
    .button-font {
        font-size: 16px;
    }
    .home-text {
        font-size: 40px !important;
        color: #ed982a !important;
    }
    .home-flex {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .text-animation {
        animation: 5s steps(50, end) infinite alternate reveal;
    }
    @keyframes reveal {
        from {
            width: 0;
        }
        to {
            width: 100%;
        }
    }
} */
#exit-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
#exit-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 2000;
}
#exit-popup,
.full-text,
.full-text2,
.full-text3 {
    display: none;
}
.Body1-SB{
font-family: Inter;
font-size: 18px;
font-weight: 600;
line-height: 25.2px;
text-align: left;

}
.about-scroll-block{
    margin:'0px 500px';
  
}
.head5{
    color:#174DB7;
    font-weight:600;
}
.Body2{
color:white;
font-size: 16px;
font-weight: 400;
line-height: 22.4px;
text-align: left;}


.Body2-SB{
background: linear-gradient(180deg, #0565C0 0%, #01407C 100%);}
.H1-Bold{
color:white;
font-size: 44px;
font-weight: 700;
line-height: 67.2px;
text-align: left;}

.H2-Bold{
color: var(--Foundation-Og-Blue1-og-blue1-600, #174DB7);
font-family: Inter;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 140%;}

.T1-SB{
color:#283244;
font-size: 21px;
font-weight: 600;
line-height: 32.2px;
text-align: left;}
.T2-SB{
color:#1955C9;
font-size: 18px;
font-weight: 600;
line-height: 28px;
text-align: left;}
.Body2-Bold{
color:#1955C9;
font-size: 14px;
/*font-weight: 700;*/
line-height: 22.4px;
text-align: left;}


.S1-Bold{
color:white;

font-size: 40px;
font-weight: 300;
line-height: 56px;
text-align: left;}
.T2{
color:white;

font-size: 20px;
font-weight: 400;
line-height: 28px;
text-align: left;}
.container-fluid {
    position: relative;
}

.float-row {
    box-shadow: 0px 10px 20px 0px #0000001A;
    margin: 5px 130px;
    margin-top: -5%;
    z-index: 1;
    background-color: white;
    position: absolute;
    top: 87%;
    width: calc(100% - 260px); /* Adjust width as needed */
    left: 130px; /* Match the left margin */
}
.float-row1 {
    box-shadow: 0px 10px 20px 0px #0000001A;
    z-index: 1;
    background-color:  #FFFBF4;
    position: absolute;
    top: 100%;
    width:100%;
  /* Adjust width as needed */
     /* Match the left margin */
}
.H2-Bold{
color:#123C8F;
font-size: 32px;
font-weight: 700;
line-height: 44.8px;
text-align: left;}


.Body2{
justify-content: center;
color:#2C374B;
font-size: 16px;
font-weight: 400;
line-height: 22.4px;
text-align: left;}


.count-Data{
color:#1955C9;
font-size: 28px;
font-weight: 700;
line-height: 33.6px;
text-align: center; 
}
.count-data{
color: #1955C9;
font-size: 16px;
font-weight: 600;
line-height: 22.4px;
text-align: center;

}


.form-control::placeholder {
    font-family: 'Inter',sans-serif !important;  
  }
.f{
    font-family:Inter !important;
}

  
  @media(width:768px){
    .about-b2-t{padding:0px 10% !important}
  }
@media (min-width: 1001px) and (max-width:1024px){
    .marginn{width:205% !important;}
    .blog-text{
        text-align:center;
    }
    .block6-head{
        text-align:center;
    }
    .block-1{
        margin-top:26%;
      
    }
    .block2 {
        margin-top: 30px; /* Equivalent to pt-5 */  
    }
    .block2-button {
        margin-bottom: 30px;
       /* Equivalent to pt-5 */
       
    }
    .block2-img{
        height:100%;
    }
    .block3{
        margin-top:150px;
        
    }
    .block4{
        padding-top:300px;
    }
    .count-Data{
        
        line-height: 25px;
        font-size:25px;
       
        /* padding:0% 80% !important;  */ 
    }
    .count-data{
        /* width:20%; */
       
        font-size:14px;
        line-height: 20px;
    }
    .float-row{
        padding-bottom:0px !important;
        top:90%;
        left:16%;
        width:70%;
    }
    .block3-img{
       
        width:90% !important;
    }
    .block4{
        
        padding-top:35%;
    }
    .block4-col{
        padding:0px 30px !important;
        height:5% !important;
        width:18% !important;
     
    }
    .client4{
        padding:0px 30px !important;
       
    }
    .block5-head{
        font-size:40px;
        
        padding-left:0px !important;
        text-align:center !important;
       }

    }
@media (min-width: 1025px){
    .blog-text{
        text-align:center;
    }
    .block6-head{
        text-align:center;
    }
    .block-1{
        margin-top:26%;
       
    }
    .block2 {
        margin-top: 30px; /* Equivalent to pt-5 */  
    }
    .block2-button {
        margin-bottom: 30px;
       /* Equivalent to pt-5 */
       
    }
    .block2-img{
        height:100%;
    }
    .block3{
        
        margin-top:150px;
      
    }
    .block4{
        padding-top:300px;
    }
    .float-row{
        top:88%;
        left:16%;
        width:70%;
    }
    .block3-img{
        
        width:90% !important;
    }
    .block4-col{
        padding:0px 30px !important;
        height:5% !important;
        width:18% !important;
        
    }
    .block5-head{
        text-align:center;
    }

}
@media(min-width:1300px){
    .block3-img{
        height:80% !important;
    }
    .block3-b{
    padding-bottom:10px !important;
    }
    .block3-bt{
        margin-top:6px !important;
       
    }
    .block4{
        padding-top:12% !important;
    }
}
@media(min-width:412px) and (max-width:450px){
    .block4{
        padding-top:720px !important;
       
    }
}
@media(width:360px){
    .block4{
        padding-top:820px !important;
        
    }
    .client4{
        width:90% !important;
    }
}
@media(width:344px){
    .block4{
        padding-top:840px !important;
        
    }
    .client1{
        width:50% !important;
    }
   
    .client4{
        width:90% !important;
    }
}
@media (min-width: 200px) and (max-width: 539px) {
    /* .H2-Bold{
        font-size:25px;
        line-height:30px;
        padding-bottom:15px;
    }
    .Body1-SB{
        font-size:15px;
        line-height:20px;
    } */
    /* .block-1{
       
    } */
   /* .block5{
    padding:10px !important;
   } */
   .block5-head{
    
    padding-left:0px !important;
    text-align:left !important;
    align-items:left !important;
   }
    .block2-padding{
        padding:0px !important;
         
    }
    /* .block1-form{
       
        padding:0px;
    }
    .block1-form::placeholder{
        font-size:12px;
        padding:0px 0px;
    } */
     .block-head{
        font-size:30px;
        line-height:38px;
        margin-top:20px !important;
     }
     .block2-subhead{
        font-size:20px;
     }
     .block2-p{
        font-size:14px;
        line-height:25px;
     }
    .block2-button {
        
        padding-bottom: 110px; /* Equivalent to pt-5 */
       
    }
    .button-text{
        font-size:14px;
    }
    .block4{
        
        padding-top:750px;
        
    }
    .block4-col{
        width:60%;
        height:10%;
        
        
    }
    .client1{
        padding-top:20px;
        height:60px;
        width:125px;
    }
    .block3{
        margin-top:100px;
      
    }
    .block3-head{
        padding-top:20px;
    }
    .block4-head{
        font-size:25px;
    }
   
    .count-Data{
        
        line-height: 10px;
        font-size:16px;
       
        /* padding:0% 80% !important;  */ 
    }
    .count-data{
        /* width:20%; */
      
        font-size:10px;
        line-height: 10px;
    }
    .float-row{
       
        padding-bottom: 3px !important;
        top:93%;
        width:80%;
        left:50px;
    }
    .block5-text{
        width:100% !important;
      
    }
}
@media (width: 540px) {
    
    .b3{padding-top:14% !important;}.i3{margin-top:11% !important}
    .block3-img{
       
        height:95% !important;
    }
    .block-head{
        font-size:30px;
        line-height:30px;
        margin-top:20px !important;
     }
     .block2-subhead{
        font-size:20px;
     }
     .block2-padding{
        padding:0px !important;
         
    }
     .block2-p{
        font-size:14px;
        line-height:25px;
     }
    .block2-button {
        
        padding-bottom: 110px; /* Equivalent to pt-5 */
       
    }
    .button-text{
        font-size:14px;
    }
    
    .block4{
        padding-top:550px !important;
        
    }
    .count-Data{
        
        line-height: 10px;
        font-size:16px;
       
        /* padding:0% 80% !important;  */ 
    }
    .count-data{
        /* width:20%; */
       
        font-size:10px;
        line-height: 10px;
    }
    .block3{
        margin-top:100px;
    
    }
    .float-row{
        top:95%;
        padding:0px;
        margin:0px;
        width:80%;
        left:50px;
    }
    .block5-text{
        width:100% !important;
      
    }
    .inputttt{
        
        width:65%;
        margin-right: 18%;
    }
    .search-button{
        margin-right: 3%;
    }
}

/* @media (min-width: 820px) and (max-width: 900px) {
    
    .block-1{
        margin-bottom:5px;
       
       }
    .block2-button {
        margin-bottom: 70px;   
    }
    .block3{
        margin-top:150px;
      
    }
    .float-row {
    top:1190px; 
      
    }}
     */

 @media (min-width: 900px) and (max-width: 1000px) {
       
        .block2-button {
            margin-bottom: 70px; /* Equivalent to pt-5 */
           
        }
        .block3{
            margin-top:150px;
           
        }
        .float-row {
        top:1240px; /* Equivalent to pt-5 */
          
        }}
/* @media (width: 1024px) {
            .block-1{
                margin-top:25%;
               
            }
            .block2{
              padding-bottom:80px;  
            }
            .block3{
                margin-top:150px;
              
            }
            .block2-img{
                height:120%;
                padding:0px;
                margin:0px;
            }
            .float-row {
            top:390px; 
              
            }} */

@media (min-width: 700px) and (max-width: 912px) {
    .block6-head{
        text-align:center;
    }
   
  
 
   
    .block2-button {
        margin-bottom: 50px; /* Equivalent to pt-5 */   
    }
    .block-head{
      
        font-size:25px;
        line-height:30px;
        margin-top:20px;
    }
    .block2-subhead{
     
        font-size:20px;
        /* line-height: 20px; */
       
    }
    .block2-img{
        height:101%;
        padding:0px;
        margin:0px;
    }
    .count-Data{
        
        line-height: 10px;
        font-size:16px;
        padding-bottom:10px
       
        /* padding:0% 80% !important;  */ 
    }
    .count-data{
       
        font-size:12px;
        line-height: 10px;
    }
    .block2-p{
       
        font-size:14px;
        line-height:20px;
    }
    .block2-padding{
        padding:0px 30px 0px 40px !important;
    }
    .button-text{
        font-size:12px;
    }
    .block3{
        margin-top:80px;
       
    }
    .float-row{
        padding:0px;
        margin:0px;
        width:80%;
        top:91%;
        left:90px;
    }
    .block4{
        padding-top:400px !important;
       
    }
    .block5-head{
       
        padding-left:0px !important;
        text-align:left !important;
        align-items:left !important;
       }
       .block5-text{
        width:100% !important;
       
    }
}