@charset "utf-8";

/*whole*/

@media (min-width:1601px) {
    /* .container {
        max-width: 1600px;
        width: 1600px;
    } */

    /* .banner-page-list img {
        height: 538px;
        width: auto !important;
    } */
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.ttf");
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.ttf");
    font-family: "Roboto-Light";
    src: url("../fonts/Roboto-Light.ttf");
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html {
    overflow-y: scroll;
}

body {
    font-size: 0.9rem;
    _font-size: 0.9rem;
    font-family: "Roboto-Regular", "Roboto-Bold", "Roboto-Light";
    color: #012756;
}

img {
    max-width: 100%;
    border: none;
    -webkit-touch-callout: none;
}

p {
    margin: 0;
}

ul,
ol {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease-in 0s;
}

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

p {
    color: #333;
}

button {
    border-radius: 0;
}

.clickbutton a {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.clickbutton a:hover {
    color: #fff;
}

.clickbutton a:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0;
    background: #012756;
    transition: .5s;
    z-index: -1;
}

.clickbutton a:hover:before {
    width: 100%;
    left: 0;
}


.clickbutton button {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.clickbutton button:hover {
    color: #fff;
}

.clickbutton button:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0;
    background: #012756;
    transition: .5s;
    z-index: -1;
}

.clickbutton button:hover:before {
    width: 100%;
    left: 0;
}

.margin-t-10 {
    margin-top: 100px;
}

.margin-b-10 {
    margin-bottom: 100px;
}

.padding-t-10 {
    padding-top: 100px;
}

.padding-b-10 {
    padding-bottom: 100px;
}

.padding-b-15 {
    padding-bottom: 150px;
}

.bg {
    background: #012756;
}

.bg-grey {
    background: #f0f0f0;
}

.bg-fff {
    background: #fff;
}

.bg-black-5 {
    background: rgb(1 1 1 / 50%);
}

.color111 {
    color: #111111;
}

.color333 {
    color: #333;
}

.colorfff {
    color: #fff;
}

.fs-09 {
    font-size: 0.9rem;
}

.h38 {
    height: 38px;
}


/*header*/

#header .header-top {
    height: 50px;
    line-height: 50px;
}

#header .header-top h6 {
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
}

.header-sns a {
    margin-left: 1rem;
}

.header-nav {
    background: #012756;
    height: 80px;
    line-height: 80px;
}

.cd-logo img {
    width: 200px;
}

.quote {
    position: absolute;
    top: 42px;
    right: 0;
    z-index: 10;
}

.quote a {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    width: 220px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: block;
    background: #898989;
}

.quote a:hover {
    background: #222;
    transition: background .2s ease-in 0s;
}

#cd-primary-nav {
    margin-bottom: 0;
}

.category-list .card {
    border: 0;
    box-shadow: 0;
}

.category-list .card:hover {
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%) !important;
    transition: box-shadow .2s ease-in 0s;
}

.newproduct-list li img:hover {
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 5%) !important;
    transition: box-shadow .2s ease-in 0s;
}

.about-num h6 {
    font-size: 4rem;
}

.about-num span {
    vertical-align: text-top;
    font-size: 12px;
    color: #999;
}

.choice-list li {
    display: block;
}

.choice-list .btn-outline-dark {
    transition: all .2s ease-in 0s;
}

.choice-list li:hover {
    background: rgba(255, 255, 255, 0.15);
    transition: all .5s ease-in 0s;
}

.choice-list li:hover {
    background: rgba(255, 255, 255, 0.15);
    transition: all .5s ease-in 0s;
}

.say-list-li:hover {
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 5%) !important;
    transition: box-shadow .2s ease-in 0s;
}

#click a {
    border: 3px solid #012756;
}

#click a:hover {
    border: 3px solid #fff;
    background: #012756;
    color: #fff;
    transition: all .2s ease-in 0s;
}

#pills-tab li button {
    width: 100%;
    background: #012756;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0;
    border: 3px solid #fff;
}

