 /* Full Page  */
 *, *::after, *::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0 }
   
   body,
   html {
       margin: 0; 
       padding: 0;
     font-family: 'Roboto-Regular' !important;
       font-style: normal;
   }
   section {
     width: 100%;
     float: left;
   }
   .container {
     max-width: 1140px;
     margin: auto;
     height: auto;
   }
   .block100 h1,
   .block100 h2,
   .block100 h3 {
     font-size: 40px;
     line-height: normal;
     font-family: 'PTSans-Bold' !important;
   }
   .block100 {
     width: 100%;
     float: left;
   } 
   .block50 {
     width: 50%;
     float: left;
   } 
   .block33 {
     width: 33%;
     float: left;
   }
   .swiping {
     cursor: grabbing;
   }
    /* padding */
   .p10 {
     padding: 10px;
     display: block;
   }
   .gap {
   height: 10px;
   width: 100%;
   }
   .p20 {
     padding: 20px;
     display: block;
   }
   .p40 {
     padding: 40px;
     display: block;
   }
   .p30 {
     padding: 0px 30px 0px 30px;
     display: block;
   }
   .pl {
     padding: 20px 20px 20px 0px;
   }
   .pr {
     padding: 20px 0px 20px 20px;
   }
   .nrmltxt {
     font-size: 20px !important;
     line-height: normal;
     font-family: 'Roboto-Regular';
   }
   .nrmltxt14 {
     font-size: 18px;
     font-weight: 400;
     line-height: 27px;
     font-style: normal;
     text-align: left;
     color: #000000;
     font-display: swap;
     font-family: 'Roboto-Regular';
   }
    /* Background Image */
   .blueBg {
       background: #060042;
   } 
   /* COLOR */
   .white {
     color: #fff;
   }
    /* Image css */
   .img-responsive {
       max-width: 100%;
       height: auto;
   }
   img {
       vertical-align: middle;
   }
   
   img {
       border: medium none;
       outline: medium none;
   }
   .slider-container {
     position: relative;
     overflow: hidden;
     height: 550px;
   }
   
   .slider {
     display: flex;
     transition: transform 0.8s ease-in-out;
   }
   
   .slide {
     flex: 0 0 100%;
     display: flex;
     float: left !important;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
     align-content: flex-end;
     margin-top: -20px;
   }
   .dots-container {
     width: 20px;
     position: relative;
     bottom: 300px;
   }
   .dot {
     width: 20px;
     height: 20px;
     border-radius: 50%;
     margin: 5px 0;
     cursor: pointer;
     border: 2px solid #C7C6D5;
     background-color: #C7C6D5;
     display: flex;
     margin-top:10px;
   }
   .active {
     background-color: #fff;
     border: 2px solid #000;
   }
   .dot:hover {
     background-color: #fff;
     border: 2px solid #000;
   }
   .scrollBlock {
     writing-mode: tb;
     position: relative;
     top: 40px;
   }
           
   /* Text Align */
   .center {
     text-align: center;
   }
   
   .left {
     text-align: left;
   }
   
   .specer {
     float: left;
     height: 20px;
     width: 100%;
   }
   .line {
     width: 45px;
     position: relative;
     left: 115px;
     bottom: 10px;
   }
   .connectBtn {
     border: 1px solid #FC4F02;
     border-radius: 5px;
     width: auto;
     padding: 10px 40px;
     font-size: 16px;
     color: #000;
     margin: 20px 0;
     text-decoration: none;
     text-align: left;
   }
   .connectBtn1 {
     border: 1px solid #FC4F02;
     width: auto;
     background-color: #FC4F02;
     padding: 10px 20px;
     font-size: 16px;
     color: #fff;
     text-decoration: none;
     text-align: left;
   }
   .connectBtn:hover {
     background-color: #FC4F02;
     margin-left: 5px;
     transition: 0.3s;
   }
   @keyframes left-right-zoom {
     0% {
       transform: scale(1) translateX(-100%);
     }
     50% {
       transform: scale(0.5) translateX(0);
     }
     100% {
       transform: scale(1) translateX(0%);
     }
   }
   .left-animate-zoom {  
    -webkit-animation-name: left-zoom;  
    -webkit-animation-duration: 0.8s;  /* Match the duration */
    animation-name: left-zoom;  
    animation-duration: 0.8s;  
}  

