@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&amp;display=swap"); [class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}

html {
    scroll-behavior: smooth;
}

:hover, :focus, * {
    scroll-behavior: smooth;
    outline: none !important;
}

a, input[type="submit"] {
    transition: all 0.4s ease-in-out 0s;
    display: inline-block;
    cursor: pointer;
}

textarea, select, input[type], textarea, select, button {
    background: transparent;
    border: none;
    border-radius: 0px;
    font-family: Jost;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: rgb(163, 163, 163);
    font-weight: 400;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}

.pad-b-140 {
    padding-bottom: 140px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-100 {
    padding-bottom: 100px;
}

.w-1200 {
    max-width: 100%;
    width: 1200px;
}

.overlay::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.overlay {
    display: block;
}

.overlay.active {
    display: block;
}

.para p {
    font-size: 18px;
    line-height: 23px;
    color: rgb(137, 124, 104);
}

.para-sm p {
    font-size: 15px;
    line-height: 23px;
    color: rgb(137, 124, 104);
}

.logo {
    display: inline-block;
}

.logo img {
    display: block;
}

.btn-hover {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.btn-hover span {
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background-color: rgb(226, 143, 38);
    transition: width 0.4s ease-in-out 0s, height 0.4s ease-in-out 0s;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-hover:hover {
    color: rgb(255, 255, 255);
}

.btn-hover:hover span, ul.portfolio-menu > li.current > a span {
    width: 225%;
    height: 562.5px;
}

.dropdown-nav {
    position: relative;
}

.dropdownWrap {
    position: absolute;
    left: -20px;
    top: 18px;
    display: none;
}

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }

    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }

    100% {
        top: 40px;
        opacity: 1;
    }
}

.main-banner {
    position: relative;
    padding: 95px 0px 30px;
    z-index: 1;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    position: absolute;
    top: 0px;
    z-index: 2;
    width: 100%;
    padding: 5px 0px 0px;
    background: rgba(255, 255, 255, 0);
    color: rgb(255, 255, 255) !important;
}

ul.main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

a:hover {
    text-decoration: none;
}

ul.main-menu li a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    padding: 0px 0px 0px 21px;
}

ul.banner-cta li:nth-child(1) a {
    border-radius: 5px;
    background-color: rgb(255, 0, 0);
    padding: 15px 25px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    border: 2px solid rgb(255, 0, 0);
    font-weight: 600;
    transition: all 0.5s ease 0s;
}

ul.banner-cta {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

ul.banner-cta li:nth-child(2) a {
    border-radius: 5px;
    border: 1px solid rgb(255, 255, 255);
    padding: 15px 20px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    transition: all 0.5s ease 0s;
}

.main-banner-head h5 {
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-weight: 300;
    text-align: center;
}

.main-banner-head h3 {
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    color: rgb(255, 0, 0);
    padding: 17px 0px 20px;
}

.main-banner-head h3 span {
    color: rgb(255, 255, 255);
}

.main-banner-head p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0px 0px 5px;
}

.main-banner-head ul.banner-cta {
    justify-content: center;
}

.main-banner-head ul.banner-cta li:nth-child(1) a {
    margin: 0px 10px 0px 0px;
}

ul.banner-brands-logos {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 50px 0px;
    gap: 10px;
}

.hm-what-we-sec {
    position: relative;
}

.hm-what-we-sec::before {
    position: absolute;
    content: "";
    background: url("../images/shape-1.png");
    width: 809px;
    height: 1031px;
    left: 0px;
    top: 0px;
    opacity: 0.5;
}

.hm-what-we-sec::after {
    position: absolute;
    content: "";
    background: url("../images/shape-2.png");
    width: 640px;
    height: 408px;
    right: 0px;
    top: 0px;
    z-index: -1;
    opacity: 0.2;
}

.home-sec2-book {
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.2;
}

.hm-what-we-sec {
    padding: 70px 0px;
}

.hm-what-we-sec-head span {
    color: rgb(12, 20, 48);
    font-size: 20px;
    font-weight: 400;
}

.hm-what-we-sec-head h5 {
    font-size: 33px;
    line-height: 43px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    padding: 15px 0px 10px;
}

.hm-what-we-sec-head p {
    font-size: 15px;
    line-height: 22px;
    color: rgb(30, 29, 29);
    font-weight: 400;
    padding: 0px 0px 10px;
    text-align: left !important;
}

ul.btn-cta li:nth-child(1) a {
    border-radius: 5px;
    padding: 12px 23px;
    color: rgb(255, 255, 255);
    background-color: rgb(33, 47, 100);
    margin: 0px 15px 0px 0px;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
}

ul.btn-cta li:nth-child(2) a {
    border-radius: 5px;
    background: none;
    padding: 12px 23px;
    color: rgb(0, 0, 0);
    border: 2px solid rgb(215, 214, 215);
    transition: all 0.5s ease 0s;
}

ul.btn-cta {
    display: flex;
    align-items: center;
}

.hm-what-we-sec-img {
    position: relative;
}

.cta-img-1 img {
    max-width: fit-content;
    position: relative;
    top: -40px;
    animation: 3s ease-in-out 0s infinite normal none running updown2;
}

.reason-book-img {
    text-align: right;
    padding: 20px 0px 0px;
}

.reason-detail-box {
    padding: 20px 25px;
    background: rgb(248, 240, 251);
    margin: 0px 0px 15px;
    border-left: 5px solid rgb(40, 167, 69);
    transition: all 0.5s ease 0s;
}

.reason-detail-box h6 {
    color: rgb(37, 37, 37);
    font-size: 20px;
    font-weight: 500;
    padding: 0px 0px 5px;
}

.reason-detail-box p {
    color: rgb(37, 37, 37);
    font-size: 14px;
    line-height: 21px;
}

.reason-detail-box-2 {
    position: relative;
    left: -30px;
}

.reason-detail-box:hover {
    background: rgb(40, 167, 69);
    border-color: rgb(108, 108, 108);
}

.reason-detail-box:hover p {
    color: rgb(255, 255, 255);
}

.reason-detail-box:hover h6 {
    color: rgb(255, 255, 255);
}

.hm-counter-sec {
    background: rgb(40, 167, 69);
    padding: 35px 0px;
}

.pricing-sec {
    background: url("../images/pricing-banner.png");
    padding: 70px 0px 190px;
    position: relative;
}

.btm-box {
    position: relative;
}

.btm-box {
    display: flex;
    align-items: center;
    background: rgb(243, 243, 243);
    justify-content: space-between;
    padding: 10px 20px;
    border-radius: 0px 0px 25px 25px;
    transition: all 0.5s ease 0s;
}

.btm-box a {
    color: rgb(24, 9, 49);
    font-weight: 700;
    font-size: 13px;
}

.btm-box p {
    color: rgb(24, 9, 49);
    font-size: 13px;
    margin: 0px;
    line-height: 0;
    padding: 0px !important;
}

.pricing-sec h3 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

.pricing-sec p {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    color: rgb(30, 29, 29);
    padding: 15px 0px 70px;
}

.awards-sec {
    background: url("../images/awards-bag.png");
    padding: 30px 0px;
}

.awards-sec-head span {
    font-size: 20px;
    font-weight: 400;
}

.awards-sec-head h4 {
    font-size: 30px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    padding: 15px 0px 20px;
}

.awards-sec .border-box {
    border-right: 3px solid rgb(40, 167, 69);
}

.awards-sec-img-2 {
    padding: 0px 0px 0px 20px;
}

.ft-brd {
    border-top: 2px solid rgb(35, 34, 39);
    padding: 15px 0px 0px;
    margin: 30px 0px 0px;
    font-size: 14px;
}

.ft-brd a {
    color: rgb(255, 255, 255);
    margin: 0px 2px;
}

.ft-brd a {
    color: rgb(255, 255, 255);
    margin: 0px 2px;
}

.ft-bt2 {
    float: right;
}

.ft-bt2 a {
    padding: 0px 0px 0px 20px;
}

.ft-brd address {
    line-height: 23px;
}

.article-banner {
    background-image: url("../images/inner-banner/article-writing.webp");
    background-position: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    display: flex;
    align-items: center;
    padding-top: 141px;
    padding-bottom: 82px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.article-banner ul.banner-brands-logos {
    margin: 70px 0px 0px;
}

.article-writing-sec-1 {
    position: relative;
    padding: 95px 0px;
}

.article-writing-sec-1::after {
    position: absolute;
    content: "";
    background: url("../images/artice-sec2-img-2.png");
    height: 550px;
    width: 1015px;
    top: 0px;
    opacity: 0.6;
    z-index: -1;
}

section.article-serving-offer {
    background: rgba(225, 223, 230, 0);
    padding: 70px 0px 0px;
}

.article-ser-box {
    background-color: rgb(235, 235, 235);
    padding: 50px 25px 20px;
    transition: all 0.5s ease 0s;
    min-height: 360px;
}

.article-ser-box h6 {
    color: rgb(33, 47, 100);
    font-weight: 600;
    line-height: 26px;
    font-size: 23px;
    padding: 0px 0px 5px;
}

.article-ser-box p {
    color: rgb(30, 29, 29);
    font-size: 15px;
    line-height: 22px;
}

.article-ser-box:hover {
    transform: scale(1.04);
    background: 52% center rgb(255, 0, 0);
}

.article-ser-box:hover h6 {
    color: rgb(255, 255, 255);
}

.article-ser-box:hover p {
    color: rgb(255, 255, 255);
}

section.article-serving-offer h3 {
    color: rgb(33, 47, 100);
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

.para-sec-head {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    color: rgb(30, 29, 29);
    padding: 15px 0px 70px;
}

section.article-serving-offer .para-sec-head {
    font-weight: 500;
    padding-bottom: 20px;
}

section.industries-sec {
    padding: 100px 0px 50px;
    background: rgb(252, 251, 255);
}

.industries-sec-head h6 {
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 20px;
}

.industries-sec-head h3 {
    text-align: center;
    color: rgb(33, 47, 100);
    font-size: 35px;
    font-weight: 500;
    font-family: Poppins-semi-bold;
    padding: 10px 0px 20px;
}

.industries-sec-head p {
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 16px;
    line-height: 22px;
    padding: 0px 0px 55px;
}

.industries-box {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 3.942px 10.269px 54px 0px;
    padding: 40px 30px;
    margin: 0px 0px 30px;
    transition: all 0.5s ease 0s;
    min-height: 334px;
}

.industries-box-dtl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 20px;
}

.industries-box-dtl h6 {
    color: rgb(33, 47, 100);
    font-size: 25px;
    font-weight: 500;
    line-height: 26px;
    font-family: Poppins-semi-bold;
}

.industries-box p {
    color: rgb(85, 85, 85);
    font-size: 16px;
    font-family: Poppins;
    line-height: 29px;
}

.industries-box:hover {
    transform: scale(1.06);
    background: 52% center rgb(255, 0, 0);
}

.industries-box:hover h6 {
    color: rgb(255, 255, 255);
}

.industries-box:hover img {
    filter: invert(1);
}

.industries-box:hover p {
    color: rgb(255, 255, 255);
}

.hm-what-we-sec-img {
    text-align: center;
}

section.article-banner .main-banner-head h3 {
    font-size: 50px;
    line-height: 60px;
}

.audio-banner {
    background: url("../images/inner-banner/audio-book.webp");
}

.author-banner {
    background: url("../images/inner-banner/author-website.webp");
}

.blog-banner {
    background: url("../images/inner-banner/blog-writing.webp");
}

.book-cover-banner {
    background: url("../images/inner-banner/book-cover.webp");
}

.book-promotions-banner {
    background: url("../images/inner-banner/book-promotion.webp");
}

.ebook-writing-banner {
    background: url("../images/inner-banner/e-book-writing.webp");
}

.editing-banner {
    background: url("../images/inner-banner/editing.webp");
}

.formating-banner {
    background: url("../images/inner-banner/formating.webp");
}

.ghost-banner {
    background: url("../images/inner-banner/ghost-writing.webp");
}

.proofreading-banner {
    background: url("../images/inner-banner/proof-reading.webp");
}

.publishing-banner {
    background: url("../images/inner-banner/publishing.webp");
}

.video-book-banner {
    background: url("../images/inner-banner/video-book-trailer.webp");
}

.webdesign-seo-banner {
    background: url("../images/inner-banner/web-design-seo.webp");
}

.website-content-banner {
    background: url("../images/inner-banner/Wesbite-content.webp");
}

.about-banner {
    background: url("../images/about-us-banner.png");
    height: 793px;
    display: flex;
    align-items: center;
}

.about-who-box:hover {
    background: rgb(255, 0, 0);
    transform: scale(1.05);
}

.about-who-box:hover h5 {
    color: rgb(255, 255, 255);
}

.about-who-box:hover p {
    color: rgb(255, 255, 255);
}

.about-who-we-are {
    padding: 80px 0px;
    background: rgb(252, 251, 255);
    position: relative;
    z-index: 1;
}

.about-who-head h4 {
    color: rgb(33, 47, 100);
    font-size: 52px;
    font-weight: 600;
    padding: 0px 0px 20px;
}

.about-who-head p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(30, 29, 29);
    font-weight: 500;
}

