/*
Theme Name: Packard Automotive
Theme URI: https://wordpress.org/themes/packard-automotives/
Author: Juhi Agarwal
Author URI: https://wordpress.org/
Description: Our 2019 default theme is clean, blog-focused, and designed for clarity. Demo Wordpress Two's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: Packard Automotive

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**Fonts Included**/

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

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

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

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

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

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

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

/******************
   Common Section
******************/

body {
    line-height: 30px;
    color: #6f6c6c;
    font-size: 15px;
    font-family: 'OpenSansRegular';
    background-color: #fff;
}

a {
    word-wrap: break-word;
}

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

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-70 {
    padding: 70px 0;
}

.padding-30 {
    padding: 30px 0;
}

.height-10 {
    height: 10px;
}

.height-20 {
    height: 20px;
}

.height-30 {
    height: 30px;
}

.height-40 {
    height: 40px;
}

.height-50 {
    height: 50px;
}

a,a:hover,a:active {
    text-decoration: none;    
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.btn-theme {
    background-color: #CEC2AB;
    color: #fff;
    border-radius: 0;
    padding: 10px 25px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-family: 'OpenSansBold';
    letter-spacing: 0.5px;
    font-size: 16px;
    border: 1px solid #ada28d;
}

.btn-theme:hover {
    border: 1px solid #ada28d;
    color: #CEC2AB;
    background-color: transparent;
}

.btn-theme-blue {
    background-color: #21505c;
}

.btn-theme-blue:hover {
    background-color: #f3c609;
    color: #fff;
    border: 2px solid #f3c609;
}

.heading-title>h3 {
    color: #da6519;
    font-family: 'OxygenBold';
    margin: 0;
}

.heading-title>h1 {
    color: #21505c;
    font-family: 'OxygenBold';
    margin-top: 10px;
    margin-left: 15px;
    position: relative;
}

.heading-title>h1:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 3px solid #21505c;
    left: -15px;
}

.heading-title-white>h3 {
    color: #fff;
}

.heading-title-white>h1 {
    color: #fff;
}

.heading-title-white>h1:before {
    content: '';
    border-left: 3px solid #fff;
}

.bg-lightgrey {
    background-color: #eeeeee;
}

.float-right {
    float: right;
}

/************
    Header
************/

.header-background {
    background-color: #3a3a3c;
    padding: 8px 0px;
}

.header-semi-left>ul {
    margin: 0;
    list-style: none;
    padding: 0;
    color: #e3f5fc;
}

.header-semi-left>ul>li {
    display: inline-block;
    border-right: 1px solid #242426;
    padding-right: 15px;
    margin-right: 15px;
}

.header-semi-left>ul>li>span {
    border-right: 1px solid #e3f5fc;
    padding-right: 10px;
    margin-right: 5px;
}

.header-semi-left>ul>li>a {
    color: #e3f5fc;
    font-family: 'OpenSansSemibold';
}

.header-semi-right>a {
    background-color: #18479e;
    color: #e3f5fc;
    padding: 13px 35px;
    text-transform: uppercase;
    font-family: 'OpenSansBold';
}

.navbar-custom-packard {
    margin-bottom: 0;
}

.navbar-custom-packard .navbar-brand {
    height: auto;
    padding: 21px 15px;
}

.navbar-custom-packard .navbar-brand>img {
    max-width: 200px;
}

.navbar-custom-packard .navbar-nav>li>a {
    font-size: 14px;
    font-family: 'OpenSansBold';
    padding: 30px 10px;
    color: #3a3a3c;
}

.navbar-custom-packard .navbar-nav>li:hover>a {
    color: #00aeef;
    background-color: transparent;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
    font-size: 15px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #18479e;
}

#menu-menu-header li:hover .sub-menu {
    display: block;
}

#banner-home-slider {
    position: relative;
}

.banner-image>img {
    max-height: 400px
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #e3f5fc;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.banner-content>h1 {
    font-family: 'OpenSansLight';
}

.banner-content>h2 {
    font-size: 36px;
    font-family: 'OpenSansBold';
}

#banner-home-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 50px;
    right: 50px;
}

#banner-home-slider .owl-nav .owl-prev {
    background-color: transparent;
    border-right: 1px solid #fff;
    border-radius: 0;
    left: 0;
    position: absolute;
}

