@import "https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&amp;display=swap";

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.ttf);
    src: url(../fonts/Poppins-Regular.ttf) format("truetype");
    font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.ttf);
    src: url(../fonts/Montserrat-Regular.ttf) format("truetype");
    font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: gadugi;
    src: url(../fonts/Gadugi.eot);
    src: url(../fonts/Gadugid41d.eot@) format("embedded-opentype"), url(../fonts/Gadugi.woff2) format("woff2"), url(../fonts/Gadugi.woff) format("woff"), url(../fonts/Gadugi.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.add {
    margin: 30px 0;
}

.add a {
    color: #fff;
}

@font-face {
    font-family: lmromandunh10;
    src: url(../fonts/lmromandunh10.otf);
}

@font-face {
    font-family: lmromancaps10;
    src: url(https://book2publish.com/fonts/lmromancaps10.woff);
}

@font-face {
    font-family: gadugi;
    src: url(../fonts/Gadugi-Bold.eot);
    src: url(../fonts/Gadugi-Boldd41d.eot@) format("embedded-opentype"), url(../fonts/Gadugi-Bold.woff2) format("woff2"), url(../fonts/Gadugi-Bold.woff) format("woff"), url(../fonts/Gadugi-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: gadugi;
    src: url(../fonts/Gadugi-Bold_1.eot);
    src: url(../fonts/Gadugi-Bold_1d41d.eot@) format("embedded-opentype"), url(../fonts/Gadugi-Bold_1.woff2) format("woff2"), url(../fonts/Gadugi-Bold_1.woff) format("woff"), url(../fonts/Gadugi-Bold_1.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: ubuntu-reg;
    src: url(../fonts/UbuntuMono-Regular.eot);
    src: url(../fonts/UbuntuMono-Regulard41d.eot@) format("embedded-opentype"), url(../fonts/UbuntuMono-Regular.woff2) format("woff2"), url(../fonts/UbuntuMono-Regular.woff) format("woff"), url(../fonts/UbuntuMono-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: ubuntu-bold;
    src: url(../fonts/UbuntuMono-Bold.eot);
    src: url(../fonts/UbuntuMono-Boldd41d.eot@) format("embedded-opentype"), url(../fonts/UbuntuMono-Bold.woff2) format("woff2"), url(../fonts/UbuntuMono-Bold.woff) format("woff"), url(../fonts/UbuntuMono-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: ubuntu-light;
    src: url(../fonts/Ubuntu-Light.eot);
    src: url(../fonts/Ubuntu-Lightd41d.eot@) format("embedded-opentype"), url(../fonts/Ubuntu-Light.woff2) format("woff2"), url(../fonts/Ubuntu-Light.woff) format("woff"), url(../fonts/Ubuntu-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: ubuntu-med;
    src: url(../fonts/Ubuntu-Medium.eot);
    src: url(../fonts/Ubuntu-Mediumd41d.eot@) format("embedded-opentype"), url(../fonts/Ubuntu-Medium.woff2) format("woff2"), url(../fonts/Ubuntu-Medium.woff) format("woff"), url(../fonts/Ubuntu-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    overflow-x: hidden;
    background-color: #fff;
}

main {
    overflow: hidden;
}

a {
    text-decoration: none;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 300;
}

li {
    font-family: "Poppins", sans-serif !important;
}

button {
    font-family: "Poppins", sans-serif !important;
}

input {
    font-family: "Poppins", sans-serif !important;
}

span {
    font-family: "Poppins", sans-serif !important;
    text-transform: lowercase;
}

p {
    font-family: "Poppins", sans-serif !important;
}

.btn:focus {
    outline: none;
}

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

button:focus {
    outline: none;
    box-shadow: none;
    text-transform: capitalize;
}

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

.tc-image-effect-shine::before {
    z-index: -1;
}

.banner .highly-recomended-by {
    text-align: center;
}

.banner .highly-recomended-by h5 {
    font-family: rubik, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #aed807;
    margin: 0 0 15px;
}

.banner .highly-recomended-by .img ul li {
    display: inline;
}

.banner .highly-recomended-by .img ul li:nth-child(even) {
    margin: 0 40px;
}

.banner .highly-recomended-by .img ul li:nth-child(2) img {
    height: auto;
    width: 8%;
}

.banner .highly-recomended-by .img ul li img {
    width: 14%;
    object-fit: cover;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
}

.banner .highly-recomended-by .img ul li img:hover {
    filter: brightness(1) invert(0);
}

.banner2 .highly-recomended-by-service-page {
    text-align: left;
    margin: 50px 0 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a.blog-links-pages {
    color: #8ca523 !important;
}

.tlk-btns {
    border-radius: 32px;
    width: 200px;
    height: 50px;
    font-weight: 500;
    font-size: 14px;
    border: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    padding: 0;
}

.header-1 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 0px 0 0;
    background: #ffffff;
    box-shadow: 2px 2px 2px #eee;
    z-index: 999;
}

.header-1 nav {
    padding: 0;
}

.navbar-nav .on-mobile {
    display: none;
}

section.blog-nav {
    padding: 50px 0 0;
}

section.blog-nav ul {
    display: flex;
    justify-content: center;
}

section.blog-nav li:hover a {
    color: #217a61;
}

section.blog-nav li:hover {
    transform: translate(0, -10px);
}

.blog-nav .active a {
    color: #217a61;
    border-bottom: 3px solid #217a61;
    padding-bottom: 5px;
}

section.blog-nav li:hover::after {
    opacity: 1;
}

section.blog-nav li::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 130px;
    height: 2px;
    background-color: #217a61;
    margin: 0 auto;
    top: 30px;
    border-radius: 30px;
    opacity: 0;
}

section.blog-nav li {
    padding: 0 22px;
    transition: all 0.5s;
    position: relative;
}

.no-mrgin .our-satisfied-customer-stats {
    margin: 0;
}

section.blog-nav a {
    font-size: 20px;
    font-family: 'Poppins' !important;
    color: #000;
}

.bcrumb-left .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #bf0d0d;
    content: var(--bs-breadcrumb-divider, "Book Publishing");
    font-style: italic;
    font-size: 20px;
}

.bcrumb-left.two .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #bf0d0d;
    content: var(--bs-breadcrumb-divider, "Book Marketing");
    font-style: italic;
    font-size: 20px;
}

.bcrumb-left a {
    font-size: 20px;
    font-family: 'Poppins' !important;
    font-weight: 400;
    text-decoration: underline;
}

.bcrumb-left i {
    margin: 0 0 0 4px;
    font-size: 14px;
    color: #bf0d0d;
}

.bcrumb-main {
    padding: 10px 0;
    background: #f8f8f8;
    box-shadow: 0 0 11px rgb(0 0 0 / 10%);
}

.bcrumb-left ol.breadcrumb {
    margin: 0;
}

section.blog-mainn.marketing .blog-start {
    text-align: left;
    padding: 0 0 0;
}

section.blog-mainn.marketing {
    padding: 110px 0 0;
}

.blog-bottom-main img {
    width: 100%;
    margin: 0 0 30px;
}

.blog-bottom-main h6 {
    font-size: 26px;
    font-weight: 600;
}

.header-1.single-header {
    background: linear-gradient(80deg, rgba(75, 59, 114, 1) 0%, rgba(54, 44, 79, 1) 50%, rgba(41, 34, 58, 1) 100%);
}

.callusnow {
    animation: blinkingText 1.2s infinite;
    width: 100%;
    border-radius: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    color: #fff;
    background: #000;
    display: none;
    text-align: center;
    height: 50px;
    z-index: 99999;
    padding: 10px;
}

.blinking {
    animation: blinkingText 2s infinite
}

@keyframes blinkingText {
    0% {
        background: #10644e;
        color: #fff
    }

    49% {
        background: #f49823;
        color: #fff
    }

    60% {
        background: #10644e;
        color: #fff
    }

    99% {
        background: #f49823;
        color: #fff
    }

    100% {
        background: #10644e;
        color: #fff
    }
}

.header-1.sticky-header {
    padding: 0 0;
    background: #ffffffe6;
    position: fixed;
    z-index: 999;
}

.header-1 .navalign {
    justify-content: end;
}

.header-1 .navalign ul {
    margin: 0 auto;
}

.header-1 ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin: 0 0 0 30px;
    font-family: lmromancaps10;
}

.header-1 ul li a i {
    margin: 0 0 0 8px;
}

.header-1 ul li {
    position: relative;
}

.header-1 form button {
    border-radius: 32.5px;
    width: 185px;
    height: 45px;
    background: #bf0d0d;
    color: #fff;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 14px;
    border: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
    padding: 0;
    text-transform: inherit;
}

.header-1 .navalign ul li:hover .dropdown_menu {
    display: block;
}

.header-1 .navalign ul li:hover a i {
    animation: bounce2 1s ease infinite;
}

.header-1 .navalign ul .dropdown_list .dropdown_menu {
    position: absolute;
    width: 335px;
    top: 100%;
    display: none;
    z-index: 999;
}

.header-1 .navalign ul .dropdown_list .dropdown_menu ul li {
    padding: 6px 10px;
    border-bottom: 1px solid #fff;
    display: block;
    background: #092a36;
}

.header-1 .navalign ul .dropdown_list .dropdown_menu ul li:last-child {
    border-bottom: none;
}

.header-1 .navalign ul .dropdown_list .dropdown_menu ul li a {
    color: #fff;
    width: 100%;
}

.header-1 .navalign ul .dropdown_list .dropdown_menu ul li:hover {
    transform: inherit !important;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.row.visiblity {
    display: flex;
    justify-content: center;
}

.banner {
   background-color: #bf0d0d;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 0 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 247px;
}

.banner.service-banner-bg {
    background-image: url(../images/blue-banner.png);
}

.banner .banner-content {
    text-align: center;
    margin: 0 0 2em;
}

.frequently-asked-questions .accordion-header {
    margin: inherit;
}

.banner .banner-content h1 span {
    display: block;
}

.service-banner-bg .banner-content h1,
.banner-content h1 {
    font-family: eb garamond, serif;
    font-size: 72px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    margin: 0 0 56px;
}

.banner .banner-content h2 span {
    display: block;
}

.banner .banner-content p span {
    display: block;
}

.banner .banner-content h2,
.banner-content p {
    font-family: "Poppins", sans-serif !important;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    color: #bf0d0d;
    margin: 0 0 50px;
}

.banner .banner-content .banner-form {
    border-radius: 60px;
}

.banner .banner-content .banner-form form {
    border-radius: 60px;
    line-height: 120px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.2);
}

.banner .banner-content .banner-form form input {
    height: 67px;
    border-radius: 32.5px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    outline: none;
    border: transparent;
    margin: 0 10px;
}

.banner .banner-content .banner-form form .iti--allow-dropdown input {
    width: 100%;
    margin: 0;
}

.banner .banner-content .banner-form form .iti--allow-dropdown {
    width: 16%;
    margin: 0 20px 0 10px;
}

.iti__country {
    line-height: 30px;
}

.banner .banner-content .banner-form form button {
    border-radius: 32.5px;
    width: 200px;
    height: 67px;
    line-height: 67px;
    background-color: #bf0d0d;
    color: #fff;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 22px;
    border: transparent;
    box-shadow: 0 0 30px 1px #bf0d0d;
}

.banner .banner-content .banner-form form input::placeholder {
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.brands-with-us {
    text-align: center;
    position: relative;
}

.brands-with-us .brands-with-us-heading {
    margin: 20px 0 20px;
}

.brands-with-us .brands-with-us-heading h5,
.brands-with-us-heading h2 {
    font-family: eb garamond, serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffa22a;
}

.brands-with-us1 .brands-with-us-heading h2,
.brands-with-us-heading h5 {
    font-family: "Poppins", sans-serif !important;
    font-size: 48px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000000;
    line-height: 70px;
}

.brands-with-us p {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    text-transform: initial;
    color: #292929;
    margin: 0 0 30px;
}

.brands-with-us-img {
    margin-bottom: 100px;
}

.brands-with-us-img .brand-main-logos img {
    width: 50%;
    display: block;
    margin: 0 auto;
    height: auto;
}

.custom-shape-divider-top-1659029668 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1659029668 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 81px;
}

.custom-shape-divider-top-1659029668 .shape-fill1 {
    fill: none;
}

.custom-shape-divider-bottom-1659029690 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1659029690 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 21px;
}

.custom-shape-divider-bottom-1659029690 .shape-fill {
    fill: none;
}

.why-choose-us {
    padding: 30px 0 0;
    background: #f2f2eb;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.why-choose-us .why-choose-us-heading {
    margin: 0 0 30px;
}

.why-choose-us-heading.why-choose-heading .d-flex.mb-3 li {
    color: #fff !important;
}

.why-choose-us-heading.why-choose-heading .d-flex.mb-3 .mycolor-new li {
    color: #787878 !important;
}

.why-choose-us .why-choose-us-heading h2,
.why-choose-us-heading h5 {
    font-family: 'LMROMANDUNH10';
    font-size: 35px;
    font-weight: 400;
    text-transform: capitalize;
    color: #0e2f3b !important;
    margin: 0 0 20px;
}

.mycolor-new li {
    font-size: 18px;
}

.top-5-heading p {
    font-size: 18px;
}

.why-choose-us .why-choose-us-heading h2 span {
    display: block;
}

.why-choose-us p {
    font-family: rubik, sans-serif;
    font-size: 18.01px;
    font-weight: 400;
    color: #787878;
    width: 100%;
    margin: 0 0 50px;
}

.why-choose-us .why-choose-us-btns button {
    height: 50px;
    border-radius: 32px;
    width: 200px;
    font-weight: 500;
    font-size: 18px;
}

.why-choose-us .why-choose-us-btns .btn1 {
    background-color: #bf0d0d;
    color: #fff;
    box-shadow: 0 0 17px 1px #bf0d0d;
    border: transparent;
    text-transform: inherit;
}

.why-choose-us .why-choose-us-btns .btn2 {
    background-color: #fff;
    color: #5d5d5d;
    box-shadow: 0 0 17px 1px #fff;
    border: transparent;
    margin: 0 10px;
}

.why-choose-us .why-choose-us-animatedimg {
    text-align: center;
}

.little-intro-aboutus {
    padding: 40px 0 110px;
    position: relative;
}

.little-intro-aboutus::after {
    position: absolute;
    top: 135px;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    z-index: -1;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/little-intro-bg-img.png);
    background-position: center;
}

.little-intro-aboutus .little-intro-img img {
    width: 100%;
}

.little-intro-aboutus .little-intro-content.second-sec {
    margin: 0 0 0 55px;
}

.little-intro-aboutus .little-intro-content h2,
.little-intro-content h5 {
    font-family: eb garamond, serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    margin: 0 0 20px;
}

.little-intro-aboutus .little-intro-content p {
    font-family: 'Poppins' !important;
    font-weight: 400;
    font-size: 18px;
    color: #585656;
}

.little-intro-aboutus .little-intro-content .little-intro-btns button {
    height: 50px;
    border-radius: 32px;
    width: 200px;
    font-weight: 500;
    font-size: 18px;
    border: transparent;
    box-shadow: 0 0 12px 1px black;
}

.little-intro-aboutus .little-intro-content .little-intro-btns a {
    height: 50px;
    border-radius: 32px;
    width: 200px;
    font-weight: 500;
    font-size: 18px;
    border: transparent;
    line-height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.little-intro-aboutus .little-intro-content .little-intro-btns .btn1 {
    background-color:#bf0d0d ;
    color: #fff;
    box-shadow: 0 0 12px 1px black;
}

button.btn1.hvr-grow.tc-image-effect-shine {
    width: 200px;
}

.little-intro-aboutus .little-intro-content .little-intro-btns .btn2 {
    background-color: #231e33;
    color: #fff;
    box-shadow: 0 0 12px 1px #231e33;
    margin: 0 10px;
}

.top-5-features {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    background: #bf0d0d;
}

.top-5-features .top-5-heading {
    text-align: center;
    margin: 25px 0 120px;
    color: #fff;
}

.top-5-features .top-5-heading h3,
.top-5-heading h5 {
    font-family: eb garamond, serif;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.top-5-features1 .top-5-heading h3 {
    color: #fff;
    font-size: 35px;
}

.top-5-features .top-5-heading span {
    font-family: rubik, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    margin: 25px 0;
}

.top-5-features .top-5-heading span.border-set {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.top-5-features .top-5-features-cards {
    text-align: center;
    position: relative;
    z-index: 2;
    min-height: 352px;
    max-height: 352px;
    padding: 20px 0;
    margin-bottom: 3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top-5-features .top-5-features-cards::before {
    content: "";
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
}

.top-5-features .top-5-features-cards::after {
    content: "";
    position: absolute;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.top-5-features .top-5-features-cards h5 {
    font-family: rubik, sans-serif;
    font-size: 23.99px;
    font-weight: 500;
    color: #231e33;
    text-transform: capitalize;
}

.top-5-features .top-5-features-cards span {
    display: block;
}

.top-5-features .top-5-features-cards p {
    font-family: rubik, sans-serif;
    font-size: 18.01px;
    font-weight: 300;
    color: #8a8a8a;
    padding: 0 2em;
}

.top-5-features .top-5-features-cards a {
    font-family: rubik, sans-serif;
    font-size: 23.99px;
    font-weight: 400;
    color: #231e33;
    transition: 0.3s all ease-in-out;
}

.top-5-features .top-5-features-cards a:hover {
    margin: 0 0 0 15px;
}

.top-5-features .top-5-btn {
    text-align: center;
    margin: 0 0 60px;
}

.top-5-features .top-5-btn button {
    height: 65px;
    border-radius: 32.5px;
    width: 229px;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border: transparent;
    height: 45px;
    background: black;
    color: #fff;
    box-shadow: 0 0 12px 1px black;
    text-transform: inherit;
}

.our-teams {
    padding: 45px 0 0;
    position: relative;
}

.our-process .our-procard1 .our-process-card-content {
    height: 160px;
}

.our-process-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.our-process-card:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* optional shadow on hover */
}


.our-process .our-procard2 .our-process-card-content {
    height: 160px;
}

.our-teams::before {
    content: "";
    position: absolute;
    top: 28%;
    right: 0;
    left: 0;
    background-image: url(../images/our-team-experts-bg-img.png);
    background-repeat: no-repeat;
    height: 100%;
    z-index: -1;
    width: 100%;
}

.our-teams .our-team-card {
    position: relative;
    margin: 0 0 300px;
}

.our-teams .our-teams-heading {
    text-align: center;
    margin: 0 0 55px;
}

.our-teams .our-teams-heading h3,
.our-teams-heading h5 {
    font-family: eb garamond, serif;
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #000;
    text-transform: uppercase;
}

.our-teams .our-teams-heading p {
    font-family: rubik, sans-serif;
    font-size: 18.01px;
    font-weight: 400;
    padding: 0 123px;
    color: #231e33;
}

.our-teams .our-team-button {
    display: flex;
    justify-content: center;
}

.our-teams .our-team-button a.hvr-grow {
    height: 50px;
    border-radius: 32px;
    width: 200px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border: transparent;
    /* background: linear-gradient(to left, #001a27 0%, #bf0d0d 100%) !important; */
    color: #fff;
    box-shadow:#bf0d0d;
    background-color: #bf0d0d;
}

.our-teams .our-team-card .our-team-card-img .our-team-card-content {
    text-align: center;
}

.our-teams .our-team-card .our-team-card-img .our-team-card-content p {
    font-family: ubuntu-med;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    color: #565656;
    text-transform: capitalize;
}

.our-teams .our-team-card .our-team-card-avatar img {
    width: 196px;
    height: 347.6px;
    object-fit: scale-down;
}

.our-teams .our-team-card .our-team-card-img .our-team-card-content {
    position: absolute;
    top: 22%;
    margin: 0 20px;
    left: 0;
    right: 0;
}

.our-teams .our-team-card .our-team-card-avatar {
    position: absolute;
    top: 63%;
    left: 0;
    right: 0;
}

.our-teams .our-team-card:hover .our-team-card-img .our-team-card-content p {
    color: #000;
    text-transform: capitalize;
}

.our-teams .our-team-card:hover .our-team-card-img .img1 {
    display: none;
}

.our-teams .our-team-card:hover .our-team-card-img .img2 {
    display: block;
    filter: brightness(10.5) drop-shadow(2px 4px 6px #666);
}

.our-teams .our-team-card .our-team-card-img .img2 {
    display: none;
}

.our-teams .our-team-card .our-team-card-img .our-team-card-content p span {
    display: block;
    text-transform: capitalize;
}

.our-teams .our-teams-heading h3,
.our-teams-heading h5 {
    font-size: 35px;
}

.whatbooks-we-write {
    background-image: url(../images/what-kinds-of-book-bg-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 15rem 0;
}

.whatbooks-we-write .books-we-write-heading {
    text-align: center;
}

.whatbooks-we-write .books-we-write-heading h3,
.books-we-write-heading h2 {
    font-family: eb garamond, serif;
    font-size: 60.05px;
    font-weight: 700;
    color: #000;
    margin-top: 150px;
    text-transform: capitalize;
}

.whatbooks-we-write .books-we-write-heading p {
    font-family: rubik, sans-serif;
    font-size: 18.02px;
    font-weight: 400;
    color: #d0d0d0;
    text-transform: capitalize;
}

.whatbooks-we-write .books-we-write-card {
    text-align: center;
    margin-bottom: 40px;
}

.whatbooks-we-write .books-we-write-card h5 {
    font-family: rubik, sans-serif;
    font-size: 30.01px;
    font-weight: 600;
    color: #ffa22a;
}

.whatbooks-we-write .books-we-write-card p {
    font-family: rubik, sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 0 2em;
    color: #fff;
}

.whatbooks-we-write .books-we-write-card a {
    font-family: rubik, sans-serif;
    font-size: 23.75px;
    font-weight: 400;
    color: #ffa22a;
    transition: 0.3s all linear;
}

.whatbooks-we-write .books-we-write-card a:hover {
    margin: 0 0 0 15px;
}

.whatbooks-we-write .what-books-we-write-btn {
    text-align: center;
}

.whatbooks-we-write .what-books-we-write-btn button {
    height: 65px;
    border-radius: 32.5px;
    width: 229px;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border: transparent;
    background-color: #ffa22a;
    color: #fff;
    box-shadow: 0 0 12px 1px #ffa22a;
}

.whatbooks-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
}

.whatbooks-button a.hvr-grow {
    height: 50px;
    border-radius: 32px;
    width: 200px;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: transparent;
    background-color: #bf0d0d;
    color: #fff;
    box-shadow: 0 0 12px 1px #bf0d0d;
}

.our-process {
    padding: 6rem 0;
    background-image: url(../images/our-process-bg-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.our-process>.container .row:nth-child(2) .col-12:nth-child(2) .our-process-card {
    position: relative;
    z-index: 20;
}

.our-process .second-card-under {
    position: relative;
}

.our-process .second-card-under::after {
    position: absolute;
    content: "";
    border: 6px dashed #dcdcdc;
    border-top: none;
    border-radius: 50%;
    bottom: 14px;
    left: 46%;
    height: 463px;
    width: 463px;
    z-index: -1;
}

.extra-div .second-card-under::after {
    position: absolute;
    content: "";
    border: 6px dashed #dcdcdc;
    border-top: none;
    border-radius: 50%;
    bottom: 14px;
    left: 31%;
    height: 463px;
    width: 370px;
    z-index: -1;
}

.extra-div .second-card-under::before {
    position: absolute;
    content: "";
    border: 6px dashed #dcdcdc;
    border-top: none;
    border-radius: 50%;
    bottom: 14px;
    right: 13%;
    height: 463px;
    width: 370px;
    z-index: -1;
}

.our-process>.container .row:nth-child(2) .col-12:nth-child(odd) .our-process-card {
    margin: 110px 10px 0 0;
    position: relative;
    z-index: 20;
}

.our-process::before {
    position: absolute;
    content: "";
    top: 24%;
    left: 24%;
    right: auto;
    border: 6px dashed #dcdcdc;
    border-bottom: none;
    border-radius: 50%;
    background-repeat: no-repeat;
    height: 463px;
    width: 463px;
    z-index: -1;
}

.extra-div::before {
    position: absolute;
    content: "";
    top: 24%;
    left: 256px;
    right: auto;
    border: 6px dashed #dcdcdc;
    border-bottom: none;
    border-radius: 50%;
    background-repeat: no-repeat;
    height: 463px;
    width: 370px;
    z-index: -1;
}

.extra-div::after {
    position: absolute;
    content: "";
    top: 24%;
    right: 595px;
    border: 6px dashed #dcdcdc;
    border-bottom: none;
    border-radius: 50%;
    height: 463px;
    width: 370px;
    z-index: -1;
}

a.link {
    font-weight: 600;
    color: black;
    text-decoration: none;
}

a.bnr-link {
    font-weight: 600;
    color: white;
    text-decoration: none;
}

.our-process .our-process-heading {
    text-align: center;
    margin-bottom: 110px;
}

.our-process-heading h3 {
    font-size: 35px !important;
}

.row.second-center {
    display: flex;
    justify-content: center;
}

.our-process .our-process-heading h3,
.our-process-heading h5,
.our-process-heading h2 {
    font-family: eb garamond, serif;
    font-size: 35px;
    font-weight: 700;
    color: #0e2f3b;
    text-transform: uppercase;
}

section.my-custom img {
    width: 100%;
}

section.my-custom h3 {
    font-size: 40px;
}

.row.martop {
    margin: 80px 0 0;
}

section.my-custom .row {
    align-items: center;
}

.custom-last {
    color: #fff;
    text-align: center;
}

section.my-custom {
    padding: 0 0 90px;
}

.our-process .our-process-heading p {
    font-family: rubik, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #262035;
}

.our-process .our-process-card {
    height: 650px;
    border-radius: 146.63px;
    background: #bf0d0d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.our-process .our-process-card .our-process-card-content {
    margin: 35px 0;
}

.our-process .our-process-card h3,
.our-process-card h5 {
    font-family: eb garamond, serif;
    font-size: 19.01px;
    font-weight: 700;
    color: #fff;
}

.our-process .our-process-card h5 span,
.our-process-card h3 span {
    display: block;
}

.our-process .our-process-card p {
    font-family: rubik, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
    padding: 0 35px;
}

.our-process-card .img-out-circle,
.img-out-circle2 {
    height: 240px;
    width: 240px;
    border-radius: 50%;
    background-color: #bf0d0d;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.our-process-card .img-out-circle::after {
    content: "";
    position: absolute;
    left: -1px;
    margin: 0 auto;
    right: 0;
    bottom: -21px;
    width: 55px;
    height: 55px;
    z-index: 0;
    transform: rotate(45deg);
    border: 2px solid #bf0d0d;
    border-left: none;
    border-top: none;
    background: #bf0d0d;
}

.our-process-card .img-out-circle2::after {
    content: "";
    position: absolute;
    left: -1px;
    margin: 0 auto;
    right: 0;
    top: -9%;
    width: 55px;
    height: 55px;
    z-index: 0;
    transform: rotate(225deg);
    border: 2px solid #bf0d0d;
    border-left: none;
    border-top: none;
    background: #bf0d0d;
}

.our-process-card .img-inner-circle {
    height: 174px;
    width: 174px;
    border-radius: 50%;
    position: relative;
    line-height: 174px;
    z-index: 2;
}

.our-process-card .img-inner-circle:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-process-card .img-inner-circle::before {
    content: "";
    position: absolute;
    height: 105%;
    width: 105%;
    border-radius: 50%;
    background: #5f507b;
    background: linear-gradient(47deg, rgba(95, 80, 123, 1) 0%, rgba(149, 106, 97, 1) 50%, rgba(246, 157, 46, 1) 100%);
    top: -4px;
    left: -4px;
    z-index: -2;
}

.our-process .our-process-btns {
    text-align: center;
    margin-top: 6em;
}

.our-process .our-process-btns button {
    height: 50px;
    border-radius: 32px;
    padding: 0 83px;
    font-weight: 500;
    font-size: 18px;
    border: transparent;
    background-color: #bf0d0d;
    color: #fff;
    text-transform: capitalize;
    box-shadow: 0 0 12px 1px #bf0d0d;
}

.request-a-quote .request-a-quote-content {
    text-align: center;
}

.request-a-quote .request-a-quote-content h4 {
    font-family: eb garamond, serif;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

.request-a-quote .request-a-quote-content p {
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #e9e9e9;
    margin-bottom: 2px;
    padding: 0px 50px;
}

.request-a-quote .request-a-quote-content p span {
    display: block;
}

.request-a-quote .request-a-quote-content .request-a-quote-options {
    display: flex;
    justify-content: center;
    align-items: center;
}

.request-a-quote .request-a-quote-content .request-a-quote-options .live-chat {
    text-align: left;
    margin: 0 25px;
}

.request-a-quote .request-a-quote-content .request-a-quote-options .live-chat p {
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 17.84px;
    color: #8dad05;
    margin: 0;
}

.request-a-quote .request-a-quote-content .request-a-quote-options .live-chat a {
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 29.74px;
    color: #fff;
}

.request-a-quote .request-a-quote-content .request-a-quote-options button {
    height: 65px;
    border-radius: 32.5px;
    padding: 0 83px;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border: transparent;
    background: #bf0d0d;
    color: #fff;
    text-transform: capitalize;
    box-shadow: 0 0 12px 1px #bf0d0d;
    margin: 0 40px;
}

.request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us {
    text-align: left;
    margin: 0 25px 0 0;
}

.one-stop-content {
    text-align: center;
    padding: 40px 50px;
}

.one-stop-content h2 {
    font-size: 40px;
}

.one-stop-content h3 {
    font-size: 40px;
}

section.top-5-features.top-5-features1 {
    margin-bottom: 30px;
}

.request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us p {
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 17.82px;
    color: #8dad05;
    margin: 0;
}

.request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us a {
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 29.69px;
    color: #fff;
}

.request-a-quote {
    padding: 0;
}

.request-a-quote .request-a-quote-content {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
    background: #bf0d0d;
}

.our-satisfied-customer-stats {
    margin: 150px 0 50px;
}

.our-satisfied-customer-content {
    text-align: center;
    padding: 30px 0;
    margin-top: 34px;
    background: #f2f2eb;
}

.our-satisfied-customer-content h3 {
    color: #fff;
}

.our-satisfied-customer-content h5,
.our-satisfied-customer-content h3 {
    font-family: eb garamond, serif;
    font-size: 35px;
    font-weight: 700;
    color: #0e2f3b;
    margin-top: 11px;
}

.our-satisfied-customer-content p {
    font-family: rubik, sans-serif;
    font-weight: 400;
    font-size: 18.01px;
    color: #787878;
    padding: 0px 50px;
}

.our-satisfied-customer-content p span {
    display: block;
}

.our-satisfied-customer-content .our-satisfied-counts {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container {
    text-align: center;
    margin: 20px 0;
}

.our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container .counter {
    font-family: poppins, sans-serif;
    font-size: 72.14px;
    font-weight: 700;
    color: #011c2a;
}

.our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container .counter::after {
    content: "+";
}

.our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container span {
    font-family: poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #787878;
    text-transform: capitalize;
}

.testimonials {
    padding: 50px 0 245px;
}

.testimonials .best-reviews {
    text-align: center;
}

.testimonials .arrow-main {
    position: absolute;
    right: 28px;
    bottom: -61%;
}

.testimonials .arrow-main span:nth-child(1) {
    margin: 0 20px;
}

.testimonials .arrow-main span {
    opacity: 0.5;
}

.testimonials .arrow-main span:hover {
    opacity: 1;
}

.testimonials .best-reviews h3 span {
    display: block;
}

.testimonials .best-reviews h3,
.best-reviews h2 {
    color: #000000;
    font-family: eb garamond, serif;
    font-size: 60.04px;
    font-weight: 700;
}

.testimonials .best-reviews p {
    color: #a2a2a2;
    font-family: rubik, sans-serif;
    font-weight: 400;
    font-size: 18.01px;
    width: 50%;
    margin: 0 auto 1rem;
}

.testimonials .content-1 {
    position: relative;
}

.testimonials .content-1 img {
    width: 150px;
    height: 150px;
    border-radius: 20px 50px;
    object-fit: cover;
    object-position: center;
}

.testimonials .content-1 ::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-image: url(../images/slider-img-bg.png);
    width: 100%;
    height: 100%;
}

.testimonials .review-card {
    box-shadow: 0 0 8px 4px #b9b9b9;
    border-radius: 10px;
    width: 87%;
    background-color: #ffff;
    padding: 32px 25px 21px 0;
    height: 400px;
    display: flex;
    align-items: center;
}

.testimonials .content p {
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #4d4d4d;
    letter-spacing: 3px;
    margin: 33px 0 15px;
}

.testimonials .content h3 {
    font-family: rubik, sans-serif;
    font-weight: 600;
    font-size: 17.99px;
    color: #bf0d0d;
}

.testimonials .content h5 {
    font-family: rubik, sans-serif;
    font-weight: 400;
    font-size: 15.99px;
    color: #574b80;
}

#dp-slider .dp_item:first-child {
    z-index: 10 !important;
    transform: rotateY(0deg) translateX(10%) !important;
}

.dp_item[data-position="2"] {
    z-index: 9;
    transform: rotateY(0deg) translateX(16%) scale(0.9);
}

.dp_item[data-position="3"] {
    z-index: 8;
    transform: rotateY(0deg) translateX(22%) scale(0.8);
}

.dp_item[data-position="4"] {
    z-index: 7;
    transform: rotateY(0deg) translateX(28%) scale(0.7);
}

.dp_item[data-position="5"] {
    z-index: 6;
    transform: rotateY(0deg) translateX(34%) scale(0.6);
}

#dp-slider {
    height: 278px;
    overflow: hidden;
}

#dp-slider .dp_item:hover:not(:first-child) {
    cursor: pointer;
}

.dp-wrap {
    margin: 0 auto;
    position: relative;
    perspective: 1000px;
    height: 100%;
}

.dp-slider {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
}

.dp-slider div {
    transform-style: preserve-3d;
}

.dp_item {
    display: block;
    position: absolute;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    transition: transform 1.2s;
}

.frequently-asked-questions {
    background-color: #f4f4f4;
    padding: 60px 0 50px;
}

.frequently-asked-questions .frequently-heading {
    text-align: center;
}

.frequently-asked-questions .frequently-heading h2,
.frequently-heading h5 {
    font-family: eb garamond, serif;
    font-size: 35px;
    font-weight: 700;
    color: #000;
    margin: 0 0 35px;
    width: 70%;
    margin: 0 auto 30px;
    line-height: 20px;
}

.frequently-asked-questions .frequently-heading p {
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 18.01px;
    color: #272137;
    margin: 0 0 45px;
}

.frequently-asked-questions .frequently-heading p span {
    display: block;
}

.frequently-asked-questions .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background: #bf0d0d;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    margin: 0 0 0 auto;
    order: 2;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100% !important;
    border-radius: 10px;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.half-blk {
    width: 50%;
    margin: 0 20px;
}

div#accordionExample3 {
    display: flex;
}

div#accordionExample {
    display: flex;
}

.blog-start {
    text-align: center;
    padding: 70px 0;
}

.blog-start h4 {
    font-size: 48px;
    text-transform: capitalize;
    line-height: 70px;
    margin: 0 0 30px;
}

.blog-start p {
    font-size: 22px;
}

section.banner.blog {
    padding: 195px 0 !important;
}

.blog-bottom-main a {
    color: #000;
    font-family: 'Poppins' !important;
    font-size: 19px;
    text-transform: lowercase;
    font-weight: 500;
}

.blog-start span {
    margin-right: 10px;
    color: #bf0d0d;
}

section.blog-mainn .newsletter_form {
    width: 82%;
    margin: 0 auto;
}

.blog-img img {
    width: 70%;
}

.blog-img-two img {
    width: 100%;
    margin-bottom: 20px;
}

.blog-bottom-main p {
    font-weight: 400;
    font-size: 24px;
    text-transform: capitalize;
    color: #292929;
}

.blog-bottom-main h4 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 20px;
}

.blog-bottom-main p,
.blog-bottom-main li {
    color: #000000c4;
    font-family: 'Poppins' !important;
    font-size: 19px;
    line-height: 34px;
    margin: 0 0 30px;
    text-transform: none;
}

.blog-bottom-main li {
    line-height: 15px
}

.blog-bottom-main h5 {
    font-weight: 800;
    font-family: 'lmromandunh10';
    font-size: 32px;
}

.blog-img-three img {
    width: 70%;
    margin: 0 auto;
    display: flex;
}

.newsletter_form {
    padding: 20px 12px;
    text-align: center;
    border-radius: 20px;
    background: #bf0d0d;
}

.newsletter_form .modal-title span {
    font-size: 31px;
}

.newsletter_form p {
    color: #fff;
}

.newsletter_form .modal-title {
    font-family: eb garamond, serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    margin: 0 0 10px 0;
}

.newsletter_form .input-div {
    position: relative;
}

section.blog-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
    color: #217a61;
    border-bottom: 3px solid #217a61 !important;
    padding-bottom: 5px;
    font-family: 'Poppins' !important;
}

section.blog-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #217a61 !important;
    border-top: unset;
    border-right: unset !important;
    border-left: unset;
}

section.blog-tabs .nav-tabs {
    border-bottom: unset;
    justify-content: center;
    margin: 24px 0 40px !important;
}

section.blog-tabs .nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0 0;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    font-family: poppins !important;
    color: #000;
}

section.blog-tabs .nav-tabs .nav-link {
    border: 3px transparent;
}

section.blog-tabs .nav-tabs .nav-tabs .nav-link:hover {
    border-color: transparent !important;
}

.tb-box-content img {
    width: 100%;
    min-height: 264px;
    object-fit: cover;
    margin: 0 0 20px;
    border-radius: 10px;
}

.tb-box-content h6 {
    color: #000;
    font-family: 'Poppins' !important;
    font-weight: 300;
}

.tb-box-content h4 {
    color: #000;
    font-size: 18px;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
}

.tb-box-content {
    margin: 0 0 60px;
}

.input-div i {
    position: absolute;
    top: 18px;
    color: #bf0d0d;
    left: 18px;
}

.input-div input {
    display: block;
    border-radius: 40px;
    outline: none;
    height: 54px;
    border: 1px solid #dedede;
    margin: 0 0 25px;
    padding: 0 40px;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 15.99px;
    width: 100%;
}

.newsletter_form .btn {
    display: block;
    outline: none;
    border-radius: 30.5px;
    height: 60px;
    background-color: #bf0d0d;
    color: #fff;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 20px;
    border: transparent;
    width: 100%;
    box-shadow: 0 0 14px 1px #bf0d0d;
}

.newsletter_form select {
    display: block;
    border-radius: 40px;
    outline: none;
    height: 54px;
    border: 1px solid #dedede;
    margin: 0 0 25px;
    padding: 0 20px;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 15.99px;
    width: 100%;
    position: relative;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 10px), calc(100% - 15px) calc(1em + 10px), calc(100% - 2.5em) 0;
    background-size: 5px 5px, 5px 5px, 1px 55px;
    background-repeat: no-repeat;
}

