﻿@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Syne", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 16px;
    background-color: #f8fbf9;
}

/* html,
body {
    overflow-x: hidden !important;
}

 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
div {
    font-family: "Syne", sans-serif;
}

a {
    color: #323c34;
}

    a:hover {
        color: #323c34;
        text-decoration: none;
    }

p,
.page-sub-section ul li {
    font-size: 20px;
}

/* define classes */
.marg-rigt {
    margin-right: auto;
}


.container {
    max-width: 1210px;
}

header {
    width: 100%;
    padding: 27px 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: transparent;
}

    header.fixed {
        transition: all 0.3s ease;
        background-color: #ffff;
        position: fixed;
        padding: 10px 0px 0;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        font-size: 14px;
    }

.fixed .menu ul li li {
    padding: 12px 28px 6px 0px;
}

.fixed .menu ul li a {
    font-size: 14px;
}

header .sm-logo {
    transition: all 1s ease;
    display: none;
}

header.fixed .top-head {
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.fixed .iconimgtogel span {
    top: -9px;
}

.fixed .main-navigation ul ul.dropdown-m {
    top: 124%;
}

header.fixed .main-logo {
    transition: all 1s ease;
    display: none;
}

header.fixed .sm-logo {
    max-width: 132px !important;
    transition: all 1s ease;
    display: block !important;
}

/* header.scroll-top {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffff;
    z-index: 3;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
 */
.menu {
    margin: auto;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
}

    .menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }


        .menu ul li li {
            padding: 10px 28px 22px 0px;
        }

        .menu ul li .dropdown-m li {
            padding: 5px 0;
        }

        .menu ul li:last-child {
            padding-right: 0;
        }

        .menu ul li:first-child {
            padding-left: 0;
        }

        .menu ul li a {
            color: #353535;
            letter-spacing: 1px;
            font-weight: 600;
        }

a:not([href]):not([tabindex]) {
    color: #353535;
    text-decoration: none;
}

    a:not([href]):not([tabindex]):hover {
        color: #000;
        text-decoration: none;
    }

.menu ul li a:hover {
    color: #000;
}

.menuicon,
.closebtn {
    display: none;
}

.main-navigation li ul li:hover ul.dropdown-m {
    display: block;
    border-top: 2px solid #bf9d62;
}

.main-navigation ul ul.dropdown-m {
    top: 196%;
    position: absolute;
    width: 300px;
    z-index: 999;
    text-align: left;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    display: none;
    border-radius: 2px;
}

.header-menu {
    display: flex;
    align-items: center;
}

.logo {
    max-width: 160px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 8px;
}

.accordion-menu {
    display: flex;
    width: 100%;
}

.menu-right {
    margin-left: 0;
}

    .menu-right a {
        background-color: #768d7b;
        padding: 10px 20px;
        border-radius: 5px;
        color: #fff;
    }

        .menu-right a:hover {
            background-color: #fff;
            color: #768d7b;
        }

li.right-menu {
    margin-left: auto;
}

