/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

body {
    background: ;
    margin: 0;
}

html, body {scroll-behavior: smooth;}

.footer{
    border-top: 0;
}

/* ----------------------------------------- */
/* FONTS STACK */
/* ----------------------------------------- */

@font-face{
    font-family: 'qualyB';
    src: url('Qualy Bold.ttf');
}

@font-face{
    font-family: 'poppinsM';
    src: url('Poppins-Medium.otf');
}

@font-face{
    font-family: 'poppinsR';
    src: url('Poppins-Regular.otf');
}

/* ----------------------------------------- */
/* 100% WIDTH */
/* ----------------------------------------- */

.navbar > .navbar-header,
.navbar > .navbar-collapse {
    margin: 0 !important;
}

.container {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.navbar.container {
    max-width: 100%;
}

.row {
    margin: 0;
}

.banner01, .banner02, .banner03, .banner04, .banner05,
.banner06, .banner07, .banner08, .banner09, .banner10 {
    padding: 0;
}

/* ----------------------------------------- */
/* NAVIGATION */
/* ----------------------------------------- */

#navbar {
    padding: 0 !important;
    margin: 0 !important;
    z-index: 9;
    background-color: #68090d;
    border: 0;
    border-radius: 0;
}

.path-node #navbar, .path-tenders #navbar,
.path-highlights #navbar,
.path-gallery-meetings #navbar,
.path-gallery-events #navbar,
.path-gallery-visits #navbar,
.path-sitemap #navbar,
.path-aiph0y-chahd5ubeveeg #navbar{
    background-color: #68090d;
}

.navbar-header {
    background: transparent;
    width: auto;
    height: auto;
    padding: 0.75em;
    margin: 0;
}

.navbar .logo {
    padding: 0;
    margin: 0;
}

.navbar .logo img {
    width: auto;
}

#block-bootstrap-subtheme-main-menu {
    display: ;
}

.navbar-collapse {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    width: 100%;
}

.navbar-nav {
    margin: 45px 0 0 0;
    padding: 0;
    text-align: right;
    float: right;
}

.navbar-default .navbar-nav > li {
    margin: 0 0.25em;
    display: inline-block;
    float: none;
    padding: 0;
    background: transparent;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav > li > a {
    font: 15px qualyB;
    color: #fff;
    transition: all 0.5s ease;
    /*float: left;*/
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .expanded > a,
.navbar-default .navbar-nav > .expanded > a:hover,
.navbar-default .navbar-nav > .expanded > a:focus {
    background-color: #fff;
    color: #68090d;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #68090D;
    border-bottom-color: #68090D;
}

.navbar-nav .dropdown-menu > li > a {
    font: 14px poppinsR;
    color: #333;
    text-transform: capitalize;
    transition: all 0.5s ease;
    text-align: left;
    padding: 5px 10px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff !important;
    background-color: #68090d;
}

.navbar-nav .dropdown-menu > li.active > a {
    color: #ffffff;
}

.navbar-default .navbar-nav li.last .dropdown-menu {
    left: auto;
    right: 0;
}

/* ----------------------------------------- */
/* SEARCH */
/* ----------------------------------------- */

/*.searchButton {display: none;}*/

.navbar .search-block-form {
    position: absolute;
    float: right;
    right: 5px;
    top: 8px;
    width: 245px;
    background: transparent;
    border: 0px solid transparent;
    border-radius: 0; /*border-bottom: 1px solid #9abcd7;*/
    z-index: 99;
}

/*.path-frontpage .navbar .search-block-form {background: transparent;}*/

.navbar .search-block-form .form-group {
    margin: 0;
}

.navbar .search-block-form .form-group .input-group {
}

.navbar .search-block-form .form-group .input-group #edit-keys {
    border-radius: 0;
    position: relative;
    top: 0;
    right: 0;
    background: transparent;
    border-color: transparent;
    color: #fff;
    width: 207px;
    float: right;
    box-shadow: none;
    border-bottom: 2px solid #fff;
}

.navbar .search-block-form .form-group .input-group .input-group-btn .btn {
    background: url("../images/search.png") no-repeat center center;
    width: 34px;
    height: 34px;
    background-size: contain;
    border: none !important;
    border-radius: 0;
    color: #ffffff;
    padding: 0;
}

.navbar .search-block-form .form-group .input-group .input-group-btn .btn .icon {
    opacity: 0;
}

#edit-keys::placeholder {
    font: 14px poppinsR;
    color: #fff;
}

