@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:400,800,700);

@font-face {
    font-family: 'Optima';
    src: url('../fonts/optima/Optima.eot?#iefix') format('embedded-opentype'), url('../fonts/optima/Optima.woff') format('woff'), url('../fonts/optima/Optima.ttf') format('truetype'), url('../fonts/optima/Optima.svg#Optima') format('svg');
    font-weight: normal;
    font-style: normal;
}


body, html {
    height: 100%;
}

body {
    font-family: 'Optima', Helvetica, sans-serif;
}

ul {
    padding-left: 25px;
}

.row-middle {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
}

    .row-middle .middle-content {
        display: table-cell;
        /*vertical-align: middle;*/
        vertical-align: top;
        text-align: center;
    }

.banner {
    margin: 0 auto;
}

.logo {
    margin-top: 30px;
    margin-bottom: 20px;
}

.navbar-header .logo {
    margin: 0;
    display: inline-block;
    /* padding: 12px 0 12px 15px;*/
}

.navbar-toggle {
    margin-top: 22px;
}

    .navbar-toggle .icon-bar {
        background: #231f20;
    }

h1.tagline {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 20px;
    color: #003E6B;
    font-weight: 800;
}

h1.title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 28px;
    font-weight: 800;
}

h4.title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #345A8A;
}

h5.title {
    color: #4F81BD;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.navigation {
    margin-top: 20px;
    min-height: 0;
    margin-bottom: 20px;
}

    .navigation li + li {
        border-left: 1px solid #003e6b;
    }

    .navigation li a {
        color: #231f20;
    }

.media-list.services .media .media-img + .media-img {
    margin-top: 45px;
}

.media-list.services .media .media-left {
    padding-right: 30px;
}

.top-banner-img {
    margin-bottom: 15px;
}

.media-list .media .media-left {
    /*padding-right: 20px;*/
    padding-left: 15px;
}

.navbar {
    border-color: #231f20;
}

.navbar-nav > li > a {
    color: #231f20;
    background: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

    .navbar-nav > li > a:hover,
    .navbar-nav > li.active > a {
        background: #231f20;
        color: #fff;
    }

/*footer {
    margin-top: 20px;
    padding: 10px 0;
    background: #003E6B;
    color: #fff;
}*/


@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 27px 7px 28px 7px;
    }

}

@media (min-width: 480px) {

    h1.tagline {
        font-size: 30px;
    }

    h1.title {
        font-size: 42px;
        color: #003e6b;
        margin-top: 35px;
        margin-bottom: 20px;
    }
}

@media (max-height: 992px) {

    .media-list.img-left .media-left .media-object {
        width: 100%;
    }

    .media-list.img-left .media .media-left {
        width: 50%;
    }

    .media-list.img-left .media .media-body {
        width: auto;
    }
}

@media (max-width: 480px) {
    .media-list.services .media .media-left {
        display: block;
        padding-right: 0;
        margin-bottom: 10px;
    }

        .media-list.services .media .media-left .media-img {
            width: 30%;
            display: inline-block;
        }

            .media-list.services .media .media-left .media-img .media-object {
                max-width: 100%;
            }

    .media-list.services .media .media-img + .media-img {
        margin-top: 0;
    }

    .media-list.custom-list .media-left {
        display: block;
        margin-bottom: 10px;
    }

    .media-list.img-left .media .media-left {
        width: auto;
        display: block;
        padding-right: 0;
        height: 250px;
        overflow: hidden;
    }

    .media-list.img-left .media-left .media-object {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
        top: 50%;
    }

    .logo {
        width: 75% !important;
        margin-top: 14px !important;
        padding-left: 10px;
    }

    .contact .media-body {
        text-align: center;
    }

    .public .navigation li + li {
        border-left: none;
    }
}


.About .media-body p {
    text-align: justify;
}

.About .media-body h4 {
    margin-top: 0px;
}

.government .media-list.img-left .media .media-body {
    padding-left: 15px;
}

.government .media-body h4 {
    margin-top: -2px;
}

.government .quote blockquote p {
    padding-left: 35px;
}

.contact .media-body h4 {
    margin-top: -3px;
}

/*.navbar-header a.logo img {
    width: 58%;
}*/
.About blockquote::before {
    color: #111111;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 18px;
    left: 5%;
    line-height: 2;
    position: absolute;
}

.government blockquote::before {
    color: #111111;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 18px;
    line-height: 2;
    position: absolute !important;
}

.quote {
    background-color: #E6E6E6;
}

    .quote p.quote-sig {
        font-size: 13px;
        text-align: right !important;
    }

.About .quote {
    margin-top: 15px;
}

    .About .quote p {
        padding-left: 35px;
    }

.contact .media-body {
    padding-left: 50px;
}

.middle-contnet.col-sm-12 .logo img {
    width: 25%;
    margin: 0 auto;
}

.About .media-left .media-object {
    margin-top: 110px;
}

.government .public1 h4 {
    margin-top: 0px;
}

/*.public .public1 {
    height: 500px;
}*/

.contact .cont {
    /*height: 435px;*/
    text-align: center;
}

    .contact .cont h4 {
        margin-top: 0px;
    }

.active a {
    background: rgb(35, 31, 32) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
}

@media (max-width: 480px) {
    .About .media-left .media-object {
        margin-top: 0px;
    }

    .About .media-body p {
        text-align: justify;
        padding-left: 0px;
    }

    .About .quote blockquote p {
        text-align: justify;
        padding-left: 20px;
    }

    .media-list .media .media-left {
        padding-left: 0px;
    }

    .Services ul {
        padding-left: 15px;
    }

    h1.tagline {
        font-size: 18px;
    }

    .row-middle .middle-contnet {
        display: inline-block;
    }

    .public .public1 {
        height: 610px;
    }

    .About blockquote::before {
        left: 8%;
    }

    .col-md-6.cont {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .About .media-left .media-object {
        margin-top: 0px;
    }

    .row-middle .middle-contnet {
        display: inline-block;
        margin-top: 50px;
    }

    .government .public1 h4 {
        margin-top: 20px;
    }

    .contact .cont {
        height: 506px;
        text-align: center;
        margin-top: 20px;
    }
}

/*08-09-2017-start-css*/
.sub_menu li {
  font-size: 22px;
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .logo {
        width: 60%;
    }
    .navbar-nav > li > a {
        padding: 20px 6px 22px 6px;
    }
}
@media (max-width: 1024px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
@media only screen and (max-width: 767px) {
    .sub_menu li {
        font-size: 18px;
        display: block;
        text-align: center;
        border: none !important;
    }
    .government .public1 h4 {
        margin-top: 15px;
    }
    .contact .cont h4 {
        margin-top: 10px;
    }
}
/*08-09-2017-end-css*/
.navbar-nav > li > a {
	padding: 27px 10px 28px 10px;
}
footer {
    background: rgb(0, 62, 107) none repeat scroll 0 0;
    bottom: 0;
    color: rgb(255, 255, 255);
    margin-top: 20px;
    padding: 10px 0;
    position: fixed;
    width: 100%;
}