#pills-tab li .active {
    border: 3px solid #012756;
    background: #fff;
    color: #012756;
    transition: all .2s ease-in 0s;
}

.faq-list .accordion:nth-last-child(odd) .accordion-item {
    margin-top: 20px;
}

.banner-page-list {
    margin-bottom: -20px;
}

.product-list {
    border: 2px solid #fff;
}

.product-list:hover {
    border: 2px solid #012756;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    transition: all .2s ease-in 0s;
}

.page-item.active .page-link {
    background: #012756;
    color: #fff;
    border-color: #012756;
    transition: all .2s ease-in 0s;
}

.page-link:hover {
    color: #012756;
    background: #f2f2f2;
}

.page-link {
    color: #333;
}

.page-num {
    display: inline-block;
    padding: 7px 16px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.page-num-current {
    background-color: #012756;
    color: #fff;
    border-top: 1px solid #012756;
    border-bottom: 1px solid #012756;
    border-right: 1px solid #012756;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.product-class-list {
    border-bottom: 10px solid #fff;
    border-right: 10px solid #fff;
}

.list-active {
    border-bottom: 10px solid #333;
    border-right: 10px solid #444;
}

.product-class-list img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all .3s ease-in 0s;
}

.product-class-list img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: all .3s ease-in 0s;
}

.top-right a:hover {
    background-color: #f0f0f0;
    padding-top: 11px;
    padding-bottom: 12px;
}

.lang a {
    height: 40px;
    line-height: 40px;
    display: block;
    width: 116px;
    padding-left: 10px;
    padding-right: 10px;
}

.lang a:hover {
    background: #f0f0f0;
}

.banner {
    margin-top: -70px;
}

.num-list {
    margin-top: -80px;
}

.bg-img {
    background: url(../img/about-menmian.png) no-repeat top right;
}

.sufaceimg {
    background: url(../img/finish.png) no-repeat left center;
    padding-left: 40px;
}

.sufaceimg:hover {
    background: url(../img/finish.jpg) no-repeat left center #f6f6f6 !important;
    padding-left: 40px;
}

.finish_active {
    background-color: #f0f0f0;
    font-weight: 700;
}

.handle_active {
    background: url(../img/right.svg) no-repeat left center;
    padding-left: 40px;
}

@media (max-width: 576px) {
    .md-hidden {
        display: none;
    }

    .cd-logo img {
        width: 130px;
    }

    #cd-search {
        top: 96px;
    }

    .header-nav {
        height: 50px;
        line-height: 50px;
    }

    .margin-t-10 {
        margin-top: 50px;
    }

    .margin-b-10 {
        margin-bottom: 50px;
    }

    .padding-t-10 {
        padding-top: 50px;
    }

    .padding-b-10 {
        padding-bottom: 50px;
    }

    .padding-b-15 {
        padding-bottom: 50px;
    }

    .newproduct-list {
        margin-top: 30px;
        padding: 0;
    }

    .choice-list {
        padding-left: 0;
    }
}

#breadcrumb .breadcrumb a {
    margin-left: .5rem;
    margin-right: .5rem;
}


/************CONTACT US PAGE START*********/

.bg-contact-img {
    background-image: url("../image/contact-header.jpg");
    height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.contact-sec {
    padding-top: 125px;
    padding-bottom: 125px;
}

.contact-sec .contact-description {
    padding: 10px 20px 20px 20px;
}

.contact-sec .contact-detail .ex-detail {
    margin-bottom: 15px;
}

.contact-sec .contact-detail .ex-detail .portfolio-vert {
    font-size: .8rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    margin-bottom: -29px;
    margin-left: 3px;
    text-transform: uppercase;
}

.ex-detail .heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
}

.contact-sec .contact-detail .small-text {
    margin-bottom: 40px;
    width: 95%;
}

.contact-sec .contact-detail .location-details h4 {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
}

.contact-sec .contact-detail .location-details ul {
    padding-left: 0;
}

.contact-sec .contact-detail .location-details ul li {
    list-style: none;
    margin-bottom: 12px;
    position: relative;
}