.about-who-box {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(18, 18, 18, 0.08) 0px 0px 43px 0px;
    padding: 30px 25px;
    margin: 0px 0px 18px;
    transition: all 0.5s ease 0s;
}

.about-who-box h5 {
    padding: 0px 0px 15px;
}

.about-who-box h5 {
    color: rgb(255, 0, 0);
    font-size: 25px;
    font-weight: 500;
}

.about-who-box p {
    color: rgb(30, 29, 29);
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

a.get-started {
    width: 100%;
    background: rgb(33, 47, 100);
    color: rgb(255, 255, 255);
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 17px;
    transition: all 0.5s ease 0s;
}

.about-who-we-are::before {
    position: absolute;
    background: url("../images/about-us-img-2.png");
    content: "";
    width: 484px;
    height: 414px;
    top: 0px;
    left: 0px;
    display: none;
}

.about-who-we-are::after {
    position: absolute;
    background: url("../images/about-us-img-3.png");
    content: "";
    width: 368px;
    height: 448px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    display: none;
}

.contact-banner {
    background: url("../images/contact-banner.png");
}

.contact-page-section .info-column .title {
    position: relative;
    color: rgb(67, 185, 126);
    font-size: 16px;
}

.contact-page-section {
    position: relative;
    padding: 50px 0px 79px;
}

.contact-page-section .pattern-layer-three {
    position: absolute;
    left: 10%;
    top: 55%;
    width: 45px;
    height: 43px;
    background-repeat: no-repeat;
}

.contact-page-section .info-column {
    position: relative;
    margin-bottom: 30px;
}

.contact-page-section .info-column .inner-column {
    position: relative;
}

.contact-page-section .info-column .title {
    position: relative;
    color: rgb(33, 47, 100);
    font-size: 16px;
    text-transform: uppercase;
}

.contact-page-section .info-column h2 {
    position: relative;
    color: rgb(6, 20, 45);
    font-weight: 700;
    line-height: 1.2em;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 22px;
}

.contact-page-section .info-column .text {
    position: relative;
    color: rgb(24, 24, 24);
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 18px;
}

.contact-page-section .info-column ul {
    position: relative;
}

.contact-page-section .info-column ul li {
    position: relative;
    color: rgb(6, 20, 45);
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 17px;
}

.contact-page-section .info-column ul li span {
    position: relative;
    color: rgb(33, 47, 100);
    display: block;
    margin-bottom: 5px;
}

.contact-page-section .form-column {
    position: relative;
    margin-bottom: 30px;
}

.contact-page-section .form-column .inner-column {
    position: relative;
    padding: 40px 35px;
    background-color: rgb(244, 247, 250);
}

.contact-page-section .form-column .circle-layer {
    position: absolute;
    left: -130px;
    bottom: -60px;
    width: 565px;
    height: 565px;
    z-index: -1;
    border-radius: 50%;
    background-color: rgb(255, 247, 240);
}

.contact-page-section .form-column .pattern-layer-one {
    position: absolute;
    right: -40px;
    top: -25px;
    width: 106px;
    height: 70px;
    z-index: -1;
    background-repeat: no-repeat;
}

.contact-page-section .form-column .pattern-layer-two {
    position: absolute;
    left: -50px;
    bottom: -25px;
    width: 106px;
    height: 153px;
    z-index: -1;
    background-repeat: no-repeat;
}

.contact-page-section .form-column h2 {
    position: relative;
    color: rgb(6, 20, 45);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.contact-page-section .form-column .text {
    position: relative;
    color: rgb(24, 24, 24);
    font-size: 16px;
    line-height: 1.8em;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 30px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .form-group input[type="text"], .contact-form .form-group input[type="password"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select, .contact-form .form-group .contact_input {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    color: rgb(136, 136, 136);
    height: 55px;
    font-size: 14px;
    border-radius: 3px;
    background: rgb(255, 255, 255);
    border: 1px solid transparent;
    transition: all 300ms ease 0s;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px 25px;
    color: rgb(136, 136, 136);
    height: 100px;
    background: rgb(255, 255, 255);
    resize: none;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid transparent;
    transition: all 300ms ease 0s;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0px;
}

input[type="number"] {
    appearance: textfield;
}

.contact-form .theme-btn {
    cursor: pointer;
    margin-top: 10px;
    text-transform: uppercase;
}

.btn-style-five {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    padding: 15px 40px;
    font-weight: 700;
    border-radius: 3px;
    overflow: hidden;
    background-color: rgb(255, 0, 0);
    transition: all 0.5s ease 0s;
}

.contact-page-section .form-column h2 {
    position: relative;
    color: rgb(6, 20, 45);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.contact-page-section .form-column .text {
    position: relative;
    color: rgb(24, 24, 24);
    font-size: 16px;
    line-height: 1.8em;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 30px;
}

section.contact-page-section br {
    display: none;
}

.contact-page-section .form-column h2::before {
    position: absolute;
    content: "";
    right: 20px;
    top: 0px;
    width: 91px;
    height: 38px;
    background: url("../images/contact-arrow.png");
}

.testi-banner-new {
    background: url("../images/testi-bag-new.png") 0% 0% / cover no-repeat;
    display: flex;
    align-items: center;
    height: 793px;
}

.testi-dtl-box-new {
    background: rgb(33, 47, 100);
    padding: 20px;
    margin: 0px 0px 30px;
    border-radius: 8px;
    transition: all 0.5s ease 0s;
    position: relative;
    height: 260px;
}

.testi-dtl-box-new h4 {
    color: rgb(255, 255, 255);
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
    font-family: Poppins-semi-bold;
}

.testi-dtl-box-new p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    padding: 0px 0px 25px;
}

.testi-dtl-box-new span {
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 20px;
}

.testi-dtl-box-new > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.testi-sec-new-2 {
    position: relative;
    padding-bottom: 40px;
}

.testi-dtl-box-new:hover {
    background: 52% center rgb(159, 8, 52);
    transform: scale(1.04);
}

.testi-dtl-box-new:hover p {
    color: rgb(255, 255, 255);
}

.testi-dtl-box-new:hover h4 {
    color: rgb(255, 255, 255);
}

.testi-sec-new-2 {
    background: url("../images/testi-sec-2-bag.png");
}

li.dropdown-head:hover ul.dropdown-list {
    display: block;
}

ul.main-menu li a i {
    position: relative;
    top: -4px;
}

ul.btn-cta li:nth-child(1) a:hover {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

ul.btn-cta li:nth-child(2) a:hover {
    background: rgb(215, 214, 215);
    color: rgb(255, 255, 255);
}

ul.banner-cta li:nth-child(1) a:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

ul.banner-cta li:nth-child(2) a:hover {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.btn-style-five:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

a.get-started:hover {
    background: rgb(0, 0, 0);
}

@keyframes updown2 {
    0%, 100% {
        transform: translate(0px, 0px);
        transition: all 0.4s ease 0s;
    }

    50% {
        transform: translate(0px, 10px);
        transition: all 0.4s ease 0s;
    }
}

.awards-sec-img-2 span {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 400;
}

.awards-sec-img-2 h4 {
    font-size: 30px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    padding: 15px 0px 59px;
}

.blinking {
    animation: 1.2s ease 0s infinite normal none running blinkingText;
}

.social-icons a {
    font-size: 30px;
    padding: 0px 10px 0px 0px;
}

.ft-bt {
    text-align: left !important;
}

.social-icons {
    text-align: center !important;
}

a.trust-icon {
    margin: 15px 0px 0px;
}

@keyframes blinkingText {
    0% {
        color: rgb(0, 0, 0);
    }

    49% {
        color: rgb(255, 255, 255);
    }

    60% {
        color: rgb(0, 0, 0);
    }

    99% {
        color: rgb(255, 255, 255);
    }

    100% {
        color: rgb(255, 255, 255);
    }
}

.article-writing-sec-1 ul.btn-cta li:nth-child(2) a:hover {
    background: rgb(0, 0, 0);
}

.portfolio_box {
    position: relative;
    margin-bottom: 20px;
    border-radius: 0px;
}

.portfolio_box a {
    transition-duration: 0.5s;
    overflow: hidden;
    display: block;
}

.portfolio_box a:hover::before {
    content: "";
    position: absolute;
    background-color: rgba(21, 21, 21, 0.84);
    inset: 0px;
    z-index: 9;
    border-radius: 12px;
}

.portfolio_box a:hover::after {
    content: "Preview";
    position: absolute;
    background: url("../images/preview-search.png") center center / 70% no-repeat;
    height: 160px;
    width: 90px;
    inset: -30px 0px 0px;
    display: grid;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 33px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    z-index: 99;
    margin: auto;
    align-items: end;
}

.portfolio_box a:hover img {
    transform: scale(1.1);
}

.portfolio_box img {
    object-fit: fill;
    transition-duration: 0.9s;
}

.contact-page-section .info-column ul li a {
    color: rgb(6, 20, 45);
    text-decoration: none;
}

.terms_conditions {
    padding: 30px 0px;
}

.terms_conditions h2 {
    position: relative;
    color: rgb(33, 47, 100);
    font-weight: 700;
    line-height: 1.2em;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 22px;
}

.prc-img img {
    width: 100%;
    border-radius: 10px;
}

section.main-banner .row {
    position: relative;
    z-index: 1;
}

.book-image-box-1 img {
    position: absolute;
}

.book-image-box-2 img {
    position: absolute;
}

.main-banner-head {
    margin-top: 100px;
}

section.main-banner .main-banner-head {
    margin: 0px;
}

section.article-writing-sec-1 ul.btn-cta li:nth-child(1) a:hover {
    background: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
}

img.contact-img {
    margin: 0px 0px 40px;
    width: 100%;
}

.awards-sec-img-2 img {
    position: relative;
    top: -20px;
}

.contact-banner h3 {
    font-size: 76px !important;
}

section.hm-what-we-sec ul.btn-cta li:nth-child(1) a:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.hm-what-we-sec-head ul.btn-cta li:nth-child(2) a:hover {
    background: rgb(255, 0, 0);
    border: 2px solid rgba(190, 32, 51, 0);
}

.terms_conditions p {
    font-size: 16px;
    line-height: 28px;
}

.terms_conditions ul {
    list-style: disc;
    margin: 20px 0px 0px 16px;
}

.terms_conditions ul li {
    padding: 0px 0px 20px;
    line-height: 29px;
}

video.inner_vid {
    position: absolute;
    inset: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

section.main-banner::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.new-dd-ame {
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 291px;
    height: auto;
    padding: 25px 18px 25px 20px;
    box-shadow: 0px 0px 3px 0px;
    display: none;
    border-radius: 5px;
    right: -170%;
    transition: all 0.5s ease 0s;
}

.new-dd-ame li a {
    margin: 0px 0px 0px 10px;
    color: rgb(0, 0, 0) !important;
    font-size: 15px !important;
}

li.dropdown-head:hover .new-dd-ame {
    display: block;
}

a.dropdown-head-aa {
    margin: 0px 0px 50px;
    position: relative;
    top: 24px;
}

section.thankyou-page {
    background: url("../images/thank.png");
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0px !important;
}

section.thankyou-page h1 {
    text-align: center;
    color: white;
    font-size: 90px;
}

section.thankyou-page h2 {
    text-align: center;
    color: white;
    font-size: 50px;
}

section.thankyou-page h2 {
    text-align: center;
    color: white;
    font-size: 50px;
}

section.thankyou-page a {
    color: white;
    font-size: 20px;
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 0, 0);
    border-radius: 5px;
    padding: 10px 30px;
    transition: all 0.5s ease 0s;
}

.thankyou-btns-main-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.thankyou-page p {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 18px;
    font-family: Poppins;
    padding: 20px 0px;
}

.wpb_wrapper {
    display: flex;
    color: rgb(255, 255, 255);
    padding-top: 20px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 5px;
    font-family: 'Jost';
}

.wpb_wrapper i {
    color: rgb(255, 202, 0);
}

.popupform.halweenform h6 span input {
    border: none;
    width: 100%;
    color: rgb(255, 0, 0);
    font-size: 26px;
    font-weight: 700;
}

.popupform.halweenform h6 {
    line-height: 29px;
}

.testi-dtl-box-new span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
    margin: 0px;
    padding: 0px;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

a, a:focus, a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
}

li {
    list-style: none;
}

.ml-60 {
    margin-left: 60px;
}

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

@font-face {
    font-family: Poppins-bold;
    src: url("../fonts/Poppins-Bold.ttf");
}

@font-face {
    font-family: Poppins-semi-bold;
    src: url("../fonts/Poppins-SemiBold.ttf");
}

.header-main .web-logo {
    text-align: center;
    padding: 30px 0px 0px;
}

.header-main ul.header-menu-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px 25px;
    flex-wrap: wrap;
}

.header-main ul.header-menu-links li {
    position: relative;
}

.header-main ul.header-menu-links li a {
    text-align: left;
    font: 18px / 30px Poppins;
    letter-spacing: 0px;
    color: rgb(26, 51, 100);
}

.header-main ul.header-menu-links > li:not(:first-child)::after {
    content: "";
    position: absolute;
    top: 17%;
    background: rgb(255, 255, 255);
    height: 20px;
    width: 1px;
    right: 118%;
    display: none;
}

.contact-btn-main button {
    font: 14px / 21px Poppins;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    border: none;
}

.header-main ul.header-menu-links li {
    margin-bottom: 4px !important;
}

.contact-btn-main button.call-btn {
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 0, 0);
    border-radius: 5px;
    padding: 10px 30px;
    transition: all 0.5s ease 0s;
}

.contact-btn-main button.chat-btn {
    background: 0% 0% no-repeat padding-box padding-box rgb(33, 47, 100);
    border-radius: 5px;
    padding: 10px 30px;
    transition: all 0.5s ease 0s;
}

.contact-btn-main button img {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

section.first-wrap {
    background: linear-gradient(rgb(33 47 100 / 55%), rgb(190 32 51 / 34%)), url(../images/banner/banner-bg.webp) center center / cover no-repeat;
    padding: 12rem 0 8rem;
    font-family: 'Poppins';
}

section.first-wrap form.banner-form-main {
    background: 0% 0% no-repeat padding-box padding-box rgb(40, 3, 14);
    border-radius: 5px;
    padding: 10px 25px 30px;
}

.banner-content-main h4 {
    text-align: left;
    font: 32px / 48px Poppins;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
}

.banner-content-main h4 {
    text-align: center;
    font: 28px / 48px Poppins;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
}

.banner-content-main h1 {
    text-align: center;
    font: bold 69px / 120px Poppins;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
}

.banner-content-main p {
    text-align: center;
    font: 300 16px / 26px Poppins;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
}

.btn-main button {
    text-align: center;
    font: 14px / 21px Poppins;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    opacity: 1;
    border-radius: 5px;
    border: none;
    padding: 10px 40px;
}

.btn-main button.get-started-btn {
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 0, 0);
    border: 1px solid rgb(255, 0, 0);
    margin: 10px 10px 0px 0px;
}

button.live-chat-btn {
    border: 1px solid rgb(255, 0, 0);
    background: none;
}

.banner-content-main h1 span {
    color: rgb(255, 255, 255);
}

form.banner-form-main input {
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
    border: 1px solid rgb(158, 158, 158);
    border-radius: 2px;
    display: block;
    width: 100%;
    margin: 10px 0px;
    text-align: left;
    font: 16px / 25px Poppins;
    letter-spacing: 0px;
    color: rgb(191, 191, 191);
    opacity: 1;
    height: 50px;
    padding: 10px 0px 10px 10px;
}

form.banner-form-main textarea {
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
    border: 1px solid rgb(158, 158, 158);
    border-radius: 2px;
    display: block;
    width: 100%;
    margin: 10px 0px;
    text-align: left;
    font: 16px / 25px Poppins;
    letter-spacing: 0px;
    color: rgb(191, 191, 191);
    opacity: 1;
    padding: 10px 0px 10px 10px;
}

form.banner-form-main select {
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
    border: 1px solid rgb(158, 158, 158);
    border-radius: 2px;
    display: block;
    width: 100%;
    margin: 10px 0px;
    text-align: left;
    font: 16px / 25px Poppins;
    letter-spacing: 0px;
    color: rgb(191, 191, 191);
    opacity: 1;
    height: 50px;
    padding: 10px 0px 10px 10px;
}

form.banner-form-main h2 {
    text-align: center;
    font: 30px / 46px Poppins-bold;
    letter-spacing: 0px;
    opacity: 1;
    padding-top: 15px;
    padding-bottom: 5px;
    color: rgb(198, 0, 58);
}

form.banner-form-main span {
    color: rgb(255, 255, 255);
}

button.submit {
    background: 0% 0% no-repeat padding-box padding-box rgb(33, 47, 100);
    text-align: center;
    font: 20px / 30px Poppins;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    opacity: 1;
    border: 1px solid transparent;
    display: block;
    border-radius: 2px;
    width: 100%;
    padding: 12px 0px;
}

.banner-content-main .btn-main {
    margin: 25px 0px 0px;
}

.banner-content-main .inner-images {
    padding: 40px 0px 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    flex-direction: row;
    gap: 15px;
}

.banner-content-main .inner-images img {
    margin-bottom: 28px;
}

section.second-wrap {
    background: rgb(33, 47, 100);
    padding: 20px 0px;
}

section.third-wrap {
    padding: 120px 0px;
}

section.third-wrap .inner-wrap h4 {
    text-align: left;
    font: 30px / 46px Poppins;
    letter-spacing: 0px;
    color: rgb(22, 36, 75);
    position: relative;
    padding-left: 60px;
}

section.third-wrap .inner-wrap h4::before {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 40px;
    height: 3px;
    background: rgb(33, 47, 100);
    content: "";
}

section.third-wrap .inner-wrap h1 {
    text-align: left;
    font: 40px / 60px Poppins;
    letter-spacing: 0px;
    color: rgb(22, 36, 75);
}

section.third-wrap .inner-wrap h1 span {
    font: 40px / 60px Poppins-semi-bold;
    color: rgb(255, 0, 0);
}

section.third-wrap .inner-wrap p {
    text-align: left;
    font: 16px / 30px Poppins;
    letter-spacing: 0px;
    color: rgb(110, 110, 110);
    opacity: 1;
}

section.third-wrap .inner-wrap .btn-main {
    margin-top: 20px;
}

section.third-wrap .inner-wrap .btn-main button.get-started-btn {
    background: rgb(33, 47, 100);
    border: 1px solid rgb(33, 47, 100);
}

section.third-wrap .inner-wrap .btn-main button.live-chat-btn {
    color: rgb(198, 0, 58);
}

section.fourth-wrap .branding-slider .inner-wrap img {
    width: 50px;
}

section.fourth-wrap .branding-slider .inner-wrap {
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 12px;
    border: 1px solid rgb(242, 242, 242);
    border-radius: 5px;
    margin: 10px;
    min-height: 380px;
    transition: all 0.5s ease 0s;
    padding: 40px 30px 15px;
}

section.fourth-wrap .branding-slider .inner-wrap:hover {
    cursor: pointer;
    background: rgb(255, 0, 0);
}

section.fourth-wrap .branding-slider .inner-wrap:hover h4 {
    color: rgb(255, 255, 255);
}

section.fourth-wrap .branding-slider .inner-wrap:hover p {
    color: rgb(255, 255, 255);
}

section.fourth-wrap .branding-slider .inner-wrap h4 {
    transition: all 0.5s ease 0s;
    text-align: left;
    font: 20px / 30px Poppins-bold;
    letter-spacing: 0px;
    color: rgb(15, 38, 86);
    opacity: 1;
    padding: 20px 0px 10px;
}

section.fourth-wrap .branding-slider .inner-wrap p {
    transition: all 0.5s ease 0s;
    text-align: left;
    font: 16px / 30px Poppins;
    letter-spacing: 0px;
    color: rgb(158, 158, 158);
    opacity: 1;
}

section.fourth-wrap {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0px;
    background-image: url("../images/fourth-wrap/fourth-wrap-bg.webp");
}

.branding-slider button.owl-prev {
    position: absolute;
    left: -5%;
    top: 50%;
}

.branding-slider button.owl-prev span {
    font-size: 60px;
    line-height: 0;
    color: rgb(158, 158, 158);
}

.branding-slider button.owl-next {
    position: absolute;
    right: -5%;
    top: 50%;
}

.branding-slider button.owl-next span {
    font-size: 60px;
    line-height: 0;
    color: rgb(158, 158, 158);
}

.branding-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: rgb(158, 158, 158);
    text-decoration: none;
}

section.fifth-wrap {
    background-image: url("../images/fifth-wrap/fifth-bg.php");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px;
}

section.fifth-wrap .inner-wrap h4 {
    text-align: left;
    font: 30px / 46px Poppins;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
}

section.fifth-wrap .inner-wrap h1 {
    text-align: left;
    font: 40px / 50px Poppins-bold;
    letter-spacing: 0px;
    color: rgb(249, 249, 248);
    margin-bottom: 30px;
}

section.fifth-wrap .inner-wrap p {
    text-align: left;
    font: 16px / 32px Poppins;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    padding: 15px 0px 0px;
}

section.fifth-wrap .inner-wrap .btn-main {
    margin: 20px 0px 0px;
}

section.fifth-wrap .inner-wrap .btn-main button.get-started-btn {
    background: rgb(255, 0, 0);
    border: 1px solid rgb(255, 0, 0);
}

section.fifth-wrap .inner-wrap .btn-main button.live-chat-btn {
    border: 1px solid rgb(255, 0, 0);
    color: rgb(255, 255, 255);
}

section.six-wrap {
    padding: 100px 0px;
}

section.six-wrap .inner-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0px 0px 20px;
}

section.six-wrap .inner-wrap .inner-content {
    margin-left: 35px;
    width: 80%;
}

section.six-wrap .inner-wrap .img {
    width: 20%;
    margin-left: 25px;
    margin-top: 2%;
}

section.six-wrap .inner-wrap .img img {
    width: 100%;
    height: 100%;
}

section.six-wrap .inner-content h2 {
    text-align: left;
    font: 30px / 46px Poppins;
    letter-spacing: 0px;
    color: rgb(15, 38, 86);
}

section.six-wrap .inner-content h2 span {
    font: 30px / 46px Poppins-bold;
}

section.six-wrap .inner-content p {
    text-align: left;
    font: 300 16px / 30px Poppins;
    letter-spacing: 0px;
    color: rgb(158, 158, 158);
    opacity: 1;
}

section.eight-wrap .reason-head-main h1 span, section.seven-wrap .reason-head-main h1 span, section.six-wrap .reason-head-main h1 span {
    text-align: center;
    font: 40px / 50px Poppins-bold;
    letter-spacing: 0px;
    color: rgb(255, 0, 0);
}

section.eight-wrap .reason-head-main h1, section.seven-wrap .reason-head-main h1, section.six-wrap .reason-head-main h1 {
    position: relative;
    text-align: center;
    font: 26px / 20px Poppins;
    letter-spacing: 0px;
    color: rgb(15, 38, 86);
    padding-bottom: 28px;
}

section.six-wrap .reason-head-main h1::after {
    position: absolute;
    top: 17px;
    content: url("../images/reason-to-choose-us/left-top.png");
    left: 5%;
}

section.six-wrap .reason-head-main h1::before {
    position: absolute;
    top: 17px;
    content: url("../images/reason-to-choose-us/right-top.png");
    right: 5%;
}

section.eight-wrap .reason-head-main p, section.seven-wrap .reason-head-main p, section.six-wrap .reason-head-main p {
    text-align: center;
    font: 300 20px / 30px Poppins;
    letter-spacing: 0px;
    color: rgb(32, 27, 66);
    opacity: 1;
    padding-bottom: 30px;
}

section.eight-wrap .reason-head-main, section.seven-wrap .reason-head-main, section.six-wrap .reason-head-main {
    margin: 20px 0px 0px;
}

section.seven-wrap .inner-wrap-image {
    margin-bottom: 30px;
    position: relative;
    background: rgb(247, 247, 247);
    padding: 0px 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.12) 1px 1px 2px 2px;
    border-radius: 4px;
}

