@font-face {
    font-family: 'Raleway';
    src: url("../fonts/Raleway/Raleway-Regular.eot");
    src: url("../fonts/Raleway/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway/Raleway-Regular.ttf") format("truetype"), url("../fonts/Raleway/Raleway-Regular.svg#Raleway-Regular") format("svg");
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato/Lato-Regular.eot");
    src: url("../fonts/Lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato/Lato-Regular.woff") format("woff"), url("../fonts/Lato/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato/Lato-Regular.svg#Lato-Regular") format("svg");
}

body {
    font-family: 'Lato';
    font-size: 14px;
    color: #373435;
    overflow-x: hidden;
}

ul, ol {
    padding-left: 30px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway';
}

.form-control {
    border-radius: 0;
}

.form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control:-moz-placeholder {
    color: #ddd;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline-offset: 0;
}

.btn {
    border-radius: 0;
    color: #fff;
}

.btn:hover {
    color: #fff;
}

.btn-red {
    background-color: #E31E25;
}

.btn.btn-red:focus {
    color: #fff;
}

.btn-hover {
    border: none;
    position: relative;
    padding: 10px 20px;
    overflow: hidden;
    transition: 400ms ease;
}

.btn-hover::before {
    width: 100%;
    height: 4px;
    content: "";
    position: absolute;
    left: -100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    transition: 400ms ease;
}

.btn-hover:hover::before {
    left: 0;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

@media(min-width: 992px) {
    header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
    }
}

/*Top Nav*/

.top-nav {
    background-color: #636C71;
    text-align: center;
    color: #fff;
}

.header-title {
    padding: 0 15px;
    display: inline-block;
    margin: 15px auto;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
}

@media(min-width: 768px) {
    .top-nav {
        text-align: right;
    }
    .header-title {
        margin: 30px auto;
        font-size: 30px;
    }
}

.header-title::before {
    height: 5px;
    width: 60px;
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #E31E25;
}

.header-title::after {
    height: 5px;
    width: 60px;
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #E31E25;
}

.navbar-brand {
    height: auto;
    padding: 15px 15px 0;
}

.main-navigation {
    border-radius: 0;
    border: none;
    transition: 400ms ease;
    background-color: transparent;
}

.stick.main-navigation {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, .4);
}

.navbar-nav {
    margin-top: 0;
}

