.g-maps iframe, .google-maps iframe {
    width: 100% !important;
}

.whatsapp {
    position: fixed;
    bottom: 30px;
    z-index: 10000000;
    right: 30px;
    padding: 0;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    background: #5dd55b;
    background: -moz-linear-gradient(45deg, #068404 0%, #074f00 100%);
    /* background: -webkit-linear-gradient(45deg, #068404 0%,#074f00 100%); */
    /* background: linear-gradient(45deg, #068404 0%,#074f00 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#068404', endColorstr='#074f00',GradientType=1 );
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp i {
    font-size: 4rem;
    color: #fff;
}

.whatsapp p {
    display: none;
}

.wp-border {
    animation: wp-play .8s infinite;
}

@keyframes wp-play {
    from {
        border: 5px solid #074F00
    }

    to {
        border: none
    }
}

.container {
    height: auto !important;
}

.starter-div {
    width: 100%;
    height: 60px;
    position: fixed;
    background: #242424;
    z-index: 100;
    z-index: 10000000;
    border-bottom: 1px solid #505050;
    display: flex;
    align-items: center;
}

.starter-div .social-media {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-bottom: 0;
}

.social-media ul.left {
    text-align: left;
    float: left
}

.social-media ul.right {
    text-align: right;
    float: right
}

.social-media ul.left li {
    margin-right: 10px;
}

.social-media ul.right li {
    margin-left: 2px;
}

.social-media ul li {
    display: inline-block;
}

.social-media ul li a {
    width: 100%;
    color: #fff;
    font-size: 10pt;
    height: 40px;
    line-height: 40px;
}

.social-media ul li.circular {
    background: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    margin-top: 6px;
    border: 2px solid #fff;
    overflow: hidden;
    -webkit-box-shadow: 10px 9px 39px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 9px 39px -6px rgba(0,0,0,0.75);
    box-shadow: 10px 9px 39px -6px rgba(0,0,0,0.75);
}

.social-media ul li.circular a {
    height: 22px;
    line-height: 22px;
    color: #0f0f0f;
    width: 100%;
    text-align: center;
    background: rgba(247,247,247,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 0%, rgba(168,168,168,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(247,247,247,1)), color-stop(100%, rgba(168,168,168,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 0%, rgba(168,168,168,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 0%, rgba(168,168,168,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 0%, rgba(168,168,168,1) 100%);
    background: radial-gradient(ellipse at center, rgba(247,247,247,1) 0%, rgba(168,168,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#a8a8a8', GradientType=1 );
    background: transparent;
}

.social-media ul li.circular:hover a {
    background: rgba(247,247,247,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 0%, rgba(196,196,196,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(247,247,247,1)), color-stop(100%, rgba(196,196,196,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 0%, rgba(196,196,196,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 0%, rgba(196,196,196,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 0%, rgba(196,196,196,1) 100%);
    background: radial-gradient(ellipse at center, rgba(247,247,247,1) 0%, rgba(196,196,196,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#c4c4c4', GradientType=1 );
    background: #eaeaea;
}

.social-media ul li a .fa {
    margin-right: 5px;
    font-size: 12pt;
}

.social-media ul li.circular a .fa {
    margin-right: 0;
    font-size: 8pt;
}

#wrapper {
    position: relative;
}

#wrapper.home-slide {
    height: 100vh;
    overflow: inherit;
}

#wrapper.page-slide {
    height: 70vh;
    overflow: hidden;
}

div#wrapper.page-slide::before {
    position: absolute;
    height: 410px;
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
}

#bottom-wrapper {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    z-index: 100;
}

.product-list {
    height: 390px;
}

#bottom-wrapper .second-item {
    height: 200px;
    background: rgba(47, 66, 62, 0.75);
    box-sizing: border-box;
    padding: 30px;
    position: absolute;
    z-index: 10000;
}

.second-item .label {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 1.5em;
    font-weight: 300;
    padding: 0;
}

.second-item .title {
    width: 100%;
    line-height: 175%;
    color: #fff;
    font-size: 9pt;
    padding: 15px;
    overflow: hidden;
    height: 120px;
}

#slider-area {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

#slider-area .owl-item .slider-item-div {
    height: 100vh;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

#slider-area .content-slide {
    position: absolute;
    z-index: 10000;
    top: 50%;
    left: 50px;
    background: rgba(0, 0, 0, 0.4);
    padding: 30px;
    font-size: 1rem;
    color: #fff;
    width: auto;
    border-radius: 15px;
}

#slider-area .content-slide h4 {
    padding: 0;
    margin: 15px 0;
    font-size: 1.5rem;
    font-weight: 300;
    height: auto;
    line-height: 125%;
    color: #ffffff;
    white-space: pre-wrap;
}

#slider-area .content-slide p {
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    height: auto;
    line-height: 125%;
}

#slider-area .owl-nav, #slider-area .owl-dots {
    position: absolute;
}

#slider-area .owl-dots {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    /*display: none !important;*/
}

#wrapper .area-border {
    position: absolute;
    z-index: 100;
    background: #FFC926;
}