section.seven-wrap .inner-wrap-image img {
    width: 100%;
    height: 340px;
    object-fit: contain;
}

section.eight-wrap {
    margin: 100px 0px;
}

section.eight-wrap .package-inner {
    padding: 20px 0px 0px;
    border-radius: 6px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.25) -1px -1px 22px -9px;
}

section.eight-wrap .package-inner > h4 {
    text-align: left;
    font: 30px / 50px Poppins;
    letter-spacing: 0px;
    color: rgb(255, 0, 0);
    margin-right: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(112, 112, 112);
    margin-left: 20px;
}

section.eight-wrap .package-inner .package-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 20px 10px;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.package-header .package-price h6 {
    text-align: left;
    font: 700 27px / 13px Poppins;
    letter-spacing: 0px;
    color: rgb(27, 29, 33);
}

.package-header .package-discount h6 {
    font: 700 17px / 18px Poppins;
    letter-spacing: 0px;
    opacity: 1;
    color: rgb(255, 0, 0);
    text-align: right;
    text-decoration: line-through;
}

.package-header .package-discount h4 {
    text-align: left;
    font: 30px / 35px Poppins-bold;
    letter-spacing: 0px;
    color: rgb(33, 47, 100);
    opacity: 1;
}

.package-header .package-discount {
    background-size: cover;
    background-repeat: no-repeat;
}