@media(min-width:768px) {
    .navbar-nav {
        margin-top: 22px;
        background: rgb(206, 43, 38);
        background: -moz-linear-gradient(top, rgb(248, 67, 62) 0%, rgba(176, 50, 52, 1) 100%);
        background: -webkit-linear-gradient(top, rgb(248, 67, 62) 0%, rgba(176, 50, 52, 1) 100%);
        background: linear-gradient(to bottom, rgb(248, 67, 62) 0%, rgba(176, 50, 52, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce2b26', endColorstr='#b03234', GradientType=0);
    }
}

.main-navigation .navbar-nav>li>a {
    padding: 0px 15px;
}

.main-navigation .navbar-brand {
    padding: 10px;
}

.main-navigation .navbar-brand img {
    width: 94px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    padding: 0px 15px;
    font-size: 12px;
    font-family: 'Raleway';
    transition: 400ms ease;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 10px;
    }
    .navbar-nav {
        width: 100%;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar .container .navbar-brand {
        margin-left: -5px;
    }
    .main-navigation .navbar-brand {
        padding: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav>li>a {
        padding: 10px 20px;
    }
    .navbar-brand img {
        width: 160px;
    }
}

@media (min-width: 992px) {
    .navbar-brand img {
        width: auto;
    }
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-form {
    margin-top: 24px;
}

/* Breadcrumb
======================================================*/

.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding: 10px 0;
}

.breadcrumb li {
    font-size: 14px;
}

.breadcrumb li a {
    color: #E31E25;
}

.breadcrumb li a:hover {
    color: #077A9C;
}

.breadcrumb-navigation {
    background-color: #ECECEC;
    margin-bottom: 20px;
}

.breadcrumb>li+li::before {
    padding: 0 10px;
    color: #ccc;
    content: "/\00a0";
}

.hero-img {
    margin-bottom: 20px;
}

/*Slide Menu*/

@media (max-width: 767px) {
    @-webkit-keyframes slide-animation {
        0% {
            left: -100%;
            opacity: 0;
        }
        70% {
            left: 5%;
        }
        100% {
            left: 0;
            opacity: 1;
        }
    }
    @keyframes slide-animation {
        0% {
            right: -100%;
            opacity: 0;
        }
        70% {
            right: 5%;
        }
        100% {
            right: 0;
            opacity: 1;
        }
    }
    .slide-active {
        overflow: hidden;
    }
    .slide-menu-wrap {
        width: 80%;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        background-color: #E31E25;
        overflow: scroll;
        z-index: 999;
    }
    .slide-active .slide-menu-wrap {
        right: 0;
        -webkit-animation-name: slide-animation;
        animation-name: slide-animation;
        -webkit-animation-duration: 600ms;
        animation-duration: 600ms;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    .navbar-header .navbar-toggle {
        position: fixed;
        right: 0;
        top: 0;
        margin: 0;
        transition: all 200ms ease 0s;
        z-index: 999;
    }
    .slide-active .navbar-header .navbar-toggle {
        right: 80%;
    }
    .navbar-nav li a {
        border-bottom: 1px solid #fff;
    }
    .navbar-collapse {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }
    .navbar-form {
        margin: 7px 15px;
        padding: 0;
        background-color: #005a8c;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 15px;
        font-size: 14px;
    }
    .navbar-default .navbar-nav>li>a i {
        font-size: 16px;
        margin-right: 5px;
    }
    .navbar-default .navbar-form {
        border: none;
    }
    .navbar-default .navbar-nav>.open>a {
        border-color: #fff;
    }
    .slide-menu-wrap .dropdown-menu a {
        color: #fff;
        padding: 1rem 2rem;
        background: #ba0910;
    }
    .dwnload-group {
        float: none !important;
    }
    .dwnload-group a {
        margin-bottom: 15px;
    }
}

.navbar-default .navbar-header .navbar-toggle {
    width: 51px;
    height: 48px;
    background-color: #E31E25;
    border: none;
    border-radius: 0;
}

.navbar-header .navbar-toggle::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#00000000', GradientType=1);
    content: "";
    z-index: -9;
}

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

.navbar-default .navbar-header .navbar-toggle .icon-bar {
    width: 26px;
    background-color: #fff;
    transition: 400ms ease;
}

.slide-active .navbar-default .navbar-header .navbar-toggle span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 9px 3px 0;
    transform-origin: 9px 3px 0;
}

.slide-active .navbar-default .navbar-header .navbar-toggle span:nth-child(3) {
    display: none;
}

.slide-active .navbar-default .navbar-header .navbar-toggle span:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform-origin: 7px -2px 0;
    transform-origin: 7px -2px 0;
}

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

.navbar-toggle {
    border-radius: 0;
}

/*=============================*/

.banner-section {
    position: relative;
    overflow: hidden;
}

@media(min-width: 992px) {
    .banner-section {
        margin-top: -100px;
    }
}

.banner-section .container {
    position: relative;
}

.banner-text {
    width: 470px;
    padding: 20px 30px;
    position: absolute;
    left: 100px;
    bottom: 80px;
    background-color: rgba(255, 255, 255, .5);
    z-index: 9;
}

.banner-text h2 {
    font-size: 22px;
    color: #2E2E38;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .banner-text {
        width: 420px;
    }
}

@media (min-width: 992px) {
    .banner-text {
        width: 450px;
    }
}

@media (max-width: 540px) {
    .banner-text {
        right: 0;
        width: 100%;
        left: 15px;
    }
    .banner-text h2 {
        font-size: 24px;
    }
}