.top-head {
    border-bottom: 1px solid #bfb8ac;
    width: 74%;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

    .top-head.text-right a {
        margin-left: 40px;
    }

    .top-head i {
        margin-right: 10px;
    }

    .top-head.text-right {
        margin-left: auto;
    }

.main-navigation ul ul {
    display: flex;
}

.btn {
    background-color: transparent;
    color: #000;
    border-radius: 0;
    padding: 10px 20px;
    border: 1px solid #000;
}

    .btn:hover {
        background-color: #bf9d62;
        color: #fff;
        border-color: #bf9d62;
    }

.btn-whatsup {
    color: #fff;
    border: none;
    background: linear-gradient(163deg, #2c9c24 0%, #6ae56b 49%, #224b1f 100%);
    background-size: 300% 300%;
    animation: gradientMove 4s ease infinite;
}

.enquarybtn:hover {
    color: #fff;
    border: none;
    background: linear-gradient(163deg, #d7c281 0%, #e5d381 49%, #795e2e 100%);
    background-size: 300% 300%;
    animation: gradientMove 4s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.btn-whatsup {
    background-color: #4fce5d;
    color: #fff;
}

.left-menu .dropdown-menu {
    padding: 0px;
}

.left-menu .dropdown .dropdown-menu.show {
    position: absolute;
    top: 10px !important;
}

.left-menu .dropdown .dropdown-menu a {
    font-weight: 500;
}

.left-menu a {
    cursor: pointer;
}

.left-menu .dropdown-toggle::after {
    margin-left: 4px;
    top: 2px;
    position: relative;
}

.left-menu .dropdown-m a {
    font-size: 14px;
    color: #353535;
    padding: 8px;
}

    .left-menu .dropdown-m a:hover {
        color: #000;
    }

.left-menu .dropdown .dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #000;
    background-color: #f8f9fa;
}

/*--- banner css ---*/
.banner {
    margin: 10px 0 0 0;
}

    .banner .item {
        padding: 0 5px;
    }

        .banner .item img {
            border-radius: 4px;
            width: 100%;
        }

.head .h1 {
    text-align: center;
    font-size: 7vw;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    line-height: 7vw;
    letter-spacing: -6px;
}

.head p {
    font-size: 32px;
    text-align: center;
    margin: auto;
    max-width: 70%;
    margin-top: 50px;
}

.video {
    margin: 30px 0 100px 0;
}

    .video video {
        width: 100%;
        height: 74vh;
    }

/*--- best slider----*/
.best-seller {
    padding: 50px 0 120px 0;
}

.head.head2 p {
    margin-top: 40px;
}

.head.head2 {
    padding-bottom: 80px;
}

.best-slider .item a {
    position: relative;
    display: block;
    transition: 0.5s;
}

    .best-slider .item a:hover span {
        font-size: 32px;
        padding: 20px 0;
    }

.best-seller .h1 {
    margin-left: 10px;
}

.best-seller .item {
    padding: 0 10px;
}

.best-seller .slick-arrow {
    position: absolute;
    background-color: transparent;
    border: 0;
    top: -40px;
    right: 10px;
    font-size: 18px;
    color: #353535;
    cursor: pointer;
}

    .best-seller .slick-arrow:hover {
        color: #000;
    }

    .best-seller .slick-arrow.slick-prev {
        right: 50px;
    }

.best-slider .item a span {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 27px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

/*---- contact-us page css start here ----*/

.contact-us {
    padding: 150px 0 130px 0;
}

.wrapper {
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
}

.contact-paraph {
    width: 75%;
}

.detail-icon {
    display: flex;
    gap: 1.5rem;
}

.second-row--form {
    display: flex;
    flex-direction: column;
}

.info-detail {
    font-size: 1.1rem;
}

/*--- special section ---*/
.special-moment .row {
    margin: 0px 0px;
}

.sp-box-col .row .col-md-12:nth-child(1) {
    padding: 0;
}

.sp-box-col .row .col-md-12:nth-child(2) {
    padding: 0;
}

.special-moment .row .col-md-4 {
    padding: 0 7px;
}

.special-moment {
    padding: 80px 10px 80px;
}

    .special-moment h3 {
        margin-bottom: 40px;
    }

.sp-box {
    margin: 0 0 14px 0;
    position: relative;
    overflow: hidden;
}

    .sp-box:hover img {
        transform: scale(1.2);
    }

    .sp-box img {
        width: 100%;
        transition: 1s;
    }

.sp-c {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: #fff;
    padding: 7px 10px 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .sp-c:before {
        background-color: #000;
        position: absolute;
        content: '';
        width: calc(100% - 20px);
        height: 2px;
        bottom: 10px;
        left: 10px;
    }

/*--- seo key ---*/

.seo-key .heading {
    font-size: 6vw;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.seo-key .acordianbtn {
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
    padding: 20px 0;
    font-size: 24px;
    font-weight: 500;
}

    .seo-key .acordianbtn:hover {
        font-weight: 700;
    }

.sno {
    width: 170px;
    padding-left: 20px;
}

.arrow-seo {
    margin-left: auto;
    /* width: 80px; */
    /* text-align: right; */
    padding: 0 20px;
}

.seo-key {
    padding: 40px 0 120px 0;
}

    .seo-key .card {
        background-color: transparent;
        border: 0px;
    }


.view-btn {
    font-size: 14px;
    color: #8d6e39;
    cursor: pointer;
    border-bottom: 1px solid #bf9d62;
    transition: all 1s ease;
    margin-top: 10px;
    display: inline-block;
    transition: all 0.5s ease;
    transform: translateX(0);
    padding-bottom: 4px;
}

    .view-btn:hover {
        border-bottom: 1px solid #000;
        color: #000;
        transform: translateX(10px);
    }

/*--- footer css start here ---*/
footer {
    margin: 0 0 15px 0;
    font-size: 16px;
}

.footer-main {
    padding: 0 20px;
    border: 1px solid #000;
    border-radius: 10px;
}

.footer-box {
    padding: 30px 0 0 0;
    height: 100%;
    border-right: 1px solid #000;
}

    .footer-box h5 {
        color: #636262;
        margin-bottom: 20px;
    }

.footer-sub {
    padding: 20px 0;
    min-height: 200px;
}

.footer-box ul {
    list-style: none;
}

    .footer-box ul li {
        padding: 5px 0;
    }

.footer-sub ul li a {
    color: #323c34;
}

    .footer-sub ul li a:hover {
        color: #000;
    }

.footer-sub img {
    width: 80%;
    margin: 10px 0 0 0;
}

.footerimage {
    padding: 10px 0;
}

.copyright {
    text-align: center;
    margin: 15px 0 0 0;
}

    .copyright p,
    footer p {
        font-size: 16px;
    }

.section-Work {
    padding: 50px 0 80px;
}

.headingsec1 {
    margin-bottom: 40px;
}

    .headingsec1 .h1 {
        font-size: 6vw;
        text-transform: uppercase;
        font-weight: 700;
    }

.section-Work h6 {
    font-size: 32px;
}

.section-Work.different .headingsec1 .h1 {
    font-size: 5vw;
}


.different .content-leftside {
    position: relative;
    text-align: center;
    border: 1px solid #c5c5c5;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    background-color: #ededed73;
    transition: transform 0.3s ease;
}

    .different .content-leftside svg {
        margin: 20px 0 40px 0;
    }


    .different .content-leftside h5 {
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: 700;
    }

.section-Work.different {
    padding-bottom: 100px;
    border-bottom: 10px solid #c1a0649e;
    margin-bottom: 60px;
}

.text-slider h5 {
    font-weight: 700;
}

.text-slider .item {
    padding-right: 40px;
}

.choose h5 {
    font-weight: 700;
    margin-bottom: 20px;
}

.choose-box {
    padding-left: 28px;
    border-left: 2px solid #000;
    height: 100%;
}

.seo-key .acordianbtn i {
    transform: rotate(90deg);
}

.seo-key .acordianbtn.collapsed i {
    transform: rotate(0deg);
}

/*--- page css start here ----*/
.page-title {
    text-align: center;
    bottom: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0px 30px 30px 30px;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 18%, rgba(0, 0, 0, 0.26) 47%, rgba(0, 0, 0, 0.58) 100%);
}

    .page-title .h1 {
        font-size: 54px;
        font-weight: 600;
        text-shadow: 1px 1px 2px rgb(0, 0, 0);
        color: #fff;
    }

.aboutpage {
    text-align: center;
}

    .aboutpage h1 {
        font-size: 62px;
        font-weight: 600;
        color: #000;
    }

.page-banner {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bannerarea {
    position: relative;
}

.page-banner img {
    border-radius: 10px;
    width:100%;
}

.page-head-sub {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 60px;
    padding-top: 20px;
}

.page-content h5 {
    font-weight: 700;
    margin-bottom: 20px;
}

.page-sub-section {
    padding: 70px 0;
}

    .page-sub-section .h1 {
        margin: 0 0 50px 0;
    }

    .page-sub-section ul {
        list-style: none;
        margin: 30px 0 30px 0;
    }

        .page-sub-section ul li {
            margin: 0 0 15px 0;
        }

        .page-content p,
        .page-sub-section ul li {
            font-size: 17px;
            line-height: 28px;
        }

    .page-sub-section.color-bg {
        background-color: #c1c9c0;
        margin: 60px 0 60px 0;
    }

.corporate .choose-box.text-right {
    border-left: 0;
    border-right: 2px solid #000;
    padding-right: 50px;
    margin-top: 60px;
}

.corporate .choose-box {
    height: auto;
}

.floating-btn {
    position: fixed;
    bottom: -80px;
    left: 0;
    width: 100%;
    background-color: #f8fbf9;
    z-index: 1;
    padding: 10px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: 0.5s
}

    .floating-btn.fixed {
        bottom: 0;
    }

/* =========Header footer ifreame ========== */
/* .hederframe {
    width: 100%;
    height: auto;
}

.footerframe {
    width: 100%;
    height: auto;
}
 */
/* ============ category Pages=========== */
.color-bgsev {
    background-color: #f7f4ef;
}

.color-bgsec {
    background-color: #c1c9c0;
}

.color-bgfive {
    background-color: #c4c4bf;
}

.color-bgthree {
    background-color: #dfe5de;
}

.color-for {
    background-color: #f1f5f0;
}

.padd-bott {
    padding-bottom: 90px;
}

.padd-bottabot {
    padding-bottom: 100px;
}

.securtyfirst ul {
    margin: 0px;
    list-style: none;
}

    .securtyfirst ul li {
        margin-bottom: 10px;
    }

.securtyfirst p {
    font-size: 17px;
    line-height: 28px;
}

.securtyfirst h5 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 26px;
}

.aviationfirst ul {
    list-style: none;
}

    .aviationfirst ul li::before {
        content: "> ";
        color: #000;
        margin-right: 0.5em;
    }

.font-b {
    font-size: 20px !important;
}

.securtysecnd {
    padding: 70px 0px 90px 0px;
}

    .securtysecnd li strong {
        font-size: 18px;
    }

.avitli {
    padding: 30px 0px 100px 0px;
}

.paddtb {
    padding: 70px 0px 100px 0px;
}

    .paddtb li strong {
        font-size: 17px;
    }

.securtysecnd h5 {
    margin-bottom: 30px !important;
    font-size: 30px !important;
}

.polofirst p {
    font-size: 20px;
    line-height: 30px;
}

.aboutlinesimpel {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
}

.bannerleftside {
    width: 100%;
    height: 100%;
}

.bannerrightside {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

    .bannerrightside img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.aboutpage {
    padding: 50px 0 30px 0;
}

.about-banner img {
    height:100%;
    object-fit:cover;
    border-radius: 10px;
    width:100%;
}

.bgiamgetitle .page-head-sub {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 60px;
    margin-bottom: 0px;
}

/* =============================== */
.maincontact {
    margin: 20px 0 90px;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}

.contactpage {
    padding: 0px 0 40px 0px;
    margin: 20px 0 100px;
}

    .contactpage .page-title {
        text-align: center;
        bottom: 50px;
        position: absolute;
    }

.box-contct {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 40px 0 20px;
    color: #323c34;
    border-bottom: 1px solid #323c34;
    transition: all 0.3s ease;
    /* optional for smooth hover */
}

    .box-contct p {
        margin-bottom: 0;
    }

        .box-contct p span {
            display: inline-block;
            width: 100px;
        }

    .box-contct:hover {
        color: #000;
        border-bottom-color: #000;
    }

    .box-contct span img {
        width: 18px;
        height: auto;
    }

.formareaall {
    padding: 10px;
}



.our-information {
    padding-left: 50px;
}

.btnarea {
    text-align: center;
    padding: 20px 0;
}

    .btnarea .btn-cont {
        border-radius: 0px;
        font-size: 15px;
        width: 50%;
        padding: 8px 20px;
    }

.btn-cont:focus {
    box-shadow: none;
}

.padd-left {
    padding-right: 50px;
}

.your-information .input-area {
    padding: 6px 0;
}

    .your-information .input-area label {
        color: #323c34;
        margin-bottom: 1px;
    }

.your-information .form-control {
    border-color: #D6D6D6;
    background-color: #fff;
}

    .your-information .form-control:focus {
        color: #252525;
        background-color: #f7f7f7;
        border-color: #D6D6D6;
        outline: none;
        box-shadow: none;
    }

.heading-enquir {
    text-align: center;
    display: block !important;
    border: 0px !important;
}

    .heading-enquir h5 {
        font-size: 22px;
        margin-bottom: 0px;
        font-weight: 600;
        color: #3b3a3a;
    }

.closepoup {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 16px;
    padding: 0px !important;
    margin: 0px !important;
}

    .closepoup:focus {
        border: 0;
        outline: 0px;
    }

.bg-color-form {
    background-color: #fff;
}

    .bg-color-form .btnarea {
        text-align: center;
        padding: 20px 0px 10px 0px;
    }

.form-group {
    position: relative;
    margin-bottom: 16px;
}

    .form-group input,
    .form-group textarea {
        width: 100%;
        padding: 10px 0;
        border: none;
        border-bottom: 1px solid #757575;
        outline: none;
        font-size: 14px;
        transition: 0.5s ease;
        background: transparent;
    }

    .form-group label {
        position: absolute;
        left: 0;
        top: 10px;
        color: #666;
        font-size: 14px;
        pointer-events: none;
        transition: 0.3s ease;
    }

    .form-group input:focus,
    .form-group textarea:focus {
        border-bottom: 1px solid #000;
    }

        /* --- When input is focused --- */
        .form-group input:focus ~ label,
        .form-group textarea:focus ~ label {
            top: -10px;
            color: #000000;
            /* optional highlight color */
        }

    /* --- When input has value (not empty) --- */
    .form-group input:not(:placeholder-shown) ~ label,
    .form-group textarea:not(:placeholder-shown) ~ label {
        top: -10px;
        color: #000000;
    }

.captach-input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

    .captach-input .refresh {
        cursor: pointer;
    }

.cpchcolor {
    background-color: #d1b373;
    padding: 5px 10px;
}

    .cpchcolor h2 {
        margin-bottom: 0px;
        font-size: 16px;
        color: #fff;
    }

.cpcthcain input {
    height: 31px;
    border: none;
    border-bottom: 1px solid #757575;
    outline: none;
    font-size: 14px;
    transition: 0.5s ease;
    background: transparent;
}

    .cpcthcain input:focus {
        border-bottom: 1px solid #000;
    }

.input-area textarea {
    height: 70px !important;
}

/* ==============book-code=============== */
/*--- book page css start here ---*/


.book-section {
    width: 90%;
    height: 450px;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2%;
    margin-bottom: 90px;
    perspective: 1200px;
    padding: 0;
}

.right {
    position: absolute;
    height: 100%;
    width: 50%;
    transition: 0.7s ease-in-out;
    transform-style: preserve-3d;
}

.book-section > .right {
    right: 0;
    transform-origin: left;
    border-radius: 10px 0 0 10px;
}

.right > figure.front,
.right > figure.back {
    margin: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    backface-visibility: hidden;
    background-color: white;
    overflow: hidden;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.right > figure.front {
    background-position: center;
    border-radius: 0 10px 10px 0;
    box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.2);
}

.right > figure.back {
    background-position: center;
    border-radius: 10px 0 0 10px;
    box-shadow: -2px 2px 15px -2px rgba(0, 0, 0, 0.2);
    transform: rotateY(180deg);
}

.flip {
    transform: rotateY(-180deg);
}

    .flip::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        border-radius: 0 10px 10px 0;
        background-color: rgba(0, 0, 0, 0.1);
    }

.book-section > button {
    position: absolute;
    bottom: 0px;
    z-index: 99;
    height: 100%;
    margin: auto;
    width: 30px;
    font-size: 20px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.2);
}

    .book-section > button:focus,
    .book-section > button:active {
        outline: none;
    }

.book-section > p {
    color: rgba(0, 0, 0, 0.7);
    font-family: calibri;
    font-size: 24px;
}

    .book-section > p > a {
        text-decoration: none;
        color: #ef9f00;
    }

.book-section > button.btn-left {
    margin-left: 0;
    left: 0;
}

.book-section > button.btn-right {
    margin-left: 20px;
    right: 0;
}

.front#cover,
.back#back-cover {
    background-color: #e5e5e5;
    padding: 30px 30px;
    text-align: center;
}

.front .logo,
.back .logo {
    margin: auto;
    margin-top: 50px;
}

.front#cover h1 {
    color: #000;
    margin: 10px 0 15px 0;
    font-size: 25px;
}

.front#cover p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
}

/*.flip.flip2 {
    transform: rotateY(-180deg);
    transition: 10s;    

}*/
.coverback img {
    width: 100%;
    object-fit: contain !important;
}

.coverpage {
    padding: 20px 10px;
}

    .coverpage img {
        width: 100%;
        height: 138px;
        margin: auto;
        object-fit: contain;
        vertical-align: top;
    }

    .coverpage h2 {
        margin-top: 30px;
        text-align: center;
        font-size: 36px;
    }

    .coverpage p {
        margin-top: 18px;
        text-align: center;
        font-size: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
/* ============== */
.padtop {
    padding-top: 25px;
}

.lableAstik {
    color: red;
    font-size: 18px;
    font-weight: 500;
}

.error {
    color: red;
    font-size: 12px;
    font-weight: 500;
}

.corpobook {
    margin-right: 50px;
}

.best-seller .slick-arrow:focus {
    outline: 0px;
}

.addnone {
    padding: 0px;
    margin: 0px;
    display: none;
}

/* first modal auto open modal*/
.mymodal .modal-dialog {
    max-width: 690px;
}

.modalfirst {
    padding-bottom: 30px;
    text-align: center;
}

    .modalfirst .btn-close {
        position: absolute;
        right: -7px;
        top: -10px;
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 50%;
        height: 26px;
        width: 26px;
        font-size: 15px;
        cursor: pointer;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .modalfirst .btn-close:focus {
            outline: 0px;
        }

    .modalfirst h2 {
        font-size: 22px;
        color: #000;
        margin: 30px 0 20px 0;
    }

    .modalfirst h3 {
        font-size: 22px;
        color: #000;
        margin: 0 0 25px 0;
    }

    .modalfirst p {
        font-size: 14px;
        color: #000;
        line-height: 25px;
        margin: 0 0 30px 0;
    }

    .modalfirst .mail {
        font-size: 16px;
        color: #000;
        margin-bottom: 30px;
        text-decoration: none;
    }

        .modalfirst .mail:hover {
            color: #cd8a00;
        }

.btn-modal {
    color: #fff;
    background-color: #4fce5d;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
    cursor: pointer;
}

    .btn-modal i {
        margin-right: 10px;
    }

.bootmmarg {
    margin-bottom: 40px;
}

.btn-modal:hover {
    color: #000;
    background-color: #ffff;
    border: 1px solid #000;
}

.footer-ingormation {
    padding-left: 0px;
    padding-right: 15px;
}

    .footer-ingormation .box-contct {
        padding: 20px 0 10px;
        gap: 10px;
    }

        .footer-ingormation .box-contct p {
            font-size: 14px;
        }

.footer {
    padding-bottom: 50px;
}

.footer-ingormation h5 {
    font-size: 28px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
}

.footer-ingormation .box-contct p span {
    display: inline-block;
    width: 76px;
}

.iconimgtogel {
    cursor: pointer;
}

    .iconimgtogel span {
        font-size: 8px;
        background-color: #ff0000;
        padding: 1px 5px;
        color: #fff;
        position: absolute;
        left: 38%;
        top: -12px;
    }

    .iconimgtogel img {
        width: 24px;
        height: auto;
        margin-right: 10px;
    }

.whatsappicon {
    display: flex;
    align-items: center;
}

    .whatsappicon img {
        width: 18px;
        height: auto;
        margin-right: 10px;
    }

    .whatsappicon span {
        padding-top: 3px;
        font-family: Arial, Helvetica, sans-serif;
    }

.top-head ul {
    list-style: none;
    margin: 0px;
    display: inline-flex;
    padding: 0px;
}

.footer-ingormation span img {
    width: 18px;
    height: auto;
    margin: 0px 0 0 0;
}

.social-mediaiocn ul {
    gap: 20px;
    display: inline-flex;
}

    .social-mediaiocn ul svg {
        fill: blue;
        width: 30px;
        height: auto;
        filter: grayscale(100%);
    }

.plast {
    padding: 0px 7px;
}

/*---- book slider ----*/


/*USE CSS for Slider*/

.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}

.banner-slider .slider.slider-for {
    max-width: 75%;
    padding-right: 15px;
}

.banner-slider .slider.slider-nav {
    max-width: 16%;
}

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
}

.banner-slider .slider.slider-nav {
    height: 560px;
    overflow: hidden;
}


.banner-slider .slider.slider-nav {
    padding: 0px 0 0;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 90px;
    height: 90px;
    border: 1px solid #EBEBEB;
}

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
    border: 2px solid #fff;
}

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #8d6b34;
}

.slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}

.slider-nav .slick-slide {
    text-align: center;
    border: 0;
    margin-bottom: 5px;
}

    .slider-nav .slick-slide span {
        font-size: 14px;
        display: block;
        padding: 5px 0 15px;
    }


/*End USE CSS for Slider*/

.categories-slider .slider.slider-for {
    max-width: 100% !important;
    padding-right: 0 !important;
}

.categories-slider .slider-banner-image {
    padding: 0 15px !important;
}

.btn-slider {
    color: #a57521;
    border-color: #a57521;
}
.pdftitle{
    display:none;
}
/*-=-=-=-=-=-= Responsive -=-=-=-=-=-=-= */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

@media (max-width: 1400px) {
    .headingsec1 .h1 {
        font-size: 6vw;
        text-transform: uppercase;
        font-weight: 700;
    }
    .bannerrightside {
        width: 100%;
        overflow: hidden;
        height: 216px;
    }
}

@media (max-width: 1160px) {
    .top-head {
        width: 83%;
    }

    .logo {
        max-width: 150px;
    }

    .top-head.text-right a {
        margin-left: 37px;
    }
}

@media (max-width: 991px) {
    .menu ul li a {
        font-size: 14px;
    }

    .head .h1 {
        letter-spacing: 0.6px;
        font-size: 5vw;
    }

    header {
        padding: 17px 0;
    }

    .top-head {
        width: 92%;
    }

    .page-title .h1 {
        font-size: 38px;
    }

    .special-col-3 {
        margin-bottom: 10px;
    }

    .top-head.text-right a {
        margin-left: 10px;
    }

    .logo {
        max-width: 93px;
    }

    header.fixed .sm-logo {
        max-width: 85px !important;
        transition: all 1s ease;
        display: block !important;
    }

    .head p {
        max-width: 86%;
    }
}

