@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family: 'Inter', sans-serif !important;
}  
body::-webkit-scrollbar {
    wwidth: 0;
}
body::-webkit-scrollbar-thumb {
    background-color: transparent;
}
body::-webkit-scrollbar-track {
    background-color: transparent;
}
.image-container {
display: flex;
transition: transform 0.5s ease-in-out;
}
.image-scroll-container {
    overflow: hidden;
    padding: 50px 0px 10px 0px;
}
.custom-bg-1 {
    background-color:  #002548;

}
.custom-bg-2 {
    background-color: #F1F1F1;

}

.custom-bg-5 {
    background-color: #1B7295;

}
.custom-bg-6 {
    background-color: #ED982A;

}
.custom-bg-3 {
    background-color: #000;

}   
.button,

.button,
.button-white {
    gap: 20px;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
}
body {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}
@media (min-width: 1200px) {
    .container-fluid .container,
    .container-fluid .container-lg,
    .container-fluid .container-md,
    .container-fluid .container-sm,
    .container-fluid .container-xl {
        max-width: calc(100% - 175px) !important;
    }
}
#navbarContainer {
    background-color: transparent;
    transition: background-color 0.3s;
}
#navbarContainer.sticky-nav {
    background-color: #fff;
}
.button-white {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #002548;
    border: 1px solid #002548;
}
h1 {
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    line-height: 56px;
}
h2 {
    color: #002548;
    font-size: 32px !important;
    font-weight: 700 !important;
    font-style: normal;
}
a {
    text-decoration: none !important;
    cursor: pointer;
}
.custom-border {
    border: 1px solid #f1f1f1;
    padding: 10px;
    margin-bottom: 20px;
}
.navbar-nav a {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.custom-flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.custom-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sticky-nav {
    box-shadow: rgba(50, 50, 93, 0.23) 0 30px 30px -20px;
    padding: 3px 0;
}
.top-5 {
    padding-top: 50px;
}
.button {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    border: none;
    align-items: center;
    background: #ed982a;
}
.footer-heading,
.footer-links {
    color: #fff;
    line-height: 32px;
    font-family: Inter;
    font-style: normal;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    font-style: normal;
}
.footer-heading {
    font-size: 20px;
    font-weight: 600;
}
.footer-links {
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}
.fonts-12px {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.fonts-14px,
.fonts-14px-blue {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
}
.fonts-14px {
    color: #000;
}
.fonts-14px-blue {
    color: #002548;
}
.fonts-16px,
.fonts-16px-blue,
.fonts-16px-white {
    font-family: Inter;
    font-size: 16px;
}
.fonts-16px-blue {
    color: #002548;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.fonts-16px {
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.fonts-16px-white {
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.fonts-18px,
.fonts-18px-blue {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
}
.fonts-18px {
    color: #000;
    font-weight: 400;
    line-height: 30px;
}
.fonts-18px-blue {
    color: #002548;
    font-weight: 500;
    line-height: 28px;
}
.fonts-20px,
.fonts-20px-blue,
.fonts-20px-white,
.fonts-22px,
.fonts-22px-blue {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.fonts-20px {
    color: #000;
    font-size: 20px;
}
.fonts-20px-blue {
    color: #002548;
    font-size: 20px;
}
.fonts-20px-white {
    color: #fff;
    font-size: 20px;
}
.fonts-22px {
    color: #000;
    font-size: 22px;
}
.fonts-22px-blue {
    color: #002548;
    font-size: 24px;
}
.form-styles {
    font-size: 13px !important;
    border-radius: 0 !important;
    height: 35px !important;
    background-color: #f6f6f6 !important;
    border: none !important;
    width: 100% !important;
}

.footer-headings{
color:white;
font-size: 20px;
font-weight: 600;
line-height: 32px;
text-align: left;
}
.footer-data{
color:white;
font-size: 14px;
font-weight: 300;
line-height: 32px;
text-align: left;}

.red-bgs {
    background-color:  #EDF5FF;
    height: 85vh;
}

.blue-bgs {
    background-color: #FFFFFF;
    height: 40vh;
}

.custom-cards {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*new*/
/*footer sucess popup*/
.myAlert-top{
    position: fixed;
    top: 5px; 
    left:2%;
    width: 96%;
}

.myAlert-bottom{
    position: fixed;
    bottom: 5px;
    left:2%;
    width: 96%;
}

div.fullscreen {
  position: absolute;
  width:100%; 
  height:960px; 
  top: 0; 
  left: 0; 
  background-color: lightblue;
}

.alert{
    display: none;
}
/*spinner*/
#commonloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loaderSvgWrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
  }
  img{
    z-index:2;
  }
  circle{
      fill:none;
      stroke-width:2px;
  }
  #red{
      stroke:#cc0000;
      stroke-dasharray:4 11 4 0;
      animation: cr 3s linear infinite;
  }
  #orange{
      stroke:#ff6600;
      stroke-dasharray:10 30 10 0;
      animation: co 2.75s linear infinite;
  }
  #yellow{
      stroke:#ffff33;
      stroke-dasharray:17 48 17 0;
      animation: cy 2.5s linear infinite;
  }
  #green{
      stroke:#33ff33;
      stroke-dasharray:23 69 23 0;
      animation: cg 2.25s linear infinite;
  }
 
  .loader4 {
    width:45px;
    height:45px;
    display:inline-block;
    padding:0px;
    border-radius:100%;
    border:5px solid;
    border-top-color:#ed982a;
    border-bottom-color:rgba(255,255,255, 0.3);
    border-left-color:#ed982a;
    border-right-color:rgba(255,255,255, 0.3);
    -webkit-animation: loader4 1s ease-in-out infinite;
    animation: loader4 1s ease-in-out infinite;
 }
 @keyframes loader4 {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
 }
 @-webkit-keyframes loader4 {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
 }
 
  .w-lg-75{
    width:75%;
  }
  .w-lg-32{
    width: 32%;
    }
  .bg-custom-gradient {
    background-image: linear-gradient(to bottom, #EDF5FF  60%, #FFF 60%, #FFF 100%);
}
.bg-custom-gradient p{
    color:#2C374B;
}
.w-lg-60{
    width: 60%;
    margin: auto;
}
.modal {
    --bs-modal-width: 435px !important;

}
.modal-dialog {
    display: flex;
    align-items: center;
    min-height: 100vh; 
  }
  
  .modal-content {
    margin: auto; 
  }
#success_tic .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

   #success_tic .page-body{
    max-width:300px;
    background-color:#FFFFFF;
    margin:10% auto;
  }
   #success_tic .page-body .head{
    text-align:center;
  }
  /* #success_tic .tic{
    font-size:186px;
  } */
  #success_tic .close{
        opacity: 1;
      position: absolute;
      right: 0px;
      font-size: 30px;
      padding: 3px 15px;
    margin-bottom: 10px;
  }
  #success_tic .checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .checkmark-circle .background {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #1ab394;
    position: absolute;
  }
  #success_tic .checkmark-circle .checkmark {
    border-radius: 5px;
  }
  #success_tic .checkmark-circle .checkmark.draw:after {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  #success_tic .checkmark-circle .checkmark:after {
    opacity: 1;
    height: 75px;
    width: 37.5px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 15px solid #fff;
    border-top: 15px solid #fff;
    border-radius: 2.5px !important;
    content: '';
    left: 30px;
    top: 70px;
    position: absolute;
  }
  
  @-webkit-keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 37.5px;
      opacity: 1;
    }
    40% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
    100% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
  }
  @-moz-keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 37.5px;
      opacity: 1;
    }
    40% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
    100% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
  }
  @keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 37.5px;
      opacity: 1;
    }
    40% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
    100% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
  }
  .col-red{
    color: red;
  }
  .navbar-toggler:focus{
    box-shadow: none !important;
  }
