/* Commomn styles */

*,
*:hover {
    outline: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

a {
    color: #000000;
    font-size: 14px;
}

img {
    max-width: 100%;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

a,
a:hover,
a:active,
a:focus,
button,
button:hover,
button:active,
button:focus {
    transition: all .3s;
}

.col-1by5 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.pad-none {
    padding-left: 0px;
    padding-right: 0px;
}

.pad-left-none {
    padding-left: 0;
}

.pad-right-none {
    padding-right: 0;
}

.pad-5-row {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.pad-5-row>div {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.white-bg {
    background: #fff;
}

p {
    font-weight: 300;
    font-size: 18px;
    color: #2c2c2c;
    line-height: 23.61px;
    margin-bottom: 25px;
}

p.alt {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 20px;
}

.nanum-gth {
    font-family: 'Nanum Gothic', sans-serif;
}

.relative {
    position: relative;
}


/*  Commomn styles end */


/* header styles start */

nav.navbar.navbar-default {
    margin-bottom: 0px;
    min-height: auto;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff2b;
}

nav.navbar.navbar-default .navbar-header {
    background: transparent;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: #0000002e;
}

header a.navbar-brand {
    display: inline-block;
    float: none;
    height: auto;
}

.container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 10px 21px;
}

header .navbar-collapse ul.nav.navbar-nav {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
}

header .navbar-collapse {
    position: relative;
}

section.banner {
    position: relative;
}

section.banner .banner-btn {
    position: absolute;
    left: 30%;
    bottom: 35%;
    z-index: 999;
    background: none;
    border: none;
    font-size: 38px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.8);
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

section.banner .logo-banner {
    position: absolute;
    right: 37px;
    bottom: 27px;
    width: 34%;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:focus {
    background-color: #D58927;
    color: #fff;
    border-radius: 6px;
    border-color: #ccc0 !important;
}

.navbar-nav>li.call-num>a,
.navbar-nav>li.call-num.language>a {
    border: 1px solid #fff;
    padding: 5px 13px;
    margin-left: 11px;
    position: relative;
    top: 5px;
}

.navbar-nav>li.call-num.language>a {
    margin-left: 28px;
}

.navbar-nav>li.call-num a i {
    margin-right: 11px;
}

.navbar-nav>li.call-num.language a img {
    max-width: 24px;
    margin-right: 7px;
}

section.banner .owl-dots {
    text-align: left;
    position: absolute;
    bottom: 45px;
    left: 25px;
}

section.banner .owl-dots .owl-dot span {
    background-color: #fff;
}

section.banner .owl-dots .owl-dot.active span {
    background-color: #D58927;
}

section.products {
    padding: 65px 0px;
    background-color: #cecece;
    padding-bottom: 81px;
}

h3.line-head {
    margin: 0px;
    font-size: 18px;
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: 800;
    letter-spacing: 3px;
    position: relative;
}

h3.line-head:after {
    position: absolute;
    height: 2px;
    width: 34px;
    background-color: #D58927;
    content: close-quote;
    left: -54px;
    top: 46%;
}

h1.main-head {
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 19px;
    margin-top: 27px;
}

a.read-more-main {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    border-bottom: 2px solid #333;
    padding-bottom: 7px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 47px;
}

a.read-more-main:hover {
    border-color: #D58927;
    color: #545454;
    letter-spacing: 1px;
    text-align: center;
}

.each-prdt figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 33px 39px;
    right: 0;
    background: rgba(255, 255, 255, 0);
    transition: all .4s;
}

.each-prdt figure {
    position: relative;
}

.each-prdt figcaption h3 {
    text-transform: uppercase;
    font-weight: 800;
    margin: 0px;
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 19px;
    text-shadow: 0 1px 1px #00000047;
}

.each-prdt figcaption p {
    color: #fff;
    width: 76%;
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    opacity: 0;
    transition: all .4s;
}

.each-prdt figcaption a.prdt-readmre {
    text-align: center;
    position: absolute;
    opacity: 0;
    bottom: 33px;
    border-bottom: 2px solid #fff;
    color: #fff;
    padding-bottom: 5px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    transition: all .4s;
}

.each-prdt figcaption a.prdt-readmre:hover {
    letter-spacing: 2px;
}

.each-prdt:hover figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 33px 39px;
    right: 0;
    background-color: #D58927;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f47e20+0,f4a720+100 */
    background: #D58927;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #D58927 0%, #f4a720 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #D58927 0%, rgba(244, 167, 32, .9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #D58927 0%, rgba(244, 167, 32, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#D58927', endColorstr='#f4a720', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    transition: all .4s;
}

.each-prdt:hover figcaption p,
.each-prdt:hover figcaption a.prdt-readmre {
    opacity: 1;
    transition: all .4s;
}

section.products .col-sm-6 {
    padding: 0px;
}

section.products .top-up {
    margin-top: -46px;
}

.each-prdt figure img {
    opacity: .95;
}

.each-prdt figure {
    background-color: #000;
    transition: all .4s;
}

.each-prdt:hover figcaption h3 {
    text-shadow: none;
}

.each-prdt figure:hover {
    transform: scale(1.04);
    transition: all .4s;
    z-index: 9999;
    box-shadow: 0px 10px 21px -5px #00000070;
}

section.about {
    background-color: #f1f1f1d1;
    padding: 76px 0px;
}

section.about h1.main-head {
    line-height: 52px;
    font-size: 38px;
    margin-bottom: 25px;
}

section.products h1.main-head {
    color: #585858;
}

section.about p {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 9px;
}

.abt-right img.abt-image {
    position: relative;
    z-index: 5;
    transition: all .5s;
    top: 0;
    right: 0;
}

.abt-right:hover img.abt-image {
    right: -10px;
    top: -5px;
    transition: all .4s;
}

.abt-right {
    position: relative;
}

a.read-abt:hover {
    letter-spacing: 2px;
    text-decoration: none;
    background-color: #de6c19;
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-10%, 0, 0);
        opacity: 0;
        transform: translate3d(-10%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-10%, 0, 0);
        opacity: 0;
        transform: translate3d(-10%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -10%, 0);
        opacity: 0;
        transform: translate3d(0, -10%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -10%, 0);
        opacity: 0;
        transform: translate3d(0, -10%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(10%, 0, 0);
        opacity: 0;
        transform: translate3d(10%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(10%, 0, 0);
        opacity: 0;
        transform: translate3d(10%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 10%, 0);
        opacity: 0;
        transform: translate3d(0, 10%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 10%, 0);
        opacity: 0;
        transform: translate3d(0, 10%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.abt-right:after {
    position: absolute;
    content: close-quote;
    left: -30px;
    right: -23px;
    top: 46px;
    bottom: -34px;
    background-color: #d4ccc2;
    transition: all .5s;
}

.abt-right:hover:after {
    left: -40px;
    bottom: -40px;
    transition: all .5s;
}

a.read-abt {
    position: relative;
    z-index: 49;
    background-color: #D58927;
    color: #fff;
    width: 74%;
    padding: 19px 31px;
    font-size: 17px;
    float: right;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    margin-right: -20px;
    padding-top: 50px;
    margin-top: -33px;
}

a.read-abt img {
    max-width: 25px;
    float: right;
}

.abt-right .btn-ab {
    position: relative;
    z-index: 1;
}

section.about .abt-main {
    width: 84%;
}

section.contact {
    padding: 68px 0px;
    background-color: #cecece;
}

.form-control {
    background-color: #f1f1f1;
    border: none;
    box-shadow: none;
    min-height: 54px;
    border-radius: 0px;
    font-weight: bold;
    color: #000;
    padding-left: 22px;
}

section.contact input.btn {
    width: 100%;
    background-color: #D58927;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 17px 5px;
    border-radius: 0px;
}

section.contact button.btn:hover {
    letter-spacing: 2px;
    background-color: #de6c19;
}

ul.address {
    list-style-type: none;
    padding: 0;
    font-weight: 600;
    border-top: 2px solid #c5c5c5;
    padding-top: 24px;
    letter-spacing: 0.4px;
    color: #585858;
}

ul.address li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 11px;
    font-size: 15px;
}

section.contact p {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
}

ul.address li i {
    position: absolute;
    left: 0;
    color: #D58927;
    top: 3px;
    font-size: 21px;
}

ul.address li i.fa-envelope {
    font-size: 18px;
}

.contact-dd {
    width: 90%;
}

textarea.form-control {
    padding-top: 15px;
}

footer {
    background-color: #292929;
    color: #a1a1a1;
    padding: 45px 0px;
}

footer h3 {
    margin: 0px;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.8px;
}

footer ul {
    margin-top: 35px;
}

footer ul li {
    display: inline-block;
    margin-right: 12px;
}

footer ul li a {
    color: #fff;
    display: inline-block;
    width: 31px;
    height: 31px;
    border: 2px solid #fff;
    border-radius: 20px;
    font-size: 17px;
    line-height: 28px;
}

footer p {
    color: #a1a1a1;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
}

footer p a {
    color: #a1a1a1;
    text-decoration: underline;
}

footer img {
    max-width: 191px;
    padding: 7px 10px;
    border: 1px solid #737373;
}

footer ul li a:hover {
    background-color: #fff;
    color: #D58927;
}

.form-control:focus {
    box-shadow: none;
}

footer a.f-images:hover img {
    border-color: #c3c3c3;
}

footer a.f-images:hover img {
    border-color: #c3c3c3;
}

ul.dropdown-menu li {
    text-transform: initial;
    border-bottom: 1px solid #eaeaea;
}

ul.dropdown-menu li a {
    padding: 9px 25px;
}

ul.dropdown-menu {
    padding: 0px;
    border-radius: 10px;
    border-top-left-radius: 10px !important;
    margin-top: -1px;
    border: none;
}

ul.dropdown-menu li:last-child {
    border: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

ul.dropdown-menu li:last-child {
    border-bottom: none;
}

section.products h3.line-head {
    color: #585858;
}

section.products a.read-more-main {
    color: #585858;
    border-bottom: 2px solid #585858;
}

ul.dropdown-menu.language-a a {
    border: none !important;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    border-radius: 10px;
}

.dropdown-menu>li>a {
    font-weight: 600;
}

section.contact h3.line-head,
section.contact p,
section.contact h1.main-head {
    color: #585858;
}

section.inner_bnr {
    position: relative;
    background-color: #000;
}

section.inner_bnr h3.inside-heads {
    position: absolute;
    top: 63%;
    left: 50%;
    color: #ffffff;
    font-weight: bold;
    font-size: 42px;
    transform: translatex(-50%) translatey(-50%);
    margin: 0px;
    text-shadow: 0 1px 1px black;
    z-index: 3;
    width: 980px;
    text-align: center;
}


/*section.inner_bnr ol.breadcrumb {
    position: absolute;
    top: 75%;
    left: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    transform: translatex(-50%) translatey(-50%);
    background: none;
    padding: 0px 0px;
    margin: 0px;
}*/

section.inner_bnr ol.breadcrumb {
    position: absolute;
    bottom: 25px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    background: none;
    padding: 0px 0px;
    margin: 0px;
    text-align: center;
    width: 100%;
}

section.inner_bnr ol.breadcrumb li {
    color: #fff;
}

section.inner_bnr ol.breadcrumb li a {
    color: #fff;
}

.inner_bnr img {
    width: 100%
}

section.about.inner-pge {
    padding: 30px 0px;
}

section.about.inner-pge h1.main-head {
    font-size: 32px;
    line-height: 40px;
}

section.about.inner-pge .abt-main {
    width: 100%;
}

section.about.inner-pge img.abot-img {
    margin-bottom: 35px;
    border-radius: 25px;
    box-shadow: 9px 10px 9px 0px #0000007a;
}

p {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
}

section.imprint.inner-pge p {
    margin-bottom: 5px;
}

section.imprint.inner-pge p span {
    font-weight: 600;
}

di.hr-in {
    height: 1px;
    background-color: #ada18f;
    width: 100%;
    display: block;
    margin: 15px 0px;
}

section.imprint.inner-pge {
    padding-bottom: 27px;
    background-color: #c7baa7;
}

section.inner_bnr img {
    opacity: .85;
}

.prdt-img img {
    max-width: 100%;
    border-radius: 6px;
    opacity: .8;
}

.prdt-img h2 {
    font-weight: 700;
    margin-top: 0px;
}

section.product-in.inner-pge {
    padding: 46px 0px;
    background-color: #c7baa7;
    padding-bottom: 33px;
}

.row.prdt-row {
    padding: 10px 0px;
    border: 1px solid #9e9588;
    border-radius: 4px;
    margin-bottom: 27px;
}

.row.prdt-row:hover {
    background-color: #dad1c5;
    border: 1px solid #9e9588;
}

.about.index {
    background-color: #e4ded6;
}

section.product-in.inner-pge .col-sm-12.prdt-img {
    padding: 0px;
}

.prdt-detail h3 {
    margin-top: 0px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
}

section.product-in.inner-pge .container {
    padding-left: 30px;
    padding-right: 30px;
}

img.images-prdt {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

section.products .col-sm-6 {
    padding-left: 8px;
    padding-right: 8px;
}

.each-prdt {
    margin-bottom: 16px;
    border-radius: 25px;
}

.fix-margin-prdt {
    margin-left: -8px;
    margin-right: -8px;
}

.each-prdt figure {
    box-shadow: 9px 10px 9px 0px #0000007a;
}

.each-prdt {
    margin-bottom: 26px;
    border-radius: 25px;
    margin-right: 9px;
}

section.products {
    background-color: #c7baa7;
}

.each-prdt figure:hover {
    box-shadow: 10px 11px 27px 0px #0000007a;
}

section.contact {
    background-color: #c7baa7;
}

ul.address {
    border-top: 2px solid #b1a593;
}

section.about {
    background-color: #c7baa7;
}

section.products h1.main-head {
    color: #615b52;
}

section.products h3.line-head {
    color: #615b52;
}

section.products a.read-more-main {
    color: #615b52;
    border-bottom: 2px solid #615b52;
}

.abt-right:hover img.abt-image {
    box-shadow: -13px 9px 16px #00000061;
}

.row.prdt-row:hover {
    box-shadow: 9px 9px 18px 0px #0000007a;
}

.navbar-header a.navbar-brand {
    position: relative;
    z-index: 999;
}

.navbar-default .navbar-nav>li.active>a {
    background-color: #D58927;
    color: #fff;
    border-radius: 6px;
    border-color: #ccc0 !important;
}

.navbar-nav li.dropdown>a:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 5px;
}

.qr-content-btn-box {
    margin: 30px 0;
}

.qr-content-btn-box a {
    display: inline-block;
    width: 100%;
    padding: 15px;
    border: 1px solid;
    transition: all .4s;
    box-shadow: 9px 10px 9px 0px rgba(0, 0, 0, 0.48);
}

.qr-content-btn-box a:hover {
    background-color: #D58927;
    color: #fff;
    box-shadow: 10px 11px 27px 0px rgba(0, 0, 0, 0.48);
}

.qr-content-btn-box h3 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    letter-spacing: 1px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.278);
}

.qr-content-btn-box img {
    max-width: 100px;
}


/*  header styles end  */


/* footer styles start */


/*  footer styles end  */


/* media Query */


/* Define mobile styles */

@media (max-width: 767px) {
    .col-1by5 {
        width: 100%;
    }
    .pad-none {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pad-left-none {
        padding-left: 15px;
    }
    .pad-right-none {
        padding-right: 15px;
    }
}


/* tablet screens */

@media (min-width: 768px) and (max-width: 991px) {
    .col-1by5 {
        width: 50%;
    }
}


/* medium desktop screens */

@media (min-width: 992px) and (max-width: 1199px) {
    .col-1by5 {
        width: 20%;
    }
}


/* Large screens*/

@media (min-width: 1200px) {
    .col-1by5 {
        width: 20%;
    }
    .container {
        width: 1100px;
    }
}


/*custom screen media */

@media (max-width: 359px) {}

.center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}