section.eight-wrap .package-inner ul.package-body {
    padding: 0px 10px 0px 0px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    height: 330px;
    overflow-y: auto;
}

section.eight-wrap .package-inner ul.package-body li {
    text-align: left;
    font: 14px / 25px Poppins;
    letter-spacing: 0px;
    color: rgb(32, 27, 66);
    opacity: 1;
    position: relative;
    padding: 5px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 6px;
}

section.eight-wrap .package-inner .package-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

section.eight-wrap .package-inner .package-btns a.start-now-btn {
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    font: 16px / 25px Poppins-semi-bold;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease 0s;
}

section.eight-wrap .package-inner .package-btns a.start-now-btn img {
    width: 10px;
    height: 15px;
    margin-left: 10px;
}

section.eight-wrap .package-inner .package-btns a.chat-btn {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    border: 1px solid rgb(255, 0, 0);
    border-radius: 5px;
    text-align: center;
    font: bold 16px / 25px Poppins;
    letter-spacing: 0px;
    color: rgb(255, 0, 0);
    padding: 0px 0px 0px 20px;
    opacity: 1;
    display: flex;
    width: 46%;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s ease 0s;
}

section.eight-wrap .package-inner .package-btns a.chat-btn img {
    margin-left: 10px;
    background: rgb(255, 0, 0);
    padding: 10px;
}

section.eight-wrap .package-inner .package-footer {
    border-radius: 0px 0px 5px 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0px;
    flex-wrap: wrap;
}

section.eight-wrap .package-inner .package-footer a {
    text-align: center;
    font: bold 16px / 25px Poppins;
    letter-spacing: 0px;
    color: rgb(15, 38, 86);
    text-transform: uppercase;
}

section.eight-wrap .package-inner .package-footer p {
    text-align: center;
    font: 16px / 25px Poppins;
    letter-spacing: 0px;
    color: rgb(15, 38, 86);
    opacity: 1;
}

section.ninth-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    margin: 60px 0px;
    background-position: right center;
    padding: 50px 0px;
    background-image: linear-gradient(to right, rgb(104, 5, 9), rgb(13, 22, 65));
    border-radius: 70px 0px;
}

section.ninth-wrap .inner-iamge img {
    position: absolute;
    top: -150px;
    width: 500px;
}

section.ninth-wrap .inner-wrap-content h1 {
    text-align: center;
    font: bold 42px / 66px Poppins;
    letter-spacing: 0px;
    color: rgb(249, 249, 248);
}

section.ninth-wrap .inner-wrap-content h3 {
    text-align: center;
    font: 20px / 23px Poppins;
    letter-spacing: 0px;
    color: rgb(249, 249, 248);
    padding: 20px 0px;
}

section.ninth-wrap .nine-wrap-main {
    position: relative;
}

section.ninth-wrap .nine-wrap-main img {
    width: 100%;
}

section.ninth-wrap .nine-wrap-main::before {
    content: url("../images/ninth-wrap/close.png");
    position: absolute;
    top: 16%;
    left: 0%;
}

section.ninth-wrap .nine-wrap-main::after {
    content: url("../images/ninth-wrap/right-top.png");
    position: absolute;
    top: 11%;
    right: 5%;
}

section.ninth-wrap .contact-btns-nine-wrap {
    margin: 30px 0px 0px;
}

section.ninth-wrap .contact-btns-nine-wrap a {
    text-align: left;
    letter-spacing: 0px;
    color: rgb(249, 249, 248);
    opacity: 1;
    font: 18px / 24px Poppins;
    margin-right: 15px;
}

section.ninth-wrap .contact-btns-nine-wrap a span {
    font-weight: bold;
}

section.ninth-wrap .contact-btns-nine-wrap a img {
    margin-right: 10px;
    width: 24px;
}

section.ninth-wrap .inner-wrap-content .btn-main button.get-started-btn {
    background: rgb(255, 0, 0);
    border: 1px solid rgb(255, 0, 0);
}

section.ninth-wrap .inner-wrap-content .btn-main button.live-chat-btn {
    border: 1px solid rgb(255, 0, 0);
    color: rgb(255, 251, 252);
}

section.eleven-wrap {
    background-image: url("../images/awards/awards-wrap-bg.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0px 25px;
    border: 1px solid rgba(137, 137, 137, 0.27);
}

section.eleven-wrap .inner-wrap-content h4 {
    text-align: left;
    font: 25px / 38px Poppins;
    letter-spacing: 0px;
    color: rgb(33, 47, 100);
    opacity: 1;
}

section.eleven-wrap .inner-wrap-content h1 {
    text-align: left;
    font: bold 35px / 54px Poppins;
    letter-spacing: 0px;
    color: rgb(255, 0, 0);
}

section.eleven-wrap .inner-wrap-content img {
    width: 60%;
    margin: 10px 0px 25px;
}

section.twelve-wrap {
    padding: 70px 0px;
    z-index: -1;
}

section.twelve-wrap .inner-wrap {
    z-index: 222;
}

section.twelve-wrap .inner-wrap h1 span {
    text-align: center;
    font: 50px / 76px Poppins-bold;
    letter-spacing: 0px;
    color: rgb(255, 0, 0);
}

section.twelve-wrap .inner-wrap h1 {
    color: rgb(33, 47, 100);
    font: 50px / 41px Poppins-semi-bold;
    text-align: center;
    padding-bottom: 15px;
}

section.twelve-wrap .inner-wrap p {
    text-align: center;
    font: 300 20px / 30px Poppins;
    letter-spacing: 0px;
    color: rgb(32, 27, 66);
}

section.twelve-wrap .inner-wrap p {
    text-align: center;
    font: 300 20px / 30px Poppins;
    letter-spacing: 0px;
    color: rgb(32, 27, 66);
}

.client-testimonial-slider {
    margin: 20px 0px;
}

.client-testimonial-slider .inner-wrap .head-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.client-testimonial-slider .inner-wrap {
    padding: 20px 5px 20px 25px;
    text-align: center;
    margin: 30px 15px 15px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.11) 0px 0px 13px 5px;
    display: flex;
    flex-direction: column;
    place-content: center;
    align-items: center;
    position: relative;
    border-radius: 7px;
}

.client-testimonial-slider .inner-wrap p.description {
    font-size: 15px;
    font-weight: 300;
    margin: 10px 0px;
    line-height: 22.6px;
    height: 140px;
    text-align: start;
    scroll-behavior: smooth;
    transition: all 0.5s ease 0s;
    overflow-y: auto;
    padding-right: 10px;
}

.client-testimonial-slider .inner-wrap p.description::-webkit-scrollbar {
    width: 4px;
}

.client-testimonial-slider .inner-wrap p.description::-webkit-scrollbar-track {
    box-shadow: rgb(255, 255, 255) 0px 0px 2px inset;
}

.client-testimonial-slider .inner-wrap p.description::-webkit-scrollbar-thumb {
    background: rgb(165, 165, 165);
}

.client-testimonial-slider .inner-wrap p.description::-webkit-scrollbar-thumb:hover {
    background: rgb(139, 139, 139);
}

.client-testimonial-slider .inner-wrap h5.name-desination {
    text-align: left;
    font: 600 18px / 21px Poppins;
    letter-spacing: 0px;
    color: rgb(32, 27, 66);
    padding: 5px 0px;
}

.client-testimonial-slider .inner-wrap h5.name-desination span {
    display: block;
    color: rgb(177, 168, 168);
    font-size: 15px;
    padding: 0px 0px 5px;
}

