@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html,
body {
    position: relative;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    transition: all 0.5s;
}

button:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}

button {
    border: 0;
    outline: 0;
}

section {
    position: relative;
    padding: 5rem 0;
}

.owl-theme .owl-dots .owl-dot {
    font-size: 0;
}

.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

a {
    text-decoration: none;
}

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

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.main-header {
    padding: 1rem 0 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.contact-lst {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-lst li a {
    background-color: #f6921e;
    -webkit-animation: 2s cubic-bezier(0.25, 0, 0, 1) 3s infinite pulse;
    animation: 2s cubic-bezier(0.25, 0, 0, 1) 3s infinite pulse;
    box-shadow: 0 0 0 2px #f6921e;
    font-size: 14px;
    padding: 0 20px 0 10px !important;
    height: 54px;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    color: #333;
    font-weight: 700;
    vertical-align: middle;
    position: relative;
}

.contact-lst li a span {
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}

.contact-lst .first img {
    filter: invert(1) brightness(0.5);
}

.contact-lst li.last a {
    box-shadow: 0 0 0 2px #000;
    background-color: #000;
    color: #fff;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
}

.mainBanner {
    background: url(../images/main-banner-bg.jpg) center / cover no-repeat #000;
    height: 100%;
    padding: 8rem 0;
}

.main-header:before {
    position: absolute;
    left: 0;
    top: 50px;
    content: "";
    background: url(../images/header-before.webp) no-repeat;
    width: 237px;
    height: 370px;
    z-index: 1;
}

.contact-lst li img {
    width: 40px !important;
}

.price-bx img {
    margin: 1rem 0;
    width: 80%;
}

.banner-txt h2 {
    font-size: 46px;
    margin: 0 0 20px;
    color: #000;
}

.banner-txt p {
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 0;
}

.bannerForm {
    padding: 30px 40px 50px;
    background: #f6921e;
    width: 90%;
    height: auto;
    border-radius: 10px;
    margin: 50px 0 0 auto;
    position: relative;
}

.mainBanner .bannerForm .fld-input input {
    margin: 0 0 22px;
    padding: 0 15px;
}

.bannerForm mark {
    padding: 0;
    background-color: #07195a;
    color: #fff;
    line-height: 1.4;
}

button,
input[type],
select,
textarea {
    font-weight: 400;
    border: none;
}

.bannerForm h2 {
    text-align: center;
    font-size: 22px;
    margin: 5px 0;
    font-weight: 700;
}

.bannerForm h3:before {
    position: absolute;
    left: 37px;
    top: 16px;
    width: 40px;
    height: 2px;
    content: '';
    background: #fff;
}

.bannerForm h3:after {
    position: absolute;
    right: 37px;
    top: 16px;
    width: 40px;
    height: 2px;
    content: '';
    background: #fff;
}

.bannerForm h2 span {
    color: #fff;
}

.bannerForm img {
    position: absolute;
}

.mainBanner .bannerForm h3 {
    padding-top: 10px;
}

.bannerForm h3 {
    color: #163153;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    position: relative;
    margin: 0 0 6px;
}

.formliftimg {
    width: 17%;
    top: -33px;
    left: -30px;
}

.off-ct img {
    right: -4rem;
    left: auto;
    width: 100px;
    top: -12px;
}

.fld-input input,
.fld-input select {
    height: 45px;
    margin: 0 0 12px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
}

.mainBanner .bannerForm .packageformsubmit1,
.price-bx .lazy {
    margin-top: 10px;
}

.contact-lst .last img {
    filter: invert(1) brightness(1.5);
}

button.packageformsubmit1 {
    background: #000;
    height: 50px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    width: 60%;
    border-radius: 5px;
    margin: 0 auto;
    border: 1px solid transparent;
    display: block;
}

.client-strip img {
    width: 85% !important;
}

.client-strip {
    padding: 50px 0 30px;
}

.themes-h4 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
}

.themes-h2 {
    color: #f6921e;
    position: relative;
    margin: 10px 0;
}

.expertise-sec h2,
.themes-h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
}

.themes-p {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}

.section-category {
    padding-top: 0;
}

:is(.best-value, .section-6.full-section, .section-category, .faqs, .main-packages, .main-publication) h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 30px;
    color: #393939;
    text-align: center;
}

:is(.faqs, .section-category) h2 span {
    color: #f6921e;
    position: relative;
    line-height: 1.3;
}

:is(.section-6.full-section, .section-category, .main-packages, .main-publication) p {
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 500;
}

.category-list li {
    background: #fff;
    box-shadow: 0 0 20px #d9d9d9;
    -moz-box-shadow: 0 0 20px #d9d9d9;
    -webkit-box-shadow: 0 0 20px #d9d9d9;
    display: inline-block;
    width: 14%;
    margin: 1%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #f6921e;
    padding: 20px 0;
    transition: 0.3s ease-in-out;
}

