@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.icon-trus ul li img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(95%) saturate(2577%) hue-rotate(342deg) brightness(74%) contrast(94%);
}

:root {
    --main-color: radial-gradient(circle, #ac1f28, #000000);
    --primary-color: #ac1f28;
    --primary-text-color: #000000;
    --section-background: #ffffff;
    --section-bg-white: #ffffff;
    --section-border: #d9d9d9;
    --grey-bg-text-color: #d0d0d0;
    --white: #ffffff;
    --banner-text-color: #ffffff;
    --white-section-heading-color: #ffffff;
    --heading-shadow: linear-gradient(180deg, rgba(172, 31, 40, 0.9), rgba(0, 0, 0, 0.92));
    --button-shadow: linear-gradient(90deg, #7d141b, #ac1f28);
    --listbox-background-color: #ffffff;
    --footer-bg: #000000;
    --footer-text-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Arsenal";
}

p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin: 0px 0px 15px;
    color: #000;
    font-family: 'Arsenal';
}

p span {
    font-weight: 600;
    /* font-size: 23px; */
    font-family: "Arsenal";
}

::-webkit-scrollbar-thumb {
    background-color: #1f1b1b;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #ff000000;
}

.banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.phoneiconcall {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: var(--button-shadow) !important;
    border-radius: 50%;
    z-index: 999;
}

section.trust .cmxform input {
    background: #000;
}

.phoneiconcall a {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.call a {
    background: linear-gradient(180deg, #28a4dc 10%, #fff 100%);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px !important;
    color: #000 !important;
    font-weight: bold;
}

header .logo img {
    width: 60%;
    padding-left: 15px;
}

.logosliderinner:not(.slick-slider) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.btn-section.btn.menu-btn {
    line-height: 30px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

header#header .row {
    align-items: center;
}

header#header-mobile {
    display: none;
}

header#header .contactinfo a {
    text-decoration: none;
    font-size: 14px;
}

header#header .contactinfo svg {
    width: 85px;
    position: relative;
    top: -3px;
}

header#header .contactinfo {
    text-align: right;
}

.banner {
    height: 88vh;
    background-color: rgba(0, 0, 0, 0.8);
    background-repeat: no-repeat;
    background-position: center;
}

video#background-video {
    width: 100%;
    height: 88%;
    object-fit: cover;
    position: fixed;
    z-index: -1;
}

.banner .content {
    position: absolute;
    top: 50%;
    left: 130px;
    transform: translate(0%, -50%);
}

.banner h1 {
    color: var(--banner-text-color);
    max-width: 673.956px;
    text-align: left;
    line-height: 1.2;
    font-weight: 400;
    font-size: 43px;
}

.banner strong {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.banner .separater {
    background-color: #8c1921;
    width: 50%;
    height: 2px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0px;
}

.banner p {
    color: var(--banner-text-color);
    line-height: 1.5;
    font-size: 18px;
    margin-left: 0px;
    color: #fff;
}

.btn-website {
    background-color: #fff;
    border-color: #000;
    padding: 10px 45px;
    font-size: 22px;
    #ff: 500;
    color: #fff;
    border-radius: 8px;
    line-height: 32px;
}

.btn-theme a {
    color: #fff;
    text-decoration: none;
}

.btn-website:hover {
    background: #000;
    color: #fff;
}

.btn-website:focus,
.btn-website:active {
    background: #000 !important;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}

.logoslider {
    padding: 40px 0px;
    background: var(--section-background);
    border-bottom: 1px solid var(--section-border);
}

.logosliderinner img {
    margin: 0 auto;
    filter: brightness(0) saturate(100%)invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.homeaboutsec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    background: #000;
    background-image: url(../images/home/336.png);
    background-position: center;
    background-size: 30%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.homeaboutsec h2 {
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
}

.homeaboutsec h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    color: var(--primary-color);
    margin-top: 30px;
    margin-bottom: 40px;
}

.homeaboutsec p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    line-height: 22px;
}

.homeaboutsec li {
    padding-top: 20px;
    list-style: none;
}

.homeaboutsec ul {
    margin-left: auto;
    width: fit-content;
    margin-right: 25%;
}

.row.statsrow p,
.row.statsrow h4 {
    text-align: center;
}

.row.statsrow {
    padding-top: 80px;
}

.row.statsrow h4 {
    font-size: 30px;
    color: var(--primary-color);
    font-weight: 700;
    margin-top: 20px;
}

.row.statsrow p {
    font-size: 16px !important;
    font-weight: 400;
    margin-top: 10px;
    line-height: 20px;
}

.row.statsrow .col-lg-3 {
    text-align: center;
}

.homeaboutsec ul {
    border: 1px solid var(--grey-bg-text-color);
    padding: 20px 20px 30px 20px;
}

.homeaboutsec .row {
    align-items: center;
}

.homeaboutsec ul {
    background: var(--listbox-background-color);
}

.homeservices {
    background: var(--section-bg-white);
    padding-top: 50px;
    overflow: hidden;
}

.homeservices h2 {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: var(--white-section-heading-color);
}

.homeservices h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 60px;
    color: var(--primary-color);
}

.homeservices .row {
    margin: 0px;
    align-items: center;
}

.homeservices .row * {
    padding: 0px;
}

.homeservices .content {
    padding-left: 50px;
    padding-right: 50px;
}

.homeservices h4 {
    text-align: left;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    color: var(--white-section-heading-color);
    margin-bottom: 20px;
}

.homeservices p {
    color: var(--primary-text-color);
    text-align: justify;
    font-size: 14px;
}

.btn-section {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 5px 40px !important;
    font-size: 20px;
    font-weight: 500;
    color: var(--banner-text-color) !important;
    background-image: var(--button-shadow) !important;
    border-radius: 5px;
    line-height: 40px;
    filter: blur(0px) grayscale(0%) brightness(100%);
    border-width: 0px;
    margin-top: 10px;
}

.homeservices img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
}

.homeservices .row.row-left {
    background: #e6e6e6;
}

footer {
    background: var(--footer-bg);
    color: var(--footer-text-color);
}

footer h2 {
    font-weight: bold;
}

footer h3 {
    font-weight: bold;
    font-size: 20px;
}

footer p {
    text-align: left;
    font-size: 17px;
    color: #fff;
}

.main-footer {
    padding-top: 70px;
    padding-bottom: 50px;
}

.main-footer {
    background: url(../images/footer.png);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center;
}

.main-footer .row.mainrow {
    margin-top: 30px;
}

footer ul li a {
    text-decoration: none;
    font-size: 14px;
}

footer ul li {
    list-style: none;
    margin-bottom: 15px;
    margin-top: 0px;
    border-bottom: 1px solid #fff;
    padding: 0px 0px 5px;
}

.main-footer ul {
    margin: 0px !important;
}

.main-footer .row {
    align-items: center;
}

footer .copyright p {
    margin: 0px;
}

footer .copyright p {
    text-align: center;
}

footer .copyright {
    padding-bottom: 20px;
    background: var(--section-background);
    padding-top: 20px;
}

footer .copyright a {
    text-decoration: none;
    font-weight: bold;
    margin-top: 5px !important;
    display: inline-block;
}

footer .copyright a:hover {
    color: var(--primary-color);
    transition: 0.2s ease;
}

footer .before-footer {
    background-color: var(--section-background);
    padding: 40px 0px;
    padding-bottom: 55px;
}