.client-testimonial-slider .inner-wrap .head-title img {
    width: 80px;
    height: 80px;
    text-align: center;
}

section.thirteen-wrap {
    background: url("../images/contact/contact-bg.webp") 0% 0% / cover no-repeat;
    padding: 60px 0px;
}

section.thirteen-wrap .inner-wrap h4 {
    font: bold 34px / 46px Poppins;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    padding-bottom: 10px;
}

section.thirteen-wrap .inner-wrap h1 {
    text-align: left;
    font: 23px / 30px Poppins;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    padding: 10px 0px;
}

section.thirteen-wrap .contact-btns .inner-wrap a {
    text-align: left;
    font: 22px / 30px Poppins;
    letter-spacing: 0px;
    color: rgb(249, 249, 248);
    opacity: 1;
    margin-left: 20px;
}

section.thirteen-wrap .contact-btns .inner-wrap {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0px 40px;
    align-items: center;
}

section.thirteen-wrap .contact-btns .inner-wrap img {
    width: 25px;
}

section.thirteen-wrap .contact-btns .inner-wrap a span {
    font-weight: 700;
}

section.thirteen-wrap .btn-main {
    margin: 20px 0px;
}

section.thirteen-wrap .btn-main button.get-started-btn {
    background: rgb(255, 0, 0);
    border: 1px solid rgb(255, 0, 0);
}

section.thirteen-wrap .btn-main button.live-chat-btn {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
}

section.thirteen-wrap .contact-form-main h2 {
    text-align: center;
    font: bold 25px / 40px Poppins;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
}

section.thirteen-wrap .contact-form-main p {
    text-align: center;
    font: 500 16px / 35px Poppins;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
}

section.thirteen-wrap .contact-form-main form input {
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
    border: 1px solid rgb(112, 112, 112);
    border-radius: 5px;
    text-align: left;
    padding: 10px 15px;
    letter-spacing: 0px;
    color: rgb(214, 214, 214);
    width: 100%;
    font: 300 18px / 30px Poppins;
    height: 50px;
    margin: 15px 0px 0px;
}

section.thirteen-wrap .contact-form-main form textarea {
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
    border: 1px solid rgb(112, 112, 112);
    border-radius: 5px;
    text-align: left;
    padding: 10px 15px;
    letter-spacing: 0px;
    color: rgb(214, 214, 214);
    width: 100%;
    font: 300 18px / 30px Poppins;
    margin: 0px 0px 15px;
}

section.thirteen-wrap .contact-form-main form select {
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
    border: 1px solid rgb(112, 112, 112);
    border-radius: 5px;
    text-align: left;
    padding: 10px 15px;
    letter-spacing: 0px;
    color: rgb(145, 145, 145);
    width: 100%;
    font: 300 18px / 30px Poppins;
    margin: 15px 0px;
}

section.thirteen-wrap .contact-form-main form button.submit {
    background: rgb(255, 0, 0);
    margin-top: 0px;
}

footer.footer-main {
    background: url("../images/footer/footer-bg.webp") center center / cover no-repeat;
    padding: 5rem 0 0;
}

footer.footer-main .footer-content-main h3 {
    font: 25px / 30px Poppins-semi-bold;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    opacity: 1;
    padding: 40px 0px 20px;
}

footer.footer-main .footer-content-main ul li a {
    text-align: left;
    font: 15px / 40px Poppins;
    letter-spacing: 0px;
    color: rgb(162, 161, 161);
    transition: all 0.5s ease 0s;
}

footer.footer-main .footer-content-main p {
    text-align: left;
    font: 300 17px / 30px Poppins;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    padding: 0px 0px 15px;
}

footer.footer-main .footer-content-main a.contact-call-btn {
    display: block;
    padding: 10px 0px;
    font: 23px / 30px Poppins;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    opacity: 1;
    margin-bottom: 10px;
}

footer.footer-main .footer-content-main img.paytype-image {
    width: 100%;
    margin: 20px 0px 77px;
}

footer.footer-main .bg-030510 {
    background: rgb(3, 5, 16);
}

footer.footer-main .footer-bottom {
    text-align: center;
    padding: 20px 0px;
}

footer.footer-main .footer-bottom p {
    font: 14px / 18px Poppins;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
}

footer.footer-main .footer-bottom a {
    margin: 0px 8px;
}

footer.footer-main .footer-bottom a {
    color: rgb(255, 255, 255);
}

.header-main ul.header-menu-links li a {
    transition: all 0.5s ease 0s;
    color: rgb(255, 255, 255) !important;
}

.header-main ul.header-menu-links li:hover > a {
    color: rgb(198, 0, 58) !important;
}

.btn-main button.get-started-btn {
    transition: all 0.5s ease 0s;
}

section.fifth-wrap .inner-wrap .btn-main button.get-started-btn:hover, .btn-main button.get-started-btn:hover {
    background: rgb(33, 47, 100);
    border: 1px solid rgb(33, 47, 100);
}

button.live-chat-btn {
    transition: all 0.5s ease 0s;
}

.btn-main button.live-chat-btn:hover {
    background: rgb(255, 0, 0);
    color: rgb(255, 255, 255) !important;
}

section.fifth-wrap .inner-wrap .btn-main button.live-chat-btn:hover {
    color: rgb(255, 255, 255);
}

section.third-wrap .inner-wrap .btn-main button.live-chat-btn {
    transition: all 0.5s ease 0s;
}

section.third-wrap .inner-wrap .btn-main button.live-chat-btn:hover {
    background: rgb(33, 47, 100);
    border: 1px solid rgb(33, 47, 100);
    color: rgb(255, 255, 255);
}

section.third-wrap .inner-wrap .btn-main button.get-started-btn {
    transition: all 0.5s ease 0s;
}

section.third-wrap .inner-wrap .btn-main button.get-started-btn:hover {
    background: rgb(255, 0, 0);
    border: 1px solid rgb(255, 0, 0);
}

button.submit {
    transition: all 0.5s ease 0s;
}

button.submit:hover {
    background: rgb(255, 0, 0);
    letter-spacing: 2px;
}

.client-testimonial-slider .inner-wrap {
    transition: all 0.5s ease 0s;
}

.service-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    box-shadow: rgba(12, 21, 67, 0.21) 0px 0px 20px 5px;
    z-index: 3;
    transition: all 0.5s ease 0s;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
}

.service-dropdown:hover .dropdown-content {
    display: block;
}

li.service-dropdown a img {
    width: 13px;
    height: 16px;
    margin-left: 2px;
}

ul.new-dd-ame-list li {
    display: flex;
    align-items: center;
    place-content: center flex-start;
    flex-wrap: wrap;
    transition: all 0.4s ease 0s;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    padding: 0px 0px 6px !important;
    margin: 0px !important;
}

.dropdown-content.new-dd-ame ul li a {
    position: relative;
    color: rgb(33, 47, 100) !important;
}

.dropdown-content.new-dd-ame ul li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0px;
    right: 100%;
    bottom: 0px;
    background: rgb(198, 0, 58);
    height: 2px;
    transition: all 700ms ease 0s;
}

.dropdown-content.new-dd-ame ul li:hover a::before {
    right: 0px;
    transition: all 700ms ease 0s;
}

.dropdown-content.new-dd-ame ul li:hover a {
    color: rgb(198, 0, 58) !important;
}

footer.footer-main .footer-content-main ul li:hover a {
    color: rgb(139, 1, 1) !important;
}

.dropdown-content.new-dd-ame ul li img {
    width: 20px;
    height: 25px;
}

a.active_popup {
    color: rgb(255, 255, 255);
}

section.eight-wrap .package-inner .package-btns a.start-now-btn:hover {
    background: rgb(33, 47, 100);
}

section.eight-wrap .package-inner .package-btns a.chat-btn:hover {
    color: rgb(33, 47, 100);
    border: 1px solid rgb(33, 47, 100);
}

.mobile-menu {
    display: none;
}

.mobile-menu .circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    background: rgb(255, 0, 0);
    margin: 0px auto;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.mobile-menu .mobile-cross {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    background: rgb(255, 0, 0);
    margin: 0px auto;
    font-size: 16px;
    position: fixed;
    right: 14px;
    top: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.mobile-menu .nveMenu {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100vh;
    background: 0% 0% no-repeat padding-box padding-box rgb(0, 0, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 1029;
    transform: translateX(-320px);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    padding: 40px 20px;
}

.mobile-menu .nveMenu.is-opened {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.mobile-menu .overlay {
    position: fixed;
    top: 0px;
    right: 0px;
    width: calc(100% - 280px);
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.mobile-menu .overlay.is-on {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    display: none;
}

.mobile-menu .navlinks li {
    display: block;
    padding: 12px 0px;
    margin-top: 10px;
}

.mobile-menu .navlinks li a {
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font: 16px / 18px Poppins-semi-bold;
}

.mobile-menu .navlinks li a:hover {
    text-decoration: none;
}

.col-md-2.logo-main a img {
    width: 200px;
    margin: 5px 0px 20px 20px;
}

section.seven-wrap .inner-wrap-image a {
    width: 100%;
}

section.first-wrap.main-banner .banner-content-main {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

footer .footer-logo img {
    width: 240px;
}

img.img-fluid.bark {
    width: 100px;
}

.inner-icons-overlay {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    background: rgba(33, 47, 100, 0.7);
    width: 100%;
    border-radius: 4px;
    height: 100%;
    text-align: center;
    transition: all 0.5s ease 0s;
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    justify-content: center;
    font-size: 38px;
}

section.seven-wrap .inner-wrap-image:hover .inner-icons-overlay {
    opacity: 1;
    transition: all 0.5s ease 0s;
}

section.eight-wrap .package-inner {
    transition: all 0.5s ease 0s;
}

section.eight-wrap .package-inner.active, section.eight-wrap .package-inner:hover {
    background: rgb(120, 1, 1);
}

section.eight-wrap .package-inner.active, section.eight-wrap .package-inner:hover h4 {
    color: rgb(255, 255, 255) !important;
}

section.eight-wrap .package-inner.active .package-header h6, section.eight-wrap .package-inner:hover .package-header h6 {
    color: rgb(255, 255, 255);
}

section.eight-wrap .package-inner ul.package-body::-webkit-scrollbar {
    width: 4px;
}

section.eight-wrap .package-inner ul.package-body::-webkit-scrollbar-track {
    background: rgb(212, 212, 212);
}

section.eight-wrap .package-inner ul.package-body::-webkit-scrollbar-thumb {
    background: rgb(255, 0, 0);
}

section.eight-wrap .package-inner.active ul.package-body::-webkit-scrollbar-thumb, section.eight-wrap .package-inner:hover ul.package-body::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
}

section.eight-wrap .package-inner.active ul.package-body::-webkit-scrollbar-track, section.eight-wrap .package-inner:hover ul.package-body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.533);
}

section.eight-wrap .package-inner ul.package-body::-webkit-scrollbar-thumb:hover {
    background: rgb(139, 139, 139);
}

section.eight-wrap .package-inner.active .package-btns a.chat-btn, section.eight-wrap .package-inner:hover .package-btns a.chat-btn {
    background: rgb(255, 255, 255);
}

section.eight-wrap .package-inner .package-btns a.start-now-btn {
    border: 1px solid transparent;
}

section.eight-wrap .package-inner .package-btns a.start-now-btn:hover {
    border: 1px solid rgb(255, 255, 255);
}

.package-header .package-price h6 span {
    font: 19px / 39px Poppins-semi-bold;
}

.for-width {
    width: 50% !important;
}

section.seven-wrap {
    padding: 50px 0px;
}

button.call-btn a {
    color: white;
}

li.service-dropdown {
    position: relative !important;
}

.inner-images.bottom-logos-company {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 0;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: rgb(190 32 51);
    color: white;
    cursor: pointer;
    left: 0;
    padding: 10px;
    border-radius: 48px;
    width: 40px;
    margin: 0 auto;
    height: 40px;
    z-index: 100000;
}

#scrollToTopBtn:hover {
    background-color: rgb(51, 51, 51);
}

.floatbutton.active {
    right: 0px;
    z-index: 9;
    transition: all 0.4s ease 0s;
}

.floatbutton, .floatbutton .clickbutton .crossplus {
    transition: all 0.4s ease 0s;
}

.floatbutton {
    transition: all 0.4s ease 0s;
    position: fixed;
    right: -370px;
    top: 20%;
    font-size: 0px;
    width: 346px;
    z-index: 999;
}

.floatbutton .clickbutton {
    width: 85px;
    z-index: 999;
    height: 299px;
    cursor: pointer;
    border-radius: 5px 0px 0px 5px;
    display: inline-block;
    padding-top: 0px;
    left: -72px;
    vertical-align: top;
    margin-top: 125px;
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 40px;
    background-color: rgb(33, 47, 100) !important;
}

.floatbutton .clickbutton .crossplus::before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    inset: 0px;
    background: rgb(251, 179, 52);
    z-index: 99;
    margin: auto;
}