#banner-home-slider .owl-nav .owl-next {
    background-color: transparent;
    border-left: 1px solid #fff;
    border-radius: 0;
    right: 0;
    position: absolute;
}

#banner-home-slider .owl-nav .owl-prev>svg, #banner-home-slider .owl-nav .owl-next>svg {
    font-size: 25px;
}

.quality-services-content {    
    color: #2a363f;
    font-family: 'RobotoRegular';    
    letter-spacing: 0.5px;
    line-height: 32px;
}

.quality-services-content>h2 {
    font-size: 27px;
    margin-bottom: 18px;
}

.quality-services-content>h4 {
    font-family: 'RobotoBold';
    margin-bottom: 15px;
}

.quality-services-content>p {
    line-height: 21px;
    font-size: 14px;
    color: #787878;
}

.quality-services-blocks {
    padding-right: 30px;
}

.quality-services-blocks>span>svg {
    font-size: 26px;
    color: #fff;
}

.quality-services-blocks>span {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #3183d7;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    float: left;
    margin-right: 20px;
    margin-bottom: 50px;
}

.quality-services-blocks>h6 {
    font-size: 14px;
    font-family: 'RobotoBold';
    margin-bottom: 0;
}

.quality-services-blocks>p {
    line-height: 21px;
    font-size: 14px;
    color: #787878;
    margin-top: 10px;
}

.quality-services-content>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 50%;
    float: left;
}

.quality-services-content>ul>li {
    margin-bottom: 30px;
}

.engineering-vehicle-modification .twoboxes  {
	float: left;
	position: relative;
	z-index: 9;
	background: #3f4a52;
	width: 100%;
	padding: 85px 0px 85px 0px;
}
.engineering-vehicle-modification .twoboxes:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right:50%;
	bottom: 0;
	left: 0;
	background: #2a363f;
	display: inline-block;
}

.engineering-vehicle-modification .twoboxes .left {
	float: left;
	width: 45%;
	text-align: left;
}
.engineering-vehicle-modification .twoboxes .right {
	float: right;
	width: 43.5%;
	text-align: left;
}
.engineering-vehicle-modification .twoboxes svg {
	float: left;
	margin-right: 25px;
	color: #fff;
	font-size: 58px;
	margin-top: 14px;
}
.engineering-vehicle-modification .twoboxes strong {
	color: #fff;
	font-size: 43px;
	line-height: 35px;
	font-weight: 900;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 45px;
}
.engineering-vehicle-modification .twoboxes strong em {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	display: block;
	margin-bottom: 0px;
	font-style: normal;
}
.engineering-vehicle-modification .twoboxes ul {
	padding: 0px;
    margin: 0px;
    list-style: none;
}
.engineering-vehicle-modification .twoboxes li {
	width: 100%;
	padding: 14px 0px;
	margin: 0px;
	color: #fff;
	font-size: 16px;
}
.engineering-vehicle-modification .twoboxes li svg {
	color: #959b9f;
	float: left;
	font-size: 14px;
	margin-right: 12px;
	margin-top: 4px;
	margin-bottom: 30px;
}
.engineering-vehicle-modification .twoboxes li a {
	float: left;
	margin-top: 10px;
}

.engineering-vehicle-modification {
    width: 100%;
    float: left;
    background-color: #fff;
    padding-bottom: 0;
}

.engineering-vehicle-modification>h2:after {
    content: '';
    background: url(../images/up-arrow.png) no-repeat center bottom;
    background-size: 60px 30px;
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    bottom: -50px;
}

.engineering-vehicle-modification>h2 {
    text-align: center;
    color: #3183d7;
    font-family: 'RobotoBold';
    margin-bottom: 50px;
    position: relative;
}