footer .before-footer h2 {
    text-align: center;
    font-size: 50px;
}

footer .before-footer h3 {
    text-align: center;
    font-weight: normal;
    color: var(--primary-color);
    font-size: 18px;
}

input {
    outline: none;
}

.fields input {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--primary-text-color);
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    height: 50px;
    border-radius: 6px;
    width: 17%;
}

.fields {
    text-align: center;
    margin-top: 30px;
}

.fields input[type="submit"] {
    padding: 5px 35px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #fff !important;
    border-color: var(--primary-color);
    background-image: var(--button-shadow) !important;
    border-radius: 5px !important;
    text-shadow: 0 10px 10px var(--primary-color);
    width: fit-content;
}

span.companytel {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 20px;
    padding-left: 30px;
}

span.companytel a {
    font-weight: 500;
    font-size: 14px;
}

span.companytel svg {
    width: auto !important;
    top: -1px !important;
}

span.socialicons svg {
    width: auto !important;
}

.main-menu ul.tabs {
    display: flex;
    align-items: center;
    justify-content: right;
    padding-left: 0px;
}

.main-menu ul a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.main-menu ul li {
    list-style: none;
    margin-left: 30px;
}

.menu-btn {
    margin-top: 0px !important;
}

.review-sec {
    padding: 100px 0px;
    background: var(--section-border);
    padding-top: 60px;
}

.review-sec h2 {
    text-align: center;
    font-size: 50px;
}

.review-sec h3 {
    text-align: center;
    font-weight: normal;
    color: var(--primary-color);
    font-size: 18px;
}

.review-sec .profile img {
    display: block;
    margin: 0 auto;
}

.review-sec .reviewbox .reviewstar {
    margin-top: 10px !important;
    max-width: 165px;
}

.reviewbox {
    margin-top: 40px;
}

.review-para {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: justify;
}

.reviewbox {
    position: relative;
}

.reviewbox ul.slick-dots {
    bottom: -50px;
}

.reviewbox .slick-dots li button:before {
    background: var(--primary-color);
}

.banner.innerpage h2 {
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: 200;
}

.banner.innerpage .content {
    position: unset !important;
    transform: unset;
}

.banner.innerpage {
    height: auto;
}

.banner.innerpage .row .col-lg-6 {
    padding-top: 200px;
    padding-bottom: 100px;
}

.banner.innerpage h1 {
    font-size: 51px;
    line-height: 1.2;
    max-width: unset;
    color: #fff;
}

.banner.innerpage h1 strong {
    color: var(--primary-color);
}

.banner.innerpage .row {
    margin: 0px;
}

.banner.innerpage {
    background-image: url(../images/home/1.webp);
}

.banner.innerpage.services {
    background-image: url(../images/servicesbanner.jpg);
}

.banner.innerpage.contact {
    background-image: url(../images/home/1.webp);
}

.banner.innerpage.servicespages {
    background-image: url(../images/servicespagesbanner.html);
}

.about-sec {
    background: var(--section-background);
}

.about-sec h2 {
    text-align: center;
    background: var(--heading-shadow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 54px;
    font-weight: 400;
    line-height: 50px;
    padding: 56px 0;
    border: 1px solid var(--section-border);
    color: var(--primary-color);
}

.about-sec .row {
    align-items: center;
    padding-top: 50px;
}

.about-sec .row img {
    width: 100%;
    ;
}

.about-sec .row p {
    text-align: justify;
}

.about-sec .row h3 {
    font-size: 50px;
}

.about-sec .row h4 {
    font-weight: normal;
    color: var(--primary-color);
    font-size: 14px;
}

.progress-bar.progress-bar-striped {
    background: var(--primary-color);
    font-size: 16px;
}

.progress {
    margin-bottom: 50px;
    margin-top: 50px;
    --bs-progress-height: 0.3rem;
    overflow: visible;
}

.progress .progress-bar.progress-bar-striped {
    height: 28px;
    border-radius: 10px;
    top: -12px;
    position: relative;
}

.services-sec {
    padding: 50px 0px;
    background: var(--section-background);
}

.services-sec h2 {
    font-size: 50px;
    text-align: center;
    color: #000;
}

.services-sec h3 {
    font-weight: normal;
    color: var(--primary-color);
    font-size: 14px;
    text-align: center;
}

.services-sec img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.services-sec .row {
    margin-top: 60px;
}

.servcard h4,
.servcard p,
.servcard a {
    padding-left: 20px;
    padding-right: 20px;
}

.servcard {
    margin-bottom: 20px;
    background: var(--section-bg-white);
    color: #000;
    display: flex;
    flex-direction: column;
}

.servcard h4 {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 22px;
    color: #000;
}

.servcard p {
    color: #000;
}

.servcard {
    padding-bottom: 30px;
    height: 440px;
    position: relative;
}

.servcard p {
    margin-bottom: 10px;
    flex: 1 1 auto;
}

.servcard a {
    color: var(--primary-color);
    font-weight: bold;
    text-decoration: none;
}

.servcard a {
    position: absolute;
    bottom: 30px;
}

.servcard a svg {
    flex: 0 0 auto;
}

.contact-sec {
    background: var(--section-background);
    padding: 100px 0px;
}

.contact-sec h2 {
    font-size: 50px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.contact-sec p {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid var(--grey-bg-text-color);
    border-bottom: 1px solid var(--grey-bg-text-color);
}

.contact-details a {
    display: block;
    width: fit-content;
    margin-bottom: 20px;
}

.contact-details a {
    color: white !important;
    text-decoration: none !important;
}

.contact-details a svg {
    margin-right: 10px;
}

.contactform {
    padding: 50px;
    border-radius: 20px;
    background: black;
    border: 1px solid white;
}

.contactform input {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid var(--section-border);
    height: 50px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 10px;
}

.contactform textarea {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--primary-text-color);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--section-border);
    height: 150px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 10px;
}

.service-bottom-banner {
    padding: 80px 0px;
    background: url(../images/review-btm.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.service-bottom-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.48);
}

.service-bottom-banner .container {
    position: relative;
    z-index: 1;
}

.service-bottom-banner h2 {
    color: var(--white-section-heading-color);
    font-size: 30px;
    text-transform: uppercase;
}

.main-service-row {
    padding: 60px 0px;
}

.main-service-row .row {
    align-items: center;
}

.ml-0 {
    margin-left: 0px !important;
}

.main-service-row p {
    text-align: justify;
}

.main-service-row img {
    width: 100%;
}

.case-sec {
    padding: 80px 0px;
    background: var(--section-background);
}

.case-sec h2 {
    text-align: center;
    font-size: 50px;
}

.case-sec h3 {
    text-align: center;
    font-weight: normal;
    color: var(--primary-color);
    font-size: 14px;
}

.case-sec .row {
    align-items: center;
}

