html {
    height: 100%;
    width: 100%;
}

body {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    padding: 200px 0 0;
    margin: 0;
    color: rgb(114, 114, 114);
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
    overflow-x: hidden;
    overflow-y: scroll;
}

@media(min-width: 370px) {
    body {
        padding-top: 170px;
    }
}

p,
span {
    font-family: "Oxygen", sans-serif
}
/***** COMMON CSS *****/

.row-content:before,
.row-content:after {
    content: " ";
    display: table;
}

.row-content:after {
    clear: both;
}

.row-content {
    padding: 0 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
}

.no-gutter-left {
    padding-left: 10px;
}

.no-gutter-right {
    padding-right: 10px;
}

@media (min-width: 1200px) {
    .no-gutter-left {
        padding-left: 0;
    }
    .no-gutter-right {
        padding-right: 0;
    }
}

input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
    padding: 0;
    border: 0 none;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 157px;
    height: 32px;
    padding: 0 10px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(194, 194, 194);
    color: rgb(123, 123, 123);
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
}

button {
    border: none;
    padding: 0;
    margin: 0;
}
/***** Button Shortcut Links *****/

.btn-shortcut-links {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 17px;
    padding: 15px 20px;
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    font-size: 18px;
    color: rgb(99, 99, 99);
    line-height: 1;
}

.btn-shortcut-links:after {
    width: 27px;
    height: 27px;
    content: "";
    position: absolute;
    top: 12px;
    right: 20px;
    background: url(../img/btn-circle-right.png) no-repeat center;
}

.btn-shortcut-links:hover {
    width: 100%;
    background-color: rgb(248, 248, 248);
}

.label-shortcut-links {
    width: 100%;
    display: inline-block;
    padding: 20px 20px 6px;
    margin: 0;
    color: rgb(99, 99, 99);
    font-size: 12px;
    text-align: justify;
    font-weight: normal;
}
/***** HEADER CSS *****/

.navbar {
    margin-bottom: 19px;
    border: none;
    background: rgb(255, 255, 255);
}

.navbar-header {
    /*width: 100%;*/
    float: none;
    position: relative;
    padding: 20px 0 10px 0;
}

.navbar-brand {
    padding: 0;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
    border-bottom: 4px solid rgb(169, 33, 26);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
}

.dropdown-menu > li {
    margin-bottom: 5px;
}

.dropdown-menu > li > a {
    padding: 0 20px;
    color: rgb(70, 70, 70);
    transition: all 0.3s ease;
    -webkit-transition: all 0.2s ease;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: rgb(255, 255, 255);
    background: rgb(169, 33, 26);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: rgb(255, 255, 255);
    background: rgb(169, 33, 26);
}

.navbar-collapse {
    padding: 0;
}

.navbar-nav {
    width: 100%;
    border-top: 1px solid rgb(194, 194, 194);
    border-bottom: 1px solid rgb(255, 255, 255);
}

.navbar-nav > li > a {
    padding: 15px 20px 16px;
    color: rgb(114, 114, 114);
    font-size: 14px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
    color: rgb(169, 33, 26);
}
/***** SubMenu CSS Starts *****/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: rgb(255, 255, 255);
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background-color: rgb(169, 33, 26);
}

.navbar-header .navbar-toggle {
    background-color: rgb(248, 248, 248);
    border-color: rgb(248, 248, 248);
}

.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
    background-color: rgb(169, 33, 26);
    border-color: rgb(169, 33, 26);
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
    background-color: rgb(255, 255, 255);
}

.header-custom-block {
    display: block;
    float: right;
}

.header-custom-block {
    width: 100%;
    margin-right: 20px
}

.nav > li {
    border-bottom: 1px solid rgb(194, 194, 194);
}

@media (min-width: 768px) {
    .header-custom-block {
        width: auto;
        margin-right: 0;
    }
    .nav > li {
        border-bottom: none;
    }
    .navbar-nav {
        border-bottom: 1px solid rgb(194, 194, 194);
    }
}