.banner-home{
    align-items: center;
    vertical-align: middle;
    text-align: left;
    display: flex;
    justify-content: space-around;
    height: 90vh;
}
.banner-home-img {
    width: 100%;
    margin: auto !important;
}
  .cards-hover {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: transparent; 
    color: #2C374B; 
}

.cards-hover:hover {
    background-color: #33516D;
    color: white;
}

.cards-hover img {
    width: 40px; 
    height: 40px; 
}

.cards-hover:hover img {
    filter: brightness(0) invert(1); 
}
  .trendcard{
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    padding: 14px;
    cursor: pointer;
}

.trendcard:hover{
    transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.trendcard h3{
  font-weight: 600;
}
.baseBlog:hover {
	-webkit-transform: translate(0, -8px);
	-moz-transform: translate(0, -8px);
	-ms-transform: translate(0, -8px);
	-o-transform: translate(0, -8px);
	transform: translate(0, -8px);
	box-shadow: 0 40px 40px rgba(0, 0, 0, 0.2);
}
.select-url {
   color: #222;
}

.select-url-path {
   color: #999;
   font-style: italic;
}
.form-select:focus{
    border: none;
}
 
  .text-truncate-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    white-space: normal;
} 
.bg-skyblue{
    background-color:#EDF5FF !important;
}