.floatbutton .clickbutton .crossplus::after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    inset: 0px;
    background: rgb(250, 179, 52);
    z-index: 99;
    margin: auto;
}

.floatbutton .clickbutton .crossplus {
    display: block;
    transform: rotate(-90deg);
    transition: all 0.4s ease 0s;
    left: -114px;
    white-space: pre;
    bottom: 130px;
    letter-spacing: 2px;
    font-weight: 900;
    color: white;
    position: absolute;
}

.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    transition: all 0.4s ease 0s;
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin: 17px 0px 0px 15px;
}

.banner-form {
    background: rgb(255, 255, 255);
    padding: 15px;
    position: absolute;
    border-radius: 5px;
    right: 0px;
    margin: 0px;
    width: 340px;
    top: 75px;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 30px;
    z-index: 99999 !important;
}

.ban-form input {
    border: 1px solid rgb(229, 229, 229);
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 44px;
    font-weight: 400;
    margin: 0px 0px 15px;
}

.banner-form h3 {
    color: rgb(20, 19, 21);
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 700;
    text-align: center;
}

.banner-form h3 strong {
    font: 600 24px / 24px Poppins, sans-serif;
}

.ban-form textarea {
    border: 1px solid rgb(229, 229, 229);
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    margin: 1px 0px 0px;
    resize: none;
}

.btns_wrap .call_wrap, .btns_wrap .chat_wrap {
    position: absolute;
    right: -225px;
    width: 280px;
    border-radius: 5px 0px 0px 5px;
    transition: all 0.3s ease 0s;
    z-index: 9999;
    overflow: hidden;
    background-color: rgb(255, 0, 0) !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 40px !important;
}

.fldset p, .fldset.inpchecbx {
    margin: 10px 0px 0px;
}

.btns_wrap {
    position: fixed;
    right: -6px;
}

.btns_wrap a:hover {
    right: 0px;
    text-decoration: none !important;
}

.btns_wrap .call_wrap {
    top: 63px;
    transition: all 0.3s ease 0s;
}

.btns_wrap .call_wrap span {
    color: rgb(255, 255, 255);
    font-size: 20px;
    vertical-align: middle;
    padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
    display: block;
    top: 0px;
    transition: all 0.3s ease 0s;
}

.btns_wrap .call_wrap span.icoo, .btns_wrap .chat_wrap span.icoo {
    color: rgb(255, 255, 255);
    font-size: 18px;
    padding: 15px 16px;
    border-right: 1px solid rgb(222, 217, 217);
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}

.btns_wrap .chat_wrap span {
    color: rgb(255, 255, 255);
    font-size: 20px;
    vertical-align: middle;
    padding: 15px 30px 15px 15px;
}

.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0px;
    line-height: 1.4;
    color: rgb(103, 103, 103);
    font-size: 13px;
}

.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0px;
}

.fldset p {
    font-size: 13px;
    color: rgb(103, 103, 103);
    padding: 0px;
}

.fldset p a {
    display: block;
    padding: 5px 0px 0px;
    color: rgb(20, 19, 21);
    font-weight: 500;
    font-size: 14px;
}

.fa.fa-whatsapp.my-float {
    margin-top: 15px;
}

a.float {
    color: rgb(255, 255, 255) !important;
}

.floatbutton.active .clickbutton {
    left: -46px;
}

.header-main .web-logo img {
    width: 200px;
    text-align: center;
}

.contact-btn-main button.call-btn {
    padding: 10px 14px;
}

button.submit-main-wrap {
    background: rgb(255, 0, 0);
    width: 100%;
    padding: 14px;
    margin: 15px 0px 0px;
    color: rgb(255, 255, 255);
}

button.book-call-btn {
    width: 100%;
    height: 34px;
    margin: 10px 0px 0px;
    z-index: 0;
    font-size: 16px;
    line-height: 20px;
    background: rgb(255, 0, 0);
    color: rgb(255, 255, 255) !important;
}

.contact-btn-main {
    text-align: center;
}

.main-banner-head.for-text-left h3 {
    text-align: left;
}

.main-banner-head.for-text-left p {
    text-align: left;
}

.main-banner-head.for-text-left ul {
    justify-content: flex-start;
}

.main-banner-head.for-text-left {
    margin-top: 0px;
    margin-bottom: 6px;
    font-family: 'Poppins';
}

.quote i {
    font-size: 69px;
    color: rgb(33, 47, 100);
}

.favIconsss {
    text-align: start;
}

.favIconsss i {
    color: rgb(255, 191, 0);
}

.contact-form-pages-main.aos-init.aos-animate form select, .contact-form-pages-main.aos-init.aos-animate form input {
    background: rgb(255, 255, 255);
    margin: 10px 0px;
    height: 48px;
    color: rgb(33, 47, 100);
    border: 1px solid rgb(158, 158, 158);
    border-radius: 2px;
}

.contact-form-pages-main form textarea {
    margin-bottom: 11px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(158, 158, 158);
    border-radius: 2px;
    margin-top: 10px;
}

.contact-form-pages-main form {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 10px 25px 30px;
}

.contact-form-pages-main form h4 {
    font-size: 35px;
    line-height: 37px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    color: rgb(255, 0, 0);
    padding-top: 10px;
    text-transform: uppercase;
}

.contact-form-pages-main form h4 span {
    color: rgb(33, 47, 100);
    display: block;
}

.contact-form-pages-main button {
    padding: 6px 0px;
    text-transform: uppercase;
}

.main-banner-head.for-text-left p {
    width: 100% !important;
    text-align: start !important;
}

@media (max-width: 1023px) {
    ul.banner-cta li:nth-child(2) a {
        padding: 10px 20px;
        font-size: 11px;
    }
}

@media (max-width: 1400px) {
    .header-main ul.header-menu-links li a {
        font-size: 16px;
    }

    .header-main ul.header-menu-links {
        gap: 5px 20px;
    }
}

.inner-images.bottom-logos-company.inner-pages-logos img {
    width: 128px;
    margin: 0 16px 0 0;
}

.inner-images.bottom-logos-company.inner-pages-logos {
    gap: 0px;
    justify-content: flex-start;
}

.article-ser-box.new img {
    width: 90px;
    top: -28px;
    position: relative;
    background: rgb(33, 47, 100);
    border-radius: 50%;
    padding: 9px;
    height: 90px;
}

.article-ser-box.new {
    display: flex;
    align-items: baseline;
    background: white;
    min-height: initial;
    gap: 0px 10px;
    padding: 0px 10px 15px !important;
}

.article-ser-box.new:hover {
    transform: none;
    background: none;
}

.article-ser-box.new:hover p, .article-ser-box.new:hover h6 {
    color: rgb(0, 0, 0);
}

section.article-serving-offer.new h3 {
    color: rgb(33, 47, 100);
    font-size: 52px;
    font-weight: 700;
}

.article-ser-box.new h6 {
    padding-top: 45px;
    font-size: 20px;
    color: rgb(33, 47, 100);
    font-weight: bold;
}

.inner-content-articles p {
    font-size: 16px;
    font-weight: 400 !important;
}

img.vert-move {
    animation: 1s ease 0s infinite alternate none running mover;
}

img.vert-move {
    animation: 1s ease 0s infinite alternate none running mover;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-10px);
    }
}

section.fifth-wrap img {
    height: 500px;
    object-fit: cover;
}

section.six-wrap .inner-wrap .inner-content {
    margin-left: 20px;
    width: 85%;
}

section.six-wrap .inner-content h2 span {
    font: 26px / 30px Poppins-bold;
}

section.six-wrap .inner-content h2 {
    font: 26px / 40px Poppins;
}

section.six-wrap .inner-wrap .img {
    width: 15%;
    margin-left: 0px;
    margin-top: 1%;
}

@media (max-width: 1440px) {
    section.fifth-wrap img {
        height: 500px;
    }

    section.fifth-wrap.new-bottom-banner img {
        height: 400px;
    }

    section.six-wrap .inner-content h2 {
        font: 22px / 36px Poppins !important;
    }

    section.six-wrap .inner-content h2 span {
        font: 22px / 30px Poppins-bold !important;
    }
}

@media (max-width: 1100px) {
    section.fifth-wrap img {
        height: 400px;
    }
}

@media (max-width: 999px) {
    section.six-wrap .inner-content p {
        text-align: left !important;
    }
}

@media (max-width: 576px) {
    a.quest-title {
        font-size: 14px !important;
    }

    .roleswrp .quest-title.active {
        font-size: 14px !important;
    }

    .hdd1 {
        font-size: 30px !important;
    }

    .hieditz {
        margin: 0px !important;
    }

    section.six-wrap .inner-content p {
        text-align: center !important;
    }

    .article-ser-box.new img {
        width: 70px;
        height: 70px;
    }

    .article-ser-box.new.lp-publishing {
        height: 270px !important;
    }

    ul.banner-brands-logos {
        display: none;
    }

    .inner-images.bottom-logos-company {
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;
        margin-top: 30px;
    }
}

