/*
1. General
**********************************************************************/

@font-face {
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/polar.otf");
    font-family: "Polar";
}

body {
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    line-height: 1.2em;
    font-size: 17px;
    line-height: 20px;
    overflow-x: hidden;
}

a {
    color: #181A1C;
    text-decoration: none;
}

a:hover {
    color: #FECE1A;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #5b6a88;
    font-family: 'Fjalla One', sans-serif;
}

h1 {
    margin: 10px;
}

p {
    padding: 10px;
    font-weight: 100;
    color: #fff;
}

.navbar {
    margin-bottom: 0;
    min-height: 70px;
}

.navbar-fixed-top {
    min-height: 60px;
    height: 60px;
    padding-top: 0;
}

.navbar-inner {
    border-radius: 0;
    filter: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.40);
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.40);
    display: block;
    padding: 0px 0px;
    min-height: 90px;
    background: #333;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#16181A));
    background: -webkit-linear-gradient(top, #333, #16181A);
    background: -moz-linear-gradient(top, #333, #16181A);
    background: -ms-linear-gradient(top, #333, #16181A);
    background: -o-linear-gradient(top, #333, #16181A);
}

.da-slider .triangle {
    border-top: 30px solid #fff;
}

.navbar .brand img {
    width: 130px;
    background: #fff;
}

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0px 10px 0 0;
}

.navbar-inner {
    border-radius: 0;
    filter: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.40);
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.40);
    display: block;
    padding: 0px 0px;
    min-height: 80px;
    background: #333;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#283754), to(#2b3956));
    background: -webkit-linear-gradient(top, #283754, #2b3956);
    background: -moz-linear-gradient(top, #283754, #2b3956);
    background: -ms-linear-gradient(top, #283754, #2b3956);
    background: -o-linear-gradient(top, #283754, #2b3956);
}

.navbar .nav > li:hover > a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: #212e46;
    background-color: #FFC107;
    transition: border-color 1s ease;
}

.nav-pills {
    margin-bottom: 30px;
}

.navbar .nav > li > a {
    text-transform: capitalize;
    line-height: auto;
    vertical-align: middle;
    margin: 10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 17px;
    text-shadow: none;
    color: #f5f5f5;
    transition: border-color 1s ease;
}

.nav-pills > li > a:hover,
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
    background: #181A1C;
    color: #fff;
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar {
    border-radius: 0;
    background: #FECE1A;
    color: #000;
}

ul.top-bar li .fas {
    font-size: 12px;
    color: #FFC107;
}

ul.top-bar li {
    list-style-type: none;
}

ul.top-bar {
    float: right;
    PADDING-TOP: 22px;
    width: 20%;
}

ul.top-bar li a {
    list-style-type: none;
    color: #ccc !important;
    font-size: 14px;
    text-decoration: none;
}

.navbar-fixed-top .brand img {
    width: 70px;
    background: #fff;
}

.navbar-fixed-top ul.top-bar {
    display: none;
}

.navbar-fixed-top .nav {
    margin: 14px 10px 0 0;
}


/******
2. Layout
**********************************************************************/

.centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
}


/* Use this class if you want ceter element with span* class */

.center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}

.highlighted-box {
    padding: 20px 30px;
}

.highlighted-box h1 {
    margin: 0px;
}

.large-text {
    line-height: 1.2em;
    font-size: 30px;
    color: #181A1C;
    padding: 20px;
    margin-bottom: 20px;
}

.highlighted-box h1,
.highlighted-box p {
    color: #181A1C !important;
}

.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
}

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

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

.error {
    color: #CF0000;
    display: none;
}

.invisible {
    display: none;
    visibility: visible;
}

.triangle {
    margin: 0 auto;
    text-align: center;
    width: 0;
    height: 0;
    border-top: 30px solid #181A1C;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}

@media (min-width: 1200px) {
    .row-fluid .span6 {
        width: 31%;
    }
}

.span6 h6 {
    color: #fff;
    font-size: 43px;
    font-family: 'Allura', cursive;
    margin: 37px 27px;
}


/*
2.1 Animations
**********/

.zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}


