/*  # NOAH Business Application Website
    # Company Owner : Forecasting and Planning Technologies Inc.
    # Developer : AAG
    # Modified by : Alvin Benedicto
    # Date Created : March 2014
    # Date Modified : February 12, 2019 01:59 PM || Before January 3, 2019 11:06 AM
*/

body {
    height: 100% !important;
    width: 100% !important;
    font-size: 15px;
    background-color: #f7fcfd !important;
    background-color: #ffffff !important;
}

/* SELECTION OVERRIDE */
::selection {
    color: #fff;
    background: #737aff;
}

::-moz-selection {
    color: #FFF;
    background: #f8c2c5;
}

/*--- Scrollbar ---*/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar:hover {
    /*width: 14px;*/
}
::-webkit-scrollbar-button,
::-webkit-scrollbar-track {
    display: none;
}
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.14);
    border: none;
    border-radius: 4px;
    box-shadow: none;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.32);
}

::-webkit-scrollbar-track {
    display: none;
}

/* Links */
a {
    color: #005AFF;
}
a:hover {
    text-decoration: none;
    color: #4487b2;
}
p {
    line-height: 22px;
}

/* Parallax Styles */
.parallax {
    position: absolute;
}
.slider-wrapper {
    position: relative;
    overflow: hidden;
    background: url(../images/design/preload.GIF) center center no-repeat transparent;
}
.parallax {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    left: 0;
}
.parallax .layer {
    position: absolute;
    right: 100px;
}
.slider-wrapper .container {
    background: transparent;
    height: 100%;
}
.slider-wrapper i.fa#go-down {
    font-size: 24px;
    font-weight: 100;
    position: absolute;
    bottom: 15px;
    left: 25px;
    opacity: .5;
    color: #fff;
    cursor: pointer;
    display: none;
}
.container-wrapper {
    background: #fff;
    z-index: 5;
}

/* NAV BAR */
.navigation {
    height: 87px;
    border-top: 4px solid #94d5ff;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    z-index: 9999;
}
.navigation .navbar-brand img {
    position: relative;
    top: 3px;
}
.navigation.fixed {
    position: fixed;
    top: 0;
    left: 0;
    border-top: 4px solid #6ebff3;
    width: 100%;
    height: 75px;
    border-top: 4px solid #198fbf;
    border-bottom: 1px solid #dddddd;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 0 6px 16px rgba(0,0,0,.08);
    -moz-box-shadow: 0 6px 16px rgba(0,0,0,.08);
    box-shadow: 0 6px 16px rgba(0,0,0,.08);
}
.body-home .navigation.fixed {
    -webkit-animation: h-godown 1s;
    -moz-animation: h-godown 1s;
    animation: h-godown 1s;
}
.navigation.fixed.shadow {
}
.navigation .navbar-default {
    padding: 0;
    margin: 0;
}
.navigation.fixed .navbar-default ul.navbar-nav {
    height: 75px;
    margin: 0;
    padding: 0;
}
.navigation.fixed .navbar-default ul.navbar-nav li {
    height: 71px;
    opacity: 1;
}
@keyframes h-godown {
    0% {
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes h-opacity1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes h-scale-l {
    0% {
        left: 0%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 1;
    }
}
.navigation.fixed .navbar-default ul.navbar-nav li a {
    height: 71px;
    line-height: 71px;
    text-transform: uppercase;
}
.navigation.fixed .navbar-brand img {
    max-height: 70px;
    top: 0;
}
.navigation .navbar-default {
    height: auto;
    background: none;
    border: 0;
}
.navigation .navbar-default ul.navbar-nav {
    height: 87px;
}
.navigation .navbar-default ul.navbar-nav li {
    height: 87px;
}
.navigation .navbar-default ul.navbar-nav li a {
    height: 87px;
    padding: 0 10px;
    line-height: 87px;
    margin-top: 0;
    font-family: "Roboto", Arial, sans-serif;
    color: #777777;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: -0.2px;
    font-family: 'Comfortaa', Arial, sans-serif;
}
.navigation .navbar-default ul.navbar-nav li a:before {
    position: absolute;
    content: '';
    height: 1px;
    border-radius: 3px;
    background-color: #198fbf;
    bottom: 22px;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
}
.navigation .navbar-default ul.navbar-nav li a:hover:before {
    width: 26px;
}
.navigation .navbar-default ul.navbar-nav li a:hover {
    background: transparent;
    color: /*#198fbf*/ #13709d;
}
.navigation .navbar-default ul.navbar-nav li.active a {
    color: #198fbf;
    background-color: #edf4ff;
}
.navigation .navbar-default .search-icon-wrapper i {
    width: 41px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    float: right;
}
.navigation .navbar-form {
    position: relative;
}
.navigation .navbar-form i.fa {
    font-size: 14px;
    color: #868686;
    padding: 20px 10px;
    cursor: pointer;
    line-height: 30px;
    z-index: 99;
    position: absolute;
}
.navigation .navbar-form i.fa-times {
    font-size: 21px;
    z-index: 100;
    display: none;
}
.navigation.fixed .navbar-form i.fa {
    padding: 12px 10px;
}
.navigation .search-field {
    width: 100%;
    height: 115px;
    background: #6ebff3;
    background: rgba(110, 191, 243, .95);
    position: relative;
    padding: 0;
    margin: 0;
    top: -8px;
    display: none;
    -webkit-box-shadow: 0px 3px 4px 0px #323232;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.05);
    -moz-box-shadow: 0px 3px 4px 0px #323232;
    -moz-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.05);
    box-shadow: 0px 3px 4px 0px #323232;
    box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.05);
}
.navigation.fixed .search-field {
    top: -7px;
}
.navigation .search-field input {
    background: transparent;
    border: 0;
    font-size: 55px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 100;
    color: #fff;
    width: 100%;
    outline: none;
    text-align: center;
    padding: 0;
    margin: 0;
    height: 115px;
    font-size: 33px;
    line-height: 35px;
    padding: 0;
}
.navigation .search-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccebff;
}
.navigation .search-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccebff;
}
.navigation .search-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccebff;
}
.navigation .search-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccebff;
}
.navigation .navbar-default ul.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0;
    top: 82px;
    left: 22px;
    border-top: 3px solid #6ebff3;
    -webkit-box-shadow: 0 0 0 0 #000000;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 #000000;
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 #000000;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.navigation .navbar-default ul.dropdown-menu .sub-menu .navigation.fixed .navbar-default ul.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.navigation.fixed .navbar-default ul.dropdown-menu {
    margin-top: -12px;
}
.navigation .navbar-default ul.dropdown-menu li,
.navigation.fixed .navbar-default ul.dropdown-menu li {
    padding: 0;
    margin: 0;
    height: 50px;
}
.navigation .navbar-default ul.dropdown-menu li a,
.navigation.fixed .navbar-default ul.dropdown-menu li a {
    background: #404040 !important;
    border: 1px solid #595959 !important;
    border-top: 1px solid #404040 !important;
    border-bottom: 1px solid #595959 !important;
    height: 0;
    padding: 24px 10px 24px 10px;
    margin: 0;
    font-size: 12px;
    font-weight: 100;
    font-family: "Roboto", Arial, sans-serif;
    color: #ffffff !important;
    color: rgba(255, 255, 255, .65) !important;
    line-height: 0;
}
.navigation .navbar-default ul.dropdown-menu li:hover a,
.navigation.fixed .navbar-default ul.dropdown-menu li:hover a {
    background: #6ebff3 !important;
    border: 1px solid #64b7ec !important;
    color: #fff !important;
}
.navigation .navbar-default ul.dropdown-menu li:first-child:hover a,
.navigation.fixed .navbar-default ul.dropdown-menu li:first-child:hover a {
    border-top: 1px solid #6ebff3 !important;
}
.navigation .navbar-default ul i.fa {
    margin-left: 8px;
}
.dropdown.h:hover .dropdown-menu {
    display: block;
}
#nav-begins {
    display: block;
    height: 0;
    height: 89px !important;
}

/** FUlL DROPDOWN **/
.navigation ul.navbar-nav li.dropdown.full {
    position: relative;
}
.navigation ul.navbar-nav li.dropdown.full section {
    position: absolute;
    margin-left: -547px;
    top: 77px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    padding-bottom: 0;
    background: transparent;
    -webkit-box-shadow: 0px 3px 4px 0px #323232;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.10);
    -moz-box-shadow: 0px 3px 4px 0px #323232;
    -moz-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.10);
    box-shadow: 0px 3px 4px 0px #323232;
    box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.10);
}
.navigation.fixed ul.navbar-nav li.dropdown.full section {
    top: 65px;
}
.navigation ul.navbar-nav li.dropdown.full section span.wrapper {
    top: 0;
    border-top: 3px solid #6ebff3;
    width: 100%;
    position: relative;
    height: 300px;
    margin: 0;
    padding: 0;
    display: block;
    background: #404040;
}
.navigation ul.navbar-nav li.dropdown.full section span.wrapper .clear-wrapper {
    float: left;
    height: 100%;
}
.navigation ul.navbar-nav li.dropdown.full section span.wrapper .color-wrapper {
    background: #6ebff3;
    width: 368px;
    float: right;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    position: relative;
}
.navigation ul.navbar-nav li.dropdown.full section span.wrapper article {
    display: inline-block;
    width: 245px;
    height: 180px;
    position: relative;
    top: 30px;
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.navigation ul.navbar-nav li.dropdown.full section span.wrapper article strong {
    position: relative;
    top: 0;
}
.navigation ul.navbar-nav li.dropdown.full section span.wrapper span.divider {
    position: absolute;
    height: 180px;
    top: 40px;
    width: 1px;
    background: #595959;
    display: inline-block;
}
.navigation ul.navbar-nav li.dropdown.full section span.wrapper ul {
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0;
    height: 0;
    position: relative;
    left: 0;
    top: 0;
}
.navigation ul.navbar-nav li.dropdown.full section span.wrapper ul li {
    padding: 0;
    margin: 0 0 2px 0;
    left: auto;
    height: auto;
    position: relative;
    left: 0;
    float: none;
}
.navigation ul.navbar-nav li.dropdown.full section span.wrapper ul li a {
    color: #ffffff;
    color: rgba(255, 255, 255, .55);
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 100;
    margin: 0;
    padding: 0;
    height: 29px;
    display: block;
    font-size: 13px;
    line-height: 29px;
    position: relative;
}
.navigation ul.navbar-nav li.dropdown.full section span.wrapper strong {
    color: #fff;
        font-size: 16px;
        line-height: 36px;
        font-weight: 100;
        font-family: "Roboto", Arial, sans-serif;
        padding: 0 0 0 29px;
        margin: 20px 0 5px 0;
        display: block;
        float: none;
}
.navigation ul.navbar-nav li.dropdown.full section span.wrapper .color-wrapper p {
    margin: 10px 0 0 30px;
    padding: 0;
    line-height: 21px;
    width: 310px;
}
.navigation ul.navbar-nav li.dropdown.full section span.wrapper .color-wrapper p a {
    padding: 0;
    margin: 0;
    position: relative;
    left: 0;
    color: #fff;
    line-height: 21px;
    font-weight: 100;
    outline: none;
    font-size: 14px;
    font-family: "Roboto", Arial, sans-serif;
}

    .navigation ul.navbar-nav li.dropdown.full section span.wrapper ul li a i {
        padding: 0 10px 0 0;
        margin: 0;
    }


/** Slug **/

.slug {
    height: 345px;
    position: relative;
}

    .slug .overlay {
        height: 100%;
        width: 100%;
        display: block;
        position: relative;
    }

    .slug h1,
    .slug p,
    .slug span {
        text-align: center;
        display: block;
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 100;
        color: #fff;
        line-height: 0;
        color: #FFA500;
        text-shadow: #000000 0px 2px 2px;
        text-shadow: rgba(0, 0, 0, 0.8) 0px 2px 2px;
        font-weight: 700;
    }

    .slug span {
        color: #ffffff;
        color: rgba(255, 255, 255, .65);
        font-size: 14px;
        position: relative;
        margin-top: 45px;
    }

        .slug span a {
            color: #fff;
        }

    .slug h1 {
        padding: 95px 0 5px 0;
        font-size: 55px;
        line-height: 65px;
    }

    .slug p {
        padding: 0 0 60px 0;
        font-size: 24px;
        line-height: 22px;
    }

    .slug span i.fa {
        padding: 0 5px 0 5px;
    }


/** Adjusted icons **/

.navigation ul.navbar-nav li.dropdown.full section span.wrapper ul li a i.fa-moon-o {
    padding-right: 11px;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper ul li a:hover {
    color: #6ebff3;
}

.navigation ul.navbar-nav li.dropdown.full .nivo-wrapper {
    height: 150px;
    width: 310px;
    margin: 0 0 0 29px;
    padding: 0;
    display: block;
    overflow: hidden;
}

    .navigation ul.navbar-nav li.dropdown.full .nivo-wrapper .nivo-directionNav a,
    .content-section.slider-with-text .nivo-wrapper .nivo-directionNav a {
        background: #404040 !important;
        background: rgba(64, 64, 64, 0) !important;
        height: 100% !important;
        top: -1px;
    }

        .navigation ul.navbar-nav li.dropdown.full .nivo-wrapper .nivo-directionNav a i,
        .content-section.slider-with-text .nivo-wrapper .nivo-directionNav a i {
            color: #ffffff;
            color: rgba(255, 255, 255, 0);
            font-size: 14px;
            line-height: 0;
            top: 50%;
            position: relative;
        }

    .navigation ul.navbar-nav li.dropdown.full .nivo-wrapper:hover .nivo-directionNav a,
    .content-section.slider-with-text .nivo-wrapper:hover .nivo-directionNav a {
        background: #404040 !important;
        background: rgba(64, 64, 64, .2) !important;
    }

        .navigation ul.navbar-nav li.dropdown.full .nivo-wrapper:hover .nivo-directionNav a i,
        .content-section.slider-with-text .nivo-wrapper .nivo-directionNav a i {
            color: #ffffff;
            color: rgba(255, 255, 255, .9);
        }

    .navigation ul.navbar-nav li.dropdown.full .nivo-wrapper .nivo-directionNav:hover a,
    .content-section.slider-with-text .nivo-wrapper .nivo-directionNav:hover a {
        background: #404040 !important;
        background: rgba(64, 64, 64, .4) !important;
    }

section.content-section .row.no-heading {
    margin-top: 23px;
}


/** MINI NAVIGATION **/

.navigation ul.mini {
    margin: 20px 0 0 0;
    list-style: none;
    padding: 0;
    position: absolute;
    display: none;
    overflow: scroll;
    height: 209px;
    width: 100%;
    outline: none;
    background: #f9f8f8;
    overflow: hidden;
}

.navigation.fixed ul.mini {
    height: 364px;
}

.navigation ul.mini li {
    text-decoration: none;
    border-top: 1px solid #efefef;
    position: relative;
    outline: none;
    padding: 0;
    margin: 0;
}

    .navigation ul.mini > li:last-child {
        border-bottom: 1px solid #efefef;
    }

    .navigation ul.mini li.sub ul li:first-child {
        border-top: 0;
        margin-top: 0;
    }

    .navigation ul.mini li.sub ul li:last-child {
        border-bottom: 0;
    }
.navigation ul.mini li a {
    width: 100%;
    color: #666666;
    display: block;
    outline: none;
    line-height: 50px;
    text-indent: 15px;
    height: 50px;
    font-family: "Comfortaa", Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    letter-spacing: -0.2px;
    text-decoration: none !important;
}

    .navigation ul.mini li.sub ul {
        list-style: none;
        border-top: 1px solid #efefef;
        padding: 0 0 0 20px;
        display: none;
        margin-bottom: 0;
    }

    .navigation ul.mini li.sub.hidden {
        border-bottom: 0;
    }

    .navigation ul.mini li i.fa {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 11px;
        color: #acacac;
        cursor: pointer;
        padding: 22px 15px 24px 24px;
    }

    .navigation ul.mini li a:hover,
    .navigation ul.mini li a.active,
    .navigation ul.mini li a:active,
    .navigation ul.mini li:hover i.fa {
        color: #43acef;
    }


/**
*** Content Sections ***
**/

.content-section {
    background: #fff;
    padding-top: 52px;
    display: block;
    padding-bottom: 72px;
    margin: 0;
}


    /*
.content-section.light {
    background: #f9f8f8 !important;
}
*/

    .content-section.showcase {
        padding-top: 31px;
        padding-bottom: 0;
    }

        .content-section.showcase .end {
            margin-bottom: 65px;
        }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", Arial, sans-serif;
    position: relative;
}

.content-section h1 div {
    display: block;
}

.content-section h1 {
    font-size: 35px;
    font-weight: 400;
    color: #404040;
    position: relative;
    text-align: center;
}

.content-section h2 {
    color: #fff;
    font-weight: 100;
    font-size: 60px;
}

.content-section h3 {
    font-size: 45px;
    font-weight: 100;
    color: #404040;
    margin: 0 0 40px 0;
}

h4 {
    font-size: 35px;
    font-weight: 100;
}

h6 {
    font-size: 25px;
    font-weight: 100;
}

.content-section.showcase h1 {
    color: #fff;
}

.content-section h1 span,
.content-section h2 span,
.content-section h3 span {
    color: #6ebff3;
    font-family: inherit;
    font-weight: 400;
}

.content-section h1 i,
.content-section h3 i {
    font-size: 35px;
    position: relative;
    color: #333;
    top: -4px;
    left: -10px;
}

.content-section h3 i {
    font-size: 35px;
    top: -3px;
    left: 1px;
    padding-right: 15px;
}

.content-section h1:hover i,
.content-section h2:hover i,
.content-section h3:hover i {
    color: #6ebff3;
}

.content-section h1 p {
    margin-top: 5px;
}

.content-section h1 + p {
    margin-top: 15px;
}

.content-section p {
    font-size: 17px;
    font-weight: 100;
    line-height: 25px;
    margin-bottom: 0;
    color: #404040;
    color: rgba(64, 64, 64, .7);
    font-family: "Roboto", Arial, sans-serif;
    text-align: center;
    color: #000;
    font-weight: 400;
}

.content-section .center-buttons a {
    margin-left: 5px;
}

.content-section.slider-with-text {
    display: block;
}

    .content-section.slider-with-text .nivo-wrapper {
        height: auto;
        width: 100%;
        padding: 0;
        display: block;
        overflow: hidden;
    }

    .content-section.slider-with-text p {
        font-size: 16px;
        text-align: left;
        padding: 0;
        margin: 0;
        line-height: 25px;
        margin-top: -4px;
        /** Adjust the line-height padding **/
        display: block;
    }

    .content-section.slider-with-text .nivo-wrapper .nivo-directionNav a {
        width: 40px;
        text-align: center;
    }

.content-section h1 {
    text-shadow: 0;
}

.slider-laptop {
    position: relative;
    overflow: hidden;
    width: 100%;
}


    /*.slider-wrapper {
	height:820px;
}*/

    .slider-laptop .laptop {
        background: none center left no-repeat transparent;
        width: 871px;
        height: 575px;
        left: 50%;
        margin-left: -435px;
        position: relative;
    }

    .slider-laptop .wrapper {
        width: 557px;
        height: 349px;
        overflow: hidden;
        top: 110px;
        left: 157px;
        position: relative;
    }


/**
*** Blog Styles ***
**/

.blog {
    margin-bottom: 40px;
    clear: both;
}

    .blog .image {
        width: 100%;
        overflow: hidden;
        position: relative;
        display: block;
        margin-bottom: 25px;
        /*min-height: 160px;*/
        max-height: 100%;
        text-align: center;
    }
/*
.blog .image img {
    width: 100%;
    height: 100%;
}*/
.img-responsive {
    margin: 0 auto;
}

.blog .title-desc {
    float: left;
    letter-spacing: 1px;
    margin: 8px 0 0 0;
}

.blog h3 {
    font-weight: 100;
    font-size: 35px;
    margin: 0 0 20px 0;
    line-height: 30px;
}

.blog .date {
    /*display: inline-block;*/
    float: left;
    margin: 0 25px 0 0;
}

    .blog .date a.day {
        font-size: 24px;
        font-weight: 100;
        background: #f9f8f8;
        color: #404040;
        line-height: 24px;
        margin: 0 0 1px 0;
        display: block;
        padding: 12px 22px;
    }

        .blog .date a.day:hover {
            background: #404040;
            color: #fff;
        }

    .blog .date a.month {
        font-weight: 100;
        color: #fff;
        background: #6ebff3;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 18px;
        padding: 3px 0;
    }

.blog ul.meta {
    list-style: none;
    text-decoration: none;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}

    .blog ul.meta li {
        display: inline-block;
        margin-right: 25px;
    }

        .blog ul.meta li a {
            color: #404040;
            font-weight: 100;
        }

        .blog ul.meta li i {
            margin-right: 5px;
        }

        .blog ul.meta li a:hover i {
            color: #6ebff3;
        }

.blog p {
    font-size: 18px;
    line-height: 29px;
    clear: both;
    float: left;
    text-align: left;
    margin-top: 18px;
    display: block;
}

.blog .btn {
    display: block;
    float: left;
    clear: both;
    margin-top: 20px;
    margin-bottom: 30px;
}

ul.pagination {
    margin: 0 0 10px 0;
    padding: 0;
}

    ul.pagination li a {
        background: #f9f8f8;
        border: 1px solid #f1f1f1;
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 100;
        font-size: 14px;
    }

        ul.pagination li a:hover {
            background: #6ebff3;
            color: #fff;
            border: 1px solid #6ebff3;
        }

.single .blog p {
    padding-bottom: 0;
    float: none;
    clear: both;
}

.single .blog .title-desc {
    margin-bottom: 35px;
}

.single .blog blockquote {
    margin-bottom: 25px;
    margin-top: 25px;
    float: none;
}

.single h4 {
    margin-top: 20px;
    margin-bottom: 30px;
    clear: both;
}

.single h6 {
    margin: 15px 0;
}

.single .author {
    width: 100%;
    position: relative;
    height: 300px;
    margin-bottom: 65px;
    background: #f9f8f8;
}

    .single .author img {
        -webkit-border-radius: 200px;
        -moz-border-radius: 200px;
        border-radius: 200px;
        width: 200px;
        height: 200px;
        display: block;
        float: left;
        position: absolute;
        margin: 50px 0 0 20px;
    }

    .single .author h5 {
        font-size: 22px;
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 300;
        /*display: inline-block;*/
        float: left;
        margin: 60px 0 15px 250px;
        max-width: 100%;
        text-align: left;
    }

    .single .author span {
        float: right;
        /*display: inline-block;*/
        margin-top: 60px;
        padding-right: 40px;
        position: relative;
        top: -2px;
    }

        .single .author span a {
            color: #404040;
            font-size: 20px;
            padding-left: 7px;
        }

            .single .author span a:hover {
                color: #6ebff3;
            }

    .single .author p {
        font-size: 16px;
        font-weight: 100;
        font-family: "Roboto", Arial, sans-serif;
        line-height: 29px;
        float: left;
        text-align: left;
        /*display: inline-block;*/
        max-width: 100%;
        margin-left: 250px;
        padding-right: 30px;
    }

.single ul.comments {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative;
}

    .single ul.comments li {
        margin: 0;
        width: 100%;
        position: relative;
        margin-bottom: 25px;
        padding: 0;
    }

        .single ul.comments li .wrapper {
            background: #f9f8f8;
            width: 100%;
            height: 180px;
        }

        .single ul.comments li img {
            width: 58px;
            height: 58px;
            -webkit-border-radius: 58px;
            -moz-border-radius: 58px;
            border-radius: 58px;
            position: absolute;
            top: 90px;
            margin-top: -29px;
            margin-left: -29px;
            border: 3px solid #fff;
        }

        .single ul.comments li h5 {
            font-size: 18px;
            font-weight: 300;
            font-family: "Roboto", Arial, sans-serif;
            position: relative;
            padding: 20px 0 0 50px;
            /*display: inline-block;*/
            float: left;
        }

        .single ul.comments li span {
            display: inline-block;
            float: left;
            margin: 31px 0 0 35px;
            font-family: "Roboto", Arial, sans-serif;
            color: #828282;
            font-size: 12px;
            color: #919191;
            font-weight: 100;
        }

        .single ul.comments li p {
            font-size: 16px;
            font-weight: 100;
            clear: both;
            font-family: "Roboto", Arial, sans-serif;
            text-align: left;
            line-height: 29px;
            max-width: 100%;
            margin-left: 50px;
        }

        .single ul.comments li a {
            color: #fff;
            font-size: 14px;
            padding: 5px 10px;
            float: right;
            margin: 0;
            position: relative;
            bottom: -4px;
            right: 0;
            font-weight: 100;
            background: #6ebff3;
            -webkit-border-top-left-radius: 4px;
            -moz-border-radius-topleft: 4px;
            border-top-left-radius: 4px;
        }

        .single ul.comments li ul li {
            clear: both;
            float: none;
            margin-left: 0;
            margin-top: 25px;
            clear: both;
        }


/**
*** Sidebar Styles ***
**/

.sidebar {
    overflow: hidden;
}

    .sidebar h4 {
        font-weight: 100;
        font-size: 22px;
        color: #404040;
        font-family: "Roboto", Arial, sans-serif;
        line-height: 17px;
        padding: 0;
        margin: 0 0 20px 0;
    }

        .sidebar h4 i.fa {
            font-size: 18px;
            float: right;
            position: relative;
            top: 1px;
        }

        .sidebar h4:hover i.fa {
            color: #6ebff3;
        }

    .sidebar .search-wrapper {
        position: relative;
        display: block;
        border: 1px solid #e2e2e2;
        height: 43px;
        -webkit-box-shadow: inset 3px 3px 3px 0px #000000;
        -webkit-box-shadow: inset 3px 3px 3px 0px rgba(0, 0, 0, 0.01);
        -moz-box-shadow: inset 3px 3px 3px 0px #000000;
        -moz-box-shadow: inset 3px 3px 3px 0px rgba(0, 0, 0, 0.01);
        box-shadow: inset 3px 3px 3px 0px #000000;
        box-shadow: inset 3px 3px 3px 0px rgba(0, 0, 0, 0.01);
        border-top: 1px solid #d0d0d0;
        z-index: 1;
    }

.search-wrapper input {
    border: none;
    /*margin-top: 10.5px;
    margin-left: 10.5px;*/
    padding: 10.5px;
}

    .search-wrapper input:focus {
        outline: none;
    }

#search_filtered_div {
    top: 40px;
    position: absolute;
    margin-top: -1px;
    z-index: 2000;
    border: 1px solid #BCCDF0;
    background-color: #fff;
    display: block;
    width: 100%;
}