@-webkit-keyframes left-zoom {  
    0% {  
        transform: scale(1) translateX(-100%);  
    }  
    50% {  
        transform: scale(0.5) translateX(0);  
    }  
    100% {  
        transform: scale(1) translateX(0);  
    }  
}  

@keyframes left-zoom {  
    0% {  
        transform: scale(1) translateX(-100%);  
    }  
    50% {  
        transform: scale(0.5) translateX(0);  
    }  
    100% {  
        transform: scale(1) translateX(0);  
    }  
}

   .right-animate-zoom {  
     -webkit-animation-name: right-zoom;
     -webkit-animation-duration: 0.6s;
     animation-name: right-zoom;
     animation-duration: 0.8s;
   }
   @-webkit-keyframes right-zoom {
     0% {
       transform: scale(1) translateX(100%);
     }
     50% {
       transform: scale(0.5) translateX(0);
     }
     100% {
       transform: scale(1) translateX(0);
     }
   }
   
   @keyframes right-zoom {
     0% {
       transform: scale(1) translateX(100%);
     }
     50% {
       transform: scale(0.5) translateX(0);
     }
     100% {
       transform: scale(1) translateX(0);
     }
   }
   .dislex {
   display: flex;
   align-items: center;
   justify-content: center;
   }
   .show {
   display: block;
   }
   .hide {
   display: none;
   }
   .box  {
   padding: 30px;
   background-color: #fff;
   border: 2px solid #fff;
   border-radius: 5px;
   box-shadow: 0px 0px 12px 0px rgb( 0 0 0 / 15% );
   display: flex;
   align-items: flex-start;
   transition: all 1s linear;
   }
   .box:hover {
   border: 2px solid #FC4F02;
   }
   .box1  {
   padding: 30px;
   background-color: #fff;
   border: 2px solid #fff;
   border-radius: 5px;
   box-shadow: 0px 0px 12px 0px rgb( 0 0 0 / 15% );
   display: flex;
   align-items: flex-start;
   transition: all 1s linear;
   margin: 15px 0px;
   }
   .box1:hover {
   border: 2px solid #FC4F02;
   }
   
   /* --------------------------accordion-------------------------- */
   
   .acord-nrmltxt {
       font-size: 16px !important;
       line-height: normal;
     font-family: 'Roboto-Regular';
   }
   .acccord-tab1>.acccord-toggle1 {
   position: absolute;
   display: none;
   background: #F4F8FF;
   }
   
   .acccord-tab1>label {
   color: #000;
   background: #fff;
   font-size: 20px;
   line-height: normal;
   position: relative;
   display: block;
   padding: 25px 30px 30px 30px;
   cursor: pointer;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   align-items: center;
   justify-content: flex-start;
   border-radius: 8px 8px 0px 0px;
   font-family: 'PTSans-Bold' !important;
   }
   
   .acccord-tab1>.acccord-content1 {
   max-height: 0;
   transition: all 0.8s;
   overflow: hidden;
   padding: 0 10px 0 60px;
   background: #F4F8FF;
   border-radius: 0 0 8px 8px;
   }
   
   .acccord-tab1>label:after {
   content: '\f078';
   position: absolute;
   top: 25px;
   right: 10px;
   font-family: fontawesome;
   transform: rotate(180deg);
   transition: transform .15s;
   margin-right: 25px;
   }
   
   .acccord-tab1>.acccord-toggle1:checked~label:after {
   transform: rotate(0deg);
   background: #F4F8FF;
   }
   
   .acccord-tab1>.acccord-toggle1:checked~.acccord-content1 {
   max-height: 110vh;
   border:1px solid #B8CBF8;
   border-top  : none;
   padding: 0px 20px 25px 60px;
   }
   .acccord-tab1>.acccord-toggle1:checked~label {
   background: #F4F8FF; /* Change background color when checked */
   border: 1px solid #B8CBF8; /* Add border when checked */
   border-bottom: none;
   }
   
   
   #slideImage {  
     -webkit-animation-name: zoom;
     -webkit-animation-duration: 0.6s;
     animation-name: zoom;
     animation-duration: 0.6s;
   }
   
   @-webkit-keyframes zoom {
     from {-webkit-transform:scale(0)} 
     to {-webkit-transform:scale(1)}
   }
   
   @keyframes zoom {
     from {transform:scale(0)} 
     to {transform:scale(1)}
   }
   
   .mb-hide {
     display: block;
     }
     .mb-hide1 {
     display: none;
     }
   .r-dislex {
     display: flex;
     flex-direction: row-reverse;
     justify-content: center;
     align-items: center;
   }
   .connect-btn {
     border: 1px solid #FC4F02;
     width: auto;
     background-color: #FC4F02;
     padding: 20px 40px;
     font-size: 20px;
     color: #fff;
     text-decoration: none;
     text-align: left;
   }
   
   
   
   @media (min-width:0px) and (max-width:768px) {
       .block50 {
           width: 100%;
           float: center;
       }
     .container {
       padding: 30px;
     }
     .slider-container {
       height: auto;
     }
     .dots-container {
       position: relative;
       display: flex;
       bottom: 5px;
       left: 25%;
     }
     .dot {
       margin: 0px 10px;
       padding: 10px;
     }
     .scrollBlock {
       display: none;
     }
     .p20 {
       padding: 10px;
       display: block;
     }
     .p40 {
       display: block;
     }
     .pl {
       padding: 10px 0px;
     }
     .pr {
       padding: 10px 0px;
     }
     .img-responsive {
       max-width: 100%;
       height: auto;
     }
     .block33 {
       width: 100%;
       float: left;
     }
     .h{
       height: auto;
     }
     .show {
       display: none;
     }
     .hide {
       display: block;
     }
     .box {
       display: block;
       
     }
     .box1 {
       display: block;
       margin: 10px 0px;
     }
   .mb-hide {
     display: none;
     }
     .mb-hide1 {
     display: block;
     padding: 20px 0px !important;
     }
     .mb-hide1 {  
       -webkit-animation-name: zoom;
       -webkit-animation-duration: 0.6s;
       animation-name: zoom;
       animation-duration: 0.6s;
     }
     @-webkit-keyframes zoom {
       from {-webkit-transform:scale(0)} 
       to {-webkit-transform:scale(1)}
     }
     
     @keyframes zoom {
       from {transform:scale(0)} 
       to {transform:scale(1)}
     }
     .dislex {
       display: block;
       
     }
     .r-dislex {
       display: block;
     }
   }
   @font-face {
       font-family: 'PTSans-Bold';
       src: url(../fonts/PTSans-Bold.ttf);
       font-style: normal;
         font-weight: normal;
         text-rendering: optimizeLegibility;
     }
     @font-face {
       font-family: 'Roboto-Regular';
       src: url(../fonts/RobotoSlab-Regular.ttf);
       font-style: normal;
         font-weight: normal;
         text-rendering: optimizeLegibility;
     }