/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/

.button,
.button:visited,
.button:focus {
    display: inline-block;
    border: 1px solid #181A1C;
    color: #181A1C;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
    line-height: auto;
}

.button:hover,
.button:active {
    background-color: #181A1C;
    color: #fff;
}

.button-sp,
.button-sp:visited,
.button-sp:focus {
    border: none;
    background-color: #FECE1A;
    color: #181A1C;
}

.button-sp:hover,
.button-sp:active {
    background-color: #181A1C;
    color: #FECE1A;
}

.button-ps,
.button-ps:visited,
.button-ps:focus {
    border: none;
    background-color: #181A1C;
    color: #FECE1A;
}

.button-ps:hover,
.button-ps:active {
    background-color: #FECE1A;
    color: #181A1C;
}


/****************************************************slider**********************************/

img.piece {
    width: 88%;
}

div#home {
    height: 500px;
    overflow-x: hidden;
}

svg {
    display: block;
    overflow: hidden;
}

.slider-container {
    position: relative;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: all-scroll;
}

.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
}

.slider-control.inactive:hover {
    cursor: auto;
}

.slider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer;
}

.slider-control.left {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}

.slider-control.right {
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 2rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
}

.slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}

.slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    border-radius: 50%;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.slider-pagi__elem.active:before,
.slider-pagi__elem:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.slider {
    z-index: 1;
    position: relative;
    height: 100%;
}

.slider.animating {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
}

.slider.animating .slide__bg {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide.active .slide__overlay,
.slide.active .slide__text {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
}

.slide:nth-child(1) {
    left: 0;
}

.slide:nth-child(1) .slide__bg {
    left: 0;
    background-image: url("../images/Slider1.jpg");
}

.slide:nth-child(1) .slide__overlay-path {
     fill: #202c43;;
}

@media (max-width: 991px) {
    .slide:nth-child(1) .slide__text {
       fill: #202c43;
    }
img.productsgall {
    float: none !important;
    display: block;
    margin: 10px auto !important;
}
.gallery-expander-contents div.contents{
        min-width: auto !important;
}
}

.slide:nth-child(2) {
    left: 100%;
}

.slide:nth-child(2) .slide__bg {
    left: -50%;
    background-image: url("../images/Slider2.jpg");
}

.slide:nth-child(2) .slide__overlay-path {
     fill: #202c43;
}

@media (max-width: 991px) {
    .slide:nth-child(2) .slide__text {
           fill: #202c43;
    }
}

.slide:nth-child(3) {
    left: 200%;
}

.slide:nth-child(3) .slide__bg {
    left: -100%;
    background-image: url(../images/Slider3.jpg);
}

.slide:nth-child(3) .slide__overlay-path {
        fill: #202c43;
}

@media (max-width: 991px) {
    .slide:nth-child(3) .slide__text {
          fill: #202c43;
    }
}

.slide:nth-child(4) {
    left: 300%;
}

.slide:nth-child(4) .slide__bg {
    left: -150%;
    background-image: url("../images/Slider4.jpg");
    background-position: right;
}

.slide:nth-child(4) .slide__overlay-path {
       fill: #202c43;
}

@media (max-width: 991px) {
    .slide:nth-child(4) .slide__text {
            fill: #202c43;
    }
}

.slide:nth-child(5) {
    left: 300%;
}

.slide:nth-child(5) .slide__bg {
    left: -150%;
    background-image: url("../images/Slider5.jpg");
    background-position: right;
}

.slide:nth-child(5) .slide__overlay-path {
       fill: #202c43;
}

@media (max-width: 991px) {
    .slide:nth-child(5) .slide__text {
            fill: #202c43;
    }
}

.slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 810px;
    transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    will-change: transform, opacity;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}

@media (max-width: 991px) {
    .slide__overlay {
        display: none;
    }
}

.slide__overlay path {
    opacity: 0.8;
}