.case-sec h4 {
    color: var(--primary-color);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.case-sec p {}

.case-sec .w-rowleft .col-lg-6.video {
    text-align: center;
}

.case-sec .w-rowleft {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}

.case-sec .w-rowright {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}

.case-sec .w-rowleft .col-lg-6.content {
    padding-right: 180px;
}

.case-sec .w-rowright .col-lg-6.content {
    padding-right: 130px;
    padding-left: 60px;
}

.case-sec .w-rowleft::before {
    content: '';
    width: 300px;
    right: 0;
    top: 0;
    position: absolute;
    height: 10px;
    background: var(--primary-color);
}

.case-sec .w-rowleft::after {
    content: '';
    width: 500px;
    right: 0;
    position: absolute;
    height: 100%;
    border-right: 10px solid var(--primary-color);
    border-bottom: 10px solid var(--primary-color);
}

.case-sec .w-rowright::before {
    content: '';
    width: 300px;
    left: 0;
    top: 0;
    position: absolute;
    height: 10px;
    background: var(--primary-color);
}

.case-sec .w-rowright::after {
    content: '';
    width: 500px;
    left: 0;
    position: absolute;
    height: 100%;
    border-left: 10px solid var(--primary-color);
    border-bottom: 10px solid var(--primary-color);
}

.case-sec h4 span {
    font-size: 25px;
    font-weight: normal;
}

button.btn-website.w-full {
    width: 100%;
    margin-left: 0px;
}

.pricing-tabs {
    padding: 80px 0px;
}

.pricing-tabs h3 {
    color: var(--white-section-heading-color);
}

.pricing-tabs h2 {
    color: var(--white-section-heading-color);
}

.pricing-tabs p {}

.pricing-tabs .tab-pane {
    padding: 60px;
    border: 1px solid var(--primary-color);
}

.pricing-tabs ul li {
    color: var(--primary-color);
    margin-bottom: 10px;
}

.package {
    padding: 20px 25px;
    background: #f3f3f3;
}

div#v-pills-tab {
    min-width: 385px;
}

div#v-pills-tab .nav-link {
    margin-top: 0;
    margin-bottom: 20px;
}

.pricing-tabs h2 span {
    font-size: 20px;
    display: block;
}

div#v-pills-tab .nav-link[aria-selected="true"] {
    background: black !important;
    transition: all 0.2s ease !important;
}

div#v-pills-tab .nav-link:hover {
    background: black !important;
    transition: all 0.5s ease;
}

ul.dropdown-menu.show {
    background: var(--footer-bg);
}

ul.dropdown-menu li {
    margin-left: 0px !important;
}

.bundles-row {
    background: var(--section-background);
    padding: 40px;
}

.bundles-row .pricing-package {
    padding: 20px 0px;
}

.pricing-package h2 {
    color: var(--primary-color);
    border-bottom: 3px solid;
    margin: 0px;
    border-left: 3px solid;
    line-height: 70px;
    padding-left: 30px;
}

.pricing-package h3 {
    color: var(--primary-color);
    line-height: 50px;
    margin-top: 50px;
    font-size: 50px;
    padding-left: 30px;
    text-align: right;
    padding-right: 30px;
    position: relative;
    text-align: center;
}

.pricing-package ul {
    margin: 0px;
    padding: 0px;
    height: 394px;
    overflow-y: scroll;
    padding-right: 30px;
}

.pricing-package ul li {
    list-style: none;
    color: white;
    line-height: 1.2;
    padding-left: 30px;
    font-size: 16px;
    border-bottom: 1px solid var(--grey-bg-text-color);
    position: relative;
    margin-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pricing-package ul li:hover {
    border-bottom: 3px solid var(--grey-bg-text-color);
}

.pricing-package ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 45%;
    width: 10px;
    height: 10px;
    transform: translate(0%, -50%);
    background: var(--primary-color);
}

.pricing-package .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

header#header-mobile .col-sm-8 {
    width: 70%;
}

header#header-mobile .col-sm-4 {
    width: 30%;
}

header#header-mobile .row {
    align-items: center;
}

.mobileicon {
    text-align: right;
}

.pricing-package h3 del {
    color: red;
    font-size: 13px;
}

.pricing-package h3 span {
    color: white;
    width: 50px;
    font-size: 14px;
    position: absolute;
    line-height: 1.2;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: green;
    border-radius: 50%;
    top: 0%;
    transform: translate(0, -45%);
    right: 90px;
}

.pricing-package ul span li {
    color: #ac1f28;
    margin: 0px;
    padding: 0px;
    border: 0px !important;
    font-weight: bold;
    margin-top: 10px;
}

.pricing-package ul span li:before {
    display: none;
}

.gallery-sec {
    background: var(--section-background);
    padding: 60px 0px;
}

.gallery-sec h2 {
    text-align: center;
    font-size: 50px;
}

.gallery-sec h3 {
    text-align: center;
    font-weight: normal;
    color: var(--primary-color);
    font-size: 18px;
}

div#nav-tab-2 {
    border: 0px !important;
    justify-content: center;
    padding-top: 35px;
}

div#nav-tab-2 button {
    background: transparent;
    color: white;
    margin-left: 20px;
    margin-right: 20px;
    border: 2px solid white;
    border-radius: 5px;
    padding: 5px 25px
}

div#nav-tab-2 button.active {
    border-color: var(--primary-color);
    background-image: linear-gradient(80deg, #ac1f28, #247fa8) !important;
    border-radius: 5px !important;
    text-shadow: 0 10px 10px #247fa8;
    color: #fff !important;
}

.ghostwrite-gal {
    margin-top: 30px;
}

.ghostwrite-gal img {
    width: 90%;
    margin-left: 5%;
    height: 335px !important;
}

.ghostwrite-gal,
.galleryimgs {
    max-width: 1061px !important;
    margin: 0px auto;
    margin-bottom: 0px !important;
}

.galleryimgs img {
    width: 100%;
    margin-left: 5%;
    height: 335px;
    object-fit: cover;
}

p.errorreport,
p.cerrorreport {
    background: red;
    padding: 10px 20px;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 10px;
    display: none;
}

p.datadone,
p.cdatadone {
    background: green;
    padding: 10px 20px;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 10px;
    display: none;
}

.border-red,
.cborder-red {
    border: 2px solid red !important;
}

span.companytel.is_hidden {
    display: none;
}

.main-service-row ul {
    font-size: 16px;
}

.main-service-row h2,
.main-service-row h3,
.main-service-row h4 {}

.banner.innerpage {
    background-position: center !important;
    background-size: cover !important;
}

header .logo img {
    padding-left: 15px;
    max-width: 170px;
}

.mobile-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
}

.mobile-menu ul li a {
    color: white;
    text-decoration: none;
}

.mobile-menu ul li {
    list-style: none;
    text-align: center;
}

.mobile-menu ul {
    top: 45%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px;
    width: 100%;
}

.mobile-menu .cross-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

ul.dropdown-menu-mobile {
    position: unset;
}

.mobile-menu ul li a {
    font-size: 18px;
}

.mobile-menu ul li {
    margin-bottom: 20px;
    position: relative;
}

ul.dropdown-menu-mobile {
    position: unset;
    transform: unset;
    display: none;
}

ul.dropdown-menu-mobile li {
    border-bottom: 1px solid white;
    border-top: 1px solid white !important;
    margin: 0px !important;
}

ul.dropdown-menu-mobile {
    margin-top: 14px;
}

.mobile-menu {
    overflow: hidden;
    height: 0px;
}

div#nav-tabContent .tab-pane {
    margin-top: 30px;
}

div#main-banner {
    background: url(../images/book-writing-bann7ef6.webp?150);
    background-position: center center;
    padding: 180px 0 60px 0;
    background-size: cover;
    height: auto;
    min-height: 100vh;
}

div#main-banner .overlay,
div#main-banner .container {
    width: 100%;
}

div#main-banner .row {
    min-height: calc(100vh - 240px);
}

div#main-banner h1 {
    font-size: 50px;
}