#search_filtered {
    font-size: 1em;
    margin: 0 0 0.3em;
    padding: 0;
    border-collapse: collapse;
    border-width: 0;
    empty-cells: show;
    list-style: none;
    overflow-y: auto;
    max-height: 200px;
}

ul#search_filtered li {
    padding-left: 10px;
}

    ul#search_filtered li a {
        text-decoration: underline;
    }

.sidebar .search-wrapper i.fa {
    font-size: 18px;
    color: #c4c4c4;
    position: absolute;
    right: 10px;
    top: 50%;
    cursor: pointer;
    line-height: 0;
}

    .sidebar .search-wrapper i.fa:hover {
        color: #6ebff3;
    }

.sidebar form {
    margin-bottom: 75px;
}

.sidebar ul.comments,
.sidebar ul.comments-wrapper,
.sidebar ul.posts,
.sidebar ul.posts-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 150px;
}

.sidebar ul.comments-wrapper,
.sidebar ul.posts-wrapper {
    margin-bottom: 60px;
}

.sidebar ul.comments li {
    color: #646464;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 10px;
    font-family: "Roboto", Arial, sans-serif;
    display: block;
}

.sidebar .testimonial-wrapper p {
    font-size: 14px;
    line-height: 24px;
}

.sidebar .testimonial-wrapper {
    height: 210px;
    margin-bottom: 75px;
}

    .sidebar .testimonial-wrapper .owl-item > div {
        height: 180px;
    }

.sidebar .text p {
    font-size: 14px;
    text-align: left;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 100;
    letter-spacing: .2px;
    margin-bottom: 64px;
}

.sidebar ul.posts li {
    position: relative;
    display: block;
    clear: both;
    margin-bottom: 10px;
}

    .sidebar ul.posts li img {
        width: 55px;
        height: 45px;
        padding-right: 10px;
        float: left;
    }

.sidebar ul.posts h6,
.sidebar ul.posts cite {
    font-size: 14px;
    font-weight: 100;
    color: #404040;
    font-family: "Roboto", Arial, sans-serif;
    /*float: left;*/
    margin: 3px 0;
    display: block;
}

.sidebar ul.posts cite {
    float: left;
    font-size: 12px;
    margin-top: 3px;
    color: #646464;
}

    .sidebar ul.posts cite i {
        padding-right: 7px;
        position: relative;
    }

.sidebar ul.posts span.hover {
    background: #6ebff3;
    width: 100%;
    height: 45px;
    display: block;
    position: absolute;
    text-align: center;
    z-index: 1000;
    left: 0;
    display: none;
}

    .sidebar ul.posts span.hover span {
        color: #fff;
        padding: 0 13px 0 0;
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 100;
        display: none;
    }

    .sidebar ul.posts span.hover i {
        color: #fff;
        font-size: 14px;
        position: relative;
        top: 4px;
        line-height: 45px;
        top: 50%;
        margin: 0;
        padding: 0 7px 0 0;
    }


/**
*** Feature list ***
**/

.feature-list {
    background-color: #f9f8f8;
    padding-bottom: 33px;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

    .feature-list .container {
        overflow: hidden;
    }

    .feature-list .feature {
        margin-top: 51px;
        margin-bottom: 13px;
    }

        .feature-list .feature i {
            font-size: 32px;
            width: 78px;
            height: 78px;
            text-indent: 23px;
            padding-top: 23px;
            background: #fff;
            border: 1px solid #ececec;
            color: #6ebff3;
            float: left;
            -webkit-border-radius: 78px;
            -moz-border-radius: 78px;
            border-radius: 78px;
        }

        .feature-list .feature:hover i {
            color: #fff;
            background-color: #6ebff3;
            border: 1px solid #5fb5ec;
        }

        .feature-list .feature .content {
            float: left;
            max-width: 230px;
            margin-left: 20px;
        }

            .feature-list .feature .content h4 {
                font-size: 20px;
                color: #404040;
                font-weight: 300;
            }

        .feature-list .feature p {
            color: #737373;
            font-weight: 300;
            font-size: 14px;
            line-height: 22px;
        }

.feature-list-2 {
    margin-top: 50px;
    margin-bottom: -60px;
}

    .feature-list-2 .feature {
        margin-bottom: 20px;
    }

        .feature-list-2 .feature h5 {
            font-size: 20px;
            font-family: "Roboto", Arial, sans-serif;
            font-weight: 700;
        }

            .feature-list-2 .feature h5 i {
                margin-right: 18px;
                font-size: 22px;
                padding: 0;
                position: relative;
                top: 1px;
                vertical-align: middle;
            }


        /*.feature-list-2 .feature:hover h5 i {
	color:#6ebff3;
}*/

        .feature-list-2 .feature p {
            font-size: 16px;
            text-align: justify;
            padding: 0;
            width: 90%;
            line-height: 25px;
            margin: 0 0 0 39px;
            color: #000;
            font-weight: 400;
        }


/**
*** Portfolio ***
**/

.portfolio,
.p8 {
    background: #FFF;
    padding: 0;
    margin: 0;
    position: relative;
}

.p8 {
    background: #212121;
}

.portfolio ul#filters {
    text-decoration: none;
    list-style: none;
}

    .portfolio ul#filters li {
        display: inline;
    }

.portfolio .filter {
    height: 110px;
    text-align: center;
    /*display: inline;*/
}

    .portfolio .filter .btn {
        margin-top: 35px;
        font-weight: bold;
    }

.portfolio .gallary {
    position: relative;
    height: 100%;
    width: 380px;
    margin: 0 auto;
    float: left;
    margin-top: 30px;
    padding-top: 10px;
}
    .portfolio .gallary ul {
        padding: 0;
        position: relative;
        z-index: 10;
        width: 100%;
        margin: 0;
    }
        .portfolio .gallary ul li {
            margin: 0;
            padding: 0;
            text-decoration: none;
            list-style: none;
            float: left;
            overflow: hidden;
            position: relative;
            width: 91px;
            height: 66px;
            font-size: 17px;
             width: 160px;
            height: 125px;
        }
a#desc span.desc {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #5bb2ea;
    background: rgba(91, 178, 234, .80);
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
}
a#desc span i.fa {
    font-size: 85px;
    line-height: 0;
    top: 50%;
    position: relative;
    text-align: center;
    width: 100%;
}
a#desc span.desc span.title,
a#desc span.desc span.subtitle {
    text-align: center;
    line-height: 0;
    top: 78%;
    width: 100%;
    position: relative;
    font-size: 18px;
    font-family: "Roboto", Arial, sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 300;
}
a#desc span.desc span.subtitle {
    top: 88%;
    font-weight: 100;
    font-size: 14px;
}

.portfolio .gallary ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    margin: 0;
    padding: 0;
}

.portfolio .preview {
    width: 100%;
    height: 100%;
    position: relative;
    margin-left: -20px;
    z-index: 100;
}

    .portfolio .preview i {
        font-size: 40px;
        color: #c7c7c7;
        left: 50%;
        top: 200px;
        position: absolute;
    }

.portfolio.light {
    background: #fff !important;
}

    .portfolio.light .filter {
        background: #f9f8f8;
        width: 100%;
        height: 45px;
        margin: 40px 0;
    }

        .portfolio.light .filter li a,
        .portfolio.light .filter li a.hot {
            line-height: 47px;
            font-family: "Roboto", Arial, sans-serif;
            font-size: 16px;
            font-weight: 100;
            color: #404040;
            position: relative;
            padding: 0 20px;
        }

        .portfolio.light .filter li {
            position: relative;
        }

            .portfolio.light .filter li a.hot {
                color: #6ebff3;
                background: transparent;
            }

            .portfolio.light .filter li i.fa-caret-up {
                font-size: 24px;
                color: #fff;
                position: absolute;
                line-height: 0;
                margin: 0;
                padding: 0;
                left: 50%;
                top: 23px;
                text-align: center;
            }

.portfolio .col-lg-3 {
    overflow: hidden;
}

.portfolio {
    padding: 0;
}
.content-section.portfolio-simple {
    overflow: hidden;
}
.portfolio .relative {
    position: relative;
    height: 415px;
}
.portfolio .wrapper {
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 45px 0 0 0;
    position: relative;
    display: block;
    width: 990px;
    overflow: hidden;
}
.portfolio.light {
    padding-top: 45px;
    padding-bottom: 10px;
}
.portfolio h1 {
    margin-bottom: 20px;
}
.txt-left {
    text-align: left !important;
}
.txt-left i {
    color: #FFD700 !important;
}
.txt-left i:hover {
    color: #FFA500 !important;
}
.portfolio .ms-container {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.portfolio .ms-slide {
    list-style: none;
    display: inline-block;
    margin: 0 25px 0 0;
    width: 290px;
    display: block;
    height: 100%;
    position: absolute;
    transform: translateZ(0px);
    transform-style: preserve-3d;
    clear: both;
    cursor: pointer;
}
.portfolio .ms-view {
    overflow: visible;
}
.portfolio .ms-slide img {
    height: 290px;
    margin: 0 0 10px 0;
    display: block;
}
.portfolio .ms-slide span.desc {
    left: 0;
    position: relative;
}
.portfolio .ms-info span.name {
    display: inline-block;
    line-height: 0;
    padding: 0;
    margin: 34px 0 0 0;
    font-size: 24px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    color: #ffffff;
    color: rgba(255, 255, 255, 1);
}
.portfolio .ms-info span.position {
    color: #6ebff3;
    color: rgba(110, 191, 243, 1);
}
.portfolio .ms-info {
    display: block;
    position: relative;
    bottom: 0;
    clear: both;
}
.portfolio .ms-info {
    display: block;
    clear: both;
}
.portfolio .ms-info {
    text-align: center;
    margin: 0 0 33px 0;
}
.portfolio .ms-info span.position:before {
    content: "/ ";
}
.portfolio .ms-slide article {
    width: 100%;
}
.ms-nav-prev,
.ms-nav-next {
    font-family: "FontAwesome";
    font-size: 55px;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    color: #ffffff;
    color: rgba(255, 255, 255, 1);
    line-height: 0;
    cursor: pointer;
    display: block;
}
.ms-nav-prev:hover,
.ms-nav-next:hover {
    color: #6ebff3;
}
.light .ms-nav-prev,
.light .ms-nav-next {
    color: #ebeaea;
}
.light .ms-nav-prev:hover,
.light .ms-nav-next:hover {
    color: #6ebff3;
}
.ms-nav-prev {
    left: 0;
}
.ms-nav-next {
    right: 0;
}
.ms-nav-prev:before {
    overflow: visible;
    content: "\f053";
}
.ms-nav-next:before {
    content: "\f054";
}

/*
* We are only specifying the left spacing on each element
* for the member box tools, we do this to avoid adding too
* many <div> wrappers, we do this here and only here.
*/
.portfolio .member-box-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.portfolio .member-box {
    position: absolute;
    left: 0;
    width: 100%;
    height: 520px;
    background: #fff;
    display: block;
    z-index: 101;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 0px 1px 1px #000000;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 0px 1px 1px #000000;
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 0px 1px 1px #000000;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.54);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
}
.portfolio .member-box .shadow-lg {
    background: url(../images/design/shadows-lg.png) no-repeat left bottom transparent;
    width: 1174px;
    height: 60px;
    position: absolute;
    bottom: -35px;
    left: 0;
}
.portfolio .member-box .clear-wrapper {
    padding: 0;
    margin: 0;
    float: left;
    width: 61%;
}
.portfolio .member-box .clear-wrapper h3 {
    font-size: 28px;
    padding: 22px 0 0 35px;
    margin: 0;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    text-align: left;
}
.portfolio .member-box .clear-wrapper p {
    font-size: 18px;
    font-weight: 100;
    font-family: "Roboto", Arial, sans-serif;
    color: #4e4e4e;
    text-align: left;
    padding: 0;
    margin: 14px 0 18px 35px;
    line-height: 28px;
}
.portfolio .member-box .color-wrapper {
    background: #6ebff3;
    width: 36%;
    /* The Golden Ratio - 3% for padding */
    margin: 0;
    padding: 0;
    float: right;
    height: 100%;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.portfolio .member-box ul.bars {
    margin: 0;
    padding: 0;
}
        .portfolio .member-box ul.bars li .progress,
        .portfolio .member-box ul.bars li strong {
            list-style: none;
            margin-left: 35px;
        }

    .portfolio .member-box .color-wrapper a#close {
        float: right;
        clear: both;
        position: relative;
        margin: 10px 10px 0 0;
    }

    .portfolio .member-box .color-wrapper img {
        position: relative;
        top: 45px;
        left: 50%;
        margin: 0 0 65px -145px;
        padding: 0;
        height: 300px;
        width: 290px;
        display: inline-block;
    }

    .portfolio .member-box a#close .fa {
        font-size: 28px;
        color: #fff;
    }

    .portfolio .member-box .color-wrapper strong,
    .portfolio .member-box .color-wrapper span {
        font-size: 28px;
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 300;
        text-align: center;
        width: 100%;
        display: block;
        color: #fff;
        padding: 0;
        margin: 0;
    }

    .portfolio .member-box .color-wrapper span {
        font-size: 18px;
        font-weight: 100;
    }

    .portfolio .member-box .color-wrapper ul.social-media {
        position: relative;
        top: 14px;
    }

    .portfolio .member-box .color-wrapper ul.social-media {
        margin: 0 auto 0 auto;
        padding: 0;
        text-align: center;
        position: relative;
        width: 100%;
        float: none;
    }

        .portfolio .member-box .color-wrapper ul.social-media li {
            width: auto;
        }

            .portfolio .member-box .color-wrapper ul.social-media li a:hover {
                color: #6ebff3;
                background: #fff;
                border-color: #fff;
            }

