html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: transparent;
    border-radius: 10px;
}

html::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
    background-color: #14213d;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 69%, rgba(255, 255, 255, .2) 60%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    border-radius: 10px;
}


body {
    color: #000;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}

li {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #14213d;
}

a {
    text-decoration: none;
    color: #fff !important;
}

.fs11 {
    font-size: 11px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs25 {
    font-size: 25px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs35 {
    font-size: 35px;
}

.fs40 {
    font-size: 40px;
}

.fs45 {
    font-size: 45px;
}

.fs50 {
    font-size: 50px;
}

.fs60 {
    font-size: 60px;
}

.fs70 {
    font-size: 70px;
}

.fs80 {
    font-size: 80px;
}

.fs90 {
    font-size: 90px;
}

.fw-light {
    font-weight: 300;
}

.fw-regular {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-extrabold {
    font-weight: 800;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #000 !important;
}

.color-maroon {
    color: #14213d;
}

.color1 {
    color: #333333 !important;
}

.color2 {
    color: #9e9e9e !important;
}


.bg-white {
    background: #fff;
}

.bg-black {
    background: #000;
}

.bg-grey {
    background: #2F2F2F;
}

.bg-orange {
    background-color: #f90;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 35%, transparent 25%, transparent 69%, rgba(255, 255, 255, .2) 80%, rgba(255, 255, 255, .2) 75%, transparent 82%, transparent);
}

.top-bar p a {
    font-weight: 700;
}

.main-nav ul li a.nav-link.maroon-button {
    width: 130px;
    height: 40px;
    line-height: 34px;
    background: #14213d;
    text-align: center;
    transition: .5s;
    border-radius: 5px;
    border: 2px solid #14213d;
    display: inline-block;
    margin-right: 0px;
}

.main-nav ul li a.nav-link.maroon-button:hover {
    background: #fca311;
    border: 2px solid #fca311;
    color: #14213d;
}

.buttons-div .maroon-button {
    margin-top: 0 !important;
    vertical-align: top;
}

.button-div .normal-button:hover {
    border: 2px solid #14213d;
    background: #fff;
    color: #14213d !important;
}

.button-div .normal-button {
    background: #14213d;
    text-align: center;
    transition: .5s;
    border-radius: 5px;
    border: 2px solid #14213d;
    display: inline-block;
    margin-right: 10px;
    color: #fff !important;
    font-size: 15px;
}

.services-inner .normal-button:hover {
    background: #fca311 !important;
    border: 2px solid #fca311;
}

.maroon-button {
    width: 180px;
    height: 55px;
    line-height: 50px;
    background: #14213d;
    text-align: center;
    transition: .5s;
    border-radius: 5px;
    border: 2px solid #14213d;
    display: inline-block;
    margin-right: 10px;
}

.normal-button {
    /*width: 180px;
    height: 55px;
    line-height: 50px;*/
    padding: 15px 20px;
    background: #fca311;
    text-align: center;
    transition: .5s;
    border-radius: 5px;
    border: 2px solid #fca311;
    display: inline-block;
    margin-right: 10px;
    color: #14213d !important;
}

.normal-button:hover {
    background: #14213d !important;
    color: #fca311 !important;
    border: 2px solid #14213d;
}


/* ********************************* Header Nav Css ************************************ */

.main-header a.navbar-brand {
    width: 20%;
}

.main-header a.navbar-brand img {
    width: 50%;
}

.main-nav ul li:last-child {
    padding-right: 0;
}

.main-nav .action-div ul li:last-child a {
    background: url(../images/phone-icon.webp)left no-repeat;
    padding: 10px 0 10px 30px !important;
}

.main-nav ul li {
    padding-right: 15px;
}

.main-nav ul li a.nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #14213d !important;
}

.main-nav ul li a.nav-link.maroon-button {
    color: #fff !important;
}

.main-nav ul li a.nav-link.maroon-button:hover {
    color: #14213d !important;
}

ul.dropdown-menu li {
    width: 100%;
    margin: 0px 0px;
    padding-right: 0;
}

ul.dropdown-menu li:last-child {
    padding-right: 0px;
}

ul.dropdown-menu li a {
    color: #000 !important;
    text-align: center;
    padding: 20px 20px;
}

ul.dropdown-menu li:hover a {
    background: #14213d;
    color: #fff !important;
}

ul.dropdown-menu li:first-child:hover a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

ul.dropdown-menu li:last-child:hover a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* ********************************* Header Nav Css End ************************************ */


/* ********************************* Banner Css ************************************ */

.banner-div {
    background: url(../images/home-banner-bg.webp) no-repeat top center;
    padding: 150px 0 150px;
    background-size: cover;
}
.banner-div.lPbanner {
    background: url(../images/new-lp-banner.webp) no-repeat top center;
    padding: 130px 0 130px;
    background-size: cover;
}

.lp-bk-cover-design .banner-div.lPbanner {
    background: url(../images/lp-book-cover-banner.webp) no-repeat top center;
    background-size: cover;
}

.banner-div.lPbanner .container {
    position: relative;
}

.banner-div.lPbanner .normal-button {
    background-color: #fff;
}
.banner-div.lPbanner .second-button {
    background-color: #14213d;
    color: #fff !important;
}
.banner-div.lPbanner .second-button:hover {
    background-color: #fff !important;
    color: #14213d !important;
}

.lpformPannel {
    background: rgb(255,235,202);
    background: linear-gradient(0deg, rgba(255,235,202,1) 0%, rgba(255,254,251,1) 100%);
    border-radius: 8px 0 0 8px;
    padding: 30px 30px 30px 60px;
    position: absolute;
    top: 0;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.lp-bk-cover-design .lpformPannel {
    width: 25%;
    bottom: 0;
    top: unset !important;
}
.lp-bk-cover-design .banner-div.lPbanner .container {
    position: static;
}

.lpformPannel .formTitle {
    position: absolute;
    left: 0;
    width: 25px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    top: 0;
    
}
.lpformPannel .formTitle h2 {
    font-size: calc(20px + (31 - 20) * (100vw - 320px) / (1920 - 320));
    color: #000;
    font-weight: 700;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
}

.lpformPannel .form-control {
    height: 50px;
    border-radius: 21px;
    padding: 0 10px;
    margin-bottom: 20px;
    line-height: 1;
}
.lpformPannel .form-group.iti-group {
    margin-bottom: 20px;
}
.lpformPannel textarea.form-control {
    border-radius: 8px;
    height: 88px;
    padding: 8px 10px;
    resize: none;
}

.lpformPannel .titleArea {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    flex-direction: column;
}
.lpformPannel .titleArea h3 {
    font-size: calc(17px + (23 - 17) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0;
    font-weight: 700;
}
.lpformPannel .titleArea h3 span {
    font-weight: 800;
    animation: color-change 1s infinite;
}
    @keyframes color-change {
        0% {
            color: #000;
        }

        50% {
            color: #ed2629;
        }

        100% {
            color: #000;
        }
    }
.lpformPannel .titleArea h5 {
    font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    margin-bottom: 0;
    font-weight: 500;
}
.lpformPannel .ribbon {
    position: absolute;
    left: 30px;
    top: 0;
    width: 18px;
    height: 171px;
    pointer-events: none;
    background-image: url(../images/ribbon.png);
}

.lpformPannel .orange-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1f335e;
    height: 69px;
    border-radius: 29px;
    color: #fff;
    font-weight: 600;
    font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
    border: 0;
    width: 100%;
}
.lpformPannel .orange-button:hover {
    color: #1f335e;
    background-color: #fca311;
}
.lp-banner-list { 
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}
.lp-banner-list li {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 0;
    list-style-type: disc;
    display: list-item;
}
.lPbanner p {
    color: #14213d;
    font-weight: 600;
    font-size: calc(15px + (21 - 15) * ((100vw - 300px) / (1920 - 300)));
}
.banner-div h2 {
    line-height: 60px;
} 
.banner-div.lPbanner h4, .banner-div.lPbanner h2 {
    color: #000;
    line-height: 1.2;
    font-size: calc(19px + (33 - 19) * ((100vw - 300px) / (1920 - 300)));
}
.banner-div h4, .banner-div h2 {
    color: #fff;
}
.headerLP .main-nav {
    text-align: center;
}
.headerLP .main-nav .navbar-brand {
    width: 150px;
}

.lpabout.about-sec {
    padding: 100px 0 50px 0;
}

@media (max-width: 1400px) {
    .mil-service-card {
        min-height: 430px;
    }
    .lp-bk-cover-design .lpformPannel {
    width: 30%;
    }
}

@media (max-width: 1199px) {
    .lp-test .testimonials-main .text-center.p-5.shadow.slick-slide {
    min-height: 675px !important;
    }
    .lp-bk-cover-design .stay-toch:after {
        opacity: 0.5;
        pointer-events: none;
    }
}

@media (max-width : 991px) {
    .banner-div.lPbanner {
        padding: 60px 0 60px 0;
    }
    .lpformPannel {
        position: relative;
        margin-bottom: 20px;;
    }
    .lpabout.about-sec {
        padding: 50px 0 50px 0;
    }
    .lp-bk-cover-design .lpformPannel {
        width: auto;
    }
    
}
@media (max-width : 768px) {
    .lp-test .testimonials-main .text-center.p-5.shadow.slick-slide {
        min-height: 460px !important;
    }
}
@media (max-width : 575px) {
    .headerLP .main-nav {
        text-align: center;
    }
    .headerLP .navbar-brand img {
        width: 150px !important;
    }
    .headerLP .action-div {
        justify-content: center !important;
    }
    .lp-test .slick-slide img {
    display: block;
    padding: 0 0 10px 0;
}
}
@media (max-width : 480px) {
    .lpformPannel {
        padding: 25px;
        border-radius: 8px 8px 8px 8px;
    }
    .lpformPannel .formTitle {
        position: relative;
        left: 0;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        top: 0;
    }
    .lpformPannel .formTitle h2 {
        writing-mode: inherit;
        text-orientation: inherit;
        transform: inherit;
        width: 100%;
        text-align: center;
        line-height: 1;
    }
    .lpformPannel .ribbon {
        left: 0;
    }
}



/* ********************************* Banner Css End ************************************ */

/* ********************************* form Css ************************************ */

.form-div {
    padding: 50px 0;
    background: url(../images/form-sec-bg.webp) no-repeat top center;
    background-size: cover;
}

.form-div input {
    width: 100%;
    height: 57px;
    padding-left: 10px;
    background: #fff;
    border: none;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
}

.form-div input.orange-button {
    background: #14213d;
    color: #fff;
    font-weight: 600;
    border: 2px solid transparent;
    margin: 0;
    line-height: 50px;
    transition: ease 0.4s;
}

.form-div input.orange-button:hover {
    border: 2px solid #fff;
    background: transparent;
}

/* ********************************* form Css End ************************************ */


/* ********************************* About Sec Css ************************************ */


.about-sec {
    padding: 50px 0;
}
.about-sec img {
    width: 100%;
}
.about-sec h2, .portfolio-sec h2, .testimonials-main h2, .portfolio h2 {
    color: #14213d;
    font-size: calc(22px + (40 - 22) * ((100vw - 300px) / (1920 - 300)));
}

.about-sec .normal-button {
   /* width: 20%; */
}

/* ********************************* About Sec Css End ************************************ */


/* ********************************* Service Sec Css ************************************ */

.service-sec {
    padding: 150px 0 100px;
    background: url(../images/serv-bg.webp) no-repeat top center;
    background-size: cover;
}

.serv-inner-all {
    position: relative;
    padding: 35px;
    min-height: 303px;
    background: #ffffff45;
}

.serv-inner-all h5 {
    font-size: 70px;
    position: absolute;
    left: 0;
    top: -50px;
    right: 0;
    margin: auto;
    font-family: 'Fira Sans', sans-serif;
    font-style: italic;
    font-weight: 300;
    color: #fca311;
}

.serv-inner-all h4 {
    position: relative;
    font-size: 18px;
    margin-bottom: 35px;
    color: #ffffff;
}
.lp-bk-cover-design .serv-inner-all {
    min-height: 260px;
    margin: 0 0 40px 0;
}

.lp-test .mil-service-card.serv-inner-all h4 {
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
    color: #14213d;
}
.mil-service-card {
    min-height: 285px;
}

/* ********************************* Service Sec Css End ************************************ */


/* ********************************* all Sec content ************************************ */

.content-all {
    padding: 50px 0px 50px;
}

/* ********************************* all Sec content End ************************************ */

/* ********************************* Portfolio Section ************************************ */

.portfolio-sec {
    padding: 50px 0;
}
.portfolio-sec h2 {
    line-height: 50px;
}
.carousel {
    display: block;
    position: unset;
    -webkit-transform: translateZ(0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 0;
    padding: 8px;
    border-radius: 6px;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

.touch .carousel {
    overflow: auto;
}

.carousel:before,
.carousel:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;

    width: 50px;
    font-size: 80px;
    line-height: 190px;
    font-family: arial;
    color: #2ab1ce;
    font-weight: bold;
    pointer-events: none;
    transition: 0.2s ease-out;
}

.carousel.right:after,
.carousel.left:before {
    opacity: 1;
}

.carousel.right:after {
    right: 0;
    text-indent: 60px;
}

.carousel.left:before {
    left: 0;
    text-indent: -40px;
}

.carousel>a {
    position: absolute;
    margin: 0;
    top: 0;
    bottom: 0;
    color: #CCC;
    font-size: 1.5em;
    transition: 0.1s;
}

.carousel>a:hover {
    color: #FFF;
}

.carousel>a.prev {
    left: -20px;
}

.carousel>a.next {
    right: -20px;
}

.carousel>.slide {
    pointer-events: none;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    /* background: #2ab1ce; */
    /* height: 80px; */
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.2s, bottom 0.2s;
}

.carousel:hover>.slide {
    opacity: 1;
    bottom: -10px;
}

.carousel>.wrap {
    overflow: hidden;
    border-radius: 5px;
}

.carousel>.wrap>ul {
    list-style: none;
    white-space: nowrap;
    height: 450px;
}

.carousel>.wrap>ul>li {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin: 0 0 0 10px;
    position: relative;
    overflow: hidden;
    transition: 0.25s ease-out;
}

.carousel>.wrap>ul>li:first-child {
    margin: 0;
}

.carousel>.wrap>ul>li>img {
    display: block;
    height: auto;
    width: 100%;
    height: 100%;
    margin: auto;
    vertical-align: bottom;
    position: relative;
    transition: 1s ease;
}

/* ********************************* Portfolio Section End ************************************ */

/* ********************************* Best Seller Section ************************************ */


.best-seller {
    padding: 50px 0 50px;
    background: url(../images/best-sec-bg.webp) no-repeat top center;
    background-size: cover;
    position: relative;
}

.img-section img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.img-section {
    margin-top: -430px;
    position: relative;
    z-index: 0;
}

.best-seller .buttons-div {
    position: relative;
    z-index: 2;
}

/* ********************************* Best Seller Section End ************************************ */

/* ********************************* Ghost Writer section ************************************ */

.ghost-writer-section {
    padding: 0 0 50px;
}

.ghost-writer-section h2 {
    line-height: 48px;
}
.ghost-writer-section img{
    width: 100%;
}

/* ********************************* Ghost Writer section End ************************************ */
.b-name{
    color:#fca311;
}

/* ********************************* sell more content Css ************************************  */
.sell-more {
    background: url(../images/sell-more-bg.webp) no-repeat bottom center;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

.sell-more h2 {
    line-height: 50px;
}

.sell-more .buttons-div {
    position: relative;
    z-index: 2;
}

.sell-book-img img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.sell-book-img {
    position: relative;
    z-index: 0;
    top: -300px;
    height: 100px;
}

/* ********************************* sell more content Css End ************************************  */


/* ********************************* Testimonials section Css ************************************  */

.testimonials-main {
    padding: 0 0 50px;
}

.testimonials-main .text-center.p-5.shadow.slick-slide {
    margin: 50px 15px;
    min-height: 400px;
}
.lp-test .testimonials-main .text-center.p-5.shadow.slick-slide {
    min-height: 530px;
}
.testimonials-main .testi-slides h4 {
    color: #14213d !important;
}

.testimonials-main ul.slick-dots button:before {
    background: #e0e2e5;
    position: absolute;
    content: '';
    width: 25px;
    height: 7px;
    visibility: visible;
    border-radius: 5px;
    transition: ease 0.4s;
    bottom: 0;
}

.testimonials-main ul.slick-dots li.slick-active button:before {
    background: #14213d;
    width: 30px;
    transition: ease 0.4s;
}

.testimonials-main ul.slick-dots button {
    margin-top: 25px;
}

.testimonials-main ul.slick-dots button {
    visibility: hidden;
    position: relative;
    margin-right: 0;
    width: 40px;
    transition: ease 0.4s;
}

.testimonials-main ul.slick-dots li.slick-active button {
    width: 50px;
}

ul.slick-dots li:last-child button {
    margin-right: 0px;
}

/* ********************************* Testimonials section Css End ************************************  */


/* ********************************* stay touch content Css ************************************  */

.stay-toch {
    background: url(../images/stay-touch-bg.webp) no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.stay-toch input,
.stay-toch textarea {
    width: 100%;
    height: 57px;
    padding-left: 10px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}

.stay-toch input.normal-button {
    background: #fca311;
    border: none;
    color: #14213d !important;
}

.stay-toch input.normal-button:hover {
    color: #fff !important;
}

.stay-toch input::placeholder,
.stay-toch textarea::placeholder {
    color: #fff;
}

.stay-toch input:focus-visible,
.stay-toch textarea:focus-visible {
    outline: none;
}

.stay-toch textarea {
    height: 150px;
}

.stay-toch textarea {
    height: 150px;
    padding-top: 10px;
}

.stay-toch:after {
    position: absolute;
    content: '';
    width: 650px;
    height: 667px;
    background: url(../images/stay-form-after.webp) no-repeat;
    bottom: -20%;
    right: 0;
    background-size: 100%;
}
.lp-bk-cover-design .stay-toch:after {
    position: absolute;
    content: '';
    width: 650px;
    height: 667px;
    background: url(../images/stay-form-after-bk-cover.webp) no-repeat;
    bottom: -20%;
    right: 0;
    background-size: 100%;
}
/* ********************************* stay touch content Css End ************************************  */

/* ********************************* Footer Section Css ************************************ */

.footer {
    padding: 150px 0px 50px;
    background: #14213d;
}

.footer .foot_img img {
    width: 70%;
}

.footer ul li {
    display: block;
    margin-bottom: 10px;
    transition: ease 0.4s;
    color: #DEDEDE;
}

.foot_img li i {
    margin-right: 7px;
    color: #fff;
    font-size: 18px;
}

.footer ul.social-icons li a {
    font-size: 18px;
}

.foot_img p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.footer ul li a:hover {
    color: #fca311 !important;
    transition: ease 0.4s;
}

.footer ul.social-icons li:last-child {
    margin: 0;
}

.footer ul.social-icons li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
}

.copy_sec .copy_right ul li {
    margin-bottom: 0;
    margin-right: 15px;
}

.copy_sec {
    background: url(../images/copy-right-bg.webp) no-repeat;
    background-size: cover;
}

.copy_sec .copy_right ul li:last-child {
    margin-right: 0;
}

.copy_sec .copy_right ul li a {
    transition: ease 0.4s;
}

.copy_sec .copy_right ul li a:hover {
    color: #fff !important;
}

.copy_sec h4 {
    color: #fff;
}


/* ********************************* Footer Section Css End ************************************ */

.testimonials-page .testimonials-main {
    padding: 50px 0 50px;
}

.contact-page .stay-toch:after{
    display: none;
}

.contact-page .stay-toch ul li {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-page .stay-toch ul li i {
    padding-right: 15px;
    color: #fff;
}

.port-page-div {
    padding: 100px 0;
}

.port-page-div .img-div {
    background: none;
    padding: 0;
}

.portfolio .slick-arrow {
    background: none;
    border: none;
    position: absolute;
    color: #14213d;
    top: 50%;
    z-index: 9999;
    left: 0;
    display: inline-block !important;
    width: auto !important;
    visibility: hidden;
}

.portfolio .slick-next {
    left: auto;
    right: 0;
}

.portfolio .slick-next:before {
    content: '\f30b';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    right: -50px;
    position: absolute;
    visibility: visible;
    font-size: 25px;
}

.portfolio .slick-prev {
    left: -20px;
    right: auto;
}

.portfolio .slick-prev:before {
    content: '\f30a';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    position: absolute;
    left: -40px;
    visibility: visible;
    font-size: 25px;
    z-index: 9;
}

/* ********************************* FAQ Section Css ************************************ */

.faq-section {
    padding: 50px 0;
    position: relative;
}

.accordion-item {
    background: #eff8f8 !important;
    border: none;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item .accordion-header button {
    background: #eff8f8 !important;
    border: none !important;
    box-shadow: none;
    color: #161616 !important;
    font-size: 18px;
    font-weight: 500;
}

.accordion-item .accordion-header button:focus {
    box-shadow: none;
}

.accordion {
    height: 423px;
    overflow-y: auto;
    padding-right: 15px;
}

.accordion::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.accordion::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.accordion::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #3d020a), color-stop(0.72, #3d020a78), color-stop(0.86, #3d020a9e));
}

/* ********************************* FAQ Section Css End ************************************ */

.innerserv-banner {
    padding: 150px 0 120px;
    background: url(../images/home-banner-bg.webp) no-repeat;
}
.innerserv-banner h2, .innerserv-banner h4, .innerserv-banner p {
    color: #fff;
}
.services-inner .content-left img {
    width: 100%;
}
.services-inner h4 {
    font-size: 24px;
}
.services-inner p {
    margin-bottom: 1rem;
}
.services-inner h2 {
    margin-bottom: 0.5rem;
}

.privacy-policy-page ul li {
    margin-bottom: 15px;
}

.content-right ul li {
    display: block;
}

.content-right ul li i {
    color: #14213d;
    padding-right: 5px;
}


/********************* Popup Css ************************/

.login-box {
    border-radius: 20px;
}

.login-box .form-div {
    border-radius: 15px;
    background: none;
}

.login-box .user-box {
  position: relative;
}

.login-box .modal-body h2, .login-box .modal-body h4 {
    color: #fca311 !important;
}

.login-box .user-box input {
    width: 100%;
    padding: 10px 0 10px 10px;
    font-size: 16px;
    color: rgb(255 255 255);
    margin-bottom: 20px;
    border: 1px solid rgb(255 255 255);
    outline: none;
    border-radius: 0;
    background-color: #fff;
    font-size: 14px;
    color: #14213d;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.login-box .user-box textarea {
    width: 100%;
    height: 137px;
    font-size: 16px;
    margin-bottom: 30px;
    outline: none;
    color: #14213d;
    border: 1px solid rgb(66 66 66);
    border-radius: 0;
    resize: none;
    padding: 10px 0 10px 10px;
    font-size: 16px;
    background-color: white;
}

.login-box .user-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 0 0 10px;
    font-size: 14px;
    color: rgb(66 66 66);
    pointer-events: none;
    transition: .5s;
    font-weight: 400;
    letter-spacing: 1px;
}

.login-box .user-box input:focus ~ label, .login-box .user-box input:valid ~ label {
    top: -8px;
    left: 20px;
    color: #14213d;
    font-size: 12px;
    background: #fca311;
    padding: 0px 5px;
    border-radius: 5px;
}

.login-box .user-box textarea:focus ~ label, .login-box .user-box textarea:valid ~ label {
    top: -8px;
    left: 20px;
    color: #14213d;
    font-size: 12px;
    background: #fca311;
    padding: 0 5px;
    border-radius: 5px;
}

.login-box form button {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    font-weight: bold;
    color: #14213d !important;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 0;
    letter-spacing: 3px;
    margin-bottom: 0;
    width: auto;
    border: 1px solid #14213d;
    background: #fca311;
}

.login-box button:hover {
    background: #14213d;
    color: #fca311 !important;
    border-radius: 5px;
}

.login-box button span {
  position: absolute;
  display: block;
}

.modal .modal-body {
    padding: 0px 0px 0px 0px !important;
}
.modal-content .btn-close {
    position: absolute;
    right: 15px;
    top: -17px;
    opacity: 1;
    color: #fff !important;
    background: #000;
    z-index: 9999999999;
    padding: 6px;
    border-radius: 30px;
    font-size: 11px;
    line-height: 12px;
    border: 3px solid #ffffff;
}
.modal-content .btn-close:hover {
    background: #fff;
    border-radius: 100%;
    color: #14213d !important;
}

/********************* Popup Css ************************/

.lp-page .banner-div {
    background: url(../images/texture.jpg) no-repeat center center;
}

.lp-page .banner-div h4, .lp-page .banner-div h2 {
    color: #fca311;
    text-shadow: 2px 3px 4px BLACK;
}

.lp-page .banner-div p {
    text-shadow: 2px 2px 3px BLACK;
}

.lp-page .lp-form {
    width: 85%;
    margin: 0 auto;
}
.lp-page .banner-div h2 {
    line-height: 45px;
}
.lp-form .form-div h2 span {
    color: #fca311 !important;
}
.lp-form .form-div {
    background: #0000006b;
    border-radius: 15px;
    padding: 0;
}
.lp-form .form-div input.orange-button {
    border: none !important;
}
.lp-page .lp-form .form-div input {
    border: 2px solid #fca311;
}
.lp-form .form-div textarea {
    width: 100%;
    height: 57px;
    padding-left: 10px;
    padding-top: 10px;
    background: #fff;
    border: 2px solid #fca311;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
}
.lp-form input.orange-button {
    background: #14213d;
    color: #fff;
}
.lp-form input.orange-button:hover {
    border: 2px solid #fca311 !important;
    background: #fca311;
    color: #14213d;
}
.lp-form .form-div h2 {
    margin-bottom: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-shadow: none;
}
.lp-form .form-div h2 span.blink-text {
    animation: animate 2s linear infinite;
}

@keyframes animate{
   0%{
     opacity: 0;
   }
   70%{
     opacity: 1;
   }
   100%{
     opacity: 0;
   }
 }
 
.lp-form .form-div form {
    padding: 20px 25px 25px;
}
.lp-page .stay-toch {
    overflow: hidden;
}
.lp-page .stay-toch:after {
    width: 30%;
    height: 100%;
}
.lp-page .banner-div .content-left {
    padding-right: 70px;
}
.lp-page .banner-div .content-left .buttons-div .normal-button:hover {
    background: #fca311 !important;
    border: 2px solid #fca311;
    color: #fff !important;
}
.lp-page .banner-div .content-left .buttons-div .normal-button {
    background: #14213d !important;
    color: #fff !important;
    border: 2px solid #14213d;
}

.lp-page .modal .modal-dialog {
    --bs-modal-width: 80%;
}

.lp-page .modal img {
    width: 100%;
}

.img-div {
    background: url(../images/pop-img.webp) no-repeat;
    height: 100%;
    background-size: cover;
    background-position: 80% 12%;
    padding: 355px 0;
}

.modal-body .form-div {
    background: url(../images/home-banner-bg.webp) no-repeat top center !important;
    background-size: cover !important;
}
.best-seller h2 .text-lowercase{
    word-break: break-all;
}
.best-seller h2 {
    /*font-size: calc(17px + (25 - 17) * ((100vw - 300px) / (1920 - 300)));*/
}
.lp-test .lpformPannel {
    position: relative !important;
}
.flex-column {
    flex-direction: column !important;
}
.lp-test .banner-div.lPbanner {
    padding: 60px 0 60px;
}
.lp-test .banner-div.lPbanner h4 {
    font-size: calc(22px +(40 - 22)*((100vw - 300px) /(1920 - 300))) !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}
.lp-test .lpabout.about-sec {
    padding: 50px 0 50px 0;
}

/* section-edits css starts */

.mil-service-card {
    background-color: #fff;
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 50px 30px 15px;
    border: 5px solid rgba(0, 0, 0, .1);
}
.mil-service-card:hover {
    background-color: #fff;
    /*padding-top: 80px;
    padding-bottom: 40px;*/
    border: 5px solid #fca311;
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(252, 163, 17) 1px, rgb(252, 163, 17) 3px) 5;
}
/*.mil-service-card:hover .mil-service-text {
    opacity: 0;
    transform: translateY(15px) scale(.8);
}*/
.mil-service-card:hover .mil-go-buton {
    bottom: 0;
}
.mil-service-card .mil-card-number {
    position: absolute;
    top: 15px;
    left: 15px;
    color: rgba(0, 0, 0, .1);
    font-weight: 800;
    font-size: 22px;
}
.mil-service-card .mil-center {
    width: 100%;
}
.mil-center {
    text-align: center;
}
.mil-icon.mil-icon-lg {
    width: 60px;
    height: 60px;
}
.mil-icon {
    display: inline-flex;
    padding: 15px;
}
.mil-mb-20 {
    margin-bottom: 15px;
}
.mil-upper {
    text-transform: uppercase;
}
.mil-about-counter .mil-avatar, .mil-center .mil-divider-sm {
    margin-left: auto;
    margin-right: auto;
}
.mil-divider-lg, .mil-divider-sm, .mil-suptitle:after {
    height: 5px;
    border: 3px solid rgba(0, 0, 0, .1);
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 3;
    transition: .4s cubic-bezier(0, 0, .3642, 1);
}
.mil-service-card .mil-service-text {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.mil-service-card .mil-service-text {
    transition: .4s cubic-bezier(0, 0, .3642, 1);
}
.mil-service-card .mil-go-buton {
    position: absolute;
    bottom: -60px;
    left: calc(50% - 30px);
}
.mil-icon.mil-icon-accent-bg {
    background-color: #bcff00;
}