/* ----------------------------------------- */
/* INTERNAL PAGES */
/* ----------------------------------------- */

#block-views-block-slick-x-block-main {
    display: none;
}

a {
    outline: 0 !important;
}

.region.region-content .content,
.region.region-content .view-content {
    font: 15px poppinsR;
    color: #333333;
    word-spacing: ;
    line-height: 1.75;
}

#notfrontwrap{
    height: auto;
    min-height: 436px;
    /*position: relative;
    bottom: 10px;*/
    background: linear-gradient(rgba(255,255,255,.5),
    rgba(255,255,255,.5)), url(../images/what-we-do.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 0 1em;
    padding-bottom: 3em;
}

.path-frontpage #notfrontwrap{
    padding-bottom: 0;
}

#notfrontwrap {
    min-height: calc(100vh - 171px);
}

.region-content img {
    margin: 0 10px 5px;
    object-fit: cover;
}

.path-frontpage #ip-wrap {
    display: none;
}

#notfrontwrap ul{
    /*list-style-image: url(../images/list-icon.png);*/*/
    line-height: 25px;
}

#page-title {
    font: 36px qualyB;
    color: #901a1c;
    /*padding: 0 0.5em;*/
    border: 0;
    margin: 0;
}

.region.region-content h1,
.region.region-content h2,
.region.region-content h3,
.region.region-content h4 {
    font-family: qualyB;
}

.region.region-content h3 {
    color: #CE3E35;
}
.region.region-content h4 {
    color: #333;
}

.region.region-content .content ul,
.region.region-content .view-content ul {
    /*list-style-image: url("../images/bullet.png");*/
}

.region.region-content .content li,
.region.region-content .view-content li {
    padding: 6px 0;
}

.region.region-content .content ul li:hover,
.region.region-content .view-content ul li:hover {
    list-style-image: ;
}

.region.region-content .content a,
.region.region-content .view-content a {
    text-decoration: none;
    color: #2e2d2c;
    border-bottom: 1px dotted #2e2d2c;
}

.region.region-content .view-content a {
    border: 0;
}

.region.region-content .content a:hover,
.region.region-content .view-content a:hover{
    color: #3d84b8;
}

.main-container {
}

.path-frontpage #frontpagerowswrap {
}

#frontpagerowswrap {
}

.path-frontpage #notfrontwrap {
    min-height: 0;
    height: 0 !important;
}

#page-header {
}

#contentsectionwrap {
}

#contentsection {
    padding: 0;
}

.breadcrumb {
    background: #EEEEEE;
    border-radius: 0;
    font: 14px poppinsR;
    margin: 0 -14px 12px;
    padding: 10px 15px;
}

.breadcrumb li {
    color: ;
}

.breadcrumb li a {
    color: #C03A2E;
}

.breadcrumb > li + li:before {
    color: #C03A2E;
}

.breadcrumb > li.active {
    color: #68090D;
}

.views-field.views-field-field-file a, .views-field.views-field-field-tadvertisement a {
    background: url('../images/download.png') no-repeat;
    height: 20px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: relative;
    left: 3em;
    background-size: contain;
    width: 20px;
}

.viewp_wrap {
    margin-bottom: 1.5em;
}

.viewp_date {
    font-weight: bold;
    margin-bottom: 5px;
}

.galleryp_image img, .video-pgallery iframe {
    display: block;
    height: 150px;
    width: 220px;
    max-width: 100%;
    object-fit: cover;
    margin: 0 auto 1em;
}

.galleryp_title{
    text-align: center;
}

.galleryp_title a {
    display: block;
    height: 52.5px;
    overflow: hidden;
}