.portfolio .basic {
    position: relative;
}

    .portfolio .basic .ms-slide {
        padding: 0;
        margin: 30px 0 65px 0;
        position: relative;
    }

        .portfolio .basic .ms-slide img {
            margin-left: 0;
            padding-left: 0;
        }

        .portfolio .basic .ms-slide > span {
            width: 220px;
            height: 220px;
            border-radius: 110px;
            -webkit-border-radius: 110px;
            -moz-border-radius: 110px;
            overflow: hidden;
            display: block;
            margin: 0 auto 30px auto;
            padding: 0;
            position: relative;
            display: block;
        }

            .portfolio .basic .ms-slide > span img {
                position: relative;
                width: 220px;
                height: 220px;
            }

        .portfolio .basic .ms-slide > h4 {
            font-size: 24px;
            font-weight: 300;
            text-align: center;
            color: #404040;
            margin: 0 0 15px 0;
            padding: 0;
            position: relative;
            display: block;
        }

        .portfolio .basic .ms-slide > p {
            font-size: 16px;
            font-weight: 100;
            padding: 0;
            margin: 0;
            line-height: 0;
        }

    .portfolio .basic .member-box-wrapper {
        top: -420px;
    }


/**
**** Form styles ****
**/

.form.contact {
    padding: 45px 0 15px 0;
    margin: 0;
    position: relative;
}

    .form.contact .message {
        height: 100px;
        width: 100%;
        position: absolute;
        top: -100px;
        left: 0;
        padding: 0;
        background: #6ebff3;
        cursor: pointer;
    }

        .form.contact .message p {
            position: relative;
            font-family: "Roboto", Arial, sans-serif;
            font-size: 22px;
            font-weight: 100;
            color: #fff;
            line-height: 100px;
            padding: 0;
            margin: 0;
        }

            .form.contact .message p .fa {
                padding: 0 15px 0 0;
                position: relative;
                top: 2px;
            }

        .form.contact .message .fa.arr {
            font-size: 40px;
            line-height: 0;
            z-index: 1000;
            color: #6ebff3;
            position: absolute;
            top: 95px;
            right: 50%;
            margin: 0 -12px 0 0 !important;
            padding: 0;
        }

        .form.contact .message.warning {
            background: #f5b075;
        }

            .form.contact .message.warning .fa.arr {
                color: #f5b075;
            }

    .form.contact .input-group {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
    }

        .form.contact .input-group i {
            color: #8b8b8b;
            font-size: 20px;
            position: absolute;
            line-height: 66px;
            left: 17px;
        }

        .form.contact .input-group input.lg,
        .form.contact .input-group textarea.lg {
            padding: 0 10px;
            text-indent: 40px;
            margin: 0;
            height: 66px;
            width: 100%;
            line-height: 20px;
            font-size: 20px;
            font-weight: 100;
            font-family: "Roboto", Arial, sans-serif;
            color: #8b8b8b;
            border: 1px solid #d5d5d5;
            outline: none;
            -webkit-border-radius: 1px;
            -moz-border-radius: 1px;
            border-radius: 1px;
            color: #000;
            font-weight: 400;
        }

        .form.contact .input-group textarea.lg {
            height: 157px;
            text-indent: 30px;
            padding-top: 21px;
            resize: none;
        }

        .form.contact .input-group input:focus,
        .form.contact .input-group textarea:focus {
            border-color: #6ebff3;
        }

        .form.contact .input-group input.err,
        .form.contact .input-group textarea.err {
            border-color: #f5b075 !important;
        }

        .form.contact .input-group button.submit {
            width: 100%;
            height: 66px;
            background: #707070;
            border: 0;
            font-family: "Roboto", Arial, sans-serif;
            color: #fff;
            font-size: 18px;
            outline: none;
            font-weight: 300;
        }

            .form.contact .input-group button.submit:hover {
                background: #6ebff3;
            }

    .form.contact #message_sent {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 100000;
        background: #6ebff3;
        width: 100%;
        display: none;
    }

        .form.contact #message_sent i.fa {
            font-size: 120px;
            position: relative;
            text-align: center;
            line-height: 0;
            top: 50%;
            margin: auto;
            vertical-align: middle;
            color: #fff;
            display: none;
        }

        .form.contact #message_sent p {
            /*    font-size: 45px;*/
            font-weight: 100;
            font-family: "Roboto", Arial, sans-serif;
            color: #fff;
            position: relative;
            text-align: center;
            line-height: 0;
            top: 54%;
            display: none;
        }

    .form.contact.style-2 {
        margin-top: 0;
        padding-top: 0;
    }

        .form.contact.style-2 .input-group input,
        .form.contact.style-2 .input-group textarea {
            -webkit-box-shadow: 0 0 1px 0px #e6e6e6;
            -webkit-box-shadow: 0 0 1px 0px rgba(230, 230, 230, 1);
            -moz-box-shadow: 0 0 1px 0px #e6e6e6;
            -moz-box-shadow: 0 0 1px 0px rgba(230, 230, 230, 1);
            box-shadow: 0 0 1px 0px #e6e6e6;
            box-shadow: 0 0 1px 0px rgba(230, 230, 230, 1);
            border-top: 1px solid #c0c0c0;
        }

            .form.contact.style-2 .input-group input:focus,
            .form.contact.style-2 .input-group textarea:focus {
                -webkit-box-shadow: 0 0 4px 0px #e6e6e6;
                -webkit-box-shadow: 0 0 4px 0px rgba(230, 230, 230, 1);
                -moz-box-shadow: 0 0 4px 0px #e6e6e6;
                -moz-box-shadow: 0 0 4px 0px rgba(230, 230, 230, 1);
                box-shadow: 0 0 4px 0px #e6e6e6;
                box-shadow: 0 0 4px 0px rgba(230, 230, 230, 1);
                border-top: 1px solid #6ebff3;
            }

    .form.contact .input-group.tight {
        margin-right: 2%;
        width: 49%;
        float: left;
    }

        .form.contact .input-group.tight.second {
            margin-right: 0;
        }

        .form.contact .input-group.tight input.lg {
            width: 100%;
        }


/**
*** Footer ***
**/

footer .content-section {
    width: 100%;
    padding: 0;
}

    footer .content-section h1 {
        font-size: 60px;
        font-family: "Roboto", Arial, sans-serif;
        color: #fff;
        font-weight: 100;
        line-height: 0;
        padding: 0;
        margin: 74px 0 36px 0;
        line-height: 60px;
    }

    footer .content-section .center-buttons,
    footer .content-section .center-buttons p {
        padding: 0;
        margin: 0 0 80px 0;
        text-align: center;
    }

        footer .content-section .center-buttons p a {
            margin-right: 20px;
        }

            footer .content-section .center-buttons p a.white {
                border-color: #ffffff;
                border-color: rgba(255, 255, 255, 1);
                color: #ffffff;
                color: rgba(255, 255, 255, 1);
            }

                footer .content-section .center-buttons p a.white:hover {
                    border-color: #ffffff;
                    border-color: rgba(255, 255, 255, 1);
                    color: #404040;
                }

footer .foot-wrapper {
    background: #000000;
    background: rgba(0, 0, 0, 0.55);
    width: 100%;
    padding: 0;
    margin: 0;
}

    footer .foot-wrapper .logo {
        margin-top: 75px;
    }

    footer .foot-wrapper p.liner {
        color: #fff;
        font-size: 22px;
        line-height: 0;
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 100;
        margin: 45px 0;
    }

ul.social-media {
    list-style: none;
    text-align: center;
    padding: 0;
}

    ul.social-media li {
        display: inline-block;
        margin: 0 8px 0 0;
        padding: 0;
    }

        ul.social-media li a {
            font-size: 14px;
            width: 30px;
            height: 30px;
            padding: 7px 0 0 0;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border: 1px solid #fff;
            border-radius: 15px;
            /*display: inline-block;*/
            float: left;
            color: #fff;
        }

        ul.social-media li:last-child {
            margin-right: 0;
        }

        ul.social-media li a:hover {
            background: #6ebff3;
            border-color: #6ebff3;
        }

footer .foot-wrapper p.copyright {
    color: #ffffff;
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
    font-family: "Roboto", Arial, sans-serif;
    padding: 0;
    margin: 55px 0 0 0;
    padding-bottom: 22px;
}

footer.classic .row > div {
    /*margin-top: 45px;*/
    margin-top: 10px;
}

footer.classic h5 {
    font-size: 22px;
    font-weight: 100;
    font-family: "Roboto", Arial, sans-serif;
    color: #fff;
    text-align: left;
}

    footer.classic h5:hover i {
        color: #6ebff3;
    }

    footer.classic h5 i {
        text-align: left;
        padding-right: 10px;
    }

footer.classic .logo {
    padding-bottom: 20px;
    margin: 0;
    display: block;
}

footer.classic p {
    font-size: 14px;
    font-weight: 100;
    text-align: left;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    line-height: 24px;
}

footer.classic .twitter-feed-wrapper {
    margin-top: 31px;
}

footer.classic .tweets-container {
    overflow: hidden;
}


/*footer.classic #twitter-feed {}*/

footer.classic .twitter-article {
    margin-bottom: 20px;
    display: block;
    position: relative;
}

    footer.classic .twitter-article.active {
        display: block;
    }

    footer.classic .twitter-article i.fa {
        color: #fff;
        display: block;
        font-size: 16px;
        top: 6px;
        position: absolute;
    }

    footer.classic .twitter-article .twitter-text {
        display: block;
        margin-left: 25px;
    }

    footer.classic .twitter-article p {
        margin-top: 0px;
    }

    footer.classic .twitter-article .tweet-time {
        display: block;
        margin-top: 2px;
    }

        footer.classic .twitter-article .tweet-time a {
            font-size: 14px;
            font-family: "Roboto", Arial, sans-serif;
            font-weight: 100;
            color: #6ebff3;
        }

footer.classic ul {
    margin-top: 26px;
}

    footer.classic ul li i.fa {
        color: #fff;
    }

    footer.classic ul.pages {
        margin: 35px 0 0 0;
        padding: 0;
    }

        footer.classic ul.pages li {
            display: inline-block;
            margin: 0 5px 10px 0;
        }

        footer.classic ul.pages a.btn {
            padding: 5px 15px;
            font-size: 14px;
            border: 1px solid #fff;
        }

footer.classic div.contact-info {
    /*margin-top: 30px;*/
    margin-top: 0px;
    text-align: center;
}

    footer.classic div.contact-info > span {
        font-size: 14px;
        color: #fff;
        font-weight: 100;
        font-family: "Roboto", Arial, sans-serif;
        display: block;
        margin-top: 5px;
    }

        footer.classic div.contact-info > span i.fa {
            color: #fff;
            padding-right: 10px;
        }

    footer.classic div.contact-info > ul {
        text-align: left;
        margin-top: 15px;
    }

        footer.classic div.contact-info > ul li {
            text-align: center;
        }

footer.classic .copyright {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 12px;
    font-weight: 100;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    padding: 10px 0 20px 0;
    padding-bottom: 5px;
    padding-top: 0px;
}


/**
*** Blur Backgrounds ***
**/