.slide__text {
    position: absolute;
    width: 25%;
    bottom: 15%;
    top: 23%;
    left: 12%;
    color: #fff;
    transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    will-change: transform, opacity;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

@media (max-width: 991px) {
    .slide__text {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 20rem;
        text-align: center;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        padding: 0 1rem;
    }
}

.slide__text-heading {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #ffc107eb;
    font-family: 'Fjalla One', sans-serif;
}

@media (max-width: 991px) {
.slide__text-heading {
    line-height: 1rem;
    font-size: 3.5rem;
}
}

.slide__text-desc {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
    .slide__text-desc {
        display: none;
    }
}

.slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 2.3rem;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

@media (max-width: 991px) {
    .slide__text-link {
        display: none;
    }
}

.slide__text-link:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(-85deg);
    transform: rotateX(-85deg);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    will-change: transform;
}

.slide__text-link:hover:before {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}


/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/

.thumbnail {
    width: 60%;
    height: auto;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    background: #ffffff;
    margin: auto;
}

.thumbnail .more {
    display: block;
    z-index: 4;
    position: absolute;
    top: -100px;
    left: 50%;
    margin: 0 auto;
    margin-left: -41px;
    width: 80px;
    height: 80px;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    line-height: 70px;
    text-align: center;
}

.thumbnail:hover .more {
    top: 40%;
    margin-top: -40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.thumbnail h3,
.thumbnail p {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 4;
}

.thumbnail h3 {
    color: #FECE1A;
    margin-top: 10px;
    font-size: 20px;
}

.thumbnail > p {
    padding-bottom: 20px;
}

.thumbnail .mask {
    opacity: 0.85;
    filter: alpha(opacity=85);
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #181A1C;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.thumbnail:hover .mask {
    top: 0;
}


/*
2.4 Socail icons
************/

.social {
    list-style: none;
    float: none;
    position: relative;
    margin: 5px;
    auto;
}

.social li {
    display: inline-block;
    line-height: 32px;
    font-family: 'Porta';
    font-size: 32px;
    padding: 0 5px;
}

.social li a {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    color: #2196f3;
}

.social li a:hover {
    color: #181A1C;
}


/*
3. Sections 
***************************************************************************/

.section {
    padding-bottom: 50px;
}

.section .container {
    padding-top: 50px;
}

.section .title {
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}

.section .title h1 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
    color: #fffffff0;
}

.section .title > p {
    font-size: 20px;
    color: #ffffffa8;
    font-weight: lighter;
}

.primary-section {
    background: #ffffff;
}

.primary-section2 {
    background: #233458;
    font-family: 'Fjalla One', sans-serif;
}

.primary-section .triangle {
    border-top: 40px solid #1e2940;
}

.primary-section .title {
    border-bottom: 1px solid #FFF;
}

.primary-section,
.primary-section .title p,
.primary-section h3 {
    color: #5b6a88;
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    background-image: url(../images/map.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.primary-section .fas,
.primary-section .fab {
    font-size: 36px;
    color: #ffc107bf;
}

.primary-section h1 {
    color: #FFF;
}

.secondary-section {
    background: #1e2940eb;
    font-family: 'Fjalla One', sans-serif;
}

.secondary-section .title {
    border-bottom: 1px solid #181A1C;
}

.secondary-section h1,
.secondary-section .title p {
    color: #b6bdc3;
}


/* Third section use bacground image */

.third-section {
    padding-bottom: 70px;
}

.section.secondary-section .triangle {
    border-top: 30px solid #1e2940;
}

.third-section .container {
    padding-top: 20px;
    position: relative;
}

.third-section .title {
    border-bottom: 1px solid #A1AAB7;
    color: #2196f3;
}

.sub-section {
    margin-top: 30px;
}

.sub-section .title {
    padding: 0;
}

.span6 ul li {
    line-height: 36px;
    font-size: 16px;
    color: #ccccccc7;
}


/*******
3.1 Services  
***************************************/

.service {
    margin-top: 20px;
}

.service,
.service h2 {
    padding-top: 15px;
}

.service p {
    padding: 0px 16px;
    height: 60px;
    color: #393b40a3;
    font-size: 13px;
    line-height: 25px;
}

.service img {
    width: 70px;
    height: 70px;
}


/*
3.2 Portfolio
***************************************/

.single-project {
    margin-bottom: 30px;
    background: #181A1C;
}

.single-project img {
    width: 100%;
}

.project-description {
    padding-right: 20px;
}

.project-description p {
    padding-left: 0;
}

.project-title {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #FECE1A;
}

.project-title h3 {
    float: left;
    margin-top: 0;
    padding: 0;
    width: 80%;
}

.project-title .close {
    color: #FECE1A;
    margin-top: 10px;
}

.project-info span,
.project-title h3 {
    color: #FECE1A;
}

.project-info {
    font-weight: 100;
    padding: 10px 0;
}

.project-info span {
    width: 80px;
    display: inline-block;
}

.project-info div {
    margin-bottom: 5px;
}

.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}

#portfolio-grid .mix {
    opacity: 0;
    display: none;
}