.button.one {
    color: #3183d7;
    font-size: 14px;
    text-transform: uppercase;
    background: #fff;
    padding: 13px 30px;
    border-radius: 3px;
    white-space: nowrap;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

.button.one:hover {
    background-color: #3183d7;
    color: #fff;
}

.best-outcome-background {
    float: left;
    width: 100%;
    text-align: center;
    padding: 140px 0px 185px 0px;
    background: #333 url(../images/banner-parallax.jpg);
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
}

.hexagon {
    width: 170px;
    height: 100px;
    background: rgba(0,0,0, 0.6);
    position: relative;
    float: left;
    margin-right: 20px;
    transition: all 0.3s ease;
    color: #fff;
}

.hexagon.two {
    margin-right: 0px;
    margin-left: 95px;
}

.hexagon.three, .hexagon.four, .hexagon.five {
    margin-right: 0px;
    margin-left: 20px;
}

.hexagon svg {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}

.hexagon:before {
    content: "";
    position: absolute;
    top: -45px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 85px solid transparent;
    border-right: 85px solid transparent;
    border-bottom: 45px solid rgba(0,0,0, 0.6);
    transition: all 0.3s ease;
}

.hexagon:after {
    content: "";
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 85px solid transparent;
    border-right: 85px solid transparent;
    border-top: 45px solid rgba(0,0,0,0.6);
    transition: all 0.3s ease;
}

.hexagon-divs {
    float: left;
    margin-top: 100px;
    margin-left: 10.2%;
}

.hexagon.rowtwo {
    margin-left: 192px!important;
}

.haxmargin {
    float: left;
    width: 100%;
    margin-top: 60px;
}

.hexagon-divs .king-elements-inner h6 {
    margin-bottom: 5px;
}

.hexagon-divs .king-elements-inner p {
    line-height: 1;
    color: #ababab;
    z-index: 1;
    position: relative;
    font-size: 12px;
}

.best-outcome-background h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    font-size: 36px;
}

.hexagon:hover {
    background: rgba(0,0,0, 1);
}

.hexagon:hover:before {
    border-bottom: 45px solid rgba(0,0,0,1);
}

.hexagon:hover:after {
    border-top: 45px solid rgba(0,0,0,1);
}

.hexagon:hover svg , .hexagon:hover h6 {
    color: #3183d7;
}