a.themeBtn.myBtn {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #0f335e, #0f335e);
    background-size: 0 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--bs-blue);
    cursor: pointer;
    font-size: 1.063rem;
    display: inline-block;
    padding: 11px 40px;
    line-height: normal;
    border-radius: 6px;
    color: var(--bs-heading-color);
    border: none;
    transition: .3s ease-in-out;
    text-decoration: unset;
}

a.themeBtn.myBtn:hover {
    background-size: 100% 100%;
    color: var(--bs-heading-color);
}

div#main-banner .bannerforms {
    max-width: 430px;
    margin-left: auto;
    background: #fff;
    box-shadow: 5px 5px 5px #fff;
}

div#main-banner .innerBanner .bannerforms h3 {
    font-size: 1.375rem;
    color: var(--white);
    font-weight: 700;
    margin: 0
}

div#main-banner .innerBanner .bannerforms .formhead {
    background-color: #000;
    padding: 1rem
}

div#main-banner .bannerforms .banner-form-inner .form-group .form-control::-webkit-input-placeholder,
.bannerforms .banner-form-inner .form-group .form-control::placeholder {
    color: #000
}

div#main-banner .bannerforms .form-lower {
    padding: 22px 25px;
    background: linear-gradient(0deg, #28a4dc 10%, #fff 100%);
}

div#main-banner .bannerforms .formhead {
    background: linear-gradient(180deg, #28a4dc 10%, #fff 80%);
    padding: 1rem;
}

div#main-banner .bannerforms .formhead h3 {
    text-align: center;
    font-size: 1.375rem;
    color: #000;
    font-weight: 700;
    margin: 0;
}

div#main-banner .bannerforms h3 span {
    font-weight: 300;
}

div#main-banner h1 {
    margin-bottom: 20px;
    color: #fff;
}

div#main-banner a.themeBtn.myBtn {
    margin-top: 20px;
}

div#main-banner .form-group.submit-btn button {
    border-radius: 5px;
    background-color: #ef0000;
    height: 55px;
    display: flex;
    color: #fff;
    font-size: 1.25rem;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-top: 16px;
    transition: box-shadow .2s linear;
    border: none;
}

div#main-banner .bannerforms .form-control {
    padding: 6px 20px 6px 32px;
}

div#main-banner .bannerforms .form-group {
    position: relative;
}

div#main-banner .bannerforms .form-group span.icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

div#main-banner .bannerforms .form-group span.icon svg {
    fill: var(--bs-blue);
    color: var(--bs-blue);
}

div#main-banner .bannerforms .form-control::placeholder {
    color: black;
    font-size: 12px;
    position: relative;
}

section.logo-part {
    padding: 31px 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    background: #ac1f28;
}

div#main-banner .bannerforms .form-lower .contactform {
    background: transparent;
    padding: 0;
    border: unset;
}

section.logo-part {
    padding: 31px 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    background: #ac1f28;
}

section.logo-part .fr-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.skill {
    padding-top: 6rem;
    padding-bottom: 3rem;
}

h2 span {
    color: #ac1f28;
}

.skill figure {
    position: relative;
}

.skill figure::before {
    position: absolute;
    content: "";
    right: 0;
    top: -1rem;
    background: url(../images/skill-bf0c6b.webp?4854) 0 0/cover no-repeat;
    width: 334px;
    height: 306px;
    z-index: 0;
    filter: brightness(0) saturate(100%) invert(19%) sepia(95%) saturate(2577%) hue-rotate(342deg) brightness(74%) contrast(94%);
}

.skill figure::after {
    position: absolute;
    content: "";
    left: -14rem;
    top: -3rem;
    background: url(../images/profe-after.webp) 0 0/cover no-repeat;
    width: 309px;
    height: 462px;
    z-index: 0;
    filter: brightness(0) saturate(100%) invert(19%) sepia(95%) saturate(2577%) hue-rotate(342deg) brightness(74%) contrast(94%);
}

.skill ul {
    margin: 0 0 1rem;
    padding: 0;
    list-style-type: none;
    margin-top: 2rem !important;
    display: flex;
    gap: 1rem;
}

.skill ul li {
    color: #383838;
    font-size: 1.063rem;
    padding-bottom: 0.5rem;
    align-items: center;
    column-gap: 5px;
}

.storyCount li {
    display: flex;
    align-items: unset;
}

.storyCount li span.icon {
    font-size: 40px;
}

.storyCount li span.icon svg {
    fill: #ac1f28;
}

.skill ul li p {
    margin-bottom: 0;
}

.storyCount li span {
    font-size: .8rem;
    display: block;
    color: #746e6e;
    font-weight: 400;
}

ul.storyCount li p {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.storyCount li+li {
    border-left: 1px solid #ddd;
    padding-left: 1rem;
}

section.cta {
    background: #0f335e;
    padding: 4.5rem 0;
}

section.cta .row {
    align-items: center;
}

section.cta .row h3 {
    font-size: 50px;
}

section.cta .row p {
    color: white;
}

section.cta .row .form-inline {
    margin-top: 40px;
}

section.trust {
    padding: 6rem 0;
}

.icon-trus ul {
    padding: 0;
    margin: 2rem 0
}

.icon-trus ul li {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem
}

section.trust.whychooseus .icon-trus ul li {
    display: flex;
    gap: 2rem;
    margin-bottom: 0rem;
}

.icon-trus ul li h3 {
    font-size: 1.75rem
}

.icon-trus ul li p {
    font-size: .938rem;
    color: #000
}

.wrap_form {
    background: #86181f;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 0 30px #00000073;
    position: sticky;
    top: 135px
}

.top_banner_heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative
}

.showform .top_banner_heading {
    border-radius: 0
}

.form-upper {
    color: #fff;
    text-align: center;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    padding: 1.5rem
}

.top_banner_heading h3:first-child {
    font-size: 2.25rem;
}

.top_banner_heading h3 {
    font-size: 1.625rem;
}

.top_banner_heading a {
    display: inline-flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.875rem;
    margin-left: 10px;
    text-decoration: none;
    background-color: #1c67d2;
    flex: 0 0 20%;
    min-height: 50px
}

.form-middle {
    background-color: #ac1f28;
    color: #fff;
    padding: 6px 0 16px;
    width: 100%
}

.form-middle h3 {
    font-size: 1.563rem;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-weight: 400
}

