@charset "utf-8";

/* CSS Document */


/* @import 'https://fonts.googleapis.com/css?family=Aladin';*/

@import 'https://fonts.googleapis.com/css?family=Marcellus';
html,
body {
    overflow-x: hidden;
}
body {
    float: left;
    width: 100%;
    font-family: 'Marcellus', serif;
    color: #000;
    background:url(../img/pattern.jpg); background-attachment: fixed; background-size: cover;
    padding-right: 0 !important;
}
.modal-open {
    padding-right: 0!important;
    overflow: hidden;
}
::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #f25f22;
}
::selection {
    color: #fff;
    background: #f25f22;
}
@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2e2e2e;
}
p {
    color: #000;
    line-height: 26px;
    font-size: 14px;
}
ul li,
ul li a,
ol li,
ol li a {
    color: #666666;
    font-size: 14px;
    line-height: 26px;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
:focus {
    outline: none;
}
.no-padding {
    padding: 0px;
}
.text-left {
    text-align: left !important;
}
.mob-only {
    display: none;
}
.desktop-only {
    display: block;
}
.layout {
    width: 100%;
    background: url(../img/bg-2.jpg);
    overflow: hidden;
    margin: 0 auto;
    max-width: 1280px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.desktop {
    display: block;
}
.mob-view {
    display: none;
}
.header {
    z-index: 99999;
    position: relative;
}
.header .container {
    width: 100%;
    padding: 0px;
}
.header #nav {
    width: 74%;
    float: right;
    font-weight: 500;
    height: 30px;
    position: relative;
}
.container {
    width: 100%;
}
.header .top-bar {
    float: left;
    height: 164px;
    width: 100%;
    position: relative;
    z-index: 1001;
    background: url(../img/head-bg.png);
}
.header .top-bar p {
    color: #fff;
    font-size: 12px;
    width: 34%;
    text-align: center;
    line-height: 58px;
    float: left;
}
.header .top-bar .menu {
    float: right;
    width: 66%;
}
.header .top-bar .menu ul {
    float: right;
    padding: 20px;
}
.header .top-bar .menu ul li {
    float: left;
    padding: 5px 14px;
}
.header .top-bar .menu ul li a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 36px;
    text-shadow: 1px 1px 0px #000;
}
.header .top-bar .menu ul li a:hover {
    color: #fff;
    text-shadow: 1px 1px 0px #63943f;
}
.header .top-bar .menu ul li i {
    margin-right: 5px;
    font-size: 14px;
}
.header .top-bar a.profile {
    float: left;
}
.header .top-bar a.profile img {
    width: auto;
    height: 40px;
    float: left;
}
.header .top-bar .social {}
.header .top-bar ul.social li {
    float: left;
    padding: 2px;
}
.header .top-bar ul.social li a {
    float: left;
    border: 2px solid #2d4762;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 60%;
    line-height: 0;
    margin: 0px;
    padding: 7px 8px;
}
.header .logo {
    float: left;
    height: 140px;
    padding-left: 60px;
    padding-right: 20px;
    padding-top: 12px;
}
.header .logo img {
    height: 120px;
}
.header #nav > a {
    display: none;
}
.header #nav li {
    position: relative;
}
.header #nav li a {
    color: #2e2e2e;
    font-weight: 700;
    display: block;
}
.header #nav li a:active {}
.header #nav > ul {
    height: 50px;
    /* 60 */
    position: relative;
    width: auto;
    float: right;
}
.header #nav > ul > li {
    width: auto;
    padding: 6px 13px;
    float: left;
    border-radius: 8px;
}
#nav > ul > li > a {
    height: 100%;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.header #nav > ul > li:hover > a,
#nav > ul:not(:hover) > li.active > a {
    color: #000;
}

/* second level */

.header #nav li ul {
    background-color: #be1f2f;
    display: none;
    position: absolute;
    min-width: 180px;
    text-transform: uppercase;
    top: 66%;
}
.header #nav li:hover {
    color: #000;
}
.header #nav li:hover ul {
    display: block;
    left: 0;
    right: 0;
}
.header #nav li:not(:first-child):hover ul {
    left: -1px;
}
.header #nav li ul a {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    color: #fff;
}
.header #nav li ul li a:hover,
#nav li ul:not(:hover) li.active a {
    background-color: #f16024;
}
@media only screen and ( max-width: 62.5em)
/* 1000 */