.latest-news-section>h2 {
    font-family: 'RobotoRegular';
    color: #576168;
    font-size: 27px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.latest-news-content {
    background-color: #2a363f;
    padding: 25px;
}

.latest-news-content .date {
    background-color: #3183d7;
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
    color: #fff;
    font-family: 'RobotoRegular';
    font-size: 18px;
    width: 60px;
    text-align: center;
}

.latest-news-content .heading {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    color: #fff;
    position: relative;
}

.latest-news-content:hover .heading {
    color: #3183d7;
}

.latest-news-content .heading:after {
    content: '';
    position: absolute;
    width: 50px;
    left: 0;
    bottom: -5px;
    border-top:1px solid #fff;
}

.faq-section h2 {
    font-family: 'RobotoRegular';
    color: #576168;
    font-size: 27px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.panel-faq .panel-heading {
    border: 1px solid #989898;
    background-color: #eeeeee;
    box-shadow: none;
    text-shadow: none;
    padding: 15px 20px;
}

.accordion-plus-minus {
    margin-right: 10px;
}

.panel-faq-collapse {
    margin-left: 30px;
}

.panel-list .accordion-plus-minus:before {
    font-family: 'FontAwesome';
    content: "\f147";
}

.panel-list .collapsed .accordion-plus-minus:before {
    font-family: 'FontAwesome';
    content: "\f196";
}

.customer-review-heading {
    font-family: 'RobotoBold';
    color: #2a363f;
    font-size: 27px;
    margin-bottom: 24px;
    text-transform: uppercase;
    text-align: center;
}

.customer-reviews-block {
    padding: 0 85px;
}

.customer-reviews-block>p {
    color: #2a363f;
}

.customer-reviews-block>h4 {
    color: #3183d7;
    font-family: 'OpenSansSemibold';
}

footer .ftop {
    height: 130px;
    background: #fff url(../images/footer-img1.png) no-repeat center top;
    background-size: 1920px 130px;
}

.footer-mail-contact {
    color: #fff;
    padding: 10px;
    border-right: 1px solid #000;
    margin-top: 25px;
}

.footer-mail-contact>h4 {
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'OpenSansBold';
}

.footer-mail-contact>p>a {
    color: #fff;
}

.footer-mail-contact-last-child {
    border-right: none;
}

.footer-calling-info>h3 {
    text-transform: uppercase;
    color: #000;
    font-family: 'OpenSansBold';
}

.footer-calling-info>h3>span {
    font-family: 'OpenSansLight';
    margin-left: 5px;
}

.footer-calling-info>h4 {
    color: #3183d7;
    font-size: 50px;
    font-family: 'OpenSansBold';
}

.footer-main {
    padding: 75px 0px 35px 0px;
    background: #2a363f url(../images/footer-bg-graph.png) no-repeat center bottom;
}

.footer-heading {
    color: #fff;
    font-family: 'OpensansSemibold';
    margin-bottom: 35px;
}

.footer-heading>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-heading>ul>li>a {
    color: #aaa;
    transition: all 0.3s ease;
    font-family: 'RobotoRegular';
}

.footer-heading>ul>li>a:hover {
    color: #fff;
}

.footer-heading .social-icons>li>a {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    background-color: #3183d7;
    border-radius: 50%;
}

.footer-heading .social-icons>li>a>svg {
    color: #fff;
}

.footer-contact-section>p {
    color: #aaa;
    margin: 20px 0 10px;
    line-height: 20px;
}

.footer-contact-section>h5>span>a {
    color: #fff;
    padding-left: 5px;
}

.footer-contact-section>h5>b {
    color: #aaa;
}

.footer-contact-section>a {
    color: #aaa;
    font-size: 14px;
}

.copyright {
    background: #2a2a30;
    padding: 20px 0;
}

.copyright p {
    margin-bottom: 0;
    color: #ccc;
    font-size: 12px;
}

.copyright p a {
    color: #fff;
}

.home_contact {
	background: #1c1c1c;
}
.home_contact i {
	margin: 0 10px 0 0;
	font-size: 25px;
	vertical-align: middle;
}
.home_contact ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}
.home_contact ul li {
    display: inline-block;
    float: left;
    width: 33%;
    border-right: #0e0e0e 1px solid;
    padding: 20px;
}
.home_contact ul li a {
	padding: 20px 30px;
	list-style-type: none;
	font-family: 'OpenSansRegular';
	color: #fff;
	font-size: 16px;
	width: 100%;
	min-height: inherit;
}
.home_contact ul li:last-child {
	border-right: #0e0e0e 0px solid;
}
.home_contact ul li:hover {
	background: #0047ab;
	color: #fff;
}
.home_contact img {
	margin: 3px 0 0 -29px;
	position: absolute;
}

.breadcrumb>.active {
    color: #3a3a3c;
}

.breadcrumb>li>a {
    color: #18479e;
}

.content-management-section>h3 {
    text-transform: uppercase;
    color: #e3f5fc;
    font-size: 14px;
    font-family: 'OpenSansSemibold';
    background-color: #18479e;
    padding: 15px;
    line-height: 26px;
}

.content-management-section>p {
    padding-bottom: 25px;
}

.content-management-section>img {
    max-width: 100%;
}

.content-page-space {
    padding: 50px 0;
}

.content-management-section>ul {
    list-style: circle;
}

.content-management-section>h4 {
    text-transform: uppercase;
    color: #e3f5fc;
    font-size: 14px;
    font-family: 'OpenSansSemibold';
    background-color: #3a3a3c;
    padding: 15px;
    line-height: 26px;
}

.content-management-section>a {
    background-color: #CEC2AB;
    padding: 10px 25px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    border: 1px solid #ada28d;
    float: right;
    margin-top: -64px;
}

.block-contact-details {
    background-color: #2a363f;
    text-align: center;
    color: #fff;
    padding: 15px;
    border: 1px solid #3183d7;
    border-radius: 5px;
}

.contact-section {
    padding: 50px 0;
}

.block-contact-details>svg {
    font-size: 25px;
}

.block-contact-details>p>a {
    color: #fff;
    word-wrap: break-word;
}

.contact-form>h4 {
    color: #18479e;
    font-family: 'OpenSansSemibold';
    font-size: 24px;
    margin-bottom: 25px;
}

.contact-form form>.form-group>input {
    border-radius: 0px;
    height: 50px;
    text-shadow: none;
    box-shadow: none;
}

.contact-form form>.form-group>textarea {
    resize: none;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
}

/*
input[type=text] {
    padding: 0;
    height: 25px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    font-size: 16px;
    margin-right: 4px;
    line-height: 32px;
    text-align: center;
}
*/

@media (max-width:1200px) {
    .navbar-custom-packard .navbar-brand {
        padding: 23px 10px;
    }
    
    .navbar-custom-packard .navbar-brand>img {
        max-width: 160px;
    }
    
    .navbar-custom-packard .navbar-nav>li>a {
        font-size: 13px;
        padding: 30px 8px;
    }
    
    .banner-content>h1 {
        font-size: 30px;
    }
    
    .banner-content>h2 {
        font-size: 28px;
    }
    
    .hexagon-divs {
        margin-left: 0;
    }
    
    .footer-calling-info>h4 {
        font-size: 30px;
    }
    
}

@media (max-width:992px) {
    .header-semi-right {
        padding: 15px 0;
    }
    
    .navbar-custom-packard .navbar-header {
        width: 100%;
    }
    
    .navbar-brand {
        width: 100%;
        margin: 0px auto;
    }
    
    .navbar-custom-packard .navbar-brand>img {
        margin: 0px auto;
    }
    
    .navbar-custom-packard .navbar-nav>li>a {
        font-size: 12px;
    }
    
    .banner-content>h2 {
        font-size: 18px;
    }
    
    .hexagon.five {
        margin-top: 67px;
    }
    
    .hexagon.rowtwo {
        margin-left: 120px!important;
    }
    
    footer .ftop {
        background-size: 1460px 130px;
    }
    
    .footer-mail-contact {
        border-right: none;
    }  
    
}

@media (max-width:767px) {
    .navbar-brand {
        width: auto;
    }
    
    .navbar-toggle {
        border: 1px solid #ccc;
    }
    
    .icon-bar {
        background-color: #18479e;
    }
    
    .navbar-custom-packard .navbar-nav>li>a {
        padding: 10px 8px;
    }
    
    .banner-image>img {
        min-height: 250px;
    }
    
    .banner-content>h1 {
        font-size: 16px;
    }
    
    .banner-content>h2 {
        font-size: 14px;
    }
    
    #banner-home-slider .owl-nav {
        left: 10px;
        right: 10px;
    }
    
    .engineering-vehicle-modification .twoboxes .left {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 25px;
    }
    
    .engineering-vehicle-modification .twoboxes .right {
        width: 100%;
        float: left;
    }
    
    .engineering-vehicle-modification .twoboxes:before {
        right: 0;
    }
    
    .hexagon {
        width: 135px;
    }
    
    .hexagon:before {
        border-left: 67px solid transparent;
        border-right: 67px solid transparent;
    }
    
    .hexagon:after {
        border-left: 67px solid transparent;
        border-right: 67px solid transparent;
    }
    
    footer .ftop {
        background: none;
        background-color: #2a363fe0;
        height: auto;
    }
    
    .footer-calling-info>h3 {
        color: #fff;
    }
    
    .home_contact {
        bottom: 0;
        position: fixed;
        width: 100%;
        z-index: 15;
    }
    
    .footer-contact-section>img {
        max-width: 200px;
        display: inline-block;
    }
    
    .content-management-section>a {
        float: none;
        margin-top: 10px;
    }
    
    .content-page-space {
        padding: 10px 0;
    }
}