.timeContainer {
    z-index: 2;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeContainer .wrapper {
    padding: 0 0;
    display: flex;
    gap: 20px;
}

.timeContainer .wrapper .times {
    color: white;
    text-align: center;
    width: 90px;
    padding: 10px 10px;
    background: #0f335e !important;
    border-radius: 6px;
}

.timeContainer .wrapper div h2 {
    font-size: 2.4rem;
}

.circleDiv {
    position: absolute;
    z-index: -1;
    top: calc(50% - 237px);
    left: calc(-50% + 474px);
    width: 474px;
    height: 474px;
    border-radius: 100%;
    border: 6px dashed #00A3D0;
    animation: rotatingCircle infinite linear 60s;
}

.form-middle h3 span {
    font-weight: 700;
    color: #ffea00;
}

.form-lower.banner-form-inner {
    padding: 22px 25px;
}

.form-lower.banner-form-inner .form-group {
    position: relative;
}

.form-lower.banner-form-inner .form-group span.icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.form-lower.banner-form-inner .form-group span.icon svg {
    fill: var(--bs-blue);
    color: var(--bs-blue);
}

.form-lower.banner-form-inner .form-control {
    padding: 10px 10px;
}

.form-lower.banner-form-inner .form-control::placeholder {
    color: black;
    font-size: 12px;
    position: relative;
    font-size: 14px;
    color: black;
}

.form-lower.banner-form-inner .form-group.submit-btn button {
    border-radius: 5px;
    background-color: #ef0000;
    height: 55px;
    display: flex;
    color: #fff;
    font-size: 1.25rem;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-top: 16px;
    transition: box-shadow .2s linear;
    border: none;
}

.form-lower.banner-form-inner .form-group {
    position: relative;
}

.copy-right {
    padding: 15px 0;
    background: #0f335e;
}

.copy-right p {
    color: white;
    text-align: center;
}

.all-book {
    padding: 40px 0 30px 0;
    border-bottom: 2px solid #fffaef;
    position: relative;
}

.all-book h3 {
    font-size: 13.563rem;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
    color: #ac1f281f;
    position: absolute;
    top: -5.7rem;
    left: 0;
    z-index: -1;
}

.all-book ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.book-space li img {
    transition: .3s ease-in-out;
}

.book-space li:hover img:hover {
    transform: scale(1.1);
}

section.all-book img.img-one {
    width: 100%;
    position: absolute;
    top: -90px;
    z-index: -1;
}

section.skill.skillInner {
    background: var(--section-background);
}

section.skill.process h2.main-heading,
section.trust h2.main-heading,
section.skill.skillInner h2.main-heading {
    font-size: 40px;
}

h2.main-heading span {
    color: #ac1f28;
}

section.skill.skillInner img.img-fluid {
    z-index: 1;
    position: relative;
}

section.skill.skillInner p {}

.storyCount li span.icon svg {
    height: 1em;
    width: 1em;
}

.storyCount li span {
    color: white;
}

section.cta .row p {
    margin-bottom: 0 !important;
}

section.cta .row .form-inline {
    margin-top: 20px;
}

section.trust {
    background: #121212;
}

section.trust p {
    text-align: justify;
    color: #fff;
}

section.trust .icon-trus ul * {
    color: white;
}

section.all-book {
    overflow: visible;
    background: #121212;
}

section.all-book img.img-one {
    z-index: 0;
}

section.all-book ul img {
    position: relative;
    z-index: 1;
}

section.skill.process {
    background: #121212;
}

section.all-book {
    border: unset;
}

section.skill.process p {
    text-align: justify;
    color: #fff;
}

section.skill.process img.img-fluid.skill3 {
    position: relative;
    z-index: 1;
}

section.trust .wrap_form .contactform {
    padding: 0;
    border: unset;
    background: transparent;
}

section.trust {
    border: unset !important;
}

section.all-book {
    margin-top: -2px;
}

div#main-banner p {
    margin-left: 0;
    color: #fff;
}

.timeContainer .wrapper .col.times.days {
    display: none;
}

.floatbutton:hover {
    webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    right: 0;

}

.second-banner {
    background: white;
    border: 1px solid black;
    padding: 0px 20px;
    margin: 0 0;
    position: relative;
    left: 51px;
    height: auto;
    z-index: 999999;
    top: 85px;
    width: 370px;
    max-width: calc(100vw - 90px);
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 14px 0 0 14px;
}

.second-banner h3 {
    text-align: center;
    margin-top: 13px;
    margin-bottom: -7px;
    line-height: 1.25;
}

.floatbutton .buttonclick .crossplus p {
    font-size: 20px;
    width: 242px;
    top: 5px;
    position: relative;
    margin-top: 192px;
    background: #35625F;
    height: 63px;
    border-radius: 20px 20px 0px 0px;
    padding-top: 15px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    left: -106px;
    background: #ac1f28;
}

.here-is {
    border: 1px solid #fff !important;
    padding: 24px;
    margin-left: -17px !important;
    width: 100% !important;
}

.second-banner .ban-form.here-is {
    margin-left: 0 !important;
    padding: 16px 12px 18px;
    border: 0 !important;
}

.second-banner .ban-form.here-is input {
    height: 46px;
    font-size: 15px;
    margin-bottom: 10px;
}

.second-banner .ban-form.here-is textarea {
    height: 120px;
    font-size: 15px;
}

.here-is input::placeholder {
    color: black !important
}

.there {
    padding: 0 !important
}



.floating_wrap {
    z-index: 9999 !important;
}

/* footer-quater */
.section8Heading {
    text-align: center;
    color: #cccccc;
}

.btnFormRequest {
    padding: 10px 30px;
    font-weight: 400;
    font-size: 20px;
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arsenal';
    font-weight: 600;
    background: #ac1f28;
    border: 1px solid #ac1f28;
    color: #fff !important;
    border-radius: 8px;
    min-height: 54px;
}

.btnFormRequest i {
    margin-left: 10px;
    margin-top: 5px;
    font-size: 12px;
}

.btnFormRequest:hover,
.btnFormRequest:focus,
.btnFormRequest:active {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.section7 .getInTouch {
    border-right: 1px solid #000;
}

.section7 .getInTouch h4 {
    font-size: 13px;
    font-weight: bold;
}

.section7 .getInTouch h1 {
    font-weight: bold;
    font-size: 55px;
}

.rowForGetTouch {
    margin-top: 60px;
}

.rowForGetTouch > [class*='col-'] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inquiriesFor {
    padding: 0px 20px;
}

.inquiriesFor p {
    font-size: 17px;
    text-align: left;
    font-weight: normal;
}

.inquiriesFor p span {
    font-weight: bold;

}

@media (min-width: 1200px) {
    #main-banner {
        min-height: 100vh;
        padding-top: 145px;
        padding-bottom: 70px;
        display: flex;
        align-items: center;
    }

    #main-banner .row {
        align-items: center;
    }

    #main-banner .col-md-6.text-left {
        padding-right: 30px;
    }

    #main-banner .ban-form {
        max-width: 445px;
        margin-left: auto;
    }

    .section7.contact-us_wrap::before,
    .section7.contact-us_wrap::after {
        width: 11%;
        opacity: 0.28;
        z-index: 0;
    }

    .contact-content-wrap,
    .rowForGetTouch {
        position: relative;
        z-index: 1;
    }

    .rowForGetTouch > .col-md-4 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    #main-banner {
        min-height: 100vh;
        height: auto;
        padding-top: 150px;
        padding-bottom: 56px;
    }

    #main-banner .row {
        min-height: auto;
        align-items: flex-start;
    }

    #main-banner .col-md-6.text-left {
        padding-top: 40px;
        padding-right: 28px;
    }

    #main-banner h1 {
        font-size: clamp(44px, 4vw, 58px);
        line-height: 1.15;
    }

    #main-banner p {
        font-size: 16px;
        line-height: 1.6;
    }

    #main-banner .ban-form {
        max-width: 420px;
        margin-left: auto;
    }

    #main-banner .ban-form h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    #main-banner .ban-form p {
        font-size: 16px;
        line-height: 1.45;
    }

    #main-banner .ban-form input {
        height: 50px;
        font-size: 16px;
        margin-bottom: 12px;
    }

    #main-banner .ban-form textarea {
        height: 130px;
        font-size: 16px;
    }
}