.content-section.fixed {
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-top: 0;
    height: 500px;
}

    .content-section.fixed.sm,
    .content-section.fixed.small {
        height: 450px;
    }

    .content-section.fixed h1,
    .content-section.fixed h2,
    .content-section.fixed h3 {
        color: #fff;
    }

    .content-section.fixed .video-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .content-section.fixed .overlay {
        height: 100%;
        width: 100%;
        display: block;
        position: relative;
    }

    .content-section.fixed .shadows {
        position: absolute;
        width: 816px;
        height: 23px;
        display: block;
        left: 50%;
        margin-left: -408px;
        top: -1px;
        background: url(../images/design/section-shadows-lg.png) center top no-repeat transparent;
    }

    .content-section.fixed h1 {
        color: #fff;
        margin-top: 75px;
        line-height: 22px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .content-section.fixed p {
        color: #fff;
        font-size: 18px;
        line-height: 35px;
        padding: 25px 0 5px;
        font-weight: 100;
        width: 65%;
        left: auto;
        margin: auto;
        text-align: center;
        display: block;
        z-index: 100;
        position: relative;
    }

    .content-section.fixed .center-buttons p {
        padding-bottom: 55px;
    }

.vjs-control-bar {
    display: none;
}

.content-section.fixed video {
    opacity: .13;
    position: relative;
    top: -20px;
}

.content-section.fixed ul.testimonials {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}

    .content-section.fixed ul.testimonials li {
        display: inline-block;
        width: 100%;
    }

        .content-section.fixed ul.testimonials li h3 {
            text-align: center;
            font-size: 45px;
            font-weight: 100;
            font-family: "Roboto", Arial, sans-serif;
            line-height: 60px;
        }

.content-section.fixed i.fa-quote-right,
.content-section.fixed i.fa-quote-left {
    font-size: 115px;
    color: #ffffff;
    color: rgba(255, 255, 255, .05);
    width: 100%;
    margin: 110px 0 60px 0;
    line-height: 0;
}

.content-section.fixed:hover i.fa-quote-right,
.content-section.fixed:hover i.fa-quote-left {
    color: #ffffff;
    color: rgba(255, 255, 255, .12);
}

.content-section.fixed i.fa-quote-right {
    width: 100%;
    text-align: right;
    position: relative;
    top: -300px;
    margin: 30px auto 0 auto;
}

.content-section.fixed cite {
    width: 100%;
    text-align: center;
    font-weight: 100;
    display: inline-block;
    color: #fff;
    margin-top: 30px;
    font-family: "Roboto", Arial, sans-serif;
    color: #fff;
}

    .content-section.fixed cite strong {
        font-weight: 300;
    }

.content-section.fixed .ms-nav-next,
.content-section.fixed .ms-nav-prev {
    color: #ffffff;
    color: rgba(255, 255, 255, .1);
}

    .content-section.fixed .ms-nav-next:hover,
    .content-section.fixed .ms-nav-prev:hover {
        color: #ffffff;
        color: rgba(255, 255, 255, .4);
    }

.content-section.fixed .ms-nav-prev {
    left: 2%;
}

.content-section.fixed .ms-nav-next {
    right: 2%;
}


/** TESTIMONIALS **/

div.testimonials > i {
    position: absolute;
    left: 0;
    top: 65px;
    left: 25px;
    z-index: 100;
    color: #ffffff;
    color: rgba(255, 255, 255, .10);
    font-size: 36px;
}

    div.testimonials > i.fa-quote-right {
        top: 240px;
        left: 325px;
    }

.testimonial-wrapper {
    position: relative;
    margin: 10px 0 0 2px;
    display: block;
    height: 250px;
    overflow: hidden;
}

    .testimonial-wrapper .owl-item > div {
        height: 220px;
        display: table;
        margin: 0;
    }

        .testimonial-wrapper .owl-item > div > p {
            color: #fff;
            text-align: center;
            vertical-align: middle;
            background: #6ebff3;
            display: table-cell;
            padding: 0 21px;
            margin: 0;
            font-weight: 100;
            font-family: "Roboto", Arial, sans-serif;
        }

        .testimonial-wrapper .owl-item > div > img {
            width: 64px;
            height: 64px;
            -webkit-border-radius: 32px;
            -moz-border-radius: 32px;
            border-radius: 32px;
            border: 4px solid #fff;
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -32px;
            margin-top: -32px;
        }


/** LISTS **/

ul.fa {
    text-decoration: none;
    list-style: none;
    margin: 13px 0 15px 0;
    padding: 0;
    clear: both;
}

    ul.fa.large {
        margin-top: 24px;
    }

        ul.fa.large li {
            line-height: 10px;
            position: relative;
            text-indent: 45px;
            padding-bottom: 10px;
        }

    ul.fa li {
        color: #404040;
        font-size: 16px;
        font-weight: 100;
        font-family: "Roboto", Arial, sans-serif;
        margin: 0 0 20px 0;
    }

    ul.fa.large li i {
        line-height: 0;
        font-size: 32px;
        padding-top: 20px;
        position: absolute;
        top: -16px;
        left: -45px;
    }

    ul.fa li i {
        padding: 0 10px 0 0;
        font-size: 16px;
        color: #404040;
    }

ul.number-list {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

    ul.number-list li {
        width: 190px;
        display: inline-block;
        text-align: center;
        margin: 65px 40px 0 0;
    }

        ul.number-list li:last-child,
        ul.number-list li.last-child {
            margin-right: 0 !important;
        }

        ul.number-list li i.fa {
            color: #fff;
            padding: 40px 0 0 0;
            margin: 0 0 40px 0;
            display: block;
            font-size: 80px;
        }

        ul.number-list li span {
            color: #fff;
            font-size: 45px;
            font-family: "Roboto", Arial, sans-serif;
            font-weight: 100;
            line-height: 0;
            margin: 0 0 30px 0;
            padding: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        ul.number-list li p {
            font-size: 22px !important;
            width: 100% !important;
            margin: 0 !important;
            padding: 15px 0 0 0 !important;
        }

ul.bars {
    width: 100%;
    margin: 0;
    padding: 0;
}

    ul.bars li {
        margin: 20px 0 0 0;
        padding: 0;
        width: 100%;
        list-style: none;
        left: 0;
    }

    ul.bars .progress {
        -webkit-box-shadow: 0 0 0 0 #000000;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 #000000;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        height: 16px;
        margin: 0;
        padding: 0;
    }

    ul.bars li strong,
    ul.bars li p {
        float: left;
        font-size: 18px;
        font-weight: 300;
        color: #4e4e4e;
        font-family: "Roboto", Arial, sans-serif;
        /*display: inline-block;*/
    }

    ul.bars li p {
        font-weight: 100;
        position: relative;
        margin: 4px 0 0 0;
        padding: 0;
        line-height: 16px;
        font-size: 16px;
    }

    ul.bars li span {
        float: right;
        font-size: 18px;
        font-weight: 100;
        color: #e4e4e4;
        font-family: "Roboto", Arial, sans-serif;
        /*display: inline-block;*/
        margin: 0 0 5px 0;
    }

    ul.bars li .progress {
        clear: both;
        display: block;
    }

        ul.bars li .progress .progress-bar {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            background: #57b2ec;
            border: 0;
            -webkit-box-shadow: 0 0 0 0 #000000;
            -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 #000000;
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        }

ul.info-list {
    text-decoration: none;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: .8em !important;
}

    ul.info-list li {
        width: 100%;
        margin: 0 0 1px 0;
        padding: 0;
        display: block;
    }

        ul.info-list li span p {
            font-size: 16px;
            line-height: 26px;
            text-align: center;
            color: #404040;
            padding-bottom: 35px;
        }

        ul.info-list li > span cite,
        ul.info-list li > span article {
            display: inline-block;
            font-family: "Roboto", Arial, sans-serif;
            font-weight: 400;
            text-align: left;
            color: #404040;
            line-height: 30px;
            margin: auto;
            font-size: 16px;
        }

        ul.info-list li > span article {
            padding-left: 10px;
            width: 100%;
        }


        /*ul.info-list li>span cite {
	text-align: right;
	padding-right: 10px;
	width: 120px;
}*/


        /*ul.info-list li.hours>span cite {
	width: 160px;
}*/

        ul.info-list li i.fa {
            font-size: 45px;
            color: #6ebff3;
            text-align: center;
            width: 100%;
            line-height: 0;
            padding-bottom: 35px;
        }


/**
*** TABS ***
**/

.tabs {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .tabs ul.panels {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 170px;
        display: inline-block;
        border-right: 1px solid #f0f0f0;
    }

        .tabs ul.panels li {
            margin: 0;
            padding: 0;
            display: block;
            cursor: pointer;
            width: 170px;
            line-height: 45px;
            font-family: "Roboto", Arial, sans-serif;
            font-weight: 100;
            border-bottom: 1px solid #f0f0f0;
            font-size: 16px;
            color: #404040;
            position: relative;
        }

            .tabs ul.panels li a {
                color: #404040;
            }

            .tabs ul.panels li i {
                padding: 0 20px 0 21px;
                font-size: 18px;
                color: #404040;
            }

            .tabs ul.panels li > span {
                width: 4px;
                height: 47px;
                top: -1px;
                left: 0;
                position: absolute;
                background: transparent;
            }

            .tabs ul.panels li.active > span,
            .tabs ul.panels li:hover > span {
                background: #6ebff3;
            }

            .tabs ul.panels li.active a,
            .tabs ul.panels li:hover a,
            .tabs ul.panels li.active i,
            .tabs ul.panels li:hover i {
                color: #6ebff3;
            }

            .tabs ul.panels li:last-child,
            .tabs ul.panels li.last-child {
                border-bottom: 0;
            }

.tab-content {
    display: none;
    position: absolute;
    top: 0;
}

.read h3 {
    font-size: 38px;
    line-height: 38px;
    margin: 0;
    padding: 0 0 10px 0;
}

.read p {
    font-size: 16px;
    text-align: left;
    line-height: 26px;
    padding: 0 0 3px 0;
    margin: 0;
}

.read strong {
    font-size: 16px;
    font-weight: 300;
    font-family: "Roboto", Arial, sans-serif;
    color: #404040;
    display: block;
    margin: 10px 0 31px 0;
    line-height: 0;
}

.read > ul {
    margin-bottom: 7px;
}

    .read > ul li {
        margin-bottom: 10px;
    }


/**
*** Charts ***
**/

.chart-wrapper {
    margin-top: 85px;
}

.chart {
    display: block;
    position: relative;
    text-align: center;
}

    .chart span.percent {
        position: absolute;
        color: #fff;
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 100;
        font-size: 20px;
        padding: 0;
        margin: 0;
        left: 43%;
        top: 50%;
        line-height: 0;
    }

    .chart span.canvas {
        position: relative;
    }

    .chart h4 {
        font-size: 24px;
        color: #fff;
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 300;
        margin-bottom: 30px;
    }

        .chart h4 + span.percent {
            margin-top: 30px;
        }

.chart-wrapper p {
    font-size: 16px !important;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    margin: 25px 0 0 0 !important;
    padding: 0 !important;
    line-height: 28px !important;
    width: 100% !important;
}


/**
*** Button styles ***
**/

.btn,
.btn:active,
.btn:hover,
.btn:focus {
    outline: 0;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-bordered,
.btn-danger,
.btn-bordered,
.btn-white {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 100;
    border: none;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 13px;
    padding-bottom: 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}


/* Primary (theme color) */


/*.btn-primary,
.btn-primary:focus {
	border: 1px solid #c00000;
	background: #c00000;
	color: #fff;
}*/

.btn-x-large:hover {
    border: 1px solid #c00000;
    background: #920000;
    color: #FFF;
}


/* Success */

.btn-success,
.btn-success:focus {
    border: 1px solid #5cb85c;
    background: transparent;
    color: #5cb85c;
}

    .btn-success:hover {
        background: #55b455;
        border: 1px solid #5cb85c;
    }


/* Info */

.btn-info,
.btn-info:focus {
    border: 1px solid #39b3d7;
    background: transparent;
    color: #39b3d7;
}

    .btn-info:hover {
        border: 1px solid #39b3d7;
        background: #39b3d7;
    }


/* Warning */

.btn-warning,
.btn-warning:focus {
    background: #f0ad4e;
    border: 1px solid #f0ad4e;
    color: white;
}

    .btn-warning:hover {
        border: 1px solid #d89c47;
        background: none;
        background-color: #d89c47;
        color: #f9f8f8;
    }


/* Danger */

.btn-danger,
.btn-danger:focus {
    border: 1px solid #d9534f;
    background: transparent;
    color: #d9534f;
}

    .btn-danger:hover {
        background: #d9534f;
        border: 1px solid #d9534f;
    }


/* Bordered */

.btn-bordered,
.btn-bordered:focus {
    background: none;
    border: 2px solid #848484;
    color: #848484;
    padding-top: 12px;
    padding-bottom: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    top: 1px;
}

    .btn-bordered:hover {
        background: #848484;
        color: #fff;
        border: 2px solid #848484;
    }

    .btn-bordered:active {
        margin: 0;
        -webkit-box-shadow: 0px 0px 0px 0px #000000;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 0px 0px 0px #000000;
        -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 0px 0px #000000;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    }

    .btn-bordered.white {
        background: transparent;
        color: #fff;
        border-color: #fff;
    }

        .btn-bordered.white:hover {
            color: #404040;
            background: #fff;
        }

.btn-white {
    background: #fff;
}

    .btn-white:hover {
        color: #fff;
        background: #404040;
    }

.btn-sm {
    padding: 10px 40px;
    font-size: 12px;
    font-weight: 300;
}

.btn-lg {
    padding: 18px 48px;
}

.btn i.fa {
    position: absolute;
    right: 17px;
    top: 23px;
    line-height: 0;
}

.btn-sm i.fa {
    top: 20px;
}

.btn.icon {
    padding-left: 17px;
}


/* Filters */


/*.filter a.hot {
	border-color:#6ebff3;
	background:#6ebff3;
	color:#fff;
}*/


/**
*** Callout ***
**/

.callout {
    background: #6ebff3;
    text-align: center;
    height: 115px;
    padding: 0;
    margin: 0;
    position: relative;
}

    .callout p {
        font-family: "Roboto", Arial, sans-serif;
        font-size: 22px;
        font-weight: 100;
        line-height: 26px;
        text-align: right;
        margin: 43px 0 0 0;
        color: #fff;
    }

    .callout a.btn {
        margin-top: 34px;
        float: right;
        margin-left: 14px;
    }

        .callout a.btn:last-child {
            margin-right: 0;
        }


/**
* GMAP *
**/

.gmap {
    margin: 45px 0 0 0;
    background: #f9f8f8;
    width: 100%;
    height: 345px;
}

    .gmap + .shadow-lg {
        background: url(../images/design/section-shadows-lg.png) no-repeat left bottom transparent;
        width: 1174px;
        height: 60px;
        position: absolute;
        margin: auto;
        bottom: -23px;
        width: 816px;
        height: 23px;
        display: block;
        left: 50%;
        margin-left: -408px;
    }


/**
*** Stellar Backgrounds ***
**/

.parallax-bg-1 {
    background: none repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax-bg-2 {
    background: none repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax-bg-3 {
    /*background:url(../images/bg-footer.jpg) repeat center center fixed;*/
    background: #494949;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax-bg-4 {
    /*background: url(../images/bg-mountain-water.jpg) repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax-bg-5 {
    /*background: url(../images/bg-car-water.jpg) repeat center center fixed;*/
}

.parallax-slug-1 {
    /*background: url(../images/slug-buildings.jpg) repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax-slug-2 {
    /*background: url(../images/img/16.jpg) repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax-slug-3 {
    /*background: url(../images/slug-laptop.jpg) repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax-slug-4 {
    /*background: url(../images/slug-locks.jpg) repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax-slug-5 {
    /*background: url(../images/img/11.jpg) repeat 100% 10% fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/**
*** Animations ***
**/

a,
.nivo-wrapper .nivo-directionNav,
.content-section h1 i,
.content-section h2 i,
.content-section h3 i,
.content-section h4 i,
.content-section h5 i,
.content-section h6 i,
footer.classic h5,
blockquote,
.ms-nav-prev,
.ms-nav-next,
.btn-bordered,
.tabs ul.panels li span,
ul.social-media li a,
.feature-list .feature i,
.blog ul.meta li a:hover i,
.portfolio ul li:hover span.name,
.sidebar .search-wrapper i.fa,
.portfolio ul li:hover span.position,
.form.contact .input-group input,
.navigation .navbar-toggle,
.content-section.video i.fa,
.navigation .navbar-toggle i,
.form.contact .input-group textarea,
.form.contact .input-group button.submit,
.navigation .navbar-default ul.navbar-nav li a,
footer .content-section .center-buttons p a.white {
    -webkit-transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -ms-transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}


/**
*** MISC ***
*/

.right {
    float: right !important;
}

.hidden {
    visibility: hidden !important;
}

.no-top {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

blockquote {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    padding: 30px 40px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 100;
    font-size: 18px;
    line-height: 34px;
    clear: both;
    border: 0;
    background: #6ebff3;
    color: #fff;
    z-index: 50;
    -webkit-box-shadow: 0px 0px 13px 0px #000000;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 13px 0px #000000;
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 13px 0px #000000;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
}

    blockquote:hover {
        -webkit-box-shadow: 0px 0px 13px 0px #000000;
        -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 13px 0px #000000;
        -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 13px 0px #000000;
        box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    }

    blockquote i.fa {
        font-size: 22px;
        color: #6ebff3;
        position: absolute;
        background: #fff;
        width: 48px;
        height: 48px;
        -webkit-border-radius: 58px;
        -moz-border-radius: 58px;
        border-radius: 58px;
        display: block;
        text-indent: 14px;
        line-height: 48px;
        left: -25px;
        top: 4px;
    }

.content-section.low-rider {
    padding-bottom: 20px;
    padding-top: 0px;
}


/**
**** Accordions ****
**/

ul.accordion {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    ul.accordion li > span {
        width: 100%;
        padding: 0;
        margin: 0;
    }

        ul.accordion li > span a {
            color: #404040;
            font-size: 18px;
            letter-spacing: 2px;
            display: block;
            text-decoration: none;
            width: 100%;
            height: 50px;
            width: 100%;
            background: #f9f8f8;
            font-weight: 100;
            padding: 0 0 0 20px;
            line-height: 50px;
            margin-bottom: 2px;
            outline: none;
        }

    ul.accordion li.active > span a {
        background: #6ebff3;
        color: #fff;
    }

    ul.accordion li > span a i {
        float: right;
        line-height: 52px;
        position: relative;
        font-size: 12px;
        right: 15px;
    }

    ul.accordion li > article {
        background: #f9f8f8;
        display: block;
    }

        ul.accordion li > article p {
            font-family: "Roboto", Arial, sans-serif;
            font-size: 16px;
            font-weight: 100;
            text-align: left;
            min-height: 155px;
            line-height: 23px;
            display: none;
            padding: 12px 20px 15px 20px;
            margin: 0 0 2px 0;
        }

    ul.accordion li.active > article p {
        display: block;
    }


/**
*** Fonts ***
*/

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://themes.googleusercontent.com/static/fonts/roboto/v10/Hgo13k-tfSpn0qi1SFdUfbO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(https://themes.googleusercontent.com/static/fonts/roboto/v10/CrYjSnGjrRCn0pd9VQsnFOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}
/*---Added by ADB 02-27-2019 For Font optimization---*/
@font-face {
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    -moz-font-smoothing: auto;
    font-smoothing: antialiased;
}
/*------*/
@media (min-width: 1300px) {
    .portfolio .logo {
        float: left;
        margin-left: 0px;
        width: 360px;
        height: 260px;
    }
    /*.blog .image{
		width: auto;
	}*/
    .portfolio .gallary ul li {
    width: 160px;
    height: 125px;
    }
}

@media (min-width: 1400px) {
    footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media (min-width: 1200px) {
    .portfolio .logo {
        float: left;
        margin-left: 0px;
        width: 250px;
        height: 260px;
    }

    .p8-logo {
        height: 64px !important;
        width: 100% !important;
        text-align: center;
        position: relative;
    }

    .p8-before-filter {
        height: 64px !important;
    }

    .p8-gallery {
        margin: 0 auto !important;
        max-width: 470px !important;
    }

    .p8-filter {
        width: 250px;
        margin: 0 auto !important;
        position: absolute;
        left: 0;
        right: 0;
    }

    .btn-x-large,
    .btn-x-large:focus {
        padding: 5px 60px !important;
        font-size: 26px !important;
    }
}


.btn-x-large,
.btn-x-large:focus {
    border: 1px solid #c00000 !important;
    background: #c00000 !important;
    color: #fff !important;
    font-family: 'Roboto', 'Segoe UI', 'Century Gothic', Arial, Tahoma, Geneva, Verdana, sans-serif !important;
}

@media (max-width: 1199px) {
    .feature-list-2 .feature h5 {
        font-size: 20px;
    }

    .feature-list-2 .feature p {
        font-size: 13px;
    }

    .content-section p {
        font-size: 14px;
    }

    .portfolio .member-box .shadow-lg {
        display: none;
    }

    .navigation ul.navbar-nav li.dropdown.full section {
        margin-left: -352px;
    }

        .navigation ul.navbar-nav li.dropdown.full section span.wrapper article {
            width: 195px;
        }

    .feature-list .feature i {
        font-size: 28px;
        width: 58px;
        height: 58px;
        -webkit-border-radius: 58px;
        -moz-border-radius: 58px;
        border-radius: 58px;
        text-indent: 15px;
        padding-top: 15px;
    }

    .feature-list .feature {
        /*display: inline-block;*/
        float: left;
    }

        .feature-list .feature .content {
            max-width: 205px;
        }

    .portfolio .wrapper {
        width: 800px;
    }

    .tabs.side {
        display: block;
        clear: both;
        float: none;
        height: 60px;
    }

        .tabs.side ul.panels {
            display: block;
            margin: 0 0 20px 0;
            z-index: 100;
            width: 100%;
            height: 100%;
            clear: both;
            position: relative;
            border-right: 0;
        }

            .tabs.side ul.panels li:first-child {
                border-left: 1px solid #f0f0f0;
            }

            .tabs.side ul.panels li {
                float: left;
                /*display: inline-block;*/
                margin: 0;
                padding: 0;
                position: relative;
                font-size: 16px;
                width: 150px;
                height: 40px;
                text-align: center;
                border-right: 1px solid #f0f0f0;
                border-bottom: 1px solid #f0f0f0;
            }

                .tabs.side ul.panels li.active {
                    border-bottom: 0;
                }

            .tabs.side ul.panels li {
                width: 20%;
            }

    .tabs ul.panels li > span {
        display: none;
    }

    .tab-content {
        display: none;
        position: absolute;
        margin: 20px 0 100px 0;
    }

    .read h3 {
        font-size: 38px;
        line-height: 38px;
        margin: 0;
        padding: 0 0 10px 0;
    }

    .read p {
        font-size: 16px;
        text-align: left;
        line-height: 26px;
        padding: 0 0 3px 0;
        margin: 0;
    }

    .read strong {
        font-size: 16px;
        font-weight: 300;
        font-family: "Roboto", Arial, sans-serif;
        color: #404040;
        display: block;
        margin: 10px 0 31px 0;
        line-height: 0;
    }

    .read > ul {
        margin-bottom: 7px;
    }

        .read > ul li {
            margin-bottom: 10px;
        }

    .chart span.percent {
        margin: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .callout {
        height: auto;
    }

        .callout p {
            text-align: center;
        }

        .callout .btn-sm {
            float: none !important;
            margin: auto;
            text-align: center;
            margin-bottom: 40px;
        }
}

@media (max-width: 1024px) {
    .noah-container .logo {
        float: left;
        margin-left: 0px;
        width: 373px;
        vertical-align: middle;
        /*display: block;*/
        margin-top: 3%;
        height: 287px;
    }
}
@media (max-width: 989px) {
    footer .col-md-3 {
        width: 50%;
    }

    .dead-div {
        margin: 0px !important;
    }

    .container {
        width: 100%;
    }

    .col-md-4 {
        width: 33%;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .navigation ul.navbar-nav li.dropdown.full section {
        margin-left: -131px;
    }

    .charts {
        height: 1400px !important;
    }

    .navigation ul.navbar-nav li.dropdown.full section span.wrapper article {
        width: 245px;
    }

    .navigation ul.navbar-nav li.dropdown.full .color-wrapper {
        display: none;
    }

    .navigation ul.navbar-nav li.dropdown.full section .clear-wrapper {
        width: 100%;
    }

    .navbar .navbar-brand img {
        max-width: 120px;
        margin-top: 5px;
    }
    span.navbar-slogan {
        margin-top: 22px;
        vertical-align: bottom;
    }

    .portfolio .wrapper {
        width: 358px;
    }

    .portfolio .member-box {
        position: absolute;
        left: 0;
        width: 100%;
        height: 880px;
        padding: 0;
        margin: 0;
    }

        .portfolio .member-box .clear-wrapper {
            width: 100%;
            display: block;
            clear: both;
            float: none;
            height: 68%;
            padding: 0;
            margin: 0;
            position: relative;
            left: 0;
        }

        .portfolio .member-box .color-wrapper {
            background: #6ebff3;
            margin: 0;
            padding: 0;
            border-radius: 0;
            border: 0;
            float: none;
            height: 32%;
            width: 100%;
            position: relative;
        }

        .portfolio .member-box ul.bars {
            margin: 0;
            padding: 0;
        }

            .portfolio .member-box ul.bars li .progress,
            .portfolio .member-box ul.bars li strong,
            .portfolio .member-box ul.bars li span {
                margin-right: 35px;
            }

        .portfolio .member-box .color-wrapper a#close {
            position: absolute;
            top: 3px;
            left: 10px;
        }

        .portfolio .member-box .clear-wrapper p {
            margin-bottom: 10%;
        }

        .portfolio .member-box .color-wrapper img {
            position: relative;
            left: 30px;
            top: 35px;
            padding: 0;
            left: 50%;
            margin: 0 0 40px -60px;
            width: auto;
            height: 120px;
            display: block;
        }

    .portfolio .wrapper {
        padding: 45px 0 0 0;
        width: 300px;
    }

    .slider-laptop .laptop {
        /*background: url(../images/design/mac-md.png) center left no-repeat transparent;*/
        width: 480px;
        height: 317px;
        left: 50%;
        margin-left: -240px;
        position: relative;
    }

    .slider-laptop .wrapper {
        width: 308px;
        height: 193px;
        overflow: hidden;
        top: 60px;
        left: 50%;
        margin-left: -154px;
        position: relative;
    }

    .feature-list .feature i {
        font-size: 18px;
        width: 48px;
        height: 48px;
        -webkit-border-radius: 48px;
        -moz-border-radius: 48px;
        border-radius: 48px;
        text-indent: 14px;
        padding-top: 14px;
    }

    .feature-list .feature {
        /*display: inline-block;*/
        float: left;
    }

        .feature-list .feature .content {
            max-width: 230px;
        }

    .portfolio .wrapper {
        width: 358px;
    }

    .content-section.video ul.testimonials {
        position: relative;
        top: -40px;
    }

    .gmap + .shadow-lg {
        display: none;
    }

    .form.contact .input-group.tight {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        float: none;
        display: block;
    }

    .feature-list-2 .feature {
        text-align: left;
    }

        .feature-list-2 .feature p {
            text-align: left;
        }

    ul.number-list {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
    }

        ul.number-list li {
            width: 20px;
            display: inline-block;
            text-align: center;
            margin: 65px 26px 0 0;
        }

            ul.number-list li i.fa {
                color: #fff;
                padding: 40px 0 0 0;
                margin: 0 0 40px 0;
                display: block;
                font-size: 40px;
            }

            ul.number-list li span {
                color: #fff;
                font-size: 30px;
                font-family: "Roboto", Arial, sans-serif;
                font-weight: 100;
                line-height: 0;
                margin: 0 0 30px 0;
                padding: 0;
                width: 100%;
                height: 100%;
                overflow: hidden;
            }

            ul.number-list li i.fa {
                color: #fff;
                padding: 10px 0 0 0;
                margin: 0 0 40px 0;
            }

            ul.number-list li p {
                font-size: 22px !important;
            }

    ul.number-list {
        margin-bottom: 40px;
    }

    ul.info-list li > span cite {
        text-align: left;
    }

    ul#front-buttons li {
        clear: both;
        width: 100%;
        margin-bottom: 10px;
    }

    .noah-container .gallary {
        width: 100%;
        /*margin-top: 90px;*/
    }

    .noah-container, .p8-container {
        float: left;
        width: 100%;
    }
    .p8-container {
        width: 94% !important;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

        .noah-container .gallary ul {
            margin: 0 auto;
            width: 550px;
        }

        .p8-container .gallary ul {
            margin: 0 auto;
            width: 460px;
        }

    .portfolio .logo {
        /*height: auto;*/
        margin: 0 auto;
        float: none;
    }

    .portfolio .p8-logo {
        margin-top: 40px;
    }
}


@media (max-width: 768px) {


    ul,
    ol {
        ms-padding-start: 0px;
        o-padding-start: 0px;
        -moz-padding-start: 0px;
        -webkit-padding-start: 0px;
        padding-start: 0px;
    }

    .col-md-4,
    .col-md-8,
    footer .col-md-3 {
        width: 100%;
    }

    .content-section.min-flex {
        height: auto;
    }

    ul.number-list li {
        width: 100%;
        display: block;
        text-align: center;
        margin: 65px 0 0 0;
    }

    .navbar .navbar-header {
        width: 100%;
        margin: 0 !important;
    }

    .navbar .navbar-toggle {
        display: block;
    }

    .navigation .navbar-toggle {
        margin-top: 24px;
        border: none;
    }

    .navigation.fixed .navbar-toggle {
        margin-top: 17px;
    }

    .navigation .navbar-toggle i {
        color: #868686;
        font-size: 14px;
    }

    .navigation .navbar-toggle:hover,
    .navigation .navbar-toggle:active {
        background: none;
    }

        .navigation .navbar-toggle:hover i,
        .navigation .navbar-toggle:active i {
            color: #6ebff3;
        }

    .navbar .navbar-nav {
        display: none;
    }

    .navbar .navbar-brand {
        float: none;
    }

        .navbar .navbar-brand img {
            width: 120px;
            left: 0;
            margin: 19px 0 0 0;
            text-align: center;
        }

    .navigation.fixed .navbar-brand img {
        margin-top: 5px;
    }

    .navigation .navbar-collapse {
        display: block;
        padding: 0;
        margin: 0;
        background: none;
        border: 0;
    }

    .navigation .container {
        position: relative;
        padding: 0;
    }

    .navigation .navbar-form {
        position: absolute;
        left: 5%;
        border: 0;
        top: 0;
        padding: 0;
    }

        .navigation .navbar-form i.fa {
            font-size: 14px;
        }

    .navigation .search-field {
        width: 100%;
        height: 85px;
        background: #6ebff3;
        background: rgba(110, 191, 243, .95);
        position: relative;
        padding: 0;
        margin: 0;
        top: 19px;
        display: none;
    }

    .navigation.fixed .search-field {
        top: 15px;
    }

    .navigation .search-field input {
        font-size: 35px;
        height: 85px;
    }

    .feature-list .feature {
        position: relative;
        margin: 0 0 25px 0;
        padding: 0;
        width: 100%;
    }

        .feature-list .feature i {
            font-size: 32px;
            width: 78px;
            height: 78px;
            text-indent: 23px;
            padding-top: 23px;
            background: #fff;
            border: 1px solid #ececec;
            color: #6ebff3;
            float: left;
            -webkit-border-radius: 78px;
            -moz-border-radius: 78px;
            border-radius: 78px;
            float: none;
            clear: both;
            position: relative;
            display: block;
            left: 50%;
            margin: 15px 0 15px -39px;
        }

        .feature-list .feature .content {
            display: block;
            text-align: center;
            width: 100%;
            max-width: 100%;
        }

            .feature-list .feature .content p,
            .feature-list .feature .content h4 {
                max-width: 90%;
            }

    .portfolio .wrapper {
        width: 290px;
    }

    .content-section.video .ms-nav-prev {
        display: none;
    }

    .content-section.video .ms-nav-next {
        display: none;
    }

    .content-section.video ul.testimonials {
        position: relative;
        top: -100px;
    }

    footer .content-section h1 {
        font-size: 48px;
    }

    .tabs.side ul.panels li a {
        display: none;
    }
}

@media (max-width: 540px) {
    .portfolio .gallary {
        width: 100%;
    }

        .portfolio .gallary ul {
            margin: 0 auto;
            width: 405px;
            padding-left:20px;
        }
}

@media (max-width: 360px) {
    .blog .date a.month, .blog .date a.day {
        font-size: 12px;
    }

    #blogs h4, #blogs h3 {
        font-size: 16px;
        line-height: 27px;
    }
}

@media (max-width: 320px) {
    #blogs h4, #blogs h3 {
        font-size: 13px;
        line-height: 26px;
    }

    .blog ul.meta li a {
        font-size: 11px;
    }
}

@media (max-width: 480px) {

    .portfolio .gallary ul li {
        width: 110px;
        height: 90px;
    }

    .portfolio .wrapper,
    .portfolio .gallary {
        width: 100%;
    }

    footer .content-section h1 {
        font-size: 38px;
    }

    .feature-list-2 .feature h5 {
        font-size: 18px;
    }

    .portfolio ul#filters {
        padding: 0;
    }

    .portfolio .filter .btn {
        margin-top: 10px;
    }

    .content-section h1 + p {
        font-size: 16px;
        line-height: 1.528571;
    }

    .portfolio .member-box .color-wrapper strong,
    .portfolio .member-box .color-wrapper span,
    .portfolio .member-box .clear-wrapper h3 {
        font-size: 20px;
    }

    .portfolio .member-box .color-wrapper span {
        font-size: 16px;
    }

    .portfolio .member-box .clear-wrapper p {
        font-size: 15px;
        font-weight: 300;
        color: #000;
    }

    .portfolio .member-box .color-wrapper {
        height: 40%;
    }

    ul.bars .progress {
        height: 10px;
    }

    .buynow {
        font-size: 11px !important;
    }

    .slug span {
        margin-top: 25px;
    }

    .content-section h1 {
        font-size: 30px;
    }

    .feature-list-2 .feature p {
        margin: 0 auto;
    }

    .portfolio .member-box {
        height: 580px;
    }

        .portfolio .member-box .w1 {
            height: 38%;
            overflow: auto;
        }

        .portfolio .member-box .w2 {
            max-height: 55%;
            overflow: auto;
        }

        .portfolio .member-box .clear-wrapper p {
            margin: 15px 30px;
        }

    .portfolio .logo {
        width: 100%;
        height: 100%;
        float: left;
    }

    .portfolio .gallary ul {
        margin: 0 auto;
    }
}

@media (max-width: 400px) {
    .portfolio .gallary ul {
            width: 370px;
            padding-left: 10px;
    }

    .portfolio .wrapper,
    .portfolio .gallary {
        width: 100%;
    }

    .content-section h1 span,
    .content-section h2 span,
    .content-section h3 span,
    .navigation ul.mini li a,
    .form.contact .input-group button.submit {
        font-weight: 400;
    }

    section.content-section h1,
    footer .content-section h1 {
        font-size: 22px;
        font-weight: 400;
    }

    .feature-list-2 .feature h5 {
        font-size: 14px;
        text-align: left;
    }

    .feature-list-2 .feature p {
        font-size: 13px;
        margin-left: 14px;
    }

    .content-section h1 + p,
    .form.contact .input-group input.lg,
    .form.contact .input-group textarea.lg,
    .portfolio .gallary ul li {
        font-size: 15px;
    }

    h2,
    .h2 {
        font-size: 20px;
    }
}

@media (max-width: 213px) {
    .portfolio .gallary ul {
        width: 135px;
    }

    footer.classic h5 {
        font-size: 15px;
    }

    footer.classic ul.pages a.btn {
        font-size: 11px;
    }

    section.content-section h1,
    footer .content-section h1 {
        font-size: 20px;
    }

    .feature-list-2 .feature h5 {
        font-size: 13px;
    }

    .content-section h1 + p,
    .form.contact .input-group input.lg,
    .form.contact .input-group textarea.lg {
        font-size: 13px;
    }

    .portfolio .filter .btn {
        margin-top: 2px;
    }

    .form.contact .message p {
        font-size: 21px;
        line-height: 33px;
    }

    .slug h1 {
        font-size: 30px;
        padding-top: 55px;
    }

    .slug p {
        font-size: 14px;
    }

    .slug span {
        margin-top: 65px;
    }

    .ms-bullets.ms-dir-h {
        top: 85% !important;
    }

    .content-section {
        padding-top: 0;
    }

    section.content-section h1,
    footer .content-section h1 {
        font-size: 16px;
    }

    .portfolio .member-box .color-wrapper strong,
    .portfolio .member-box .color-wrapper span,
    .portfolio .member-box .clear-wrapper h3 {
        font-size: 16px;
        padding: 5px 0 0 5px;
        font-weight: 400;
    }

    .portfolio .member-box .clear-wrapper p {
        font-size: 13px;
        margin: 0px 20px;
    }

    .buynow {
        padding: 4px 10px !important;
        margin-bottom: 5px !important;
    }

    .portfolio .member-box {
        height: auto;
    }
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 100;
        src: local('Roboto Thin'), local('Roboto-Thin'), url(https://themes.googleusercontent.com/static/fonts/roboto/v10/vzIUHo9z-oJ4WgkpPOtg13YhjbSpvc47ee6xR_80Hnw.woff) format('woff');
    }
}
/* corp prof */
.cp_beginning {
    color: #F15C26;
    text-shadow: 0 1px 1px #000000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.cp_ownership {
    color: #2ab45f;
    text-shadow: 0 1px 1px #000000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.cp_expirience {
    color: #2e3287;
    text-shadow: 0 1px 1px #000000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.cp_men_and_women {
    color: #3d479e;
    text-shadow: 0 1px 1px #000000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.cp_products {
    color: #18ab50;
    text-shadow: 0 1px 1px #000000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.cp_quality_credo {
    color: #047c8b;
    text-shadow: 0 1px 1px #000000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.cp_business_exposure {
    color: #f15925;
    text-shadow: 0 1px 1px #000000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.cp_partnership {
    color: #087385;
    text-shadow: 0 1px 1px #000000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.buynow {
    margin: 0 auto;
    border: 3px solid #FFF;
    color: #FFF;
    font-weight: 700;
    background: #000000;
    background: rgba(0, 0, 0, 0);
    font-size: 17px;
    padding: 4px 45px;
}
    .buynow:hover,
    .buynow:active,
    .buynow:focus {
        background: #EFFF00;
        color: #272A2B;
        border: 3px solid #DBE2E6;
    }
    .buynow i.fa {
        position: static;
        margin-right: 10px;
    }
.pad-bot {
    padding-bottom: 0px !important;
}
.arise {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999999991 !important;
    background: #000000 !important;
    background: rgba(0, 0, 0, 0.65) !important;
    height: 100% !important;
    width: 100% !important;
    display: block !important;
    overflow: auto !important;
}
/* inquire form */
.clone .clear-wrapper h3 {
    text-align: left !important;
    background: #5B8FB5 !important;
    color: #FFF !important;
    padding: 14px !important;
}
#frminquire .input-group i {
    color: #8B8B8B !important;
    font-size: 16px !important;
    position: absolute !important;
    line-height: 32px !important;
    left: 10px !important;
}
#frminquire .input-group input.lg,
#frminquire .input-group textarea.lg {
    padding: 1px !important;
    text-indent: 30px !important;
    margin: 0 !important;
    height: 35px;
    width: 100% !important;
    line-height: 20px !important;
    font-size: 14px !important;
    font-weight: 100 !important;
    font-family: "Roboto", Arial, sans-serif !important;
    color: #8B8B8B !important;
    border: 1px solid #D5D5D5 !important;
    outline: none !important;
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
    color: #000 !important;
    font-weight: 400 !important;
}
.inquire.contact {
    padding: 1px;
    padding-top: 19px;
}
#frminquire .input-group button.close {
    width: 100%;
    height: 66px;
    background: #545454;
    border: 0;
    font-family: "Roboto", Arial, sans-serif;
    color: #fff;
    font-size: 18px;
    outline: none;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
    transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
    #frminquire .input-group button.close:hover {
        background: #E3A423 !important;
    }
.bumpaness ul li {
    display: inline-block;
}
.gallary a {
    cursor: default !important;
}
@media (min-width: 1280px) {
    .container {
        width: 1320px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1320px;
    }
    .blog2 {
        width: 1170px !important;
    }
    .noah-img {
        width: 250px;
        display: block;
        outline: none !important;
        border: none !important;
        padding: 0px;
        position: relative;
    }
    .noah-container {
        float: left;
        clear: left;
        width: 645px;
        position: relative;
    }
    .p8-container {
        float: left;
        clear: right;
        width: 600px;
    }
    .portfolio ul#filters {
        margin: 0;
        padding: 0;
    }
}
.text-align-center {
    text-align: center !important;
}
.margin-top-13 {
    margin-top: 13px;
}
ul.row {
    list-style-type: none;
}
.padding-0 {
    padding: 0;
}
.padding-top-0 {
    padding-top: 0;
}
.btn-warning[disabled] {
    color: #808080;
}
.text-color-primary {
    color: #b8860b;
}
.Image-Container{
    width:100%;
    height: auto;
    /* min-height:260px; */
    /* max-height:200px; */
    background-color:gray;
    border-radius: 5px;
    overflow: hidden;
    /* min-height:318px; */
    /* max-height:318px; */
    background:none !important;
    margin: 0 auto;
    width: 96%;
    height: 16.563vw !important;
    width: 100% !important;
    border: none;
    border-radius: 0 !important;
    box-shadow: none;
    min-height: 318px;
}
.Slider-container{
    margin-bottom:20px;
}
.slider-img {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    min-height: 310px;
    display: none;
    background: none !important;
}
/*--- NOAH REAL ESTATE FORUM BANNER IMAGE---*/
.slider-img1{
    /* background-image:url("../images/slider/image1.jpg"); */
}
/*------*/
.slider-img2 {
    /* background-image: url("../images/slider/image2.jpg"); */
}
.slider-img3{
    /* background-image:url("../images/slider/image3.jpg"); */
}
.slider-img4{
    /* background-image:url("../images/slider/image4.jpg"); */
}
.slider-img5{
    /* background-image:url("../images/slider/image5.jpg"); */
}
.nwShow{
    display:block;
}
.nwHide{
    display:none;
}
#nav-ends {
    min-height:89px;
}
.slider-Details > div {
    text-shadow: 0 1px 5px rgba(0,0,0,.7);
}
.slider-Title{
    width: 34%;
    color: white;
    margin-left: 4%;
    font-style: italic;
    font-family: Century Gothic,Arial;
    text-shadow: 1px 1px 4px rgba(0,0,0,.86);
    cursor: default;
    position: absolute !important;
    top: 50%;
    left: 3%;
    height: auto;
    transform: translateY(-50%);
    margin: 0 !important;
    line-height: 1.4em;
    font-size: 3em !important;
}
.slider-img4 .slider-Title,
.slider-img2 .slider-Title,
.slider-img3 .slider-Title{
	/*font-size:50px;*/
}
.slider-Details {
    color: white;
    width: 56%;
    margin-top: 1%;
    display: inline-block;
    height: auto;
    vertical-align: initial;
    cursor:default;
    font-size: 1.3em;
    position: absolute !important;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}
.slider-Details div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
span.readmore {
    font-size:11px; text-decoration:underline;
    cursor:pointer;
}
span.readmore a {
    color:inherit;
}
.Slider-container .triangle{
    position: absolute;
    margin-top: 85px;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    cursor:pointer;
    z-index: 99;
    opacity:0.2;
}
.Slider-container:hover .triangle{
      opacity:1;
}
.Slider-container .triangle.left {
       margin-top: 140px;
}
.Slider-container .triangle.right {
    margin-top: -170px;
    position:relative;
}
.Slider-container .navigator {
    position: absolute;
    height: 17px;
    padding-left: 20px;
    margin: auto 0;
    margin-top: -38px;
    float: left;
    display: inline-block;
    z-index: 90;
    opacity:0.75;
}
.Slider-container .navigator:hover {
    opacity: 1;
}
.Slider-container .navigator-sub {
    background: rgba(0, 0, 0, 0.50);
    height: 18px;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 90;
    border-radius: 2px;
}
.Slider-container .xbox{
    width: 10px;
    min-height: 10px;
    background: rgba(255, 255, 255, 0.80);
    display: inline-block;
    /* padding: 2px; */
    margin: 1px 2px;
    cursor:pointer;
    border-radius: 2px;
}
.Slider-container .xbox.nwSelected {
    background: #07224d;
}
@media screen and (max-width: 989px) {
    .slider-Title {
    font-size: 1.6em !important;
    }
    .slider-Details div{
        font-size:14px;
    }
    .slider-Details span {
        font-size:10px;
    }
    .slider-Title{
        margin-top: 78px;
    }
}
@media  (max-width: 515px) {
    .slider-Title {
    line-height: 1.3em;
    font-size: 1.6em !important;
    }
     .slider-Details  {
            margin-top: 0%;
    }
    .slider-Details div,.slider-Details span {
        font-size:12px;
    }
    .slider-Details span {
        font-size:10px;
    }
    .slider-Title{
        margin-top: 3%;
    }
}
span.navbar-slogan {
    font-style: italic;
    font-size: 0.7em;
    font-family: Century Gothic,Arial;
    font-weight: 600;
    color: #198fbf;
    margin: 0 auto;
    /* text-align: center; */
    width: 182px;
    padding-left: 0;
    overflow: visible;
}
@media (max-width: 768px) {
    span.navbar-slogan {
        display: block;
        text-align: center;
        width: 70%;
        margin-top: 4px;
        font-size: .66em;
    }
}
.gallary .show_info img{
    cursor:pointer !important;
}
.gallary .show_info img {
    border-width: 1px;
    border-style: solid;
    border-color: /*#428bca*/ transparent;
    border-radius: 14px;
}
.gallary .show_info:hover img {
    border-color: #428bca;
}
.gallary .show_info.nwSetter img{
    border-color: transparent;
}
.gallary a.show_info {
    width: 120% !important;
    height: 120% !important;
    top: -10% !important;
    left: -10% !important;
}
.gallary .show_info.nwSetter {
    width: 76% !important;
    height: 76% !important;
    vertical-align: middle;
    margin: auto 0;
    float: right;
    display: inline-block;
    position: absolute;
    background: white;
    top: 10% !important;
    left: 10% !important;
    border-color:transparent !important;
    border: 1px solid transparent;
    border-radius: 14px;
}
.gallary .show_info.nwSelected {
    opacity: 1;
    filter: alpha(opacity = 100);
}
.gallary .show_info.nwhaveSelect {
    opacity: 0.65;
    filter: alpha(opacity = 65);
}
.gallaryImage{    height: 100%;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 300px;
    width: 100%;
    margin-top: 20px;
}
.nwsitemap  {
    padding-left:20px;
    padding-bottom: 2px;
    margin-bottom: 20px;
}
.nwsitemap span a {
    color: inherit;
}
.nwsitemap span {
    text-decoration: underline;
}
.ui-accordion-header {
    font-weight:normal !important;
}
.ui-state-default {
    background: #FFFFFF !important;
    background: #007fff !important;
    color: #ffffff;
}
#accordion2 .ui-state-default {
    background: #FFFFFF !important;
    background: #dea600 !important;
    color: #ffffff;
}
.ui-state-hover{
    background: #007fff !important;
    font-weight:normal;
}
#accordion {
    max-width:430px;
        max-width: 470px;
}
#accordion2 {
    max-width:430px;
        max-width: 470px;
}
body #accordion .ui-accordion-content {
    height:inherit;
}
#dgContent{
    position: fixed;
    left: 0;
    top: 130px;
    z-index: 601;
    width: 367px;
    background-color:rgba(0,0,0,0.5);
}
#dgContent .st-drawer-content {
    background: rgba(0, 0, 0, 0.23);
    display: table-cell;
    padding: 25px 17px 23px 20px;
    width: 367px;
    margin: 0;
}
#dgContent .st-drawer-greybar {
    border: 1px solid #aeaeae;
    background: #bfbfbf;
    background: -webkit-linear-gradient(#bfbfbf,#858585);
    background: -o-linear-gradient(#bfbfbf,#858585);
    background: -moz-linear-gradient(#bfbfbf,#858585);
    background: linear-gradient(#bfbfbf,#858585);
    display: table-cell;
    width: 15px;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
#dgContent h4{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    text-shadow: 0 2px 2px rgba(0,0,0,0.75);
    font-family: "TradeGothicLTStdBoldCondensedNo-20","TradeGothic-CnBold",Arial,Impact,sans-serif;
}
#dgContent ul{
        padding: 4;
        color: white;
      list-style-type: square;
}
#dgContent.nwclosed
{
    left:-353px;
    max-height: 100px;
    min-height: 100px;
    height: 100px;
    overflow: hidden;
}
#dgContent li a
{
    color:white !important;
}
 .st-drawer-greybar .drawer-icon {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    width: 6px;
    height: 10px;
    background-position: left top;
    display: block;
    margin-left: 4px;
    opacity: 1;
    transition: none;
}
#dgContent.nwclosed .st-drawer-greybarr  .drawer-icon {
    background-position: 0px -10px;
}
#dgContent.nwclosed .st-drawer-greybar  {
      vertical-align: inherit;
}
#dgContent.nwclosed .st-drawer-greybar .drawer-icon {
    background-position: left -10px;
}
.nwloadingImage{
        width: 100%;
    height: 100%;
    position: fixed;
    background: white;
    z-index: 1000000000000000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/logo.png);
    background-position: center 30%;
    background-repeat: no-repeat;
    background-size: 40%;
}
.loading {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100px;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
    text-indent: -9999em;
}
#loader { position: fixed; top: 0; left: 0; height: 100%; width: 100%; background: rgba(255,255,255,1); z-index: 999999; opacity: 1; text-align: center; }
 .loading { -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; width: 100px; margin: 0 auto; margin-top: 25px; position: relative; text-indent: -9999em; }
  #loader div { font-style: italic; margin-top: 20px; }
  .ball { border-radius: 50%; background:#07224d; width: 10px; height: 10px; position: absolute; -webkit-animation: loading 1.2s linear infinite; animation: loading 1.2s linear infinite; }
   .ball:nth-of-type(2) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
   .ball:nth-of-type(3) { -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
    @-webkit-keyframes loading { 0% { opacity: 0; -webkit-transform: scale(0.5); transform: scale(0.5); }
                                  20% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
                                   40% { -webkit-transform: translate3d(33px, 0, 0); transform: translate3d(33px, 0, 0); }
                                   60% { -webkit-transform: translate3d(66px, 0, 0); transform: translate3d(66px, 0, 0); }
                                    80% { -webkit-transform: translate3d(99px, 0, 0); transform: translate3d(99px, 0, 0);
                                          opacity: 1; }
                                    100% { -webkit-transform: translate3d(99px, 0, 0) scale(0.5); transform: translate3d(99px, 0, 0) scale(0.5); opacity: 0; } }
     @keyframes loading { 0% { opacity: 0; -webkit-transform: scale(0.5); transform: scale(0.5); } 20% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } 40% { -webkit-transform: translate3d(33px, 0, 0); transform: translate3d(33px, 0, 0); } 60% { -webkit-transform: translate3d(66px, 0, 0); transform: translate3d(66px, 0, 0); } 80% { -webkit-transform: translate3d(99px, 0, 0); transform: translate3d(99px, 0, 0); opacity: 1; } 100% { -webkit-transform: translate3d(99px, 0, 0) scale(0.5); transform: translate3d(99px, 0, 0) scale(0.5); opacity: 0; } }
div.nwloadingPL {
    min-height: 59%;
}
 @media (max-width: 568px) {
    div.nwloadingPL {
        min-height:40%;
    }
}










/*--- 12-13-2018 Modified by ADB---*/
.per-prod-article-container {
    width: 100%;
    height: auto;
    text-align: left;
    position: relative;
}
.per-prod-article {
    width: 80%;
    max-width: 1366px;
    padding: 30px 7%;
    margin: 0 auto;
    height: auto;
    margin-top: 75px;
}
.per-prod-article img {
    width: 100%;
    border-radius: 3px;
}
.spacer2 {
    clear: both;
    display: block;
    height: 30px;
}
.per-prod-art-title {
    font-size: 26px;
    color: #222222;
    text-align: center;
    display: block;
    text-decoration: none;
    font-weight: bold;
    margin-top: 0;
}
.per-prod-article hr {
    border: none;
    border-top: 1px solid #999999;
}
.per-prod-art-content {
    text-align: justify;
    font-family: 'Segoe UI', sans-serif;
    font-size: 1.034em;
    line-height: 22px;
}
.article-body-sub-cont p {
    font-family: 'Segoe UI' !important;
    font-size: 1.05em !important;
    font-size: 1.2em !important;
    line-height: 24px !important;
}
.article-body-sub-cont .p2 {
    text-align: left;
    font-size: 1.4em !important;
    line-height: 28px !important;
}
.contact-inq p > span {
    font-size: .92em !important;
    font-size: 1.05em !important;
}
.per-prod-art-sub-content {
    padding-left: 17px;
}
.per-prod-art-sub-content img {
    width: 75%;
    margin: 0 auto;
    display: block;
}
/*--- Article Page ---*/
.article-container {
    width: 84%;
    height: auto;
    text-align: left;
    margin: 75px auto;
    padding-top: 20px;
    max-width: 1280px;
}
.article-body-cont {
    display: inline-block;
    margin: 0;
    padding: 30px 0;
}
.article-body-cont.left {
    width: 66%;
}
.article-body-cont.right {
    width: 25%;
    padding-left: 0;
/*    position: sticky;
    top: 70px;*/
}
.article-container h4 {
    font-size: 24px;
    color: #444444;
    font-family: 'Segoe UI', Arial, sans-serif;
    line-height: 18px;
    padding: 0;
    margin: 0;
    position: relative;
    font-weight: 600;
}
.article-container ul {
    padding-left: 0;
}
.article-container ul li {
    cursor: pointer;
    display: block;
    text-align: justify;
    padding-bottom: 10px;
}
.article-container ul li a {
    text-decoration: none;
}
.article-container ul li .rec-art-date {
    color: #333333;
    font-size: 12px;
    text-indent: 24px;
    position: relative;
    display: block;
    font-family: "Segoe UI", Arial, sans-serif;
}
.article-container ul li .rec-art-date:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    background-color: #444444;
    top: 8px;
    left: 6px;
}
.article-container h6 {
    font-size: 14px;
    color: #323232;
    font-family: "Century Gothic", Arial, sans-serif;
    margin: 4px 0;
    margin-bottom: 0;
    padding: 5px;
    display: block;
    font-weight: 600;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    transition: .2s ease all;
}
.article-container h4 + h6 {
    margin: 10px 0 30px 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Candara', 'Segoe UI', sans-serif;
}
.article-container h4 + h6:before {
    content: '';
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(to left, #198fbf, #0d5680);
    background: -moz-linear-gradient(to left, #198fbf, #0d5680);
    background: linear-gradient(to left, #198fbf, #0d5680);
    background: #555555;
}
.rec-art-list li a:hover h6 {
    color: #000000;
    background-color: #f4f4f4;
}
.rec-art-list li a:hover .rec-art-date {
    background: #ececec;
    color: #444444;
}
.rec-art-list li a:hover .rec-art-date:before {
    background-color: #555555;
}
.article-body-sub-cont {
    cursor: default;
    padding: 15px 0;
    padding-bottom: 25px;
    border-radius: 10px;
    margin-bottom: 25px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 16px -6px rgba(0,0,0,.22);
    -moz-box-shadow: 0 3px 16px -6px rgba(0,0,0,.22);
    box-shadow: 0 3px 16px -6px rgba(0,0,0,.22);
    -webkit-transition: .2s ease-out all;
    -moz-transition: .2s ease-out all;
    transition: .2s ease-out all;
}
.article-body-sub-cont table {
    padding: 0;
    width: 96%;
    margin: 0 auto;
    vertical-align: top;
    font-family: 'Century Gothic', Arial, sans-serif;
}
.article-body-sub-cont .art-list-banner {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 6px
}
.article-body-sub-cont table td {
    padding: 2px;
    padding-bottom: 6px;
    vertical-align: top;
}
.article-body-sub-cont table .td1 {
    width: 100%;
}
.article-body-sub-cont table .td2 {
    width: 10%;
    max-width: 15%;
}
.article-body-sub-cont table .td3 {
    width: 85%;
    max-width: 90%;
}
.art-calendar-cont {
    background: #ffffff;
    width: 70px;
    height: 80px;
    margin-right: 10px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 4px 16px -6px rgba(0,0,0,.36);
    -moz-box-shadow: 0 4px 16px -6px rgba(0,0,0,.36);
    box-shadow: 0 4px 16px -6px rgba(0,0,0,.36);
}
.art-calendar-cont div:nth-of-type(1) {
    position: absolute;
    top: 10px;
    font-family: 'Century Gothic', 'Segoe UI', sans-serif;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #555555;
}
.art-calendar-cont div:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    padding: 5px 0;
    color: #fafafa;
    font-size: 14px;
    font-family: 'Century Gothic';
    text-transform: uppercase;
    text-align: center;
    vertical-align: text-bottom;
    background: -webkit-linear-gradient(to bottom right, #4ec3be, #4692b5);
    background: -moz-linear-gradient(to bottom right, #4ec3be, #4692b5);
    background: linear-gradient(to bottom right, #4ec3be, #4692b5);
    text-shadow: 0 1px 3px rgba(0,0,0,.34);
    letter-spacing: .4px;
    font-weight: bold;
}
.art-list-title {
    font-size: 26px;
    color: #333333;
    margin-bottom: 8px;
    font-weight: bold;
}
h5.art-cal-year ,
.art-cal-year {
    font-size: 12px;
    padding: 3px 14px;
    border-radius: 6px;
    /* letter-spacing: 1px; */
    background-color: #dddddd;
    font-weight: normal;
    color: #333333;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    transition: .2s ease all;
    display: inline-block;
    line-height: 19px;
    background: #e6e6e6!important;
    color: #333333 !important;
}
.article-body-sub-cont:hover .art-cal-year,
.article-body-sub-cont.hovered .art-cal-year {
    background-color: #07224d;
    color: #ffffff;
}
.article-body-sub-cont p {
    font-size: 17px;
    color: #222222;
    font-family: 'Roboto';
    text-align: justify;
}
.art-read-more {
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none !important;
    padding: 8px 15px;
    border-radius: 3px;
    background-color: #ffffff;
    color: #ffffff;
    -webkit-transition: .2s ease-out all;
    -moz-transition: .2s ease-out all;
    transition: .2s ease-out all;
    color: #42a642 !important;
    font-weight: bold;
    text-transform: lowercase;
    font-size: 14px;
    position: relative;
    box-shadow: none !important;
    width: 140px;
    display: block;
    text-align: left;
    text-indent: 38px;
    font-family: 'Candara', 'Segoe UI', sans-serif;
    letter-spacing: .4px;
}
a.art-read-more:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    left: 20px;
    top: 17px;
    background-color: #42a642;
}
 a.art-read-more:visited {
    color: #ffffff;
}
.art-read-more:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,.32);
    -moz-box-shadow: 0 4px 12px rgba(0,0,0,.32);
    box-shadow: 0 4px 12px rgba(0,0,0,.32);
}
/*--- 12-18-2018 ---*/
.form.contact .input-group.tight input.lg,
.form.contact.style-2 .input-group input,
.form.contact.style-2 .input-group textarea {
    border-radius: 4px;
    border: 2px solid rgba(0,0,0,.16);
    font-size: 16px;
    color: #2f2f2f;
    font-family: 'Century Gothic';
}
.form.contact .input-group.tight input.lg:hover,
.form.contact.style-2 .input-group input:hover,
.form.contact.style-2 .input-group textarea:hover {
    border: 2px solid rgba(0,0,0,.42);
}
.form.contact .input-group.tight input.lg:focus,
.form.contact.style-2 .input-group input:focus,
.form.contact.style-2 .input-group textarea:focus {
    border: 2px solid #198fbf;
}
#submit-cont.row,
.row-cont.row {
    width: 80%;
    margin: 0 auto;
}
#submit-cont.row {
    margin: 0 auto !important;
}
#submit-cont.row .submit-sub-cont{
    margin: 0 auto;
    display: block;
    width: 80%;
    float: none;
}
#submit-cont .g-recaptcha {
    margin-bottom: 30px !important;
}
#submit-cont .col-md-4 {
    float: none;
    margin: 0 auto;
    margin-bottom: 50px;
    width: inherit;
}
#submit-cont .col-md-4 p {
    font-family: 'Century Gothic';
}
.navigation.fixed .navbar-brand img {
    /*transform: scale(0.8);*/
}
#submit-cont ul.info-list li span p {
    font-size: 15px;
    font-weight: bold;
}
#submit-cont ul.info-list li > span cite,
ul.info-list li > span article,
#submit-cont ul.info-list li > span span {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Century Gothic';
    color: #1f1f1f;
    vertical-align: top;
}
#submit-cont ul.info-list li {
    display: inline-block;
    width: 33%;
    vertical-align: text-top;
    text-align: center;
}
#submit-cont h2 {
    color: #222222;
    font-size: 24px;
    font-family: 'Comfortaa', 'Century Gothic', 'Candara', 'Segoe UI', sans-serif;
    margin-bottom: 100px;
    margin-top: 40px;
    text-align: center;
    position: relative;
    font-weight: lighter;
}
#submit-cont h2:before {
    content: '';
    position: absolute;
    bottom: -14px;
    width: 30%;
    height: 1px;
    background: #999999;
    /* border-radius: 3px; */
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
#submit-cont h4 {
    position: relative;
    font-size: 24px;
    color: #333333;
    font-family: 'Century Gothic';
}
#submit-cont h6 {
    position: relative;
    font-size: 16px;
    color: #555555;
    font-family: 'Century Gothic';
    text-indent: 1px;
}
#submit-cont .btn {
    padding: 10px 35px;
    font-weight: bold;
    font-family: 'Century Gothic';
    letter-spacing: .4px;
    font-size: 14px;
    background-color: #0e3573;
    outline: none;
    border: none;
}
#submit-cont .btn:hover {
    background-color: #07224d;
    -webkit-box-shadow: 0 6px 15px rgba(0,0,0,.2);
    -moz-box-shadow: 0 6px 15px rgba(0,0,0,.2);
    box-shadow: 0 6px 15px rgba(0,0,0,.2);
}
.classic {
    position: relative !important;
}
/*--- 01-28-2019 ---*/
.popupCookies {
    position: fixed;
    display: block;
    width: 88%;
    height: auto;
    padding: 14px 6%;
    background-color: #00204f;
    bottom: 0;
    z-index: 9999;
    color: #fafafa;
    font-family: 'Segoe UI';
    font-size: 15px;
    opacity: .98;
    /*border-top: 4px solid #2267bb;*/
    -webkit-animation: toastbottom 2s;
    -moz-animation: toastbottom 2s;
    animation: toastbottom 2s;
    -webkit-box-shadow: 0 -6px 12px rgba(0,0,0,.32);
    -moz-box-shadow: 0 -6px 12px rgba(0,0,0,.32);
    box-shadow: 0 -6px 12px rgba(0,0,0,.32);
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.popupCookies.hidden2 {
    -webkit-animation: toasthide 2s;
    -moz-animation: toasthide 2s;
    animation: toasthide 2s;
}
.popupCookies > div {
    display: inline-block;
    height: 100%;
    margin: 0 auto;
    vertical-align: middle;
}
.cookies-content {
    width: 70%;
}
.cookies-cont-button {
    width: 28%;
    text-align: center;
}
.btn-cookies {
    display: block;
    margin: 2px auto;
    padding: 10px 14px;
    width: 160px;
    border: 2px solid #2267bb;
    background-color: #2267bb;
    border-radius: 3px;
    font-size: 13px;
    text-align: center;
    /*font-weight: bold;*/
    font-family: 'Century Gothic';
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: .2s ease-out all;
    -moz-transition: .2s ease-out all;
    transition: .2s ease-out all;
}
.btn-cookies#btnViewPolicy {
    border-color: transparent;
    border: 2px solid transparent;
    background-color: transparent;
    opacity: .7;
    -webkit-transition: .2s ease-out all;
    -moz-transition: .2s ease-out all;
    transition: .2s ease-out all;
}
.btn-cookies#btnViewPolicy:hover {
    opacity: 1;
}
.btn-cookies#btnViewPolicy > a {
    text-decoration: none;
    color: #dddddd !important;
}
.btn-cookies#btnAcceptPolicy {
    text-transform: uppercase;
}
.btn-cookies#btnAcceptPolicy:hover {
    color: #efefef !important;
    border: 2px solid #efefef;
    background-color: #041732;
}
.nwcontent-section {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 75px;
    width: 80%;
    padding: 20px;
}
.nwcontainer {
    display: block;
    width: 100%;
}
.nwcontainer h3 {
    text-align: center;
    display: block;
    font-family: 'Century Gothic';
    font-weight: normal;
    position: relative;
    font-size: 24px;
}
.nwcontainer h3:before {
    position: absolute;
    content: '';
    width: 80%;
    background: #999999;
    height: 1px;
    left: 50%;
    bottom: -31px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nwcontent-row {
    width: 100%;
    margin: 2px auto;
    padding: 2px;
    box-sizing: border-box;
}
.nw-mtop-60 {
    margin-top: 60px;
}
.nw-mbot-30 {
    margin-top: 30px;
}
.nwcontent-row .nwparagraph {
    width: 80%;
    margin: 0 auto;
    text-align: justify;
}
.nwcontent-row .nwparagraph ol {
    /*width: 80%;*/
    margin: 0 auto;
}
.nwcontent-row .nwparagraph ol li {
    margin: 4px 0;
}
.nw-bold {
    font-weight: bold;
}
.nw-italic {
    font-style: italic;
}
.nwtext-blue {
    color: blue;
    text-decoration: none;
}
/*--- 02-04-2019 ADB ---*/
.popupCookies {
    position: fixed;
    display: block;
    width: 88%;
    height: auto;
    padding: 14px 6%;
    background-color: /*#00204f*/ rgba(0,0,0,.92);
    bottom: 0;
    z-index: 9999;
    color: #fafafa;
    font-family: 'Segoe UI';
    font-size: 15px;
    opacity: 1;
    /*border-top: 4px solid #2267bb;*/
    -webkit-animation: toastbottom 2s;
    -moz-animation: toastbottom 2s;
    animation: toastbottom 2s;
    -webkit-box-shadow: 0 -6px 12px rgba(0,0,0,.16);
    -moz-box-shadow: 0 -6px 12px rgba(0,0,0,.16);
    box-shadow: 0 -6px 12px rgba(0,0,0,.16);
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.popupCookies.hidden2 {
    -webkit-animation: toasthide 2s;
    -moz-animation: toasthide 2s;
    animation: toasthide 2s;
}
.popupCookies > div {
    display: inline-block;
    height: 100%;
    margin: 0 auto;
    vertical-align: middle;
}
.cookies-content {
    width: 70%;
}
.cookies-cont-button {
    width: 28%;
    text-align: center;
}
.btn-cookies {
    display: block;
    margin: 2px auto;
    padding: 10px 14px;
    width: 160px;
    border: 2px solid #2267bb;
    background-color: #2267bb;
    border-radius: 3px;
    font-size: 13px;
    text-align: center;
    color: #fafafa;
    /*font-weight: bold;*/
    font-family: 'Century Gothic';
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: .2s ease-out all;
    -moz-transition: .2s ease-out all;
    transition: .2s ease-out all;
}
.btn-cookies#btnViewPolicy {
    border-color: transparent;
    border: 2px solid transparent;
    background-color: transparent;
    opacity: .7;
    -webkit-transition: .2s ease-out all;
    -moz-transition: .2s ease-out all;
    transition: .2s ease-out all;
}
.btn-cookies#btnViewPolicy:hover {
    opacity: 1;
}
.btn-cookies#btnViewPolicy > a {
    text-decoration: none;
    color: #dddddd !important;
}
.btn-cookies#btnAcceptPolicy {
    text-transform: uppercase;
}
.btn-cookies#btnAcceptPolicy:hover {
    color: #efefef !important;
    border: 2px solid #efefef;
    background-color: #041732;
}
/*--- 02-12-2019 ---*/
.new-footer-cont {
    height: auto;
    width: 100%;
    display: block;
    background-color: #23282d;
    text-align: center;
    margin-top: 60px;
}
.new-footer-title {
    padding: 20px;
    padding-top: 22px;
    height: auto;
    font-family: 'Comfortaa', 'Segoe UI', Arial, sans-serif;
    font-size: 22px;
    color: #fafafa;
    line-height: 22px;
    vertical-align: middle;
    box-shadow: 0 2px 3px rgba(0,0,0,.24);
    font-weight: lighter;
}
.new-footer-cont > .new-footer-tbl {
    color: rgba(255,255,255,.80);
    font-family: 'Comfortaa', 'Segoe UI', Arial, sans-serif;
    width: 70%;
    margin: 0 auto;
}
.new-footer-tbl tr {
    width: 100%;
}
.new-footer-tbl td {
    padding: 25px;
    width: 20%;
}
.new-footer-tbl tr:first-of-type td {
    font-size: 15px;
    padding-bottom: 0;
    letter-spacing: .4px;
    font-weight: lighter;
}
.new-footer-tbl tr:nth-of-type(2) td div {
    width: 220px;
    margin: 0 4px;
    display: inline-block;
    font-size: 13px;
}
.new-footer-tbl tr:nth-of-type(2) td div > * {
    vertical-align: middle;
}
.new-footer-tbl tr:nth-of-type(2) td div span:first-of-type {
    height: 16px;
    width: 16px;
    margin-right: 4px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: .80;
    display: inline-block;
}
.new-footer-tbl tr:nth-of-type(2) td div > div {
    height: 16px;
    width: auto;
    vertical-align: top;
    display: inline-block;
}
.new-footer-tbl tr:nth-of-type(2) td div span.icon-phone {
    background-image: url(../images/icons/phone-16.png);
}
.new-footer-tbl tr:nth-of-type(2) td div span.icon-telephone {
    background-image: url(../images/icons/telephone-16.png);
}
.new-footer-tbl tr:nth-of-type(2) td div span.icon-email {
    background-image: url(../images/icons/email-16.png);
}
.new-footer-tbl tr:last-of-type td {
    font-size: 10px;
    font-family: 'Comfortaa', 'Segoe UI', Arial, sans-serif;
    padding: 15px;
}
.new-footer-tbl tr:nth-of-type(3) td {
    padding: 0;
}
.new-footer-tbl tr:nth-of-type(3) td hr {
    height: 1px;
    margin: 0 auto;
    width: 80%;
    border: none;
    border-top: 1px solid #394147;
}
/*--- 02-14-2019 ---*/
.p8-container {
    font-family: 'Segoe UI' !important;
    font-size: 1.04em;
    margin-top: 20px;
}
.writeup-container {
    width: 75%;
    margin: 0 auto;
}
.writeup-container .row .fadeInLeft {
    animation-name: fadeInLeft;
    color: #444444;
    font-family: 'Segoe UI';
    font-size: 1.034em;
    line-height: 22px;
}
/*--- 02-15-2019 ---*/
.navbar-form.navbar-left {
    display: none;
}
.slider-img1 .readmore {
    font-size: 14px;
    padding: 8px 14px;
    color: #fafafa;
    background-color: #07224d;
    display: inline-block;
    border-radius: 4px;
    margin-top: 10px;
    max-width: 140px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #efefef;
    /*text-transform: uppercase;*/
}
.slider-img1 .readmore a {
    text-decoration: none !important;
}
.body-home .noah-container:before {
    content: 'Select icon for details';
    position: absolute;
    left: 50%;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Segoe UI', sans-serif;
    color: #555555;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*05-29-2019*/
.readmore {
    margin-top: 20px;
}
.bannertext {
    text-shadow: 0 1px 2px rgba(0,0,0,.8);
    background-color: rgba(0,0,0,.68);
    height: auto !important;
    padding: 10px;
    color: #ffffff;
    font-size: 0.74em !important;
    margin-top: 1vw;
    vertical-align: top;
    letter-spacing: .4px;
    line-height: 20px;
}
.bannertext:first-of-type {
        margin-top: 1vw;
}
/*06-07-2019*/
div#accordion * {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
/*06-15-2019*/
.content-container p + ul,
.content-container p ul,
.content-container p ~ ul {
    color: #222222;
    padding-left: 36px;
}
.content-container {
    color: #222222 !important;
}
.content-container p + ul li,
.content-container p ul li,
.content-container p ~ ul li {
    line-height: 26px;
}
.p8-container .row .col-md-12 p {
    column-count: 2;
    column-gap: 20px;
}
/*06-17-2019*/
footer.classic {
    display: none;
}
.mod-footer {
    margin-top: 80px;
    background-color: #18255b;
    background-image: url('../images/new/bg/nw_footer.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 20px;
    color: #ffffff;
}
.mod-footer-box {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    text-align: center;
}
.mod-footer-box h4,
.mod-footer-box h5,
.mod-footer-box h6 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}
.mod-footer-box h4 {
    font-size: 22px;
}
.mod-footer-box h6,
.mod-footer-box label {
    margin-top: 4px;
    text-indent: 4px;
    font-weight: normal;
    font-size: 14px;
}
.mod-footer-box h5 {
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.mod-footer-box h5 + label {
    margin-top: 8px;
}
.mod-footer-box h5:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 20px;
    height: 1px;
    background-color: rgba(255,255,255,.42);
    margin-left: -10px;
}
.mod-footer-box label {
    text-indent: 0;
    margin: 0;
}
.mod-footer-box ._row {
    font-size: 0;
    display: block;
    text-align: left;
}
.mod-footer-box ._col {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.mod-footer-box ._col._col-1 {
    width: 99%;
}
.mod-footer-box ._col._col-2 {
    width: 49%;
}
.mod-footer-box ._col._col-3 {
    width: 33%;
}
.mod-footer-box ._col._col-4 {
    width: 24.2%;
}
.mod-footer-box ._col._col-5 {
    width: 19.5%;
}
.mod-footer-box ._col._col-6 {
    width: 16%;
    min-width: 230px;
}
.mod-footer-box ._col._col-6._col-callus {
    min-width: 280px;
}
.mod-footer-box ._col._col-7 {
    width: 66%;
}
._col ._col {
    padding: 0;
}
.mod-footer-box a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #ffffff !important;
    font-weight: lighter;
}
.mod-footer-box ._row:nth-of-type(2) {
    margin-top: 10px;
}
.mod-footer-box ._row:nth-of-type(2) ._col:not(:nth-of-type(1)) {
    text-align: center;
}
.mod-footer-box ._row:nth-of-type(2) > ._col:nth-of-type(3) span a:nth-of-type(1) {
    margin-left: 10px;
}
#nav-ends {
    display: none !important;
}
.navigation.fixed {
    opacity: 1 !important;
    border-top: none;
    padding-top: 4px;
}
.navigation.fixed .navbar-header ul {
    opacity: 0 !important;
}
.navigation.fixed.down .navbar-header ul {
    opacity: 1 !important;
}
.gal-banner-cont {
    margin: 0 auto;
    margin-top: 75px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}