.highp_title{
    
}

#block-system-main .date-display-single {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

.noticep-wrap ul {
    padding-left: 1em;
}

time {
    font-weight: bold;
    margin-bottom: 10px;
}

.mediap_wrap {
    display: flex;
    margin-bottom: 2em;
}

.mediap_img {
    margin-right: 1.5em;
}

.page-node-type-gallery .slick .slick__slide:focus {border:0}

.form-item, .form-actions{
    margin: 18px 0;
}

.form-required{
    color: red;
}

#edit-submitted-email{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.webform-submit.button-primary.btn.btn-primary.form-submit{
    margin-bottom: 2%;
}

.bsip-wrap{
    text-align: center;
}

.bsip-image img {
    display: block;
    height: 150px;
    width: 150px;
    margin: 0 auto 1em;
    object-fit: cover;
}

/** Sitemap **/

.sitemap {
    padding: 0 1em;
}

.sitemap-item {
}

.sitemap-item ul {
    padding: 0 0 0 1.5em;
    margin: 0 !important;
    float: none;
    text-align: start;
    list-style: disc;
}

.sitemap-item ul li {
    float: none;
    display: list-item;
}

.sitemap-item ul li a {
    text-decoration: none;
    display: initial;
    font: 15px poppinsR;
    color: #333333;
    padding: 0;
}

.sitemap-item ul li a:hover,
.sitemap-item ul li a:focus {
    text-decoration: underline;
    background: transparent;
}

.sitemap .caret {
    display: none;
}

.sitemap-item ul li ul {
    position: initial;
    display: block;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: transparent;
    background-clip: inherit;
    list-style: circle;
}

.sitemap-item ul li ul li {
    display: list-item;
}

.sitemap-item ul li ul li a,
.sitemap-item .navbar-nav .dropdown-menu > li > a {
    text-decoration: none;
    display: initial;
    font: 15px poppinsR;
    color: #333333;
    padding: 0;
}

.sitemap-item ul li ul li a:hover,
.sitemap-item ul li ul li a:focus,
.sitemap-item .navbar-nav .dropdown-menu > li > a:hover,
.sitemap-item .navbar-nav .dropdown-menu > li > a:focus {
    text-decoration: underline;
    background: transparent;
}

.sitemap-item .dropdown-menu > li > a:hover,
.sitemap-item .dropdown-menu > li > a:focus {
    color: #00173C !important;
}

.sitemap-item ul li ul li ul {
    display: none;
}

.sitemap-item ul li ul li.expanded ul {
    display: block;
    list-style: square;
}


/** ... **/


/* ----------------------------------------- */
/* REUSABLE COMPONENTS */
/* ----------------------------------------- */

.section-container {
    padding: 3em 0;
}

.section-heading{
    font: 46px qualyB;
    color: #901a1c;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.white-heading{
    color: #fff;
}

.heading-text {
    padding: 0 10px;
}

.heading-border {
    height: 35px;
    width: 8px;
    display: inline-block;
    background-color: #041423;
}

.white-border{
    background-color: #fff;
}

.heading-left {
    justify-content: left;
}

.section-para{
    font: 18px poppinsR;
    color: #000;
    text-align: justify;
    line-height: 2;
    margin-bottom: 2em;
}

.section-btn {
    display: block;
    width: 120px;
    background-color: #901a1c;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #fff;
    font: 15px poppinsR;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1em 0;
    transition: all 0.6s ease-in-out;
}

.section-btn:hover, .section-btn:focus, .section-btn:active{
    background-color: transparent;
    color: #901a1c;
    border-color: #901a1c;
    text-decoration: none;
}

.section-col a{
    text-decoration: none;
}

.slick--skin--boxed .slide__content{
    margin: 0px;
    border-radius: 0;
    background-color: transparent;
    border: unset;
    border-bottom: unset;
}

.slick--skin--boxed .slide__content:hover{
    box-shadow: none;
    border-color: unset !important;
}

.slick--skin--boxed-carousel .slide__caption{
    padding: 0;
}

.slick-dots {
    display: none !important;
}