.frequently-asked-questions .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.frequently-asked-questions .accordion-button::after {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    content: "\2b";
    color: #fff;
    background-repeat: no-repeat;
    transition: transform 0.2s ease-in-out;
    background-image: inherit !important;
    margin: 0 9px;
    background: linear-gradient(to left, #001a27 0%, #bf0d0d 100%) !important;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    font-size: 19px;
    font-weight: 500;
}

.frequently-asked-questions .accordion-button:not(.collapsed)::after {
    content: "\f068";
    transform: inherit;
    line-height: 31px;
    font-family: fontawesome;
}

.frequently-asked-questions .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    background: 0 0;
    border: none;
    margin: 0 0 15px;
}

.frequently-asked-questions .accordion-item h2 {
    margin: 0 0 15px;
}

.frequently-asked-questions .accordion-body {
    padding: 1rem 1.25rem;
    border: 1px solid #bf0d0d;
    border-radius: 10px;
    background-color: #fff;
    color: #939393;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 18.01px;
}

.frequently-asked-questions .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.frequently-asked-questions .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.lets-start-your-buisness {
    padding: 50px 0 90px;
}

.lets-start-your-buisness .content {
    padding: 9px 0;
}

.lets-start-your-buisness .lets-start-heading {
    text-align: center;
}

.lets-start-your-buisness .lets-start-heading h5 {
    font-family: eb garamond, serif;
    font-size: 71.97px;
    font-weight: 700;
    color: #231e33;
}

.lets-start-your-buisness .lets-start-heading p {
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #3e3e3e;
    padding: 0 165px;
    margin: 0 0 50px;
}

.lets-start-your-buisness .lets-start-your-business-card-img img {
    width: 100%;
}

.lets-start-your-buisness .dropdown {
    text-align: right;
}

.lets-start-your-buisness .dropdown button {
    color: #574b80;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 18.06px;
}

.lets-start-your-buisness .login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lets-start-your-buisness .lets-start-login .heading span {
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 35.98px;
    color: #000;
}

.lets-start-your-buisness .lets-start-login .heading span:nth-child(2) {
    padding: 0 0 5px;
}

.lets-start-your-buisness .lets-start-login p {
    color: #a5a5a5;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 15.99px;
    margin: 15px 0;
}

.lets-start-your-buisness .lets-start-login p a {
    color: #574b80;
}

.lets-start-your-buisness .lets-start-login p a:hover {
    text-decoration: underline;
}

.lets-start-your-buisness .lets-start-login form label {
    display: block;
    color: #5c5c5c;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 15.99px;
    margin: 16px 0;
}

.lets-start-your-buisness .content {
    box-shadow: 2px 0 5px 0 #574b80;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.lets-start-your-buisness .lets-start-login form input {
    width: 350px;
    height: 65px;
    border-radius: 10px;
    border: 1px solid #bdbdbd;
    padding: 0 20px;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 15.99px;
}

.lets-start-your-buisness .lets-start-login form .input-fields {
    position: relative;
}

.lets-start-your-buisness .lets-start-login form .input-fields img {
    position: absolute;
    top: 35%;
    right: 5%;
}

.lets-start-your-buisness .lets-start-login form button:nth-child(5) {
    display: block;
    margin: 31px 0 10px;
    width: 350px;
    height: 65px;
    border-radius: 10px;
    background-color: #574b80;
    color: #fff;
    border: 1px solid #bdbdbd;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 15.99px;
}

.lets-start-your-buisness .lets-start-login form .google-button button {
    display: block;
    width: 350px;
    height: 65px;
    border-radius: 10px;
    background-color: #fff;
    color: #574b80;
    border: 1px solid #bdbdbd;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 15.99px;
}

.lets-start-your-buisness .lets-start-login form .google-button {
    position: relative;
}

.lets-start-your-buisness .lets-start-login form .google-button img {
    position: absolute;
    content: "";
    top: 34%;
    left: 66px;
    right: 0;
    z-index: 2;
}

footer {
    background: #000;
}

footer .gnome-socials p {
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 16.04px;
    color: #fff;
    margin: 20px 0;
}

footer .gnome-socials .social-link-img ul li {
    display: inline;
}

footer .gnome-socials .social-link-img ul li a {
    color: #fff;
    margin: 0 7px;
}

footer .footer-list {
    display: flex;
}

footer .about-sec p {
    font-family: montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #bf0d0d;
}

footer .about-sec ul li {
    margin: 0 0 10px 0;
}

footer .about-sec ul li a {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #d1e0e7;
}

ul.martop {
    margin-top: 43px;
}

footer .about-sec ul li a:hover {
    text-decoration: underline;
}