.owl-dots {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 99;
}

@media (max-width: 440px) {
    .owl-dots {
        bottom: 0;
    }
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px;
    background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #E31E25;
}

.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 400ms ease;
    background-color: transparent;
    font-size: 0;
    line-height: 1;
    padding: 0px 22px;
    border-radius: 0;
}

.owl-theme .owl-nav [class*="owl-"]::before {
    font-size: 40px;
    font-family: 'FontAwesome';
    transition: 400ms ease;
}

.owl-carousel .owl-nav .owl-prev {
    left: 10px;
}

.owl-carousel .owl-nav .owl-prev::before {
    content: "";
}

.owl-carousel .owl-nav .owl-next {
    right: 10px;
}

.owl-carousel .owl-nav .owl-next::before {
    content: "";
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #E31E25;
}

.owl-theme .owl-nav [class*="owl-"]:hover::before {
    font-size: 50px;
}

.about-section {
    margin: 20px 0 50px;
}
@media(min-width: 768px){
.about-section .img-responsive {
	height: 280px;
	object-fit: cover;
	width: 100%;
}
}
/*News Section*/

.view-all a {
    color: #E31E25;
}

.view-all-footer a {
    color: #25282A;
}

.view-all-footer {
    margin-top: 45px;
}

/**/

.product-section {
    background-color: #f2f2f2;
    padding: 15px 0;
}

@media(min-width: 768px) {
    .product-section {
        padding: 60px 0;
    }
}

.glance h2 {
    color: #E31E25;
    margin-bottom: 20px;
    margin-top: 20px;
}

.glance p {
    color: #434343;
    text-align: justify;
    line-height: 22px;
}

.product-slider {
    margin-bottom: 15px;
}

.element-item {
    margin-bottom: 30px;
}

/*===================================================================*/