.gal-banner-cont img {
    width: 100%;
}
.navigation .navbar-default ul.navbar-nav li a {
    font-family: 'Candara', sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    font-weight: 600;
    letter-spacing: .1px;
}
.navigation.fixed:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(to right, #198fbf, #0d5680);
    background: -moz-linear-gradient(to right, #198fbf, #0d5680);
    background: linear-gradient(to right, #198fbf, #0d5680);
}
.portfolio,
.form.contact.style-2 {
    margin-top: 90px;
}
.content-section {
    margin-top: 75px;
}
.body-gallery .gal-banner-cont + .portfolio {
    margin-top: 0;
}
section.portfolio:nth-of-type(2) {
    margin-top: 30px;
}
/*06-18-2019*/
.mod-footer-box > ._row:nth-of-type(2) > ._col:nth-of-type(2) > ._col:nth-of-type(4) {
    /*display: none;*/
}
a.social-acc {
    display: none;
    width: 24px;
    height: 24px;
    background-color: rgba(255,255,255,.10);
    border-radius: 50%;
    vertical-align: middle;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    opacity: .70;
    -webkit-transition: .2s ease opacity;
    -moz-transition: .2s ease opacity;
    transition: .2s ease opacity;
}
a.social-acc:not(:last-of-type) {
    margin-right: 2px;
}
a.social-acc:hover {
    opacity: 1;
}
a.social-acc.social-fb {
    display: inline-block;
    background-image: url(../images/new/icons/social_media/fb-logo-24.png);
}
a.social-acc.social-lin {
    display: inline-block;
    background-image: url(../images/new/icons/social_media/linkedin-logo-24.png);
}
p {
    font-size: 1.06em;
}
.mod-footer-box ._col._col-3._col-callus,
.mod-footer-box ._col._col-3._col-sendmsg {
    text-align: center;
}
.Image-Container {
    border: none;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.18);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.18);
    box-shadow: none;
}
.slider-img {
    /* border-radius: 4px; */
    overflow: hidden;
}
._drop-cap {
    width: 170px;
    height: 62px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-left: 5%;
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    transform: translateX(-3px);
}
.body-about .per-prod-article p {
    width: 90%;
    margin: 0 auto;
}
.Image-Container {
    position: relative;
    border-radius: 6px;
}
.triangle {
    background-color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute !important;
    margin: 0 !important;
    top: 50%;
    display: block;
    opacity: .84 !important;
    overflow: hidden;
    -webkit-transition: .14s cubic-bezier(0.65, -0.8, 0.38, 1.34) all !important;
    -moz-transition: .14s cubic-bezier(0.65, -0.8, 0.38, 1.34) all !important;
    transition: .14s cubic-bezier(0.65, -0.8, 0.38, 1.34) all !important;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
}
.triangle:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid #333333;
    border-width: 3px 3px 0 0;
    top: 15px;
    left: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.triangle.left {
    -webkit-transform: translateY(-50%) rotate(180deg) scale(0);
    -moz-transform: translateY(-50%) rotate(180deg) scale(0);
    transform: translateY(-50%) rotate(180deg) scale(0);
}
.triangle > svg {
    display: none;
}
.triangle.left {
    left: 10px;
}
.triangle.right {
    right: 10px;
}
.Image-Container:hover .triangle {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.Image-Container:hover .triangle.left {
    -webkit-transform: translateY(-50%) rotate(180deg) scale(1);
    -moz-transform: translateY(-50%) rotate(180deg) scale(1);
    transform: translateY(-50%) rotate(180deg) scale(1);
}
.Image-Container:hover .triangle.right {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.Slider-container .navigator {
    margin-top: -36px;
    opacity: 0.78;
}
.Slider-container .navigator-sub {
    background-color: rgba(255,255,255,.32);
    border-radius: 12px;
    height: 22px;
    padding: 2px 5px;
    cursor: pointer;
}
.Slider-container .xbox {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.88);
    display: inline-block;
    margin: 0px 2px;
    cursor: pointer;
    border-radius: 50%;
}
.Slider-container .xbox:hover {
    transform: scale(1.14);
}
.slider-img > img:first-of-type {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    z-index: 0;
    min-height: initial;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
    height: auto;
}
.slider-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: preloadcolor 4.8s;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.slider-Title,
.slider-Details {
    position: relative;
    z-index: 2;
}
.nwsitemap {
    padding-left: 2%;
    padding-bottom: 2px;
    margin-bottom: 60px;
    display: block;
    height: 34px;
}
.nwsitemap > span {
    position: relative;
    text-decoration: none;
}
.nwsitemap > span > a {
    text-decoration: none;
    padding: 6px 14px;
    background-color: #07224d;
    color: #ffffff;
    font-family: 'Candara', 'Segoe UI', sans-serif;
    font-weight: normal;
    font-size: 14px;
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    height: 31px;
    display: inline-block;
    padding-right: 30px;
    cursor: pointer;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    transition: .2s ease all;
}
.nwsitemap > span > a:hover {
    background-color: #011537;
}
.nwsitemap > span:nth-of-type(1) > a {
    position: relative;
    padding-right: 30px;
}
.nwsitemap > span:nth-of-type(1) > a:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border: solid #ffffff;
    border-width: 2px 2px 0 0;
    top: 11px;
    right: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
.nwsitemap > span:nth-of-type(2) > a {
    background-color: #e0e2e7;
    color: #111111;
    text-transform: capitalize;
    padding-right: 14px;
}
.nwsitemap > span:nth-of-type(2):hover > a {
    background-color: #cdd1db;
}
.nwsitemap > span a {
    text-decoration: none !important;
}
.nwsitemap > span:nth-of-type(1) > a.active + .gal-list {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.gal-list {
    visibility: hidden;
    position: absolute;
    top: 28px;
    left: 0;
    background-color: #ffffff;
    width: 280px;
    height: auto;
    border-radius: 0 0 6px 6px;
    padding: 4px;
    border-top: 2px solid #07224d;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: .18s ease-in all;
    -moz-transition: .18s ease-in all;
    transition: .18s ease-in all;
    -webkit-box-shadow: 0 3px 30px rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 30px rgba(0,0,0,.16);
    box-shadow: 0 3px 30px rgba(0,0,0,.16);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    transform: translateX(-5px);
}
.gal-list .gal-ul {
    padding: 0;
}
.gal-list .gal-ul li {
    list-style: none;
    padding: 0;
}
.gal-list .gal-ul li a {
    width: 100%;
    display: block;
    padding: 6px 10px;
    font-family: 'Candara', 'Segoe UI', sans-serif;
    font-size: 15px;
    border-radius: 3px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: .1s ease all;
    -moz-transition: .1s ease all;
    transition: .12 ease all;
}
.gal-list .gal-ul li a:hover {
    background-color: #d9e7ed;
    text-indent: 6px;
}
.gal-list .gal-ul li a:before {
    content: '>';
    font-size: 11px;
    position: absolute;
    left: 2px;
    top: 7px;
    opacity: 0;
    -webkit-transition: .08s ease all;
    -moz-transition: .08s ease all;
    transition: .08s ease all;
}
.gal-list .gal-ul li a:hover:before {
    left: 2px;
    opacity: 1;
}
.nav-sublist {
    position: absolute;
    background-color: #0e5781;
    width: 200px;
    left: 0;
    border-radius: 0 0 4px 4px;
    padding: 10px 4px;
    font-size: 14px;
    -webkit-box-shadow: 0 2px 16px rgba(0,0,0,.20);
    -moz-box-shadow: 0 2px 16px rgba(0,0,0,.20);
    box-shadow: 0 2px 16px rgba(0,0,0,.20);
}
.navigation.fixed .navbar-default ul.navbar-nav li a + .nav-sublist {
    display: none;
}

.navigation.fixed .navbar-default ul.navbar-nav li:hover a + .nav-sublist {
    display: block;
}
.nav-sublist ul {
    padding: 0;
}
.nav-sublist ul li {
    list-style: none;
    margin: 0;
    height: auto !important;
    cursor: pointer;
}
.nav-sublist ul li a {
    color: #fafafa !important;
    padding: 8px 14px !important;
    display: block;
    width: 100%;
    height: initial !important;
    line-height: initial !important;
    text-decoration: none;
    border-radius: 4px;
    font-weight: normal !important;
    text-transform: initial !important;
    font-size: 15px !important;
}
.nav-sublist ul li:hover a {
    background-color: #2b6b90 !important;
}
.nav-sublist ul li a:before,
.nav-sublist ul li a:after {
    display: none;
}
.navigation.fixed .navbar-default ul.navbar-nav li a._dd {
    padding-right: 26px;
}
.navigation .navbar-default ul.navbar-nav li a._dd:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border: solid #555555;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 10px;
    top: 31px;
}
.article-body-cont.left > h1:first-of-type,
h1._pagetitle {
    margin: 0 0 30px 0;
    font-family: 'Candara', 'Segoe UI', sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    position: relative;
    color: #07224d;
    text-indent: 16px;
    line-height: 30px;
}
.article-body-cont.left > h1:first-of-type:before,
h1._pagetitle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: #07224d;
}
strong {
    color: #1f1f1f !important;
    font-weight: 600 !important;
}
.noah-container {
    display: none;
}
.per-prod-art-content {
    text-align: justify;
    font-family: 'Segoe UI';
    font-size: 1.3em !important;
    line-height: 26px !important;
}
.per-prod-art-title ~ i,
.per-prod-art-title ~ p i {
    font-size: 1.1em !important;
}
.col-md-6 {
    width: 70% !important;
    margin: 0 auto !important;
    float: none !important;
    font-size: 1.3em !important;
    font-family: 'Segoe UI', sans-serif;
}
.body-home .noah-container {
    display: block;
}
.body-home .col-md-12 {
    font-size: 1.16em !important;
    /*font-size: 1.06em !important;*/
    padding: 0 0px;
}
p {
    line-height: 1.42em;
}
#accordion,
#accordion h3 {
    font-size: .9em !important;
    transition: none;
}
.mod-footer-box > ._row:nth-of-type(2) > ._col label {
    font-weight: lighter;
}
._col ._col {
    /*padding: 4px 0;*/
}
._pagetitle ~ div._padding20:first-of-type {
    padding: 0 20px;
}
div._padding20 > h3:first-of-type {
    font-size: 22px;
}
div._padding20 > h3:first-of-type strong {
    color: #1f1f1f !important;
}
.navigation ul.mini li a {
    width: 100%;
    color: #666666;
    display: block;
    outline: none;
    line-height: 44px;
    text-indent: 15px;
    height: 44px;
    font-family: "Candara", Arial, sans-serif;
    font-weight: normal;
    padding: 0;
    letter-spacing: -0.2px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 14px;
}
ul.cc2 {
    column-count: 2;
    column-gap: 30px;
    font-size: .96em !important;
}
.row {
    margin: 0 !important;
}
.writeup-container .row .fadeInLeft {
    font-family: 'Segoe UI', sans-serif;
    font-size: 1.2em;
    line-height: 30px;
}
.writeup-container .row .col-md-12 > h3 {
    font-size: 24px;
    padding: 10px 0;
    background-color: #ffffff;
    position: relative;
    font-family: 'Comfortaa';
    font-weight: lighter;
    color: #222222;
    text-align: left;
}
.writeup-container .row .col-md-12 > h3:before {
    content: '';
    position: absolute;
    width: 15%;
    height: 1px;
    bottom: 0;
    background: -webkit-linear-gradient(to right, #07224d, #6ebff3);
    background: -moz-linear-gradient(to right, #07224d, #6ebff3);
    background: linear-gradient(to right, #07224d, #6ebff3);
}
hr {
    border-top: 1px solid #888888 !important;
}
.body-gallery .content-container h1.galmaint {
    font-size: 1.66em !important;
    margin-bottom: 30px;
}
a#submit_contact {
    background: #116a96 !important;
    border: 1px solid transparent;
    padding: 8px 12px;
    font-weight: normal;
    font-family: 'Candara', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    padding-right: 34px;
    position: relative;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.24);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.24);
    box-shadow: 0 2px 3px rgba(0,0,0,.24);
    transition: none;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
}
a#submit_contact:before {
    content: '';
    position: absolute;
    top: 16px;
    right: 14px;
    width: 8px;
    height: 8px;
    border: solid #ffffff;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .18s ease right;
    -moz-transition: .18s ease right;
    transition: .18s ease right;
}
a#submit_contact:after {
    content: '';
    position: absolute;
    top: 19px;
    right: 14px;
    width: 10px;
    height: 2px;
    background-color: #ffffff;
    -webkit-transition: .18s ease right;
    -moz-transition: .18s ease right;
    transition: .18s ease right;
}
a#submit_contact:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
a#submit_contact:hover:before,
a#submit_contact:hover:after {
    right: 12px;
}
p.pbox {
    padding: 6px;
    border: 1px solid #666666;
    font-size: 13px !important;
    line-height: 16px !important;
    width: 98.4%;
    margin: 6px auto;
}
.art-list-title h2,
.art-list-title h5 {
    margin: 0;
}
.art-list-title h2 {
    font-family: 'Segoe UI', sans-serif;
    color: #111111;
}
._survey-list img {
    width: 100%;
}
._wrapper {
    width: 100%;
    font-size: 0;
    text-align: center;
    display: block;
}
._wrapper-2,
._wrapper-3 {
    width: 50%;
    padding: 0 2px;
    display: inherit;
    vertical-align: top;
}
._wrapper-3 {
    width: 33.33%;
}
.img__2,
.img__3 {
    display: inline-block;
    border-radius: 3px;
    vertical-align: top;
    box-shadow: none !important;
}
.img__2 {
    width: 49%;
}
.img__3 {
    width: 32%;
}
.img__2:not(:last-of-type),
.img__3:not(:last-of-type) {
    margin-right: 4px;
}
._wrapper-2 .img__2,
._wrapper-3 .img__3 {
    width: 100%;
    display: block;
}
.article-container h4 b {
    font-size: 20px;
}
.art-cal-year + div {
    display: inline-block;
    font-family: 'Open Sans', Verdana, Tahoma, 'Century Gothic', sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
}
td.td1 {
    text-align: center;
}
.article-body-sub-cont img.content-img {
    margin: 0 auto;
    display: block;
}
#linkZoom11112020 {
    position: absolute;
    right: 1.6%;
    width: 19%;
    top: 24%;
    height: 26%;
    cursor: pointer;
    z-index: 1;
}