/*
3.3 About
******************************************************************/

.team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}

.team .thumbnail:hover .social {
    z-index: 5;
}

.team .thumbnail:hover .social a {
    color: #fff;
}

.team .thumbnail .mask {
    background: #FECE1A;
}

.team .thumbnail .mask h2 {
    margin-top: 20%;
}

.team .thumbnail .mask,
.team .thumbnail .mask h3,
.team .thumbnail .mask p,
.team .thumbnail:hover h3,
.team .thumbnail:hover .social a:hover {
    color: #181A17;
}

.about-text {
    margin-top: 30px;
    margin-bottom: 40px;
}

.about-text p {
    padding: 0;
    font-size: 16px;
    line-height: 33px;
    color: #dededead;
}

.span6 p {
    color: #ccccccc9;
    font-size: 15px;
    line-height: 32px;
}

img.since {
    width: 75%;
}


/*
3.4 Clients
**********************************************************************/

.client-slider img {
    border: 1px solid white;
}

.section.third-section .triangle,
.About-page .triangle {
    border-top: 30px solid #233458;
}

.client-slider img:hover {
    background-color: #FECE1A;
}

.client-nav {
    list-style: none;
    margin-top: 10px;
}

.client-nav li {
    float: left;
    display: block;
    margin-left: 10px;
}

.client-nav li a {
    display: inherit;
    padding: 5px;
    background: #1e294045;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    color: #fff;
}

.client-nav li a:hover {
    background: #181A1C;
}


/*
3.7 Vehicle
********************************************************************/

.Vehicle .secondary-section {
    background: #fff;
}

.Vehicle .section .title h1 {
    color: #5b6a88;
}

.Vehicle .section .title p {
    color: #868d92;
}


/*
3.7 Groups
********************************************************************/

.Groups {
    background-image: url(../images/Logos.jpg);
    font-family: 'Fjalla One', sans-serif;
    background-attachment: fixed;
    background-size: cover;
}

.Groups .triangle {
    border-top: 30px solid #ffffff;
}

ul.Groups-images {
    display: flex;
}

ul.Groups-images li {
    width: 7%;
    float: right;
    list-style-type: none;
    margin: 23px;
}

ul.Groups-data {
    border: 1px solid #cccccc4a;
}

ul.Groups-data li {
    font-size: 14px;
    width: 12%;
    color: #ffc107;
    text-align: center;
    margin: auto;
    display: inline-block;
    line-height: 33px;
    letter-spacing: 1px;
    border-right: 1px solid #cccccc4a;
}

ul.Groups-data li:last-child {
    border: none;
}


/*
3.7 Contact
********************************************************************/

.contact {
    font-family: 'Fjalla One', sans-serif;
    background: #233458 url(../images/earth.png);
    background-repeat: no-repeat;
}

.contact h1,
.contact h2,
.contact h3,
.contact h4,
.contact h5,
.contact h6,
.contact .section .title > p,
.contact .social > li > a {
    color: #fec007bd;
}

.contact textarea,
.contact input[type="text"],
.contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}