#language-selector {
    position: absolute;
    top: 10px;
    right: 0;
}

#language-selector a {
    color: rgb(114, 114, 114);
}

#language-selector .current-language {
    color: rgb(0, 148, 215);
}

.btn-social {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    margin: 10px 0 10px 10px;
    background-color: rgb(169, 33, 26);
    background-repeat: no-repeat;
    background-position: center;
}

.btn-social:first-child {
    margin: 10px 5px 10px 10px;
}

.btn-youtube {
    background-image: url(../img/icon-youtube.png);
}

.btn-linkedin {
    background-image: url(../img/icon-linkedin.png);
}

.btn-twitter{
    background-image: url(../img/icon-twitter.png);
}

#site-search {
    display: block;
    float: right;
    position: relative;
    margin-top: 20px;
}

#site-search > input[type="text"] {
    position: relative;
    padding-right: 30px;
    transition: width 0.7s ease 0s;
    -webkit-transition: width 0.7s ease 0s;
}

#site-search > input[type="text"]:focus {
    width: 180px;
}

.btn-search {
    width: 16px;
    height: 15px;
    position: absolute;
    right: 6px;
    top: 8px;
    background: url(../img/icon-search.png) no-repeat center;
}
/***** Breadcrum CSS Starts Here *****
**************************************/

.breadcrumb {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 0;
}

.breadcrumb > li {
    font-size: 14px;
}

.breadcrumb a {
    color: rgb(194, 194, 194);
}

.breadcrumb > .active {
    color: rgb(0, 0, 0);
}
/***** Home CSS Starts Here *****
*********************************/
/***** Common CSS Starts Here *****/

.content-title {
    width: 100%;
    margin: 0;
    padding: 6px 20px;
    background-color: rgb(169, 33, 26);
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
}

.content-block {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    padding: 12px 20px 20px;
    background-color: rgb(248, 248, 248);
    color: rgb(114, 114, 114);
    transition: all 0.6s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.content-block-left {
    width: 100%;
    display: block;
    float: left;
    padding: 14px 20px;
}

@media (min-width: 768px) {
    .content-block-left {
        width: 50%;
    }
}

.content-block-left p {
    font-size: 14px;
    font-weight: normal;
}

.content-date {
    display: block;
    color: rgb(114, 114, 114);
    font-size: 16px;
    margin-bottom: 5px;
}

.content-source {
    display: inline-block;
    padding: 0 5px;
    background-color: rgb(233, 233, 233);
    color: rgb(0, 0, 0);
    font-size: 12px;
    margin-bottom: 14px;
}

.content-block-title {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

.content-block:hover {
    background-color: rgb(0, 148, 215)
}

.content-block:hover .content-date,
.content-block:hover .content-block-title,
.content-block:hover p {
    color: rgb(255, 255, 255);
}

.content-block:hover .content-source {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    color: rgb(255, 255, 255);
}

.btn-more {
    width: 100%;
    height: 50px;
    display: inline-block;
    position: relative;
    padding: 20px;
    background-color: rgb(230, 230, 230);
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    transition: background-color 0.6s all;
    -webkit-transition: background-color 0.6s all;
    cursor: pointer;
}

.btn-more:after {
    width: 27px;
    height: 27px;
    content: "";
    position: absolute;
    top: 12px;
    right: 20px;
    background: url(../img/btn-circle-right.png) no-repeat center;
}

.btn-more:hover {
    width: 100%;
    background-color: rgb(208, 208, 208);
}
/***** News Section CSS Starts Here *****/

#news-content {
    margin-bottom: 20px;
}

#news-content .content-block {
    border-bottom: 3px solid rgb(255, 255, 255);
}

#news-content .content-block-title {
    padding: 0;
    margin: 0;
    color: rgb(0, 0, 0);
    font-weight: normal;
}

#news-content .content-block:hover .content-date,
#news-content .content-block:hover .content-block-title,
#news-content .content-block:hover p {
    color: rgb(255, 255, 255);
}

.news-content img {
    max-width: 100%;
}

