html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}




.bg-contact2 {
  width: 100%;  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -20px;
}

/*.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #a64bf4;
  background: -webkit-linear-gradient(45deg, #00dbde, #fc00ff);
  background: -o-linear-gradient(45deg, #00dbde, #fc00ff);
  background: -moz-linear-gradient(45deg, #00dbde, #fc00ff);
  background: linear-gradient(45deg, #00dbde, #fc00ff);
  
}*/

.container-contact2 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #0d5eb7;
  background: -webkit-linear-gradient(45deg, #0d5eb7, #10ecd5);
  background: -o-linear-gradient(45deg, #0d5eb7, #10ecd5);
  background: -moz-linear-gradient(45deg, #0d5eb7, #10ecd5);
  background: linear-gradient(45deg, #0d5eb7, #10ecd5);
}

.wrap-contact2 {
  width: 100%;
  background: #fff;
  /*border-radius: 10px;*/
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  padding: 15px 25px 15px 25px;
}

.wrap-contact2 h3{
  color: #0d5eb7;
  
}
/*------------------------------------------------------------------
[  ]*/

.contact2-form {
  width: 100%;
}

/*Contact Css End*/




.col-list-ex {
    position: relative;
    display: block;
    padding: 6px 15px;
    margin-top: 5px; 
    background-color: #28bd9c; 
    color: #fff; 
    height: 86px; 
    line-height: 70px;
    border-radius: 4px;
}

.col-list-ex:hover{
    background-color: #34dab6;
}

.col-list-ex span:hover{
    color: #000;
}

.col-list-ex p{
    width: 76%;
    display: inline-block;
    vertical-align: middle; 
    line-height: normal;
    font-size: 13px;
}

.col-list-ex span{
    float: right;
    margin-top: 26px; background-color: #2d3e4f; color: #fff;
}

.col-list-ex:first-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; 
}

.mainfooter{
width: 100%;
background-color: #fff;
font-size: 13px;
height: 50px;
padding: 10px;
}