@import url('https://fonts.cdnfonts.com/css/finance');

:root {
    --vru: 18px;
    --site-container-width: 1680px;
    --site-container-padding: 5.625%;
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    cursor: pointer;
    grid-column: 1 / -1;
  }
  
 body {
    height: 100%;
    
    font-family: Proxima Nova, "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    
 } 

 header {
    
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    width: 100%;
   
    
 }

 .header-div{
   
    width: 100%;
    
    display: flex;
   justify-content: space-between;
 }

.div-header-img, .container-nav-li {
   display: flex;
   height: 55px;
   text-align: center;
      align-items: center;
      justify-content: center;
      color: #002337;
      font-size: 16.364px;
    letter-spacing: .03em;
    font-weight: 600;
   
}

 .img-div{
   display: flex;
   padding-right: 20px;
 }
 .img-logo {
   width: 200px;
   height: 50px;
 }

 .icon-txt {
   padding-top: 7px;
   padding-left: 10px;
   text-align: center;
   font-size: 0.9em;
   color: rgb(33, 110, 110);;
   
   font-weight: 500;
   }

   .nav-li-items {
      color: #002337;
      font-size: 15.364px;
    letter-spacing: .03em;
    font-weight: 600;
   }

   .nav-li-items:after {
    position: absolute;
    bottom: 0;
    content: '';
    left: 13.5px;
    width: calc(100% - 27px);
    height: 0;
    border-top: solid 6px #5392ff;
    -webkit-transform: scalex(0);
    transform: scalex(0);
}

   .nav-li-item{
      color: rgb(33, 110, 110);
   }

   a {
      color: inherit;
   }
.social-txt:hover, .nav-li-items:hover {
   font-size: 1em;
   color:rgb(33, 110, 110);
}



.container-nav {
   padding: 0;
   display: flex;
}

.container-nav-li li {
   
   padding-right: 30px;
   z-index: 4;
   font-size: 1em;
   font-weight: 600;
   text-transform: uppercase;
}


 .fa-bar-nav {
    display: flex
;
        background-color: #01639a;
        height: 55px;
        width: 55px;
        
        align-items: center;
        justify-content: center;
        
 }

 .span-bar{
        font-size: 1.8em;
        color: #fff;
        padding: 5px 5px;
        font-weight: 400;
    }

        .fa-bar {
        display: flex;
        padding-left: 10px;
        }

        .fa-xmark {
         padding-right: 15px;
        }

    .fa-solid{
      font-weight: 400;
    }
    .menu {
      display: none;
    }
    .menu.active {
      display: flex;
  flex-wrap: wrap;
  gap: 20px;
      
    }

 .side-bar-se {
   
   background-color: #002337;
        height: auto;
        width: 100%;
        position: absolute;
        z-index: 10000;
        padding: top;
        overflow: hidden;
        left: 0;
        top: 100%;
        transition: 0.5s;
 }

 .side-bar-li{
      
      justify-content: center;
      padding: 40px 40px;
      font-size: 1em;
      color: #fff;
      
     flex: 1 1 calc(50% - 20px);
     z-index: 999;
     position: relative;
        

        
   }

   

   .side-bar-li h3 {
      margin-bottom: 20px;
      font-size: 16px;
   }

   .li-bar-item1, .li-bar-item {
        margin-bottom: 10px;
        line-height: 26px;
        font-size: 16px;
        font-weight: 600;
    }

    
 .se-div-pa{
   display: flex;
   width: 100%;
 }

 .side-bar-li-te{
   
   font-size: 1.1em;
   color: rgb(33, 110, 110);
   height: 50vw;
   border-right: 1px solid rgb(254, 254, 254);
   background-color: #000;

}

.section-seed {
   position: relative;
   
   
}

.slide-container {
 
  background-image: url("../images/bb.jpg");
  background-color: #cccccc;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.slide-container::before {
   content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(330.41deg, #01639a 18.33%, #002337 100%);
  opacity: 0.44; /* adjust as needed */
  padding-top: 108px;
        padding-bottom: 108px;
}

.silderCon {
   width: 80%;
   
   
}



.slider-txt {
   position: absolute;
   top: 30%;
   color: #fff;
   overflow: hidden;
   vertical-align: middle;
   left: 0%;
   right: 0%;
   margin: 40px;

   
  
}














.header-txt {
   margin-bottom: 20px;
   font-size: 48px;
   

}

.myText {
   display: none;
}





 .header-p  {
   
   font-size: 20px;
   max-width: 550px;
   line-height: 24px;
   
   
   

}

.margin-p {
   margin-bottom: 20px;
   margin-top: 1.5rem
}

.slider-txt .btn-container{
   display: inline-block;
   position:relative;
   text-align: center;
   
}
.section-wrp {
   position: relative;
   padding-top: 54px;
    padding-bottom: 54px;
    background-color: #edf1f5;
}
.header-con {
  position: relative;
  color: #434251;
  text-align: center;
}

.header-con h2 {
   font-size: 23.958px;
   margin-bottom: 9px;;   
   line-height: 30px;
   font-weight: 600;
   text-transform: uppercase;

}

.header-con p {
   margin-bottom: 10px;
}


.container-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px;

}