@media (max-width: 650px) {
    .quality-services-content>ul {
        width: 100%;
    }
    
    .customer-reviews-block {
        padding: 0 50px;
    }
    
    .hexagon:before, .hexagon:after {
        display: none;
    }
    
    .hexagon.two, .hexagon.three, .hexagon.four, .hexagon.five, .hexagon.rowtwo {
        margin: 0!important;
        margin-right: 20px!important;
        margin-bottom: 20px!important;
    }
    
    .hexagon {
        margin-right: 20px!important;
        margin-bottom: 20px!important;
    }    
    
    .home_contact ul li a {
        color: #ffffff;
        font-family: "OpenSansRegular";
        font-size: 16px;
        padding: 30px 10px 20px;
        width: 100%;
        display: block;
    }
    
    .home_contact img {
        margin: -26px 0 0 16px;
        position: absolute;
    }
}

@media (max-width: 510px) {
    .header-semi-left>ul>li {
        padding-right: 5px;
        margin-right: 0px;
    }
    
    .header-semi-left>ul>li>span {
        padding-right: 10px;
        margin-right: 3px;
    }
    
    .header-semi-left>ul>li>a {
        font-size: 12px;
    }
    
    .header-semi-right>a {
        font-size: 12px;
        padding: 13px 10px;
    }
    
    .home_contact ul li {
        padding: 5px;
    }    
}