footer .lets-chat {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .letschat-log {
    background-color: #ffa22a;
    height: 100px;
    text-align: center;
    line-height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}

footer .letschat-log::before {
    content: "";
    position: absolute;
    background-color: #ffa22a;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    top: 0;
    right: 0;
    border: 3px solid #fff;
    box-shadow: 0 0 3px 2px #fff;
}

footer .footer-top {
    padding: 65px 0;
}

.disclaimer-sec {
    margin: 20px 0 10px;
}

.disclaimer-sec p {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #d1e0e7;
}

.disclaimer-sec p strong {
    color: #bf0d0d;
    font-size: 16px;
}

footer .footer-bottom {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #464646;
}

footer .footer-bottom span {
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #d1e0e7;
}

footer .footer-bottom span:nth-child(2) {
    border-left: 1px solid #fff;
    padding: 0 4px;
}

.little-intro-aboutus .little-intro-content .little-intro-btns .talk-with-us-outer {
    display: inline-block;
    margin: 0 20px;
}

.little-intro-aboutus .little-intro-content .little-intro-btns .talk-with-us-outer .talk-with-us-inner {
    display: flex;
    align-items: center;
}

.little-intro-aboutus .little-intro-content .little-intro-btns .talk-with-us-outer .talk-with-us-inner .talk-with-us-content {
    margin: 0 0 0 8px;
}

.little-intro-aboutus .little-intro-content .little-intro-btns .talk-with-us-outer .talk-with-us-inner .talk-with-us-content a {
    font-family: rubik, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #231e33;
    width: 100%;
    display: flex;
    margin: 0 0 4px;
}

.talk-with-us-content span {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 0;
    font-family: poppins;
}

.little-intro-aboutus .little-intro-content .little-intro-btns .talk-with-us-outer .talk-with-us-inner .talk-with-us-content a span {
    display: block;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 0 0 0 8px;
}

.little-intro-aboutus .little-intro-content .little-intro-btns .talk-with-us-outer .talk-with-us-inner .talk-with-us-content a span:hover {
    color: #ffa22a;
    transition: all 0.3s linear;
}

.reviews-name h3 {
    font-size: 35px;
}

.reviews-name {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 50px;
}

.whatbooks-we-write .slick-slide img {
    display: inline-block;
}

.talk-to-us {
    padding: 50px 0 90px;
}

.talk-to-us .content {
    padding: 9px 0;
}

.talk-to-us .lets-start-heading {
    text-align: center;
}

.talk-to-us .lets-start-heading h5 {
    font-family: eb garamond, serif;
    font-size: 71.97px;
    font-weight: 700;
    text-transform: uppercase;
    color: #231e33;
}

.talk-to-us .lets-start-heading h5 span {
    color: #ffa22a;
}

.talk-to-us1 .lets-start-heading h5 span {
    display: block;
}

.talk-to-us .lets-start-heading p {
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #3e3e3e;
    padding: 0 165px;
    margin: 0 0 50px;
}

.talk-to-us .lets-start-your-business-card-img img {
    width: 100%;
}

.talk-to-us .login-form {
    padding: 30px;
}

.talk-to-us .content {
    box-shadow: 2px 0 5px 0 #574b80;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.talk-to-us .lets-start-login form input {
    width: 100%;
    height: 65px;
    border-radius: 10px;
    border: 1px solid #bdbdbd;
    padding: 0 20px;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 15.99px;
    margin: 0 0 18px;
}

.talk-to-us .lets-start-login form textarea {
    border-radius: 10px;
    padding: 10px;
    height: 125px;
    width: 100%;
    border: 1px solid #bdbdbd;
    margin: 20px 0 0;
}

.talk-to-us .lets-start-login form button {
    display: block;
    margin: 31px 0 10px;
    width: 100%;
    height: 65px;
    border-radius: 10px;
    background-color: #574b80;
    color: #fff;
    border: 1px solid #bdbdbd;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 15.99px;
}

.talk-to-us .login-form .lets-start-login form label {
    display: block;
    color: #5c5c5c;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 15.99px;
}

.contact-us {
    padding: 50px 0;
    position: relative;
}

.contact-us .contact-us-heading {
    text-align: center;
}

.contact-us .contact-us-heading {
    text-align: center;
    margin: 0 0 40px;
}

.contact-us-heading marquee {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px 0px;
    border-radius: 5px;
    margin: 0 0 20px;
}

.contact-us-heading marquee p {
    margin: 0;
    padding: 6px 0;
    color: #fff !important;
}

.contact-us-heading marquee {
    background-color: #bf0d0d;
}

.contact-us .contact-us-heading h5 {
    font-family: eb garamond, serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    color: #bf0d0d;
}

.banner2 .banner-content-discount h5 span {
    color: #fff;
}

.contact-us .contact-us-heading p:first-child {
    font-family: rubik, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #292929;
    position: relative;
}

.contact-us .contact-us-heading p:last-child {
    font-family: 'Poppins' !important;
    font-weight: 400;
    font-size: 18px;
    color: #6a6969;
}

.contact-us .ways-to-connect {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contact-us .ways-to-connect .ways-to-connect-connect {
    display: flex;
    align-items: center;
}

.h5-hover {
    position: relative;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

img.pencil {
    width: 90px;
    position: absolute;
    top: -180px;
    left: -195px;
    transition: all 0.7s;
    opacity: 1;
    animation: shake 1.5s infinite;
}

.contact-us .ways-to-connect .ways-to-connect-connect i {
    font-size: 24px;
    color: #ffa32d;
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para {
    display: inline-block;
    margin: 0 0 0 14px;
}

p.boldd {
    font-weight: bold !important;
    text-transform: uppercase;
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para p {
    margin: 0;
    font-family: rubik, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #292929;
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para a {
    color: #272137;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-transform: none;
    position: relative;
    text-decoration: none !important;
}

.ways-to-connect-para {
    transition: all 0.7s;
}

.ways-to-connect-connect:hover {
    transform: translate(0, -10px);
    cursor: pointer;
    background: #f1f1f1;
}

.ways-to-connect-para i {
    transition: all 0.7s;
}

.ways-to-connect-connect:hover i {
    transform: translate(0, 30px);
    opacity: 0;
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para p {
    color: #272137;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.contact-us .ways-to-connect .ways-to-connect-connect {
    padding: 0;
    margin: 0 0 40px;
}

section.contact-us .row {
    align-items: center;
}

.contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
    padding: 0;
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para a:hover {
    color: #ffa32d;
    text-decoration: underline;
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para a::after {
    content: '';
    position: absolute;
    left: -13px;
    background: #ffa32d;
    width: 7px;
    height: 7px;
    bottom: 4px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para a:hover::after {
    opacity: 1;
    animation: blink 0.45s linear infinite;
}

.contact-us .ways-to-connect {
    margin: 50px 0 100px;
}

.contact-us .row .ways-to-connect-top-form-heading {
    margin: 0 0 45px;
}

.contact-us .row .ways-to-connect-top-form-heading h5 {
    font-family: eb garamond, serif;
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
}

.contact-us .ways-to-connect .ways-to-connect-connect:hover {
    border-radius: 0px 10px 0 10px;
}

.contact-us .ways-to-connect .ways-to-connect-connect {
    transition: all 0.7s;
    border-radius: 10px 0px 10px 0px;
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(white, white), linear-gradient(180deg, #17494d, #bf0d0d 50%, #bf0d0d);
    background-repeat: no-repeat;
    background-size: 100% 100%, 100% 200%;
    background-position: 0 0, 0 100%;
    background-origin: padding-box, border-box;
    animation: highlight 1s infinite alternate;
    border: 20px solid transparent;
    box-sizing: border-box;
}

@keyframes highlight {
    100% {
        background-position: 0 0, 0 0;
    }
}

.ways-to-connect-connect {
    background: #f5f5f5;
    padding: 15px 10px !important;
}

h5.rotate {
    transform: rotate(90deg);
    position: absolute;
    left: -190px;
    top: 170px;
    text-transform: uppercase;
    color: #bf0d0d2b;
    font-size: 38px;
    font-family: 'Poppins' !important;
    font-weight: bold;
    opacity: 0;
    transition: all 0.7s;
}

.h5-hover:hover h5.rotate {
    opacity: 1;
    left: -240px;
}

.contact-us .row .ways-to-connect-top-form-heading p {
    font-family: 'Poppins' !important;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

.contact-us .row .input-row1 {
    display: flex;
}

#typing-indicator {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

#typing-indicator .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #706f6f;
    margin: 0 2px;
    opacity: 0;
    animation: move 2s infinite;
}

div#typing-indicator {
    position: relative;
    left: -40px;
    top: 18px;
    width: 72px;
}

@keyframes move {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

.conatct-formm {
    position: relative;
}

.contact-us .row input {
    width: 100%;
    height: 55px;
    border-radius: 0;
    border-bottom: 1px solid #bdbdbd !important;
    border: unset;
    padding: 0 0;
    font-family: rubik, sans-serif !important;
    font-weight: 300;
    font-size: 15.99px;
    margin: 0 0 40px;
    outline: unset;
}

.contact-us .row input:nth-child(2) {
    margin: 0 0 0 35px;
}

.contact-us .row textarea {
    width: 100%;
    height: 80px;
    border-radius: 0;
    border-bottom: 1px solid #bdbdbd !important;
    border: unset;
    padding: 0 20px;
    font-family: rubik, sans-serif;
    resize: none;
    font-weight: 300;
    outline: unset;
    font-size: 15.99px;
    margin: 0 0 40px;
    padding: 0;
}

.contact-us .row .form-button button {
    height: 65px;
    border-radius: 10px;
    width: 229px;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 20px;
    border: transparent;
    background-color: #bf0d0d;
    color: #fff;
    box-shadow: 0 0 12px 1px #bf0d0d;
    margin: 0 10px;
}

.form-button {
    text-align: center;
}

.contact-us .working-hours-heading h5 {
    font-family: eb garamond, serif;
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
    color: #292929;
    margin: 0 0 50px;
}

.contact-us .working-hours-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(162deg, rgba(38, 32, 53, 1) 0%, rgba(57, 46, 84, 1) 48%, rgba(83, 65, 128, 1) 100%);
    box-shadow: 0 0 12px 1px #231e33;
    color: #fff;
    border-radius: 8px;
    position: relative;
}

.contact-us .working-hours-box ul li {
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    margin: 25px 0;
}

.faq1 {
    background-color: transparent;
}

.banner .banner-content .banner-list ul li {
    text-align: left;
    color: #fff;
    display: inline-block;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left;
    padding-left: 20px;
    margin: 10px;
    font-family: rubik, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.banner .banner-content .banner-btn {
    padding: 20px 0;
}

.banner .banner-content .banner-btn button {
    height: 65.03px;
    border-radius: 32.5px;
    width: 229px;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.banner .banner-content .banner-btn .btn1 {
    background-color: #bf0d0d;
    color: #fff;
    box-shadow: 0 0 17px 1px #bf0d0d;
    border: transparent;
}

.banner .banner-content .banner-btn .btn2 {
    background-color: #fff;
    color: #5d5d5d;
    box-shadow: 0 0 17px 1px #fff;
    border: transparent;
    margin: 0 15px;
}

.header-1 .header-btn button {
    color: #0d042e;
}

.banner2 {
    /* background-image: url(../images/banner-bg-img1.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 190px 0 !important;
    margin: 0 !important;
}

.banner2 .banner-content-udt {
    text-align: left;
}

.banner2 .banner-content-udt h5 span {
    display: block;
}

.banner2 .banner-content-udt .banner-content-udt-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner2 .banner-content-udt .banner-content-udt-btn button {
    border-radius: 32.5px;
    width: 185px;
    height: 45px;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 14px;
    border: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    padding: 0;
}

.banner2 .banner-content-udt .banner-content-udt-btn .btn1 {
    background-color: #bf0d0d;
    color: #ffffff;
    box-shadow: 0 0 17px 1px #bf0d0d;
    border: transparent;
    z-index: 1;
}

.banner2 .banner-content-udt .banner-content-udt-btn .btn2 {
    background-color: transparent;
    color: #fff;
    box-shadow: 0 0 17px 1px #fff;
    border: 2px solid #ffa32d;
    margin: 0 15px;
}

.banner2 .banner-content-discount {
    border-radius: 10px;
    box-shadow: -2px -2px 30px 4px #356772;
    backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    padding: 25px 10px;
}

section#industries_section .text-start {
    text-align: left !important;
    align-items: center;
}

.banner2 .banner-content-discount h5 {
    font-family: gadugi;
    font-weight: 700;
    font-size: 33.3px;
    color: #fff !important;
    margin: 0 0 20px;
}

.row.text-center.our-process-heading p {
    font-size: 15px;
    font-weight: 400;
    margin: 20px 0 10px;
    color: #787878;
}

.banner2 .banner-content-discount h5 span {
    font-size: 44.4px;
    color: #ffffff;
}

.banner2 .banner-content-discount .container .row input {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    padding: 0 15px;
    border: transparent;
    background-color: #ffffff;
    color: #000;
    margin: 10px 0;
    font-family: "Poppins", sans-serif;
    font-size: 16.08px;
    font-weight: 300;
    outline: none;
    border-radius: 10px;
}

.banner2 .banner-content-discount .container .row #country {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    padding: 0 15px;
    border: transparent;
    background-color: #ffa32d;
    color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 10px 0;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    outline: none;
    font-weight: 300;
}

.iti {
    width: 100%;
}

#phone {
    padding: 0 20px;
}

.banner2 .banner-content-discount .container .row #services,
#budget {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    padding: 0 15px;
    border: transparent;
    background-color: #231e33;
    color: #fff;
    margin: 10px 0;
    font-family: "Poppins", sans-serif;
    font-size: 16.08px;
    font-weight: 300;
    outline: none;
}
.row.text-center.our-process-heading h2 {
    line-height: 55px;
    font-size: 35px;
    
}
.banner2 .banner-content-discount .container .row textarea {
    width: 100%;
    height: 120px;
    border-radius: 40px;
    border: transparent;
    background-color: #fff;
    color: #000;
    margin: 10px 0;
    padding: 25px;
    font-family: "Poppins", sans-serif;
    font-size: 16.08px;
    font-weight: 300;
    outline: none;
    border-radius: 10px;
}

.banner2 .banner-content-discount .container .row button {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    padding: 0 15px;
    border: transparent;
    background-color: #bf0d0d;
    color: #fff;
    margin: 10px 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.brands-with-us .brands-with-us-heading1 h2,
.brands-with-us-heading1 h5 {
    color: #000;
}

.brands-with-us1 .brands-with-us-heading h2,
.brands-with-us-heading h5 {
    font-size: 40px;
    line-height: 50px;
}

.brands-with-us .brands-with-us-heading1.line-one h2 {
    font-size: 40px;
}

.why-choose-us2 {
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background: #f2f2eb;
}

.why-choose-us2 .why-choose-us-heading1 h5,
.why-choose-heading h2 {
    color: #fff !important;
}

.why-choose-us2 .why-choose-us-heading1 p {
    color: #ededed;
}

.why-choose-us2 .why-choose-us-btns .btn1 {
    background: #bf0d0d;
    color: #fff;
    box-shadow: 0 0 17px 1px #bf0d0d;
    border: transparent;
}

.top-5-features1 {
    background-image: url(../images/top-5-features11.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}

.top-5-features1 .top-5-features-cards1 {
    text-align: center;
    position: relative;
    z-index: 2;
    min-height: 300px;
    padding: 20px 0;
    margin-bottom: 3em;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top-5-features .top-5-features-cards1::before {
    content: "";
    position: absolute;
    background-color: #bf0d0d;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    border-radius: 50px;
}

.top-5-features-cards .top-5-card-img {
    margin: 0 0 20px;
}

.top-5-features-cards .top-5-card-img img {
    width: 80px;
}

.top-5-features-cards1 .top-5-card-img {
    margin: 0 0 20px;
}

.top-5-features-cards1 .top-5-card-img img {
    width: 80px;
}

.top-5-features1 .top-5-features-cards1 h4 {
    font-family: rubik, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
}

.top-5-features1 .top-5-features-cards1 h4 span {
    display: block;
}

.top-5-features1 .top-5-features-cards1 p {
    font-family: "Poppins", sans-serif;
    font-size: 14.01px;
    font-weight: 300;
    color: #dcdcdc;
    padding: 0 2em;
}

.top-5-features1 .top-5-features-cards1 a {
    font-family: "Poppins", sans-serif;
    font-size: 23.99px;
    font-weight: 400;
    color: #231e33;
    transition: 0.3s all ease-in-out;
}

.top-5-features1 .top-5-features-cards1::after {
    content: "";
    position: absolute;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    background: #bf0d0d;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.top-5-features1 .top-5-heading span {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    margin: 25px 0;
}

.top-5-features1 .top-5-heading span.border-set {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.our-teams1 {
    background-image: url(../images/our-teams-bg-img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 50px;
    background: #fff;
}

.our-teams1 .our-team-button button {
    height: 50px;
    border-radius: 32px;
    width: 200px;
    font-weight: 500;
    font-size: 18px;
    border: transparent;
    background-color: #bf0d0d;
    color: #fff;
    box-shadow: 0 0 12px 1px #bf0d0d;
}

.our-teams1 .our-team-button a {
    height: 65px;
    border-radius: 32.5px;
    width: 240px;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border: transparent;
    background-color: #231e33;
    color: #fff;
    box-shadow: 0 0 12px 1px #231e33;
}

.our-teams1 .our-teams-heading p {
    font-family: rubik, sans-serif;
    font-size: 18.01px;
    font-weight: 400;
    padding: 0 123px;
    color: #373737;
}

.our-satisfied-customer-stats1 .our-satisfied-customer-content {
    position: relative;
}

.our-satisfied-customer-stats1 .our-satisfied-customer-content::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/our-satisfied-cutomer-stats.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials .best-reviews1 h3 {
    color: #302946;
}

.testimonials .best-reviews1 p {
    padding: 0 22px;
}

.lets-start-your-buisness .lets-start-heading1 h5 {
    color: #ffa22a;
}

.lets-start-your-buisness .lets-start-login1 form button:nth-child(5) {
    background-color: #ffa22a;
    color: #000;
    border: transparent;
}

.brands-with-us-heading h3 {
    font-size: 35px !important;
    color: #000;
    line-height: 51px;
}

.why-choose-us-heading h3 {
    font-size: 35px;
}

.whatbooks-we-write1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2rem 0;
    background: #FFF;
}

.whatbooks-we-write1 .books-we-write-heading h5 {
    color: #231e33;
    margin: 150px 0 30px;
}

.whatbooks-we-write1 .books-we-write-heading p {
    color: #414141;
    padding: 0 137px;
}

.whatbooks-we-write1 .tabs-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0;
}

.whatbooks-we-write1 .tabs-content .tab-content {
    margin: 30px 0 0;
}

.whatbooks-we-write1 .tabs-content .tab-content .card-images-row,
.card-images-row1 {
    display: flex;
}

.whatbooks-we-write1 .tabs-content .tab-content .card-images-row .card-img img {
    width: 100%;
}

.whatbooks-we-write1 .tabs-content .tab-content .card-images-row .card-img:nth-child(odd) {
    margin: 80px 30px 50px;
}

.whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 .card-img:nth-child(even) {
    margin: 80px 30px 50px;
}

.whatbooks-we-write1 .tabs-content ul li button {
    padding: 10px 50px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #231e33;
    font-family: rubik, sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: linear-gradient(to left, #001a27 0%, #bf0d0d 100%) !important;
    border: transparent;
    color: #fff;
}

.modal .modal-dialog .modal-content .modal-header,
.modal-footer {
    border: none;
}

.modal .modal-dialog .modal-content .modal-header button {
    border-radius: 50%;
    color: #ffa22a;
    border: 3px solid #ffa22a;
    line-height: 1em;
    text-align: center;
    font-size: 16px;
    opacity: 1;
}

.modal .modal-dialog .modal-content .modal-header .btn-close {
    background: inherit;
    opacity: inherit;
    position: absolute;
    right: 10px;
}

.modal .modal-dialog .modal-content .modal-body {
    text-align: center;
}

.modal .modal-dialog .modal-content .modal-body .input-div {
    position: relative;
}

.modal .modal-dialog .modal-content .modal-body .input-div i {
    position: absolute;
    top: 18px;
    color: #ffa32d;
    left: 18px;
}

.modal .modal-dialog .modal-content .modal-body button {
    display: block;
    border-radius: 40px;
    outline: none;
    height: 54px;
    border: transparent;
    border-radius: 32.5px;
    height: 60px;
    background-color: #ffa22a;
    color: #fff;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 22px;
    border: transparent;
    box-shadow: 0 0 14px 1px #ffa22a;
}

.modal .modal-dialog .modal-content .modal-body form {
    display: flex;
    flex-direction: column;
    padding: 0 45px;
}

.modal .modal-dialog .modal-content .modal-body form input {
    display: block;
    border-radius: 40px;
    outline: none;
    height: 54px;
    border: 1px solid #dedede;
    margin: 0 0 25px;
    padding: 0 40px;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 15.99px;
    width: 100%;
}

.modal .modal-dialog .modal-content .modal-body form select {
    display: block;
    border-radius: 40px;
    outline: none;
    height: 54px;
    border: 1px solid #dedede;
    margin: 0 0 25px;
    padding: 0 20px;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 15.99px;
    width: 100%;
    position: relative;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 10px), calc(100% - 15px) calc(1em + 10px), calc(100% - 2.5em) 0;
    background-size: 5px 5px, 5px 5px, 1px 55px;
    background-repeat: no-repeat;
}

.modal .modal-dialog .modal-content .modal-body form select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.modal .modal-dialog .modal-content .modal-body form select option {
    border-bottom: 1px solid #333;
}

.modal .modal-dialog .modal-content .modal-body h5 {
    font-family: eb garamond, serif;
    font-size: 27px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffa22a;
}

.modal .modal-dialog .modal-content .modal-body h5 span {
    font-size: 36px;
}

.modal .modal-dialog .modal-content {
    background: linear-gradient(80deg, rgba(83, 65, 128, 1) 23%, rgba(39, 33, 54, 1) 77%);
    padding: 10px 8px;
}

.modal .modal-dialog .modal-content .modal-body p {
    font-family: rubik, sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #292929;
    margin: 0 0 30px;
    color: #fff;
}

li.contact-flow__list-item.ordered-list__item {
    opacity: .8;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: 'Poppins' !important;
    color: #000 !important;
}

li.contact-flow__list-item.ordered-list__item h5 {
    font-size: 18px;
}

.banner .banner-content .thank-you-btn {
    border-radius: 32.5px;
    width: 178px;
    height: 52px;
    background-color: #bf0d0d;
    color: #fff;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border: transparent;
    margin: 0 auto;
    line-height: 52px;
    position: relative;
    z-index: 9;
}

.banner .banner-content .thank-you-img {
    filter: brightness(0) invert(1);
}

.term-sec-wrap {
    padding: 170px 0;
}

.term-sec-wrap .terms-content {}

.term-sec-wrap .terms-content h2 {
    font-family: eb garamond, serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 80px;
    color: #231e33;
}

.term-sec-wrap .terms-content p {
    font-family: rubik, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #9d9999;
}

a.collins-link {
    font-size: 19px;
    color: #747070;
}

.term-sec-wrap .terms-content p span {
    color: #424242;
    font-size: 20px;
    font-weight: 500;
    margin: 0 5px 0 0;
    font-family: rubik, sans-serif;
}

.term-sec-wrap .terms-content ul {}

.term-sec-wrap .terms-content ul li {
    font-family: rubik, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #9d9999;
    list-style: disc;
    margin: 0 0 0 20px;
    padding-bottom: 16px;
}

.servicess {
    padding: 90px 0;
    background-size: cover;
    background-position: top;
}

.services-head {
    text-align: center;
    position: relative;
}

.services-head h2 {
    position: absolute;
    line-height: 124px;
    top: 0;
    display: inline-block;
    font-size: 180px;
    left: 0;
    right: 0;
    color: #0f21391f;
}

.services-head h3 {
    color: #fd5900;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.services-head h4 {
    font-size: 37px;
    font-family: keep calm med;
    color: #0f2139;
    margin-bottom: 35px;
}

.servcies-items {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 36px;
    padding: 30px;
    text-align: center;
    margin: 0 0 0 30px;
}

.servcies-items img {
    width: 30%;
    margin: 0 auto 10px;
}

.servcies-items p {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 21px;
}

.servcies-items a {
    color: #002768;
    font-size: 16px;
    margin-bottom: 17px;
}

.ultimited-sec h2 {
    font-size: 93px;
    position: absolute;
    color: #0f213917;
    font-weight: 600;
    letter-spacing: 7px;
    text-align: left;
    top: 0;
    left: -51px;
    word-break: break-all;
    height: 130px;
    overflow: hidden;
}

.ultimited-sec {
    padding: 60px 0 90px;
}

.banner .highly-recomended-by .img ul li img {
    width: 54%;
    object-fit: cover;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
}

.banner .highly-recomended-by .img ul li img:hover {
    filter: brightness(1) invert(0);
}

.ultimited-sec h2 {
    font-size: 93px;
    position: absolute;
    color: #0f213917;
    font-weight: 600;
    letter-spacing: 7px;
    text-align: left;
    top: 0;
    left: -51px;
    word-break: break-all;
    height: 130px;
    overflow: hidden;
}

.ultimited-sec {
    padding: 60px 0 90px;
}

.our_client {
    margin: 2rem 0 5rem;
}

.our_client .head_txt {}

.our_client .head_txt h4 {
    font-family: eb garamond, serif;
    font-size: 58px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffa22a;
    text-align: center;
}

.our_client .card_1 {}

.our_client .card_1 p {
    font-family: rubik;
    font-size: 15px;
    color: #333333c2;
    line-height: 23px;
}

.our_client .card_1 div {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 18px;
}

.our_client .card_1 div img {
    width: 40px;
}

.our_client .card_1 div h5 {
    font-family: rubik;
    font-size: 15px;
    margin: 0 21px;
}

.our_client .card_1 {
    height: 274px;
    background: #fff;
    margin: 0 20px;
    box-shadow: 3px 0 13px #605a5a38;
    border-radius: 18px;
    padding: 25px;
    position: relative;
}

.our_client .slick-slider .slick-track,
.slick-slider .slick-list {
    margin: 20px 0;
}

.little-intro-aboutus .little-intro-img img {
    width: 82% !important;
    margin: 0 auto !important;
    display: block !important;
}

.section__title {
    text-align: center;
    font-family: eb garamond, serif;
    font-weight: 700;
    color: #302946;
    margin: 7px 0 58px;
    font-size: 35px;
}

.section__title span {
    display: block;
}

.frm_area_btm form {
    /* background: #bf0d0d; */
    padding: 3rem 5rem;
    border-radius: 15px;
}

.frm_area_btm form h3 {
    text-align: center;
    color: #fff;
    font-family: eb garamond;
    font-weight: 700;
    font-size: 40px;
}

.frm_area_btm form input[type="text"],
.frm_area_btm form input[type="email"],
.frm_area_btm form input[type="number"] {
    width: 100%;
    display: block;
    margin: 67px 0;
    border: none;
    border-bottom: 1px solid #fff;
    background: 0 0;
    color: #fff;
    font-family: rubik;
    font-size: 16px;
    outline: none;
}

.frm_area_btm form input[type="text"]::placeholder,
.frm_area_btm form input[type="email"]::placeholder,
.frm_area_btm form input[type="number"]::placeholder {
    color: #fff;
}

.frm_area_btm form textarea::placeholder {
    color: #fff;
    font-family: "Poppins", sans-serif !important;
}

.frm_area_btm form textarea {
    width: 100%;
    display: block;
    margin: 22px 0 47px;
    border: none;
    border-bottom: 1px solid #fff;
    background: 0 0;
    color: #fff;
    font-family: rubik;
    font-size: 16px;
    height: 26px;
    outline: none;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.our-process-sec .card {
    position: relative;
    width: 100%;
    height: 100%;
    background: #333;
    transition: 0.5s;
}

.our-process-sec .card .lines {
    position: absolute;
    inset: 3px;
    background: #2b243d;
    overflow: hidden;
}

.bar-new {
    padding: 50px 0;
    margin: 0;
    background: black;
    color: white;
}

.bar-new .left-head h1 {
    font-size: 28px;
    line-height: 46px;
    color: #fff;
    font-weight: 600
}

.bar-new a.a-css {
    background: #fff;
    padding: 12px 0;
    margin: 7px 1px;
    display: block;
    text-align: center;
    width: 100%;
    color: #2f69a3;
    font-weight: 600;
    font-size: 22px;
    border-radius: 7px;
}

.center-head h2 {
    font-size: 16px;
    color: #fff;
}

.join-us .center-head {
    text-align: center !important;
}

.mainnn .row {
    display: flex;
    justify-content: center;
}

.mainnn .details {
    color: #fff;
    padding: 30px 10px;
    transition: 0.5s;
    transform: translateY(20px);
}

.mainnn.two .details {
    text-align: center;
    padding-top: 0;
}

.mainnn.two .content {
    display: flex;
    align-items: center;
    border-radius: 20px 0 20px 0;
}

.mainnn.two {
    padding: 100px 0 0;
}

.mainnn.two .info p {
    line-height: 32px;
    color: #787878;
    font-size: 18px;
}

.one-stop-content p {
    font-size: 18px;
}

section.my-custom p {
    font-size: 18px;
}

.custom-last p {
    font-size: 18px;
}

p.myparanewone {
    font-size: 18px !important;
}

.why-choose-us-heading li {
    font-size: 18px;
}

.mainnn .content {
    background: #f2f2eb;
    min-height: 512px;
}

.mainnn .card:hover .content .details {
    transform: translateY(0px);
}

.mainnn .card {
    border: unset;
    transition: all 0.5s;
}

.mainnn .details h3 {
    font-family: "Poppins", sans-serif !important;
    color: #0e2f3b;
}

.details h3 {
    font-size: 28px !important;
}

.our-process-sec .card .content {
    width: 100%;
    padding: 20px;
    display: flex;
}

.our-process-sec .card .content .details {
    width: 100%;
    text-align: center;
    transition: 0.5s;
    transform: translateY(20px);
}

.our-process-sec .card .content .details h3 {
    font-size: 21px;
    font-weight: 600;
    padding: 0px 0 0 0;
    color: #f59b28;
    line-height: 30px;
}

.our-process-sec .card .content .details .info {
    width: 100%;
    align-items: center;
    margin: 30px 0;
}

.our-process-sec .card .info p {
    color: #fff;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.frm_area_btm form label {
    color: #fff;
    font-family: poppins;
    font-size: 15px;
}

.frm_area_btm form button {
    outline: none;
    border: none;
    padding: 10px 43px;
    margin: 50px auto 0;
    /* background: linear-gradient(to left, #001a27 0%, #bf0d0d 100%) !important; */
    display: block;
    font-size: 16px;
    color: #ffff;
    border-radius: 48px;
    font-family: 'Rubik';
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.frm_area_btm form button {
    background: black;
    outline: none;
    border: none;
    padding: 10px 43px;
    margin: 50px auto 0;
    display: block;
    font-size: 16px;
    color: #ffff;
    border-radius: 48px;
    font-family: rubik;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.frm_area_btm form button {
    outline: none;
    border: none;
    padding: 10px 43px;
    margin: 50px auto 0;
    /* background: linear-gradient(to left, #001a27 0%, #bf0d0d 100%) !important; */
    display: block;
    font-size: 16px;
    color: #ffff;
    border-radius: 48px;
    font-family: 'Rubik';
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.contact-flow {
    min-height: 100%;
    margin-top: 4px;
    margin-right: -10px;
    margin-left: -10px;
    padding: 2rem 3rem;
    background-color: #f8f8f9;
    border-radius: 9px;
}

.contact-flow__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: center;
    font-family: poppins;
}

.in-violet-450 {
    color: #ffa22a !important;
}

.ordered-list {
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 0;
    list-style: none;
    counter-reset: item;
}

.ordered-list__item {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.88;
    position: relative;
    margin-bottom: 37px;
    padding-left: 47px;
    font-family: poppins;
}

.contact-flow__list-item {
    opacity: 0.8;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86;
}

.ordered-list__item:before {
    content: counter(item) "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fea12a;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    counter-increment: item;
    counter-increment: item;
}

#contact-section {
    margin: 0 0 4rem;
}

.fx-footer-widget .fx-footer-widget-left {
    padding-right: 5.5176%;
    padding-left: inherit;
    padding-bottom: 40px;
}

.fx-footer-leads {
    padding-top: 69px;
    margin-bottom: 34px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: inter, sans-serif;
    justify-content: center;
    width: 135%;
}

.fx-footer-leads .card-img {
    width: 41%;
    margin: 10px auto;
    display: block;
}

.fx-footer-leads .card-img img {
    width: 25%;
    margin: 0 auto;
    display: block;
    animation: scrollDownAnimation 0.5s ease infinite alternate;
}

.fx-footer-leads .card-body {
    padding: 0;
    width: 76%;
}

.fx-footer-leads .card-body h4 {
    font-family: rubik;
    margin: 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.024em;
    color: #fff;
}

.fx-footer-leads .card-number {
    margin: 16px 0 21px;
    white-space: nowrap;
}

.fx-footer-leads .card-number span {
    display: inline-block;
    width: 64px;
    height: 86px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #f7941d;
    background: -webkit-linear-gradient(180deg, #f7941d 55.15%, #e58716 59.84%);
    background: linear-gradient(180deg, #f7941d 55.15%, #e58716 59.84%);
    font-family: inherit;
    font-weight: 900;
    font-size: 64px;
    line-height: 86px;
    text-align: center;
    color: #f9fbff;
}

.form__proposal {
    width: 100%;
}

.fx-footer-quote-form {
    font-family: rubik;
    padding: 0 0 71px;
    position: relative;
}

.fx-footer-quote-form .input-group {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 25px;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.fx-footer-quote-form .input-group .form-control {
    font-family: inherit;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    width: 100%;
    height: 62px;
    background-color: #fff;
    color: #142034;
    border: 0;
    padding: 16px 10px;
    outline: 0;
}

.fx-footer-quote-form .input-group .form-control:focus {
    outline: none;
    box-shadow: none;
}

.fx-footer-quote-form h4 {
    font-family: rubik;
    font-weight: 600;
    font-size: 2px;
    line-height: 36px;
    letter-spacing: -0.03em;
    color: #fff;
    width: 100%;
    margin: 41px auto;
    text-align: center;
}

.fx-footer-quote-form .input-group {
    display: flex;
    padding: 13px 25px;
    background-color: #fff;
    border-radius: 8px;
    width: 76%;
    margin: 0 auto;
}

.fx-footer-widget {
    background: linear-gradient(80deg, rgba(83, 65, 128, 1) 23%, rgba(39, 33, 54, 1) 77%);
}

.form__proposal input[type="text"] {
    width: 100%;
    height: 100%;
    padding: 16px 15px;
    font-style: normal;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: -0.0055em;
    color: var(--text-color);
    border-radius: 3px;
}

.fx-footer-quote-form .input-group .btn {
    padding: 18px 36px;
    height: 60px;
    font-family: rubik;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.008em;
    background: #bf0d0d;
    color: #fff;
    margin: 0;
    width: auto;
    position: absolute;
    right: 20px;
    border-radius: 30px !important;
    z-index: 1000;
}

@keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}

.main-services-one {
    background-color: #f4f6fd;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

.service-title-one .subtitle {
    justify-content: center;
}

.subtitle {
    display: flex;
    align-items: center;
}

.h2-title {
    line-height: 25px;
    padding-bottom: 0px;
    padding-top: 12px;
    font-family: eb garamond, serif;
    font-size: 35px;
    font-weight: 700;
    color: #231e33;
    margin: 0 0 30px;
    width: 70%;
    text-align: center;
}

.service-box-one:hover {
    box-shadow: 0 30px 60px 0 rgb(20 17 58/30%);
    background-color: #000 !important;
}

.service-box-one {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 30px 60px 0 rgb(0 0 0/10%);
    text-align: left;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 350px;
    margin: 0 0 20px;
}

.service-icon-one {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-icon-one img {
    width: 38px;
    height: 38px;
}

.service-icon-one::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/service-icon-bg-one.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-content-one .h3-title {
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    color: red;
    font-family: eb garamond, serif;
    font-size: 28.04px;
    font-weight: 700;
    color: #231e33;
    margin: 23px 0 20px;
}

.service-box-content-one p {
    margin-bottom: 0;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    font-family: rubik;
    font-size: 14px;
}

.service-shape-one {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}

.main-services-one {
    background-color: #f4f6fd;
    padding-top: 89px;
    padding-bottom: 120px;
    position: relative;
    margin: 7rem 0 1rem;
}

.service-boxbg-shape-one {
    position: absolute;
    top: -396px;
    right: -400px;
    z-index: -1;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.little-intro-btns {
    display: flex;
    align-items: center;
}

.banner {
  
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 165px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 160px 0 34px;
}

.thank-you-btn a {
    color: #fff;
}

.banner .banner-content {
    text-align: center;
    margin: 0 0 2em;
}

.banner-content.banner-content-udt ul {
    text-align: left;
}

.frequently-asked-questions .accordion-header {
    margin: inherit;
}

.banner .banner-content h1 span {
    display: block;
}

.banner .banner-content h1 {
    font-size: 36px;
    font-weight: bold;
    text-transform: capitalize;
    color: #ffffff;
    margin: 0 0 25px;
    font-family: "Poppins", sans-serif !important;
    text-align: start;
}

.banner .banner-content h1 {
    font-size: 40px;
    font-weight: bold;
    text-transform: capitalize;
    color: #ffffff;
    margin: 0 0 25px;
    font-family: "Poppins", sans-serif !important;
    text-align: start;
}

h1.bolg-head {
    text-align: center !important;
}

.banner-content.txt-center h1 {
    text-align: center;
}

p.bnr-pera {
    text-align: center !important;
}

/* .banner-content p {
    text-align: center !important;
} */

h5.bolg-head {
    margin-bottom: -48px !important;
    padding-top: 50px;
}

.banner .banner-content h2 span {
    display: block;
}

.banner .banner-content p span {
    display: block;
}

.banner .banner-content h2,
.banner-content p {
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    text-transform: initial;
    color: #fff;
    margin: 0 auto 30px;
    opacity: 0.7;
    width: 100%;
    line-height: 30px;
    z-index: 9;
    position: relative;
    text-align: start;
}

.banner .banner-content .banner-form {
    border-radius: 60px;
}

.banner .banner-content .banner-form form {
    border-radius: 60px;
    line-height: 115px;
    background-color: #0000009e;
}

.banner .banner-content .banner-form form input {
    height: 50px;
    width: 20%;
    border-radius: 50px;
    text-align: center;
    background: #fff;
    outline: none;
    border: transparent;
    margin: 0 10px;
    text-align: left;
    padding: 0 0 0 15px;
}

.banner .banner-content .banner-form form .iti--allow-dropdown input {
    width: 100%;
    margin: 0;
}

.banner .banner-content .banner-form form .iti--allow-dropdown {
    width: 16%;
    margin: 0px 20px 0 10px;
}

.iti__country {
    line-height: 30px;
}

.banner .banner-content .banner-form form button {
    border-radius: 50px;
    width: 20%;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(to left, #001a27 0%, #bf0d0d 100%) !important;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 20px;
    border: transparent;
    box-shadow: 0px 0px 30px 1px #023047;
}

.banner .banner-content .banner-form form input::placeholder {
    font-family: "Poppins", sans-serif !important;
    font-size: 15px;
    font-weight: 300;
    color: #000;
}

.popup-img {
    position: fixed;
    bottom: 0;
    width: 14%;
}

@keyframes bounce-5 {
    0% {
        transform: scale(1, 1) translateY(0);
    }

    10% {
        transform: scale(1.1, .9) translateY(0);
    }

    30% {
        transform: scale(.9, 1.1) translateY(-50px);
    }

    50% {
        transform: scale(1, 1) translateY(0);
    }

    57% {
        transform: scale(1, 1) translateY(-7px);
    }

    64% {
        transform: scale(1, 1) translateY(0);
    }

    100% {
        transform: scale(1, 1) translateY(0);
    }
}

.popup-img button {
    border: none;
    background-color: transparent;
}

.popup-img img {
    width: 100%;
    animation-name: bounce-5;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.service-box-one:hover .yes-d-one {
    display: none;
}

.service-box-one:hover .no-d-one {
    display: block;
    filter: invert(1);
}

.service-box-one:hover .service-boxbg-shape-one {
    top: -170px;
    right: -150px;
    transition: all 0.5s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-one:hover .service-icon-one::before {
    animation-name: rotateme;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.service-box-one:hover .service-box-content-one p a{
    color: white;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-one:hover .service-box-content-one .h3-title {
    color: #fff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-icon-one {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.no-d-one {
    display: none;
}

.testimonials .content-1 img {
    width: 150px;
    height: 150px;
    border-radius: 20px 50px;
    object-fit: cover;
    object-position: center;
}

.top-5-features-cards .top-5-card-img {
    margin: 0 0 20px;
}

.top-5-features-cards .top-5-card-img img {
    width: 80px;
}

.our-process .our-procard1 .our-process-card-content {
    height: 160px;
}

.our-process .our-procard2 .our-process-card-content {
    height: 160px;
}

.sec-testimonials {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 50px 0;
}

.sec-testimonials .head {
    margin: 0 0 40px;
}

.sec-testimonials .head h5 {
    font-family: eb garamond, serif;
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    line-height: 50px;
}

.sec-testimonials .test-card {
    border: 1px solid #ededed;
    background: #fafafa;
    border-radius: 5px;
    margin: 0 0 15px;
    padding: 20px;
    overflow: hidden;
}

.sec-testimonials .test-card .desc {
    position: relative;
    overflow: hidden;
}

.sec-testimonials .test-card .desc::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/google-testi.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 15px;
    width: 15px;
}

.sec-testimonials .test-card .desc2::after {
    background-image: url(../images/trust-pilot.jpg);
}

.sec-testimonials .test-card .desc3::after {
    background-image: url(../images/g2.png);
}

.sec-testimonials .test-card .desc h6 {
    text-transform: capitalize;
    color: #193244;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-family: rubik, sans-serif;
    font-size: 18px;
}

.sec-testimonials .test-card .desc .rating i {
    color: #24886a;
    font-size: 14px;
}

.sec-testimonials .test-card .desc small {
    display: block;
    color: #999;
    font-weight: 600;
    font-size: 12px;
    text-shadow: 1px 1px 0 #fff;
}

.sec-testimonials .test-card .desc .overflow {
    min-height: 150px;
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.sec-testimonials .test-card .desc .overflow::-webkit-scrollbar {
    width: 4px;
}

.sec-testimonials .test-card .desc .overflow::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 50px;
}

.sec-testimonials .test-card .desc .overflow::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 50px;
}

.sec-testimonials .test-card .desc .overflow::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.sec-testimonials .test-card .desc .overflow p {
    text-transform: unset !important;
    color: #777;
    line-height: 22px;
    padding: 10px 5px 0 0;
    margin: 0;
    font-family: rubik, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.sec-grow {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 25px 0;
    background: linear-gradient(80deg, rgba(83, 65, 128, 1) 23%, rgba(39, 33, 54, 1) 77%);
    z-index: 9;
}

#particles-js {
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: screen;
    background-color: rgb(255 255 255/10%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
}

.sec-grow .desc h6 {
    text-transform: capitalize;
    text-align: left;
    color: #fff;
    margin: 0 0 30px;
    padding: 0;
    font-size: 32px;
    line-height: 42px;
    font-family: rubik;
    font-weight: 700;
    letter-spacing: -0.024em;
}

.sec-grow .desc p {
    text-transform: capitalize;
    text-align: left;
    font-weight: 400;
    color: #fff;
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
}

.sec-grow .desc .send-btn {
    background: #ffa22a;
    height: 50px;
    width: 290px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #ffa22a;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.new-brand-log-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
}

.new-brand-log-sec img {
    width: 20%;
}

.footer-bottom img {
    height: 25px;
    object-fit: contain;
    display: table;
    margin: 0 0 0 auto;
}

footer .footer-bottom {
    text-align: left !important;
}

.floatbutton.active {
    right: 0;
    z-index: 11;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    top: 54px;
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 16%;
    font-size: 0;
    width: 420px;
    z-index: 9;
}

.floatbutton .clickbutton {
    border-radius: 30px 0 0 30px;
    background: #fff;
    width: 50px;
    z-index: 999;
    height: 270px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    /* background: #134e5e; */
    background: black;
    margin-top: 198px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-family: poppins, sans-serif;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026;
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus {
    position: relative;
    display: block;
    transform: rotate(0deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    font-size: 16px;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    left: -79px;
    white-space: pre;
    bottom: 122px;
    font-weight: 700;
}

.floatbutton .clickbutton .crossplus.rotate {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #f43535;
    margin: 17px 0 0 15px;
}

.floatbutton .banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0 0 30px #0000001f;
}

.floatbutton .banner-form .banform {}

.floatbutton .banner-form .ban-form {}

.floatbutton .banner-form .ban-form input {
    width: 100%;
    margin: 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px;
}

.floatbutton .banner-form .intl-tel-input {
    width: 100%;
}

.floatbutton .banner-form h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

.floatbutton .banner-form .ban-form input[type="submit"] {
    color: #fff;
    font-weight: 600;
    background: #f43535;
    border-radius: 3px;
    text-align: center;
    background: #bf0d0d;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
}

.floatbutton .banner-form .ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: none !important;
    margin: 15px 0 0;
}

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

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

.floatbutton .btns_wrap .call_wrap {
    width: 280px;
    position: absolute;
    right: -225px;
    background: #fff;
    top: 120px;
    padding: 0;
    border-radius: 50px 0 0 50px;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.floatbutton .btns_wrap .call_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px;
}

.floatbutton .btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    padding: 0;
    background: #fff;
    top: 40px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50px 0 0 50px;
}

.floatbutton .btns_wrap .chat_wrap span.icoo,
.floatbutton .btns_wrap .call_wrap span.icoo {
    color: #fff;
    /* background: #134e5e; */
    background: #000;
    /* background: linear-gradient(45deg, #ffa22a, #f39a28); */
    /* background: #bf0d0d; */
    font-size: 18px;
    padding: 18px 20px 16px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50px 0 0 50px;
    box-shadow: 1px 0 13px #184dc1c2;
}

.floatbutton .btns_wrap .chat_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px;
}

.modal .modal-dialog .modal-content .modal-header,
.modal-footer {
    border: none;
}

.modal .modal-dialog .modal-content .modal-header button {
    border-radius: 50%;
    color: #ffffff;
    border: 3px solid #bf0d0d;
    line-height: 1em;
    text-align: center;
    font-size: 16px;
    opacity: 1;
}

.modal .modal-dialog .modal-content .modal-header .btn-close {
    background: inherit;
    opacity: inherit;
    position: absolute;
    right: 10px;
}

.modal .modal-dialog .modal-content .modal-body {
    text-align: center;
}

.modal .modal-dialog .modal-content .modal-body .input-div {
    position: relative;
}

.modal .modal-dialog .modal-content .modal-body .input-div i {
    position: absolute;
    top: 18px;
    color: #bf0d0d;
    left: 18px;
}

.modal .modal-dialog .modal-content .modal-body button {
    display: block;
    border-radius: 40px;
    outline: none;
    height: 54px;
    border: transparent;
    border-radius: 32.5px;
    height: 60px;
    background: #bf0d0d;
    color: #fff;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 22px;
    border: transparent;
    box-shadow: 0 0 4px 1px #bf0d0d;
}

section#industries_section {
    padding: 0 0 60px;
}

.row.col-center {
    float: none;
    justify-content: center;
}

.extra-div .col-xxl-3 {
    flex: 0 0 auto;
    width: 18%;
}

.modal .modal-dialog .modal-content .modal-body form {
    display: flex;
    flex-direction: column;
    padding: 0 0 !important;
}

.modal .modal-dialog .modal-content .modal-body form input {
    display: block;
    border-radius: 40px;
    outline: none;
    height: 54px;
    border: 1px solid #dedede;
    margin: 0 0 25px;
    padding: 0 40px;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 15.99px;
    width: 100%;
}

.modal .modal-dialog .modal-content .modal-body form select {
    display: block;
    border-radius: 40px;
    outline: none;
    height: 54px;
    border: 1px solid #dedede;
    margin: 0 0 25px;
    padding: 0 20px;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 15.99px;
    width: 100%;
    position: relative;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 10px), calc(100% - 15px) calc(1em + 10px), calc(100% - 2.5em) 0;
    background-size: 5px 5px, 5px 5px, 1px 55px;
    background-repeat: no-repeat;
}

.modal .modal-dialog .modal-content .modal-body form select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.modal .modal-dialog .modal-content .modal-body form select option {
    border-bottom: 1px solid #333;
}

.modal .modal-dialog .modal-content .modal-body h5 {
    font-family: eb garamond, serif;
    font-size: 27px;
    font-weight: 600;
    text-transform: capitalize;
    color: #dbad0a;
}

.modal .modal-dialog .modal-content .modal-body h5 span {
    font-size: 36px;
    text-shadow: 0px 0px #bf0d0d;
}

.cr-popup .modal-content {
    padding-bottom: 100px !important;
    position: relative;
}

.cr-popup h5#exampleModalLabel {
    position: relative;
    top: -20px;
}

.cr-popup .modal-content::before {
    background-image: url(../images/cr-grass.png@1123) !important;
    content: '';
    position: absolute;
    width: 100%;
    height: 123px;
    background-repeat: no-repeat;
    bottom: -20px;
    left: 16px;
    z-index: 999;
    transform: scale(1.3);
}

.modal .modal-dialog .modal-content {
    padding: 10px 8px;
    background-image: url(../images/cover-2.jpg);
}

.covo.modal .modal-dialog .modal-content {
    padding: 10px 8px;
    background-position: bottom;
}

.modal .modal-dialog .modal-content .modal-body p {
    font-family: rubik, sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #292929;
    margin: 0 0 30px;
    color: #fff;
}

@media only screen and (min-width: 300px) and (max-width: 519px) {}

.call-action {
    border-radius: 32px;
    width: 200px;
    height: 50px;
    background: #bf0d0d;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

a.call-action:hover {
    color: #fff;
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
    .header-1 .navalign ul {
    padding-right: 28px;
}
.call-action {
    font-size: 14px;
    width: 185px;
    height: 45px;
}
}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {
    .header-1 .navalign ul {
    padding-right: 28px;
}
.call-action {
    font-size: 14px;
    width: 185px;
    height: 45px;
}
}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {
    .header-1 .navalign ul {
    padding-right: 28px;
}
.call-action {
    font-size: 14px;
    width: 185px;
    height: 45px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .whatbooks-we-write .nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .request-a-quote .request-a-quote-content h4 {
        width: 80%;
        margin: 0 auto 10px;
    }

    .whatbooks-we-write .nav li.nav-item {
        margin: 0 0 10px;
    }

    .header-1 ul li a {
        font-size: 14px;
        margin: 0 15px;
    }

    .call-action {
        font-size: 14px;
        width: 200px;
        height: 40px;
        box-shadow: 0 0 12px 1px #bf0d0d;
    }

    .header-1 form button {
        width: 200px;
        height: 40px;
        font-size: 14px;
        box-shadow: 0 0 12px 1px #bf0d0d;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .myown {
        padding-top: 190px !important;
    }

    .service-banner-bg .banner-content h1,
    .banner-content h1 {
        font-size: 51px;
    }

    .banner .banner-content h2,
    .banner-content p {
        font-size: 18px;
    }

    .header-1 ul li a {
        font-size: 13px;
        margin: 0 12px;
    }

    .navbar-light .navbar-brand {
        width: 100px;
    }

    .navbar>.container{
        padding: 20px 0px;
    }

    .call-action {
        font-size: 12px;
        width: 155px;
        height: 40px;
     
    }  


    .header-1 form button {
        font-size: 12px;
        width: 155px;
        height: 40px;
        
    }

    .our-teams .our-team-card {
        text-align: -webkit-center !important;
    }

    .brands-with-us1 .brands-with-us-heading h2,
    .brands-with-us-heading h5 {
        font-size: 55px;
    }

    .brands-with-us p {
        font-size: 18px;
    }

    .why-choose-us .why-choose-us-heading h2,
    .why-choose-us-heading h5 {
        font-size: 44.04px;
    }

    .why-choose-us p {
        font-size: 15px;
        width: 100%;
    }

    .why-choose-us .why-choose-us-heading {
        text-align: left;
    }

    .little-intro-aboutus {
        padding: 80px 0;
    }

    .little-intro-aboutus .little-intro-content {
        text-align: left;
    }

    .little-intro-aboutus .little-intro-content h2,
    .little-intro-content h5 {
        font-size: 35px;
    }

    .little-intro-aboutus .little-intro-content p {
        font-size: 16px;
        width: 100%;
    }

    .top-5-features {
        padding: 65px 0 80px;
    }

    .top-5-features .top-5-heading h3,
    .top-5-heading h5 {
        font-size: 45.98px;
    }

    .top-5-features .top-5-heading span {
        font-size: 14px;
    }

    .our-teams {
        padding: 30px 0 0;
    }

    .our-teams .our-team-card {
        text-align: center;
    }

    .our-teams .our-team-card .our-team-card-img .our-team-card-content p {
        margin: 0 auto;
        width: 51%;
    }

    .our-teams .our-teams-heading h3,
    .our-teams-heading h5 {
        font-size: 45.04px;
    }

    .our-teams .our-teams-heading p {
        font-size: 15.01px;
    }

    .our-teams .our-team-card .our-team-card-img .our-team-card-content p {
        font-size: 10px;
        margin: 0 auto;
        width: 100%;
    }

    .our-teams .our-team-card .our-team-card-avatar img {
        height: 254.59px;
    }

    .whatbooks-we-write {
        padding: 15rem 0;
        margin: -215px 0 0;
    }

    .whatbooks-we-write .books-we-write-heading h3,
    .books-we-write-heading h2 {
        font-size: 43.05px;
        margin-top: 82px;
    }

    .whatbooks-we-write .books-we-write-heading p {
        font-size: 16.02px;
    }

    .our-process-card .img-out-circle,
    .img-out-circle2 {
        height: 200px;
        width: 200px;
    }

    .our-process-card .img-out-circle::after {
        bottom: -20px;
    }

    .our-process .our-process-heading h3,
    .our-process-heading h5,
    .our-process-heading h2 {
        font-size: 40.06px;
    }

    .our-process .our-process-heading {
        margin-bottom: 30px;
    }

    .our-process::before {
        content: none;
    }

    .our-process::after {
        content: none;
    }

    .our-process>.container .row:nth-child(2) .col-12:nth-child(odd) .our-process-card {
        margin: 110px 0 0;
    }

    .our-process .second-card-under::after {
        content: none;
    }

    .request-a-quote {
        padding: 0;
    }

    .request-a-quote .request-a-quote-content {
        border-radius: 0;
        padding: 74px 0;
        box-shadow: 0 0;
    }

    .request-a-quote .request-a-quote-content h4 {
        font-size: 45.04px;
    }

    .request-a-quote .request-a-quote-content p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options {
        margin: 38px 0 0;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options .live-chat p {
        font-size: 14.84px;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options .live-chat a {
        font-size: 18.74px;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us {
        padding: 0;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us p {
        font-size: 14.82px;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us a {
        font-size: 18.69px;
    }

    .testimonials .best-reviews h3,
    .best-reviews h2 {
        font-size: 46.04px;
    }

    .testimonials .best-reviews p {
        font-size: 14.01px;
        width: 100%;
    }

    .testimonials .review-card {
        padding: 32px 25px;
        height: 460px;
    }

    .testimonials .content p {
        letter-spacing: 0;
    }

    .testimonials {
        padding: 50px 0 330px;
    }

    .testimonials .arrow-main {
        bottom: -97%;
    }

    .frequently-asked-questions .frequently-heading h2,
    .frequently-heading h5 {
        font-family: eb garamond, serif;
        font-size: 47px;
        font-weight: 700;
        color: #302946;
        margin: 0 0 35px;
    }

    .frequently-asked-questions .frequently-heading h2 span {
        display: block;
    }

    .frequently-asked-questions .frequently-heading p {
        font-size: 16.01px;
    }

    .our-satisfied-customer-stats {
        margin: 0;
    }

    .our-satisfied-customer-content {
        border-radius: 0;
    }

    .our-satisfied-customer-content h5,
    .our-satisfied-customer-content h3 {
        font-size: 40px;
    }

    .our-satisfied-customer-content p {
        width: 75%;
        margin: 0 auto;
    }

    .our-satisfied-customer-content .our-satisfied-counts {
        margin: 40px 0;
    }

    .our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container .counter {
        font-size: 51.14px;
    }

    .our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container span {
        font-size: 16px;
    }

    .talk-to-us .lets-start-your-business-card-img img {
        height: 661.88px;
    }

    .talk-to-us .lets-start-heading h5 {
        font-size: 45.97px;
    }

    .talk-to-us .content {
        border-radius: 0;
    }

    .little-intro-btns {
        display: flex;
        flex-wrap: wrap;
    }

    .little-intro-aboutus .little-intro-content .little-intro-btns .btn1 {
        height: 65px;
        width: 190px;
        font-size: 16px;
        margin: 0 10px 20px 0;
    }

    .little-intro-aboutus .little-intro-content .little-intro-btns .talk-with-us-outer {
        margin: 0;
    }

    .whatbooks-we-write .nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .whatbooks-we-write .nav li.nav-item {
        margin: 0 0 10px;
    }

    .contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
        border: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .myown {
        padding-top: 190px !important;
    }

    a.navbar-brand {
        width: 50%;
    }

    .navbar-nav .on-desktop {
        display: none;
    }

    .navbar-nav .on-mobile {
        display: block;
    }

    .navbar-light .navbar-toggler-icon {
        filter: invert(1);
    }

    .navbar>.container{
        padding: 20px 0px;
    }

    .service-banner-bg .banner-content h1,
    .banner-content h1 {
        font-size: 45px;
    }

    .banner .banner-content h2,
    .banner-content p {
        font-size: 16px;
    }
    
    .banner2{
        padding: 115px 0 !important;
    }

    .banner .banner-content .banner-form form input {
        height: 57px;
        line-height: 40px;
        margin: 0 0 35px;
        width: 69%;
    }

    .banner .banner-content .banner-form form button {
        height: 53px;
        line-height: 40px;
        margin: 0;
        width: 70%;
        font-size: 18px;
    }

    .banner .banner-content .banner-form form {
        border-radius: 60px;
        line-height: inherit;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 380px;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .our-teams .our-team-card {
        text-align: -webkit-center !important;
    }

    .brands-with-us1 .brands-with-us-heading h2,
    .brands-with-us-heading h5 {
        font-size: 45px;
    }

    .brands-with-us p {
        font-size: 18px;
    }

    .why-choose-us .why-choose-us-heading h2,
    .why-choose-us-heading h5 {
        font-size: 48.04px;
    }

    .why-choose-us p {
        font-size: 15px;
        width: 100%;
    }

    .why-choose-us .why-choose-us-heading {
        text-align: center;
    }

    .little-intro-aboutus {
        padding: 80px 0;
    }

    .little-intro-aboutus .little-intro-content {
        text-align: center;
        margin: 0 !important;
    }

    .little-intro-aboutus .little-intro-content h2,
    .little-intro-content h5 {
        font-size: 35px;
    }

    .little-intro-aboutus .little-intro-content p {
        font-size: 16px;
        width: 100%;
    }

    .top-5-features {
        padding: 100px 0 145px;
    }

    .top-5-features .top-5-heading span {
        font-size: 14px;
    }

    .our-teams {
        padding: 30px 0 0;
    }

    .our-teams .our-team-card {
        text-align: center;
    }

    .our-teams .our-team-card .our-team-card-img .our-team-card-content p {
        margin: 0 auto;
        width: 51%;
    }

    .our-teams .our-teams-heading h3,
    .our-teams-heading h5 {
        font-size: 45.04px;
    }

    .our-teams .our-teams-heading p {
        font-size: 15.01px;
        padding: 0 55px;
    }

    .whatbooks-we-write {
        padding: 8rem 0;
        margin: -215px 0 0;
    }

    .whatbooks-we-write .books-we-write-heading h3,
    .books-we-write-heading h2 {
        font-size: 43.05px;
        margin-top: 235px;
    }

    .whatbooks-we-write .books-we-write-heading p {
        font-size: 16.02px;
    }

    .our-process .our-process-heading h3,
    .our-process-heading h5,
    .our-process-heading h2 {
        font-size: 40.06px;
    }

    .our-process .our-process-heading {
        margin-bottom: 0;
    }

    .our-process::before {
        content: none;
    }

    .our-process::after {
        content: none;
    }

    .our-process .second-card-under::after {
        content: none;
    }

    .request-a-quote {
        padding: 0;
    }

    .request-a-quote .request-a-quote-content {
        border-radius: 0;
        padding: 74px 0;
        box-shadow: 0 0;
    }

    .request-a-quote .request-a-quote-content h4 {
        font-size: 45.04px;
    }

    .request-a-quote .request-a-quote-content p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options {
        margin: 38px 0 0;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options .live-chat p {
        font-size: 14.84px;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options .live-chat a {
        font-size: 18.74px;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us {
        padding: 0;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us p {
        font-size: 14.82px;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us a {
        font-size: 18.69px;
    }

    .testimonials .best-reviews h3,
    .best-reviews h2 {
        font-size: 46.04px;
    }

    .testimonials .best-reviews p {
        font-size: 14.01px;
        width: 100%;
    }

    .testimonials .review-card {
        padding: 32px 25px;
        height: 460px;
    }

    .testimonials .content p {
        letter-spacing: 0;
    }

    .testimonials {
        padding: 50px 0 330px;
    }

    .testimonials .arrow-main {
        bottom: -97%;
    }

    .frequently-asked-questions .frequently-heading h2,
    .frequently-heading h5 {
        font-family: eb garamond, serif;
        font-size: 47px;
        font-weight: 700;
        color: #302946;
        margin: 0 0 35px;
    }

    .frequently-asked-questions .frequently-heading h2 span {
        display: block;
    }

    .frequently-asked-questions .frequently-heading p {
        font-size: 16.01px;
    }

    .our-satisfied-customer-stats {
        margin: 0;
    }

    .our-satisfied-customer-content {
        border-radius: 0;
    }

    .our-satisfied-customer-content h5,
    .our-satisfied-customer-content h3 {
        font-size: 47.04px;
    }

    .our-satisfied-customer-content p {
        width: 75%;
        margin: 0 auto;
    }

    .our-satisfied-customer-content .our-satisfied-counts {
        flex-wrap: wrap;
        margin: 40px 0;
    }

    .our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container {
        margin: 0 auto;
        width: 33%;
        text-align: center;
    }

    .talk-to-us .lets-start-heading h5 {
        font-size: 45.97px;
    }

    .talk-to-us .content {
        border-radius: 0;
    }

    .our-process>.container .row:nth-child(2) .col-12:nth-child(odd) .our-process-card {
        margin: 50px 10px 50px 0;
    }

    .little-intro-aboutus .little-intro-content .little-intro-btns .btn1 {
        height: 65px;
        width: 190px;
        font-size: 16px;
        margin: 0 0 20px;
    }

    .talk-to-us .lets-start-your-business-card-img img {
        border-radius: 50px;
        margin: 0 0 20px;
    }

    .whatbooks-we-write .nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .whatbooks-we-write .nav li.nav-item {
        margin: 0 0 10px;
    }

    .our-process-card .img-out-circle {
        order: 1;
    }

    .our-process .our-process-card .our-process-card-content {
        order: 2;
        margin-top: 60px;
    }

    .our-process-card .img-out-circle2::after {
        bottom: -21px;
        top: inherit;
        transform: rotate(45deg);
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .myown {
        padding-top: 190px !important;
    }

    .looking-img1 {
        position: absolute;
        bottom: 0px;
        width: 205px;
        z-index: 1;
        left: 189px;
    }

    .why-choose-us-heading h3 {
        font-size: 26px !important;
    }

    .seller-book1 .looking-img1 {
        bottom: 196px;
        left: -20px;
    }

    .service-banner-bg .banner-content h1,
    .banner-content h1 {
        font-size: 30px;
        margin: 0 0 25px;
    }

    .banner .banner-content h2,
    .banner-content p {
        font-size: 14px;
        margin: 0 0 40px;
    }

    .banner .banner-content .banner-form form input {
        height: 40px;
        line-height: 40px;
        margin: 0 0 35px;
        width: 70%;
    }

    .banner .banner-content .banner-form form button {
        height: 40px;
        line-height: 40px;
        margin: 0;
        width: 70%;
        font-size: 18px;
    }

    .banner .banner-content h1 {
        text-align: start !important;
    }

    .banner .banner-content .banner-form form {
        border-radius: 60px;
        line-height: inherit;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 355px;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .brands-with-us1 .brands-with-us-heading h2,
    .brands-with-us-heading h5 {
        font-size: 29px;
    }

    .brands-with-us p {
        font-size: 16px;
    }

    .little-intro-aboutus {
        padding: 30px 0;
        position: relative;
    }

    .why-choose-us .why-choose-us-heading h2,
    .why-choose-us-heading h5 {
        font-size: 35.04px;
    }

    .why-choose-us p {
        font-size: 14.01px;
        width: 100%;
    }

    .why-choose-us .why-choose-us-btns {
        text-align: center;
    }

    .why-choose-us .why-choose-us-heading h2 span {
        display: none;
    }

    .little-intro-aboutus .little-intro-content h2,
    .little-intro-content h5 {
        font-size: 35px;
    }

    .little-intro-content h5 {
        font-size: 35px;
    }

    .little-intro-aboutus .little-intro-content p {
        font-size: 14px;
        width: 100%;
    }

    .little-intro-aboutus .little-intro-content {
        text-align: center;
        margin: 0 !important;
    }

    .top-5-features {
        padding: 109px 0 133px;
    }

    .top-5-features .top-5-heading h3,
    .top-5-heading h5 {
        font-size: 30px;
    }

    .top-5-features .top-5-heading span {
        font-size: 14px;
    }

    .our-teams .our-teams-heading h3,
    .our-teams-heading h5 {
        font-size: 35.04px;
    }

    .our-teams .our-teams-heading p {
        font-size: 14.01px;
        padding: 0;
    }

    .our-teams .our-team-card {
        text-align: center;
    }

    .our-teams .our-team-card .our-team-card-img .our-team-card-content {
        margin: 0 auto;
        width: 65%;
    }

    .our-teams {
        padding: 30px 0 0;
    }

    .whatbooks-we-write .books-we-write-heading h3,
    .books-we-write-heading h2 {
        font-size: 35.05px;
        margin-top: 340px;
    }

    .whatbooks-we-write .books-we-write-heading p {
        font-size: 14.02px;
    }

    .our-process {
        padding: 3rem 0 8rem;
    }

    .our-process .our-process-heading {
        margin-bottom: 0;
    }

    .our-process>.container .row:nth-child(2) .col-12:nth-child(odd) .our-process-card {
        margin: 19px 0;
    }

    .our-process::before {
        display: none;
    }

    .our-process::after {
        display: none;
    }

    .our-process .second-card-under::after {
        display: none;
    }

    .our-process .our-process-btns {
        margin-top: 2em;
    }

    .our-process .our-process-btns button {
        font-size: 13px;
    }

    .our-process>.container .row:nth-child(2) .col-12:nth-child(odd) .our-process-card {
        margin: 19px 0;
    }

    .our-process .our-process-card {}

    .request-a-quote .request-a-quote-content {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .request-a-quote {
        padding: 0;
    }

    .request-a-quote .request-a-quote-content h4 {
        font-size: 35.04px;
    }

    .request-a-quote .request-a-quote-content p {
        font-size: 16px;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options {
        flex-wrap: wrap;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options .live-chat {
        text-align: left;
        margin: 0 25px 23px;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us {
        text-align: left;
        margin: 0 23px 0 0;
    }

    .request-a-quote .request-a-quote-content {
        box-shadow: 0 0;
    }

    .testimonials .best-reviews h3,
    .best-reviews h2 {
        font-size: 35.04px;
    }

    .testimonials .best-reviews p {
        font-size: 16.01px;
        width: 100%;
        margin: 0 auto 1rem;
    }

    .testimonials .review-card {
        box-shadow: 0 0 8px 4px #b9b9b9;
        border-radius: 10px;
        width: 87%;
        background-color: #ffff;
        padding: 32px 25px 21px;
        height: 716.05px;
        display: flex;
        align-items: center;
    }

    .testimonials .content p {
        font-family: rubik, sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: #4d4d4d;
        letter-spacing: 0;
        margin: 33px 0 15px;
    }

    .testimonials .arrow-main {
        position: absolute;
        right: 28px;
        bottom: -190%;
    }

    .testimonials {
        padding: 50px 0 575px;
    }

    .frequently-asked-questions .frequently-heading h2,
    .frequently-heading h5 {
        font-size: 43px;
    }

    .frequently-asked-questions .frequently-heading p {
        font-family: rubik, sans-serif;
        font-weight: 300;
        font-size: 16.01px;
        color: #272137;
        margin: 0 0 45px;
    }

    .our-satisfied-customer-content {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .our-satisfied-customer-content h5,
    .our-satisfied-customer-content h3 {
        font-family: eb garamond, serif;
        font-size: 35.04px;
        font-weight: 700;
        color: #fff;
        margin-top: 30px;
    }

    .our-satisfied-customer-content p {
        font-size: 14.01px;
        padding: 0 43px;
    }

    .our-satisfied-customer-content .our-satisfied-counts {
        flex-wrap: wrap;
    }

    .our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container {
        text-align: center;
        width: 100%;
        margin: 0 0 30px;
    }

    .talk-to-us .lets-start-heading h5 {
        font-size: 22px;
    }

    .our-satisfied-customer-stats {
        margin: 0;
    }

    .our-process .our-process-heading h3,
    .our-process-heading h5,
    .our-process-heading h2 {
        font-family: eb garamond, serif;
        font-size: 40.06px;
        font-weight: 700;
        color: #000;
    }

    .whatbooks-we-write {
        margin: -525px 0 0;
    }

    .our-teams .our-team-card .our-team-card-img .our-team-card-content p {
        font-size: 1px;
        width: 70%;
        margin: 0 auto;
    }

    footer .gnome-socials .social-link-img ul {
        margin: 0 0 15px;
    }

    .talk-to-us .content {
        border-radius: 0;
    }

    .little-intro-aboutus .little-intro-content .little-intro-btns .btn1 {
        height: 65px;
        width: 190px;
        font-size: 16px;
        margin: 0 0 20px;
    }

    .talk-to-us .lets-start-your-business-card-img img {
        border-radius: 50px;
        margin: 0 0 20px;
    }

    .whatbooks-we-write .nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .whatbooks-we-write .nav li.nav-item {
        margin: 0 0 10px;
    }

    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row,
    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 {
        display: flex;
        flex-wrap: wrap;
    }

    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row .card-img,
    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 .card-img {
        margin: 0 10px 20px;
        width: 45%;
    }

    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row .card-img:nth-child(odd),
    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 .card-img:nth-child(even) {
        margin: 0 10px 20px;
        width: 45%;
    }

    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row .card-img img,
    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 .card-img img {
        width: 100%;
    }

    .our-process-card .img-out-circle {
        order: 1;
    }

    .our-process .our-process-card .our-process-card-content {
        order: 2;
        margin-top: 60px;
    }

    .our-process-card .img-out-circle2::after {
        bottom: -21px;
        top: inherit;
        transform: rotate(45deg);
    }

    .contact-us .contact-us-heading p:first-child::before {
        display: none;
    }

    .contact-us .contact-us-heading p:first-child::after {
        display: none;
    }

    .term-sec-wrap .terms-content h2 {
        line-height: 37px;
    }

    .frequently-asked-questions .frequently-heading h2,
    .frequently-heading h5 {
        font-size: 31px;
        margin: 0 0 20px;
        width: 100%;
        line-height: 1.6;
    }

    img {
        height: 100%;
        width: 100%;
        object-position: center !important;
        object-fit: fill !important;
    }
}

/* @media only screen and (min-width: 520px) and (max-width: 767px) {
    .myown {
        padding-top: 190px !important;
    }

    .looking-img1 {
        position: absolute;
        bottom: 0px;
        width: 205px;
        z-index: 1;
        left: 189px;
    }

    .seller-book1 .looking-img1 {
        bottom: 196px;
        left: -20px;
    }

    .brands-with-us .brands-with-us-heading h5,
    .brands-with-us-heading h2,
    .brands-with-us .brands-with-us-heading1.line-one h2,
    .section__title {
        font-size: 32px;
    }

    .top-5-features1 .top-5-features-cards1 p {
        font-size: 15px;
    }

    div#accordionExample3 {
        display: block;
    }

    section.blog-nav ul {
        display: block;
    }

    section.blog-nav li {
        padding: 10px 22px;
    }

    section.blog-nav {
        margin: 0;
    }

    section.blog-mainn.marketing {
        padding: 50px 0 0;
    }

    .blog-start h4 {
        font-size: 28px;
        line-height: 46px;
        margin: 26px 0 30px;
    }

    .frequently-asked-questions .frequently-heading h2,
    .frequently-heading h5 {
        font-size: 31px;
        margin: 0 0 20px;
        width: 100%;
        line-height: 1.6;
    }

    .contact-us .contact-us-heading p:first-child::before {
        display: none;
    }

    .contact-us .contact-us-heading p:first-child::after {
        display: none;
    }

    .term-sec-wrap .terms-content h2 {
        line-height: 37px;
    }

    .term-sec-wrap {
        padding: 170px 0 70px 0;
    }

    .extra-div .col-xxl-3 {
        width: 100%;
    }

    .callusnow {
        display: block;
    }

    a.navbar-brand {
        width: 50% !important;
    }

    .navbar-nav .on-desktop {
        display: none;
    }

    .navbar-nav .on-mobile {
        display: block;
    }

    .service-banner-bg .banner-content h1,
    .banner-content h1 {
        font-size: 30px !important;
        margin: 0 0 15px;
        width: 100%;
        line-height: 37px;
    }

    .brands-with-us-heading h3 {
        font-size: 20px !important;
        color: #bf0d0d;
        line-height: 30px;
    }

    .brands-with-us-img {
        margin-bottom: 0;
    }

    .banner .highly-recomended-by {
        display: none;
    }

    .banner .highly-recomended-by .img ul li {
        display: inline;
        margin: 0 8px 0 !important;
    }

    .banner .banner-content h2,
    .banner-content p {
        font-size: 14px;
        margin: 0 auto 30px;
        width: 100%;
    }

    .banner .banner-content .banner-form form input {
        height: 40px;
        line-height: 40px;
        margin: 0 0 35px;
        width: 70%;
    }

    .banner .banner-content .banner-form form button {
        height: 40px;
        line-height: 40px;
        margin: 0;
        width: 70%;
        font-size: 18px;
    }

    .banner .banner-content .banner-form form {
        border-radius: 60px;
        line-height: inherit;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 355px;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .brands-with-us1 .brands-with-us-heading h2,
    .brands-with-us-heading h5 {
        font-size: 29px;
        font-size: 20px;
        line-height: 30px;
    }

    .brands-with-us p {
        font-size: 16px;
    }

    .why-choose-us .why-choose-us-heading h2,
    .why-choose-us-heading h5 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 20px;
    }

    .main-services-one {
        padding-bottom: 40px !important;
    }

    .why-choose-us p {
        font-size: 15px;
        width: 100%;
        line-height: 22px;
    }

    .why-choose-us .why-choose-us-btns {
        text-align: center;
    }

    .why-choose-us .why-choose-us-heading h2 span {
        display: none;
    }

    .little-intro-aboutus .little-intro-content h2,
    .section__title {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .little-intro-aboutus {
        padding: 30px 0;
    }

    .little-intro-aboutus .little-intro-content p {
        font-size: 14px;
        width: 100%;
    }

    .little-intro-aboutus .little-intro-content {
        text-align: center;
        margin: 0 !important;
    }

    .top-5-features {
        padding: 10px 0 85px;
    }

    .top-5-features .top-5-heading h3,
    .top-5-heading h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .main-services-one {
        margin: 40px 0 0px;
    }

    .h2-title {
        padding-top: 12px !important;
        font-size: 24px !important;
    }

    .contact-us .contact-us-heading h5 {
        font-size: 33px !important;
        margin: 39px 0px !important;
    }

    .contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
        margin: 20px !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .contact-us .ways-to-connect .ways-to-connect-connect,
    .contact-us .ways-to-connect {
        display: block !important;
    }

    .top-5-features .top-5-heading span {
        font-size: 14px;
    }

    .our-teams .our-teams-heading h3,
    .our-teams-heading h5 {
        font-size: 22px !important;
    }

    .our-teams .our-teams-heading p {
        font-size: 14.01px;
        padding: 0;
    }

    .our-teams .our-team-card {
        text-align: center;
    }

    .our-teams .our-team-card .our-team-card-img .our-team-card-content {
        margin: 0 auto;
        width: 65%;
    }

    .our-teams {
        padding: 30px 0 0;
    }

    .whatbooks-we-write .books-we-write-heading h3,
    .books-we-write-heading h2 {
        font-size: 35.05px;
        margin-top: 340px;
    }

    .whatbooks-we-write .books-we-write-heading p {
        font-size: 14.02px;
        padding: 0 20px;
    }

    .our-process {
        padding: 3rem 0 20rem;
    }

    .our-process .our-process-heading {
        margin-bottom: 0;
    }

    .our-process>.container .row:nth-child(2) .col-12:nth-child(odd) .our-process-card {
        margin: 19px 0;
    }

    .our-process::before {
        display: none;
    }

    .our-process::after {
        display: none;
    }

    .our-process .second-card-under::after {
        display: none;
    }

    .our-process .our-process-btns {
        margin-top: 2em;
    }

    .our-process .our-process-btns button {
        font-size: 13px;
    }

    .our-process>.container .row:nth-child(2) .col-12:nth-child(odd) .our-process-card {
        margin: 19px 0;
    }

    .our-process .our-process-card {}

    .request-a-quote .request-a-quote-content {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .request-a-quote {
        padding: 0;
    }

    .request-a-quote .request-a-quote-content h4 {
        font-size: 22.04px;
    }

    .section__title {
        font-size: 22px !important;
    }

    .frm_area_btm form h4 {
        font-size: 22px !important;
    }

    .frm_area_btm form {
        padding: 3rem 2rem 3rem !important;
    }

    .service-title-one p {
        padding: 0% 3% !important;
    }

    .fx-footer-quote-form .input-group {
        margin-bottom: 120px !important;
    }

    button.btn.btn-block.btn-lg.btn-green {
        top: 125px;
        z-index: 0;
    }

    .fx-footer-quote-form {
        padding: 0px !important;
    }

    .brands-with-us-heading h2 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    section.request-a-quote .request-a-quote-content h3 {
        font-size: 22px !important;
    }

    .frm_area_btm form h3 {
        font-size: 22px;
    }

    .request-a-quote .request-a-quote-content p {
        padding: 0px 10px;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us a {
        font-size: 22.69px;
    }

    .request-a-quote .request-a-quote-content p {
        font-size: 16px;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options {
        flex-wrap: wrap;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options .live-chat {
        text-align: left;
        margin: 0 25px 23px;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us {
        text-align: left;
        margin: 0 23px 0 0;
    }

    .half-blk {
        width: 100%;
        margin: 0;
    }

    .row.justify-content-center div#accordionExample {
        display: flex;
        flex-direction: column;
    }

    .request-a-quote .request-a-quote-content {
        box-shadow: 0 0;
    }

    .testimonials .best-reviews h3,
    .best-reviews h2 {
        font-size: 35.04px;
    }

    .testimonials .best-reviews p {
        font-size: 16.01px;
        width: 100%;
        margin: 0 auto 1rem;
    }

    .testimonials .review-card {
        box-shadow: 0 0 8px 4px #b9b9b9;
        border-radius: 10px;
        width: 87%;
        background-color: #ffff;
        padding: 32px 25px 21px;
        height: 716.05px;
        display: flex;
        align-items: center;
    }

    .testimonials .content p {
        font-family: rubik, sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: #4d4d4d;
        letter-spacing: 0;
        margin: 33px 0 15px;
    }

    .testimonials .arrow-main {
        position: absolute;
        right: 28px;
        bottom: -190%;
    }

    .testimonials {
        padding: 50px 0 575px;
    }

    .frequently-asked-questions .frequently-heading h2,
    .frequently-heading h5 {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .frequently-asked-questions {
        padding: 30px 0 50px;
    }

    .frequently-asked-questions .frequently-heading p {
        font-family: rubik, sans-serif;
        font-weight: 300;
        font-size: 16.01px;
        color: #272137;
        margin: 0 0 45px;
    }

    .our-satisfied-customer-content {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .our-satisfied-customer-content h5,
    .our-satisfied-customer-content h3 {
        font-family: eb garamond, serif;
        font-size: 35.04px;
        font-weight: 700;
        color: #000;
        margin-top: 30px;
    }

    .our-satisfied-customer-content p {
        font-size: 14.01px;
        padding: 0 43px;
    }

    .our-satisfied-customer-content .our-satisfied-counts {
        flex-wrap: wrap;
    }

    .our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container {
        text-align: center;
        width: 100%;
        margin: 0 0 30px;
    }

    .talk-to-us .lets-start-heading h5 {
        font-size: 22px;
    }

    .our-satisfied-customer-stats {
        margin: 0;
    }

    .our-process .our-process-heading h3,
    .our-process-heading h5,
    .our-process-heading h2 {
        font-family: eb garamond, serif;
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }

    section#industries_section {
        padding: 20px 0 0px !important;
    }

    .whatbooks-we-write {
        margin: -750px 0 0;
    }

    .our-teams .our-team-card .our-team-card-img .our-team-card-content p {
        font-size: 24px;
        width: 70%;
        margin: 0 auto;
    }

    .d-flex {
        display: flex !important;
        flex-direction: column;
        gap: 7px;
        margin-top: 7px;
        padding-left: 0px;
        margin-bottom: 7px;
    }

    button.hvr-grow.tc-image-effect-shine {
        margin: 0px;
    }

    .header-1 .navalign ul {
        padding-top: 15px;
    }

    .our-process-heading h2 {
        line-height: 35px !important;
        font-size: 22px !important;
    }

    .our-process-heading h3 {
        font-size: 22px !important;
    }

    .awards h2 {
        font-size: 22px !important;
        line-height: 35px !important;
    }

    .awards h4 {
        font-size: 18px !important;
    }

    .our-satisfied-customer-content h3 {
        font-size: 22px;
    }

    .our-satisfied-customer-content p {
        padding: 0% 4% !important;
    }

    .fx-footer-leads .card-body h4 {
        font-size: 22px !important;
    }

    .fx-footer-quote-form h4 {
        font-size: 18px !important;
    }

    .sec-testimonials .head h5 {
        font-size: 22px;
        line-height: 35px;
    }

    .fx-footer-quote-form .input-group .btn {
        font-size: 16px !important;
    }

    section.request-a-quote .request-a-quote-content h4 {
        font-size: 22px !important;
    }

    .one-stop-content h3 {
        font-size: 22px;
        line-height: 30px;
    }

    section.my-custom h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .one-stop-content h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .call-action {
        font-size: 14px;
    }

    .one-stop-content {
        padding: 40px 15px !important;
    }

    .award-badges {
        display: flex;
        justify-content: center !important;
        align-items: center;
        text-align: -webkit-center !important;
        margin-top: 44px !important;
    }

    img {
        height: 100%;
        width: 100%;
        object-position: center !important;
        object-fit: scale-down !important;
    }

    .our-teams .our-team-card:hover .our-team-card-img .our-team-card-content p {
        margin-top: 25px !important;
    }

    .our-teams .our-team-card .our-team-card-img .our-team-card-content p {
        margin-top: 25px !important;
    }

    .banner2 {
        padding: 85px 0 !important;
    }

    .navbar>.container {
        padding: 15px 25px;
    }

    .tlk-btns{
        font-size: 12px !important;
    }

    .header-1 ul li a{
        margin: 0px ;
    }

    footer .gnome-socials .social-link-img ul {
        margin: 0 0 15px;
    }

    .talk-to-us .content {
        border-radius: 0;
    }

    .little-intro-aboutus .little-intro-content .little-intro-btns .btn1 {
        height: 65px;
        width: 190px;
        font-size: 16px;
        margin: 0 0 20px;
    }

    .talk-to-us .lets-start-your-business-card-img img {
        border-radius: 50px;
        margin: 0 0 20px;
    }

    .whatbooks-we-write .books-we-write-heading {
        padding: 50px 0 0;
    }

    .whatbooks-we-write .nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .whatbooks-we-write .nav li.nav-item {
        margin: 0 0 10px;
    }

    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row,
    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 {
        display: flex;
        flex-wrap: wrap;
    }

    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row .card-img,
    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 .card-img {
        width: 50%;
        margin: 0 auto 20px;
    }

    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row .card-img:nth-child(odd),
    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 .card-img:nth-child(even) {
        width: 50%;
        margin: 0 auto 20px;
    }

    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row .card-img img,
    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 .card-img img {
        width: 90%;
        height: 225px;
    }

    .our-process-card .img-out-circle {
        order: 1;
    }

    .our-process .our-process-card .our-process-card-content {
        order: 2;
        margin-top: 60px;
    }

    .our-process-card .img-out-circle2::after {
        bottom: -21px;
        top: inherit;
        transform: rotate(45deg);
    }

    .modal .modal-dialog .modal-content .modal-body form {
        padding: 0;
    }

    .modal .modal-dialog .modal-content .modal-body h5 {
        font-size: 23px;
        line-height: 25px;
        margin: 40px 0 0;
    }

    .modal .modal-dialog .modal-content .modal-body h5 span {
        font-size: 28px;
    }

    .modal .modal-dialog .modal-content .modal-body p {
        font-size: 15px;
        margin: 16px 0 30px;
    }

    #exampleModal .modal-header h6 {
        font-size: 26px;
    }

    .modal .modal-dialog .modal-content .modal-header .btn-close {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 30px;
    }

    footer .footer-bottom span {
        text-align: center;
    }

    .footer-bottom img {
        margin: 15px auto 0;
    }

    .floatbutton .btns_wrap .chat_wrap {
        right: -240px;
        width: 275px;
        padding: 0;
    }

    .floatbutton .btns_wrap .chat_wrap span.icoo,
    .floatbutton .btns_wrap .call_wrap span.icoo {
        font-size: 12px;
        padding: 8px;
    }

    .floatbutton .btns_wrap .call_wrap {
        right: -245px;
    }

    .floatbutton .clickbutton {
        width: 35px;
        z-index: 999;
        height: 219px;
    }

    .floatbutton .clickbutton .crossplus {
        font-size: 12px;
        left: -63px;
        bottom: 96px;
    }

    .floatbutton {
        width: 405px;
        right: -380px;
    }

    .fx-footer-leads {
        width: 100%;
        flex-direction: column;
    }

    .fx-footer-leads .card-img img {
        width: 60%;
    }

    .fx-footer-leads .card-body {
        text-align: center;
    }

    .fx-footer-quote-form .input-group .btn {
        padding: 0 10px;
        height: 30px;
        font-family: rubik;
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;
        bottom: -40px;
        border-radius: 0 !important;
        right: 0;
        width: 100%;
    }

    .fx-footer-quote-form .input-group .form-control {
        font-family: inherit;
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
        width: 100%;
        height: 30px;
    }

    .fx-footer-quote-form .input-group {
        display: flex;
        padding: 0;
        background-color: #fff;
        border-radius: 8px;
        width: 55%;
    }

    .fx-footer-quote-form h4 {
        font-family: rubik;
        font-weight: 600;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: -0.03em;
        color: #fff;
        width: 100%;
        margin: 10px auto;
    }

    .fx-footer-leads .card-number span {
        display: inline-block;
        width: 45px;
        height: 45px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #f7941d;
        background: -webkit-linear-gradient(180deg, #f7941d 55.15%, #e58716 59.84%);
        background: linear-gradient(180deg, #f7941d 55.15%, #e58716 59.84%);
        font-family: inherit;
        font-weight: 900;
        font-size: 40px;
        line-height: 41px;
        text-align: center;
        color: #f9fbff;
    }

    .fx-footer-leads .card-number {
        margin: 5px 0;
    }

    .fx-footer-leads {
        margin: 0 0 10px;
        padding: 25px 0 0;
        width: 100% !important;
    }

    .fx-footer-leads .card-body h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .fx-footer-widget .fx-footer-widget-left {
        padding: 0 !important;
    }

    .whatbooks-we-write {
        margin: -140% 0 0;
    }

    .our-teams {}

    .our-process {
        padding: 3rem 0 5rem;
    }

    .our_client .card_1 {
        height: 290px;
    }

    .service-box-one {
        text-align: center;
    }

    .service-icon-one {
        margin: 0 auto;
    }

    .why-choose-us-heading h3 {
        font-size: 22px;
    }
} */

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .myown {
        padding-top: 190px !important;
    }

    .looking-img1 {
        position: absolute;
        bottom: 0px;
        width: 205px;
        z-index: 1;
        left: 189px;
    }

    .seller-book1 .looking-img1 {
        bottom: 196px;
        left: -20px;
    }

    .brands-with-us .brands-with-us-heading h5,
    .brands-with-us-heading h2,
    .brands-with-us .brands-with-us-heading1.line-one h2,
    .section__title {
        font-size: 32px;
    }

    .top-5-features1 .top-5-features-cards1 p {
        font-size: 15px;
    }

    div#accordionExample3 {
        display: block;
    }

    section.blog-nav ul {
        display: block;
    }

    section.blog-nav li {
        padding: 10px 22px;
    }

    section.blog-nav {
        margin: 0;
    }

    section.blog-mainn.marketing {
        padding: 50px 0 0;
    }

    .blog-start h4 {
        font-size: 28px;
        line-height: 46px;
        margin: 26px 0 30px;
    }

    .frequently-asked-questions .frequently-heading h2,
    .frequently-heading h5 {
        font-size: 31px;
        margin: 0 0 20px;
        width: 100%;
        line-height: 1.6;
    }

    .contact-us .contact-us-heading p:first-child::before {
        display: none;
    }

    .contact-us .contact-us-heading p:first-child::after {
        display: none;
    }

    .term-sec-wrap .terms-content h2 {
        line-height: 37px;
    }

    .term-sec-wrap {
        padding: 170px 0 70px 0;
    }

    .extra-div .col-xxl-3 {
        width: 100%;
    }

    .callusnow {
        display: block;
    }

    a.navbar-brand {
        width: 50% !important;
    }

    .navbar-nav .on-desktop {
        display: none;
    }

    .navbar-nav .on-mobile {
        display: block;
    }

    .service-banner-bg .banner-content h1,
    .banner-content h1 {
        font-size: 30px !important;
        margin: 0 0 15px;
        width: 100%;
        line-height: 37px;
    }

    .brands-with-us-heading h3 {
        font-size: 20px !important;
        color: #bf0d0d;
        line-height: 30px;
    }

    .brands-with-us-img {
        margin-bottom: 0;
    }

    .banner .highly-recomended-by {
        display: none;
    }

    .banner .highly-recomended-by .img ul li {
        display: inline;
        margin: 0 8px 0 !important;
    }

    .banner .banner-content h2,
    .banner-content p {
        font-size: 14px;
        margin: 0 auto 30px;
        width: 100%;
    }

    .banner .banner-content .banner-form form input {
        height: 40px;
        line-height: 40px;
        margin: 0 0 35px;
        width: 70%;
    }

    .banner .banner-content .banner-form form button {
        height: 40px;
        line-height: 40px;
        margin: 0;
        width: 70%;
        font-size: 18px;
    }

    .banner .banner-content .banner-form form {
        border-radius: 60px;
        line-height: inherit;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 355px;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .brands-with-us1 .brands-with-us-heading h2,
    .brands-with-us-heading h5 {
        font-size: 29px;
        font-size: 20px;
        line-height: 30px;
    }

    .brands-with-us p {
        font-size: 16px;
    }

    .why-choose-us .why-choose-us-heading h2,
    .why-choose-us-heading h5 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 20px;
    }

    .main-services-one {
        padding-bottom: 40px !important;
    }

    .why-choose-us p {
        font-size: 15px;
        width: 100%;
        line-height: 22px;
    }

    .why-choose-us .why-choose-us-btns {
        text-align: center;
    }

    .why-choose-us .why-choose-us-heading h2 span {
        display: none;
    }

    .little-intro-aboutus .little-intro-content h2,
    .section__title {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .little-intro-aboutus {
        padding: 30px 0;
    }

    .little-intro-aboutus .little-intro-content p {
        font-size: 14px;
        width: 100%;
    }

    .little-intro-aboutus .little-intro-content {
        text-align: center;
        margin: 0 !important;
    }

    .top-5-features {
        padding: 10px 0 85px;
    }

    .top-5-features .top-5-heading h3,
    .top-5-heading h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .main-services-one {
        margin: 40px 0 0px;
    }

    .h2-title {
        padding-top: 12px !important;
        font-size: 24px !important;
    }

    .contact-us .contact-us-heading h5 {
        font-size: 33px !important;
        margin: 39px 0px !important;
    }

    .contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
        margin: 20px !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .contact-us .ways-to-connect .ways-to-connect-connect,
    .contact-us .ways-to-connect {
        display: block !important;
    }

    .top-5-features .top-5-heading span {
        font-size: 14px;
    }

    .our-teams .our-teams-heading h3,
    .our-teams-heading h5 {
        font-size: 22px !important;
    }

    .our-teams .our-teams-heading p {
        font-size: 14.01px;
        padding: 0;
    }

    .our-teams .our-team-card {
        text-align: center;
    }

    .our-teams .our-team-card .our-team-card-img .our-team-card-content {
        margin: 0 auto;
        width: 65%;
    }

    .our-teams {
        padding: 30px 0 0;
    }

    .whatbooks-we-write .books-we-write-heading h3,
    .books-we-write-heading h2 {
        font-size: 35.05px;
        margin-top: 340px;
    }

    .whatbooks-we-write .books-we-write-heading p {
        font-size: 14.02px;
        padding: 0 20px;
    }

    .our-process {
        padding: 3rem 0 20rem;
    }

    .our-process .our-process-heading {
        margin-bottom: 0;
    }

    .our-process>.container .row:nth-child(2) .col-12:nth-child(odd) .our-process-card {
        margin: 19px 0;
    }

    .our-process::before {
        display: none;
    }

    .our-process::after {
        display: none;
    }

    .our-process .second-card-under::after {
        display: none;
    }

    .our-process .our-process-btns {
        margin-top: 2em;
    }

    .our-process .our-process-btns button {
        font-size: 13px;
    }

    .our-process>.container .row:nth-child(2) .col-12:nth-child(odd) .our-process-card {
        margin: 19px 0;
    }

    .our-process .our-process-card {}

    .request-a-quote .request-a-quote-content {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .request-a-quote {
        padding: 0;
    }

    .request-a-quote .request-a-quote-content h4 {
        font-size: 22.04px;
    }

    .section__title {
        font-size: 22px !important;
    }

    .frm_area_btm form h4 {
        font-size: 22px !important;
    }

    .frm_area_btm form {
        padding: 3rem 2rem 3rem !important;
    }

    .service-title-one p {
        padding: 0% 3% !important;
    }

    .fx-footer-quote-form .input-group {
        margin-bottom: 120px !important;
    }

    button.btn.btn-block.btn-lg.btn-green {
        top: 125px;
        z-index: 0;
    }

    .fx-footer-quote-form {
        padding: 0px !important;
    }

    .brands-with-us-heading h2 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    section.request-a-quote .request-a-quote-content h3 {
        font-size: 22px !important;
    }

    .frm_area_btm form h3 {
        font-size: 22px;
    }

    .request-a-quote .request-a-quote-content p {
        padding: 0px 10px;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us a {
        font-size: 22.69px;
    }

    .request-a-quote .request-a-quote-content p {
        font-size: 16px;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options {
        flex-wrap: wrap;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options .live-chat {
        text-align: left;
        margin: 0 25px 23px;
    }

    .request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us {
        text-align: left;
        margin: 0 23px 0 0;
    }

    .half-blk {
        width: 100%;
        margin: 0;
    }

    .row.justify-content-center div#accordionExample {
        display: flex;
        flex-direction: column;
    }

    .request-a-quote .request-a-quote-content {
        box-shadow: 0 0;
    }

    .testimonials .best-reviews h3,
    .best-reviews h2 {
        font-size: 35.04px;
    }

    .testimonials .best-reviews p {
        font-size: 16.01px;
        width: 100%;
        margin: 0 auto 1rem;
    }

    .testimonials .review-card {
        box-shadow: 0 0 8px 4px #b9b9b9;
        border-radius: 10px;
        width: 87%;
        background-color: #ffff;
        padding: 32px 25px 21px;
        height: 716.05px;
        display: flex;
        align-items: center;
    }

    .testimonials .content p {
        font-family: rubik, sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: #4d4d4d;
        letter-spacing: 0;
        margin: 33px 0 15px;
    }

    .testimonials .arrow-main {
        position: absolute;
        right: 28px;
        bottom: -190%;
    }

    .testimonials {
        padding: 50px 0 575px;
    }

    .frequently-asked-questions .frequently-heading h2,
    .frequently-heading h5 {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .frequently-asked-questions {
        padding: 30px 0 50px;
    }

    .frequently-asked-questions .frequently-heading p {
        font-family: rubik, sans-serif;
        font-weight: 300;
        font-size: 16.01px;
        color: #272137;
        margin: 0 0 45px;
    }

    .our-satisfied-customer-content {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .our-satisfied-customer-content h5,
    .our-satisfied-customer-content h3 {
        font-family: eb garamond, serif;
        font-size: 35.04px;
        font-weight: 700;
        color: #000;
        margin-top: 30px;
    }

    .our-satisfied-customer-content p {
        font-size: 14.01px;
        padding: 0 43px;
    }

    .our-satisfied-customer-content .our-satisfied-counts {
        flex-wrap: wrap;
    }

    .our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container {
        text-align: center;
        width: 100%;
        margin: 0 0 30px;
    }

    .talk-to-us .lets-start-heading h5 {
        font-size: 22px;
    }

    .our-satisfied-customer-stats {
        margin: 0;
    }

    .our-process .our-process-heading h3,
    .our-process-heading h5,
    .our-process-heading h2 {
        font-family: eb garamond, serif;
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }

    section#industries_section {
        padding: 20px 0 0px !important;
    }

    .whatbooks-we-write {
        margin: -750px 0 0;
    }

    .our-teams .our-team-card .our-team-card-img .our-team-card-content p {
        font-size: 24px;
        width: 70%;
        margin: 0 auto;
    }

    .d-flex {
        display: flex !important;
        flex-direction: column;
        gap: 7px;
        margin-top: 7px;
        padding-left: 0px;
        margin-bottom: 7px;
    }

    button.hvr-grow.tc-image-effect-shine {
        margin: 0px;
    }

    .header-1 .navalign ul {
        padding-top: 15px;
    }

    .our-process-heading h2 {
        line-height: 35px !important;
        font-size: 22px !important;
    }

    .our-process-heading h3 {
        font-size: 22px !important;
    }

    .awards h2 {
        font-size: 22px !important;
        line-height: 35px !important;
    }

    .awards h4 {
        font-size: 18px !important;
    }

    .our-satisfied-customer-content h3 {
        font-size: 22px;
    }

    .our-satisfied-customer-content p {
        padding: 0% 4% !important;
    }

    .fx-footer-leads .card-body h4 {
        font-size: 22px !important;
    }

    .fx-footer-quote-form h4 {
        font-size: 18px !important;
    }

    .sec-testimonials .head h5 {
        font-size: 22px;
        line-height: 35px;
    }

    .fx-footer-quote-form .input-group .btn {
        font-size: 16px !important;
    }

    section.request-a-quote .request-a-quote-content h4 {
        font-size: 22px !important;
    }

    .one-stop-content h3 {
        font-size: 22px;
        line-height: 30px;
    }

    section.my-custom h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .one-stop-content h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .call-action {
        font-size: 14px;
    }

    .one-stop-content {
        padding: 40px 15px !important;
    }

    .award-badges {
        display: flex;
        justify-content: center !important;
        align-items: center;
        text-align: -webkit-center !important;
        margin-top: 44px !important;
    }

    img {
        height: 100%;
        width: 100%;
        object-position: center !important;
        object-fit: scale-down !important;
    }

    .our-teams .our-team-card:hover .our-team-card-img .our-team-card-content p {
        margin-top: 25px !important;
    }

    .our-teams .our-team-card .our-team-card-img .our-team-card-content p {
        margin-top: 25px !important;
    }

    .banner2 {
        padding: 85px 0 !important;
    }

    .navbar>.container {
        padding: 15px 25px;
    }

    .tlk-btns{
        font-size: 12px !important;
    }

    .header-1 ul li a{
        margin: 0px ;
    }

    footer .gnome-socials .social-link-img ul {
        margin: 0 0 15px;
    }

    .talk-to-us .content {
        border-radius: 0;
    }

    .little-intro-aboutus .little-intro-content .little-intro-btns .btn1 {
        height: 65px;
        width: 190px;
        font-size: 16px;
        margin: 0 0 20px;
    }

    .talk-to-us .lets-start-your-business-card-img img {
        border-radius: 50px;
        margin: 0 0 20px;
    }

    .whatbooks-we-write .books-we-write-heading {
        padding: 50px 0 0;
    }

    .whatbooks-we-write .nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .whatbooks-we-write .nav li.nav-item {
        margin: 0 0 10px;
    }

    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row,
    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 {
        display: flex;
        flex-wrap: wrap;
    }

    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row .card-img,
    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 .card-img {
        width: 50%;
        margin: 0 auto 20px;
    }

    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row .card-img:nth-child(odd),
    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 .card-img:nth-child(even) {
        width: 50%;
        margin: 0 auto 20px;
    }

    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row .card-img img,
    .whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 .card-img img {
        width: 90%;
        height: 225px;
    }

    .our-process-card .img-out-circle {
        order: 1;
    }

    .our-process .our-process-card .our-process-card-content {
        order: 2;
        margin-top: 60px;
    }

    .our-process-card .img-out-circle2::after {
        bottom: -21px;
        top: inherit;
        transform: rotate(45deg);
    }

    .modal .modal-dialog .modal-content .modal-body form {
        padding: 0;
    }

    .modal .modal-dialog .modal-content .modal-body h5 {
        font-size: 23px;
        line-height: 25px;
        margin: 40px 0 0;
    }

    .modal .modal-dialog .modal-content .modal-body h5 span {
        font-size: 28px;
    }

    .modal .modal-dialog .modal-content .modal-body p {
        font-size: 15px;
        margin: 16px 0 30px;
    }

    #exampleModal .modal-header h6 {
        font-size: 26px;
    }

    .modal .modal-dialog .modal-content .modal-header .btn-close {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 30px;
    }

    footer .footer-bottom span {
        text-align: center;
    }

    .footer-bottom img {
        margin: 15px auto 0;
    }

    .floatbutton .btns_wrap .chat_wrap {
        right: -240px;
        width: 275px;
        padding: 0;
    }

    .floatbutton .btns_wrap .chat_wrap span.icoo,
    .floatbutton .btns_wrap .call_wrap span.icoo {
        font-size: 12px;
        padding: 8px;
    }

    .floatbutton .btns_wrap .call_wrap {
        right: -245px;
    }

    .floatbutton .clickbutton {
        width: 35px;
        z-index: 999;
        height: 219px;
    }

    .floatbutton .clickbutton .crossplus {
        font-size: 12px;
        left: -63px;
        bottom: 96px;
    }

    .floatbutton {
        width: 405px;
        right: -380px;
    }

    .fx-footer-leads {
        width: 100%;
        flex-direction: column;
    }

    .fx-footer-leads .card-img img {
        width: 60%;
    }

    .fx-footer-leads .card-body {
        text-align: center;
    }

    .fx-footer-quote-form .input-group .btn {
        padding: 0 10px;
        height: 30px;
        font-family: rubik;
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;
        bottom: -40px;
        border-radius: 0 !important;
        right: 0;
        width: 100%;
    }

    .fx-footer-quote-form .input-group .form-control {
        font-family: inherit;
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
        width: 100%;
        height: 30px;
    }

    .fx-footer-quote-form .input-group {
        display: flex;
        padding: 0;
        background-color: #fff;
        border-radius: 8px;
        width: 55%;
    }

    .fx-footer-quote-form h4 {
        font-family: rubik;
        font-weight: 600;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: -0.03em;
        color: #fff;
        width: 100%;
        margin: 10px auto;
    }

    .fx-footer-leads .card-number span {
        display: inline-block;
        width: 45px;
        height: 45px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #f7941d;
        background: -webkit-linear-gradient(180deg, #f7941d 55.15%, #e58716 59.84%);
        background: linear-gradient(180deg, #f7941d 55.15%, #e58716 59.84%);
        font-family: inherit;
        font-weight: 900;
        font-size: 40px;
        line-height: 41px;
        text-align: center;
        color: #f9fbff;
    }

    .fx-footer-leads .card-number {
        margin: 5px 0;
    }

    .fx-footer-leads {
        margin: 0 0 10px;
        padding: 25px 0 0;
        width: 100% !important;
    }

    .fx-footer-leads .card-body h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .fx-footer-widget .fx-footer-widget-left {
        padding: 0 !important;
    }

    .whatbooks-we-write {
        margin: -140% 0 0;
    }

    .our-teams {}

    .our-process {
        padding: 3rem 0 5rem;
    }

    .our_client .card_1 {
        height: 290px;
    }

    .service-box-one {
        text-align: center;
    }

    .service-icon-one {
        margin: 0 auto;
    }

    .why-choose-us-heading h3 {
        font-size: 22px;
    }
}

.new-brand-log-sec img {
    width: 20%;
    margin: 10px;
}

.new-brand-log-sec {
    display: inline-block;
}

.carousel {
    display: block;
    position: unset;
    -webkit-transform: translateZ(0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 0;
    padding: 8px;
    border-radius: 6px;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

.touch .carousel {
    overflow: auto;
}

.carousel:before,
.carousel:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    font-size: 80px;
    line-height: 190px;
    font-family: arial;
    color: #2ab1ce;
    font-weight: bold;
    pointer-events: none;
    transition: 0.2s ease-out;
}

.carousel.right:after,
.carousel.left:before {
    opacity: 1;
}

.carousel.right:after {
    right: 0;
    text-indent: 60px;
}

.carousel.left:before {
    left: 0;
    text-indent: -40px;
}

.carousel>a {
    position: absolute;
    margin: 0;
    top: 0;
    bottom: 0;
    color: #CCC;
    font-size: 1.5em;
    transition: 0.1s;
}

.carousel>a:hover {
    color: #FFF;
}

.carousel>a.prev {
    left: -20px;
}

.carousel>a.next {
    right: -20px;
}

.carousel>.slide {
    pointer-events: none;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.2s, bottom 0.2s;
}

.carousel:hover>.slide {
    opacity: 1;
    bottom: -10px;
}

.carousel>.wrap {
    overflow: hidden;
    border-radius: 5px;
}

.carousel>.wrap>ul {
    list-style: none;
    white-space: nowrap;
    height: 450px;
}

.carousel>.wrap>ul>li {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin: 0 0 0 5px;
    position: relative;
    overflow: hidden;
    transition: 0.25s ease-out;
}

.carousel>.wrap>ul>li:first-child {
    margin: 0;
}

.carousel>.wrap>ul>li>img {
    display: block;
    height: 440PX;
    margin: auto;
    vertical-align: bottom;
    position: relative;
    transition: 1s ease;
}

.myHomepage.banner .banner-content,
.myHomepage.banner,
.myHomepage.banner h1,
.myHomepage.banner p {
    text-align: left !important;
    padding-top: 70px;
}

.myHomepage.banner p {
    width: 100%;
    font-size: 18px;
    padding: 0;
}

.myHomepage.banner h1 {
    font-size: 40px
}

.our-satisfied-counts.numbers h2 {
    font-size: 40px !important;
    font-weight: 600;
    color: #001b28;
}

.right-video {
    width: 100%
}

.myso p {
    font-size: 18px;
    text-align: left;
}

.myso h3 {
    font-size: 35px;
    text-align: left;
}

.contact-section {
    padding-top: 40px;
}

.extra-div .our-process-card .img-out-circle,
.extra-div .img-out-circle2 {
    height: 174px;
    width: 174px;
}

.extra-div .our-process-card .img-inner-circle {
    height: 144px;
    width: 144px;
    line-height: 137px;
}

@media only screen and (max-width: 1200px) and (min-width: 1000px) {
    .myown {
        padding-top: 190px !important;
    }

    .top-5-features1 .top-5-features-cards1 {
        min-height: 552px;
        display: block;
    }

    .top-5-features1 .top-5-features-cards1 p {
        font-size: 16px;
    }

    .our-process .our-process-card p {
        padding: 10px 0 0;
    }

    .our-process .our-process-card h3,
    .our-process-card h5 {
        font-size: 15px;
        line-height: 27px;
    }

    .our-process .our-process-card {
        justify-content: flex-start;
    }

    .extra-div .our-process-card .img-out-circle,
    .extra-div .img-out-circle2 {
        height: 174px;
        width: 144px;
    }

    .frequently-asked-questions .frequently-heading h2,
    .frequently-heading h5 {
        margin: 0 auto 35px;
    }

    .request-a-quote .request-a-quote-content h4 {
        font-size: 42px;
    }

    .carousel {
        height: unset;
    }

    .row.martopp {
        margin-top: 50px;
    }
}

.trustpilot {
    padding: 30px 0 54px 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.google-reviews a img {
    width: 75%;
}

@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;800&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@700&display=swap');

.book-public,
.journy-sec {
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

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

.baner4 {
    background-image: url(https://book2publish.com/lp-book-publishing-new/images/hero-bg.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
}

body,
html {
    height: 100%
}

body {
    background: #fff;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    font-weight: 800 !important
}

a,
input,
label,
li,
p,
select,
small,
textarea,
ul {
    font-family: Poppins, sans-serif;
    font-weight: 300
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.step-blk,
a {
    transition: .5s
}

a {
    text-decoration: none !important
}

ul {
    margin: 0 !important;
    padding: 0
}

li {
    list-style: none
}

.top-bar {
    background-color: #bf0d0d;
    padding: 10px 0
}

.hdr-form,
.soc-ftr ul li a,
.tp-bar-blk ul li a,
a.hdr-btn1 {
    background-color: #fff
}

.copyrit-blk,
.hdr-blk,
.part-logos,
.tp-bar-blk {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.soc-ftr ul,
.tp-bar-blk ul {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.book-blk ul li,
.book-gallery button,
.hdr-btn a,
.journy-blk li,
.serv-looking label,
.theme-btn a,
.tmls-blk li {
    display: inline-block
}

.banner,
.tp-bar-blk ul li a {
    align-items: center;
    display: flex
}

.book-public-blk h2,
.book-public-blk li,
.book-public-blk p,
.step-blk:hover h5,
.step-blk:hover p,
a.hdr-btn2,
a.hdr-email,
a.thmn-btn1,
span.trms-txt {
    color: #fff
}

a.hdr-email i {
    margin-right: 8px
}

.tp-bar-blk ul li a {
    min-width: 35px;
    margin-left: 10px;
    height: 35px;
    border-radius: 100%;
    justify-content: center;
    color: #bf0d0d;
    font-size: 20px
}

.hdr-btm {
    border-bottom: 1px solid #85949d;
    padding: 8px 0;
    width: 100%;
    z-index: 99
}

a.hdr-btn1 {
    color: #175b71
}

.hdr-btn a {
    border: 1px solid #bf0d0d;
    padding: 10px 20px;
    border-radius: 10px 10px 10px 0;
    margin-left: 12px;
    font-weight: 400;
    color: #000;
}

a.hdr-btn2:hover,
a.thmn-btn2:hover {
    color: #fff !important;
    background-color: #bf0d0d;
    border-color: #bf0d0d
}

.hdr-btn a i,
.theme-btn a i {
    border: 1px solid;
    min-width: 20px;
    text-align: center;
    border-radius: 100%;
    margin-left: 8px;
    padding: 0 0 2px;
    position: relative;
    top: -1px
}

a.hdr-btn1:hover,
a.thmn-btn1:hover {
    background-color: transparent;
    color: #fff
}

a.brand-name {
    color: #fff;
    font-size: 30px
}

a.brand-name img {
    width: 230px;
    height: auto;
    margin: -30px;
}

.banner {
    position: relative;
    overflow: hidden;
    padding: 44px 0;
}

.banner .row,
.row-flx,
.step-blk span {
    align-items: center
}

.magzine-img {
    position: absolute;
    bottom: -30px;
    left: -53px;
    width: 300px;
    z-index: 9
}

.magzine-img img {
    width: 74%
}

.banner::before,
footer::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: #bf0d0d; */
}

.book-gallery button.active,
.hdr-form button,
.partner-logo,
a.thmn-btn2 {
    background-color: #bf0d0d
}

.banner::after {
    content: '';
    height: 500px;
    width: 500px;
    position: absolute;
    border: 70px solid #bf0d0d2b;
    border-radius: 100%;
    z-index: 0;
    left: -260px
}

.leaf-img img {
    width: 100%;
    opacity: .2
}

.leaf-img {
    position: absolute;
    right: -310px;
    width: 65%
}

.slide-cap h1 {
    z-index: 9;
    color: #fff;
    line-height: 35px;
    font-size: 30px;
    position: relative
}

.slide-cap li {
    color: #fff;
    position: relative;
    margin: 13px 0;
    padding-left: 28px
}

.book-public-blk li::before,
.slide-cap li::before {
    content: '\f00c';
    color: #bf0d0d;
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0
}

.theme-btn a {
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 10px 10px 10px 0;
    font-weight: 400;
    margin: 0 0 8px
}

a.thmn-btn2 {
    color: #fff;
    border-color: #bf0d0d
}

.slide-cap ul {
    padding: 10px 0 30px
}

.hdr-form {
    position: relative;
    z-index: 9;
    padding: 30px;
    border-radius: 15px
}

.hdr-form h3 {
    color: #bf0d0d;
    margin: 0 0 8px;
    text-align: center;
    font-size: 18px
}

.hdr-form input,
.hdr-form select {
    width: 100%;
    border: 1px solid #717171;
    padding: 5px 5px;
    margin: 8px 0 0;
}

.serv-looking {
    margin: 25px 0 5px
}

.serv-looking input {
    width: auto;
    margin-right: 2px;
    transform: scale(1.4)
}

.serv-looking input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 10px;
    height: 10px
}

.serv-looking span {
    font-size: 14px;
}

.serv-looking label {
    margin-right: 16px
}

.hdr-form button {
    width: 100%;
    border: none;
    color: #fff;
    padding: 12px 0;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer
}

.serv-looking h4 {
    color: #133749;
    font-size: 16px;
    font-weight: bold !important;
}

.partner-logo {
    padding: 30px 0
}

.journy-sec,
.tmls-blk {
    background-color: #efefef
}

.partner-logo .part-logos {
    margin-bottom: 0 !important
}

.partner-logo .part-logos img {
    width: 121px
}

.book-gallery,
section.step-sec,
section.testimonial-sec {
    text-align: center;
    padding: 60px 0
}

.book-blk,
.modal .modal-dialog .modal-content .modal-body {
    text-align: center
}

.book-blk ul li {
    width: 19%
}

.book-blk ul li img {
    width: 76%
}

.book-gallery button {
    padding: 10px 20px;
    border-radius: 10px 10px 10px 0;
    margin-right: 12px;
    font-weight: 400;
    background-color: #bf0d0d;
    color: #fff;
    min-width: 160px;
    border: none;
    outline: 0;
    cursor: pointer
}

.book-gallery .tab {
    margin: 50px 0
}

.book-gallery .tabcontent {
    display: none
}

.tabcontent {
    animation: 1s fadeEffect
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

section.testimonial-sec .slick-dots li button::before {
    content: '';
    height: 5px;
    width: 25px;
    background-color: #bf0d0d
}

.tmls-title {
    width: 60%;
    margin: 0 auto
}

.tmls-blk::-webkit-scrollbar {
    width: 5px
}

.tmls-blk::-webkit-scrollbar-track {
    border-radius: 10px
}

.tmls-blk::-webkit-scrollbar-thumb {
    background: #bf0d0d;
    border-radius: 10px
}

.tmls-blk::-webkit-scrollbar-thumb:hover {
    background: #46720b
}

.tmls-blk {
    border-radius: 15px;
    padding: 25px;
    margin: 30px 10px;
    overflow-y: scroll;
    height: 260px
}

.tmls-blk li {
    color: #f5bd07;
    font-size: 20px
}

.tmls-blk p {
    margin: 10px 0
}

.tmls-blk h5 {
    color: #175b71;
    font-size: 18px
}

.review-img {
    margin: 30px 0 0
}

.mnuscpt-blk p {
    margin: 30px 0 40px
}

.grey-btn {
    color: #313131 !important;
    border-color: #313131 !important
}

.mnuscpt-img img {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.menu-script-sec {
    padding: 0 0 80px;
    position: relative;
    overflow: hidden
}

.journy-sec {
    padding: 70px 0;
    text-align: center
}

.bubble-shape1 {
    position: absolute;
    top: 0;
    width: 40%;
    left: -30px
}

.bubble-shape2 {
    position: absolute;
    top: 140px;
    width: 34%;
    right: -250px
}

.bubble-shape1 img,
.bubble-shape2 img,
.looking-img1 img {
    width: 100%
}

.journy-sec {
    position: relative;
    overflow: hidden
}

.journy-blk {
    width: 65%;
    margin: 0 auto;
    z-index: 9999;
    position: relative
}

.journy-blk li {
    width: 30%;
    margin: 8px 0
}

.copyright p,
.journy-blk p,
.step-blk p {
    margin: 0
}

.journy-blk ul {
    margin: 20px 0 30px !important
}

.journy-blk li span {
    position: relative;
    color: #bf0d0d;
    font-weight: 400
}

.journy-blk li span::before {
    content: '\f00c';
    color: #bf0d0d;
    font-family: FontAwesome;
    position: absolute;
    left: -20px;
    top: 0
}

.looking-img1 {
    position: absolute;
    bottom: -70px;
    width: 300px;
    z-index: 1
}

.looking-img-right {
    position: absolute;
    right: -60px;
    width: 400px;
    bottom: 0
}

.looking-img-right::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #bf0d0d;
    border-radius: 100%;
    right: 0;
    top: -30px
}

.looking-img-right img {
    width: 100%;
    position: relative
}

.get-book {
    padding: 100px 0 60px
}

.book-pub-img,
.book-pub-img img,
.book-public,
.book-public-blk,
.get-book-blk,
.modal .modal-dialog .modal-content .modal-body .input-div,
.seller-book1,
.step-blk,
footer .container {
    position: relative
}

.get-book-blk img {
    width: 100%;
    border-radius: 40px
}

.get-book-txt {
    color: #fff;
    position: absolute;
    top: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
    left: 60px
}

.blue-btn {
    background-color: #bf0d0d !important
}

img.get-book-img {
    position: absolute;
    right: 90px;
    width: 380px;
    top: -73px
}

.book-public {
    padding: 80px 0
}

.book-public::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #bf0d0d;
    top: 0;
    opacity: .9
}

.book-public-blk span {
    display: block
}

.book-pub-img::before {
    content: '';
    background-image: url(https://book2publish.com/lp-book-publishing-new/images/book-public-bfr.png);
    position: absolute;
    height: 740px;
    width: 570px;
    top: -100px;
    background-size: 75%;
    background-position: left center;
    left: 15px;
    background-repeat: no-repeat
}

.book-pub-img img {
    width: 85%;
    float: right
}

.book-public-blk li {
    color: #fff;
    position: relative;
    margin: 6px 0;
    width: 100%;
    display: inline-block;
    padding-left: 24px
}

.book-public-blk ul {
    margin: 25px 0 !important;
    padding: 0 !important;
}

.step-title {
    width: 85%;
    margin: 0 auto 80px
}

.step-blk {
    background-color: #e8e8e8;
    padding: 80px 20px 20px;
    min-height: 390px;
    border-radius: 10px;
    box-shadow: 0 0 10px #9d9d9d
}

.step-blk span {
    background-color: #bf0d0d;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-radius: 100%;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    z-index: 99
}

.soc-ftr,
span.trms-txt {
    display: inline-flex;
    align-items: center
}

.book-public-blk {
    z-index: 99
}

.step-blk h5 {
    font-weight: 500 !important;
    min-height: 50px
}

.step-blk:hover {
    background-color: #bf0d0d;
    cursor: pointer
}

.seller-book1 {
    background-color: #bf0d0d;
    padding: 60px 0;
    text-align: center
}

.seller-book1::before {
    content: '';
    height: 600px;
    width: 600px;
    border: 90px solid #217d90;
    position: absolute;
    border-radius: 100%;
    right: 0;
    top: 0;
    opacity: .1
}

.book-icon1 {
    position: absolute;
    right: 0;
    bottom: -60px
}

.seller-book1 .looking-img1 {
    bottom: 50px;
    left: -20px
}

.slr-book-title1 {
    color: #fff;
    width: 60%;
    margin: 0 auto 30px
}

.seller-book1 input,
.seller-book1 textarea {
    width: 100%;
    height: 38px;
    border-radius: 10px;
    border: none;
    margin: 10px 0;
    padding: 0 20px;
    resize: none;
    font-size: 12px
}

.seller-book1 textarea {
    height: 150px;
    padding: 12px 20px;
    margin: 10px 0 40px
}

.file-blk input {
    width: 100%;
    padding: 0;
    color: #fff;
    border-radius: 0;
    margin: 15px 0 0
}

.trms-blk {
    display: inline-flex;
    width: 100%
}

span.trms-txt input {
    height: auto;
    transform: scale(1.7);
    width: auto;
    margin: 0 !important;
    position: relative;
    top: -2px
}

span.trms-txt p {
    margin: 0;
    font-size: 12px;
    padding-left: 18px
}

.trms-blk .theme-btn {
    margin-left: 20px
}

.get-book-blk02 img.get-book-img {
    top: -5px
}

footer {
    position: relative;
    overflow: hidden
}

.ftr-logo {
    width: 75%;
    margin: 0 auto
}

.ftr-logo a img {
    width: 28%
}

.ftr-logo p {
    color: #fff;
    margin: 25px 0 40px
}

.soc-ftr {
    justify-content: space-around;
    width: 100%
}

.soc-ftr ul li a {
    min-width: 45px;
    margin-right: 10px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bf0d0d;
    font-size: 26px
}

.copyright {
    background-color: #bf0d0d;
    color: #fff;
    padding: 15px 0
}

.col-md-7.contact-form {
    margin: 0 auto;
    z-index: 99;
}

.modal .modal-dialog .modal-content .modal-body form {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
}

.modal .modal-dialog .modal-content .modal-body form input {
    display: block;
    border-radius: 8px;
    outline: 0;
    height: 34px;
    border: 1px solid #dedede;
    margin: 0 0 25px;
    padding: 0 40px;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 14px;
    width: 100%
}

.modal .modal-dialog .modal-content .modal-body form select {
    display: block;
    border-radius: 8px;
    outline: 0;
    height: 45px;
    border: 1px solid #000000;
    margin: 0 0 21px;
    padding: 0 12px;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 15.99px;
    width: 100%;
    position: relative;
}

.modal .modal-dialog .modal-content .modal-body form select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.modal .modal-dialog .modal-content .modal-body form select option {
    border-bottom: 1px solid #333
}

.modal .modal-dialog .modal-content .modal-body h5 {
    font-family: eb garamond, serif;
    font-size: 27px;
    font-weight: 600;
    text-transform: capitalize;
    color: #dbad0a
}

.modal .modal-dialog .modal-content .modal-body h5 span {
    font-size: 36px;
    text-shadow: 0 0 #bf0d0d
}

.cr-popup .modal-content {
    padding-bottom: 100px !important;
    position: relative
}

.cr-popup h5#exampleModalLabel {
    position: relative;
    top: -20px
}

.cr-popup .modal-content::before {
    content: '';
    position: absolute;
    width: 107px;
    height: 57px;
    background-repeat: no-repeat;
    bottom: 20px;
    background-size: contain;
    left: 186px;
    z-index: 999;
    transform: scale(1.3)
}

.modal .modal-dialog .modal-content {
    padding: 10px 8px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    width: 100%
}

.modal .modal-dialog .modal-content .modal-body form input {
    height: 45px;
    border: 1px solid #000;
}

.modal .modal-dialog .modal-content .modal-body p {
    font-family: rubik, sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin: 0 0 30px;
    color: #fff
}

.indep.modal .modal-dialog .modal-header {
    display: block;
    text-align: center
}

.indep.modal .modal-dialog .modal-content h6 {
    color: #b4dc13;
    display: block;
}

.indep.modal .modal-dialog .modal-content h3 {
    color: #000000;
    width: 100%;
}

.indep.modal .modal-dialog .modal-content {
    padding: 40px 0;
}

.indep.modal .modal-header:before {
    position: absolute;
    background-size: 100%;
    left: 0;
    width: 140px;
    height: 240px;
}

@media (min-width: 576px) {
    .indep.modal .modal-dialog {
        max-width: 500px;
        margin: 5.75rem auto;
    }
}

.modal .modal-dialog .modal-content .modal-header,
.modal-footer {
    border: none;
    justify-content: center;
    color: #fff;
    text-transform: uppercase
}

.modal .modal-dialog .modal-content .modal-header button {
    border-radius: 50%;
    color: #fff;
    border: 3px solid #bf0d0d;
    line-height: 1em;
    text-align: center;
    font-size: 16px;
    opacity: 1
}

.modal .modal-dialog .modal-content .modal-header .btn-close {
    background: #fff;
    opacity: inherit;
    position: absolute;
    right: -10px;
    top: -10px;
    color: #bf0d0d;
    font-size: 20px;
    padding: 7px 9px 9px
}

.modal .modal-dialog .modal-content .modal-body .input-div i {
    position: absolute;
    top: 10px;
    color: #bf0d0d;
    left: 18px
}

.modal .modal-dialog .modal-content .modal-body button {
    display: inline-block;
    border-radius: 10px;
    width: 30%;
    outline: 0;
    margin: 0 auto;
    border: transparent;
    height: 40px;
    background: #bf0d0d;
    color: #fff;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding: 0
}

button.hvr-grow.tc-image-effect-shine {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 400;
    color: #fff
}

button.hvr-grow.tc-image-effect-shine i {
    margin-left: 5px
}

.input-div textarea {
    width: 100%;
    border-radius: 8px;
    height: 120px;
    padding: 10px 0 0 40px;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 14px;
    outline: unset;
    resize: none;
    margin: 0 0 10px;
    position: relative
}

.input-div span {
    position: absolute;
    left: 0;
    top: 3px
}

.theme-btn {
    position: relative;
    z-index: 9
}

.book-slides img {
    margin: 20px auto 0;
    width: 200px;
}

.book-glry-title h2,
.book-public-blk h2,
.get-book-txt h2,
.journy-blk h2,
.mnuscpt-blk h2,
.slr-book-title1 h2,
.step-title h2,
.tmls-title h2 {
    line-height: 35px;
    font-size: 30px
}

.packagesSec {
    padding: 20px 0;
}

.packagesSec h2 {
    color: #000;
    text-align: center
}

.packagesSec .pkBox {
    transition: 200ms;
    background-color: #f5f5f5;
    text-align: center;
    color: #000;
    margin: 30px 0;
    cursor: pointer;
    padding: 10px;
    position: relative;
    border-radius: 10px;
    border-top: 5px solid #000;
    box-shadow: 0 0 20px 2px rgb(92 92 92 / 40%);
}

.packagesSec .pkBox:hover {
    background: #bf0d0d;
    color: #fff;
}

.packagesSec .pkBox:hover h3 {
    color: #fff;
}

.packagesSec .pkBox:hover li:before {
    background: #fff;
}

.packagesSec .pkBox:hover li {
    color: #fff
}

.packagesSec .pkBox:hover .btn {
    background: #fff;
    color: #000;
}

.packagesSec .pkBox:hover .btn.chat {
    background: none;
    ;
    color: #fff;
    border: 1px solid #fff;
}

.packagesSec .pkBox:hover span {
    color: #000
}

.packagesSec .pkBox:hover sup {
    color: #000;
}

.packagesSec .pkBox h3 {
    text-align: center;
    padding: 1px;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    font-weight: bold;
}

.packagesSec .pkBox span {
    font-family: 'Teko', sans-serif;
    text-align: center;
    padding: 0px;
    display: block;
    font-size: 29px;
    font-weight: 900;
    background: #ebebeb;
    margin-bottom: 13px;
}

.packagesSec .pkBox span sup {
    text-align: center;
    color: #ff0000;
    font-size: 23px;
    font-weight: 400;
    top: -3px;
    text-decoration: line-through;
}

.packagesSec ul {
    height: 166px;
    overflow-y: scroll;
    text-align: left;
    padding: 0 10px;
    margin-bottom: 14px !important;
}

.packagesSec ul li {
    position: relative;
    font-size: 13px;
    margin: 9px 13px;
    padding-left: 15px;
    list-style: number;
}

.bestsell {
    position: absolute;
    top: -29px;
    right: -37px;
    z-index: 999;
    background: transparent !important;
}

.bestsell img {
    width: 97px;
}

.packagesSec .pkBox a {
    border: 1px solid #bf0d0d;
    display: inline-block;
    padding: 10px 20px;
    background: #bf0d0d;
    border-radius: 10px 10px 10px 0;
    margin-left: 12px;
    font-weight: 400;
    color: #fff;
    margin: 8px 0;
}

.packagesSec .pkBox .chat {
    background: none;
    border: 1px solid #000;
    color: #000;
}

.packagesSec .pkBox .chat.calle {
    background: #FFF;
    border: 1px solid #fff;
    color: #fff;
    background-color: #fff;
    position: relative;
    z-index: 9999;
}

.packagesSec .pkBox .chat.calle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #bf0d0d;
    z-index: -99;
    animation: ripple 1.5s ease-out infinite;
    animation-delay: 0.4s;
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale(0);
    }

    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

.packagesSec ul::-webkit-scrollbar {
    width: 0.5em;
}

.packagesSec ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.packagesSec ul::-webkit-scrollbar-thumb {
    background-color: #bf0d0d;
    outline: 1px solid slategrey;
}

.calle {
    background: #FFF;
    border: 1px solid #000 !important;
    color: #000 !important;
    background-color: #FFF;
    position: relative;
    z-index: 9999;
}

.calle:hover {
    background-color: #bf0d0d !important;
}

.calle::before {
    border-radius: 10px 10px 10px 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #bf0d0d;
    z-index: -1;
    animation: ripple 1.2s ease-out infinite;
    animation-delay: 0.6s;
}

.ribbon {
    width: 160px;
    height: 140px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #FF2D55;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 263px;
    padding: 5px 0px !important;
    font-size: 18px !important;
    padding: 15px 0;
    background-color: #ff0000 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 14px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

.ribbon-top-right {
    top: -4px;
    right: -1px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -25px;
    top: 43px;
    transform: rotate(45deg);
}

span.price {
    height: 8px;
    border-radius: 40px;
}

select#services,
select#published-plan {
    font-size: 14px;
    color: #808183;
}

ol,
ul {
    padding-left: 0rem !important;
}

section.banner.baner4 {
    padding-top: 160px !important;
}

.myown {
    padding-top: 190px !important;
}

.blog-img-authors img {
    width: 20%;
    border: 3px solid #17494d;
    border-radius: 6px;
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.toc-list,
.toc-list ol {
    list-style-type: none;
}

.toc-list ol {
    padding-inline-start: 2ch;
}

.toc-list>li>a {
    font-weight: bold;
    margin-block-start: 1em;
}

.toc-list li>a {
    text-decoration: none;
    display: grid;
    grid-template-columns: auto max-content;
    align-items: end;
    color: #000;
}

.toc-list li>a:hover {
    text-decoration: none;
    display: grid;
    grid-template-columns: auto max-content;
    align-items: end;
    color: #134e5e;
}

.toc-list li>a>.title {
    position: relative;
    overflow: hidden;
    text-transform: none;
    font-size: 16px;
}

.col-sm-12.toc-box {
    background: #e0e0e0;
    padding: 26px;
    margin-top: 30px;
    border-radius: 16px;
    border: 2px solid #bf0d0d;
    margin-bottom: 45px;
}

.toc-space {
    padding-left: 30px;
}

.toc-list ol {
    padding-left: 30px !important;
}

section.award-winner {
    padding: 90px 0px;
}

.awards h4 {
    text-align: center;
    font-size: 28px;
    color: #000000;
    font-weight: 800;
}

.awards h2 {
    text-align: center;
    font-size: 35px;
    line-height: 53px;
    font-weight: 900;
    color: #bf0d0d;
}

.award-badges iframe {
    width: 300px;
    height: 300px;
    filter: drop-shadow(2px 4px 6px black);
    padding-top: 10px;
}

.award-badges {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

img.award-banner {
    width: 94%;
}

.badges-cnt h1 {
    font-size: 18px !important;
    text-align: left !important;
    font-weight: 500 !important;
}

.badges-cnt {
    margin-top: -28px;
    margin-left: -22px;
}

.row.award-badges-box {
    margin-bottom: -62px;
}

.banner-img-awards {
    display: flex;
    justify-content: flex-start;
}

.award-badges a img {
    width: 82%;
}

section.blog {
    padding-top: 32px;
}

.blog-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mycontent {
    height: auto;
    width: 30%;
    font-size: 24px;
    line-height: 100px;
    text-align: center;
    margin: 15px;
    display: none;
}

#loadMore {
    text-align: center;
    transition: .3s;
    background: #222222;
    padding: 12px 24px;
    border-radius: 50px;
    color: #fff;
}

a#loadMore:hover {
    background: #134e5e;
    color: #fff;
}

.loadmore-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}

.tb-box-content img {
    width: 350px;
    height: 220px;
    object-fit: fill;
}

.mycontent:hover a .tb-box-content h4 {
    color: #134e5e;
}

.banner .banner-content .banner-book-slider h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: left !important;
}

section.banner.banner2 .highly-recomended-by.highly-recomended-by-service-page h5 {
    font-family: rubik, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #aed807;
    margin: 0 0 15px;
}

section.banner.blog .banner-content h5 {
    font-size: 40px;
    font-weight: bold;
    text-transform: capitalize;
    color: #ffffff;
    margin: 0 0 25px;
    font-family: "Poppins", sans-serif !important;
    text-align: center;
}

.modal .modal-dialog .modal-content .modal-body form label {
    display: inline-block;
    color: #fff;
    text-align: left;
    font-size: 13px;
    padding-bottom: 14px;
}

.modal .modal-dialog .modal-content .modal-body form label input#PrivacyPolicycheckbox {
    height: 20px;
    border-radius: 8px;
    outline: 0;
    border: 1px solid #dedede;
    width: 26px;
    display: inline-grid;
    padding: 0;
    margin: 0;
}

.modal .modal-dialog .modal-content .modal-body form label a,
.frm_area_btm form label a,
.fx-footer-quote-form .input-group.mycheckbox label a,
.banner2 .banner-content-discount .container .row label a {
    color: #bf0d0d;
    font-size: 14px;
    font-family: Poppins, sans-serif !important;
}

.fx-footer-quote-form .input-group.mycheckbox {
    display: flex;
    padding: 13px 25px;
    background-color: transparent;
    border-radius: 8px;
    width: 76%;
    margin: 0 auto;
    color: #fff;
}

.banner2 .banner-content-discount .container .row input#PrivacyPolicycheckbox {
    height: 20px;
    border-radius: 8px;
    outline: 0;
    border: 1px solid #dedede;
    width: 26px;
    display: inline-grid;
    padding: 0;
    margin: 0;
}

.banner2 .banner-content-discount .container .row label {
    display: inline-block;
    color: #fff;
    text-align: left;
    font-size: 13px;
}

.serv-looking label a,
.floatbutton .banner-form .ban-form label a {
    color: #bf0d0d;
    font-size: 14px;
    font-family: Poppins, sans-serif !important;
}

.floatbutton .banner-form .ban-form input#PrivacyPolicycheckbox {
    height: 16px;
    border-radius: 8px;
    outline: 0;
    border: 1px solid #dedede;
    width: 15px;
    display: inline-grid;
    padding: 0;
    margin: 9px 0 0px 0;
}

.floatbutton .banner-form .ban-form label {
    display: inline-block;
    color: #000;
    text-align: left;
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 20px;
}
.mainhead h2 {
    text-decoration: underline;
}


/* 
 */

 .navbar-brand{
    width: 150px !important;
 }

 .started_btn{
    background-color: #bf0d0d !important;
 }

.pilots img{
    width: 200px;
}
