:root {
    --primary-dark: #0B2C4D;
    --primary-blue: #1F6FB2;
    --accent-blue: #6FB6E6;
    --white: #ffffff;
    --bg-light: #f7f7f7;
}

html,
body {
    background-color: #fff;
    min-height: 100%;
}

@supports (-webkit-touch-callout: none) {

    html,
    body {
        background-color: #fff;
        min-height: 100%;
    }

    .rev_slider_wrapper,
    .rev_slider,
    .fullscreen-container,
    .fullwidthbanner-container {
        background-color: #fff;
    }

}

@supports (-webkit-touch-callout: none) {

    * {
        background-attachment: scroll !important;
    }

}

@supports (-webkit-touch-callout: none) {

    .rev_slider,
    .rev_slider_wrapper,
    .tp-revslider-mainul,
    .tp-revslider-slidesli {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
    }

}

@supports (-webkit-touch-callout: none) {

    .rs-background-video-layer video,
    .fullscreenvideo video {
        object-fit: cover !important;
        background-color: #000;
    }

    .rs-background-video-layer {
        position: absolute !important;
    }

}

@supports (-webkit-touch-callout: none) {

    .rev_slider,
    .rev_slider_wrapper {
        overflow: hidden !important;
    }

    .tp-overflow-hidden {
        overflow: hidden !important;
    }

}

@supports (-webkit-touch-callout: none) {

    [class^="revicon-"]:before,
    [class*=" revicon-"]:before {
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
    }

}

@supports (-webkit-touch-callout: none) {

    * {
        -webkit-tap-highlight-color: transparent;
    }

}

/* header */
/* Default font */
/* body {
    font-family: 'Poppins', sans-serif;
} */

/* English */
/* body.lang-en {
    font-family: 'Poppins', 'Arial', sans-serif;
} */

/* Chinese */
/* body.lang-zh {
    font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
} */

/* Russian */
/* body.lang-ru {
    font-family: 'Roboto', 'Arial', sans-serif;
} */

.addsd {
    text-align: left;
}

.padsp {
    padding: 0px 10px 100px !important;
}

