<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@300;400;500&amp;display=swap');
body {
    font-family: 'Mitr', sans-serif;
}
.font_panel1{
	font-family: 'Mitr', sans-serif;
	color:#292727;
	font-size:18px;
	}
.bg-car-img {
    filter: brightness(50%);
}
.list-col2 {
    margin-left: 30px;
    color: #050505  ;

}
.block-all {
    padding: 30px;
}
.person-img {
    width: 160px;
    height: 160px;
    margin-bottom: 10px;
}
.head-person {
    font-size: 46px;
    text-align: center;

}
.modal-desc {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}
@media only screen and (max-width:1200px) { 

    .img-thumbnails {
        width: 230px;
        height: 230px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
}
@media only screen and (min-width:1200px) { 
.img-thumbnails {
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
}
.videos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.text-center {
    color: #00719c;
    text-align: center;
}
.texthead-center {
    text-align: center;
    font-size: 45px;
    padding: -10px;
    color: #001f2b;
}
h2{
    color: #00415a;
}
h3{
    color: #00719c;
}
.aj-p{
    color: #00719c;

}
h3 {
    text-align: center;
}
.subHead {
    text-align: center;
    font-size: 35px;
    margin-bottom: 24px;
    color: #4d2a86;
}
.head-list-ANS {
    text-align: center;
}
.head-list li {
    margin-bottom: 18px;
    text-align: start;
    color: #292929;
    margin-left: 30px;
}
.head-list-ANS li {
    margin-bottom: 18px;
    text-align: center;
    color: 	#222222;
    margin-left: 30px;
}
.center-img {
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.actived {
    display: block;
}
.inactived {
    display: none;
}
.center-div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.center-div p {
    font-size: 24px;
}
.disabled-links {
    color: #646464;
    text-decoration: none;
    cursor: default;
}
.disabled-link:hover {
    color: #646464;
    text-decoration: none;
}
.links {
    cursor: pointer;
    text-decoration: underline;
}

/* The Modal (background) */
.modala {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (Image) */
  .modal-contenta {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #captiona {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation - Zoom in the Modal */
  .modal-contenta, #captiona {
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-contenta {
      width: 100%;
    }
  }</pre></body></html>