.section-news {
   background-image: linear-gradient(106.17deg, #f2f4f8 0%, #e7ebf2 100%);
}

.news-ll {
margin-top: 36px;
    margin-bottom: 36px;
    max-width: var(--site-container-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 22px;
    padding-right: 22px;
}

.news-card {
   background-color: #fff;
   align-items: stretch;
   display: flex;
   margin-bottom: 9px;
   padding: 2.5%;
   position: relative;
}

.news-card a {
   display: flex;
   justify-content: space-between;
   padding: 18px;
   min-height: 108px;
   flex: 1 1 0%;
}
.news-title {
   position: relative;
   font-size: 20.92px;
   font-weight: 600;
   color: #003ba1;
   line-height: 27px;
   margin-top: 9px;
}
.news-p {
   line-height: 18px;
   font-size: 14.3px;
   color: #5f6d87;
}

.news-img {
   margin-left: 9px;
   display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.img-news {
   max-width: 175px;
   height: auto;
}

.pub-spn {
   margin-top: -28px;

   
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5%;
    padding-right: 2.5%;
    color: #434251;
}
.pub-con {
   font-size: 14.82px;
   line-height: 27px;
   display: flex;
}
.spn-pub {
   color: #5f6d87;
}
.pub-nm {
   color: #003ba1;
}

.image-container {
  position: relative;
  width: 300px;
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
  
}

.bg-cont {
   background-color: #fff;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  
}

/* Gradient overlay */
.gradient-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(123.42deg, #024062 0%, #092d41 100%);
  opacity: 0.8;
  z-index: 1;
  
}

/* Centered text */
.center-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  
  color: white;
  
  font-weight: 600;
  z-index: 2;
  
}
article{
   position: relative;
   margin-bottom: 9px;
   padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 18px;
    padding-right: 18px;
}

article a {
   
    color: #fff;
    position: relative
}
.spn-txt {
   letter-spacing: .05em;
   text-transform: uppercase;
   font-size: 12.111px;
   margin-bottom: 9px;
   line-height: 18px;
   color: #bac2d3;
   font-weight: 600;
   
}
.smal-h {
   font-size: 18px;
   line-height: 20px;
   position: relative;
   
}
.letter-sml {
   letter-spacing: 2px;

}

.bg-cont .smal-h {
    color: #003ba1;
    font-size: 14.1px;
    line-height: 26px;
}

.cont-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  

}

.image-con {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  
  
}

.image-con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  
}
.gradient-overlay-cn {
  position: absolute;
  inset: 0;
  background: linear-gradient(330.41deg, #01639a 18.33%, #002337 100%);
    opacity: 0.44;
  
  
}

.cent-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  font-weight: 600;
 /* z-index: 2;*/
  
}
.spn-txt {
   letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 12.111px;
    margin-bottom: 30px;
    line-height: 18px;
    color: #bac2d3;
    font-weight: 600;
}
.smal-ht {
    font-size: 18px;
    line-height: 20px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
}
.btn-wrp {
   position: relative;
}



 .btn-btn{
   
   
   margin: 0 auto;
}

.btn-btn {
   color: #fff;
    display: inline-block;
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-color: #eeb41e;
    border-width: 2px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 13.524px;
    line-height: 18px;
    white-space: nowrap;
    
}

.btn-con {
   padding-top: 10px;
}

.btn-pd{
   padding-right: 10px;
}