#wrapper .gradient {
    z-index: 100;
    height: 100vh;
    background: #1f3653;
    opacity: .4;
}

#nav-bar {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    background: rgba(0,0,0,.5);
    1: AUTO 100PX; margin: 0;
    z-index: 10000;
}

#nav-bar::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000000;
    width: 100%;
    height: 120px;
    filter: blur(30px);
    -webkit-filter: blur(30px);
    background: rgba(0, 0, 0, 0.4);
}

#nav-bar .navbar-default {
    background: transparent;
    border: none !important;
    z-index: 1000000000;
    margin: 0;
    position: relative;
}

#nav-bar ul li a {
    padding: 17px;
    line-height: 5px;
    height: 75px;
    font-size: 9pt;
    color: #ffffff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-weight: 300;
    background: #eb7d1f;
    /* border: 1px solid #000000; */
    position: relative;
    top: 15px;
    /* border-radius: 15px; */
    /* margin: 0 5px; */
    display: flex;
    align-items: flex-end;
}

#nav-bar ul li a.active {
    background: #d97015;
}

#nav-bar #navbar {
    border: none;
    margin-top: 45px;
}

#nav-bar ul li a:hover {
    color: #ffffff;
    background: #d97015;
}

#nav-bar .logo {
    position: absolute;
    top: 25px;
    width: auto;
    height: auto;
    z-index: 10000;
    background-image: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 1000;
}

#nav-bar .logo > img {
    max-height: 80px;
    /* margin-left: 15px; */
}

#nav-bar .logo:hover {
    /* background-image: url(../img/logo-background.png); */
    /* -webkit-background-size: cover; */
    -moz-background-size: cover;
    -o-background-size: cover;
    /* background-size: cover; */
}

.second-slider {
    height: 390px;
    width: 100%;
    position: relative;
    z-index: 1000;
}

.second-slider .absolute-item {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    padding: 0;
    bottom: -190px;
}

.second-slider .absolute-item .img-div {
    width: 100%;
    height: 190px;
    position: relative;
    overflow: hidden;
    z-index: 1000000;
}

.second-slider .absolute-item .img-div img {
    width: 100%;
    height: auto;
}

.nav-info {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5px 0;
}

.nav-info ul {
    width: 100%;
    height: auto;
    text-align: right;
}

.nav-info ul li {
    display: inline-block;
    color: #ffc926;
    font-size: 10pt;
    font-weight: 300;
}

.nav-info ul li span {
    display: inline-block;
    padding-left: 5px;
    color: #fff;
}

.nav-info ul li > .fa {
    margin: 0 0 0 5px;
    background: none;
    position: relative;
    top: -1px;
}

.nav-info ul li > .fa img {
    width: 100%;
    height: auto;
}

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

.content {
    width: 100%;
    min-height: 190px;
    background: rgb(255 255 255);
    padding: 70px 0 0;
    margin-bottom: 120px;
    margin-top: -120px;
    position: relative;
    z-index: 1000;
}

.content-galery {
    width: 100%;
    background: #ececec;
    padding: 30px;
    box-sizing: border-box;
    margin: 10px 0;
    border: 1px solid #ddd;
}

#project .content {
    padding: 0 !important
}

.grid-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.grid-item a img {
    display: block;
    width: 100%;
    height: auto
}