.og-home-sectiontwo{
    background-color: #1955C9;
}
.og-home-sectiontwo h1{
    font-size: 42px;
    font-weight: 700;
}
.og-home-counts{
    position: relative;
}
.og-home-counts-obs{
    position: absolute;
    top:-56px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.og-home-counts-white{
    box-shadow: 0px 10px 20px 0px #0000001A;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    gap:30px;
    background-color: #FFFFFF;
    width:800px;
}
.og-home-sectionthree{
   padding: 20px;
}
.red-bg {
    background-color: #EDF5FF;
    height: 500px;
}

.blue-bg {
    background-color: #FFFFFF;
    height: 240px;
}

.full-width-card {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;   
}
.full-width-card h2{
    color:#123C8F;
    font-weight: 600;
}

.og-home-sectionthree h2{
    color: #123C8F;
    font-weight: 600;
}
.og-home-sectionfour{
    background-color: #FFFFFF;
    padding-top:20%;
}
.og-home-market{   
    background-color: #33516D;   
}
.og-home-market h2{   
    color:#FFFFFF;  
    font-weight: 600;
}
.cart-img{
    width:30px;
    height:30px;
}
.cart-batch{
    position:relative;
    top:-10px;
    left:-2px;
    font-size:10px;
    width:20px; 
    height:20px;
    border-radius:29px; 
    background-color:#D72631;
    color:#FFF;
    display: flex;
    justify-content: center;
    align-items:center;  
}
.nav-link a:hover{
    color: #1B7295 !important;
}
.nav-link{
    color: #1F2735 !important;
}

.menu-active {
    color: #1B7295 !important;
    border-bottom: 2px solid #1955C9 !important;
}
.ael_onscroll {
    
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #1955C9;
}

.nav-link{
    font-size: 20px !important;
}
.servicemenu-wrapper-resource{
    position: relative;
    display: inline-block;
}
.servicemenu-wrapper {
    position: relative;
    display: inline-block;
}
.servicemenu-dropdown {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #B4D2FF;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 4px;
    background-color: #FFF; 
    box-sizing: border-box;
    padding:10px 8px;
}
.servicemenu-dropdown-resource{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #B4D2FF;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 4px;
    background-color: #FFF; 
    box-sizing: border-box;
    padding:8px;
    
}
.servicemenu-wrapper:hover .servicemenu-dropdown-resource {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:2px;
}
.servicemenu-wrapper:hover .servicemenu-dropdown {
    display: flex;
    justify-content: space-between;
}
.menu-lisitng {
    padding-left: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap:20px;
    row-gap: 10px;
    font-size: 16px !important;  
}
.resource-menu-lisitng {
    padding: 5px 10px;
    width:160px;
    display: flex;
    row-gap: 5px;
    flex-direction: column;
    justify-content: space-between;
}
.resource-menu-lisitng a{
    font-size: 16px !important;
    color: #000;
}
.resource-menu-lisitng a:hover{
    font-weight: 500;
    color: #1B7295 !important;
}
.menu-lisitng a{
    width:218px;
    font-size: 16px !important;
    color: #000;
}
.menu-lisitng a:hover{
    font-weight: 500;
    color: #1B7295 !important;
}
.serch-input-reports{
    width:450px;
    border: 1px solid #f1f1f1;
    height: 42px;
    margin-left: 1%;
}
.search-button-reports{
    border: none;   
    height: 40px; 
    padding: 5px 10px;
    background-color: #ed982a;
    color: #000;
}
.form-control:focus{
    box-shadow: none !important;
}
.reports-titles-popup {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-top: none;
    text-align: left !important;
    border-radius: 0px;
    background-color: #fff;
    display: none;
    z-index: 2;
    position: absolute;
    top: 99%;
    padding-top: 5px;
    font-size: 12px;
    width: 100%; /* Ensure the dropdown matches the width of the input */
}


#matchingTitles::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#matchingTitles::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#matchingTitles::-webkit-scrollbar-thumb
{
	background-color: #CDCDCD;
	border: 2px solid #CDCDCD;
}
.industryList {
    list-style: none;
    font-size: 14px;
    font-weight: 600;
}

.industryList a {
    text-decoration: none; /* Remove underline */
    color: #666; /* Default color */
    font-size: 14px;
    font-weight: 600;
}

.industryList a:hover {
    color: #1B7295 !important;
    font-size: 14px;
    font-weight: 700;
}
.industryList a.selected {
    color: #1B7295 !important; /* Color for selected category */
    font-weight: 700;
}
.mt-6{
    margin-top: 2.3rem;
}
.navbar-nav a{
font-size: 18px !important;
}
.og-home-banner{
background-color: #EDF5FF;
height: 100vh;
}
.oghome-heroimg{
    width:350px;
    height: 400px;
}
.og-home-banner h1{
    font-size: 42px;
    color: #123C8F;
    font-weight: 700;
    /*line-height: 44.8px;*/
    text-align: left;
    /*padding-bottom: 5%;*/
}
.og-home-banner p{
    font-size: 18px;
    font-weight: 600;
    /*line-height: 25.2px;*/
    text-align: left;
    color: #1F2735;
}
.og-homeinput-width{
    width:80%;
}
.og-homebutton-width{
    width:18%;
}
.home-search-button{
    width:100%;
    border: none;
    background-color: #ED982A;
    height: 100%;
}
@media (max-width: 991px) {
    .trendcard{
        margin-bottom: 12px;
      }
    #navbarContainer a.active{
        font-weight: 600 !important;
    }
    .nav-item{
        font-size: 18px !important;
        font-weight: 500;
        border-bottom: 1px solid #1B7295;
        width: 100%;
    }
    .og-home-sectiontwo{
        background-color: #1955C9;
    
    }
    .og-home-counts{
        position: relative;
    }
    .og-home-counts-obs{
        position: absolute;
        top:-35px;
        display: flex;
        justify-content: center;
        align-items: center;
       
    }
    .og-home-counts-white{
        box-shadow: 0px 10px 20px 0px #0000001A;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        gap:30px;
        background-color: #FFFFFF;
        width:800px;
    }
    .og-home-sectionthree{
        padding-top: 10%;
    }
    .red-bg {
        background-color: #EDF5FF;
        height: 560px;
    }
    .banner-home-img {
        width: 300px !important;
        margin: auto !important;
    }
    .blue-bg {
        background-color: #FFFFFF;
        height: 230px;
    }
    
    .full-width-card {
        position: absolute;
        top: 0%;
        left: 0;
        width: 100%;   
    }
    .serch-input-reports{
        max-width:550px;
        border: 1px solid #f1f1f1;
        height: 42px;
        margin-left: 1%;
    }
    .search-button-reports{
        border: none;   
        height: 40px; 
        padding: 5px 8px;
        background-color: #ed982a;
        color: #000;
    }
    .reports-titles-popup {
        border: var(--bs-border-width) solid var(--bs-border-color);
        border-top: none;
        border-radius: 0px;
        background-color: #fff;
        text-align: left !important;
        display: none;
        z-index: 2;
        position: absolute;
        top: 100%;
        padding-top: 5px;
        font-size: 12px;
        width: 100%; /* Ensure the dropdown matches the width of the input */
    }
    .mobile-menu{
        background-color: #EDF5FF !important;
        padding: 10px 15px !important;
    }
    .mobile-menu {
        background-color: #EDF5FF !important;
        padding: 5px 15px !important;
    }
    .mobile-menu-items{
        width: 100%;
    }
    .search{
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .og-home-banner h1 {
        font-size: 26px;
    }

    .og-home-banner p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px){
    .trendcard{
        margin-bottom: 12px;
      }
    p{
        font-size:14px;
    }
    h2{
        font-size: 30px !important;

    }
        .w-lg-60{
            width: 100%;
            margin: auto;
        }
        .og-home-banner{
        background-color: #EDF5FF;
        height: 100vh;
        }
        .oghome-heroimg{
            width:300px;
            height: 301px;
        }
        .og-home-sectiontwo{
            background-color: #1955C9;
        
        }
        .og-home-counts{
            position: relative;
        }
        .og-home-counts-obs{
            position: absolute;
            top:-32px;
            display: flex;
            justify-content: center;
            align-items: center;
           
        }
        .og-home-counts-white{
            box-shadow: 0px 10px 20px 0px #0000001A;
            padding: 20px;
            display: flex;
            justify-content: space-between;
            gap:30px;
            background-color: #FFFFFF;
            width:800px;
        }
        .og-home-sectionthree{
            padding-top: 10%;
        }
        .og-home-banner h1{
            font-size: 26px !important;
            color: #123C8F;
            font-weight: 700;
            /*line-height: 44.8px;*/
            text-align: center;
            /*padding-bottom: 5%;*/
        }
        .og-home-banner p{
            font-size: 16px;
            font-weight: 600;
            /*line-height: 25.2px;*/
            text-align: center;
        }
        
        .og-home-banner a{
            text-align:center;
        }
        .og-homeinput-width{
            width:75%;
        }
        .og-homebutton-width{
            width:23%;
        }
        .home-search-button{
            width:100%;
            border: none;
            background-color: #ED982A;
            height: 100%;
        }
    #navbarContainer a.active{
        font-weight: 600 !important;
    }
    .nav-item{
        font-size: 18px !important;
        font-weight: 500;
        border-bottom: 1px solid #1B7295;
        width: 100%;
    }
    
    .serch-input-reports{  
        max-width:260px;
        border: 1px solid #f1f1f1;
        height: 42px;
        margin-left: 1%;
    }
    .search-button-reports{
        border: none;   
        height: 40px; 
        padding: 5px 8px;
        background-color: #ed982a;
        color: #FFF
    }
    .reports-titles-popup{
        display: none !important;
    }
    .mobile-menu{
        background-color: #EDF5FF !important;
        padding: 10px 15px !important;
    }
    .mobile-menu {
        background-color: #EDF5FF !important;
        padding: 5px 15px !important;
    }
    .mobile-menu-items{
        width: 100%;
    }
    .w-lg-75{
        width: 100%;
    }
    .w-lg-32{
        width: 100%;
    }
}

.search-sec-overlay {
    width: 100vw;
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    background-color: #fff;
    background-position: 10px 10px;
    /* box-shadow: rgb(204 204 204) 0 0 5px 1px; */
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    transition: width 0.4s ease-in-out;
    }