.contact-sec .contact-detail .location-details ul li a {
    font-size: 1rem;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
}

.contact-sec .contact-detail .location-details ul li i {
    font-size: 20px;
    margin-right: 5px;
    color: #535353;
    position: absolute;
    top: 2px;
    left: 0;
}


/*contact us form*/

.contact-sec .contact-box {
    padding: 40px 30px;
    -webkit-box-shadow: 1px 1px 8px #dddddd;
    box-shadow: 1px 1px 8px #dddddd;
    border-radius: 6px;
}

.contact-sec .contact-box .small-heading {
    font-size: 24px;
    font-family: Montserrat, "sans-serif";
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-sec .contact-box .small-text {
    font-family: Poppins, "sans-serif";
    margin-bottom: 25px;
}

.contact-sec .contact-form .my-form {
    position: relative;
}

.contact-sec .contact-form .my-form .form-control {
    border: 1px solid #cbcbcb;
}

.contact-sec .contact-form .my-form input {
    margin-bottom: 20px;
    border-radius: 6px;
    padding: 20px;
}

.contact-sec .contact-form .my-form input[placeholder] {
    color: #444444;
    opacity: .8;
    font-size: 14px;
}

.contact-sec .contact-form .my-form textarea {
    border-radius: 10px;
    padding: 20px;
}

.contact-sec .contact-form .my-form textarea[placeholder] {
    color: #444444;
    opacity: .8;
    font-size: 14px;
}

.display-error {
    position: absolute;
    top: -45px;
    left: 15px;
    right: 15px;
}

.contact-page .contact-list li:nth-child(2),
.contact-page .contact-list li:nth-child(3) {
    display: inline-block;
}

.contact-page .contact-list li:nth-child(2) {
    margin-right: 8px;
}

.contact-page .contact-list li:nth-child(even) {
    margin-bottom: 0 !important;
}

.counter-section {
    position: relative;
    padding-top: 180px
}

.counter-section.style-two {
    padding-top: 0
}

.counter-section .fact-section {
    position: relative;
    padding: 100px 0 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom
}

.counter-section .fact-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(64, 62, 57, .8)
}

.fact-section .title-column {
    position: relative;
    margin-bottom: 30px
}

.fact-section .title-column .title-inner {
    position: relative;
    min-height: 180px
}

.fact-section .title-column .title-inner .number {
    position: absolute;
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    line-height: 1.6em;
    width: 180px;
    height: 180px;
    text-align: center;
    display: inline-block;
    border: 8px solid #012756;
    border-right: 0
}

.fact-section .title-column .title-inner .number:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 8px;
    height: 35px;
    background-color: #012756
}

.fact-section .title-column .title-inner .number:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 8px;
    height: 35px;
    background-color: #012756
}

.fact-section .title-column .title-inner .text {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4em;
    padding-left: 170px;
    padding-top: 60px;
    display: inline-block
}

.fact-counter {
    position: relative
}

.fact-counter .column {
    position: relative;
    z-index: 5;
    margin-bottom: 40px
}

.fact-counter .column .inner {
    position: relative;
    text-align: center;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.fact-counter .count-outer {
    position: relative;
    font-size: 36px;
    line-height: 1em;
    font-weight: 500;
    margin: 0 0
}

.fact-counter .count-outer .count-text {
    position: relative;
    font-weight: 600;
    color: #fff;
    font-size: 40px
}

.fact-counter .column .counter-title {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #f2eee9;
    margin-top: 8px;
    font-family: 'Barlow', sans-serif
}

@media (max-width: 1200px) {
    .newproduct-list {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media (min-width: 1400px) {
    .w-90 {
        width: 90%;
        max-width: 90%;
    }
}

@media (min-width: 10px) and (max-width:1750px) {
    .quoteno {
        display: none;
    }
}

@media (min-width: 1751px) {
    .cd-primary-nav {
        padding: 0 300px 0 0 !important;
    }
}

@media (max-width: 767px) {
    .mt250 {
        margin-top: 250px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .mt250 {
        margin-top: 80px;
    }
}