@media (max-width: 1366px) and (min-width: 992px) {
    .section7.contact-us_wrap::before,
    .section7.contact-us_wrap::after {
        width: 9%;
        opacity: 0.2;
    }

    .rowForGetTouch {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.quoteInput,
.iti.iti--allow-dropdown {
    margin-top: 10px;
    height: 40px;
    width: 100%;
}

.rowOfInputs input::placeholder {
    font-style: italic;
}

.sayHelloForm h4 {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;

}

.sayHelloForm {
    font-size: 55px;
    font-weight: bold;
}

.sayHelloForm a.text-dark {
    word-break: break-all;
}

body>div.section8>div>div>div:nth-child(6)>img {
    max-width: 100px;
    margin-top: 7px;
}

/* footer-quater */
.g-process-bg {
    background: #000000;
    position: relative;
}

.g-cta-1-content h5,
.g-cta-1-content h3 {
    color: #fff;
    /* font-size: 40px; */
    position: relative;
    font-weight: 600;
}

.g-cta-1-content h2 {
    color: #fff;
    font-weight: 700;
    font-size: 41px;
    padding: 24px 0 98px;
}

.g-cta-1-content h2 span {
    display: block;
}

.g-cta-1-content p {
    color: #fff;
    padding: 19px 0 5rem;
    font-size: 18px;
}

.btn-9 {
    text-transform: capitalize;
    color: #2d243e;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    margin-right: 10px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700;
    display: none;
}

.btn-9:hover {
    color: #fff;
    background-color: #f1974b;
    border: 2px solid #f1974b;
    transition: all 0.3s;
    box-shadow: 0 0 #0000;
}


.g-process-inner {
    height: 884px;
    background-image: url('../../img/process-bg2.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.g-process-inner-content {
    height: 212px;
    color: #fff;
    margin: 10px 0 0;
}

.g-process-inner-content1 h3 {
    color: #fff;
    padding: 85px 0 0 76px;
}

.g-process-inner-content1-1 p {
    padding: 48px 38px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}

.g-process-bg a {
    color: #000;
}

.g-services-bg .row {
    padding: 50px 0;
}

.g-process-inner-content2-2 p {
    padding: 59px 19px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
}

.g-process-inner-content2 h3 {
    padding: 42px 0 0 279px;
}

.g-process-inner-content3 h3 {
    padding: 49px 0 0 50px;
}

.g-process-inner-content3-3 p {
    padding: 46px 19px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
}

.g-process-inner-content4-4 p {
    padding: 16px 19px;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}

.g-process-inner-content4 h3 {
    text-align: left;
    padding: 30px 0 0 274px;
}

.g-process-inner-content5 h3 {
    padding: 25px 0 0 50px;
}

.g-process-inner-content5-5 p {
    padding: 0px 19px;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}

.book_apointment {
    width: 228px;
    border: 2px solid #ffffff;
    background: transparent;
    padding: 12px 0;
    color: #fff;
    border-radius: 9px;
    transition: all 0.3s ease-in;
    font-family: 'Arsenal';
    font-weight: 800;
    font-size: 18px;
    text-transform: capitalize;
    margin: 21px 0 0 0;
}

.book_apointment:hover {
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #000;
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.social a i {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 0;
    padding: 0;
}

.section3 {
    background-color: #f8f9fa;
    padding: 100px 0px;
}

.section3 img {
    width: 100%;
    border-radius: 20px;
    height: 400px;
    object-fit: cover;
}

.backgroundtext {
    letter-spacing: 30px;
    position: absolute;
    z-index: 0;
    opacity: .09;
    font-size: 6vw;
    font-weight: 600;
}

section.section6 p:nth-child(2) a {
    font-family: custom;
    font-size: 36px
}

section.section6 p:nth-child(1) {
    font-family: custom;
    font-weight: 300 !important;
    
    text-transform: capitalize;
    line-height: 47px
}

section.section6>div>div>div>a {
    text-transform: uppercase;
    font-size: 19px;
    padding: 9px 60px !important
}

button.btn.btn-theme.bg-theme-blue.ble.mt-5 a {
    color: #fff;
}

#blink {
    font-size: 25px;
    font-weight: bold;
    color: #2d38be !important;
    transition: 0.5s;
    text-align: center;
}
.terms {
    position: relative;
    z-index: 2;
    color: #fff;
    display: flex;
    text-align: center;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.terms  h1{
    font-weight: 800;
    font-size: 5rem;
}

@media (max-width: 991px) {
    .floating_wrap,
    .floatbutton {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    section,
    .section,
    .section3,
    .section2 {
        padding: 48px 0;
    }

    p,
    .para,
    .parablack {
        font-size: 16px;
        line-height: 28px;
    }

    .h2Heading,
    .head h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .h3Heading,
    .head h1 {
        font-size: 24px;
        line-height: 1.3;
    }

    .h4Heading {
        font-size: 22px;
    }

    .h5Heading {
        font-size: 16px;
    }

    .h6Heading {
        font-size: 20px;
        line-height: 1.5;
    }

    .head p {
        font-size: 18px;
        line-height: 30px;
    }

    .btn-theme,
    .btn-website,
    .btnFormRequest {
        font-size: 16px;
        line-height: 1.4;
        padding: 12px 20px;
    }

    .banner {
        height: auto;
        min-height: 70vh;
    }

    .banner .content {
        position: static;
        transform: none;
        padding: 130px 15px 50px;
        text-align: center;
    }

    .banner h1,
    .banner p,
    .banner strong {
        text-align: center;
        max-width: 100%;
    }

    .banner h1 {
        font-size: 36px;
    }

    .banner .separater {
        margin: 24px auto;
    }

    .section3 img {
        height: auto;
        max-height: 420px;
    }

    .section3 .row.d-flex.align-items-center > [class*='col-']:first-child {
        text-align: center;
    }

    .section3 .row.d-flex.align-items-center > [class*='col-']:first-child h2 {
        text-align: center !important;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .section3 .row.d-flex.align-items-center > [class*='col-']:first-child p {
        text-align: left !important;
    }

    .backgroundtext {
        letter-spacing: 10px;
    }

    .section7.contact-us_wrap::before,
    .section7.contact-us_wrap::after {
        display: none;
    }

    .contact-content-wrap {
        padding: 0 30px !important;
    }

    .rowOfInputs .col-md-4,
    .rowOfInputs .col-md-12,
    .rowForGetTouch > [class*='col-'] {
        margin-bottom: 16px;
    }

    .quoteInput,
    .contact-us_wrap .form-control,
    .heeelo .formField,
    .formArea .form-control {
        height: 48px;
        font-size: 16px;
    }

    textarea.quoteInput,
    .contact-us_wrap textarea.form-control,
    .heeelo textarea.formField {
        height: auto;
        min-height: 140px;
    }

    .btn-box .btn-submit,
    .btnFormRequest {
        width: 100%;
    }

    .section7 .getInTouch,
    .inquiriesFor,
    .inquiriesFor.border-right {
        border-right: 0 !important;
        text-align: center;
    }

    .rowForGetTouch {
        margin-top: 36px;
    }

    .inquiriesFor {
        padding: 0;
    }

    .inquiriesFor p,
    .section7 .getInTouch h4,
    .section7 .getInTouch h3 {
        text-align: center !important;
    }

    .creating-legacies-sec .btn,
    .contact-us_wrap .btn,
    .inner_wrapper + .section2 .btn {
        width: 100%;
        margin-top: 8px;
    }

    .bg-theme-blue.ble {
        margin: 8px 0 0;
    }

    .g-process-bg {
        padding: 48px 0;
    }

    .g-cta-1-content h5,
    .g-cta-1-content h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    .g-cta-1-content h2,
    .g-cta-1-content h2 span {
        font-size: 30px;
        line-height: 1.3;
    }

    .btn-9,
    .book_apointment {
        width: 100%;
        max-width: 320px;
        padding: 12px 20px;
        font-size: 16px;
    }

    .g-process-inner {
        height: auto;
        background-image: none;
        padding-top: 24px;
    }

    .g-process-inner .row,
    .g-process-inner-content-reserve.row {
        margin-left: 0;
        margin-right: 0;
    }

    .g-process-inner-content-reserve.row {
        display: flex;
        flex-direction: column;
    }

    .g-process-inner [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }

    .g-process-inner-content {
        height: auto;
        margin: 0 0 16px;
        padding: 24px 20px;
        background: linear-gradient(180deg, rgba(172, 31, 40, 0.18), rgba(255, 255, 255, 0.04));
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 18px;
    }

    .g-process-inner-content h3,
    .g-process-inner-content p,
    .g-process-inner-content1 h3,
    .g-process-inner-content2 h3,
    .g-process-inner-content3 h3,
    .g-process-inner-content4 h3,
    .g-process-inner-content5 h3,
    .g-process-inner-content1-1 p,
    .g-process-inner-content2-2 p,
    .g-process-inner-content3-3 p,
    .g-process-inner-content4-4 p,
    .g-process-inner-content5-5 p {
        padding: 0;
        margin: 0;
        text-align: left;
    }

    .g-process-inner-content h3,
    .g-process-inner-content1 h3,
    .g-process-inner-content2 h3,
    .g-process-inner-content3 h3,
    .g-process-inner-content4 h3,
    .g-process-inner-content5 h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .g-process-inner-content p,
    .g-process-inner-content1-1 p,
    .g-process-inner-content2-2 p,
    .g-process-inner-content3-3 p,
    .g-process-inner-content4-4 p,
    .g-process-inner-content5-5 p {
        font-size: 15px;
        line-height: 1.8;
    }

    .g-process-inner-content-reserve .order-one {
        order: 1;
    }

    .g-process-inner-content-reserve .order-two {
        order: 2;
    }
}

@media (max-width: 767px) {
    section,
    .section,
    .section3,
    .section2 {
        padding: 36px 0;
    }

    p,
    .para,
    .parablack,
    .head p {
        font-size: 15px;
        line-height: 26px;
    }

    .h2Heading,
    .head h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .h3Heading,
    .head h1 {
        font-size: 21px;
    }

    .banner .content {
        padding: 110px 15px 40px;
    }

    .banner h1 {
        font-size: 28px;
    }

    .btn-theme,
    .btn-website,
    .btnFormRequest {
        width: 100%;
    }

    .contact-content-wrap {
        padding: 0 15px !important;
    }

    .section7 .getInTouch h3 {
        font-size: 24px;
    }

    .faq-title {
        font-size: 2.2em;
    }

    .faq-question {
        padding: 14px 18px;
        font-size: 17px;
        text-align: left;
    }

    .faq-item.active .faq-answer {
        padding: 10px 20px 18px;
    }

    .g-process-bg {
        padding: 36px 0;
    }

    .g-cta-1-content h2,
    .g-cta-1-content h2 span {
        font-size: 24px;
        line-height: 1.35;
    }

    .g-cta-1-content h5,
    .g-cta-1-content h3 {
        font-size: 16px;
    }

    .g-process-inner-content {
        padding: 20px 16px;
    }

    .g-process-inner-content h3,
    .g-process-inner-content1 h3,
    .g-process-inner-content2 h3,
    .g-process-inner-content3 h3,
    .g-process-inner-content4 h3,
    .g-process-inner-content5 h3 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .banner.innerpage .row {
        row-gap: 24px;
    }

    .banner.innerpage.services .content {
        padding: 140px 24px 56px;
    }

    .banner.innerpage .row .col-lg-6,
    .banner.innerpage .row .col-md-6,
    .banner.innerpage .row .col-md-5 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .banner.innerpage .content,
    #main-banner .container .row > .col-md-6.text-left {
        text-align: center !important;
    }

    .banner.innerpage h1,
    #main-banner h1 {
        font-size: 38px;
        line-height: 1.25;
        text-align: center;
    }

    .banner.innerpage p,
    #main-banner p {
        text-align: center;
        max-width: 100%;
    }

    section.logo-part {
        padding: 20px 0;
    }

    section.logo-part .fr-logo {
        display: block;
    }

    section.logo-part .fr-logo .slick-list {
        margin: 0 -6px;
    }

    section.logo-part .fr-logo .slick-slide {
        padding: 0 6px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 78px;
    }

    section.logo-part .fr-logo img {
        max-width: 100%;
        max-height: 42px;
        width: auto;
        height: auto;
        margin: 0 auto;
        object-fit: contain;
    }

    .services-sec {
        padding: 40px 0;
    }

    .services-sec h2 {
        font-size: 34px;
        line-height: 1.25;
    }

    .services-sec h3 {
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
    }

    .services-sec .row {
        margin-top: 30px;
    }

    .services-sec .col-lg-3 {
        margin-bottom: 20px;
    }

    .servcard {
        height: auto;
        padding-bottom: 24px;
        max-width: 540px;
        margin: 0 auto;
    }

    .servcard h4 {
        font-size: 20px;
    }

    .servcard p {
        font-size: 15px;
        line-height: 1.7;
    }

    .servcard a {
        position: static;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin-top: 10px;
        flex-wrap: nowrap;
        font-size: 15px;
        line-height: 1.35;
    }

    .servcard a svg {
        width: 28px;
        height: 28px;
    }

    .pricing-tabs {
        padding: 48px 0;
    }

    .pricing-tabs .container > .row > h3 {
        width: 100%;
        margin-bottom: 18px;
        text-align: center;
    }

    .pricing-tabs .d-flex.align-items-start {
        display: block !important;
    }

    div#v-pills-tab {
        min-width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    div#v-pills-tab .nav-link {
        margin-bottom: 12px;
    }

    .pricing-tabs .tab-pane {
        padding: 28px 22px;
    }

    .pricing-tabs .tab-content {
        width: 100%;
    }

    .package {
        margin-bottom: 16px;
    }

    .package h2 {
        font-size: 28px;
        line-height: 1.25;
    }

    .package ul {
        padding-left: 20px;
    }

    #main-banner {
        padding: 150px 0 44px;
    }

    #main-banner .row {
        row-gap: 24px;
    }

    #main-banner .container .row > .col-md-5,
    #main-banner .container .row > .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    #main-banner .bannerforms,
    #main-banner .ban-form {
        max-width: 100%;
        margin: 0 auto;
    }

    #main-banner .btn-website {
        margin-left: auto;
        margin-right: auto;
    }

    .skill,
    section.trust,
    section.all-book,
    section.skill.process,
    section.skill.skillInner {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .skill .row,
    section.trust .row,
    section.skill.process .row {
        row-gap: 24px;
    }

    .skill figure::before,
    .skill figure::after {
        display: none;
    }

    section.skill.process h2.main-heading,
    section.trust h2.main-heading,
    section.skill.skillInner h2.main-heading {
        font-size: 32px;
        line-height: 1.3;
        text-align: center;
    }

    .skill ul,
    .storyCount {
        flex-wrap: wrap;
        justify-content: center;
    }

    .storyCount li {
        flex: 1 1 220px;
        justify-content: flex-start;
    }

    ul.storyCount li p {
        font-size: 1.6rem;
        text-align: left;
    }

    .storyCount li+li {
        border-left: 0;
        padding-left: 0;
    }

    .icon-trus ul {
        padding-left: 0;
        margin-bottom: 0;
    }

    .icon-trus ul li {
        gap: 1rem;
        align-items: flex-start;
        padding: 18px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 14px;
    }

    .icon-trus ul li h3 {
        font-size: 1.35rem;
    }

    .all-book h3 {
        display: none;
    }

    .all-book ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }

    .book-space li img {
        width: 100%;
        height: auto;
    }

    .service-bottom-banner {
        padding: 48px 0;
        background-attachment: scroll;
        text-align: center;
    }

    .service-bottom-banner .row {
        row-gap: 20px;
    }

    .service-bottom-banner h2 {
        font-size: 28px;
        line-height: 1.35;
        margin-bottom: 0;
    }

    .service-bottom-banner .btn-website {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .rowForGetTouch {
        display: flex;
        flex-wrap: wrap;
        row-gap: 24px;
        justify-content: center;
    }

    .rowForGetTouch > [class*='col-'] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .section7 .getInTouch,
    .inquiriesFor {
        text-align: center !important;
    }

    .section7 .getInTouch .myContainer,
    .inquiriesFor p,
    .inquiriesFor a {
        text-align: center !important;
    }

    .storyCount {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    .storyCount li {
        width: 100%;
        flex: 0 0 auto;
        justify-content: flex-start;
        padding: 16px 14px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 14px;
    }

    .storyCount li + li {
        border-left: 0;
        padding-left: 14px;
    }

    .skill .btn-website,
    .skillInner .btn-website {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 18px;
    }

    .icon-trus ul li {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .banner.innerpage h1,
    #main-banner h1 {
        font-size: 34px !important;
        line-height: 1.2;
    }

    .banner.innerpage .content {
        padding-top: 100px;
    }

    .banner.innerpage.services .content {
        padding: 108px 16px 40px;
    }

    section.logo-part .fr-logo {
        gap: 12px;
    }

    section.logo-part .fr-logo img {
        max-width: 84px;
    }

    .services-sec h2,
    .pricing-tabs h3,
    .pricing-tabs h2,
    section.skill.process h2.main-heading,
    section.trust h2.main-heading,
    section.skill.skillInner h2.main-heading {
        font-size: 26px;
        line-height: 1.3;
    }

    .services-sec h3 {
        font-size: 16px;
    }

    .services-sec .row {
        margin-top: 20px;
    }

    .servcard h4 {
        font-size: 18px;
    }

    .servcard {
        padding: 18px 16px 20px;
    }

    .servcard a {
        width: 100%;
        justify-content: center;
    }

    .pricing-tabs .tab-pane {
        padding: 20px 16px;
    }

    .pricing-tabs .container > .row > h3 {
        font-size: 16px;
        margin-bottom: 14px;
    }

    div#v-pills-tab .nav-link,
    .pricing-tabs .btn-website {
        font-size: 16px;
        line-height: 1.4;
        padding: 12px 16px;
    }

    .pricing-tabs .tab-pane h2,
    .package h2 {
        font-size: 22px;
    }

    #main-banner {
        padding: 120px 0 32px;
    }

    #main-banner p {
        text-align: left;
    }

    #main-banner .btn-website,
    section.skill.skillInner .btn-website,
    section.skill.process .btn-website {
        width: 100%;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
    }

    .skill,
    section.trust,
    section.all-book,
    section.skill.process,
    section.skill.skillInner {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .skill ul,
    .storyCount {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 12px;
        width: 100%;
        align-items: stretch;
    }

    .storyCount li {
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        min-width: 0;
        padding: 0;
    }

    ul.storyCount li p {
        font-size: 1rem;
        text-align: left;
        line-height: 1.35;
        word-break: break-word;
    }

    .icon-trus ul li {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 14px;
    }

    .icon-trus ul li p {
        text-align: center;
    }

    .all-book ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .service-bottom-banner h2 {
        font-size: 22px;
    }

    .storyCount li span.icon {
        font-size: 28px;
        line-height: 1;
        flex: 0 0 auto;
    }

    .storyCount li span.icon svg {
        width: 28px;
        height: 28px;
    }

    .storyCount li span {
        font-size: .72rem;
        line-height: 1.25;
    }

    .storyCount li+li {
        border-left: 0;
        padding-left: 0;
    }

}