.content .title {
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 300;
    font-size: 2.5em;
    color: #000;
}

#home .content .title {
    position: absolute;
    top: -115px;
    background: #f9f9f9;
    padding: 35px;
}

.content .title span {
    position: relative;
    display: inline-block;
    height: 45px;
    color: #525252;
}

.content .title .line {
    width: 34%;
    height: 2px;
    background: #000000;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.page-content {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 15px 70px;
    line-height: 200%;
    text-align: left;
    color: #1f1f1f;
    font-size: 10.5pt;
    margin-top: 25px;
}

.page-list {
    width: 100%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    margin-top: 50px;
    padding: 0 200px 50px;
}

.page-list li {
    width: 25%;
    height: auto;
    float: left;
    padding: 0;
}

.page-list li a {
    width: 100%;
    height: auto;
    position: relative;
}

.page-list li a img {
    width: auto;
    height: 120px;
    position: relative;
    top: 0
}

.page-list li a span {
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    text-align: center;
    bottom: -50px;
    left: 0;
    color: #000;
    font-size: 1.2em;
    line-height: 50px;
}

.page-list li:hover a span {
    border-bottom: 3px solid #000;
}

.page-list li:hover a img {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.forms-in {
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

.forms-in .input-s {
    background-color: #f1ede8;
    width: 100%;
    height: 58px;
    padding: 1px;
    position: relative;
    box-sizing: border-box;
    border: none;
}

.forms-in .input-s:hover .input-text {
    background-color: #f7f7f7;
}

.forms-in .input-txt:hover .input-textarea {
    background-color: #f7f7f7;
}

.forms-in .input-s .input-text {
    background-color: #fdfdfd;
    width: 100%;
    height: 58px;
    box-sizing: border-box;
    padding: 0px 52px;
    font-size: 9pt;
    color: #a9a9a9;
    border: none;
}

.forms-in .input-txt {
    background-color: #f1ede8;
    width: 100%;
    height: 141px;
    position: relative;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 1px;
}

.forms-in .input-txt .input-textarea {
    background-color: #fdfdfd;
    width: 100%;
    height: 139px;
    box-sizing: border-box;
    padding: 15px 52px;
    font-size: 9pt;
    overflow: hidden;
    color: #484848;
}

.forms-in .input-s .fa {
    display: block;
    position: absolute;
    color: #d8d8d8;
    font-size: 15pt;
    top: 20px;
    left: 20px;
    width: 25px;
    height: 25px;
}

.forms-in .input-txt .fa {
    display: block;
    position: absolute;
    color: #d8d8d8;
    font-size: 16pt;
    top: 15px;
    left: 20px;
    width: 25px;
    height: 25px;
}

.forms-in .c-button {
    width: 75px;
    height: 32px;
    background-color: #242424;
    color: #ffffff;
    font-size: 9pt;
    text-align: center;
    line-height: 32px;
    float: right;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 10px;
}

.forms-in .c-button:hover {
    color: #fff;
    background: #000;
}

ul.address {
    box-sizing: border-box;
    /* padding: 30px 0; */
    /* border: 1px solid #eeeeee; */
    /* background: #f4f4f4; */
    margin: 5px 0;
}

ul.address li {
    text-align: center;
    /* width: 50%; */
    /* margin: 10px auto; */
    margin-bottom: -1px;
    padding: 15px 0;
    border: 2px dotted #f6f6f6;
    background: #ffffff;
}

ul.address li span {
    display: block;
    width: 100%;
    font-weight: 800;
    font-family: 'Montserrat Alternates', sans-serif;
    margin-right: 15px;
    text-align: center;
    padding: 5px 0;
}

@keyframes spin {
    100% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
}

.back-none {
    background: none !important;
}

.pad-top-0 {
    padding-top: 0 !important;
}

.pad-top-5 {
    padding-top: 5px !important;
}

.pad-top-10 {
    padding-top: 10px !important;
}

.pad-top-20 {
    padding-top: 20px !important;
}

.mar-bot-0 {
    margin-bottom: 0 !important;
    margin-top: -70px;
    background: transparent;
}

.mar-bot-5 {
    margin-bottom: 5px !important;
}

.mar-bot-10 {
    margin-bottom: 10px !important;
}

#home {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 100px 0 20px 0;
    margin-bottom: 50px;
    position: relative;
    z-index: 10000;
    margin-top: -250px;
    background: #f9f9f9;
    min-height: 250px;
    position: relative;
}

#home .content .title span {
    position: relative;
    display: inline-block;
    height: 45px;
    font-weight: 800;
}