section.fifth-wrap.new-bottom-banner {
    background-image: url("../images/new-banner.webp");
    margin-top: 0px;
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.fifth-wrap.new-bottom-banner .inner-wrap i {
    color: rgb(255, 255, 255);
    font-size: 25px;
}

section.fifth-wrap.new-bottom-banner .inner-wrap > a {
    color: rgb(255, 255, 255);
    padding: 10px;
}

.logo-brand-slider-main {
    background: rgb(33, 47, 100);
    padding: 10px 0px;
}

.logos-slider-main-wrap .item img {
    object-fit: cover;
    margin: auto;
    aspect-ratio: 4 / 2;
    width: 70% !important;
}

section.eight-wrap .package-inner ul.package-body li i {
    color: rgb(49, 151, 24);
    font-size: 18px;
}

.btns_wrap.chat_new {
    position: fixed;
}

.btns_wrap.chat_new a {
    top: 0px !important;
}

section.new-bottom-banner .inner-image {
    text-align: end;
    position: absolute;
    top: -50px;
    right: 10%;
}

section.eight-wrap .package-inner .include-plans p {
    color: rgb(27, 29, 33);
    font-size: 14px;
    font-family: Poppins;
    font-weight: 700;
    margin-right: 0px;
    width: 100%;
    padding: 10px 0px;
    justify-content: space-between !important;
    text-align: start !important;
}

.addons-headings p {
    color: rgb(27, 29, 33);
    font-size: 16px;
    font-family: Poppins;
    font-weight: 700;
    border-top: 1px solid;
    padding: 15px 0px;
    margin-top: 10px;
    text-align: start !important;
}

section.eight-wrap .package-inner.active .addons-headings p, section.eight-wrap .package-inner:hover .addons-headings p, section.eight-wrap .package-inner.active .include-plans p, section.eight-wrap .package-inner:hover .include-plans p, section.eight-wrap .package-inner.active .package-body li, section.eight-wrap .package-inner:hover .package-body li {
    color: rgb(255, 255, 255);
}

section.eight-wrap .package-inner.active .package-header, section.eight-wrap .package-inner:hover .package-header {
    border-bottom: 1px solid rgb(255, 255, 255);
}

section.eight-wrap .package-inner {
    margin-bottom: 30px;
}

section.eight-wrap .package-inner.active .package-footer a, section.eight-wrap .package-inner:hover .package-footer a {
    color: rgb(255, 255, 255);
}

section.eight-wrap .package-inner.active .package-btns a.start-now-btn, section.eight-wrap .package-inner:hover .package-btns a.start-now-btn {
    background: rgb(255, 255, 255);
    color: rgb(120, 1, 1);
}

section.eight-wrap .package-inner.active .package-header .package-discount h4 {
    color: rgb(255, 255, 255);
}

.btn-main button.get-started-btn a {
    color: rgb(255, 255, 255);
}

section.fifth-wrap .inner-wrap h1 span {
    background: rgb(255, 255, 255);
    color: rgb(47, 15, 47);
    padding: 0px 8px;
}

section.booksliders-images img {
    width: 100%;
    object-fit: contain;
}

.portfolio-rating {
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-rating i {
    color: rgb(252, 196, 28);
    font-size: 13px;
}

.portfolio-rating {
    color: rgb(126, 126, 126);
    font-size: 14px;
}

.inner-images.bottom-logos-company img {
    width: 139px;
}

.new-banner-wrap-publishing h4 {
    color: rgb(255, 255, 255);
    font-size: 39px;
    padding: 15px 0px 0px;
    line-height: 65px;
    font-family: 'Poppins';
    width: 100%;
}

.new-banner-wrap-publishing h4 span {
    display: block;
    font-size: 18px;
    padding: 12px 0px;
    line-height: 30px;
}

.main-banner-head.for-text-left.new-banner-wrap-publishing h3 span {
    font-size: 18px;
    line-height: 0;
    background: rgb(255, 255, 255);
    color: rgb(255, 0, 0);
    padding: 10px;
    font-family: 'Jost';
    border-radius: 8px;
}

.main-banner-head.for-text-left.new-banner-wrap-publishing h3 {
    line-height: 15px;
    padding: 17px 0px;
    margin-bottom: 10px;
}

.text-center.view-more-button-main-wrap {
    width: 15%;
    margin: auto;
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    border-radius: 5px;
    padding: 10px 20px;
    transition: all 0.5s ease 0s;
    color: rgb(255, 255, 255);
    display: none;
}

.text-center.view-more-button-main-wrap a {
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.text-center.view-more-button-main-wrap:hover {
    background: rgb(33, 47, 100);
}

.article-ser-box.new.lp-publishing {
    text-align: center;
    background: rgb(238, 238, 238);
    border-radius: 13px;
}

.article-ser-box.new.lp-publishing h6 {
    padding-top: 0px;
    font-size: 18px;
}

.article-ser-box.new.lp-publishing p {
    padding: 0px 10px 10px;
}

.article-ser-box.new.lp-publishing {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.5s ease 0s;
    height: 300px;
}

.article-ser-box.new.lp-publishing:hover {
    transform: scale(1.1);
    box-shadow: rgba(128, 128, 128, 0.42) 1px 1px 10px 1px;
}

.start-a-free-chat {
    padding: 10px 0px;
    font-weight: 500;
    font-size: 21px;
}

.start-a-free-chat a {
    color: rgb(255, 0, 0);
    text-decoration: underline;
    transition: all 0.5s ease 0s;
    font-size: 21px;
    padding: 10px 0px 0px;
}

.banner-publishing-new-cta .start-a-free-chat {
    color: rgb(255, 255, 255);
}

.banner-publishing-new-cta .start-a-free-chat a {
    color: rgb(255 24 52);
    text-decoration: revert;
    line-height: 25px;
    transition: all 0.5s ease 0s;
}

.banner-publishing-new-cta ul.btn-cta li:nth-child(1) a {
    background: rgb(255, 255, 255);
    color: rgb(33, 47, 100);
    border: none;
    outline: none;
    padding: 10px 28px;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    text-transform: capitalize;
    font-weight: 700;
}

.banner-publishing-new-cta ul.btn-cta li:nth-child(1) a:hover {
    background: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
}

.main-banner-head.for-text-left p i {
    color: rgb(255, 0, 0);
    padding: 0px 10px 9px 0px;
}

.main-banner-head.for-text-left p {
    font-weight: 400;
    font-size: 14px;
}

section.thirteen-wrap .contact-form-main p span {
    color: rgb(255, 255, 255);
    font-weight: 800;
    font-size: 26px;
}

.banner-publishing-new-cta .start-a-free-chat a:hover {
    color: rgb(166, 1, 1);
}

.start-a-free-chat a:hover {
    color: rgb(33, 47, 100);
}

.banner-publishing-new-cta .contact-btn-main a {
    color: rgb(255, 255, 255);
    font-size: 22px;
    margin-left: 18px;
    transition: all 0.5s ease 0s;
}

.banner-publishing-new-cta .contact-btn-main a i {
    font-size: 26px;
    color: rgb(255, 255, 255);
}

.banner-publishing-new-cta .contact-btn-main a:hover {
    color: rgb(150, 150, 150);
}

section.thirteen-wrap .inner-wrap h1 img {
    width: 150px;
}

section.thirteen-wrap .contact-btns .inner-wrap i {
    color: rgb(255, 255, 255);
    font-size: 30px;
}

.package-inner.best-seller-main-wrap .best-seller-img img {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 130px;
}

.package-inner.best-seller-main-wrap {
    position: relative;
}

.contact-btn-main.new-wrap a {
    font-size: 26px;
    color: rgb(33, 47, 100);
    margin-left: 20px;
}

.hm-what-we-sec-head ul.new-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0px 26px;
}

.hm-what-we-sec-head ul.new-wrap li {
    width: 100%;
    padding: 5px 0px 0px;
    font-size: 14px;
}

footer.footer-main .footer-bottom a i {
    font-size: 25px;
    position: relative;
    top: 6px;
}

footer.footer-main .footer-bottom a img {
    width: 22px;
    height: 22px;
}

.hm-what-we-sec-head span {
    color: rgb(12, 20, 48);
    font-size: 20px;
    font-weight: 400;
}

.hieditz {
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}

.roleswrp .quest-title.active {
    color: rgb(12, 39, 69);
}

.quest-title.active::before {
    color: rgb(77, 137, 220);
}

.roleswrp {
    padding: 60px 0px;
    background: url("../images/call-box-bg.php") 0% 0% / cover no-repeat;
}

.product-slider-gallery {
    position: relative;
    padding: 0px 0px 7px;
}

.product-slider-gallery .slick-slide {
}

.product-slider-gallery .slick-slide img {
    width: 100%;
    height: 370px;
}

.product-gallery-nav-wrapper {
    margin: 0px 0px 7px;
    position: relative;
}

.product-gallery-nav {
    position: relative;
}

.product-gallery-nav .slick-slide {
    padding: 2px 0px;
    border: 0px;
    height: 93px;
    overflow: hidden;
}

.product-gallery-nav .slick-slide img {
    width: 100%;
    height: 93px;
    cursor: pointer;
}

.roleswrp .row.bodrbtm {
    border-bottom: 1px solid rgb(219, 219, 219);
    padding: 0px 0px 30px;
}

.roleswrp .row.bodrbtm span {
    color: rgb(35, 35, 60);
    font-size: 14px;
}

.roleswrp .row.bodrbtm h4 {
    color: rgb(77, 87, 104);
    font-size: 18px;
    font-weight: 400;
    padding: 0px;
}

.roleswrp .row.bodrbtm .btnwrp {
    display: block;
    text-align: right;
}

.roleswrp .row.bodrbtm .btnwrp a {
    color: rgb(113, 137, 255);
}

.roleswrp .boxwrp {
    border: 1px solid rgb(228, 234, 240);
    padding: 30px 30px 40px;
    background: rgb(255, 255, 255);
    display: block;
    text-align: left;
    border-radius: 6px;
    box-shadow: rgba(58, 72, 80, 0.12) -18px 20px 60px 0px;
    margin: 30px 0px 0px;
}

.roleswrp .boxwrp h4 {
}

.roleswrp .boxwrp p {
    padding: 0px 0px 40px;
}

.accordion-button:not(.collapsed) {
    color: rgb(255, 255, 255);
    background-color: rgb(38, 47, 98);
}

.hk_hide {
    display: none;
}

.accordion, .accordion * {
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
    background: none;
    margin-top: 0px;
}

.quest-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: rgb(12, 39, 69);
    padding: 0px 15px;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    min-height: 60px;
    line-height: 60px;
    display: inline-block;
    transition: all 0.15s linear 0s;
    text-decoration: none;
    border-bottom: 1px solid rgb(219, 219, 219);
}

.quest-title::before {
    position: absolute;
    content: "+";
    width: 20px;
    height: 20px;
    right: 15px;
    top: 0px;
    color: rgb(30, 30, 30);
    font-size: 30px;
    font-family: icomoon !important;
}

.quest-title.active, .quest-title:hover {
    content: "î¤œ";
    color: rgb(12, 39, 69);
    font-size: 15px !important;
}

.quest-title::after {
    width: 60px;
    height: 1px;
    left: -60px;
    bottom: -1px;
    background: rgb(219, 219, 219);
    position: absolute;
    content: "";
}

.quest-title.active::before {
    content: "-";
    font-size: 40px;
    color: rgb(0, 0, 0);
}

.quest-title:hover::before {
}

.quest-content p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    color: rgb(54, 54, 54);
}

.faq-hed {
    text-align: center;
    margin-bottom: 50px;
}

.nww {
    padding: 60px 0px;
}

.hdd1 {
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 700;
    color: black;
    position: relative;
    line-height: 1;
}

.sss {
}

.ppra-nww {
    color: black;
    font-size: 18px;
    line-height: 1.4;
    padding-top: 11px;
    padding-bottom: 30px;
    font-weight: 400;
}

.cntnt-second-half {
    padding-top: 68px;
}

.statss {
    width: 560px;
    position: relative;
    top: 100px;
}

section.industries-sec {
    padding: 100px 0px 50px;
    background: rgb(252, 251, 255);
}

.industries-sec-head h6 {
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 20px;
}

.industries-sec-head h3 {
    text-align: center;
    color: rgb(33, 47, 100);
    font-size: 35px;
    font-weight: 500;
    font-family: Poppins-semi-bold;
    padding: 10px 0px 20px;
}

.industries-sec-head p {
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 16px;
    line-height: 22px;
    padding: 0px 0px 55px;
}

.industries-box {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 3.942px 10.269px 54px 0px;
    padding: 40px 30px;
    margin: 0px 0px 30px;
    transition: all 0.5s ease 0s;
    min-height: 334px;
}

.industries-box-dtl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 20px;
}