.news-block .media-body {
    text-align: left;
}
/***** Links Section CSS Starts Here *****/

.links {
    width: 100%;
    margin-bottom: 20px;
}

.important-link {
    width: 100%;
    display: inline-block;
    background-color: rgb(169, 26, 33);
    text-align: center;
    cursor: pointer;
}
/***** Featured Section CSS Starts Here *****/

.featured-content .content-block {
    padding: 0;
}

.featured-content .content-block-title {
    width: 100%;
    color: rgb(0, 0, 0);
    font-size: 21px;
    font-weight: normal;
}

.featured-content img {
    display: block;
    float: right;
}
/***** Radio Section CSS Starts Here *****/

#radio-content {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

#radio-content .content-block {
    width: 100%;
    padding: 12px 20px 20px;
    background-color: rgb(114, 21, 16);
}

#radio-content .content-block-title {
    margin: 0;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

#radio-content p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

#radio-content .content-block img {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
/***** Events Section CSS Starts Here *****/

#events-content {
    margin-bottom: 20px;
}

#events-content .content-block {
    border-bottom: 3px solid rgb(255, 255, 255);
}

#events-content .content-block-title {
    padding: 0;
    margin: 0;
    color: rgb(0, 0, 0);
    font-weight: normal;
}

#events-content .content-block:hover .content-date,
#events-content .content-block:hover .content-block-title,
#events-content .content-block:hover p {
    color: rgb(255, 255, 255);
}
/***** News-letter Section CSS Starts Here *****/

#news-letter {
    width: 100%;
    margin-bottom: 20px;
}

#news-letter .page-title {
    width: 100%;
}

#news-letter .form-control {
    width: 100%;
    border-radius: 0;
}

.submit-form {
    width: 100%;
    height: 50px;
    display: inline-block;
    position: relative;
    padding: 20px;
    background-color: rgb(230, 230, 230);
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    transition: background-color 0.6s all;
    -webkit-transition: background-color 0.6s all;
}

.submit-form:after {
    width: 27px;
    height: 27px;
    content: "";
    position: absolute;
    top: 12px;
    right: 20px;
    background: url(../img/btn-circle-right.png) no-repeat center;
}

.submit-form:hover {
    width: 100%;
    background-color: rgb(208, 208, 208);
}
/***** Inner Page CSS Starts Here *****
***************************************/
/***** Our Project CSS Starts Here *****/

.page-briefs {
    width: 100%;
    margin-bottom: 20px;
}

.page-briefs img {
    max-width: 100%;
    margin-bottom: 20px;
}

.page-intro {
    color: rgb(112, 112, 112);
    font-size: 12px;
    line-height: 1.6;
}

.project-listings .content-block {
    padding: 0;
}

.project-listings .content-block-title {
    width: 50%;
    display: block;
    float: left;
    padding: 14px 20px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.project-listings .content-img {
    display: block;
    float: right;
}
/***** Project Page CSS Starts Here *****/

.project-content-block .media-block,
.row-content .media-block {
    background-color: transparent;
    padding: 0;
}

.project-content-block .media,
.row-content .media {
    margin: 0 0 20px 0;
}

.project-content-block .project-content {
    background-color: rgb(243, 243, 243);
    padding: 20px;
    border-top: 3px solid rgb(169, 33, 26);
    border-bottom: none;
}

.project-content-block .media-heading,
.row-content .media-heading {
    display: block;
    float: left;
    font-size: 18px;
    margin-bottom: 0;
    background-color: rgb(169, 33, 26);
    padding: 6px 20px;
    color: rgb(255, 255, 255);
}

.project-content-block .more-faqs,
.row-content .more-faqs {
    //background-color: rgb(169, 33, 26);
    font-size: 12px !important;
}

.project-content-block .more-faqs:hover,
.row-content .more-faqs:hover {
    background-color: #337ab7;
}

.page-title {
    width: auto;
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 6px 20px;
    background-color: rgb(169, 33, 26);
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
}

.dropdown-filter {
    width: 230px;
    height: 32px;
    padding: 4px 10px 0;
    margin-bottom: 20px;
    border: 1px solid rgb(204, 204, 204);
}

.dropdown-filter .dropdown-toggle {
    width: 100%;
    display: block;
    font-size: 14px;
    color: rgb(194, 194, 194);
}

.dropdown-filter .caret {
    margin-top: 7px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid;
    vertical-align: middle;
}

.dropdown-filter .dropdown-menu {
    width: 228px;
}

.media-block {
    width: 100%;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    background-color: rgb(243, 243, 243);
}

.media {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    padding: 20px;
    background-color: rgb(243, 243, 243);
    border-top: 3px solid rgb(169, 33, 26);
    border-bottom: 1px solid rgb(215, 215, 215);
}

#videos-photos {
    position: relative;
}