/* 05102021 CSS NEW STARTS HERE RPB */

.cc-art-col.cc-art-col-context.cc-art-cc {
    width: 100% !important;
    margin-right: 0% !important;
}

















@media (max-width: 515px) {
    .bannertext {
        line-height: 1.4em !important;
        margin-top: 1vw;
    }
    .nwsitemap {
        /*padding-left: 6%;*/
    }
}
@media screen and (max-width: 989px) {
    .bannertext {
        margin-top: 2vw;
    }
    .p8-container .row .col-md-12 p {
        column-count: 1;
    }

    /*06-17-2019*/
    .mod-footer-box {
        width: 100%;
    }
    .mod-footer-box ._row:nth-of-type(2) {
        margin-top: 0;
    }
    ._col {
        width: 100% !important;
        text-align: left !important;
    }
    .mod-footer-box h5:after {
        left: 0;
        margin-left: 0;
    }
    .mod-footer {
        padding: 10px 4px;
    }
}
@media screen and (max-width: 780px) {
    .container {
        padding: 0 !important;
    }
    .per-prod-article {
        padding-top: 10px !important;
        width: 96% !important;
    }
    .body-about .per-prod-article p {
        width: 94%;
    }
    .col-md-6 {
        width: 100% !important;
    }
    .per-prod-art-content ._padding20 ul {
        padding-left: 40px;
    }
}











