.body{
    font-family: Iowan Old Style, Times New Roman, Times;
    background: #00e1ff1a!important;
}
.container .content-site{
    display: flex
;
}
.container-fluid{
   background: #00e1ff1a!important;
}
.heading-text{
    font-size: 26px;
    font-weight: 700;
    display: block;
    color: #fff;
}
.header-outer {
    background: #051c54;
    padding: 13px 11px 0px;
    font-family: Arial, Helvetica, sans-serif;
    /* display: flex!important;
    justify-content: space-between;
    padding: 6px 16px 14px; */
}
.para{
    color: #fff;
    top: 0;
    font-size: 13px;
    font-weight: 600;
    display: block;
}
.header-inner{
max-width: 950px!important;
margin: 0 auto;
    box-sizing: border-box;
}
.content-site h1{
    font-size: 25px;
    margin-bottom: 10px;
    padding-top: 0;
    font-weight: 700;
    line-height: 1.15;
    margin-top: 30px;
    margin-bottom: 8px;
    font-family: Arial, Helvetica, sans-serif;
}
.para-text p{
    font-size: 18px;
    line-height: 1.5;
    font-family: Iowan Old Style, Times New Roman, Times;
}
.para-note-text{
font-size: 18px;
color: white!important;
}
.col-md-12.para-text {
    margin-top: 20px;
}
.item-list li a:hover{
  color: rgb(247, 0, 255);
}
.para-link-text a:hover{
    color: rgb(247, 0, 255);
}
.para-link-text a{
    font-family: Arial, Helvetica, sans-serif;
}
.para-link-text{
    color: black;
}
.row-container{
    width: 950px;
margin-left: 82px!important;
}
.card
{
    background-color: #03133a !important;
    border: 1px solid #FF5722!important;
    border-radius: 10px!important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
    display: inline-block;
    cursor: pointer;
    padding: 0px 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}
.card a{
    text-decoration: none;
}
.card:hover {
    transform: scale(1.04); /* Increases size by 10% */
    box-shadow: 0 10px 20px hsla(0, 0%, 0%, 0.068); /* Adds a shadow for a pop-out effect */
    
  }
  .card:hover .item-title {
    color: rgb(247, 0, 255); /* Change to the color you want on hover */
    transition: color 0.3s ease; /* Smooth transition for the text color */
}
  .card h5{
    line-height: 1.5;
  }
    
.item-card{
    margin: 0px 100px 35px 80px!important;
    background: #b9c6f285;
    padding: 8px 8px 25px 8px;
}
.icon{
    font-size: 45px;
    color: #fff8e1;
    display: block;
}
.icon-bulb{
    font-size: 25px;
}
.item-title{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 800;
    color:#ffffff;
}
.text-para{
    display: flex;
    margin: 20px 1px 20px 92px;
    background: #03133a;
    border: 2px solid #ff5722;
    padding: 20px 19px 0px 20px;
    border-radius: 8px;
    width: 936px!important;
    color: white;
}
.text-para-content{
    border: 1.5px solid #ff5722;
    border-radius: 8px;
    display: flex;
    margin: 20px 1px 20px 14px;
    background: #03133a;
    padding: 15px 19px 0px 20px;
    width: 936px!important;
}
.text-para p{
    color: black;
}
.col-content h1{
    font-size: 26px;
    font-weight: 700;
    line-height: 1.15;
    margin-top: 30px;
    margin-bottom: -8px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}
.col-content h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    margin-top: 30px;
    margin-bottom: -8px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}
.item-list{
    line-height: 1.7;
    font-size: 18px;
    margin-left: -10px;
    color: black;
}
.img-time{
    display: block;
    height: auto;
    width: 100%;
    max-width: 750px;
    margin-top: 24px;
}
.table td{
    padding: 10px 11px 10px 20px !important;
}
.table-list{
    margin-bottom: 110px!important;
}
/* footer styling  start*/
.footer {
    background-color: #222;
    color: #fff;
    padding: 41px 0px 41px 207px;
    
  }

  .footer-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer-column {
    flex: 1;
    margin: 10px;
    min-width: 200px;
  }

  .footer-column h4 {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    text-transform: Normal;
  }

  .footer-column p, .footer-column a {
    font-size: 17px;
    color: #fff;
    line-height: 1.6;
    text-decoration: none;
    font-family: Iowan Old Style, Times New Roman, Times;
  }

  .footer-column a:hover {
    color: #fff;
  }

  .footer-column .email {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #444;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif
  }

  .footer-column .email:hover {
    background-color: #666;
    text-decoration: underline;
  }

  .footer-disclaimer {
    margin-top: 20px;
    border-top: 1px solid #444;
    padding-top: 10px;
    margin-right: 160px;
    font-family: Iowan Old Style, Times New Roman, Times;
    color: white;
    font-size: 14.5px;
  }
  .second-column{
    margin-left: 150px;
  }
/* footer styling  end*/
@media only screen and (max-width: 600px){
    .row-container{
        width: auto!important;
        margin:auto!important;
    }
    .item-card{
    margin: 0px 3px 25px 3px!important;
    padding: 4px!important;
    }
    .text-para {
       
        margin: 20px 1px 20px 18px;
        width: 333px !important;
    }
    .footer {
        
        padding: 20px 30px!important;
        
      }
      .second-column{
        margin-left: 10px;
        margin-top: 20px;
      }
      .third-column{
        margin-left: -20px!important;
      }
      .footer-disclaimer {
        
        margin-right: 0px;
        margin-bottom: 30px;
      }
      .footer-column {
        flex: 1;
        margin: 10px;
        min-width: auto!important;
        margin-top: 40px;
      }
      .footer-column p, .footer-column a {
        font-size: 16px;
      }
      .row-note-content{
        margin-right: 15px!important;
      }
      .table-list{
        margin-bottom: 40px!important;
    }
}