@charset "utf-8";
.slogan h3{
    line-height: 38px;
}

.slogan {
    color: #fff !important;
    text-shadow: 1.5px 1.5px 1.5px #1A2236;
    display: table !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    padding: 15% 2% 5%;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 35%;
    bottom: 0;
    height: 100%;
}

.slogan p{
    color: inherit !important;
}

.sliderBg{
    background: linear-gradient(to right, rgba(41,52,83,0.8) 28%, rgba(41,52,83,0.1));
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 999;
    height: 100%;
    width: 100%;
}

.sliderBottomText{
    background: linear-gradient(to bottom, rgba(255,255,255,0.9) 8%, rgba(255,255,255,0.1));
    border-radius: 20px 20px 0 0;
    color: #1A2236;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 auto;
    margin-top: -5%;
    padding: 40px;
    width: 90%;
    position: relative;
    z-index:9999999;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
}

.slides{
    clear: both;
    -webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 6s; /* Firefox < 16 */
    -ms-animation: fadein 6s; /* Internet Explorer */
    -o-animation: fadein 6s; /* Opera < 12.1 */
    animation: fadein 6s;
    height: 730px;
    width: 100%;
}

.slides li{
    height: 100%;
    width: 100% !important;
}

.slides li .slideImage{
    background-position: center center !important;
    background-repeat:no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
}


.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* FlexSlider Necessary Styles
*********************************/

.flexslider {
    margin: 0;
    padding: 0;
    height: 730px;
    width: 100%;
}

.flexslider .slides > li {
    display: none;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider {
    position: relative;
    zoom: 1;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides > li {
    position: relative;
}

.flex-container {
    zoom: 1;
    position: relative;
}


/* Direction Nav */
.flex-direction-nav{
    background: rgba(255,255,255,0.7);
    border-radius: 20px;
    display: none;
    position: absolute;
    padding: 5px 15px 5px 15px;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 12%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.flex-direction-nav li a {
    border: solid 1px #1A2236;
    border-radius: 50%;
    display: table;
    width: 32px;
    height: 32px;
    padding: 5px;
    cursor: pointer;
    text-indent: -9999px;
    outline:none !important;
    text-decoration:none !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.flex-direction-nav li a:hover{
    background: #1A2236;
}

.flex-direction-nav li a.next {
    content: url('../default-img/rightArrow.png');
    float: right;
}

.flex-direction-nav li a.next:hover {
    content: url('../default-img/rightHoverArrow.png');
    padding: 6px 8px 6px 0px !important;
}

.flex-direction-nav li a.prev {
    content: url('../default-img/leftArrow.png');
    float: left;
}

.flex-direction-nav li a.prev:hover {
    content: url('../default-img/leftHoverArrow.png');
    padding: 6px 0px 6px 8px !important;
}

.flex-direction-nav li a.disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default;
}

.flex-control-nav{
    display: none !important;
}

/*=========== END SLIDER ========*/