.f-size-2 {
    font-size: 2em !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.project {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    height: auto;
}

.project li {
    margin: 15px 0;
    position: relative;
    height: auto;
    overflow: hidden;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
    height: 530px;
}

.project li .bck-color {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 54, 83, 0);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    text-align: center;
    box-sizing: border-box;
    padding-top: 0;
    font-size: 0;
    color: #fff;
}

.project li a {
    width: 100%;
    height: auto;
    position: relative;
    background: #f5f5f5;
}

.project li .p-img-div {
    width: 100%;
    height: auto;
    position: relative;
}

.project li .p-img-div img {
    width: 100%;
    height: auto;
}

.project .txt .title {
    width: 100%;
    height: auto;
    line-height: 100%;
    padding: 0;
    text-align: left;
    font-size: 1.5em;
    color: #1e3653;
    font-weight: 600;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin-bottom: 15px;
}

.project .txt {
    padding: 30px;
    position: relative;
    z-index: 10000;
}

.project li:hover .txt {
    color: #fff;
    background: #0c0c0c
}

.project .center h5 {
    display: block;
    text-align: center !important;
}

.project .txt p {
    height: 100px;
    font-size: 9pt;
    line-height: 150%;
    color: #6b6b6b;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    overflow: hidden;
}

.project .link-button {
    position: relative;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    background: #1f3653;
    padding: 0 10px;
    margin-top: 15px;
}

.project li:hover .bck-color {
    width: 100%;
    height: 100%;
    padding-top: 35%;
    font-size: 3em;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.project li:hover .title, .project li:hover p {
    color: #8c9aad;
}

.paginate {
    text-align: right;
}

#footer {
    width: 100%;
    height: auto;
    position: relative;
}

#footer .footer-logo {
    width: 100%;
    height: auto;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 100;
    display: none;
}

.footer-logo img {
    width: 40%;
    height: auto;
}

#footer .start-footer {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
}

.start-footer .label {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 2em;
    padding: 0;
    margin: 0;
    color: #727272;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}

.footer-list {
    padding-top: 0;
}

.start-footer .footer-item {
    width: 100%;
    padding: 5px;
    height: auto;
}

.footer-item .footer-item-wrapper {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 50px;
    padding-top: 80px;
    min-height: 350px;
    border: 1px solid #f0f0f0;
}

.footer-item ul li {
    height: 35px;
    line-height: 35px;
}

.footer-item ul li a {
    color: #737373;
    border-bottom: 1px dotted #ddd;
}

.footer-item ul li:hover a {
    color: #000
}

.footer-item .contact-p span {
    display: block;
    height: auto;
    line-height: 150%;
    width: 100%;
    padding: 10px 0;
    font-size: 12pt;
}

.reference {
    width: 100%;
    height: 70px;
    text-align: center;
    margin: 70px 0;
    box-sizing: border-box;
}

.reference li {
    width: auto;
    height: auto;
    display: inline-block;
}

.reference li a {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 30px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .7;
}

.reference li a img {
    max-height: 70px;
}

.and-footer {
    width: 100%;
    height: 72px;
    box-sizing: border-box;
    padding: 24px 30px;
    background: #444444;
    font-weight: 300;
    font-size: 8pt;
    color: #2f2f2f;
    border-top: 1px solid #ffffff;
    overflow: hidden;
}

.and-footer a {
    display: inline-block;
    color: #fff;
    font-size: 12pt;
}

.and-footer a:hover {
    color: #e0ce97;
}

.and-footer ul {
    width: auto;
    height: auto;
}

.and-footer ul li {
    display: inline-block;
    margin-right: 15px;
    padding: 0;
}

.footer-text-right {
    text-align: right;
}

.footer-text-left {
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #1f3653;
    border-color: #14202f;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ffffff;
    text-decoration: none;
    background-color: #1f3653;
    border: 1px solid #1f3653;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #a60a28;
    border-color: #ffffff;
}

#reference {
    width: 100%;
    height: auto;
    padding: 70px 0 30px 0;
    background: #fff;
}