/*.path-node #block-views-block-what-we-do-block-1,
.path-tenders #block-views-block-what-we-do-block-1,
.path-highlights #block-views-block-what-we-do-block-1,
.path-gallery-meetings #block-views-block-what-we-do-block-1,
.path-gallery-events #block-views-block-what-we-do-block-1,
.path-gallery-visits #block-views-block-what-we-do-block-1,
.path-sitemap #block-views-block-what-we-do-block-1{
    display: none;
}*/

/*#block-views-block-what-we-do-block-1*/

#backtotop {
    bottom: 82px;
    height: 50px;
    width: 50px;
    border-radius: 10px;
}

/* ----------------------------------------- */
/* BANNER 1 MAIN BANNER */
/* ----------------------------------------- */

/*#banner1-wrap {
    position: relative;
    top: -114px;
    margin-bottom: -114px;
}*/

.banner-content {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
}

.banner-tagline, .banner-bottle{
    animation-delay: 3s;
    animation-fill-mode: backwards;
    position: relative;
}

.banner-bottle {
    animation: movesInRight 1.5s ease-out;
    left: 20em;
    top: 4em;
}

.banner-tagline{
    left: 8em;
    right: 0 !important;
    animation: movesInLeft 1.5s ease-out;
    /*opacity: 0;*/
    top: 4em;
}

html, body{
    overflow-x: hidden;
}

@keyframes movesInRight{

    0%{
        opacity: 0;
        transform: translateX(-80em);
    }

    100%{
        opacity: 1;
        transform: translate(0em);
    }
}

@keyframes movesInLeft{

    0%{
        opacity: 0;
        transform: translateX(94em);
    }

    100%{
        opacity: 1;
        transform: translate(0);
    }
}

/* ----------------------------------------- */
/* BANNER 2 - WHAT WE DO */
/* ----------------------------------------- */

#section-what-we-do{
    background: url("../images/what-we-do.jpg") no-repeat center center/cover;
    padding: 3em;
}

#section-what-we-do .section-heading {
    text-align: left;
}

.wwd-content {
    padding: 0 5em 0 2em;
}

.wwd-box {
    height: 180px;
    width: 171px;
    max-width: 100%;
    border: 2px solid #901a1c;
    border-radius: 10px;
    text-align: center;
    padding: 22px 0px;
    margin-bottom: 25px;
}

.wwd-icon {
    margin-bottom: 8px;
}

.wwd-icon img{
    transition: background 2.5s ease, transform 1.5s ease;
}

.wwd-box:hover .wwd-icon img {
    transform: rotate3d(1, 1, 1, 360deg);
}

.wwd-title {
    font: 16px poppinsR;
    color: #901a1c;
}

/* ----------------------------------------- */
/* BANNER 3 - BLOOD SAFETY INSPECTORS */
/* ----------------------------------------- */

#block-banner3bloodsafetyinspectors{
    background: url("../images/bsi.png") no-repeat center center/cover;
    height: auto;
    padding: 4em 0 0 4em;
}

.districtofficesWrap .section-heading {
    /*margin-bottom: 1em;*/
}

.districtofficesWrap .nav-tabs {
    border-bottom: 1px solid #989898;
    margin-bottom: 15px;
}

.districtofficesWrap .nav-tabs > li > a {
    color: #333;
    font: 16px poppinsR;
}

.districtofficesWrap .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #901a1c;
    color: #fff;
}

#target-div {
    margin-top: 4em;
}

.inspector-image\' {
    margin-bottom: 1em;
    height: 139px;
    width: 139px;
    border: 1px solid #901a1c;
    border-radius: 5px;
}

.inspector-image\' img {
    object-fit: cover;
    border-radius: 10px;
    padding: 5px;
}

.districtofficesWrap .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.inspector-name {
    font: 18px poppinsM;
    color: #000;
}

.inspector-designation {
    font: 17px poppinsM;
    color: #901a1c;
}

.districtofficesWrap .view_more {
    display: none;
}