#links-faq {
    position: relative;
}

.media.modified-media {
    width: 100%;
    display: block;
    clear: both;
}

.faq-button {
    width: 100%;
    top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 640px) {
    .media.modified-media {
        width: 80%;
        display: block;
        clear: both;
    }
    .faq-button {
        width: 18%;
        position: absolute;
        right: 0;
        top: 30px;
    }
}

.faq-button a {
    /*min-height: 120px;*/
    
    display: block;
    background: rgb(169, 33, 26) url("../img/faq-icon.png") no-repeat center center;
}

.media .important-link {
    margin-bottom: 5px;
    background-color: transparent;
    color: rgb(46, 111, 171);
    font-size: 14px;
    text-align: left;
}

.media .important-link:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(169, 33, 26);
}

.media:last-child {
    border-bottom: none;
}

.media-left,
.media > .pull-left {
    padding-right: 20px;
}

.media-block .media-left {
    display: none;
}

@media (min-width: 768px) {
    .media-block .media-left {
        display: table-cell;
    }
}
/* changed by sudeep */

#related-content-tab .media-left {
    display: none;
}

@media (min-width: 768px) {
    #related-content-tab .media-left {
        display: table-cell;
        width: 170px;
    }
}
/* changed by sudeep */
/*.media-img-border-grey {
    border: 3px solid rgb(112, 112, 112);
}*/
/*.media-img-border-white {
    border: 3px solid rgb(255, 255, 255);
}*/

.media-body {
    color: rgb(112, 112, 112);
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

.media-heading {
    margin-bottom: 20px;
    color: rgb(169, 33, 26);
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

h4.media-heading {
    font-size: 16px;
}

.media-body img {
    text-align: center;
    margin: 10px 10px 10px 0;
}

.media-body p {
    text-align: left;
}

.project-content .project-location {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    color: rgb(0, 0, 0);
    font-size: 12px;
    text-align: left;
}

.project-content label {
    width: 20%;
    display: inline-block;
    color: rgb(169, 33, 26);
    text-align: left;
}

.project-content span {
    width: 79%;
    display: inline-block;
    text-align: left;
}
/***** Project Timeline *****/

#project-timeline {
    width: 100%;
    height: 160px;
    display: inline-block;
    position: relative;
}

#project-timeline .timeline-wrap {
    width: 944px;
    height: 3px;
    position: relative;
    margin-top: 160px;
    background-color: rgb(119, 119, 119);
}

.project-timeline-title {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    margin: 0;
    color: rgba(0, 0, 0, 0.10);
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    z-index: 1px;
}

#project-timeline .timeline-large-scale,
#project-timeline .timeline-small-scale {
    color: rgb(119, 119, 119);
    font: bold 10px/18px helvetica, arial, sans-serif;
    left: 0;
    position: absolute;
    top: -30px;
}

#project-timeline .timeline-small-scale {
    color: rgb(194, 194, 194);
}

#project-timeline .timeline-dateblock:before {
    background-color: rgb(119, 119, 119);
    content: "";
    display: block;
    height: 10px;
    left: 50px;
    position: absolute;
    top: 20px;
    width: 1px;
}