.industries-box-dtl h6 {
    color: rgb(33, 47, 100);
    font-size: 25px;
    font-weight: 500;
    line-height: 26px;
    font-family: Poppins-semi-bold;
}

.industries-box p {
    color: rgb(85, 85, 85);
    font-size: 16px;
    font-family: Poppins;
    line-height: 29px;
}

.industries-box:hover {
    transform: scale(1.06);
    background: 52% center rgb(255, 0, 0);
}

.industries-box:hover h6 {
    color: rgb(255, 255, 255);
}

.industries-box:hover img {
    filter: invert(1);
}

.industries-box:hover p {
    color: rgb(255, 255, 255);
}

p.paraah {
    font-size: 15px;
    line-height: 22px;
    color: rgb(30, 29, 29);
    font-weight: 400;
    padding: 0px 0px 10px;
    margin: 0px 0px 50px;
    text-align: center !important;
}

.new-ad-serve h4 {
    margin-bottom: 20px;
}

.new-ad-serve p {
    margin-bottom: 20px;
}

.new-sc-bx .article-ser-box {
    min-height: 370px;
}

.boxes-news .industries-box {
    min-height: 401px;
}

.black_friday {
    width: 250px;
    height: 152px;
    background: url("images/black-friday-bg.webp");
    color: rgb(255, 255, 255);
    position: fixed;
    bottom: 30px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: rgb(88, 234, 255) 0px 0px 1px 2px, rgb(255, 0, 0) 0px 0px 1px 2px inset;
    filter: drop-shadow(rgb(88, 234, 255) 0px 0px 5px);
    z-index: 999;
    cursor: pointer;
    animation: 1s linear 0s infinite normal none running bf-animate;
}

.black_friday .black_friday_top {
    width: 80px;
    height: 34px;
    background: 0px 0px;
    color: rgb(255, 255, 255);
    border: 2px solid rgb(252, 255, 235);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: rgb(234, 187, 23) 0px 0px 1px 2px, rgb(255, 0, 0) 0px 0px 1px 2px inset;
    filter: drop-shadow(rgb(231, 0, 70) 0px 0px 5px);
    margin-bottom: 5px;
    animation: 1s linear 0s infinite normal none running bf-animate-2;
}

.black_friday .black_friday_top p {
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
    font-family: Yantramanav, sans-serif;
    padding: 0px;
    font-size: 20px !important;
}

.black_friday h2 {
    -webkit-text-stroke: 1.5px rgb(86, 87, 91);
    text-shadow: rgb(86, 87, 91) 1px 2px 15px;
    filter: drop-shadow(rgb(86, 87, 91) 0px 0px 25px);
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-family: Yantramanav, sans-serif;
    font-size: 25px !important;
}

.black_friday h2 span {
    padding-left: 5px;
    -webkit-text-stroke: 1px rgb(255, 0, 0);
    text-shadow: rgb(255, 0, 0) 1px 2px 15px;
    filter: drop-shadow(rgb(255, 0, 0) 0px 0px 25px);
    color: rgb(255, 255, 255);
    font-family: Yantramanav, sans-serif;
}

.countdown {
    top: 70px;
    display: block;
    width: 78%;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 15px;
    margin-top: 6px;
    padding: 0px;
    border-right: 0px;
    transform: rotate(50deg);
    border-left: 0px;
    border-radius: 6px;
    height: 42px;
    position: absolute;
    left: -40px;
}

.black_friday h2 span {
    padding-left: 5px;
    -webkit-text-stroke: 1px rgb(255, 0, 0);
    text-shadow: rgb(255, 0, 0) 1px 2px 15px;
    filter: drop-shadow(rgb(255, 0, 0) 0px 0px 25px);
    color: rgb(255, 255, 255);
    font-family: Yantramanav, sans-serif;
}

.black_friday {
    width: 160px;
    height: 160px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    position: fixed;
    bottom: 50px;
    left: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 2px;
    box-shadow: rgb(255, 0, 0) 0px 0px 1px 2px, rgb(255, 0, 0) 0px 0px 1px 2px inset;
    filter: drop-shadow(rgb(88, 234, 255) 0px 0px 5px);
    z-index: 999;
    cursor: pointer;
    transform: rotate(311deg);
}

@keyframes bf-animate {
    0%, 100% {
    }

    50% {
        box-shadow: rgb(255, 0, 0) 0px 0px 1px 2px, rgb(255, 0, 0) 0px 0px 1px 2px inset;
        border-color: rgb(0, 0, 0);
    }

    80% {
        filter: drop-shadow(rgb(229, 11, 72) 0px 0px 5px);
        box-shadow: rgb(255, 0, 0) 0px 0px 1px 2px, rgb(255, 0, 0) 0px 0px 1px 2px inset;
        border-color: rgb(0, 0, 0);
    }
}

.black_friday h2 {
    -webkit-text-stroke: 1.5px rgb(86, 87, 91);
    text-shadow: rgb(86, 87, 91) 1px 2px 15px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-family: Yantramanav, sans-serif;
    margin-top: 9px;
    transform: rotate(48deg);
    font-size: 23px !important;
}

.black_friday h2 span {
    padding-left: 5px;
    -webkit-text-stroke: 1px rgb(255, 0, 0);
    text-shadow: rgb(255, 0, 0) 1px 2px 15px;
    filter: drop-shadow(rgb(229, 11, 72) 0px 0px 25px);
    color: rgb(255, 255, 255);
    font-family: Yantramanav, sans-serif;
}

.black_friday .black_friday_top {
    width: 77px;
    height: 24px;
    background: 0px 0px;
    color: rgb(255, 255, 255);
    border: 2px solid rgb(252, 255, 235);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(255, 0, 0) 0px 0px 1px 2px, rgb(255, 0, 0) 0px 0px 1px 2px inset;
    filter: drop-shadow(rgb(231, 0, 70) 0px 0px 5px);
    animation: 1s linear 0s infinite normal none running bf-animate-2;
    transform: rotate(72deg);
    scale: 1.1;
    margin: -80px 0px 19px 81px;
    top: 108px;
    position: absolute;
}

@keyframes bf-animate-2 {
    0%, 100% {
        filter: drop-shadow(rgb(234, 187, 23) 0px 0px 5px);
    }

    50% {
        filter: drop-shadow(rgb(229, 11, 72) 0px 0px 5px);
        box-shadow: rgb(229, 11, 72) 0px 0px 1px 2px, rgb(229, 11, 72) 0px 0px 1px 2px inset;
        border-color: rgb(0, 0, 0);
        transform: rotate(22deg);
    }

    80% {
        filter: drop-shadow(rgb(229, 11, 72) 0px 0px 5px);
        box-shadow: rgb(229, 11, 72) 0px 0px 1px 2px, rgb(229, 11, 72) 0px 0px 1px 2px inset;
        border-color: rgb(0, 0, 0);
    }
}

.black_friday .black_friday_top p {
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
    font-family: Yantramanav, sans-serif;
    padding: 0px;
    font-size: 15px !important;
}

.black_friday #veteran-countdown {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
    margin-top: 6px;
    padding: 5px 0px;
    border-width: 2px 0px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-image: initial;
    border-right-style: initial;
    border-right-color: initial;
    border-left-style: initial;
    border-left-color: initial;
    border-radius: 6px;
}

.black_friday #veteran-countdown .veteran-counter, .cta-sec-2 .hd-txt, .get-in-touch, .industry-sec .hd-txt h2, .modaL_order2 #countdown .labels {
    text-align: center;
}

.black_friday #veteran-countdown .veteran-counter span.ping {
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin: 0px;
    padding: 0px;
    display: flex;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    font-family: Yantramanav, sans-serif;
    font-size: 18px !important;
}

@keyframes ping {
    0% {
        filter: drop-shadow(rgb(229, 11, 72) 1px 1px 10px);
    }

    50% {
        filter: unset;
    }

    100% {
        filter: drop-shadow(rgb(255, 255, 255) 1px 1px 10px);
    }
}

.black_friday #veteran-countdown .veteran-counter span::before {
    content: attr(b);
    display: block;
    text-shadow: rgba(238, 238, 238, 0.5) 0px 0px 12px, rgba(238, 238, 238, 0.3) 0px 0px 32px, rgba(238, 238, 238, 0.1) 0px 24px 48px, rgba(238, 238, 238, 0.1) 0px -24px 48px;
}

.black_friday #veteran-countdown .veteran-counter b {
    font-weight: 800;
    letter-spacing: 1px;
    font-family: Montserrat, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 14px !important;
}

p#demo {
    left: 24px;
    top: -16px !important;
}

.banner-publishing-new-cta {
    padding: 20px 0px 0px;
}

.banner-inner-published-form {
    background: rgb(255, 255, 255);
    border-radius: 9px;
    box-shadow: rgb(255, 255, 255) 0px 0px 15px -5px;
    padding: 20px;
    margin: 0px auto;
    font-family: Poppins;
}

.banner-inner-published-form h4 {
    color: rgb(255, 0, 0);
    font-size: 31px;
    line-height: 46px;
    margin: 5px 0px 16px;
    font-weight: 600;
}

.banner-inner-published-form .form-group {
    margin: 0px 0px 10px;
}

.banner-inner-published-form .form-group.form-group-last {
    margin: 0px;
}

.banner-inner-published-form .form-group .form-select {
    background-color: rgb(251, 251, 251);
    color: rgb(24, 18, 35);
    font-size: 16px;
    width: 100%;
    border-radius: 6px;
    border: 2px solid rgb(233, 231, 231);
    outline: none;
    box-shadow: none;
    padding: 10px 30px 10px 10px;
    cursor: pointer;
}

.banner-inner-published-form .form-group-select {
    margin: 10px 0px;
}

.banner-inner-published-form .form-group-select .heading-six {
    color: rgb(24, 18, 35);
    margin: 0px 0px 10px;
}

.banner-inner-published-form .form-group-select .form-check-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner-inner-published-form .form-group-select .form-check-flex .form-check {
    margin: 0px 5px 7px;
    width: 45%;
    display: flex;
    align-items: center;
    padding: 0px;
}

.banner-inner-published-form .form-group-select .form-check-flex .form-check .form-check-input {
    background-color: rgb(251, 251, 251);
    border: 1px solid rgb(233, 231, 231);
    width: 13px;
    height: 13px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    margin: 0px 10px 0px 0px;
    cursor: pointer;
}

.banner-inner-published-form .form-group-select .form-check-flex .form-check .form-check-input:checked[type="checkbox"] {
    background-color: rgb(255, 0, 0);
}

.banner-inner-published-form .form-group-select .form-check-flex .form-check .form-check-label {
    color: rgb(24, 18, 35);
    font-size: 16px;
    cursor: pointer;
}

.banner-inner-published-form .form-group input {
    background: rgb(251, 251, 251);
    color: rgb(24, 18, 35);
    font-size: 16px;
    width: 100%;
    height: 45px;
    border: 2px solid rgb(233, 231, 231);
    border-radius: 4px;
    padding: 10px 8px;
}

.banner-inner-published-form .form-group input::placeholder {
    color: rgb(178, 178, 178);
    font-size: 16px;
}

.banner-inner-published-form .form-group button.submit-btn {
    background: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
    border: 2px solid rgb(233, 0, 65);
    font-size: 19px;
    width: 100%;
    height: 45px;
    border-radius: 29px;
    padding: 8px 10px;
    margin: 10px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    font-weight: 500;
}

.banner-inner-published-form .form-group button.submit-btn:hover {
    background: rgb(33 47 100);
    color: #fff;
    border: 2px solid rgb(24, 18, 35);
    /* transform: scale(0.9); */
}