.districtofficesWrap .btn-success {
    background-color: #901a1c;
    border-color: transparent;
    font: 16px poppinsR;
    transition: all 0.6s ease-in-out;
}

.districtofficesWrap .btn-success:hover {
    background-color: transparent;
    border-color: #901a1c;
    color: #901a1c;
}

#map {
    text-align: center;
}

#map svg {
    transform: rotate(20deg);
}

#map svg path {
    cursor: pointer;
}

/* ----------------------------------------- */
/* BANNER 4 - LODGE A COMPLAINT */
/* ----------------------------------------- */

#section-complaint{
    background: url("../images/complaints.jpg") no-repeat center center/cover;
    height: 622px;
}

.complaint-wrap {
    background-color: rgba(119, 16, 21, 0.9);
    width: 35%;
    margin: 0 8em 0 auto;
}

.complaint-wrap {
    background-color: rgba(119, 16, 21, 0.9);
    width: 35%;
    margin: 0 8em 0 auto;
    height: 100%;
    padding: 0 3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.complaint-para {
    color: #fff;
}

.complaint-btn .section-btn {
    background-color: #4D4D4D;
    margin: 0 auto;
}

.complaint-btn .section-btn:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

/* ----------------------------------------- */
/* BANNER 5 - REGISTRATION / RENEWAL */
/* ----------------------------------------- */

#section-registration{
    background: url("../images/registration.png") no-repeat center center/contain;
    height: 555px;
    padding: 3em;
}

.registration-wrap {
    width: 50%;
    padding-left: 5em;
    padding-top: 2em;
}

.registration-para {
    color: #4d4d4d;
    text-align: center;
    margin-bottom: 3em;
}

.registration-btn .section-btn {
    width: 225px;
    margin: 0 auto;
}

/* ----------------------------------------- */
/* BANNER 6 - INFO DESK */
/* ----------------------------------------- */

#section-infodesk{
    background: url("../images/info.jpg") no-repeat center center/cover fixed;
    height: auto;
    padding: 3em;
}

.info-content {
    margin-bottom: 4em;
}

.ii-1{
    background: url("../images/Frequently-Asked-Questions.png") no-repeat;
}

.info-box:hover .ii-1{
    background: url("../images/Frequently-Asked-Questions-hover.png");
}

.ii-2{
    background: url("../images/Forms.png") no-repeat;
}

.info-box:hover .ii-2{
    background: url("../images/Forms-hover.png");
}

.ii-3{
    background: url("../images/Policies.png") no-repeat;
}

.info-box:hover .ii-3{
    background: url("../images/Policies-hover.png");
}

.ii-4{
    background: url("../images/Notifications.png") no-repeat;
}

.info-box:hover .ii-4{
    background: url("../images/Notifications-hover.png");
}

.info-icon{
    background-size: contain;
    height: 228px;
    width: 228px;
    max-width: 100%;
    margin: 0 auto 2.5em;
}

.info-title{
    font: 18px poppinsR;
    color: #fff;
    text-align: center;
}

.info-btn .section-btn {
    margin: 0 auto;
}

.info-btn .section-btn:hover {
    border-color: #fff;
    color: #fff;
}

/* ----------------------------------------- */
/* BANNER 7 - GALLERY */
/* ----------------------------------------- */

#block-views-block-gallery-block-1 {
    padding: 4em;
}

#block-views-block-gallery-block-1 .view-content {
    margin-bottom: 3em;
}

#block-views-block-gallery-block-1 .view-content::after {
    content: "";
    display: table;
    clear: both;
}

.gallery-image {
    height: 253px;
    margin: 0 auto 2em;
    width: 253px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.gallery-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s, opacity 0.5s;
}

.gallery-wrap:hover .gallery-image img{
    transform: scale(1.1);
    opacity: 1;
}

.gallery-title a{
    display: block;
    height: 46px;
    overflow: hidden;
    text-align: center;
    font: 15px poppinsR;
    color: #000;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.gallery-wrap:hover .gallery-title a{
    color: #901a1c;
}

.gallery-btn .section-btn {
    margin: 0 auto;
}