#project-timeline .timeline-dateblock {
    left: 0;
    margin-left: -50px;
    position: absolute;
    text-align: center;
    top: 0;
    white-space: nowrap;
    width: 100px;
}

#project-timeline .timeline-event {
    left: 0;
    position: absolute;
    top: 0;
}

#project-timeline .timeline-event {
    background-color: rgb(119, 119, 119);
    border-radius: 8px;
    cursor: pointer;
    height: 9px;
    left: 0;
    position: absolute;
    top: -3px;
    transition: width 0.05s ease-out 0s, height 0.05s ease-out 0s, margin 0.05s ease-out 0s, background 0.05s ease-out 0s;
    -webkit-transition: width 0.05s ease-out 0s, height 0.05s ease-out 0s, margin 0.05s ease-out 0s, background 0.05s ease-out 0s;
    width: 9px;
}

#project-timeline .timeline-event:hover {
    height: 11px;
    width: 11px;
    margin-left: -1px;
    margin-top: -1px;
}
/***** Carousel CSS *****/

.media .thumbnails {
    margin-top: 0;
    margin-left: -10px;
    margin-bottom: 0;
    margin-right: -10px;
}

.carousel-control {
    width: 20px;
    height: auto;
    background-image: none;
    color: rgb(105, 105, 105);
    font-size: 40px;
    text-shadow: none;
}

.carousel-control.prev {
    top: calc(50% - 40px);
    left: -18px;
}

.carousel-control.next {
    top: calc(50% - 40px);
    right: -18px;
}

.carousel-control:hover,
.carousel-control:focus {
    color: rgb(169, 33, 26);
    opacity: 0.9;
    outline: 0 none;
    text-decoration: none;
}

.photos-block .photos-block-img {
    display: inline-block;
    margin: 0 10px 20px;
    border: 4px solid rgb(255, 255, 255);
}
/***** Downloads/FAQ'S Section *****/

.project-content .download-content-tag {
    width: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 10px;
    background-color: rgb(169, 33, 26);
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-transform: uppercase;
}

#about-content .content-block {
    width: 100%;
    display: block;
    float: left;
    padding: 0;
}

.content-block a {
    width: 100%;
    display: block;
    float: left;
}

.project-content-block .downloadable .media-heading,
.media-body .media-heading,
.row-content .downloadable .media-heading,
.media-body .media-heading {
    padding: 0 55px 0 0;
    margin-bottom: 20px;
    background-color: transparent;
    color: rgb(169, 33, 26);
}

.media-body-info {
    width: 100%;
    text-align: left;
    display: inline-block;
}

@media (min-width: 768px) {
    #about-content .content-title {
        width: 25%;
    }
    #about-content .content-block {
        width: 50%;
    }
}

#about-content .content-block-title {
    width: 50%;
    display: block;
    float: left;
    padding: 20px 15px 16px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

#about-content .content-block:hover .content-date,
#about-content .content-block:hover .content-block-title,
#about-content .content-block:hover p {
    color: rgb(255, 255, 255);
}

#about-content .content-block img {
    float: right;
    vertical-align: top;
}
/***** Tooltip Bootstrap Custom Css *****/

.tooltip-inner {
    color: #ffffff;
    text-align: center;
    background-color: rgb(0, 146, 211);
    border-radius: 0px;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgb(0, 146, 211);
}

