img.background {
    width: 100%;
    height: 100%;
}

.read_data {
    max-height: 50px;
    margin: 0;
}

.hide_data {
    display: none;
}

.read_more {
    cursor: pointer;
}

#carousel {
    margin-left: -360px;
    margin-top: -200px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.date-sec .sep {
    border-top: 1px solid #FFFFFF;
    height: 0;
    margin: 0 0 0 8px;
    padding: 0;
    width: 160px;
}

.date-sec .date-time {
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 170px;
}

@media only screen and (min-width: 768px) {
    p .img-responsive {
        height: 400px;
    }
}

p .img-responsive {
    display: inline-block;
}

hr {
    border-top: 1px solid #000;
}


/*!
 * jQuery wmuSlider v1.0
 * 
 * Copyright (c) 2011 Brice Lechatellier
 * http://brice.lechatellier.com/
 *
 * Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
 */


/* CSS Reset */


/* Demo */

.wmuSlider,
.wmuGallery {
    margin-bottom: 20px;
}


/* mwuSlider */

.wmuSlider {
    position: relative;
    overflow: hidden;
}

.wmuSlider .wmuSliderWrapper {
    /*display: none;*/
}

.wmuSlider .wmuSliderWrapper article {
    position: relative;
    text-align: center;
}

.wmuSlider .wmuSliderWrapper article img {
    max-width: 100%;
    width: auto;
    height: auto;
}


/* mwuGallery */

.wmuGallery .wmuGalleryImage {
    position: relative;
    text-align: center;
}

.wmuGallery .wmuGalleryImage img {
    max-width: 100%;
    width: auto;
    height: auto;
}


/* Default Skin */

.wmuGallery .wmuGalleryImage {
    margin-bottom: 10px;
}

.wmuSliderPrev,
.wmuSliderNext {
    position: absolute;
    width: 40px;
    height: 80px;
    text-indent: -9999px;
    background: url(../images/sprites.png) no-repeat 0 0;
    top: 50%;
    margin-top: -40px;
    z-index: 2;
}

.wmuSliderPrev {
    background-position: 100% 0;
    left: 20px;
}

.wmuSliderNext {
    right: 20px;
}

.wmuSliderPagination {
    z-index: 2;
    position: absolute;
    left: 20px;
    bottom: 10px;
}

.wmuSliderPagination li {
    float: left;
    margin: 0 5px 0 0;
    list-style-type: none;
}

.wmuSliderPagination a {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    background: url(../images/sprites.png) no-repeat 0 -80px;
}

.wmuSliderPagination a.wmuActive {
    background-position: -10px -80px;
}


/***********   slider/style.css *******/

.slider .item {
    height: 500px;
    position: relative;
    overflow: hidden;
}

.slider .item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.8;
    z-index: 1;
}

.slider .item img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.slider .item video {
    min-width: 100%;
    min-height: 100%;
}

.slider .heroimg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.slider .container {
    position: relative;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    text-align: center;
}

.slider .hero-txt {
    width: 100%;
    margin: 0% 3%;
    text-align: center;
    padding: 50px 0;
}

.slider .title {
    font-size: 50px;
    font-weight: 700;
    color: #FFF;
    line-height: normal;
    margin: 0 0 5px 0;
    padding: 0;
}

.slider .subtitle {
    font-size: 30px;
    color: #FFF;
    line-height: normal;
    margin: 0 0 25px 0;
    padding: 0;
}

.slider .btn {
    color: #FFF;
}

.slider .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    padding: 0 0;
}

.slider .owl-nav button {
    font-size: 50px !important;
    color: #FFF !important;
    outline: none;
    position: absolute;
}

.slider .owl-nav .owl-prev {
    left: 30px;
}

.slider .owl-nav .owl-next {
    right: 30px;
}

.slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
}

.slider .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #777;
    outline: 0;
    border-radius: 100px;
    margin: 0 4px;
}

.slider .owl-dots .owl-dot.active {
    background-color: #FFF;
}

@media (max-width: 767px) {
    .slider .item {
        height: auto;
    }
    .slider .title {
        font-size: 30px;
        padding-bottom: 10px;
    }
    .slider .subtitle {
        font-size: 16px;
    }
    .slider .owl-nav .owl-prev {
        left: 15px;
    }
    .slider .owl-nav .owl-next {
        right: 15px;
    }
}

.slider .btn {
    white-space: normal;
}

.slider .subtitle {
    font-size: 25px;
}

.section_industries img {
    display: unset;
    height: 60px;
}

.slider .item:after {
    background-color: #973500;
    opacity: 0.8;
}

.slider .btn-danger {
    background-color: #de0002;
    border-color: #de0002;
}


/* line 7, ../sass/lightbox.sass */

body:after {
    content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
    display: none;
}


/* line 11, ../sass/lightbox.sass */

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    /*    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);*/
    opacity: 0.8;
    display: none;
}


/* line 20, ../sass/lightbox.sass */

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    position: fixed;
    /*added by rinosh to keep popup in center*/
    top: 50px !important;
    /*added by rinosh to keep popup in center, top 0 will work in normal case but here it is not working*/
}


/* line 28, ../sass/lightbox.sass */

.lightbox .lb-image {
    display: block;
    height: auto;
    /*-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;*/
    border-radius: 3px;
}


/* line 32, ../sass/lightbox.sass */