.prev, .next {
   cursor: pointer;
   position: absolute;
   top: 50%;
   width: auto;
   margin-top: -22px;
   padding: 16px;
   color: white;
   font-weight: bold;
   font-size: 18px;
   transition: 0.6s ease;
   border-radius: 0 3px 3px 0;
   user-select: none;
 }

 .next {
   right: 0%;
 }

 .fade {
   animation-name: fade;
   animation-duration: 1.5s;
   animation-timing-function: ease-in-out;
   animation-iteration-count: 1;
   animation-fill-mode: forwards;
 }
 

 @-webkit-keyframes fade {
   0% { opacity: 0.4; }
   100% { opacity: 1; }
 }
 
 @-moz-keyframes fade {
   0% { opacity: 0.4; }
   100% { opacity: 1; }
 }
 
 @-o-keyframes fade {
   0% { opacity: 0.4; }
   100% { opacity: 1; }
 }
 
 @keyframes fade {
   0% { opacity: 0.4; }
   100% { opacity: 1; }
 }
 
 
 .fade {
   opacity: 1;
   transition: opacity 1.5s ease-in-out;
 }
 
.section-p{
   color: #434251;
   padding-top: 54px;
    padding-bottom: 54px;
    overflow: hidden;
    background-color: #edf1f5;
}
.section-p-con {
   margin-top: 27px;
    margin-bottom: 27px;
    font-size: 18.34px;
    line-height: 27px;
    padding: 44px;
    font-weight: 600;
}



footer {
   overflow: hidden;
   padding-left: 27px;
   padding-right: 27px;
   background-color: #002337;
   color: #fff;
   width: 100%;
}
.section-nav {
   display: flex
;
    flex-wrap: wrap;
    gap: 20px;
   position: relative;
    padding-top: 54px;
    padding-bottom: 54px;
    

}
.section-nav nav {
   position: relative;
    width: 300px;
    height: 200px;
    margin-bottom: 54px;
    
}
.ul-nav {
   font-size: 17px;
   letter-spacing: .05em;
   margin-bottom: -9px;
   line-height: 26px;
   font-weight: 600;
}
.section-nav li {
   padding-bottom: 9px;
   line-height: 26px;
}
.footer-section {
   text-align: center;
}


 @media only screen and (max-width: 730px) {
   .container-nav-li{
      display: none;

   }

   
   .header-div{
      margin: 0;
   }

   .img-logo{
      width: 200px;
      
      
   }

   .icon-txt{
      font-size: 0.7em;
      padding-top: 4px;
      padding-left: 6px;
      color: rgb(33, 110, 110);
   }

   .fa-bar-nav {
      display: flex;
      background-color: #01639a;
      height: 55px;
      width: 55px;
      
      align-items: center;
      justify-content: center;
   }

   .side-bar-se {
      background-color: #002337;
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 10000;
        padding: top;
        overflow: hidden;
        left: 0;
        top: 9%;
        transition: 0.5s;
   }

   .fa-bar{
      display: flex;
      
   }

   .fa-bars, .fa-xmark {
            display: inline; /* Default: Only bars visible */
        }
        .fa-xmark {
            display: none; /* Hide "X" initially */
        }
        .menu-toggle.active .fa-bars {
            display: none; /* Hide "☰" when menu is open */
        }
        .menu-toggle.active .fa-xmark {
            display: inline; /* Show "✖" when menu is open */
        }

   .span-bar{
      font-size: 1.8em;
      color: #fff;
      padding: 5px 5px;
      
   }

   .side-bar-li h3 {
      font-size: 14.11px;
   }

   .side-bar-con{
      display: flex;
      justify-content: space-between;
      padding: 20px 20px;
   }

   .side-bar-txt{
      font-size: 1em;
      font-weight: bold;
      color: rgb(33, 110, 110);

   }

   
   

   .slider-txt {
      text-align: center;
      position: absolute;
      top: 20%;
      color: #fff;
      overflow: hidden;
      vertical-align: middle;
      left: 0%;
      right: 0%;
      margin: 20px;
   
      
     
   }
   
   .header-txt {
      margin-bottom: 10px;
      font-size: 34px;
      
   
   }
   
   .header-p {
       padding: 5px 40px 5px 40px;
      font-size: 20px;
      max-width: 480px;
      margin: 0 auto;
  }

  .margin-p {
   margin-bottom: 10px;
   margin-top: 1.2rem;
  }

  .slider-txt .btn-container {
   display: grid;
   position: relative;
   
  }
   
  .btn-pd {
   padding-top: 10px;
  }

  .container-wrapper {
   padding: 10px;
  }

.image-container {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 12px;
}

.header-con h2{
   font-size: 20.3px;
}

.section-p-con {
   margin-top: 27px;
    margin-bottom: 27px;
    font-size: 16.364px;
    line-height: 27px;
    padding: 24px;
    font-weight: 600;
}
 
  
 }