.in-reference {
    width: 100%;
    height: auto;
    margin: 50px 0;
}

.in-reference ul {
    width: 100%;
    height: auto;
}

.in-reference ul li {
    width: 50%;
    height: auto;
    float: left;
    display: flex;
    padding: 5px;
}

.in-reference ul li a {
    width: 100%;
    height: auto;
    line-height: 1;
    background: #2d2d2d;
    color: #fff;
    font-size: 1.2em;
    position: relative;
    padding: 3px 3px 3px 15px;
    /* margin-bottom: 5px; */
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.in-reference ul li a .-in-ref-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    /* top: -25px; */
    background: #fff;
    padding: 15px;
    border: 2px solid #2d2d2d;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    right: inherit !important;
    left: inherit!important;
    border: none !important;
}

.in-reference ul li:nth-child(odd) a {
    background: #474747;
}

.in-reference ul li:nth-child(odd) a .-in-ref-img {
    border: 2px solid #1e3653;
    left: -100px;
}

.in-reference ul li:nth-child(even) a {
    background: #eb7d1f;
}

.in-reference ul li:nth-child(even) a .-in-ref-img {
    border: 2px solid #eb7d1f;
    right: -100px;
}

.in-reference ul li a .-in-ref-img img {
    width: 100%;
    height: auto;
}

.in-reference ul li:hover a .-in-ref-img {
    z-index: 30;
    display: block;
}

.reference {
    width: 100%;
    height: 70px;
    text-align: center;
    box-sizing: border-box;
}

.reference > .owl-stage-outer {
    width: 100%;
    text-align: center;
}

.reference .owl-stage, .product-list .owl-stage {
    display: inline-block;
}

.reference li {
    width: auto;
    height: auto;
    display: inline-block;
}