{
    .header #nav {
        width: 100%;
        position: static;
        margin: 0;
    }
}
@media only screen and ( max-width: 40em)
/* 640 */

{
    html {
        font-size: 75%;
        /* 12 */
    }
    .header #nav {
        position: relative;
        top: auto;
        left: auto;
    }
    .header #nav > a {
        width: 3.125em;
        /* 50 */
        height: 3.125em;
        /* 50 */
        text-align: left;
        text-indent: -9999px;
        background-color: #e15a1f;
        position: relative;
    }
    .header #nav > a:before,
    #nav > a:after {
        position: absolute;
        border: 2px solid #fff;
        top: 35%;
        left: 25%;
        right: 25%;
        content: '';
    }
    .header #nav > a:after {
        top: 60%;
    }
    .header #nav:not(:target) > a:first-of-type,
    #nav:target > a:last-of-type {
        display: block;
    }
    /* first level */
    .header #nav > ul {
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
    }
    .header #nav:target > ul {
        display: block;
    }
    .header #nav > ul > li {
        width: 100%;
        float: none;
    }
    .header #nav > ul > li > a {
        height: auto;
        text-align: left;
        padding: 0 0.833em;
        /* 20 (24) */
    }
    .header #nav > ul > li:not(:last-child) > a {
        border-right: none;
    }
    /* second level */
    .header #nav li ul {
        position: static;
        padding: 1.25em;
        /* 20 */
        padding-top: 0;
    }
}
.header .logo-bar {
    float: left;
    width: 100%;
}
.header .logo-bar .right {
    float: right;
    width: 55%;
    padding: 15px;
}
.header .logo-bar .right i {
    float: left;
    margin-right: 10px;
}
.header .logo-bar .right h2 {
    float: left;
    font-size: 12px;
    font-weight: 600;
    color: #666666
}
.header .logo-bar .right h2 span {
    font-size: 12px;
    border-bottom: 1px solid #ee2324;
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #ee2324;
}
.header .logo-bar .email {
    width: 53%;
    float: left;
}
.header .logo-bar .phone {
    width: 46%;
    float: left;
}
.slide-wrap {
    width: 100%;
    background: #ccc;
    float: left;
}
.main-slider {
    z-index: 999;
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: -118px;
    margin-bottom: -118px;
    background: url(../img/slider-bg.jpg);
    background-repeat: no-repeat;
}
.main-slider .container {
    padding: 0px;
}
.slide-img-1 {
    width: 100%;
    text-align: center;
    float: left;
}
.slide-img-1 img {
    width: 100% !important;
    text-align: center;
}
.slide-img-2 img {
    max-width: 600px !important;
    padding: 0px;
}
.slide-img-3 img {
    max-width: 300px !important;
    padding: 0px;
}
.ms-slide-layers h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #134c32;
    text-transform: uppercase;  font-weight: bolder;
}
.ms-slide-layers p{font-size: 18px;}
.ms-skin-black-2 .ms-nav-next:hover,
.ms-skin-black-2 .ms-nav-prev:hover {
    background: none;
}
.ms-skin-black-2 .ms-nav-next,
.ms-skin-black-2 .ms-nav-prev {
    background: none;
    display: none;
}
.content-area {
    width: 100%;
    float: left;
    padding-top: 0px;
    position: relative;
    z-index: 999995;
}
.content-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1360px;
}
.content-wrap .col-md-5 {
    padding-right: 0px;
}
.content-wrap .col-md-9 {
    padding: 0px;
}
.content-area .home-section-top {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    background: #fff;
}
.home-section-top .auto-container {
    margin-top: 10px;
    margin-bottom: 10px;
}
.content-area .home-section-top .welcome {
    float: left;
    background: #fff;
    padding: 40px 15px 50px 60px;
}
.content-area .home-section-top .welcome h1 {
    font-weight: 800;
    font-size: 32px;
    color: #134c32;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.content-area .home-section-top .welcome img {
    width: 100%;
    margin-top: 10px;
}
.content-area .home-section-top .welcome img:hover {
    opacity: 0.9
}
.welcome-img img {
    width: 100%;
}
.welcome-img {
    text-align: center;
}
.content-area .home-section-top .welcome p {
    float: left;
    font-size: 14px;
    text-align: justify;
    color: #666666;
    line-height: 33px;
}
.content-area .product-list-wrap {
    background: url(../img/product-bg.png);
    background-size: cover;
    float: left;
    width: 100%;
    padding: 60px 0px;
    margin-top: -50px;
    z-index: 999;
    position: relative;
}
.content-area .product-list h1 {
    font-weight: 800;
    font-size: 32px;
    color: #134c32;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
}
.content-area .product-list h2 {
    text-align: center;
}
.content-area .product-list {
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
    max-width: 1360px;
}
.content-area .product-list ul {
    width: 100%;
    padding: 0px;
}
.content-area .product-list ul li {
    width: 100%;
    padding: 0px;
    height: auto;
    padding: 8px;
    float: left;
    font-size: 14px;
    font-weight: 500;
}