.top-contact,
.top-language {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.top-contact li {
    margin-right: 20px;
    color: var(--primary-dark);
}

.top-contact i {
    color: var(--primary-blue);
    margin-right: 6px;
}

.top-language {
    justify-content: flex-end;
}

.top-language li {
    margin-left: 16px;
}

.top-language a {
    color: var(--primary-dark);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.top-language a:hover,
.top-language a.active {
    color: var(--primary-blue);
}

/*==Common classes==*/
p {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    font-family: sans-serif;
}

.text-right {
    text-align: right;
}

.text-right {
    text-align: right;
}

.padd-top-40 {
    padding-top: 40px;
}

.padd-50 {
    padding: 50px 0px;
}

.padd-30 {
    padding: 30px 0px;
}

.padd-20 {
    padding: 20px 0px;
}

.padd-80 {
    padding: 80px 0px;
}

.padd-0 {
    padding: 0px;
}

.padd-top-50 {
    padding-top: 50px;
}

.margin-top-80 {
    margin: 80px 0px;
}

.marg-30 {
    margin: 30px 0px;
}

.marg-80 {
    margin: 80px 0px;
}

.marg-btm-40 {
    margin-bottom: 40px;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.left {
    background-image: none;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -70px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -70px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 18px;
    background: #000;
    padding: 5px;
}

.owl-nav {
    text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    padding: 0px 10px !important;
    font: inherit;
    font-size: 20px;
    background: #000;
    color: #fff;
    margin: 0px 10px;
}

.sect-title-2 {
    color: #ffffff;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
}

.sect-title-3 {
    color: #ffffff;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
}

.sect-title-4 {
    color: #fff;
    font-size: 20px;
}


/*===HEADER===*/
.header-main {
    background: var(--primary-dark);
    color: #ffff;
    box-shadow: 0px 0px 20px 0px #0000;
}

.navbar-default .navbar-nav>li>a {
    color: var(--accent-blue);
    padding: 10px 25px;
}


.headerbx-top img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    padding: 5px;
    background: #fff;
    border-radius: 5%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease;
    margin: 10px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: inherit;
    color: var(--white);
    border-bottom: 2px solid var(--accent-blue);
}

.navbar-default .navbar-nav>.active>a:before,
.navbar-default .navbar-nav>.active>a:focus:before,
.navbar-default .navbar-nav>.active>a:hover:before {
    content: "\f2dc";
    font-family: 'Fontawesome';
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -10px;
    font-size: 14px;
    left: 0px;
}

/* Dropdown active text */
.dropbtn span.active {
    color: var(--white);
    border-bottom: 2px solid var(--accent-blue);
    position: relative;
    padding-bottom: 10px;
}

/* Icon color */
.dropbtn span.active i {
    color: #fff;
}

/* Bottom FontAwesome indicator */
.dropbtn span.active::after {
    content: "\f2dc";
    font-family: 'Fontawesome';
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -10px;
    font-size: 14px;
    left: 0px;
}

/* .navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav>.active>a:focus:after,
.navbar-default .navbar-nav>.active>a:hover:after {
    content: "\f2dc";
    font-family: 'Fontawesome';
    position: absolute;
    width: 100%;
    text-align: center;
    top: -14px;
    font-size: 14px;
    left: 0px;
} */

.navbar-default .navbar-nav>.active>a:focus:after {
    content: "\f219";
    font-family: 'Fontawesome';
    position: absolute;
    width: 100%;
    text-align: center;
    top: -14px;
    font-size: 14px;
    left: 0px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.sticky .setbgNew {
    padding: 0px 20px;
    box-shadow: 0px 0px 10px 0px #ddd;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: var(--primary-dark);

    /* subtle border */
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);

    /* soft luxury shadow */
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}


.sticky #navbar7 ul {
    margin: 35px 0px;
}

/* .sticky .headerbx-top img {
    padding: 8px 0px;
    width: 80px;
} */

.sticky .nav>li img {
    max-width: none;
    width: 100px;
    padding: 10px 0px;
    display: block;
}

.navbar {
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.nav>li img {
    max-width: none;
    width: 100px;
    padding: 10px 0px;
    display: none;
}

.navbar-default {
    background: #0000;
    border: none;
    border-radius: 0px;
}

.menuName {
    text-align: right;
    margin: 35px 0px;
    font-family: initial;
}

.menuName li {
    font-weight: bold;
    font-size: 18px;
    background: #0000;
    padding: 0px 10px;
}

.menuName li a {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

/* Dropdown Button */
.dropbtn {
    background-color: #0000;
    color: white;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    padding: 10px 10px;
}

.dropbtn:hover {
    background-color: #fff;
}

.dropbtn span {
    color: #6FB6E6;
    text-decoration: none;
    font-weight: bold;
}


.dropbtn span:hover {
    color: #fff;
}

.dropbtn i {
    color: #ffae00;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: var(--primary-dark);
    min-width: 340px;
    z-index: 99999;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    overflow: hidden;

}

.dropdown-content a {
    color: var(--white);
    padding: 12px 18px;
    display: block;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transition: all 0.3s ease;
}

.dropdown-content a:last-child {
    border-bottom: none;
}

.dropdown-content a:hover {
    background: var(--primary-blue);
    padding-left: 24px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #0000;
}

/*===End HEADER===*/

/*==slider SECTION==*/
.section-slider-title {
    padding: 40px;
    margin-top: 60px;
    background: #0000;
}

.slider-Sect {
    position: absolute;
    background: #fff;
    margin: 80px 50px 80px 80px;
    padding: 50px 40px;
}

.slider-bx2 {
    background-image: url(./images/banner-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.section-slider-title h3 {
    color: #f4ddc4;
    font-weight: bold;
    font-size: 25px;
    font-family: initial;
    margin: 0px;
}

.section-slider-title h1 {
    color: #fff;
    font-weight: bold;
    font-size: 45px;
    line-height: 70px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: initial;
    margin: 15px 0px;
}

.section-slider-title h1 span {
    color: #f4ddc4;
}

.section-slider-title p {
    color: #fff;
    padding-bottom: 10px;
}

/*==END SLIDER==*/

/*==counter Section ==*/
.counter-section {
    background: url(images/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.counter-section .big-icon {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    margin-right: 15px;
    text-align: center;
}

.counter-section .big-icon i {
    font-size: 80px;
    color: #ffae00;
}

.counter-content h2 {
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
    margin: 10px 0px;
    font-weight: bold;
}

.counter-content p {
    text-transform: uppercase;
    color: #fff;
}

.counter-section .counter .counter-item {
    min-width: 150px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    border-right: 1px solid #b9b9b945;
    text-align: center;
    display: inline-block;
    padding: 20px 40px;
}

.counter-section .counter .counter-item i {
    font-size: 40px;
    color: #f4ddc4;
}

.counter-section .counter .counter-item h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 4px;
}

.counter-section .counter .counter-item:last-child {
    border-right: none;
}

/*==section Title==*/
.section-heading h2 {
    border-left: 6px solid var(--primary-blue);
    padding: 20px 0 20px 30px;
    margin: 0px 0 0px 0;
    position: relative;
    color: var(--primary-blue);
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    font-family: initial;
    line-height: 30px;
}

.section-heading h2::before {
    top: 20%;
    left: -20px;
    content: "\f2dc";
    font-family: 'Fontawesome';
    display: inline-block;
    position: absolute;
    color: var(--white);
    font-size: 28px;
    background: var(--primary-blue);
    padding: 5px;
}

.section-heading h2 span {
    color: var(--primary-dark);
    font-size: 28px;
    font-weight: bold;
}

.border-white h2 {
    border-left: 6px solid #fff;
}

.section-heading h2 .white-Clr {
    color: #fff;
}

.common-btn,
input[type=submit] {
    padding: 12px 20px;
    font-size: 15px;
    background: var(--primary-blue);
    color: var(--white);
    border-left: 6px solid var(--accent-blue);
    transition: all .5s ease;
    /* border-radius: 20px; */
}

.common-btn:hover {
    background: var(--primary-dark);
    box-shadow: 6px 6px 0 var(--accent-blue);
}

/*=== Background Color section===*/
.bg-black {
    background:
        linear-gradient(to right,
            rgba(11, 44, 77, 0.92),
            rgba(11, 44, 77, 0.82)),
        url(images/bg-main.jpg);
    background-repeat: no-repeat;
    background-position: center;
}


.bg-black-1 {
    background:
        linear-gradient(to right,
            rgba(11, 44, 77, 0.78),
            rgba(31, 111, 178, 0.72)),
        url(images/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-black-2 {
    background:
        linear-gradient(to right,
            rgba(31, 111, 178, 0.75),
            rgba(111, 182, 230, 0.65)),
        url(images/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Safari iOS fix */
@supports (-webkit-touch-callout: none) {

    .bg-black,
    .bg-black-1,
    .bg-black-2 {
        background-attachment: scroll !important;
        background-position: center center;
        background-color: #0b2c4d;
    }
}


.padd-80 {
    padding: 80px 0px;
}

.bg-white {
    background: #fff;
}

/*==section About==*/
.abtFront-bx a {
    color: #fff;
    text-decoration: none;
}

.abtFront-bx img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/*==section==*/
.special-content .inner-grid {
    padding: 10px;
    background: #fff;
    margin: 50px 0px 0px;
    box-shadow: 0px 0px 0px 5px #f4ddc4;
}

.special-content .inner-grid img {
    width: 100%;
    margin-bottom: 20px;
}

.special-content .inner-grid h3 {
    color: #000;
    margin: 10px 0px;
    font-weight: bold;
    font-size: 20px;
}

.special-content a {
    color: #fff;
    text-decoration: none;
}

.special-content .inner-grid p {
    color: #000;
    text-align: center;
}

/*==section==*/
.project-Bx {
    background: #000;
    position: relative;
    overflow: hidden;
    margin: 20px 0px 40px;
}

.project-Bx h3 a {
    color: #000;
}

.project-Bx h3 {
    font-size: 22px;
    margin: 20px 0px 20px;
    text-align: center;
    background: linear-gradient(135deg, #1F6FB2, #6FB6E6);
    color: #fff;
    padding: 8px;
}


.project-Bx:before,
.project-Bx:after,
.project-Bx .box-content:before,
.project-Bx .box-content:after {
    content: "";
    background: #fff;
    width: 50%;
    height: 4px;
    transform: scaleX(0);
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    transition: all 600ms ease;
}

.project-Bx:after {
    top: auto;
    bottom: 15px;
    left: auto;
    right: 15px;
}

.project-Bx .box-content:before,
.project-Bx .box-content:after {
    width: 4px;
    height: 50%;
    transform: scaleY(0);
}

.project-Bx .box-content:after {
    left: auto;
    right: 15px;
    top: auto;
    bottom: 15px;
}

.project-Bx:hover:before,
.project-Bx:hover:after,
.project-Bx:hover .box-content:before,
.project-Bx:hover .box-content:after {
    transform: scale(1);
}

.project-Bx img {
    width: 100%;
    height: auto;
    transform: scale3d(1.1, 1.1, 1);
    transition: all 0.25s linear;
}

.project-Bx:hover img {
    opacity: 0.25;
    transform: scale(1.25);
}

@media only screen and (max-width:990px) {
    .project-Bx {
        margin: 0 0 30px;
    }
}

/* message box */
.contact-section {
    background: #ffffff;
}

.section-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.diamond-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
}

.diamond-divider span {
    width: 60px;
    height: 1px;
    background: var(--accent-blue);
}

.diamond-divider i {
    color: var(--accent-blue);
}

.contact-card {
    background: #ffffff;
    padding: 32px 36px;
    border-radius: 12px;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.message_details {
    position: relative;
    margin-bottom: 18px;
}

.contact-card input,
.contact-card textarea {
    width: 100%;
    padding: 12px 14px;

    font-size: 14px;
    color: #111827;

    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    height: 45px;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;

    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-card textarea {
    min-height: 120px;
    resize: none;
    line-height: 1.5;
}

.contact-card input:focus,
.contact-card textarea:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px rgba(31, 111, 178, 0.12);
    background: #ffffff;
}

.contact-card input::placeholder,
.contact-card textarea::placeholder {
    color: #9ca3af;
}

.error {
    font-size: 12px;
    color: #dc2626;
    margin-top: 4px;
    display: none;
    /* JS se show karna */
}


.justify-center {
    display: flex;
    justify-content: center;
}

/* about as */
.values-section {
    position: relative;
}

/* Card */
.values-card {
    background: #fff;
    padding: 40px 50px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* Card title */
.values-card h3 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
}

.values-card h3::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: var(--accent-blue);
    margin: 12px auto 0;
}

/* List */
.values-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.values-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
}

.values-list i {
    color: var(--primary-blue);
    margin-top: 4px;
}

/* Center helper */
.justify-center {
    display: flex;
    justify-content: center;
}

/*==Best Offers ==*/
.offerBox {
    background: #fff;
    padding: 20px;
    color: #000;
    margin-top: 40px;

    display: flex;
    flex-direction: column;
    max-width: 100%;
    height: 800px;
}


.offerBox img {
    float: left;
    padding: 0px 0 20px;
    max-height: 420px;
    object-fit: cover;
    width: 100%;

}

.offerBox span {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding: 20px 0px 10px;
}

.offerBox h3 {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0px;
    text-transform: uppercase;
}

.offerBox a {
    color: #fff;
    text-decoration: none;
}






/*==Products creative-Bx ==*/
.creative-Bx {
    background: #fff;
    padding: 20px;
    margin: 20px 0px 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #ddd;
    height: 280px;
}

.creative-Bx h3 {
    color: #000;
    margin: 20px 0px 10px;
    font-weight: bold;
    font-size: 20px;
}

.creative-Bx p {
    text-align: center;
}

.creative-Bx img {
    text-align: center;
    color: #f4ddc4;
}

/*==Newslatter SECTIOn==*/
.subscribe-content p {
    color: #fff !important;
}

.white-Clr {
    color: #fff !important;
}

.subscribe-form form {
    position: relative;
    margin: 30px 20px 0px;
}

.subscribe-form form .input-newsletter {
    display: block;
    width: 100%;
    color: #130947;
    height: 65px;
    border-radius: 30px;
    border: none;
    background-color: #f4f4f4;
    padding-left: 20px;
    outline: 0;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    font-size: 16px;
    font-weight: 500;
    font-family: "Muli", sans-serif;
}

.subscribe-form form button {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #f4ddc4;
    color: #000;
    border: none;
    border-radius: 30px;
    height: 55px;
    line-height: 57px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    padding: 0 60px 0 25px;
    font-size: 14px;
    font-weight: 700;
}

.subscribe-form form button i {
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    display: inline-block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    color: #ffffff;
    border-radius: 50%;
    background-color: #272526;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.subscribe-form #validator-newsletter {
    position: absolute;
    left: 0;
    bottom: -34px;
}


/*==Latest news ==*/
.news-item {
    background: #fff;
    padding: 15px;
    margin: 20px 10px 40px;
    box-shadow: 0px 0px 10px 0px #c1c1c1;
}

.news-item .news-thumb {
    margin-bottom: 45px;
    position: relative;
}

.news-item .news-thumb img {
    width: 100%;
}

.news-item .news-thumb .news-cat {
    position: absolute;
    width: 100%;
    left: 5px;
    bottom: -30px;
}

.news-item .news-thumb .news-cat span {
    min-width: 150px;
    bottom: 0;
    background: #cdae8b;
    padding: 15px 15px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0c0c0c;
    display: inline-block;
    letter-spacing: 2px;
    border: 2px solid #fff;
}

.news-item .news-info h4 {
    font-weight: bold;
    font-size: 20px;
    margin: 30px 0px 10px;
    color: #040404;
    font-family: initial;
}

/*==FOOTER==*/
.footer-area {
    background: var(--primary-dark);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
}

.footer-area a {
    text-decoration: none;
}

/*---Footer Top---*/
.single-footer h3 {
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    border-bottom: 1px dashed #cdae8b;
    padding-bottom: 20px;
    font-family: initial;
}

.single-footer h3 i {
    color: #cdae8b;
}

.single-footer p {
    color: #cccccc;
    font-size: 16px;
}

.single-footer .contact-us-link {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    padding-right: 10px;
}

.single-footer .contact-us-link li {
    margin-bottom: 12px;
    color: #cccccc;
    position: relative;
    padding-left: 25px;
}

.single-footer .contact-us-link li i {
    color: #cdae8b;
    padding-right: 8px;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 1px;
}

.single-footer .contact-us-link li a {
    display: inline-block;
    color: #cccccc;
    font-size: 16px;
}

.footer-media ul {
    list-style: none;
    margin: 0;
    text-align: left;
    padding: 0px;
}

.footer-media ul li {
    display: inline-block;
}

.footer-media ul li a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dddd;
    border-radius: 30px;
    transition: .5s;
    text-align: center;
}

.footer-media ul li a:hover {
    color: #fff;
    background: #cdae8b;
    border-color: #cdae8b;
    transition: .5s;

}

.single-footer .useful-link {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.single-footer .useful-link li a i {
    color: #cdae8b;
    padding-right: 8px;
}

.single-footer .useful-link li {
    margin-bottom: 11px;
}

.single-footer .useful-link li a {
    display: inline-block;
    color: #cccccc;
    font-size: 16px;
}

.single-footer .footer-product img {
    width: 100%;
    margin: 15px 0px;
}

/*---Footer Bottom---*/
.footer-bottom-area {
    margin-top: 50px;
    text-align: center;
    background: var(--primary-dark);
    padding: 20px 0px 10px;
}

.footer-bottom-area img {
    max-width: 80px;
    width: 100%;
}

/* .footer-bottom-area .logo {} */

.d-inline-block {
    display: inline-block !important;
}

.footer-bottom-area p {
    color: var(--white);
    font-size: 14px;
    text-align: center;
}

.footer-bottom-area p a {
    display: inline-block;
    font-weight: 600;
    color: var(--white);
}

/*==END FOOTER==*/


/*===Inner page===*/
.pagetitle-Bg {
    background-image: linear-gradient(to right, #000000b0, #0000006b), url(images/Images/05.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.pagetitle-Bg1 {
    background-image: linear-gradient(to right, #000000b0, #0000006b), url(images/Images/06.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.pagetitle-Bgabt {
    background-image: linear-gradient(to right, #000000b0, #0000006b), url(images/Images/diverse-businesspeople-having-meeting.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.pagetitle-Bgcontact {
    background-image: linear-gradient(to right, #000000b0, #0000006b), url(images/Images/contact\ .jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.pagetitle-Bx h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    font-family: "Anton", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0px 0px 0px 0px;
}

/* .pagetitle-Bx h1 span {} */

.pagetitle-Bx i {
    color: #cdae8b;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #0000;
    border-radius: 4px;
}

.breadcrumb li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.breadcrumb li a:hover {
    color: #f4090e;
    transition: .5s;
}

/*==About page==*/
.about-innerBx {
    margin-top: 20px;
}

.about-innerBx h3 {
    color: #202121;
    padding: 0;
    font-family: "Anton", sans-serif;
    font-size: 25px;
    margin: 0px 0px 20px;
}

.quality-title h3 {
    color: #000;
}

.qualityBx img {
    background: #000;
    padding: 10px;
    box-shadow: 0px 0px 25px 3px #cdae8b;
    border: 2px solid #fff;
}

.qualityBx h3 {
    font-weight: bold;
    font-size: 20px;
}

.offerBx-content h1 {
    font-size: 100px;
    color: #cdae8b;
    font-family: auto;
    margin: 10px 0px;
    font-weight: bold;
}

.offerBx-content p {
    color: #fff;
}

.offerBx img {
    width: 100%;
}

/*==Testimonial section ==*/
.testimonial {
    border-left: 4px solid #cdae8b;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}

.testimonial:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #cdae8b;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 16px;
    font-style: italic;
    color: #918686;
    margin-bottom: 15px;
}

.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #cdae8b;
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }

    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }

    .padd-80 {
        padding: 40px 0px;
    }

    .offerBox h3 {
        font-size: 20px;
    }

    .product-title {
        font-size: 24px;
    }


}

.error-div {
    text-align: center;
}

.error-div h1 {
    font-size: 90px;
    color: #cdad8b;
    text-shadow: 4px 3px #000;
    letter-spacing: 10px;
    line-height: 66px;
}

.error-div h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.error-div a {
    background: #000;
    padding: 10px 20px;
    color: #fff;
}

.float-none {
    float: none;
    margin: 0 auto;
}

/*==Services page ==*/
.serviceBx {
    padding: 20px;
    box-shadow: 0px 0px 10px 0px #d2d1d1;
    margin: 30px 0px;
}

.serviceBx h3 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.serviceBx img {
    margin-top: -50px;
    background: #000;
    padding: 20px;
    box-shadow: 10px 10px 0px 0px #ceb08c;
    margin-bottom: 15px;
}

/*==Project page ==*/
.product-grid {
    color: #fff;
    padding: 10px;
    margin: 20px 0px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #b7b7b7;
}

.product-grid img {
    width: 100%;
    /* height: 240px; */
}

.price {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0px;
}

.product-content {
    background: #fff;
    color: #000;
    padding: 10px;
}

.product-content .add-to-cart a {
    font-size: 20px;
    color: #ceb08c;
    text-decoration: none;
    font-weight: bold;
}

.product-content .add-to-cart a:hover {
    color: var(--primary-dark);
}

/*==latest news page ==*/
.news-box {
    background: linear-gradient(180deg, #000000d1 0%, #0a0a0a 100%);
    font-family: 'Nanum Gothic', sans-serif;
    position: relative;
    overflow: hidden;
    padding: 30px;
    margin: 20px 0px;
    height: 500px;
}

.news-box:before,
.news-box:after,
.news-box .box-content:before,
.news-box .box-content:after {
    content: "";
    background: #cdae8b;
    width: 50%;
    height: 4px;
    transform: scaleX(0);
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    transition: all 600ms ease;
}

.news-box:after {
    top: auto;
    bottom: 15px;
    left: auto;
    right: 15px;
}

.news-box .box-content:before,
.news-box .box-content:after {
    width: 4px;
    height: 50%;
    transform: scaleY(0);
}

.news-box .box-content:after {
    left: auto;
    right: 15px;
    top: auto;
    bottom: 15px;
}

.news-box:hover:before,
.news-box:hover:after,
.news-box:hover .box-content:before,
.news-box:hover .box-content:after {
    transform: scale(1);
}

.news-box img {
    width: 100%;
    height: 220px;
    transform: scale3d(1.1, 1.1, 1);
    transition: all 0.25s linear;
}

.news-box:hover img {
    opacity: 0.25;
    transform: scale(1.25);
}

.news-box .inner-content {
    color: #fff;
    text-align: center;
    width: 70%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 70%;
    left: 50%;
    transition: all 600ms ease;
}

.news-box:hover .inner-content {
    opacity: 1;
    top: 50%;
}

.news-box span {
    color: #cdae8b;
    font-size: 22px;
    margin: 20px 0px;
    font-weight: bold;
}

.news-box h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 50px 0px 10px;
}

.news-box p {
    color: #c1c1c1;
}

@media only screen and (max-width:990px) {
    .news-box {
        margin: 0 0 30px;
    }

    .pagetitle-Bx h1 {
        font-size: 30px;
    }

    .padd-80 {
        padding: 40px 0px;
    }
}

/*==Gallery page ==*/
.tab .nav-tabs {
    border: none;
    margin-bottom: 30px;
}

.tab .nav-tabs li a {
    padding: 10px 20px;
    margin-right: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    background: #000000;
    border: none;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease 0s;
}

.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after {
    content: "";
    width: 20%;
    height: 3px;
    background: #000;
    position: absolute;
    top: -5px;
    left: 0;
    transition: all 0.3s ease 0s;
}

.tab .nav-tabs li a:after {
    top: auto;
    left: auto;
    bottom: -5px;
    right: 0;
}

.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li a:hover:after,
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li.active a:after {
    width: 100%;
}

.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a {
    background: #eca100;
    color: #ffffff;
    border: none;
}

.tab .tab-content {
    position: relative;
}

@media only screen and (max-width: 479px) {
    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .offerBox h3 {
        font-size: 18px;
    }

    .pagetitle-Bx h1 {
        color: #fff;
        font-size: 22px;
    }

    .section-heading h2 span {
        padding: 0 !important;
        font-size: 25px;
    }

    .section-title {
        font-size: 20px !important;
    }

    .equipment-section {
        margin: 15px 0 !important;
    }

    .section-heading h2 {
        padding: 0;
    }

    .values-card {
        padding: 20px 20px;
    }

    .product-content .add-to-cart a {
        font-size: 18px;
    }

    .product-title {
        font-size: 20px !important;
    }


}

.galleryBx {
    padding: 20px;
    background: #3c3b3b;
    outline: 3px solid #ffffff;
    outline-offset: -8px;
    font-size: 17px;
    color: #040404;
    margin: 15px 0px;
}

.galleryBx img {
    width: 100%;
}

/*==contact page ==*/
.contactBx img {
    float: left;
    margin: 0px 20px;
    /* background: #f4f4f4; */
    padding: 0px 10px 60px;
}

.contactBx h4 {
    color: #000;
    margin: 40px 0px 10px;
    font-weight: bold;
}

.contact_form .form-group {
    margin-bottom: 20px;
}

.contact_form .form-group .form-control {
    font-size: 14px;
    line-height: 26px;
    color: #999;
    border: 1px solid #eeeeee;
    font-family: "Roboto", sans-serif;
    border-radius: 0px;
    padding: 20px 20px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(206 176 140);
}

.contact_form .form-group textarea.form-control {
    height: 165px;
    margin-bottom: 40px;
}

.contactBx-form {
    margin-top: 30px;
    background: #000;
    padding: 40px;
}

.contactBx-form h3 {
    font-size: 25px;
    color: #ceaf8c;
    margin: 0px 0px 10px;
    font-weight: bold;
}

.contactBx-form p {
    color: #ddd;
}

.contactBx-form a {
    color: #fff;
    text-decoration: none;
}

/*==Responsive  Media==*/
@media only screen and (max-width: 1200px) {
    .navbar-default .navbar-nav>li>a {
        padding: 15px 2px;
    }

    .dropbtn {
        padding: 15px 10px;
    }

}

@media only screen and (max-width: 1180px) {
    .menuName li {
        padding: 0px 8px;
    }

    .tab .nav-tabs li a {
        padding: 10px 5px;
    }

    .padsp {
        padding: 0px 10px 180px !important;
    }
}

@media only screen and (max-width: 992px) {
    .headerbx-top img {
        width: 75px;
        height: 75px;
        margin: 20px;
    }

    .contactBx img {
        padding: 10px 10px 10px !important;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 15px 10px;
    }

    .menuName li {
        padding: 0px 0px;
    }

    .dropbtn {
        padding: 14px 10px;
    }

    .section-slider-title {
        margin-top: 0px;
        text-align: center;
    }

    .section-slider-title p {
        text-align: center;
    }

    .text-right {
        text-align: center;
    }

    .about-innerBx {
        text-align: center;
        margin-left: 0px;

    }

    .section-title {
        text-align: center;
    }

    .header-top {
        text-align: center;
    }

    .header-top p {
        text-align: center;
    }

    .header-top i {
        float: none;
        text-align: center;
    }

    .service-Bx p {
        text-align: center;
    }

    .counter-section .big-icon {
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .counter-content {
        text-align: center;
    }

    .counter-content p {
        text-align: center;
    }

    .section-heading h2 {
        border-left: none;
        text-align: center;
    }

    .section-heading h2::before {
        display: none;
    }

    .abtFront-bx {
        text-align: center;
    }



    .workBx {
        text-align: center;
    }

    .workBx p {
        text-align: center;
    }

    .testimonial {
        margin: 20px 0px;
    }

    .offerBox img {
        float: none;
        /* padding: 20px; */
    }

    .offerBox {
        text-align: center;
    }

    .offerBox p {
        text-align: center;
    }

    .subscribe-content p {
        text-align: center;
    }

    .news-item {
        text-align: center;
    }

    .news-item p {
        text-align: center;
    }

    .single-footer .contact-us-link li {
        position: inherit;
    }

    .single-footer .contact-us-link li i {
        position: inherit;
    }

    .single-footer h3 {
        margin-bottom: 25px;
        margin-top: 40px;
    }

    .quality-title h3 {
        text-align: center;
    }

    .quality-title p {
        text-align: center;
    }

    .qualityBx {
        text-align: center;
    }

    .qualityBx p {
        text-align: center;
    }

    .offerBx img {
        width: 100%;
        margin-bottom: 50px;
    }


}

@media only screen and (max-width: 990px) {
    .navbar-default .navbar-nav>li>a {
        padding: 15px 24px;
    }

    .image-box img {
        width: 100%;
    }

    #navbar7 ul {
        text-align: center;
    }

    .header-top i {
        float: none;
        text-align: center;
    }

    .about-imgbx img {
        margin: 30px 0px;
    }

    .footer-top {
        text-align: center;
    }

    .footer-top p {
        text-align: center;
    }

    .footer-box .single-data i {
        float: none;
        padding: 10px 10px;
        font-size: 20px;
    }

    .footer-box ul {
        text-align: center;
    }

    .footer-bottom p {
        text-align: center;
    }

    .footer-media ul {
        margin: 10px 0px;
        text-align: center;
    }

    .pagetitle-Bg {
        text-align: center;
    }

    .footer-area {
        text-align: center;
    }

    .single-footer p {
        text-align: center;
    }

    .offerBx-content {
        text-align: center;
    }

    .offerBx-content p {
        text-align: center;
    }

    .video-column .inner-column .video-box img {
        margin-bottom: 30px;
    }

    .serviceBx {
        text-align: center;
    }

    .serviceBx p {
        text-align: center;
    }

    .news-box {
        text-align: center;
    }

    .news-box p {
        text-align: center;
    }

    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .contactBx {
        text-align: center;
    }

    .contactBx p {
        text-align: center;
    }

    .contactBx img {
        float: none;
        margin: 0 auto;
        text-align: center;
    }



    .single-footer .contact-us-link li a {
        display: block;
        text-align: center;
    }

    .counter-section .counter .counter-item {
        padding: 20px 10px;
    }

    .product-grid img {
        width: 100%;
        height: auto;
    }

    .news-box img {
        width: 100%;
        height: auto;
    }

    /* .headerbx-top {
        text-align: center;
    } */

    /* .headerbx-top img {
        width: 300px;
    } */

    .rev_slider_wrapper {
        height: 350px !important;
    }

    .rev_slider {
        height: 350px !important;
    }

    .desc-card {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 880px) {
    .navbar-default .navbar-nav>li>a {
        padding: 15px 10px;
    }

    .header-top {
        text-align: center;
    }

    .header-top p {
        text-align: center;
    }


}

@media only screen and (max-width: 767px) {
    .desc-intro {
        margin: 0 auto 0px !important;
    }

    .equipment-section {
        margin: 0px !important;
    }

    .footer-area {
        padding-top: 10px;
    }

    .abtFront-bx img {
        height: 300px;
    }

    .offerBox img {
        padding: 0px 0 20px;
        max-height: 280px;
    }

    .offerBox {
        margin-top: 30px;
        padding: 10px;
        height: 660px;
    }

    .section-heading h2 {
        padding: 0px;
        font-size: 22px;
    }

    .section-heading h2 span {
        font-size: 22px;
    }

    .product-content .add-to-cart a {
        font-size: 18px;
    }

    h2,
    .h2 {
        font-size: 23px;
    }

    .single-footer h3 {
        margin-top: 20px;
    }

    p {
        line-height: 28px;
    }

    h3,
    .h3,
    .single-footer h3 {
        font-size: 20px;
    }

    .padd-80 {
        padding: 20px 0px;
    }

    .padd-0 {
        padding: 15px;
    }

    .menuName {
        float: none;
        text-align: center;
    }

    .navbar-toggle {
        margin-top: 30px;
        margin-right: 30px;
        background-color: #ccac8a;
        padding: 14px 14px;
    }

    .headerbx-top img {
        /* width: 100%; */
        /* padding-top: 10px; */
        margin-top: -80px;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #2e3e50;
        color: #ffff;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .header-top {
        text-align: center;
    }

    .header-top p {
        text-align: center;
    }

    .header-top i {
        float: none;
        text-align: center;
    }

    .about-imgbx img {
        margin: 30px 0px;
    }

    .footer-top {
        text-align: center;
    }

    .footer-top p {
        text-align: center;
    }

    .footer-box .single-data i {
        float: none;
        padding: 10px 10px;
        font-size: 20px;
    }

    .footer-box ul {
        text-align: center;
    }

    .footer-bottom p {
        text-align: center;
    }

    .footer-media ul {
        margin: 10px 0px;
        text-align: center;
    }

    .single-footer h3 {
        margin-top: 40px;
    }

    .section-slider-title h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .footer-bottom-area {
        margin-top: 100px;
    }

    .desc-card {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 600px) {
    .section-slider-title {
        margin-top: 20px;
        text-align: center;
    }

    .counter-section .counter .counter-item {
        min-width: 100%;
    }
}

@media only screen and (max-width: 448px) {
    .dropdown-content {

        position: initial;
        min-width: 100%;
        left: 0;
    }

    .dropdown-content a {
        padding: 12px 10px;
    }

    .offerBox {
        height: 720px;
    }

    .contact-card {
        background: #ffffff;
        padding: 32px 15px;
    }

    .single-footer h3 {
        margin-top: 20px;
    }

    .section-slider-title {
        margin-top: 20px;
        text-align: center;
    }

    .counter-section .counter .counter-item {
        min-width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    .offerBox {
        height: 850px;
    }
}
















/* product details */