.editing_new_list {
    display: inline-block;
    text-align: center;
}

.category-list li h6 {
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.category-list li img {
    height: 70px;
    width: 70px;
    object-fit: contain;
    margin-bottom: 10px;
}

.txt-contact-bx p {
    font-size: 24px;
    margin-bottom: 30px;
}

.txt-contact-bx {
    text-align: center;
    margin: 40px 0 0;
}

.contact-lst li.midd a {
    background: #fff;
    color: #000;
    border: 3px solid #f6921e;
    padding: 0 30px !important;
}

.we-get-sec {
    background-image: url(../images/we-get-sec-bg.webp);
    background-attachment: fixed;
    background-size: cover;
}

.expertise-sec,
.we-get-sec {
    position: relative;
    padding: 80px 0;
}

.we-get-sec .get-box {
    height: 400px;
    border: 2px solid #f6921e;
    border-radius: 5px;
    margin: 20px 0;
    background: #fff;
    text-align: center;
    padding: 0 20px;
}

.expertise-sec .exper-box,
.we-get-sec .get-box {
    display: grid;
    align-content: center;
    transition: 0.3s ease-in-out;
}

.we-get-sec .get-box img {
    display: block;
    margin: 0 auto;
    height: 100px;
    width: 100px;
    object-fit: contain;
}

.expertise-sec .exper-box h3,
.we-get-sec .get-box h5 {
    color: #f6921e;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.expertise-sec .exper-box img {
    margin: 0 auto;
    display: block;
    height: 100px;
    object-fit: contain;
    width: 40%;
}

.expertise-sec .exper-box {
    position: relative;
    border: 2px solid #000;
    padding: 20px 30px;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    height: 450px;
}

.exper-box p {
    margin-bottom: 0;
}

.expertise-sec .exper-box:hover,
.we-get-sec .get-box:hover,
ul.category-list li:hover {
    transform: scale(1.05);
}

.faqs {
    padding-top: 0;
}

.faqs p {
    color: #333;
    text-align: center;
    margin-bottom: 25px;
}

.faqs p a {
    color: #f6921e;
}

.faqs .accordian li {
    border-top: 1px solid #ddd;
    margin-bottom: 0;
}

.faqs .accordian li h4 {
    margin-bottom: 20px;
    padding-left: 0;
    text-align: left;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000;
    line-height: normal;
    padding-top: 20px;
    border-radius: 5px;
    padding-bottom: 0;
}

.faqs .accordian h4::after {
    content: "\2b";
    font-family: "Font Awesome 5 Pro";
    font-size: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: normal;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    color: #ddd;
}

.faqs .accordian p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    text-align: left;
    padding: relative;
}

.faqs .accordian p::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #ea5455;
    top: 0;
    left: 22px;
    display: none;
}

.faq-sec {
    padding: 0 60px 60px;
    border-radius: 30px;
    background-color: #fff;
    margin: 0;
}

.faqs .accordian li.active h4::after {
    color: #000;
    content: "_";
}

section.testimonials {
    background: #f4f4f4;
}

.star-name h6 {
    font-weight: 700;
    font-size: 24px;
    margin: 40px 0 10px;
}

.testimonials .owl-carousel .owl-item img {
    margin: inherit;
}

.testimonials-text h5 {
    font-size: 24px;
    color: #0b274b;
    margin: 0 0 20px;
}

.testimonials .themes-h2 {
    color: #000;
}

.testimonials-text {
    padding: 38px 55px 0;
}

.reviw-testi p {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    font-weight: 500;
}

.footer-left {
    background-color: #000;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    text-align: center;
}

.footer-left,
.footer-right {
    height: 100%;
    padding: 35px 55px;
}

.footer-left ul {
    display: inline-flex;
    align-items: center;
    margin-top: 40px;
    gap: 70px;
}

.footer-left ul li img {
    width: 180px;
}

.footer-left img+img {
    margin-top: 30px;
}

.footer-left h3 {
    color: #f6921e;
    font-size: 56px;
    line-height: 63px;
    font-weight: 700;
    margin-bottom: 65px;
}

.footer-right {
    background-color: #f4f4f4;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.footer-right h4 {
    color: #333;
    font-size: 40px;
    line-height: 63px;
    font-weight: 700;
    margin-bottom: 35px;
}

.footer-right h4 span {
    color: #f6921e;
}

.footer-form-input input {
    height: 45px;
    margin-bottom: 25px;
    padding: 0 15px;
}

.footer-form-input input,
.footer-form-input select,
.footer-form-textarea textarea {
    width: 100%;
    border: 1px solid #dfdfdf;
    color: #666;
    background-color: #fff;
}