.contact textarea {
    height: 120px;
}

.contacts,
.contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}

.contacts > li {
    margin-top: 15px;
}

.contacts > li > a {
    color: #fff;
}

.contact-info {
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-info p {
    font-weight: normal;
    font-size: 18px;
}

.contact-info .icon {
    margin: 10px auto;
    font-size: 30px;
}

.map-wrapper {
    position: relative;
    height: 500px;
}

.map-canvas {
    position: absolute;
    margin-bottom: 20px;
    width: 100%;
    height: 500px;
    color: #29383F;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.contact .social {
    display: inline-block;
    margin-left: 0;
}

.contact .social li {
    line-height: 32px;
    padding: 10px 10px;
    font-family: 'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}

.contact .social li a {
    color: #fff;
}

.contact .social li a:hover {
    color: #f8bc07;
}

.contact-form {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    z-index: 110;
    position: relative;
    margin-top: -25px;
    padding: 20px;
}

.contact-form h3 {
    color: #838589;
    padding-bottom: 20px;
}

.message-btn {
    border: 1px solid #747C89;
    color: #747C89;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
}

.message-btn:hover {
    background-color: #FECE1A;
}

.contact-info {
    text-align: center;
    font-size: 22px;
}

.info-mail {
    border: 1px solid white;
    width: 60%;
    margin: 0 auto;
    padding: 15px;
    color: #ffc107e8;
}

.black {
    color: #181A1C;
}

.copy-right {
    background: #233458;
    text-align: center;
    font-size: 13px;
}

.copy-right a {
    color: #FECE1A;
}

.copy-right p {
    margin: 0;
}


/*
3.8 Footer
********************************************************************/

.footer {
    background: #181A1C;
    text-align: center;
}

.footer > p {
    color: #fff;
    margin: 0;
}

.footer a {
    color: #FECE1A;
}

.footer a:hover,
.footer a:focus {
    text-decoration: underline;
}

.scrollup {
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    width: 39px;
    height: 39px;
    border-radius: 5px;
    font-size: 20px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    border: 1px solid #fff;
    display: none;
    background: #FECE1A;
}

.scrollup > a {
    position: relative;
    top: 7px;
    color: #fff;
}


/*
4 About-page
********************************************************************/

.fixed_1 {
    background-image: url(../images/spare.jpg);
    height: 200px;
    position: relative;
    background-position: 21% 167%;
    background-size: cover;
    overflow-x: hidden;
}

.fixed_1 h1 {
    position: absolute;
    text-align: center;
    margin-left: 11%;
    margin-top: 5%;
    color: #d6ad32;
}

.breadcrumb {
    background-color: #1f2b42bd;
    padding: 8px 11%;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
}

nav.breadcrumb a {
    color: #fff;
}

.breadcrumb > .active {
    color: #ffc107e6;
}

.About-page p {
    font-family: 'Fjalla One', sans-serif;
    color: #233458b8;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 29px;
}

.col-md-6.col-sm-6.col-xs-12 {
    width: 50%;
}

img.about-img {
    margin: 10% 4%;
}

.About-page p .fas {
    font-size: 6px;
    padding-right: 5px;
}


/*-- gallery --*/

.gallery_grids {
    padding: 0 2em;
}

.demo > li {
    float: left;
    list-style-type: none;
    margin: 20px;
    border: 1px solid #00000026;
    padding: 5px;
}

.demo > li img {
    width: 220px;
    cursor: pointer;
}


/*jquery.picEyes*/

.picshade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    background-color: #000;
    opacity: 0.91;
    filter: alpha(opacity=91);
    z-index: 99;
    display: none;
}

.pictures_eyes_close {
    position: fixed;
    top: 30px;
    right: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    z-index: 100;
    display: none;
}

.pictures_eyes {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 199;
    display: none;
}

.pictures_eyes_in {
    position: relative;
    text-align: center;
}

.pictures_eyes_in img {
    max-height: 500px;
    max-width: 700px;
}

.pictures_eyes_in .prev,
.pictures_eyes_in .next {
    position: absolute;
    top: 50%;
    width: 51px;
    height: 51px;
    cursor: pointer;
}

.pictures_eyes_in .prev {
    left: 35px;
    background: url(../images/left1.png) no-repeat;
}

.pictures_eyes_in .next {
    right: 35px;
    background: url(../images/right1.png) no-repeat;
}

.pictures_eyes_indicators {
    position: fixed;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 299;
}

.pictures_eyes_indicators a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 6px 3px 0 3px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 2px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    overflow: hidden;
}

