
        .to-left {
            text-align: left !important;
        }
 

body {
    /* Margin bottom by footer height */
    background-color: #fff;
}

#wrap {
    background-color: #fff;
}

.navbar-blue {
    background-color: #003399 !important;
}

.navbar-default {
    border: none !important;
    color: #fff;
    background-color: #003399 !important;
}

footer {
    background-color: #0099CC;
    color: #fff;
}

    footer > a {
        color: #fff !important;
    }

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }

div.nopadding {
    padding: 0;
    margin: 0;
}

.navbar-header > h2 {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1;
}

h2 > small {
    color: #fff386;
    padding-top: 2px;
    margin-top: 2px;
    font-size:14px;
}

#ccs-navbar-collapse > nav > .open > a, #ccs-navbar-collapse > .nav > .open > a {
    background-color: transparent !important;
    color: #fff !important;
}

.white-options a {
    color: #fff !important;
}

.white-options a:hover {
    color: #000 !important;
}

.white-dropdown {
    color: #fff !important;
}

a.white-dropdown :hover {
    color: #000 !important;
}

fieldset.section-border {
    border: 1px solid #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 0.5em 0 !important;
}

legend.section-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    margin-top: 20px;
    border-bottom: none;
    color: #888;
}

.form-control-static-custom {
    min-height: 34px;
    padding-top: 7px;
    padding-left: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
}
.white-link {
    color: #fff;
}
.navbar {
    margin-bottom: 0px !important;
    }
tr.text-center > th {
    text-align: center !important;
}

table.text-center > th {
    text-align: center !important;
}

table caption {
    text-align: center;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.nav .open>a, .nav .open>a:focus {
    color: #333 !important;
}

.dropdown-menu>li>a {
    color: #333 !important;
}

.help-block {
    font-size:smaller !important;
}

.ellipsis {
  text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #dc6600;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #dc6600;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.fade {
    opacity: 1 !important;
}
@-webkit-keyframes fade {
  from {opacity: 1} 
  to {opacity: 2}
}

@keyframes fade {
  from {opacity: 1} 
  to {opacity: 2}
}
.navbar-toggle {
        border-color: #ddd;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 500px) {
  .prev, .next,.text {font-size: 11px}
  #a6{
      margin-left:7em;
  }
  #img{
      height:250px !important;
  }
  
}
.footer_bottom {
    background-color: #081225;
    padding-top:16px;
    color:white;
}

                            .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #dc2626;
  transform: translate(-50%, -50%);
  animation-duration: 1.4s;
  text-transform: uppercase;
}
.tt
{
    font-weight: bold;
    font-size: 32px;
    font-family: inherit;
}
.p
{
    color: #56c1a9;
    font-size: 20px;
    font-weight: 600;
    font-family: cursive;
}
     a:hover, a:visited {
  background-color:#33add2;
  color: white;
  
 
  text-decoration: none;

}
#img{
    width:100%;
    height:450px;
}
 .icon-bar{
     background-color: #888 !important;
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    border-radius: 1px !important;
}
 }
        
        
        
      
.abt-title h2 {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 20px;
  padding-bottom: 16px;
  text-transform: uppercase;
  position: relative;
}
.abt-title h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100px;
  background-color: #303c6c;
}
.abt-title.text-center h2:after {
  left: 50%;
  transform: translateX(-50%);
}
.abt-title h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100px;
    background-color: #303c6c !important;
}
   .homeb {position: relative;
    float: left;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ddd;
        margin-left: 15px;
   }
   
   .tobn{
       position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
   }