 
  body {font-family: "Lato", sans-serif}
  .mySlides {display: none}
  .logo{
    height:120px;
    width:275px;
    margin-left:2px;
    margin-right:10px;
  }
  .logoS{
    height:46px;
    width:106px;
    margin-left:2px;
    margin-right:10px;
  }
  
  
  .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .closebtn:hover {
    color: black;
  }
  
  .error{
    color: #D8000C;
      background-color: #FFBABA;
      height: 30px;
      padding-left: 5px;
      padding-top: 3px;
      font-size: .9em;
  }
  
  
  .w3-col img {
    vertical-align: middle;
    width:300px;
  }
  
  #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* 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.5); /* Black w/ opacity */
  }
  
  /* Modal Content (Image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #caption {
    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-content, #caption {
    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-content {
      width: 100%;
    }
  }
  
  .project_img{
    border: 1px solid #000;
    
    width: 100%;
  }
  
  .nav-color {
    background-color:#581e72;
  }        
        .navbar-custom { 
            background-color: #581E72; 
            padding-top: 0rem; 
           padding-bottom: 0rem;
        } 
        /* Modify brand and text color */ 
          
        .navbar-custom .navbar-brand, 
        .navbar-custom .navbar-text { 
            color: rgb(248, 252, 248); 
        } 
		.custom-toggler .navbar-toggler-icon { 
            background-image: url( 
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(248,252,248)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); 
        }
        
          nav-link a{
            color:#ffffff;
          }

          nav-link a:hover{
            color:#ccc;
          }
          
          a {
             color:#f9f9fa;
          }
          a:hover {
            color:#ccc;
         }
          
          .border-top-project-heading {
            border-top: 1px solid #4CAF50!important;
        }

          .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
            color: #fff;
            background-color: #0080ff;
        }

        .accordion-button:not(.collapsed) {
          color: #fafafa;
          background-color: #4caf508f;
      }
      .accordion-button:show {
        color: #fafafa;
        background-color: #4caf508f;
    }

    .btn-card {
      color: #fff;
      background-color: #144288;
      border-color: #144288;
  }

  .btn-card:hover{
    color: #ccc;
}
.refresh_link{
  color:#144288;
}
.refresh_link:hover{
  color:#144288;
}

.alert {
  padding: 20px;
  background-color: #144288;
  color: white;
}
.justify {
  text-align: justify;
  text-justify: inter-word;
}

nav .navbar-nav li a{
  color: white !important;
  }

.required{
  color:#de356d;
}
.modal-backdrop { 
  z-index: -1;
}
/*
.modal-dialog {
  max-width: 600px;
  width: 600px;
  height:600px;
 
  top: 10px;
  text-align: left;   
    vertical-align: middle;
}
.modal-content{
  max-width: 80vw;
  width: 70vw;
}
.modal{
  background-color: rgba(0,0,0,0.5);
  padding-top: 0px;
  padding-left: 0px;
  margin: 0 auto; 
}
*/
.image_view {
  max-width: 60vw; 
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.modal-dialog {
  display: inline-block;
  vertical-align: middle;
  margin-left:15vw;
  margin-top: 20px;
  padding-top: 0px;
}

.modal .modal-content {
   padding-top: 20px;
  padding: 20px 20px 20px 20px;
  /*-webkit-animation-name: modal-animation;
  -webkit-animation-duration: 0.5s;
  animation-name: modal-animation;
  animation-duration: 0.5s;*/
  max-width: 80vw;
  width: 70vw;
}
/*
@-webkit-keyframes modal-animation {
  from {
      top: -100px;
      opacity: 0;
  }
  to {
      top: 0px;
      opacity: 1;
  }
}

@keyframes modal-animation {
  from {
      top: -100px;
      opacity: 0;
  }
  to {
      top: 0px;
      opacity: 1;
  }
}*/

.col_a, .col_a:hover{
  color:#212529;
  text-decoration: none;
}

.col_a_footer{
  color:#fff;
  text-decoration: none;
}

.col_a_footer:hover{
  color:#f9f9fa;
  text-decoration: none;
}

.dropdown-item {
	 background-color: #581e72;
}
.dropdown-item:hover{
	 background-color: #0080ff;
}
.project_detials{
  color:#ffffff;
  background-color: #581e72;
}
.carousel-caption_581e72{
	color:#581e72;
}
.carousel-caption_ffffff{
	color:#ffffff;
}
.nav-link_dropdown{
	color:#ffffff;
}

.dropdown-menu_custom{
   
    background-color: #581e72; 
   text-align: center;
}