.serviceBox{
    color: #db7100;
    background: #99e2ff;
    font-family: 'Zen Maru Gothic', sans-serif;
    text-align: center;
    padding: 25px 20px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.serviceBox .title{
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .description{
    color: #555;
    font-size: 15px;
    line-height: 23px;
}
.serviceBox.green{
    color: #75c400;
    background: #75c400;
}
.serviceBox.green:after{ background: #75c400; }
.serviceBox.blue{
    color: #27A1D3;
    background: #27A1D3;
}
.serviceBox.blue:after{ background: #27A1D3; }
.serviceBox.red{
    color: #bb2b2c;
    background: #bb2b2c;
}
.serviceBox.red:after{ background: #bb2b2c; }
@media only screen and (max-width: 990px){
    .serviceBox{ margin: 0 0 30px; }
}

#box {
  display: flex;
  align-items: center;
  justify-content: center;

  color: white;
  font-family: 'Raleway';
  font-size: 2.5rem;
}
.gradient-border {
  --borderWidth: 5px;
  background: #1D1F20;
  position: relative;
  border-radius: var(--borderWidth);
}
.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.left-side {
  float: left;
  width: 25%;
  padding: 1%;
}

.right-side {
  float: right;
  width: 25%;
  padding: 1%;
}


.content img {
  max-width: 100%;
}

.bankBook{
    color: #6EA2C9;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 25px 20px;
    margin: 0 -5px;
    border: 5px solid #427396;
    border-left: 5px solid #6EA2C9;
    border-top: 5px solid #6EA2C9;  
    position: relative;
    z-index: 1;
}
.bankBook:before{
    content: "";
    width: calc(100% - -1px);
    height: calc(100% - -1px);
    border: 5px solid #6EA2C9;
    border-top: 5px solid #427396;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.bankBook .service-icon{
    color: #fff;
    background: linear-gradient(to top right,#6EA2C9,#427396);
    font-size: 45px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.bankBook .service-icon:before{
    content: "";
    background: linear-gradient(to top left,#6EA2C9,#427396);
    width: 85%;
    height: 85%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.bankBook .title{
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.bankBook .description{
    color: #555;
    font-size: 15px;
    line-height: 23px;
}
.bankBook.blue{
    color: #6675AE;
    border-color: #6675AE;
    border-right-color: #424c72;
    border-bottom-color: #424c72;
}
.bankBook.blue:before{
    border-color: #6675AE;
    border-top-color: #424c72;
}
.bankBook.blue .service-icon{
    background: linear-gradient(to top right,#6675AE,#424c72);
}
.bankBook.blue .service-icon:before{
    background: linear-gradient(to top left,#6675AE,#424c72);
}
.bankBook.purple{
    color: #885188;
    border-color: #885188;
    border-right-color: #5b335b;
    border-bottom-color: #5b335b;
}
.bankBook.purple:before{
    border-color: #885188;
    border-top-color: #5b335b;
}
.bankBook.purple .service-icon{
    background: linear-gradient(to top right,#885188,#5b335b);
}
.bankBook.purple .service-icon:before{
    background: linear-gradient(to top left,#885188,#5b335b);
}
.bankBook.black{
    color: #4C3F50;
    border-color: #4C3F50;
    border-right-color: #251c28;
    border-bottom-color: #251c28;
}
.bankBook.black:before{
    border-color: #4C3F50;
    border-top-color: #251c28;
}
.bankBook.black .service-icon{
    background: linear-gradient(to top right,#4C3F50,#251c28);
}
.bankBook.black .service-icon:before{
    background: linear-gradient(to top left,#4C3F50,#251c28);
}
@media only screen and (max-width: 990px){
    .bankBook{ margin: 0 -5px 30px; }
}
#ticker{
  background-color:#FFF;
  overflow:auto;
  height:30px;
  vertical-align:middle;
  width:100%;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}
#ticker ul{
  display:block;
  padding:0px;
  line-height:30px;
  vertical-align:middle;
  margin:0px;
  list-style:none;
  white-space: nowrap;
  animation: scroll 10s linear 0s infinite;
    position: absolute;
  
  
}
#ticker ul li{
  display: inline-block;
  white-space: normal;
  margin-left:20px;
}
#ticker .title{
  background-color:red;
  color:#FFF;
  position:absolute;
  left:0;
  font-weight:bold;
  border-right:2px solid #FFF;
  top:0;
  display:block;
  height:30px;
  vertical-align:middle;
  line-height:30px;
  padding-left:10px;
  padding-right:10px;
  z-index:10;
  box-shadow:0px 0px 20px rgba(0,0,0,.8);
}
@keyframes scroll {
    from {
      transform: translate(100%,0);
      
    }

    to {
       transform: translate(-150%,0);
      
    }
}

.menu-side ul {
    list-style-type: none;
    padding: 0;
}

.menu-side li {
    margin: 10px 0;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s, transform 0.4s;
}

.menu-side a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 10px;
    border: 1px solid #333;
    border-radius: 5px;
    background-color: #fff;
    transition: background-color 0.4s, color 0.4s, border-color 0.4s;
    display: inline-block;
    width: 100%; /* Make the link take the full width of the menu item */
    box-sizing: border-box; /* Include padding and border in the width calculation */
}

.menu-side a:hover {
    background-color: #028EBE;
    color: #fff;
    border-color: #fff; /* Change border color on hover */
}

.menu-side li:nth-child(1) { animation: fadeInUp 0.6s 0.2s both; }
.menu-side li:nth-child(2) { animation: fadeInUp 0.6s 0.4s both; }
.menu-side li:nth-child(3) { animation: fadeInUp 0.6s 0.6s both; }
.menu-side li:nth-child(4) { animation: fadeInUp 0.6s 0.8s both; }
.menu-side li:nth-child(5) { animation: fadeInUp 0.6s 1s both; }
.menu-side li:nth-child(6) { animation: fadeInUp 0.6s 1.2s both; }
.menu-side li:nth-child(7) { animation: fadeInUp 0.6s 1.4s both; }
.menu-side li:nth-child(8) { animation: fadeInUp 0.6s 1.6s both; }
.menu-side li:nth-child(9) { animation: fadeInUp 0.6s 1.8s both; }
.menu-side li:nth-child(10) { animation: fadeInUp 0.6s 2s both; }
.menu-side li:nth-child(11) { animation: fadeInUp 0.6s 2.2s both; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.achievement-container{
    flex-direction: column;
    display: flex;
    width: 100%;
    max-width: 1200px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom:20px;
}

.achievement-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding:20px;
    
}

.achievement-container img{
  margin: auto;
  display: block;
  width: 250px;
  height:300px;
  max-width: 700px;
  object-fit:contain;
}

@media (min-width: 768px) {
    .achievement-container {
      flex-direction: row;
      align-items: center;
    }

    .achievement-content {
      flex: 1;
      border-left: 5px solid #0000ffb8;
    }
  }


.gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    gap: 20px;
    width: 100%;
    padding:20px;
    border-left-style: solid;
    border-color: whitesmoke;
    box-shadow:4px 5px 7px black;
    position:relative;
}

.galleryImage{
    border: 3px solid #0279f5cc;
    border-radius:20px;
    padding: 10px;
    width: 200px;
    height:auto;
    text-align:center;
    overflow:hidden;
    background-color: #883b894d;

}

.galleryImage img{
  border:2px solid #0277f5;
  border-radius:10px;
}

.imgDesc{
    background-color: #0277f5;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: -10px;
    color:white;
    
}

.galleryImage:hover{
    transform: scale(0.9);
    transition:0.5s;
}

/* table css */
.pro-title{
    display: inline-block;
    text-align: center;
    width: 100%;
    font: 900;
    font-size: 25px;
    color: #0279F5;
}

.myTable{
    font-family: 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
 }
 .myTable td{
    border: solid 0px #FFFFFF;
    padding: 15px;
    font-size: 18px;
    text-align: left;
 }
 .myTable td:nth-child(even){
    background-color: #1B9CFC;
    color: #FFFFFF;
 }
 .myTable td:nth-child(odd){
    background-color: #25CCF7;
    color: #000000;
 }
 .myTable tr:hover{
    background-color: #FFFFFF;
    color: #000000;
 }
 .myTable th{
    border: solid 1px #55E6C1;
    padding: 10px;
    color: #000000;
    background-color: #55E6C1;
    text-align: center;
    font-size: 12px;
 }

.list-group {
    width: 100%;
    border: solid aliceblue;
}
.list-group ul .list {
    font-size: 25px;
    color: #0279F5;
    list-style: square;
    padding: 18px;
}

.list-group ul ul li{
    font-size: 18px;
    padding: 3px;
    color: #66006A;
}

.our-endvrs{
    width: 100%;
    border: solid aliceblue;
    padding:40px;
}

.our-endvrs ul{
    line-height: 2;
    font-size: 18px;
    list-style: inside;
    list-style-type:disc;
    color: #0279F5;
}