.project-thumb {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.project-thumb img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.project-thumb .project-text {
    background: rgba(51, 51, 51, 0.5);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.project-thumb .project-text h3, .project-thumb .project-text p, .project-thumb .project-text a {
    position: relative;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.project-thumb .project-text h3, .project-title {
    padding: 10px 15px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 0;
    /**/
    background: rgb(213, 47, 39);
    background: -moz-linear-gradient(top, rgba(213, 47, 39, 1) 0%, rgba(176, 50, 52, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(213, 47, 39, 1) 0%, rgba(176, 50, 52, 1) 100%);
    background: linear-gradient(to bottom, rgba(213, 47, 39, 1) 0%, rgba(176, 50, 52, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d52f27', endColorstr='#b03234', GradientType=0);
}

.project-thumb .project-text p {
    padding: 0 15px;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #fff;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.project-thumb .project-text a {
    margin: 15px;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    display: block;
}

.project-thumb:hover .project-text p, .project-thumb:hover .project-text a, .project-thumb:hover .project-text h3 {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.project-thumb:hover .project-text {
    visibility: visible;
    opacity: 1;
}

footer {
    padding: 0 0 15px;
    background-color: #25282A;
    color: #fff;
}

.footer-top {
    padding: 30px 0 15px;
    background-color: #636c71;
}

.footer-logo {
    margin-bottom: 15px;
    background-color: #fff;
    padding: 15px;
}

.footer-links a {
    color: #fff;
    display: block;
    line-height: 24px;
    transition: 400ms ease;
}

.footer-links a:hover {
    padding-left: 6px;
    color: #25282A;
}

.copyright {
    padding: 15px 0;
}

footer .social-icons {
    text-align: left;
}

.social-icons {
    text-align: right;
    display: inline-block;
}

.social-icons a {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    background-color: #fff;
    vertical-align: middle;
    transition: 400ms ease;
    border-radius: 2px;
}

.social-icons a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.facebook {
    color: #3A559F;
}

.facebook:hover {
    background-color: #3A559F;
    color: #fff;
}

.twitter {
    color: #28AAE1;
}

.twitter:hover {
    background-color: #28AAE1;
    color: #fff;
}

.linkedin {
    color: #0077B7;
}

.linkedin:hover {
    background-color: #0077B7;
    color: #fff;
}

.pinterest {
    color: #CC1E27;
}

.pinterest:hover {
    background-color: #CC1E27;
    color: #fff;
}

.social-icons span {
    vertical-align: middle;
    margin-right: 5px;
}

@media (max-width: 992px) {
    footer h4 {
        font-weight: 700;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        margin-top: 15px;
    }
}

@media (max-width: 479px) {
    .col-xs-6-fixing {
        width: 100%;
    }
}

/*  To Top
*   ===========================================================================*/

.cd-top {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #E31E25;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top:before {
    width: 15px;
    height: 3px;
    content: "";
    left: calc(50% - 4px);
    position: absolute;
    top: 50%;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg) translate(0px, -50%);
    transform: rotate(45deg) translate(0px, -50%);
    -webkit-transition: 400ms ease;
    transition: 400ms ease;
}

.cd-top:after {
    width: 15px;
    height: 3px;
    content: "";
    position: absolute;
    right: calc(50% - 4px);
    top: 50%;
    background-color: #ffffff;
    -webkit-transform: rotate(-45deg) translate(0px, -50%);
    transform: rotate(-45deg) translate(0px, -50%);
    -webkit-transition: 400ms ease;
    transition: 400ms ease;
}

.cd-top:hover:before {
    -webkit-transform: rotate(405deg) translate(0px, -50%);
    transform: rotate(405deg) translate(0px, -50%);
}

.cd-top:hover:after {
    -webkit-transform: rotate(-405deg) translate(0px, -50%);
    transform: rotate(-405deg) translate(0px, -50%);
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 0.8;
}

.no-touch .cd-top:hover {
    background-color: #BC3536;
    opacity: 1;
}

.cd-top:hover {
    background-color: #253c80;
    opacity: 1;
}

.cd-top {
    z-index: 9999;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
    .cd-top:before {
        width: 20px;
        left: calc(50% - 5px);
    }
    .cd-top:after {
        width: 20px;
        right: calc(50% - 5px);
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        width: 50px;
        height: 50px;
        right: 30px;
        bottom: 30px;
    }
}

/* Project Details Page
==================================================================================================*/

.project-details {
    margin-bottom: 30px;
}

.project-title {
    margin-top: 0;
    background-color: #E31E25;
    color: #fff;
    padding: 8px 10px;
    font-size: 18px;
}

/*Dropdown Menu*/

.dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: none;
}

.dropdown-toggle::after {
    position: absolute;
    left: calc(100% - 30px);
    top: 20px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
}

.dropdown-menu.show {
    background-color: #fff;
}

@media (min-width: 768px) {
    .dropdown-menu {
        display: block;
        transform: scale(0);
        transition: 400ms ease;
        transform-origin: 50% 0;
    }
    .dropdown-menu.show {
        transform: scale(1);
        box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, .3);
    }
    .dropdown-toggle:after {
        top: 18px;
        left: auto;
    }
}

.dropdown-menu a {
    display: block;
    padding: 1rem;
    color: #333;
}

.dropdown-menu a:hover {
    color: #E31E25;
    background-color: #f3f3f3;
}

.dropdown-menu.show a:hover {
    color: #E31E25;
}

/*Inner Page Design*/

.inner-content {
    padding-bottom: 40px;
}

.inner-content h3 {
    font-size: 16px;
    font-weight: 700;
}

.inner-title {
    padding: 0 0 10px;
    margin-bottom: 30px;
    color: #E31E25;
    border-bottom: 2px solid #E31E25;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}

.inner-content ul li {
    line-height: 24px;
}

.team p {
    text-align: justify;
}

/*Table Design*/

th {
    background-color: #e31e25;
    color: #fff;
}

/*Sidebar*/

.sidebar {
    margin-bottom: 20px;
}

.sidebar .sidebar {
    margin-bottom: 0;
}

.sidebar .sidebar .list {
    background-color: #fff;
}

.sidebar h3 {
    display: block;
    background-color: #E31E25;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
}

.list {
    background-color: #f5f5f5;
    padding: 0 15px 5px;
}

.list a {
    color: #444;
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #ccc;
    transition: 400ms ease;
}

.list a.active {
    color: #E31E25;
}

.list a:last-child {
    border-bottom: none;
}

.list a:hover {
    color: #E31E25;
    padding-left: 5px;
}

.spare-list {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
}

.spare-list a {
    padding: 12px 0;
}

/*Vacancy*/

.vacancy-content {
    padding: 15px 15px 0;
}

/*Modal Design*/

.modal-header {
    background-color: #E31E25;
    color: #fff;
}

.modal-header .close {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
}

.modal {
    z-index: 999999;
}

.modal-backdrop.show {
    z-index: 99999;
}

.modal-backdrop {
    z-index: 9999;
}

/*Contact Page*/

.contact-form {
    background-color: #f5f5f5;
    padding: 20px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
}

.contact-form h3 {
    margin-top: 0;
    border-bottom: 1px solid #434343;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.contact-info i {
    width: 32px;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    color: #e31e25;
    height: 25px;
}

.contact-box {
    padding: 15px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    margin-bottom: 20px;
}

.contact-box h3 {
    margin-top: 0;
    border-bottom: 1px solid #434343;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.contact-box i {
    width: 32px;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    color: #e31e25;
    height: 25px;
}

/*Product*/

.product-list {
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.product-list p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #434343;
    padding: 12px;
    margin-bottom: 0;
    transition: 400ms ease;
}

.product-list a {
    transition: 400ms ease;
    display: block;
}

.product-list a:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
}

.product-list a:hover p {
    background-color: #E31E25;
    color: #fff;
}

/*Custom Tab*/

.custom-tab .nav-tabs>li.active>a, .custom-tab .nav-tabs>li.active>a:hover, .custom-tab .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #e31e25;
    border: none;
}

.custom-tab .nav-tabs>li>a {
    color: #434343;
}

.custom-tab .nav-tabs {
    border-bottom: 1px solid #e31e25;
}

/*Accordion*/

.collapse-btn {
    position: relative;
}

.collapse-btn:before {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f068";
    font-family: "FontAwesome";
}

.collapse-btn.collapsed:before {
    content: "\f067";
}

/* Gallery Page
======================================================*/

.gallery-box {
    margin-bottom: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    transition: 400ms ease;
    border-radius: 0;
}

.gallery-box:hover {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}

.gallery-box:hover .btn {
    border: 1px solid #fff;
}

.gallery-box .card-body {
    transition: 400ms ease;
}

.gallery-box:hover .card-body {
    background-color: #e31e25;
}

.gallery-box .card-img-top {
    border-radius: 0;
}

.gallery-box h6 {
	color: #e31e25;
	transition: 400ms ease;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	padding: 10px;
	font-weight: 700;
	line-height: 22px;
	min-height: 64px;
}

.gallery-box .form-group {
    margin-bottom: 15px;
}

.gallery-box:hover h6 {
    color: #fff;
}

.main-navigation .navbar-brand img {
    width: 245px;
    box-shadow: -2px 1px 4px 3px rgba(0, 0, 0, .2);
}
@media(min-width: 768px){
.gallery-box .img-responsive {
	height: 210px;
	object-fit: cover;
	width: 100%;
}
}
/*Fancybox*/

.fancybox-button--share {
    display: none;
}

.fancybox-button {
    background: #e31e25;
}

.fancybox-navigation button:before {
    background: #e31e25;
}

.fancybox-container {
    z-index: 99999;
}

/*Dealer Map*/
#map{
    width: 100%;
    height: 300px;
}
@media(min-width: 768px){
    #map{
    height: 450px;
}
}