.pictures_eyes_indicators img {
    height: 50px;
}

.pictures_eyes_indicators .current {
    filter: alpha(opacity=100);
    opacity: 1;
}

.gallery-grid1 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-grid1 .p-mask,
.row .product .vm-product-media-container .p-mask {
    opacity: 0;
    visibility: hidden;
    background: rgba(25, 24, 24, 0.8);
    bottom: 0%;
    position: absolute;
    padding: 0.5em 1em;
    width: 100%;
    -webkit-transform: translate3d( 0px, 100%, 0px);
    -moz-transform: translate3d( 0px, 100%, 0px);
    -ms-transform: translate3d( 0px, 100%, 0px);
    -o-transform: translate3d( 0px, 100%, 0px);
    transform: translate3d( 0px, 100%, 0px);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: center;
    border-bottom: 4px solid #00a98f;
}

.gallery-grid1 .p-mask .p-desc {
    color: #a3a3a3;
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1em;
}

.gallery-grid1:hover .p-mask,
.row .product:hover .p-mask {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px);
    -moz-transform: translate3d( 0px, 0px, 0px);
    -ms-transform: translate3d( 0px, 0px, 0px);
    -o-transform: translate3d( 0px, 0px, 0px);
    transform: translate3d( 0px, 0px, 0px);
}

.p-mask h4 {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    line-height: 1.8em;
    text-transform: uppercase;
    font-weight: 600;
}

.p-mask p {
    margin: 0;
    color: #f5f5f5;
    line-height: 1.8em;
    font-size: 15px;
    letter-spacing: 1px;
}

.pictures_eyes_in {
    position: relative;
    text-align: center;
}

ul.Groups-data li.none {
    display: none;
}
section#tabsproducts {
    min-height: 850px;
}

/*-- //gallery --*/

/*
4 Responsible
********************************************************************/

@media (min-width: 1200px) {
    .thumbnail .more {
        margin-left: -41px;
        width: 80px;
        height: 80px;
        border-radius: 40px;
        line-height: 80px;
    }
}

@media (max-width: 979px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
.section {
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: hidden;
}
    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse,
    .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left: -21px;
        width: 40px;
        height: 40px;
        border-radius: 30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top: -20px;
    }
    .newsletter form {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .info-mail {
        width: 90%;
        padding: 15px 0px;
    }
    .project-description {
        padding-left: 20px;
    }
    .price-column,
    .testimonial {
        margin-top: 30px;
    }
}

@media screen and ( max-width: 1200px) and ( min-width: 1000px) {
    .navbar .nav > li > a {
        font-size: 15px;
        padding: 10px 11px 10px;
    }
    .navbar .nav {
        margin: 0px 80px 0 0;
    }
}

@media screen and ( max-width: 992px) and ( min-width: 768px) {
.tab-container img {
    float: right;
    height: 380px !important;
}
.tabs-vert.is-active .tab-nav-item a {
    padding: 7px 10px !important;
    font-size: 14px !important;

}
section#tabsproducts {
    height: 720px;
}
}
@media screen and ( max-width: 767px) and ( min-width: 600px) {
.tab-container img {
    float: right;
    height: auto !important;
    width: 300px;
}
.tabs-vert.is-active .tab-nav-item a {
    padding: 7px 10px !important;
    font-size: 14px !important;

}
section#tabsproducts {
    height: 720px;
}
}
@media screen and ( max-width: 599px) and ( min-width: 320px) {
    
    .tabs-vert.is-active .tab-nav{
        width:80% !important;
         position: inherit !important;
    }
    .tabs-vert.is-active .tab-nav-item a {
    padding: 7px 10px !important;
    font-size: 14px !important;

}
.tab-container img {
    float: right;
    height: auto !important;
    width: 300px;
}
section#tabsproducts {
    height: 900px;
}
    section#gallery {
    margin-top: 50px !important;
}
.gallery-expander-contents .title {
    font-size: 20px !important;
}
}