@media (max-width: 575px) {
    .services-sec h2,
    .pricing-tabs h2,
    section.skill.process h2.main-heading,
    section.trust h2.main-heading,
    section.skill.skillInner h2.main-heading {
        font-size: 20px;
        line-height: 1.22;
    }

    .section7.contact-us_wrap .head h2,
    .contact-us_wrap .head h2 {
        font-size: 18px;
        line-height: 1.4;
        max-width: 280px;
        margin: 0 auto 14px;
        text-wrap: balance;
    }

    .section7.contact-us_wrap .head p,
    .contact-us_wrap .head p {
        font-size: 15px;
        line-height: 1.75;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }

    #main-banner {
        position: relative;
        background-position: 68% center !important;
        background-size: cover !important;
        overflow: hidden;
    }

    #main-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
        z-index: 0;
    }

    #main-banner .overlay,
    #main-banner .container {
        position: relative;
        z-index: 1;
    }

    .all-book ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .storyCount {
        grid-template-columns: 1fr 1fr;
        gap: 12px 10px;
    }

    .servcard {
        height: auto;
        min-height: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.skill.skillInner .storyCount {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center;
        justify-content: flex-start;
        gap: 0 !important;
        width: 100%;
        margin-top: 18px;
        margin-bottom: 18px;
    }

    section.skill.skillInner .storyCount li {
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        flex: 1 1 0;
        min-width: 0;
        padding: 0 18px 0 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    section.skill.skillInner .storyCount li + li {
        border-left: 1px solid #ddd !important;
        padding-left: 18px !important;
    }

    section.skill.skillInner ul.storyCount li p {
        font-size: 1.1rem;
        line-height: 1.25;
        text-align: left;
        margin: 0;
    }

    section.skill.skillInner .storyCount li span.icon {
        font-size: 34px;
        flex: 0 0 auto;
    }

    section.skill.skillInner .storyCount li span.icon svg {
        width: 34px;
        height: 34px;
    }

    section.skill.skillInner .btn-website {
        display: inline-flex !important;
        width: auto !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 10px !important;
        justify-content: center;
    }
}

/* Final QA overrides */
.servcard {
    align-items: stretch;
    min-height: 440px;
    height: auto;
}

.servcard p {
    margin-bottom: 14px;
}

.servcard a {
    position: static;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    max-width: calc(100% - 40px);
    line-height: 1.45;
    flex-wrap: nowrap;
}

section.logo-part .fr-logo.slick-initialized {
    display: block;
}

section.logo-part .fr-logo .slick-list {
    overflow: hidden;
}

section.logo-part .fr-logo .slick-track {
    display: flex !important;
    align-items: center;
}

section.logo-part .fr-logo .slick-slide {
    float: none !important;
    height: auto;
}

section.logo-part .fr-logo .slick-slide > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

section.logo-part .fr-logo a,
section.logo-part .fr-logo .item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
}

section.logo-part .fr-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto !important;
}

@media (max-width: 991px) {
    .all-book ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    section.logo-part .fr-logo img {
        max-width: 100px;
    }
}