.project-video {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
/***** Inner Page Important links Css *****/

.important-links {
    width: 100%;
    margin-bottom: 20px;
}

.important-links h5 {
    padding-bottom: 10px;
    margin: 0 0 15px 0;
    border-bottom: 1px dotted rgb(158, 158, 158);
    color: rgb(169, 33, 26);
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.important-links .important-link {
    margin-bottom: 5px;
    background-color: transparent;
    color: rgb(46, 111, 171);
    font-size: 14px;
    text-align: left;
}
/***** Publication CSS Starts Here *****
***********************************/

.filters-block {
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(233, 233, 233);
}

.sort-by-block {
    display: block;
    float: left;
}

.sort-by-block label {
    color: rgb(0, 0, 0);
    margin-right: 10px;
}

.sort-by-block .form-group {
    display: block;
    float: left;
    margin-right: 10px;
}

.sort-by-block .dropdown {
    display: block;
    float: left;
    margin-right: 10px;
}

.sort-by-block .dropdown-menu > li {
    padding: 0 10px;
}

.results-per-page {
    display: block;
    float: right;
    font-weight: bold;
    padding: 5px 0 0px 20px;
}

.results-per-page > .per-page {
    display: inline-block;
    margin: 0 5px;
    color: rgb(114, 114, 114);
    font-size: 14px;
    vertical-align: middle;
}

.results-per-page > .per-page:first-of-type {
    margin-left: 10px;
}

.results-per-page > .current {
    color: rgb(0, 0, 0);
}

.download-block {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .media .col-lg-6:first-child .download-block {
        padding-right: 5px
    }
    .media .col-lg-6:last-child .download-block {
        padding-left: 5px
    }
}

.download-block .media-left {
    position: relative;
}

.download-block .download-img {
    position: relative;
}

.file-type {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 5px;
    background-color: rgba(169, 33, 26, 0.8);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1;
}

.download-block img {
    float: left;
    position: relative;
}

.download-brief {
    float: left;
    text-align: left;
}

.download-brief h3 {
    margin: 0 0 10px 0;
    color: rgb(169, 33, 26);
    font-size: 14px;
    font-weight: bold;
}

.download-group {
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.download-group .label {
    width: 70%;
    display: block;
    float: left;
    padding: 0;
    color: rgb(114, 114, 114);
    font-size: 12px;
    text-align: left;
    white-space: normal;
}

.btn-download {
    color: rgb(0, 148, 215);
    font-weight: bold;
}

.btn-download:hover {
    color: rgb(169, 33, 26);
}

.download-date {
    font-family: "Oxygen", sans-serif font-weight: normal;
}

.download-brief p {
    color: rgb(0, 0, 0);
}

.label-tag {
    padding: 2px 5px;
    margin-right: 5px;
    border-radius: 3px;
    background-color: rgb(204, 204, 204);
}

.label-tag.active {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 148, 215);
}
/*** Result Section > Pagination ***/

.simple-pagination {
    vertical-align: top;
    margin: 0;
    padding: 15px 10px;
    overflow: hidden;
    font-family: "Oxygen", sans-serif font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: rgb(114, 114, 114);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.simple-pagination > .page-link,
.simple-pagination > .current {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    color: rgb(114, 114, 114);
}

.simple-pagination > .current,
.simple-pagination > .page-link:hover {
    color: rgb(0, 148, 215);
}
/***** Faces Page CSS Starts Here *****
***********************************/

.staff-post {
    margin-bottom: 30px;
}

.staff-post-content {
    position: relative;
    background-color: rgb(169, 33, 26);
    padding: 15px;
}

.staff-post-content:before {
    background-color: #fff;
    border-color: transparent transparent rgb(119, 16, 10);
    border-style: solid;
    border-width: 0 0 15px 15px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 0;
}

.staff-post-content h5 {
    margin-top: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.staff-post-content span {
    color: #fff;
    font-family: "Oxygen", sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.staff-post-gal {
    border: 1px solid rgb(119, 16, 10);
    overflow: hidden;
    position: relative;
    transition: all 0.17s ease-in-out 0s;
}

.staff-description {
    display: none;
}

@media (min-width: 500px) {
    .staff-description {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        padding: 12px;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.7);
        color: rgb(255, 255, 255);
        transform: translateY(-100%);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        z-index: 1;
    }
    .staff-post:hover .staff-description {
        transform: translateY(0);
    }
}

.staff-post-gal img {
    max-width: 100%;
    position: relative;
    padding: 12px;
}
/***** News Lists CSS Starts Here *****
***********************************/

.news-date {
    display: block;
    margin-bottom: 20px;
    line-height: 1;
    text-align: left;
}

.btn-read-more {
    padding: 5px 10px;
    background-color: rgb(0, 148, 215);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
}
/***** FAQ's CSS Starts Here *****
***********************************/

.faq-block {
    width: 100%;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    background-color: rgb(243, 243, 243);
}

.btn-expand-all {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
}

.accordion-title {
    color: rgb(0, 0, 0);
    font-size: 20px;
    padding-bottom: 15px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.faq-block .panel-group {
    margin-bottom: 0;
}

.faq-block .panel {
    border: none;
    box-shadow: none;
    background: none;
}

.faq-block .panel-default > .panel-heading {
    padding: 0 0 20px 0;
    background: none;
}

.faq-block .panel-title {
    color: rgb(169, 33, 26);
    font-size: 14px;
    font-weight: bold;
}

.faq-block .glyphicon {
    margin-right: 5px;
}

.faq-block .panel-default .panel-collapse .panel-body {
    padding: 0 0 20px 0;
    border: none;
    font-family: "Oxygen", sans-serif font-size: 13px;
    line-height: 1.5;
}

.related-content .media-block {
    padding: 0;
}

.related-content .download-group .label {
    width: 100%;
}

.related-content .download-content-tag {
    width: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 10px;
    background-color: rgb(169, 33, 26);
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-transform: uppercase;
}
/***** Contact us CSS Starts Here *****
***********************************/

.contact-content h2 {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 15px 20px;
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    font-size: 18px;
    color: rgb(99, 99, 99);
    line-height: 1;
}

address span {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

address label {
    margin: 0;
    color: rgb(0, 0, 0);
    font-weight: normal;
}

address a {
    color: rgb(114, 114, 114);
}

.gmap {
    border: 2px solid rgb(169, 33, 26);
}

#direction-map .content-title {
    background-color: transparent;
    font-weight: normal;
}
/***** Footer CSS Starts Here *****
***********************************/

footer {
    width: 100%;
    padding-top: 40px;
    margin-top: 40px;
    background-color: rgb(241, 241, 241);
}

.footer-menu {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    background-color: rgb(248, 248, 248);
}

.footer-menu .content-title {
    margin-bottom: 10px;
}

.footer-menu .content-block {
    padding: 10px;
    margin-bottom: 20px;
}

.footer-menu .content-block:hover {
    background-color: rgb(248, 248, 248);
}

.footer-menu .content-block span {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.footer-menu .content-block span label {
    margin: 0;
    color: rgb(0, 0, 0);
    font-weight: normal;
}

.footer-menu .content-block a {
    color: rgb(114, 114, 114);
}

.footer-menu .links {
    display: block;
    padding: 0 10px;
    margin-bottom: 10px;
    color: rgb(0, 148, 215);
    font-size: 12px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.footer-menu .links:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(169, 33, 26);
}

#footer-bottom {
    border-top: 1px solid rgb(204, 204, 204);
    padding-top: 20px;
    font-size: 12px;
    color: rgb(99, 99, 99);
}

#footer-bottom .content-block {
    padding: 0;
    background: none;
}

.bottom-footer-menu-link {
    margin-right: 15px;
    color: rgb(99, 99, 99);
    cursor: pointer;
}

.bottom-footer-links {
    color: rgb(99, 99, 99);
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
/* Kishor Subedi */

#map {
    width: 100%;
    height: 260px;
    display: inline-block;
    position: relative;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    text-align: left;
    line-height: 18px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

#map-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

#map-content .content-block {
    width: 100%;
    height: 260px;
    padding: 0px;
}

#map-content .content-block:hover {
    background-color: rgb(255, 255, 255);
}
/***** Site Map *****/

.site-content-title {
    width: 100%;
    padding: 6px 20px;
    margin: 0;
    background-color: rgb(230, 230, 230);
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: bold;
}

.site-map {
    padding-left: 20px;
    margin: 10px 0;
    list-style: outside disc;
}

.has-children {
    list-style: outside circle;
}

.page_item {
    margin-bottom: 5px;
}

#site-map div {
    min-height: 210px;
}

#project-map {
    display: inline-block;
    height: 260px;
    position: relative;
    width: 240px;
}

.project-content #project-map {
    border: 3px solid rgb(255, 255, 255);
}