.stat-main {
    display: flex;
    flex-direction: column;
    width: 80%;
    max-width: 600px;
}

.stat-box {
    background-color: #202061;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: border-color 1s ease;
}
.stat-box:hover{
    border: 2.5px solid #fff;
}
.stat-box h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.stat-box p {
    font-size: 14px;
    line-height: 1.5;
}

.stat-box .source {
    margin-top: 10px;
}
@media (max-width: 768px) {
    .stat-main {
        width: 90%;
    }

    .stat-box {
        padding: 15px;
    }

    .stat-box h1 {
        font-size: 32px;
    }

    .stat-box p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .stat-main {
        width: 95%;
    }

    .stat-box h1 {
        font-size: 28px;
    }

    .stat-box p {
        font-size: 12px;
    }
}
.stat-main2 {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 600px;
}

.stat-box2 {
  background-color: #FC4F02;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.stat-box2 h1 {
  font-size: 40px;
  margin-bottom: 10px;
}

.stat-box2 p {
  font-size: 15px;
  line-height: 1.5;
}

.stat-box2 .source {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .stat-main2 {
      width: 90%;
  }

  .stat-box2 {
      padding: 15px;
  }

  .stat-box2 h1 {
      font-size: 32px;
  }

  .stat-box2 p {
      font-size: 13px;
  }
}

@media (max-width: 480px) {
  .stat-main2 {
      width: 95%;
  }

  .stat-box2 h1 {
      font-size: 22px;
  }

  .stat-box2 p {
      font-size: 12px;
  }
}