.footer-form-textarea textarea {
    height: 80px;
    margin-bottom: 15px;
    font-family: "Sofia Pro";
    padding: 10px 15px;
}

.footer-form-submit input {
    height: 54px;
}

.footer-form-submit input {
    border-radius: 50px;
    border: 3px solid #f6921e;
    color: #000;
    background: #fff;
}

.footer-form-submit input {
    width: 40%;
    margin: 15px auto 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    display: block;
}

.footer-form-sec .contact-lst {
    margin: 40px 0 0;
}

.footer-form-sec {
    padding-bottom: 3rem;
}

.footer-logos {
    padding-top: 0;
}

.main-footer {
    background-color: #121212;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.terms-text ul {
    display: flex;
    justify-content: end;
    align-items: center;
}

.copyright-text p,
.terms-text ul li a,
.terms-text ul {
    color: #fff;
    margin-bottom: 0;
    gap: 15px;
}

.overlay {
    background-color: rgba(0, 0, 0, .91);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: none;
}

.popupMain {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 808px;
    height: 600px;
    padding: 0;
    background: #fff;
    border-radius: 10px;
    z-index: 12;
    display: none;
}

.popTxt,
.section-6 .howitwork-carousel .hiw-content p {
    text-align: center;
}

.popupMain.LoginPopup {
    width: 600px;
    height: max-content;
    padding-left: 0;
    overflow: hidden;
    padding: 35px;
}

.popform-holder {
    float: none;
    width: 100%;
}

.popTxt h6 {
    font-size: 28px;
}

.popTxt h6,
.popTxt p span {
    color: #181818;
    font-weight: 700;
}

.popupMain .closePop {
    position: absolute;
    right: 0;
    top: 3px;
    background: #f6921e;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
}

.popup-bdy .frmicon-box input {
    background-color: rgb(245 245 245);
    border: none;
}

.popform-holder form input {
    width: 100%;
    border: 1px solid #d5d5d5;
    height: 52px;
    border-radius: 5px;
    padding: 0 15px;
    font-family: Poppins;
    font-weight: 500;
    color: #ccc;
}

#countdown,
.popupMain,
.side-bar-frm-head {
    margin: auto;
    bottom: 0;
}

.popTxt p {
    font-family: Poppins;
    font-size: 23px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: normal;
}

.popup-bdy .frmicon-box {
    width: 100%;
    border-radius: 5px;
    padding-bottom: 15px;
    position: relative;
}

.popform-holder form button.popup-btn {
    display: block;
    height: 49px;
    line-height: 41px;
    border-radius: 3px;
    border: 1px solid #f6921e;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
    color: #fff;
    padding: 0 25px;
    background: #f6921e;
    width: 100%;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.cookie-bar {
    position: fixed;
    bottom: 0;
    padding: 12px 15px;
    width: 100%;
    z-index: 15;
    background-size: cover;
    text-align: left;
    z-index: 99999;
    background: #f89334;
    display: none;
}

.setcokies a {
    color: #5f5c58;
}

.cookie-bar .cookie-btn {
    color: #fff;
    background: #e00030;
    padding: 2px 10px 2px 6px;
    border-radius: 0;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 0;
}

.cookie-bar .cookie-btn-3 {
    border: 1px solid #fff;
    padding: 2px 4px;
    background: #36454f;
    border-radius: 2px;
    color: #fff;
}

.cookie-bar .setcokies {
    color: #fff;
    display: inline-block;
}

.cookie-bar p {
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    font-size: calc(11px +(13 - 11)*(100vw - 320px) /(1920 - 320));
    line-height: 25px;
    margin-right: 10px;
}

.float {
    vertical-align: middle;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999999;
    text-decoration: none;
}

/*404 page css start*/
.bg404 img {
    width: 100%;
}

.bg404 {
    font-size: 0;
}


.thankyou_sec {
    padding: 7rem 0 5rem;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.main-thankyou {
    text-align: center;
}

.main-content__checkmark {
    font-size: 9.75rem !important;
    line-height: 1 !important;
    color: var(--thm-base);

}

.site-header__title {
    font-size: 6.5rem;
    font-weight: 700 !important;
    line-height: 1.1;
}

.main-content__body {
    margin: 20px 0 0;
    font-size: 1.25rem;
    line-height: 1.4;
}

.start_live_chat {
    font-size: 20px;
    background-color: #16171a;
    padding: 15px 35px;
    display: inline-block;
    border-radius: 4px;
    margin: 20px 0 0;
    color: white !important;
    text-decoration: none;
    border-radius: 50px;
    line-height: 16px;
}
.page-wrapper {
    padding-top: 10rem;
}