.lightbox a img {
    border: none;
}


/* line 35, ../sass/lightbox.sass */

.lb-outerContainer {
    position: relative;
    background-color: white;
    /*    zoom: 1;*/
    width: 250px;
    height: 250px;
    margin: 0 auto;
    /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;*/
    border-radius: 4px;
}


/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}


/* line 44, ../sass/lightbox.sass */

.lb-container {
    padding: 4px;
}


/* line 47, ../sass/lightbox.sass */

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}


/* line 56, ../sass/lightbox.sass */

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}


/* line 63, ../sass/lightbox.sass */

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}


/* line 71, ../sass/lightbox.sass */

.lb-container>.nav {
    left: 0;
}


/* line 74, ../sass/lightbox.sass */

.lb-nav a {
    outline: none;
}


/* line 77, ../sass/lightbox.sass */

.lb-prev,
.lb-next {
    width: 49%;
    height: 100%;
    cursor: pointer;
    /* Trick IE into showing hover */
    display: block;
}


/* line 84, ../sass/lightbox.sass */

.lb-prev {
    left: 0;
    float: left;
}


/* line 87, ../sass/lightbox.sass */

.lb-prev {
    background: url(../images/prev.png) left 48% no-repeat;
}


/* line 90, ../sass/lightbox.sass */

.lb-next {
    right: 0;
    float: right;
}


/* line 93, ../sass/lightbox.sass */

.lb-next {
    background: url(../images/next.png) right 48% no-repeat;
}


/* line 96, ../sass/lightbox.sass */

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    /*   *zoom: 1;*/
    width: 100%;
    /*-moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;*/
    border-bottom-left-radius: 4px;
    /*-moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;*/
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}


/* line 103, ../sass/lightbox.sass */

.lb-data {
    padding: 0 4px;
    color: #bbbbbb;
}


/* line 106, ../sass/lightbox.sass */

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}


/* line 111, ../sass/lightbox.sass */

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}


/* line 115, ../sass/lightbox.sass */

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}


/* line 121, ../sass/lightbox.sass */

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    /*    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);*/
    opacity: 0.7;
}


/* line 130, ../sass/lightbox.sass */

.lb-data .lb-close {
    cursor: pointer;
    /*    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);*/
    opacity: 1;
}


/**************   Welcome.css ******************/

img.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999;
}

#polyglotLanguageSwitcher1 {
    color: #444444;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: normal;
    margin: 19px auto auto;
    position: relative;
    z-index: 120;
}

.desc {
    color: #6b6b6b;
}

.desc a {
    color: #0092dd;
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
    margin: 0px;
    padding: 0px;
}

.dropdown dd {
    position: relative;
}

.dropdown a,
.dropdown a:visited {
    color: #816c5b;
    text-decoration: none;
    outline: none;
}

.dropdown a:hover {
    color: #5d4617;
}

.dropdown dt a:hover {
    color: #5d4617;
    border: 1px solid #d0c9af;
}

.dropdown dt a {
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    position: relative;
    background: #FFFFFF url(../img/arrow.PNG) no-repeat scroll right center;
    display: block;
    padding-right: 20px;
    width: 171px;
}

.dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 5px;
}

.dropdown dd ul {
    background: #FFFFFF none repeat scroll 0 0;
    color: #000;
    display: none;
    left: 0px;
    padding: 5px 0px;
    position: absolute;
    top: 2px;
    width: auto;
    min-width: 170px;
    list-style: none;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    border-top: 1px dotted #D4D4D4;
    padding: 5px;
    display: block;
}

.dropdown dd ul li a:hover {
    background-color: #F7F7F7;
}

.dropdown img.flag {
    float: left;
    border: none;
    vertical-align: middle;
    margin: 3px 4px 0px 8px;
}

#header .date-sec.top_left {
    float: left;
}

#header .date-sec.top_right {
    float: right;
}

#header .date-sec.bottom_right {
    float: right;
    margin: 430px 20px 0 0;
}

#header .date-sec.bottom_left {
    float: left;
    margin: 430px 20px 0 0;
}

#carousel.left {
    left: 17%;
}

#carousel.center {
    left: 50%;
}

#carousel.right {
    left: 78%;
}

#container.left {
    text-align: left;
}

#container.center {
    text-align: center;
}

#container.right {
    text-align: right;
}

#sphere.small,
#glow-shadows.small,
#drag.small {
    height: 200px;
    margin: 0 auto;
    width: 200px;
}

#sphere.medium,
#glow-shadows.medium,
#drag.medium {
    height: 340px;
    margin: 0 auto;
    width: 340px;
}

#sphere.large,
#glow-shadows.large,
#drag.large {
    height: 350px;
    margin: 0 auto;
    width: 350px;
}

#container div.home_images {
    width: 100px;
    height: 100px;
}

@media only screen and (min-width: 375px) {
    #mainBGaa .welcome_button {
        z-index: 9000;
        margin-left: 10px !important;
        float: left !important;
    }
    #mainBGaa .language_container {
        width: 300px !important;
    }
}

@media only screen and (max-width: 360px) {
    #mainBGaa #polyglotLanguageSwitcher1 {
        width: 100%;
    }
    #mainBGaa .dropdown dt a {
        width: 100% !important;
    }
    .welcome_button {
        width: 100% !important;
    }
}