.reference li a {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 45px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.reference li a:hover {
    opacity: 1;
    filter: grayscale(0);
}

.reference li a img {
    max-height: 70px;
}

@media all and (max-width: 991px) {
    .-in-home {
        margin-top: -70px;
    }

    .in-reference {
        width: 100%;
        height: auto;
        margin: 50px 0;
        padding-top: 35px;
    }

    .in-reference ul li {
        width: 100%;
        height: auto;
        float: left;
        display: flex;
        padding: 5px;
    }

    .project .txt {
        padding: 20px;
        position: relative;
        z-index: 10000;
    }

    #slider-area .content-slide {
        width: 100%;
        height: auto;
        top: inherit;
        top: 205px;
        left: 0;
        border: none;
        border-radius: 0;
    }

    .project .txt .title {
        width: 100%;
        height: auto;
        line-height: 100%;
        padding: 0;
        text-align: left;
        font-size: 1.5em;
        color: #1e3653;
        font-weight: 600;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

    .page-list {
        width: 100%;
        height: auto;
        text-align: center;
        box-sizing: border-box;
        margin-top: 50px;
        padding: 0 15px 50px;
    }

    .content {
        width: 100%;
        min-height: 190px;
        background: #f9f9f9;
        padding: 250px 0 0;
        margin-bottom: 30px;
    }

    .footer-logo img {
        width: 40%;
        height: auto;
        display: none;
    }
}

@media (max-width: 768px) {
    .social-media ul.left li {
        margin-right: 0;
        width: 100%;
    }

    .social-media ul li a {
        width: 100%;
        color: #fff;
        font-size: 8.5pt;
        height: 40px;
        line-height: 40px;
    }

    .social-media ul.left {
        float: none
    }

    .social-media ul.right {
        float: none
    }

    .starter-div {
        width: 100%;
        height: auto;
    }

    .starter-div .social-media {
        height: auto;
    }

    .social-media ul.left, .social-media ul.right {
        text-align: center;
        height: auto;
        overflow: hidden;
    }

    #nav-bar {
        width: 100%;
        position: absolute;
        z-index: 100000;
        top: 120px;
        min-height: 85px;
    }

    #nav-bar .logo {
        position: absolute;
        top: 10px;
        width: auto;
        height: auto;
        z-index: 10000;
        background-image: none;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    #nav-bar .navbar-default {
        background: white;
        border: none !important;
        z-index: 1000000000;
        margin: 0;
        height: 85px;
    }

    #nav-bar .logo > img {
        max-height: 70px;
    }

    .navbar-toggle {
        margin-right: 0;
        background: #ea7e1f;
        border: none;
        margin-top: 30px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle {
        border-radius: 0
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #eb7d1f;
    }

    #nav-bar #navbar {
        border: none;
        margin: 0;
        background: #eb7d1f;
        position: relative;
        border-radius: 0;
        z-index: 1000000;
        padding: 0 15px;
    }

    .navbar-nav {
        margin-top: 15px;
        margin-bottom: 15px;
        margin: 0;
        height: 230px;
    }

    #nav-bar ul li a {
        padding: 15px;
        line-height: 0;
        height: 50px;
        font-size: 9pt;
        color: #fff;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        font-weight: 300;
    }

    .second-item .title {
        width: 100%;
        line-height: 175%;
        color: #fff;
        font-size: 10pt;
        padding: 15px;
        overflow: hidden;
        height: 90px;
    }

    #home .content .title {
        top: 0;
        display: none;
    }

    .content {
        width: 100%;
        min-height: 190px;
        background: #f9f9f9;
        padding: 50px 0 15px;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .content .title span {
        position: relative;
        display: inline-block;
        height: auto;
        line-height: 100%;
    }

    .content .title .line {
        width: 75%;
        height: 5px;
        background: #000;
        position: absolute;
        bottom: 0;
        left: 0;
        display: none;
    }

    .page-content {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 5px 15px;
        line-height: 160%;
        text-align: center;
        color: #1f1f1f;
        font-size: 11pt;
        /* padding-top: 135px; */
    }

    .page-list {
        width: 100%;
        height: auto;
        text-align: center;
        box-sizing: border-box;
        margin-top: 0;
        padding: 0;
    }

    .page-list li {
        width: 100%;
        height: auto;
        float: left;
        padding: 30px;
    }

    .project li {
        margin-bottom: 50px;
        position: relative;
        height: auto;
        overflow: hidden;
        -webkit-transition: all 2s ease-out;
        -moz-transition: all 2s ease-out;
        -o-transition: all 2s ease-out;
        transition: all 2s ease-out;
    }

    .project .txt p {
        height: 70px;
        font-size: 11pt;
        line-height: 150%;
        color: #6b6b6b;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
        overflow: hidden;
    }

    .footer-list {
        padding-top: 0;
    }

    #footer .footer-logo {
        width: 100%;
        height: auto;
        position: absolute;
        text-align: center;
        top: -22px;
        z-index: 100;
    }

    .footer-logo img {
        width: 100%;
        height: auto;
        display: none;
    }

    .footer-item .footer-item-wrapper {
        width: 100%;
        height: auto;
        background: #f9f9f9;
        box-sizing: border-box;
        padding: 50px;
        padding-top: 50px;
    }

    .and-footer {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 14px 30px;
        font-weight: 300;
        font-size: 8pt;
    }

    .and-footer ul li {
        display: inline-block;
        margin-right: 0;
        padding: 10px;
    }

    .footer-text-right {
        text-align: center;
    }

    .footer-text-left {
        text-align: center;
    }

    #home {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 20px 0 20px 0;
        margin-bottom: 50px;
        position: relative;
        z-index: 10000;
        margin-top: -250px;
        background: #f9f9f9;
    }

    ul.address li {
        text-align: center;
        width: 90%;
        margin: 10px auto;
        padding: 15px 0;
        border: 1px dotted #ddd;
        background: #f9f9f9;
    }
}

@media all and (max-width: 480px) {
}

@media all and (max-width: 321px) {
    .social-media {
        display: none;
    }

    #nav-bar {
        width: 100%;
        position: absolute;
        z-index: 1000;
        top: 0;
    }
}

@media all and (max-width: 286px) {
    .social-media {
        display: none;
    }

    #nav-bar {
        width: 100%;
        position: absolute;
        z-index: 1000;
        top: 0;
    }
}