/* ----------------------------------------- */
/* FOOTER  */
/* ----------------------------------------- */

.footer-wrap {
    margin-top: -2px;
}

.footer-upper {
    background-color: #333;
    padding: 10px 1em;
    color: #fff;
    text-align: center;
}

.footer-links a {
    font: 14.5px poppinsR;
    color: #fff;
    margin: 0 1.5em;
}

.social-icons {
    text-align: right;
}

.social-icons i {
    color: #fff;
    font-size: 18px;
    margin: 0 15px;
}

.footer-bottom {
    background-color: #901a1c;
    padding: 10px 35px;
    color: #fff;
    font: 14.5px poppinsR;
}

.footer-bottom a {
    font: 14.5px poppinsR;
    color: #fff;
}

.power-sec {
    text-align: right;
}

/* ----------------------------------------- */
/* MEDIA QUERIES  */
/* ----------------------------------------- */

@media only screen and (max-width: 767px){

    #navbar {
        background-color: ;
    }

    .navbar-header{
        padding: 0.5em;
    }

    .navbar .logo {
        width: 82%;
    }

    .navbar .logo img {
        width: 75%;
    }

    .navbar-nav {
        margin: 0;
        float: left;
        text-align: left;
    }

    .navbar-default .navbar-nav > li {
        display: block;
        margin: 0px;
        padding: 0px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        padding: 10px !important;
        margin: 0px !important;
        display: block;
        width: 100%;
    }

    .navbar .search-block-form {
        position: unset;
        margin-bottom: 15px;
    }

    .section-heading {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .section-para {
        font-size: 14px;
    }

    .section-btn {
        width: 100px;
        font-size: 12px;
        padding: 0.8em 0;
    }

    #site-b01 {
        position: initial;
        margin: 0;
    }

    .banner-tagline {
        left: 2em;
        animation: none;
        top: 2em;
    }

    .banner-tagline img{
        height: 50px;
    }

    .banner-bottle {
        left: 7em;
        animation: none;
        top: 2em;
    }

    .banner-bottle img {
        height: 90px;
    }

    #section-what-we-do {
        padding: 0;
    }

    .wwd-content {
        padding: 0;
        margin-bottom: 3em;
    }

    .wwd-box {
        margin: 0 auto 2em;
    }

    #block-banner3bloodsafetyinspectors {
        padding: 3em 0;
    }

    .districtofficesWrap {
        padding: 0;
    }

    #target-div {
        margin-top: 2em;
    }

    .districtofficesWrap .nav-tabs > li > a{
        font-size: 12px;
    }

    #map svg {
        width: 100%;
        height: auto;
        transform: rotate(0deg);
    }

    #section-complaint {
        height: auto;
    }

    .complaint-wrap {
        background-color: rgba(119, 16, 21, 0.9);
        width: 65%;
        margin: 0px 4em 0 auto;
        padding: 2em;
    }

    #section-registration {
        background: none;
        height: auto;
        padding: 3em 0;
    }

    .registration-wrap {
        width: 100%;
        margin: 0;
        padding: 0 1em;
    }

    #section-infodesk {
        padding: 0;
    }

    .info-content {
        margin-bottom: 0;
    }

    .info-box, .gallery-wrap {
        margin-bottom: 3em;
    }

    .info-icon, .gallery-image {
        margin-bottom: 1em;
    }

    .info-icon {
        height: 175px;
        width: 175px;
    }

    #block-views-block-gallery-block-1 {
        padding: 3em 0;
    }

    #block-views-block-gallery-block-1 .view-content{
        margin: 0;
    }

    .gallery-title a{
        font-size: 12px;
        height: 38px;
    }

    .footer-links a, .footer-bottom {
        font-size: 11px;
    }

    .footer-links a{
        margin: 0 8px;
    }

    .footer-bottom, .footer-bottom a {
        font-size: 11px;
        text-align: center;
    }

    .power-sec {
        text-align: center;
    }

    .sitemap-item ul li ul li a, .sitemap-item .navbar-nav .dropdown-menu > li > a {
        white-space: normal;
    }
}

