@media screen and ( max-width: 999px) and ( min-width: 980px) {
    .navbar .nav {
        margin: 0px 190px 0 0;
    }
    .navbar .nav > li > a {
        font-size: 13px;
        padding: 10px 7px 10px;
    }
    .navbar .brand img {
        width: 100px;
    }
    ul.top-bar {
        width: 45%;
    }
}

@media screen and ( max-width: 979px) and ( min-width: 320px) {
    ul.top-bar {
        display: none;
    }
    .navbar .btn-navbar:hover,
    .navbar .btn-navbar {
        margin-top: 5%;
        margin-right: 2%;
    }
}

@media screen and ( max-width: 979px) and ( min-width: 800px) {
    .Vehicle .section .title p,
    .about-text p,
    .section .title > p {
        font-size: 14px;
    }
    .Vehicle .section .title h1,
    .section .title h1 {
        font-size: 30px;
    }
    ul.Groups-data li {
        width: 24%;
        border-right: none;
    }
    ul.Groups-data li.none {
        display: inline-block;
    }
    ul#two {
        display: none;
    }
    ul.Groups-images li {
        margin: 0
    }
    .fixed_1 {
        background-position: center;
    }
    .gallery_grids {
        padding: 0 2em;
        margin: auto;
        float: none;
    }
}

@media screen and ( max-width: 799px) and ( min-width: 500px) {
    .Vehicle .section .title p,
    .about-text p,
    .section .title > p {
        font-size: 14px;
    }
    .Vehicle .section .title h1,
    .section .title h1 {
        font-size: 30px;
    }
    ul.Groups-data li {
        width: 48%;
        border-right: none;
    }
    ul.Groups-data li.none {
        display: inline-block;
    }
    ul#two {
        display: none;
    }
    ul.Groups-images li {
        margin: 29px;
        width: 19%;
    }
    ul.Groups-images {
        display: inline;
    }
    .col-md-6.col-sm-6.col-xs-12 {
        width: 100%;
    }
    .demo > li img {
        width: auto;
        cursor: pointer;
    }
    .fixed_1 {
        background-position: center;
    }
}

@media screen and ( max-width: 499px) and ( min-width: 320px) {
    .slider-pagi__elem {
        width: 0.5rem;
        height: 0.5rem;
    }
    .slide__text-heading {
        font-size: 1.5rem;
    }
    .Vehicle .section .title p,
    .about-text p,
    .section .title > p {
        font-size: 14px;
    }
    .Vehicle .section .title h1,
    .section .title h1 {
        font-size: 30px;
    }
    ul.Groups-data li {
        width: 48%;
        border-right: none;
    }
    ul.Groups-data li.none {
        display: inline-block;
    }
    ul#two {
        display: none;
    }
    ul.Groups-images li {
        margin: 29px;
        width: 78%;
    }
    .span6 h6 {
        font-size: 25px;
    }
    ul.Groups-images {
        display: inline;
    }
    .copy-right {
        font-size: 9px;
    }
    .col-md-6.col-sm-6.col-xs-12 {
        width: 100%;
    }
    .demo > li img {
        width: auto;
        cursor: pointer;
    }
    .fixed_1 {
        background-position: center;
    }
}
.slide__text p {
    line-height: 33px;
}
@media screen and (max-width:1200px) and (min-width:992px) {
    
    img.productsgall{float:none !important;}
}
.OfficeFront img {
    float: none;
    margin: auto;
    display: block;
    border: 2px solid #2a38554a;
    padding: 4px;
    border-radius: 10px;
    box-shadow: 3px 3px 19px 5px #29375421;
}
.OfficeFront {
    margin: 60px;
}