.map-label {
    background: none;
}

.navbar-fixed-top {
    -webkit-backface-visibility: hidden;
}

.table {
    text-align: left;
}

.table tr th {
    font-weight: bold;
}

.media-body ul li:before {
    content: "\e080";
    position: absolute;
    top: 3px;
    left: 0;
    margin-right: 10px;
    font-size: 9px;
    color: rgb(169, 33, 26);
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.media-body ul li {
    position: relative;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0 0 0 15px;
    font-size: 12px;
    font-family: "Oxygen", sans-serif;
    text-align: left;
}

#loading {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
/*============================================================================================*/
/*========================================Google Search=======================================*/
/*============================================================================================*/

.gsc-search-box .cse input.gsc-search-button,
.gsc-search-box input.gsc-search-button {
    width: 16px;
    height: 15px;
    position: absolute;
    right: 6px;
    top: 8px;
    padding: 6px 8px;
    border: none;
    background-color: transparent;
    background-image: url("../img/icon-search.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.gsc-search-box-tools .gsc-search-box .gsc-input-box .gsc-input {
    width: 157px !important;
    height: 32px !important;
    padding: 0 30px 0 10px !important;
    position: relative;
    transition: width 0.7s ease 0s;
    background-color: rgb(255, 255, 255) !important;
    border: 1px solid rgb(194, 194, 194) !important;
    background-image: none !important;
    color: rgb(123, 123, 123);
    font-family: "Oxygen", sans-serif;
    font-size: 12px;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
    border-color: transparent;
}

input.gsc-input,
.gsc-input .gsc-input-box,
.gsc-input .gsc-input-box-hover,
.gsc-input .gsc-input-box-focus {
    border: none;
    border-color: transparent;
    box-shadow: none;
}

.gsib_a {
    padding: 0;
}

.gsc-search-button .gsc-search-button,
.gsc-search-button input.gsc-search-button:hover,
.gsc-search-button input.gsc-search-button:focus {
    background-color: transparent;
    background-image: url("../img/icon-search.png");
    border-color:none;
}
#site-search .cse .gsc-control-cse, 
#site-search .gsc-control-cse{
    padding: 0; 
}
.gsc-control-wrapper-cse form.gsc-search-box{
    margin: 0;
}
form.gsc-search-box table.gsc-search-box{
    margin: 0;
}
#site-search .gsc-search-box-tools .gsc-search-box .gsc-input{
    padding-right: 0;
}
.gstl_50  .gsib_a{
    padding: 0;
}
.gsib_b{
    display: none;  
}
/*==============================================================================*/

.navbar-right {
    float: right;
}

.language {
    height: 23px;
    float: left;
    margin-top: 25px;
    padding: 2px 10px;
    background-color: rgb(169,33,26);
    color: rgb(255,255,255);
}

.language a {
    display: inline-block;
    color: rgba(255,255,255,.6);
    vertical-align: middle;
    transition: 400ms ease;
}

.language a.active {
    color: rgb(255,255,255);
}
.language a:hover{
    color: rgba(255,255,255,1);
}
.mail-icon {
    width: 30px;
    height: 23px;
    display: inline-block;
    margin: 25px 8px 0;
    background-image: url("../img/mail-icoin.png");
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
@media(min-width:350px){
	.mail-icon {
	    margin: 25px 19px 0 20px;
	}
}
#badge-ribbon span{
  display: block;
  margin-top: 23px;
      color: #fff;
  text-align: center;
  font-size: 12px;
}
#badge-ribbon {

 position: absolute;
 top: 15px;
 right: 10px;
 background: rgb(169, 33, 26);
 height: 80px;
 width: 80px;
 -moz-border-radius:    50px;
 -webkit-border-radius: 50px;
 border-radius:         50px;
 z-index: 9999;
}

#slider1_container{
    width: 100% !important; 
}