.content-area .product-list ul li img{width: 160px; margin: 0 auto;}
.content-area .product-list ul h1 {
    margin-top: 15px;
}
.content-area .product-list ul li span {
    width: 100%;
    text-align: center;
}
.content-area .product-list ul li span img {
    text-align: center;
    -moz-transition: -moz-transform 0.5s ease-in;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
}
.content-area .product-list ul li span img:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.content-area .product-list ul li {
    position: relative;
    z-index: 99999;
    padding: 30px 0px;
}
.content-area .product-list ul li h1 {
    font-size: 20px;
    color: #1d1d1d;
}
.content-area .product-list ul li .content h1 {
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 22px;
}
.section-center {
    background: #134c32;
    height: auto;
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.section-center .container {
    max-width: 1100px;
}
.section-center .welcome {
    padding: 70px 30px;
}
.section-center:before {
    width: 100%;
    position: absolute;
    content: url(../img/section-two-before.png);
    margin-top: -100px;
}
.section-center h1 {
    font-size: 22px;
}
.section-center p {
    float: left;
    font-size: 18px !important;
    text-align: justify;
    color: #fff;
    line-height: 30px !important;
}
.section-center p span {
    font-weight: 800;
    font-size: 20px;
}
.intro-img {
    text-align: center;
    margin-top: -150px;
}
.content-area .product-list ul li .content p {
    font-size: 11px;
    text-align: justify;
    line-height: 20px;
}
.content-area .home-section-top .home-news ul li a:hover {
    color: #0d4c86 !important;
}
.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    margin: 5px 0px;
    float: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    outline: none;
    font-size: 12px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-3e {
    padding: 10px 15px;
    overflow: hidden;
}
.btn-3 {
    background: #0d4c86;
    color: #fff;
}
.btn-3e:before {
    left: auto;
    right: 10px;
    z-index: 2;
}
.btn-3e:after {
    width: 30%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-20deg);
    transform-origin: 0 0;
    transform: rotate(-20deg);
}
.btn-3e:hover {
    color: #efefef;
}
.padding-zero {
    padding: 0px;
}
.content-area .bottem-section {
    margin-top: 25px;
    float: left;
    width: 100%;
}
.content-area .bottem-section .content-wrap {
    max-width: 1360px;
    width: 94%;
}
.content-area .content-wrap {
    max-width: 1360px;
}
.content-area .content-wrap .col-md-4 {
    padding-right: 0px;
}
.content-area .get-quote {
    background: linear-gradient(rgba(236, 53, 52, 0.8), rgba(236, 53, 52, 0.8)), rgba(236, 53, 52, 0.8) url(../img/quote-bg.jpg) center center;
    height: 200px;
    background-size: cover;
    text-align: center;
}
.content-area .get-quote h1 {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    padding-top: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
}
.content-area .get-quote p {
    text-align: center;
    color: #fff;
    text-align: center;
    padding: 10px 40px;
}
.content-area .get-quote a {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    font-weight: 500;
}
.content-area .home-address {
    background: #dde6eb;
    height: 200px;
}
.content-area .home-address h1 {
    color: #2c2c2c;
    text-transform: uppercase;
    padding: 10px;
    padding-top: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
}
.content-area .home-address p {
    text-align: center;
    color: #2c2c2c;
    2c2c2c text-align: center;
    padding: 10px 40px;
    font-size: 12px;
}
.default-form button{padding: 10px; background: #3f6e1c; border: 0px; color: #fff; text-transform: capitalize; }

.footer-wrap img {
    width: 100%;
}
.footer-bottom {
    width: 100%;
    padding: 25px;
    background: #134c32;
    color: #fff;
    text-align: center;
    font-size: 11px;
    float: left;
}
.footer-bottom a {
    color: #fff;
}
.footer-bottom p {
    color: #fff;
    font-size: 12px;
    width: 100%;
    float: left;
    margin-top: 10px;
}
.footer-bottom .social {
    margin-top: 10px;
    width: 150px;
    text-align: center;
    margin: 0 auto;
}
.footer-bottom ul.social li {
    float: left;
    padding: 2px;
}
.footer-bottom ul.social li a {
    float: left;
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 60%;
    line-height: 0;
    margin: 0px;
    color: #fff;
    padding: 8px 8px;
}
.products {
    width: 82%;
    margin: 0 auto;
}
.products h1 {
    position: relative;
    font-size: 28px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.products ul {}
.products ul li {
    float: left;
    padding: 20px;
    text-align: center;
}
.products ul li img {
    width: 90%;
    text-align: center; max-width: 180px;
}
.products ul li img:hover {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.products ul li h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.img-gallery {
    width: 100%;
}
.img-gallery .img-item {
    margin-bottom: 15px;
}
.img-gallery .img-item img {
    width: 100%; border: 5px solid #fff;  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.img-gallery h2 {
    text-align: center;
    position: relative;
    font-size: 28px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}

/*** 

====================================================================
	Contact Style Two
====================================================================

***/

.contact-style-two {
    position: relative;
    padding: 0px 0px 90px;
}
.contact-style-two .map-outer {
    position: relative;
    padding: 10px;
    background: #ffffff;
    margin-top: -290px;
    z-index: 1;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.10);
}
.contact-style-two h2 {
    position: relative;
    font-size: 28px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact-style-two .text {
    position: relative;
    font-size: 15px;
    margin-bottom: 40px;
    line-height: 26px;
}
.contact-style-two .form-column {
    padding-right: 40px;
    margin-bottom: 30px;
}
.contact-style-two .info-column {
    margin-bottom: 30px;
}
.info-style-one li {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px;
    line-height: 1.8em;
    font-size: 14px;
}
.info-style-one li .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    border: 2px solid #eaeaea;
    border-radius: 50%;
    line-height: 56px;
    text-align: center;
    font-size: 24px;
    color: #134c32;
}
.info-style-one li strong {
    display: block;
    font-family: 'Poppins', sans-serif;
    color: #222222;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 5px;
}
ul.news-wrap {
    float: left;
}
ul.news-wrap h3 {
    font-size: 18px;
}
ul.news-wrap li {
    margin-bottom: 20px;
}
ul.news-wrap li .image {
    width: 150px;
    height: 150px;
    float: left;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
    margin: 5px;
}
ul.news-wrap li .image img {
    width: 100%;
    width: 100%;
}
.news {
    padding: 15px;
    border: 1px solid #ccc;
    height: 160px;
}
.content-area p {
    font-size: 13px;
    line-height: 22px;
}
.about {
    margin-bottom: 30px;
}
.swing img:hover {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.about h1 {
    position: relative;
    font-size: 28px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.about p {
    text-align: justify;
    line-height: 28px;
    font-size: 15px;
}
.about-2 {
    padding: 10% 20px;
    ;
}
.about-img {
    padding: 1%;
    text-align: center;
}
.about-img img {
    width: 100%;
    height: 100%;
}



/*** 

====================================================================
	Contact Style Two
====================================================================

***/

.contact-style-three {
    position: relative;
    padding: 120px 0px 90px;
}
.contact-style-three .map-outer {
    position: relative;
}
.contact-style-three h2 {
    position: relative;
    font-size: 32px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 40px;
}
.contact-style-three .form-column {
    padding-right: 30px;
    margin-bottom: 30px;
}
.contact-style-three .map-column {
    margin-bottom: 30px;
}
.info-style-two {
    position: relative;
    margin-bottom: 80px;
    text-align: center;
}
.info-style-two .info-column {
    position: relative;
    margin-bottom: 30px;
    color: #777777;
    line-height: 2em;
}
.info-style-two .info-column .icon-box {
    position: relative;
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1em;
    color: #ffbd11;
}
.info-style-two .info-column strong {
    display: block;
    font-family: 'Poppins', sans-serif;
    color: #101010;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-style-one {
    position: relative;
    padding: 50px 0px 120px;
}
.contact-style-one .form-outer {
    position: relative;
    margin-right: -50px;
    background: #ffffff;
    padding: 50px;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.15);
}
.contact-style-one .form-outer h3 {
    position: relative;
    color: #ffb901;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}
.contact-style-one .form-outer .text {
    position: relative;
    font-size: 16px;
    margin-bottom: 50px;
}
.contact-style-one .map-outer {
    position: relative;
    margin: -50px 0px 0px -50px;
}
.default-form .form-group {
    position: relative;
    margin-bottom: 25px;
}
.default-form .form-group .field-label {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #232323;
    font-weight: 500;
    font-size: 13px;
}
.default-form .form-group .field-label sup {
    color: #ff0000;
    font-size: 14px;
}
.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 48px;
    font-size: 13px;
    border-radius: 22px;
    border: 1px solid #ccc;
    padding: 11px 15px;
    background: none;
    color: #111111;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: rgba(255, 255, 255, 0.6) !important;
}
.default-form select {
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(../images/icons/icon-select.png) right center no-repeat;
}
.default-form textarea {
    height: 170px;
    resize: none;
}
.default-form select option {
    text-indent: 15px;
}
.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
    border-color: #ffb901;
}
.default-form input.error,
.default-form select.error,
.default-form textarea.error {
    border-color: #ff0000 !important;
}
.default-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}
.auto-container {
    width: 88%;
    max-width: 1360px;
    margin: 0 auto;
    margin-top: 30px;
}
.card {
    width: 800px;
    height: 500px;
    display: block;
    margin: 0px auto;
    background: #fff;
    border-radius: 15px;
    position: relative;
}


.portfolio-mask {
    width: 310px;
    height: 310px;
    float: left;
    margin: -47px 0 0 -47px;
    position: relative;
    z-index: 2;
    background: url(../img/pentagon-mask.png) center center no-repeat;
}
.product-image {
    width: 50%;
    display: block;
    height: 100%;
    position: relative;
    background: #efefef;
    float: left; text-align: center;
    border-radius: 15px 0px 0px 15px;
}
.product-image img {
    width: 100%; max-width: 300px;
    position: relative;
    margin-top: 30px;
}
.product-info {
    position: relative;
    width: 50%;
    float: left;
    padding: 50px;
    padding-top: 10%;
}

.product-info p{text-align: justify;}
.product-name,
.product-price {
    
}
.product-name {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

.product-price:before {
    content: " ";
}
.product-slogan {
   
    color: #666;
    margin-bottom: .8em;
}
.preferences {
    display: block;
    list-style: none;
    overflow: auto;
    margin-bottom: 2em;
}
.preferences > li {
    float: left;
    padding-right: 20px;
}
.list-name {
    color: #999;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: .2em;
    margin-bottom: .5em;
    display: block;
}

.card2 .product-info{padding-top:0px !Important;}
.card2 strong{font-weight:bold !Important;font-size:18px !important; margin-top:10px !important;}
.card2 .product-image{background:none !Important;}
.card2 .product-image img{max-width:400px;}
.dropdown-menu{padding:0px!important;}
.dropdown-menu > li > a{color: #000 !important;width:100%; float:left;    text-shadow: 0px 0px 0px #000 !important;}

.dropdown-menu > li {padding-left:0px !Important;}
/* -------------------------------- 

Main components 

-------------------------------- */

@media (min-width: 1600px) {
    .container {
        width: 100%;
        padding: 0px;
    }
    .main-slider .gallery-top {
        height: 80vh;
        width: 100%;
    }
    .main-slider .swiper-slide {
        background-size: cover !important
    }
}
@media only screen and (min-width: 1600px) {
    .home-section-five .container {
        width: 100%;
        padding: 0px;
        max-width: 100%;
    }
    .footer .foot-area .container {
        max-width: 90%;
    }
}
@media only screen and (min-device-width: 1020px) and (max-device-width: 1280px) {
    .content-wrap {
        width: 96%;
    }
}
@media only screen and (min-device-width: 800px) and (max-device-width: 1024px) {
    #nav > ul > li > a {
        font-size: 9px;
    }
    .content-area .product-list {
        height: auto;
    }
    .content-area .product-list ul li {
        width: 76%;
        padding: 0px;
        height: 300px;
        float: none;
        margin: 0 auto;
    }
}
@media screen and (max-width: 773px) {
    .content-area .home-section-one h1 {
        font-size: 14px;
        float: left;
    }
    .content-area .home-section-one .introimg {
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }
    .content-area .home-section-two .title {
        padding: 3%;
    }
    .content-area .home-section-two .title h1 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .img-gallery{min-height: 80vh;}
    .content-area .home-section-two .title h2 {
        font-size: 10px;
    }
    
    .section-center:before{display: none;}
    .content-area .home-section-three .title h1 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .content-area .home-section-three .title {
        padding: 3%;
    }
    .content-area .home-section-three .title h2 {
        font-size: 10px;
    }
    .content-area .home-section-three .title {
        padding: 3%;
    }
    .content-area .home-section-four .title h1 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .content-area .home-section-four .title h2 {
        font-size: 10px;
    }
    .content-area .home-section-four .title {
        padding: 3%;
    }
    .mob-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }
    .home-section-one .kbnslogan img {
        width: 100%;
        margin-bottom: 8px;
        margin-top: 5px;
    }
    .main-slider .gallery-thumbs h2 {
        font-size: 14px;
        line-height: 18px;
    }
    .header .logo img {
        height: 75px;
    }
    .content-area .product-list ul li {
        width: 100%;
    }
    .content-area .product-list {
        height: auto;
    }
    .content-area .product-list h1 {
        background: none;
        font-size: 12px;
    }
    .content-area .product-list ul {
        float: left;
    }
    .header .top-bar {
        margin-right: 0px;
        margin-left: 0px;
    }
    .header .top-bar:after {
        display: none;
    }
    .header .top-bar:before {
        display: none;
    }
    #nav > ul > li > a {
        font-size: 9px;
    }
    .content-area .home-section-top .welcome {
        padding: 20px;
    }
    .products ul li{width: 100%;}
    .card{width: 100%; height: auto; float: left;}
    .product-image{width: 100%; border-radius: 0px;}
    .product-info{padding: 10px; width: 100%;border-radius: 0px;}
    .product-name{font-size: 16px;}
    .product-image img{max-width: 220px;}
    .product-info p{font-size: 12px;}
    .products{padding-top: 30px;}
}
@media screen and (max-width: 736px) {
    .content-area .home-section-five .social {
        width: 60%;
    }
    .gallery-thumbs {
        display: none;
    }
    .content-area .home-section-four .home-client-wrap .owl-controls {
        display: none;
    }
    .main-slider .kbnslogan {
        width: 100%;
        right: 0px;
        left: 0px;
        bottom: 0px;
    }
    .main-slider .kbnslogan img {
        width: 100%;
    }
    .swiper-container {
        height: 215px;
    }
    .header .top-bar p {
        width: 70%;
        font-size: 11px;
    }
    .main-slider .swiper-slide {
        background-size: contain !important;
        height: auto;
    }
    .footer-wrap h2 {
        text-align: left;
        font-size: 16px;
        width: 100%;
    }
    .footer-wrap .col-md-4 {
        margin-bottom: 10px;
        float: left;
    }
    .footer-bottom {
        line-height: 24px;
    }
    .header {}
    .header .logo {
        height: 73px;
    }
    .header .logo img {
        height: 75px;
    }
    .header #nav {
        position: absolute;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
    }
    .header #nav > ul {
        background: #bf1f30;
        width: 60%;
        float: right;
        right: 0;
        position: relative;
        z-index: 9999999999;
    }
    .header #nav > ul li {
        border-bottom: #EFEFEF;
    }
    .header #nav > ul li a {
        color: #fff;
    }
    .header #nav > ul li a:hover {
        color: #efefef;
    }
    .header #nav > a {
        width: 3.125em;
        height: 3.125em;
        text-align: left;
        text-indent: -9999px;
        background-color: #bf1f30;
        position: relative;
        right: 10px;
        float: right;
        z-index: 9999999999999;
    }
    .main-slider {
        top: 0px;
        margin-bottom: 0px;
    }
    .content-area .home-section-top .home-news {
        width: 100%;
    }
    .main-slider .content {
        width: 100%;
        height: 50px;
    }
    .main-slider .content h1 {
        font-size: 12px;
    }
    .main-slider .content p {
        font-size: 12px;
        line-height: 16px;
    }
    .main-slider .content a.quote-btn {
        padding: 6px;
        margin-top: 10px;
    }
    .content-area .product-list ul li {
        width: 100%;
        height: auto;
        font-size: 12px;
    }
    .content-area .product-list ul li .images {
        width: 100%;
        ;
        float: left;
    }
    .content-area .product-list ul li .content {
        width: 100%;
        float: left;
    }
    .content-area .product-list {
        height: auto;
    }
    .content-area .home-section-top .welcome h1 {
        font-size: 13px;
    }
    .content-area .home-section-top .home-news h1 {
        font-size: 13px;
    }
    .content-area .home-section-top .home-news ul li a.date {
        width: 100%;
        margin-bottom: 0px;
    }
    .content-area .home-section-top .home-news ul li a.news {
        width: 100%;
    }
    .about-img2 img{width: 100%;}
}
@media screen and (max-width: 667px) {
    .content-area .product-list-wrap {
        background: #dde6eb;
    }
    .header .top-bar {
        background: #134c32;
        height: 62px;
    }
    .header .logo {
        padding-left: 0px;
    }
    .ms-promo-infos {display: none;}
    .intro-img img{width: 100%;}
    .product-image img{max-width: 160px;}
    ul.news-wrap li .image{width: 100%;}
    .news{height: auto;}
    .contact-style-two h2{font-size: 18px;}
}
@media screen and (max-width: 480px) {
    .content-area .home-section-five .social {
        width: 80%;
        text-align: center;
        padding: 25% 8%;
        margin: 0 auto;
    }
    .header .top-bar .menu {
        float: left;
    }
    .header .top-bar .menu ul li a {
        font-size: 9px;
        line-height: 28px;
    }
    .header .top-bar .menu ul li i {
        font-size: 12px;
    }
    .header #nav > a {
        top: 8px;
    }
    .header #nav > ul {
        background: #bf1f30;
        width: 60%;
        float: right;
        top: 8px;
        margin-right: 10px;
        position: relative;
        z-index: 9999999999;
    }
    .header .top-bar a.profile {
        width: 100%;
        text-align: center;
    }
    .header .top-bar a.profile img {
        float: none;
    }
    .header .top-bar a.profile img {
        width: 55%;
    }
    .content-area .home-section-one p {
        font-size: 10px;
        line-height: 24px;
    }
    .header .top-bar a.profile {
        padding-top: 5px;
    }
    .content-area .home-section-three .home-news-wrap img {
        height: auto;
    }
    .content-area .home-section-three .home-news-wrap .desc h2 {
        font-size: 12px;
        text-align: center;
    }
    .content-area .home-section-top .welcome h1 {
        font-size: 10px;
    }
    .content-area .home-section-top .home-news h1 {
        font-size: 10px;
    }
}
@media screen and (max-width: 330px) {
    .header .top-bar .menu ul li {
        padding: 0 7px;
    }
    .header .top-bar .menu ul li a {
        font-size: 8px;
    }
}