/*--- ANIMATION ---*/
@keyframes toastbottom {
    0% {
        bottom: -100%;
        opacity: 0;
    }
    80% {
        opacity: .56;
    }
    100% {
        bottom: 0;
        opacity: .98;
    }
}
@keyframes toasthide {
    0% {
        bottom: 0;
    }
    100% {
        opacity: 0;
        bottom: -100%;
        display: none;
    }
}
@keyframes preloadcolor {
    0%, 82% { opacity: 1; }
    100% { opacity: 0; }
}
/*------*/
@media (max-width: 989px) {
    .article-container {
        width: 96%;
        margin: 75px 2%;
    }
    .article-body-cont.left {
        width: 100%;
        padding-top: 0;
    }
    .article-body-cont.right {
        display: block;
        padding: 0;
        width: 96% !important;
        margin: 0 auto;
        float: none !important;
    }
    .noah-container, .p8-container {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    #submit-cont ul.info-list li {
        display: block;
        width: 100%;
    }
    #submit-cont.row .submit-sub-cont {
        width: 100%;
    }
    #submit-cont h4,
    #submit-cont h6 {
        text-align: center;
        text-indent: 0;
    }
    .navigation.fixed .navbar-brand img {
        transform: scale(1);
    }
    .nwcontent-section {
        width: 100%;
    }
}
@media (max-width: 700px) {
    .article-container {
        width: 98%;
        margin: 75px auto;
    }
    .article-body-cont {
        display: block;
        width: 96%;
        margin: 0 auto;
    }
    .article-body-cont.left {
        width: 100% !important;
    }
    .article-body-cont.right {
        width: 98% !important;
        display: block !important;
        margin-left: auto;
        margin-right: auto;
    }
    .article-body-sub-cont {
        box-shadow: none !important;
        border-bottom: 1px solid #999999;
        border-radius: 0;
    }
    .article-body-sub-cont table td {
        display: block;
        width: 100% !important;
        max-width: initial !important;
    }
    .art-calendar-cont {
        margin: 0 auto;
    }
    .per-prod-article {
        padding: 30px 0;
        width: 94%;
    }
    .per-prod-art-sub-content img {
        width: 100%;
    }
    .article-body-sub-cont p {
        font-size: 16px;
    }
    .art-list-title,
    .per-prod-art-title {
        font-size: 22px;
    }
    .article-body-sub-cont table .td3 {
        text-align: center;
    }
    #submit-cont.row {
        width: 90%;
    }
    #submit-cont h2:before {
        width: 70%;
    }
    .mod-footer {
        background-image: none;
    }
    p.pbox {
        height: auto !important;
        padding-bottom: 12px;
        width: 100% !important;
    }
    ._wrapper-2,
    ._wrapper-3 {
        display: block;
        width: 100%;
    }
    .content-container .col-md-6.feature.fadeInLeft.text-justify {
        text-align: left;
    }
    .article-container h6 {
        text-align: left;
    }
    .img__3 {
        margin-right: 0;
    }
}
@media (max-width: 480px) {
    .portfolio .gallary ul {
        padding-left: 0;
    }
    .portfolio .gallary ul li {
        width: 90px;
        height: 78px;
    }
    #submit-cont.row {
        width: 100%;
    }
    .nwcontent-row .nwparagraph {
        width: 100%;
    }
    .nwcontent-row .nwparagraph ol {
        width: 88%;
    }
    .nwcontainer h3 {
        font-style: 20px;
        margin: 0;
    }
    .nwcontainer h3:before {
        width: 100%;
    }
    .popupCookies > div {
        display: block;
        width: 100%;
        text-align: justify;
    }
    .btn-cookies#btnAcceptPolicy {
        margin-top: 10px;
    }
    .btn-cookies {
        width: 70%;
    }
    .writeup-container {
        width: 90%;
    }
    .contact-inq p {
        text-align: left;
    }
}
@media (min-width: 541px) and (max-width: 599px) {
    .portfolio .gallary ul li {
        width: 120px;
        height: 95px;
    }
}
@media (min-width: 600px) and (max-width: 989px) {
    .portfolio .gallary ul li {
        width: 160px;
        height: 125px;
    }
    .noah-container .gallary ul {
        width: initial;
    }
}
@media (min-width: 990px) and (max-width: 1199px){
    .portfolio .gallary {
        width: 70% !important;
        margin: 50px auto;
        display: block;
        float: none;
    }
}
@media (min-width: 701px) and (max-width: 799px) {
    .content-container {
        width: 76%;
        margin: 0 auto;
    }

}
@media (max-width: 767px) {
    .portfolio .gallary ul li {
        width: 25% !important;
        box-sizing: border-box;
        height: 20vw!important;
    }
    .container {
        width: 100% !important;
        /*padding: 0 3% !important;*/
    }
    .portfolio .gallary ul {
        width: 100%!important;
    }
    .navigation.fixed {
        transition: .2s ease !important;
    }
    .navigation.fixed ul.mini {
        position: initial !important;
        margin-top: 0 !important;
        width: 96%;
        background: transparent;
        margin: 0 auto;
    }
    .Image-Container {
        position: relative;
        min-height: 110px;
    }
    .Slider-container .navigator {
        padding: 0;
        margin: 0 auto;
        bottom: 2vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .portfolio > .container {
        width: 94% !important;
    }
    .navbar-brand {
        padding: 0 8px !important;
    }
}
@media (min-width: 800px) and (max-width: 1199px) {
    .content-container {
        margin: 0 auto;
        width: 76%;
    }
    .col-md-6 {
        width: 100% !important;
        float: none !important;
    }
}
@media (max-width: 1199px) {
    #submit-cont ul.info-list li {
        display: block;
        width: 100%;
    }
    .navbar .navbar-toggle {
        display: block;
        margin-top: 19px;
        margin-right: 10px;
        border: none;
    }
    .navbar .navbar-header {
        width: 100%;
        margin: 0 !important;
    }
    .navigation.fixed {
        transition: .2s ease !important;
    }
    .navigation.fixed ul.mini {
        position: initial !important;
        margin-top: 0 !important;
        width: 96%;
        background: transparent;
        margin: 0 auto;
        border-top: 1px solid #1373a0;
    }
    .Image-Container {
        /* position: relative; */
        min-height: 180px;
    }
    div#linkZoom11112020 {
        top: 22%;
        height: 23.2%;
    }
    .Slider-container .navigator {
        padding: 0;
        margin: 0 auto;
        bottom: 1.2vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .right {
        display: none;
    }
    .article-body-cont.right {
        display: inline-block;
    }
    .nav-sublist {
        display: block;
        position: initial;
        background-color: transparent;
        box-shadow: none;
        color: #666666;
        width: 100%;
        padding: 0;
    }
    .nav-sublist ul li a {
        color: #666666 !important;
        line-height: 24px !important;
    }
    .navigation.fixed.down {
        padding-bottom: 4px;
        height: initial !important;
    }
    .nav-sublist ul li:hover a {
        background-color: #efefef !important;
    }
}
@media (min-width: 800px) and (max-width: 1199px){
    .Image-Container {
        min-height: 180px;
    }
}
@media (max-width: 1100px) {
    .new-footer-title {
        padding: 16px;
        padding-top: 18px;
        font-size: 18px;
        line-height: 18px;
    }
    .new-footer-cont > .new-footer-tbl {
        width: 92%;
    }
    .new-footer-tbl td {
        padding: 15px;
    }
    .new-footer-tbl tr:nth-of-type(2) td > div {
        display: block;
        font-size: 13px;
        padding: 4px 0;
        margin: 0 auto;
        width: 100%;
    }
    .new-footer-tbl tr:last-of-type td {
        padding: 8px;
    }
    .new-footer-tbl tr:nth-of-type(3) td hr {
        width: 92%;
    }
}
@media (max-width: 799px) {
    .p8-container {
        width: 96%!important;
    }
    .portfolio > .container {
        width: 100%!important;
    }
    .Slider-container .navigator {
        bottom: 3vw;
        display: none !important;
    }
}

.custom-scc-ctx-title H1 {
    font-size: inherit !important;
}