@media (max-width: 768px) {
    .lastbox {
        height: 100%;
    }
    .corpoimage img{
        display:block;
        margin:0px auto 20px auto;

    }
    .full-iameg {
        margin-top: 10px;
    }

    .lastbox img {
        height: 100%;
        object-fit: cover;
    }

    .menu ul li li {
        padding: 10px 10px 0px 0px;
    }

    .fixed .menu ul li li {
        padding: 10px 10px 0px 0px;
    }

    .main-navigation ul ul.dropdown-m {
        top: 125%;
    }

    .iconimgtogel span {
        right: 0px;
        left: auto;
        position: absolute;
        top: 4px !important;
    }

    .h1, h1 {
        font-size: 1.9rem;
    }

    .seo-key {
        padding: 40px 0 50px 0;
    }

        .seo-key .acordianbtn {
            font-size: 18px;
        }

    .footer-sub {
        padding: 10px 0;
        min-height: auto;
    }

    .menuphone.sticky .menuicon .menu-btn {
        margin-top: 10px;
    }

    .menuicon .menu-btn {
        font-size: 18px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .page-title .h1 {
        font-size: 30px;
    }

    .special-col-9 {
        padding-right: 4px;
        padding-left: 4px;
    }

    .special-moment .container-fluid {
        padding-right: 4px;
        padding-left: 4px;
    }

    .footer-box {
        padding: 10px 0 0 0;
    }

    .padd-left {
        padding-right: 15px;
    }

    .book-section {
        width: 100%;
        height: 350px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .front#cover, .back#back-cover {
        padding: 10px 10px;
    }

    .coverpage p {
        -webkit-line-clamp: 2;
    }

    .coverpage {
        padding: 0px 10px;
    }

    .footer-box {
        border-right: 0px;
    }

    .sno {
        width: 90px;
        padding-left: 20px;
    }

    .siderightimg {
        margin: 15px 0px 10px 0px;
    }

    .img-leftside {
        margin: 10px 0px;
    }

        .img-leftside img {
            width: 100%;
        }

    .siderightimg img {
        width: 100%;
    }

    .best-seller .slick-arrow {
        position: absolute;
        top: -27px;
        right: 10px;
    }

    .sp-box-col .row .col-md-12:nth-child(1) {
        padding: 0px 7px 0px 0px;
    }

    .sp-box-col .row .col-md-12:nth-child(2) {
        padding: 0px 0px 0px 7px;
    }

        .sp-box-col .row .col-md-12:nth-child(2) .sp-box {
            padding-bottom: 15px;
            height: 100%;
        }

            .sp-box-col .row .col-md-12:nth-child(2) .sp-box img {
                height: 100%;
            }

            .sp-box-col .row .col-md-12:nth-child(2) .sp-box .sp-c {
                bottom: 24px;
                position: absolute;
            }

    .btn-modal {
        padding: 10px 15px;
        font-size: 15px;
    }

    #exampleModalToggle .modal-body {
        padding: 10px 10px;
    }

    .section-Work.different {
    }

    .head p {
        font-size: 24px;
        max-width: 95%;
    }

    .video video {
        margin: 10px 0px;
        width: 100%;
        height: 100%;
    }

    .video {
        padding: 40px 0px;
        margin: 0px 0 0px 0;
    }

    .best-seller {
        padding: 20px 0 80px 0;
    }

    .head.head2 {
        padding-bottom: 40px;
    }

    .special-moment {
        padding: 40px 10px 80px;
    }

    .sidemenu {
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0px;
        width: 300px;
        height: 100%;
        padding-top: 0px;
        background-color: #ffff;
        z-index: 99;
        transition: 0.4s ease;
        transform: translateX(-100%);
    }

        .sidemenu.open {
            transform: translateX(0); /* slide in */
        }

            .sidemenu.open .addnone {
                display: block;
                padding: 0px 5px;
                margin-bottom: 22px;
            }

    .main-navigation ul ul {
        display: block;
    }

    .accordion-menu {
        display: block;
    }

    .menu ul li {
        padding: 0 0px;
        margin: 10px 0px;
    }



        .menu ul li a {
            padding: 8px;
        }

    .left-menu .dropdown .dropdown-menu.show {
        top: 0px;
    }

    .menuicon, .closebtn {
        display: block;
    }



    .closebtn {
        position: absolute;
        top: 25px;
        right: 14px;
        font-size: 18px;
        cursor: pointer;
    }

    .logo {
        max-width: 110px;
        position: relative;
        margin: 0px;
    }

    .menuphone {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0px;
        width: 100%;
    }

        .menuphone.sticky {
            background-color: #ffff;
            position: fixed;
            padding: 3px 15px 15px 15px;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 99;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

    .header-top {
        border-bottom: 1px solid #000;
    }

    .fixed .header-top {
        display: none;
    }

    .top-head {
        padding: 0px 0px 0;
        border-bottom: 0px;
        width: 100%;
        margin-bottom: 0px;
    }

        .top-head.text-right a {
            margin-left: 17px;
        }

        .top-head a {
            font-size: 14px;
        }

        .top-head i {
            margin-right: 3px;
        }



    header {
        position: inherit;
        padding: 2px 0px;
    }

    .sp-box {
        font-size: 12px;
    }

    .section-Work h6 {
        font-size: 20px;
        margin: 20px 0 0 0 !important;
        padding: 0 !important;
    }

    .footer-ingormation {
        padding-left: 0px;
        padding-right: 0px;
    }

        .footer-ingormation h5 {
            font-size: 26px;
        }

    .our-information {
        padding-left: 0;
    }

    .box-contct {
        padding: 10px 0 10px;
    }

        .box-contct p {
            position: relative;
            padding-left: 90px;
            margin: 0 !important;
        }

            .box-contct p span {
                position: absolute;
                left: 0;
            }

    .box-contct {
        align-items: flex-start;
    }

    .modalfirst h3 small {
        display: none;
    }

    .modalfirst h3 span {
        display: block;
        line-height: 37px;
    }

    .aboutpage h1 {
        font-size: 25px;
        color: #000;
    }

    .aboutlinesimpel {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .floating-btn a {
        margin: 6px 0;
    }

    .seo-key .card-body p {
        font-size: 15px;
        margin-top: 10px;
    }

    .plclass {
        padding-left: 15px !important;
    }

    .plside {
        padding: 0px 7px 0px 15px;
    }

    .plside2 {
        padding: 0px 15px 0px 7px;
    }
}

@media (max-width: 575px) {
    .copyright p, footer p {
        font-size: 14px;
    }
    .copyright {
        text-align: center;
        margin: 10px 0 0 0;
    }
    .top-head.text-right {
        margin-left: 0px;
        text-align: center !important;
    }

    .securtyfirst {
        padding-top: 10px;
    }

    .page-head-sub {
        margin-bottom: 10px;
    }

    .footer {
        padding-bottom: 112px;
    }

    .page-title .h1 {
        font-size: 22px;
    }

    .page-title {
        padding: 0px 10px 10px 10px;
    }

    .top-head.text-right a {
        margin-left: 0px;
    }

    .sp-c {
        position: absolute;
        bottom: 10px;
        left: 4px;
        right: 4px;
        padding: 7px 5px 17px;
    }

        .sp-c:before {
            position: absolute;
            width: calc(100% - 9px);
            height: 2px;
            bottom: 10px;
            left: 4px;
        }

    .sno {
        width: 50px;
        padding-left: 10px;
    }

    .top-head ul {
        gap: 17px;
    }

    .coverpage h2 {
        margin-top: 10px;
        font-size: 18px;
    }

    .front#cover, .back#back-cover {
        padding: 10px 0px;
    }

    .page-content p, .page-sub-section ul li {
        margin-top: 10px;
    }

    .page-sub-section.color-bg {
        background-color: #c1c9c0;
        margin: 0px 0 0px 0;
    }

    .page-head-sub {
        padding-top: 5px;
    }

    .page-sub-section .h1 {
        font-size: 26px;
        line-height: 36px;
        margin: 0 0 25px 0;
    }

    .section-Work {
        padding: 20px 0 80px;
    }

    .coverpage img {
        height: 100px;
    }

    #back-cover h3 {
        font-size: 18px;
    }

    #back-cover p {
        font-size: 14px;
        margin: 5px 0px;
    }

    .book-section {
        width: 100%;
        height: 285px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .choose-box h5 {
        font-size: 20px;
        text-align: center;
    }

    .page-sub-section {
        padding: 35px 0;
    }

    .corporate .choose-box.text-right {
        padding-right: 20px;
    }

    .choose-box {
        padding-left: 20px;
    }

    .page-banner {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .seo-key .acordianbtn {
        font-size: 16px;
    }

    .whatsappicon {
        justify-content: center;
    }

    .page-head-sub {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 420px) {
    .box-contct p {
        position: relative;
        padding-left: 70px;
    }

    .footer-ingormation .box-contct p {
        font-size: 13px;
    }

    .footer-box h5 {
        color: #636262;
        margin-bottom: 10px;
    }
}
