@import "https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap";

:root {
    --heading: #2C3E50;
    --accent: #F39C12;
    --bg: #F9F9F9;
    --highlight: #16A085;
}

.add {
    margin: 30px 0;
}

.add a {
    color: #fff;
}

* {
    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: Muli !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "LMROMANDUNh30" !important;
    font-weight: 300;
}

li {
    font-family: Muli !important;
}

button {
    font-family: Muli !important;
}

input {
    font-family: 'Poppins' !important;
}

span {
    font-family: Muli !important;
    text-transform: lowercase;
}

p {
    font-family: Muli !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-by5 {
    text-align: center;
}

.banner .highly-recomended-by h5 {
    font-size: 14px;
    font-weight: 400;
    color: #ffff;
    margin: 0 0 15px;
    font-family: "Poppins" !important;
    text-align: left;
}

.stars i {
    padding: 6px;
    background: #4e4e4e;
    border-radius: 5px;
    color: #ffc500;
    font-size: 15px;
}

.recommend-img img {
    width: 85%;
    padding-left: 40px;
}

.about-head h3 {
    font-size: 42px !important;
    font-weight: 600 !important;
    font-family: "poppins" !important;
    color: black !important;
    padding: 0 10px !important;
}

span.brands-color {
    display: inline !important;
    color: var(--highlight) !important;
    font-family: "poppins" !important;
    text-transform: capitalize !important;
}

.banner-inner-img img {
    width: 95%;
}

.banner-inner-img {
    margin: 32px 0;
}

.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);
}

.banner .highly-recomended-by5 .img ul li {
    display: inline;
}

.banner .highly-recomended-by5 .img ul li:nth-child(even) {
    margin: 0 40px;
}

.banner .highly-recomended-by5 .img ul li:nth-child(2) img {
    height: auto;
    width: 8%;
}

.banner .highly-recomended-by5 .img ul li img {
    width: 50%;
    object-fit: cover;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
}

.banner .highly-recomended-by5 .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;
}

.tlk-btns {
    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;
}

.header-1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0px;
    background: #fff;
    z-index: 9999;
}

.header-1 nav {
    padding: 0;
}

.navbar-nav .on-mobile {
    display: none;
}

@property --rotate {
    syntax: "<angle>";
    initial-value: 132deg;
    inherits: false;
}

.banner-form-box {
    width: 100%;
    height: 100%;
    padding: 3px;
    position: relative;
    border-radius: 6px;
    display: flex;
    color: rgb(88 199 250 / 0%);
    cursor: pointer;
}

.banner-form-box::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-image: linear-gradient(var(--rotate), var(--highlight), var(--heading) 43% 43%, var(--accent));
    position: absolute;
    z-index: 0;
    top: 0%;
    left: 0%;
    animation: spin 2.5s linear infinite;
}

@keyframes spin {
    0% {
        --rotate: 0deg;
    }

    100% {
        --rotate: 360deg;
    }
}

.form-box-content {
    z-index: 1;
    background: #041318;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    border-radius: 10px;
}

.banner-form {
    display: flex;
}

.banner-form-head {
    width: 70% !important;
}

.banner-form-img {
    width: 30% !important;
}

.banner-form-img img {
    width: 100%;
    rotate: 22deg;
    margin-top: -60px;
    margin-left: 60px;
}

.banner-form-head h3 {
    font-size: 22px;
    text-align: left;
    font-family: "poppins" !important;
    color: #fff;
    line-height: 34px;
}

.banner-form-head h3 span {
    font-size: 20px;
    font-family: "poppins" !important;
    display: inline !important;
    text-transform: capitalize;
}

.col-sm-12.footerform1 {
    display: flex;
}

.footerform1 input[type="name"],
input[type="email"],
input[type="number"],
textarea {
    width: 95%;
    padding: 9px 20px !important;
    border: none;
    background: #fff;
    border-radius: 9px;
    margin: 10px 5px;
}

.footerform1 input[type="name"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
    color: #000;
}

.footerform1 input[type="name"]:focus-visible,
input[type="email"]:focus-visible,
input[type="number"]:focus-visible,
textarea:focus-visible {
    outline: 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: #042a3d;
    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: #042a3d;
    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: #042a3d;
}

.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-size: 15px !important;
    font-weight: 400;
    color: #000;
    font-family: "Poppins" !important;
    margin: 0 0 0 30px;
}

.header-1 ul li a i {
    margin: 0 0 0 8px;
}

.header-1 ul li {
    position: relative;
}

.header-1 form button {
    border-radius: 15px;
    color: #fff;
    font-weight: 600;
    font-family: "poppins" !important;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 0 0 10px;
    padding: 0;
    text-transform: inherit;
}

.header-1 form button i {
    font-size: 20px;
}

.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 {
    background-color: #f49823;
    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 #000;
    display: block;
    background: var(--bg);
}

.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: #000;
    width: 100%;
}

.header-1 .navalign ul .dropdown_list .dropdown_menu ul li:hover {
    transform: inherit !important;
    background: var(--accent) !important;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.phone {
    width: 180px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.banner-phone {
    width: 238px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.icon_phone {
    padding: 3px 12px;
    border: 1px solid #000;
    border-radius: 500px;
    color: #000;
    font-size: 26px;
}

.head_phone h3 {
    font-size: 16px;
    color: var(--highlight);
    font-weight: 400;
    font-family: "Poppins" !important;
}

.head_phone h4 {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    font-family: "Poppins" !important;
    margin-right: -48px;
}

section.banner.banner2 {
    background-image: url(../images/about-banner-img.webp) !important;
    background-repeat: no-repeat;
    padding-top: 100px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 835px;
    background-size: cover;
}

.banner .banner-content {
    text-align: center;
    margin: 0 0 2em;
}

.frequently-asked-questions .accordion-header {
    margin: inherit;
}

.banner .banner-content h3 span {
    display: block;
}

.banner .banner-content h2 span {
    display: block;
}

.banner .banner-content p span {
    display: block;
}

.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: #042a3d;
    color: #fff;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 22px;
    border: transparent;
    box-shadow: 0 0 30px 1px #042a3d;
}

.banner .banner-content .banner-form form input::placeholder {
    font-family: Muli !important;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.brands-with-us {
    text-align: center;
    position: relative;
}

.brands-with-us::after {
    position: absolute;
    content: "";
    top: -100px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/brands-with-us-bg-img.webp);
    background-position: bottom right;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    z-index: -1;
}

.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: 60px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffa22a;
}

.brands-with-us1 .brands-with-us-heading h2,
.brands-with-us-heading h5 {
    font-family: "lmromandunh30";
    font-size: 48px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000000;
    line-height: 70px;
}

.brands-with-us p {
    font-family: rubik, sans-serif;
    font-weight: 400;
    font-size: 24px;
    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: #ffffff;
}

.why-choose-us .why-choose-us-heading h2,
.why-choose-us-heading h5 {
    font-family: "LMROMANDUNh30";
    font-size: 41px;
    font-weight: 400;
    text-transform: capitalize;
    color: #0e2f3b !important;
    margin: 0 0 20px;
}

.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: 65.03px;
    border-radius: 32.5px;
    width: 229px;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.why-choose-us .why-choose-us-btns .btn1 {
    background-color: #042a3d;
    color: #fff;
    box-shadow: 0 0 17px 1px #042a3d;
    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 {
    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/wwr-bg-img.webp);
    background-position: center;
    background-size: contain;
}

.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: 40px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--heading);
}

.little-intro-aboutus .little-intro-content .little-intro-btns button {
    height: 65px;
    border-radius: 32.5px;
    width: 229px;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border: transparent;
}

.little-intro-aboutus .little-intro-content .little-intro-btns a {
    height: 22px;
    border-radius: 32.5px;
    width: 230px;
    font-family: rubik, sans-serif;
    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: #042a3d;
    color: #fff;
    box-shadow: 0 0 12px 1px #042a3d;
}

button.btn1.hvr-grow.tc-image-effect-shine {
    width: 220px;
}

.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: #092b37;
}

.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: 59.98px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.top-5-features1 .top-5-heading h3 {
    color: #fff;
}

.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: #042a3d;
    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: #092b37;
    color: #fff;
    box-shadow: 0 0 12px 1px #042a3d;
    text-transform: inherit;
}

.our-teams {
    padding: 45px 0 0;
    position: relative;
    display: none;
}

.our-process .our-procard1 .our-process-card-content {
    height: 160px;
}

.our-process .our-procard2 .our-process-card-content {
    height: 160px;
}

.our-teams .our-team-card {
    position: relative;
}

.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 30px;
    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 {
    text-align: center;
}

.our-teams .our-team-button a.hvr-grow {
    height: 65px;
    border-radius: 32.5px;
    line-height: 65px;
    width: 240px;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border: transparent;
    background: linear-gradient(to left, #001a27 0%, #042a3d 100%) !important;
    color: #fff;
    box-shadow: 0 0 12px 1px #042a3d;
}

.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: 16px;
    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-team-card-avatar h3 {
    font-size: 24px;
    text-align: center;
    font-family: "Poppins" !important;
    font-weight: 600;
    color: #fd473d;
}

.our-team-card-avatar p {
    font-size: 14px;
    text-align: center;
    font-family: "Poppins" !important;
    font-weight: 500;
    color: #fd473d;
}

.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: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;
}

.whatbooks-we-write {
    background-image: url(../images/what-kinds-of-book-bg-img.html);
    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 {
    text-align: center;
    margin: 20px 0 0;
}

.whatbooks-button a.hvr-grow {
    height: 65px;
    border-radius: 32.5px;
    line-height: 65px;
    width: 240px;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border: transparent;
    background-color: #042a3d;
    color: #fff;
    box-shadow: 0 0 12px 1px #042a3d;
}

.our-process {
    padding: 6rem 0;
    background-image: url(../images/our-process-bg-img.webp);
    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;
}

.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;
}

.our-process .our-process-heading {
    text-align: center;
    margin-bottom: 110px;
}

.our-process .our-process-heading h3,
.our-process-heading h5,
.our-process-heading h2 {
    font-family: eb garamond, serif;
    font-size: 46px;
    font-weight: 700;
    color: #0e2f3b;
    text-transform: uppercase;
}

section.my-custom img {
    width: 100%;
}

.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: 24px;
    color: #262035;
}

.our-process .our-process-card {
    height: 650px;
    border-radius: 146.63px;
    background: #092b37;
    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: 25.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: 16px;
    color: #fff;
    padding: 0 35px;
}

.our-process-card .img-out-circle,
.img-out-circle2 {
    height: 240px;
    width: 240px;
    border-radius: 50%;
    background-color: #042a3d;
    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 #042a3d;
    border-left: none;
    border-top: none;
    background: #042a3d;
}

.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 #042a3d;
    border-left: none;
    border-top: none;
    background: #042a3d;
}

.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_client {
    margin: 2rem 0 5rem;
}

.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 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;
}

section#industries_section {
    padding: 50px 0 60px;
}

.our_client .card_1 {
    height: 274px;
    background: #fff;
    margin: 0 20px;
    box-shadow: 3px 0px 13px #605a5a38;
    border-radius: 18px;
    padding: 25px;
    position: relative;
}

.our_client .slick-slider .slick-track,
.slick-slider .slick-list {
    margin: 20px 0;
}

.section__title {
    text-align: center;
    font-family: "EB Garamond", serif;
    font-weight: 700;
    color: #000;
    margin: 7px 0 58px;
    font-size: 46px;
    text-transform: uppercase;
}

.section__title span {
    display: block;
}

.frm_area_btm form {
    padding: 4rem 5rem 7rem;
    border-radius: 15px;
    background: #092b37;
}

.frm_area_btm form h4 {
    text-align: center;
    color: #fff;
    font-family: "EB Garamond";
    font-weight: 700;
    font-size: 33px;
}

.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 white;
    background: transparent;
    color: #fff;
    font-family: "Rubik";
    font-size: 16px;
    outline: none;
    text-transform: inherit;
}

.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;
}

.frm_area_btm form textarea {
    width: 100%;
    display: block;
    margin: 22px 0 47px;
    border: none;
    border-bottom: 1px solid white;
    background: transparent;
    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;
}

.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%, #042a3d 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";
    color: #000;
}

.in-violet-450 {
    color: #5b7100 !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: 22px;
    font-family: "Poppins" !important;
    color: #000 !important;
}

.ordered-list__item:before {
    content: counter(item) "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #032638;
    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 0;
}

.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: 74%;
    text-align: center;
}

.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: 32px;
    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: linear-gradient(to left, #001a27 0%, #042a3d 100%) !important;
    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: 24px;
    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: #092b37;
}

.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: linear-gradient(to left, #001a27 0%, #042a3d 100%) !important;
    color: #fff;
    margin: 0;
    width: auto;
    position: absolute;
    right: 20px;
    border-radius: 30px !important;
    z-index: 1000;
    text-transform: inherit;
}

@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: 75px;
    padding-bottom: 25px;
    padding-top: 12px;
    font-family: "EB Garamond", serif;
    font-size: 46px;
    font-weight: 700;
    color: #000;
    margin: 0 0 30px 0;
    text-align: center;
    width: 66%;
    margin: 0 auto 30px;
}

.service-box-one:hover {
    background: #092b37;
    box-shadow: 0px 30px 60px 0px rgb(55 123 191 / 37%);
}

.service-box-one {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 30px 60px 0px 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: 370px;
    margin: 0 0 20px 0;
}

.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::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(images/service-icon-bg-one.html);
    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-icon-one::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(images/yellow-ring.html);
    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;
    display: none;
}

.service-box-one:hover .service-icon-one::before {
    display: none;
}

.service-box-one:hover .service-icon-one::after {
    display: block;
}

.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 0;
}

.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: 15px;
}

.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;
}

.service-box-one:hover .yes-d-one {
    display: none;
}

.service-box-one:hover .no-d-one {
    display: block;
}

.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;
    filter: hue-rotate(325deg);
    display: none;
}

.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 {
    color: #fff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-one:hover .service-box-content-one .h3-title {
    color: #ffffff;
    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;
}

.our-process .our-process-btns {
    text-align: center;
    margin-top: 6em;
}

.our-process .our-process-btns button {
    height: 65px;
    border-radius: 32.5px;
    padding: 0 83px;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border: transparent;
    background-color: #042a3d;
    color: #fff;
    text-transform: capitalize;
    box-shadow: 0 0 12px 1px #042a3d;
}

.request-a-quote .request-a-quote-content {
    text-align: center;
}

.request-a-quote .request-a-quote-content h5 {
    font-family: eb garamond, serif;
    font-size: 40.04px;
    font-weight: 700;
    color: #fff;
}

.request-a-quote .request-a-quote-content p {
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #e9e9e9;
    margin-bottom: 2px;
}

.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: #092b37;
    color: #fff;
    text-transform: capitalize;
    box-shadow: 0 0 12px 1px #042a3d;
    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 0;
}

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: #092b37;
}

.row.counter-bg-img {
    text-align: center;
    padding: 30px 0;
    margin-top: 34px;
    /* background-image: url(../images/counter-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto; */
    border-radius: 20px;
    background: var(--bg);
    box-shadow: -10px -10px 0px var(--highlight);
}

.our-satisfied-customer-content h2 {
    color: #fff;
}

.our-satisfied-customer-content h5,
.our-satisfied-customer-content h2 {
    font-family: "poppins" !important;
    font-size: 32px;
    font-weight: 700;
    color: var(--heading);
    margin-top: 10px;
    padding-top: 22px;
}

.our-satisfied-customer-content p {
    font-family: "poppins" !important;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding: 0 154px;
}

.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;
    display: flex;
    flex-direction: column;
}

.our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container .counter {
    font-family: "poppins" !important;
    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" !important;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
}

.testimonials {
    padding: 75px 0px;
}

.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.html);
    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: #042a3d;
}

.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 {
    padding: 60px 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(62, 191, 194, 1) 100%);
}

.frequently-asked-questions .frequently-heading {
    text-align: center;
    padding: 0px 0px !important;
}

.frequently-heading h2 {
    font-size: 40px;
    font-weight: 600;
    font-family: "poppins" !important;
    color: var(--heading);
    text-transform: capitalize;
    line-height: 56px;
    padding: 0px 175px !important;
}

.frequently-heading p {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: "poppins" !important;
    color: #000;
}

.dividers-faq {
    display: flex;
    justify-content: center;
}

span.divider-faq {
    width: 10%;
    height: 3px;
    background: var(--accent);
    margin-bottom: 40px;
}

.frequently-heading h2 span {
    color: var(--highlight);
    text-transform: capitalize;
    font-family: "poppins" !important;
}

.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;
    text-align: left;
    background: #ffffff9e;
    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;
    justify-content: space-between;
    width: 100% !important;
    border-radius: 10px;
    font-family: "poppins" !important;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

.half-blk {
    width: 65%;
    margin: 0 20px;
}

div#accordionExample3 {
    display: flex;
    justify-content: center;
}

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: 20px;
    font-weight: 600;
    font-family: "Poppins" !important;
    color: #fd473d;
}

.blog-start p span i {
    font-size: 24px;
    color: black;
}

section.banner.blog {
    padding: 195px 0 135px 0;
}

.blog-bottom-main a {
    color: var(--highlight);
    font-family: "Poppins" !important;
    font-size: 19px;
    text-transform: lowercase;
    font-weight: 500;
}

.blog-start span {
    margin-right: 10px;
    color: #042a3d;
}

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: 16px;
    color: #000000c4;
}

.blog-bottom-main h4 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Poppins" !important;
    color: var(--heading);
}

.blog-bottom-main p,
.blog-bottom-main li {
    color: #000000c4;
    font-family: "Poppins" !important;
    font-size: 16px;
    line-height: 34px;
    margin: 0 0 30px;
    text-transform: none;
}

.blog-bottom-main li {
    line-height: 15px;
}

.blog-bottom-main h5 {
    font-weight: 600;
    font-family: "Poppins" !important;
    font-size: 30px;
    color: var(--heading);
}

.blog-img-three img {
    width: 70%;
    margin: 0 auto;
    display: flex;
}

.newsletter_form {
    padding: 20px 12px;
    text-align: center;
    border-radius: 20px;
    background: #092b37;
}

.newsletter_form .modal-title span {
    font-size: 31px;
}

.newsletter_form p {
    color: #fff;
}

h2#myModalLabel {
    font-size: 32px;
    font-family: "Poppins" !important;
    font-weight: 600;
    color: #000;
    text-align: center;
}

h2#myModalLabel span {
    color: var(--highlight);
    font-size: 32px;
    font-family: "Poppins" !important;
    font-weight: 600;
    text-transform: capitalize;
}

.modal-header {
    justify-content: center !important;
}

.mb-3 select#services {
    border-radius: 30px;
}

.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 {
    border-bottom: unset;
    justify-content: center;
    margin: 0 0 40px;
}

.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 {
    margin: 0 0 60px;
}

.input-div i {
    position: absolute;
    top: 18px;
    color: #042a3d;
    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: #042a3d;
    color: #fff;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 20px;
    border: transparent;
    width: 100%;
    box-shadow: 0 0 14px 1px #042a3d;
}

.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: var(--accent);
    background-repeat: no-repeat;
    transition: transform 0.2s ease-in-out;
    background-image: inherit !important;
    margin: 0 9px;
    background: transparent !important;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    font-size: 20px;
    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 var(--accent);
    border-radius: 10px;
    background-color: #d1f0f1;
    color: #000000;
    font-family: "poppins" !important;
    font-weight: 300;
    font-size: 14px;
}

.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: #89a804;
}

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: #89a804;
    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;
}

.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: #092b37;
}

.contact-us .contact-us-heading h5 {
    font-family: eb garamond, serif;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    color: #042a3d;
}

.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: 17px;
    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, #91b206 50%, #092b37);
    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: #042a3d2b;
    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: 15px;
    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: #042a3d;
    color: #fff;
    box-shadow: 0 0 12px 1px #042a3d;
    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.webp);
    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 350px;
}

.banner .banner-content .banner-btn5 {
    padding: 0px;
    display: flex;
}

.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: #042a3d;
    color: #fff;
    box-shadow: 0 0 17px 1px #042a3d;
    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.html);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 190px 0;
    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: #042a3d;
    color: #ffffff;
    box-shadow: 0 0 17px 1px #042a3d;
    border: transparent;
}

.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: 16px;
    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: montserrat, 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: montserrat, 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: montserrat, sans-serif;
    font-size: 16.08px;
    font-weight: 300;
    outline: none;
}

.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: montserrat, 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: #042a3d;
    color: #fff;
    margin: 10px 0;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.home-banner {
    height: 146vh;
}

.banner-content.about-sec {
    padding: 0;
}

.about-content {
    position: relative;
    top: 0px;
}

.about-us-img img {
    width: 935px !important;
    position: relative !important;
    left: -381px !important;
}

img.about-book {
    position: absolute !important;
    width: 43% !important;
    top: 67px !important;
    left: 67px !important;
}

.brands-with-us .brands-with-us-heading1 h2,
.brands-with-us-heading1 h5 {
    color: #000;
}

.brands-with-us .brands-with-us-heading1.line-one h2 {
    font-size: 48px;
}

.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: #092b37;
    color: #fff;
    box-shadow: 0 0 17px 1px #042a3d;
    border: transparent;
}

.top-5-features1 {
    background-image: url(../images/top-5-features11.webp);
    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: 480px;
    max-height: 562px;
    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: #042a3d;
    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 h5 {
    font-family: rubik, sans-serif;
    font-size: 23.99px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
}

.top-5-features1 .top-5-features-cards1 h5 span {
    display: block;
}

.top-5-features1 .top-5-features-cards1 p {
    font-family: rubik, sans-serif;
    font-size: 16.01px;
    font-weight: 300;
    color: #dcdcdc;
    padding: 0 2em;
}

.top-5-features1 .top-5-features-cards1 a {
    font-family: rubik, 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: #092b37;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.top-5-features1 .top-5-heading span {
    font-family: rubik, 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: #fff;
    padding-top: 30px;
    padding-bottom: 80px;
}

.our-teams1 .our-team-button button {
    height: 65px;
    border-radius: 32.5px;
    width: 240px;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border: transparent;
    background-color: #042a3d;
    color: #fff;
    box-shadow: 0 0 12px 1px #042a3d;
}

.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.webp);
    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: 30px !important;
    color: #042a3d;
    line-height: 51px;
}

.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: transparent !important;
    color: #fff;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active img.tab-icon-img {
    border: 1px solid #001a27 !important;
}

.row.text-start h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: "Poppins" !important;
    color: #fff;
}

.row.text-start p {
    font-size: 13px;
    font-weight: 400;
    font-family: "Poppins" !important;
    color: #fff;
}

img.tab-arrow {
    width: 25% !important;
    height: auto !important;
    padding-left: 6px;
}

img.tab-icon-img {
    background: #89deed;
    padding: 6px;
    border: 1px solid transparent;
    border-radius: 500px;
    object-fit: contain;
}

button#pills-story-8-tab,
button#pills-story-9-tab,
button#pills-story-10-tab,
button#pills-story-11-tab,
button#pills-story-6-tab,
button#pills-story-7-tab {
    padding: 0px !important;
}

.modal .modal-dialog .modal-content .modal-header,
.modal-footer {
    border: none;
}

.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;
}

.mb-3 input#name::placeholder {
    font-family: "Poppins" !important;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    padding: 0px !important;
    margin: 0px !important;
}

.modal .modal-dialog .modal-content .modal-body form {
    display: flex;
    flex-direction: column;
    padding: 0 45px;
}

.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: 0.8;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Poppins" !important;
    color: #000 !important;
}

.banner .banner-content .thank-you-btn {
    border-radius: 32.5px;
    width: 178px;
    height: 52px;
    background-color: #042a3d;
    color: #fff;
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border: transparent;
    margin: 0 auto;
    line-height: 52px;
}

.banner .banner-content .thank-you-img {
    filter: brightness(0) invert(1);
}

.term-sec-wrap {
    padding: 170px 0;
    background-image: url(../images/prvcy.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.term-sec-wrap .terms-content h2 {
    font-family: "Poppins" !important;
    font-size: 35px;
    font-weight: 600;
    line-height: 80px;
    color: #fd473d;
}

.term-sec-wrap .terms-content p {
    font-family: "Poppins" !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

a.collins-link {
    font-size: 16px;
    font-family: "Poppins" !important;
    color: #fd473d;
}

.term-sec-wrap .terms-content p span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 0 0;
    font-family: "Poppins" !important;
}

.term-sec-wrap .terms-content ul li {
    font-family: "Poppins" !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    list-style: disc;
    margin: 0 0 0 20px;
}

.servicess {
    padding: 90px 0;
    background: url(https://ambitionbooks.com/v1/images/services-bac.webp);
    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 h4 {
    font-family: eb garamond, serif;
    font-size: 58px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffa22a;
    text-align: center;
}

.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: 100% !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: 62px;
}

.section__title span {
    display: block;
}

.frm_area_btm form {
    background: linear-gradient(80deg, rgba(83, 65, 128, 1) 23%, rgba(39, 33, 54, 1) 77%);
    padding: 3rem 5rem;
    border-radius: 15px;
}

.frm_area_btm form h4 {
    text-align: center;
    color: #fff;
    font-family: eb garamond;
    font-weight: 700;
    font-size: 33px;
}

.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: Muli !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: linear-gradient(to left, #001a27 0%, #042a3d 100%);
}

.bar-new .left-head h3 {
    font-size: 30px;
    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 h4 {
    font-size: 16px;
    color: #fff;
}

.join-us .center-head {
    text-align: center !important;
}

.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;
}

.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: muli !important;
    color: #0e2f3b;
}

.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 {
    background: #fda12a;
    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;
}

.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: 32px;
    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: 24px;
    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: #fda029;
    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: 75px;
    padding-bottom: 25px;
    padding-top: 12px;
    font-family: eb garamond, serif;
    font-size: 63.04px;
    font-weight: 700;
    color: #231e33;
    margin: 0 0 30px;
    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.html);
    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: 15px;
}

.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-image: url(../images/banner-img.webp);
    background-position: center;
    background-size: 100% 100%;
    height: 236vh;
    margin-bottom: -270px;
}

.row.mybannercssclass {
    padding-top: 169px;
}

.thank-you-btn a {
    color: #fff;
}

.sub-head {
    display: flex;
    justify-content: center;
}

.sub-head5 {
    display: flex;
}

.sub-head-img img {
    width: 100%;
}

.sub-head-title h3 {
    font-size: 15px !important;
    font-weight: 400 !important;
    font-family: "Poppins" !important;
    color: #fd473d !important;
    padding: 16px 0 0px 0 !important;
}

.banner-head h3 {
    font-size: 43px !important;
    font-weight: 600 !important;
    font-family: "Poppins" !important;
    color: white !important;
}

.banner-head h3 span {
    display: inline !important;
    color: #fd473d;
    font-family: "Poppins" !important;
    text-transform: capitalize;
}

.banner-head5 h3 {
    font-size: 37px !important;
    font-weight: 600 !important;
    font-family: "Poppins" !important;
    color: white !important;
    text-align: left;
}

.banner-head5 h3 span {
    display: inline !important;
    color: #fd473d;
    font-family: "Poppins" !important;
    text-transform: capitalize;
}

.banner-head p {
    font-size: 14px !important;
    font-weight: 400;
    font-family: "Poppins" !important;
    padding: 0px 226px !important;
    line-height: 30px;
    color: #fff !important;
}

.banner-head5 p {
    font-size: 14px !important;
    font-weight: 400;
    font-family: "Poppins" !important;
    line-height: 30px;
    color: #fff !important;
    text-align: left;
}

.banner-btn {
    display: flex;
    justify-content: center;
    padding: 0px 350px;
}

.banner-btn2 {
    display: flex;
}

.banner-btn1 {
    display: flex;
}

.poppup-btn,
.number-btn {
    padding: 0px 20px;
}

.poppup-btn a {
    background: linear-gradient(90deg, rgba(62, 191, 194, 1) 0%, rgba(10, 102, 136, 1) 100%);
    color: #fff;
    padding: 16px 17px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: "poppins" !important;
}

.poppup-btn a:hover {
    background: transparent;
    color: #fff;
    padding: 16px 17px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: "poppins" !important;
}

.banner-head_phone h2 {
    font-size: 14px !important;
    color: #fff !important;
    font-family: "Poppins" !important;
    font-weight: 500 !important;
    text-align: left !important;
    margin-bottom: 0px !important;
}

.banner-head_phone h4 {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-align: left !important;
    font-family: "Poppins" !important;
    margin-top: 10px;
}

.high-recommend {
    display: flex;
    justify-content: center;
}

.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 h3 span {
    display: block;
}

.banner-content-about h1 {
    font-size: 42px;
    font-family: "Poppins" !important;
    font-weight: 600;
    padding: 0 18%;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
}

.banner .banner-content h2 span {
    display: block;
}

.banner .banner-content p span {
    display: block;
}

.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%, #042a3d 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: Muli !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, 0.9) translateY(0);
    }

    30% {
        transform: scale(0.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 {
    color: #afabe3;
    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 h6 {
    font-family: eb garamond, serif;
    font-size: 30px;
    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.webp);
    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.webp);
}

.sec-testimonials .test-card .desc3::after {
    background-image: url(../images/g2.html);
}

.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;
}

.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: #092b37;
    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 .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: #042a3d;
    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: linear-gradient(45deg, #ffa22a, #f39a28);
    background: #092b37;
    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 var(--accent);
    background: var(--accent) !important;
    line-height: 1em;
    text-align: center;
    font-size: 18px;
    opacity: 1;
    font-family: "Poppins" !important;
}

.modal .modal-dialog .modal-content .modal-header .btn-close {
    background: inherit;
    opacity: inherit;
    position: absolute;
    right: -4px;
    top: -4px;
}

.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: #596f00;
    left: 18px;
}

.modal .modal-dialog .modal-content .modal-body button {
    font-size: 18px;
    font-family: "Poppins" !important;
    font-weight: 500;
    background: var(--accent);
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
}

.modal .modal-dialog .modal-content .modal-body button:hover {
    font-size: 18px;
    font-family: "Poppins" !important;
    font-weight: 500;
    background: #fd473d;
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
}

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: 48px;
    border: 1px solid #dedede;
    padding: 0 40px;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 15.99px;
    width: 100%;
}

.labor_day img {
    width: 80%;
}

.modal .modal-dialog .modal-content .modal-body form select {
    display: block;
    border-radius: 40px;
    outline: none;
    height: 48px;
    border: 1px solid #dedede;
    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 #042a3d;
}

.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-grass2cfd.html?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/5883.webp) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.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;
}

.call-action {
    border-radius: 32.5px;
    width: 185px;
    height: 45px;
    background: #092b37;
    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;
    padding: 0;
}

a.call-action:hover {
    color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    section.main-home-banner {
        background-image: url(../images/banner-img.webp);
        width: 100%;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 173px;
        padding-bottom: 500px;
    }

    .main-head {
        display: flex;
        align-items: flex-end;
    }

    .subtitle-head h3 {
        font-size: 16px !important;
        font-family: "Poppins" !important;
        color: #fd473d;
        font-weight: 400;
    }

    .main-home-cntxt h1 {
        font-size: 40px !important;
        font-family: "Poppins" !important;
        color: #fff;
        font-weight: 500;
    }

    .main-home-cntxt h1 span {
        font-size: 40px !important;
        font-weight: 500;
        font-family: "Poppins" !important;
        color: #fd473d;
    }

    .main-home-cntxt p {
        font-size: 14px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #fff;
    }

    .main-banner-btns {
        display: flex;
    }

    .banner-home-img {
        display: flex;
        justify-content: center;
    }

    .col-md-6.main-home-form {
        padding: 10px 65px !important;
    }

    .inside-banner-content h3 {
        font-size: 40px !important;
        font-family: "Poppins" !important;
        font-weight: 500;
        text-align: center;
        padding: 0px 12% !important;
        color: #000;
    }

    .inside-banner-content p {
        font-size: 14px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #000;
        text-align: center;
        padding: 0 9% !important;
    }

    .col-sm-12.client-logos-main .img ul li img {
        width: 50%;
        object-fit: cover;
        filter: brightness(0) invert(1);
        transition: all 0.3s ease-in-out;
    }

    section.myHomepage {
        background-image: url(../images/banner-img.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 268vh !important;
    }

    section.banner.myHomepage {
        background-image: url(../images/banner-img.webp);
        background-position: center;
        background-size: 100% 100%;
        height: 275vh !important;
        margin-bottom: -370px !important;
    }

    .row.mybannercssclass {
        padding-top: 169px;
    }

    .about-content {
        position: relative;
        top: 0px;
    }

    .service-ico {
        border: 1px solid #052a3c;
        border-radius: 500px;
        margin-top: -118px;
        background: #fff;
        margin-left: 25px;
        width: 90px !important;
        height: 90px !important;
        display: flex;
        justify-content: center;
    }

    section.doing-things {
        background-image: url(../images/doing-things-bg.webp);
        padding: 130px 0px !important;
        margin-top: -128px !important;
        background-size: cover;
    }

    .row.tab-box-bg {
        background-image: url(../images/tab-sec-bg.webp);
        width: 100%;
        height: 485px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100% !important;
        padding: 60px 0px;
    }

    .newsletter {
        text-align: center;
        padding: 26px 0 !important;
        margin-top: 34px;
        background-image: url(../images/newsletter-bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 92% 100% !important;
    }

    .newsletter-head {
        padding-top: 20px !important;
    }

    .input-box input {
        padding: 15px 21px !important;
        border: none !important;
        border-radius: 12px !important;
        margin: 9px 0px !important;
    }

    button.submit-btn {
        padding: 8px 10px !important;
        border: none !important;
        color: #fff !important;
        margin: 9px 9px !important;
        border-radius: 10px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        font-family: "Poppins" !important;
    }

    .custom-btn1 {
        width: 130px !important;
        height: 50px;
        color: #fff;
        border-radius: 15px;
        padding: 16px 17px;
        font-family: "poppins" !important;
        font-weight: 400;
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
        outline: none;
        font-size: 14px;
        z-index: 99;
    }

    .whatbooks-we-write .nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .request-a-quote .request-a-quote-content h5 {
        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: 13px;
        width: 155px;
        height: 40px;
    }

    .header-1 form button {
        width: 155px;
        height: 46px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .amazon-box {
        background: #ffffff94;
        padding: 30px 22px;
        box-shadow: 3px 3px 29px #00000063;
        border-radius: 24px;
        margin: 0 46px !important;
    }

    section.main-home-banner {
        background-image: url(../images/banner-img.webp);
        width: 100%;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 173px;
        padding-bottom: 500px;
    }

    .main-head {
        display: flex;
        align-items: flex-end;
    }

    .subtitle-head h3 {
        font-size: 16px !important;
        font-family: "Poppins" !important;
        color: #fd473d;
        font-weight: 400;
    }

    .main-home-cntxt h1 {
        font-size: 40px !important;
        font-family: "Poppins" !important;
        color: #fff;
        font-weight: 500;
    }

    .main-home-cntxt h1 span {
        font-size: 40px !important;
        font-weight: 500;
        font-family: "Poppins" !important;
        color: #fd473d;
    }

    .main-home-cntxt p {
        font-size: 14px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #fff;
    }

    .main-banner-btns {
        display: flex;
    }

    .banner-home-img {
        display: flex;
        justify-content: center;
    }

    .col-md-6.main-home-form {
        padding: 10px 65px !important;
    }

    .inside-banner-content h3 {
        font-size: 40px !important;
        font-family: "Poppins" !important;
        font-weight: 500;
        text-align: center;
        padding: 0px 12% !important;
        color: #000;
    }

    .inside-banner-content p {
        font-size: 14px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #000;
        text-align: center;
        padding: 0 9% !important;
    }

    .col-sm-12.client-logos-main .img ul li img {
        width: 50%;
        object-fit: cover;
        filter: brightness(0) invert(1);
        transition: all 0.3s ease-in-out;
    }

    section.myHomepage {
        background-image: url(../images/banner-img.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 268vh !important;
    }

    section.banner.myHomepage {
        background-image: url(../images/banner-img.webp);
        background-position: center;
        background-size: 100% 100%;
        height: 261vh;
        margin-bottom: -240px;
    }

    .about-head h3 {
        font-size: 30px !important;
    }

    .row.mybannercssclass {
        padding-top: 169px;
    }

    .about-content {
        position: relative;
        top: 0px;
    }

    section.banner.service-banner3 {
        padding-top: 0px !important;
        height: 682px !important;
        background-size: 100% 100% !important;
    }

    .banner-content-service h1 {
        font-size: 30px !important;
    }

    .banner-content-service h1 span.span-box-css {
        font-size: 30px !important;
    }

    .check-desc h2 {
        font-size: 12px !important;
        padding-top: 5px !important;
    }

    .qoute-img img.qoute-abt-img {
        width: 245px !important;
        margin-top: -30px !important;
    }

    section.banner.banner2 {
        background-image: url(../images/about-banner-img.webp) !important;
        padding-top: 154px !important;
        height: auto !important;
        background-size: cover !important;
    }

    .banner-content-about p {
        font-size: 12px !important;
    }

    .banner-content-about h1 {
        font-size: 28px;
    }

    .banner-content-about h1 span {
        font-size: 28px !important;
    }

    .banner-btn {
        padding: 0px 310px !important;
    }

    img.qoute-abt-img {
        width: 84vh !important;
    }

    .content-abt h3 {
        font-size: 24px !important;
        padding: 0px !important;
    }

    .content-abt p {
        font-size: 12px !important;
        padding: 0px !important;
    }

    section.book-qoute-abt {
        height: auto !important;
    }

    .about-btn-team {
        margin-top: 30px !important;
        padding: 0px 203px !important;
    }

    .our-team-card-avatar p {
        font-size: 11px !important;
    }

    .newsletter-head {
        padding-top: 20px !important;
    }

    .banner-inner-img img {
        width: 80% !important;
    }

    ul.client-logo-slider.slick-initialized.slick-slider {
        margin-top: 54px;
    }

    dotlottie-player {
        width: 528px !important;
        height: auto;
    }

    .about-org-lottie dotlottie-player {
        margin-top: -32px !important;
    }

    .about-org-head h3 {
        font-size: 22px !important;
        font-weight: 700 !important;
        font-family: "Poppins" !important;
        color: #000 !important;
        text-align: left !important;
        line-height: 34px !important;
    }

    .about-us-img img {
        width: 848px !important;
        position: relative !important;
        left: -372px !important;
    }

    img.about-book {
        position: absolute !important;
        width: 50% !important;
        top: 67px !important;
        left: 0px !important;
    }

    .desc-about-head h3 {
        font-size: 22px !important;
        font-weight: 700 !important;
        font-family: "Poppins" !important;
        color: #000 !important;
        text-align: left !important;
        line-height: 34px !important;
    }

    section.brands-with-us.brands-with-us1.about-sec {
        margin-top: 36px;
    }

    .service-heading h3 {
        font-size: 30px !important;
        font-weight: 600 !important;
        text-transform: capitalize !important;
        text-align: center;
        color: #000;
        font-family: "Poppins" !important;
    }

    span.service-head {
        color: #fd473d;
        text-transform: capitalize;
        display: block;
        line-height: 42px;
    }

    .service-ico {
        border: 1px solid #052a3c;
        border-radius: 500px;
        margin-top: -118px;
        background: #fff;
        margin-left: 25px;
        width: 90px !important;
        height: 90px !important;
        display: flex;
        justify-content: center;
    }

    .service-ico img {
        width: 100% !important;
        padding: 3px !important;
        margin-left: 15px;
    }

    .service-num h3 {
        font-size: 30px !important;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #fd473d;
    }

    .service-head h3 {
        font-size: 13px !important;
        text-align: center;
        font-weight: 500;
        font-family: "poppins" !important;
    }

    .service-desc p {
        font-size: 12px !important;
        text-align: center;
        font-weight: 400;
        font-family: "poppins" !important;
        color: #8a8a8a;
        overflow-y: scroll;
        height: 75px !important;
    }

    .service-inner-box1 {
        padding: 28px 15px;
        box-shadow: 5px 2px 10px #0006;
        border-radius: 16px;
        background: #fff;
        margin: 65px 10px;
        height: 310px !important;
        transition-duration: 2s;
    }

    .service-btn a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90% !important;
        background: white;
        padding: 12px 20px;
        border: 1px solid #fd473d;
        border-radius: 500px;
        color: #000;
        font-weight: 400;
        font-family: "poppins" !important;
    }

    .author-name h3 {
        font-size: 18px !important;
        font-family: "Poppins" !important;
        font-weight: 500;
        color: #052a3c;
    }

    .author-name p {
        font-size: 12px !important;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #000;
    }

    .author-desc p {
        font-size: 12px !important;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #000;
    }

    .publish-book h3 {
        font-size: 14px !important;
        font-weight: 500;
        font-family: "Poppins" !important;
        color: #052a3c;
    }

    .amazon-img img {
        width: 80% !important;
        padding: 0px 14px !important;
    }

    .author-book img {
        width: 115px !important;
    }

    .custom-btn {
        width: 156px;
        height: 48px;
        color: #fff;
        border-radius: 15px;
        padding: 16px 17px;
        font-family: "poppins" !important;
        font-weight: 400;
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
        outline: none;
        font-size: 12px;
        z-index: 99;
    }

    .banner-head_phone h2 {
        font-size: 13px !important;
        color: #fff !important;
        font-family: "Poppins" !important;
        font-weight: 500 !important;
        text-align: left !important;
        margin-bottom: 10px !important;
    }

    .banner-head_phone h4 {
        font-size: 12px !important;
        font-weight: 600 !important;
        color: #fff !important;
        text-align: left !important;
        font-family: "Poppins" !important;
    }

    .about-phone,
    .test-phone {
        display: flex;
        align-items: center;
    }

    .about-icon_phone {
        border: 1px solid #000;
        color: #000;
        padding: 3px 10px;
        border-radius: 500px;
        font-size: 20px;
    }

    .test-icon_phone {
        color: #000;
        padding: 7px 15px !important;
        font-size: 24px !important;
        border: 1px solid #000;
        border-radius: 500px;
    }

    .about-head_phone h2,
    .test-head_phone h2 {
        font-size: 13px;
        text-align: left;
        font-family: "Poppins" !important;
        color: #000 !important;
        font-weight: 500 !important;
        text-align: left !important;
        margin-bottom: 10px !important;
    }

    .about-head_phone h4,
    .test-head_phone h4 {
        font-family: "Poppins" !important;
        color: #000 !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        text-align: left !important;
    }

    section.book-qoute {
        width: 100%;
        background-image: url(../images/book-qoute.webp);
        background-repeat: no-repeat;
        background-size: cover !important;
        display: flex;
        align-items: center;
        margin-top: -25px !important;
    }

    .book-content h3 {
        font-size: 37px !important;
        font-weight: 600;
        font-family: "Poppins" !important;
        padding: 0 30px;
        color: #fff !important;
    }

    img.book-qoute-img {
        width: 96% !important;
        margin-top: -23px;
    }

    section.doing-things {
        background-image: url(../images/doing-things-bg.webp);
        padding: 60px 0px !important;
        margin-top: -21px !important;
        background-size: cover;
    }

    .do-things-head h3 {
        font-size: 23px;
        font-family: "poppins" !important;
        font-weight: 700;
        color: #000;
        text-transform: capitalize;
        line-height: 30px;
        padding: 0px 5px;
    }

    .do-things-head h2 {
        font-size: 14px;
        font-family: "poppins" !important;
        font-weight: 400;
        color: #000;
        text-transform: capitalize;
        line-height: 24px;
        padding: 0px 5px;
    }

    .about-icon_phone {
        padding: 2px 11px;
        border: 1px solid #000;
        border-radius: 500px;
        color: #000;
        font-size: 24px;
    }

    .about-head_phone h4 {
        font-family: "Poppins" !important;
        color: #000 !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        text-align: left !important;
    }

    .about-head_phone h2 {
        font-size: 13px !important;
        text-align: left;
        font-family: "Poppins" !important;
        color: #000 !important;
        font-weight: 500 !important;
        text-align: left !important;
        margin-bottom: 10px !important;
    }

    .row.doing-things-boxes {
        padding: 52px 24px 0px 24px !important;
    }

    .doing-box-img {
        padding: 16px;
        background: radial-gradient(circle, rgba(62, 191, 194, 1) 0%, rgba(255, 255, 255, 1) 100%);
        border-radius: 500px;
        display: flex;
        justify-content: center;
        margin-top: -82px;
        position: absolute;
    }

    .doing-box-img img.normal,
    .doing-box-img img.onhover-img {
        width: 70px;
        height: 70px;
    }

    .choose-us-head h3 {
        font-size: 22px !important;
        font-weight: 700 !important;
        font-family: "Poppins" !important;
        color: #000 !important;
        text-align: left !important;
        line-height: 34px !important;
    }

    dotlottie-player {
        width: 528px !important;
        height: auto !important;
    }

    .chooseus-lottie dotlottie-player {
        margin-top: -46px !important;
    }

    .tabs-cont-head h3 {
        font-size: 20px !important;
        font-weight: 600;
        font-family: "Poppins" !important;
        color: #fff;
        padding-left: 24px;
    }

    .test-btn a {
        color: white;
        padding: 13px 17px;
        border-radius: 15px;
        font-size: 12px !important;
        font-weight: 400;
        font-family: "poppins" !important;
        width: 154px !important;
        height: 45px !important;
    }

    .test-btn a:hover {
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 400;
        font-family: "poppins" !important;
    }

    .test-icon_phone1 {
        color: #fff;
        padding: 5px 15px !important;
        font-size: 20px;
        border: 1px solid #fff;
        border-radius: 500px;
    }

    .test-phone1 {
        display: flex;
        align-items: center;
    }

    .test-head_phone1 h4 {
        font-size: 12px !important;
        font-weight: 500;
        font-family: "Poppins" !important;
        color: #fff !important;
    }

    .test-head_phone1 h2 {
        font-size: 13px !important;
        text-align: left;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #fff !important;
    }

    img.tab-icon-img {
        width: 50px !important;
        height: 50px !important;
    }

    .row.text-start h3 {
        font-size: 18px !important;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #fff;
    }

    .row.text-start p {
        font-size: 12px !important;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #fff;
    }

    .tab-book-img img {
        width: 342px !important;
        margin-top: -30px !important;
        margin-left: -62px !important;
    }

    .process-number h3 {
        font-size: 32px !important;
        font-family: "poppins" !important;
        font-weight: 400;
        color: #fff;
        text-align: center;
        background-image: url(../images/process-num-bg.webp);
        background-repeat: no-repeat;
        background-size: 80px !important;
        width: 100%;
        background-position: top;
        padding: 22px 0px;
    }

    .process-name h3 {
        font-size: 13px !important;
        font-family: "Poppins" !important;
        font-weight: 600;
        color: #000;
        text-align: center;
    }

    .process-desc p {
        font-size: 13px !important;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #000;
        text-align: center;
    }

    img.bg-line {
        position: absolute;
        top: 6px !important;
        right: -85vh !important;
    }

    .custom-btn {
        width: 160px !important;
        height: 50px;
        color: #fff;
        border-radius: 15px;
        padding: 16px 17px;
        font-family: "poppins" !important;
        font-weight: 400;
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
        outline: none;
        font-size: 12px !important;
        z-index: 99;
    }

    .our-process {
        padding: 0 !important;
        background-image: url(../images/our-process-bg-img.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }

    .input-box input {
        padding: 15px 21px !important;
        border: none !important;
        border-radius: 12px !important;
        margin: 7px 0px !important;
    }

    .testi-head {
        padding: 0 !important;
    }

    .testi-head h3 {
        font-size: 20px;
        font-family: "poppins" !important;
        font-weight: 700;
        color: #000;
        text-transform: capitalize;
    }

    .test-box {
        background: #fff;
        box-shadow: 3px 4px 12px #00000047;
        border-radius: 20px;
        padding: 12px 11px;
        margin: 50px 11px;
    }

    .testimonials {
        padding: 36px 0px;
    }

    .client-box {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .star-rate {
        display: flex;
        align-items: center;
        padding-top: 0px !important;
    }

    .frequently-asked-questions {
        padding-top: 0px !important;
        padding-bottom: 30px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(62, 191, 194, 1) 100%);
    }

    .frequently-heading h2 {
        font-size: 26px !important;
        font-weight: 600;
        font-family: "poppins" !important;
        color: #000;
        text-transform: capitalize;
        line-height: 42px !important;
        padding: 0px 175px !important;
    }

    .footer-form-desc h3 {
        font-size: 21px !important;
        font-weight: 600;
        font-family: "Poppins" !important;
        line-height: 46px;
        color: #fff !important;
        line-height: 50px;
    }

    .footer-points-desc p {
        font-size: 13px !important;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #fff;
        padding-left: 10px;
    }

    .form-head h3 {
        font-size: 21px !important;
        font-weight: 600;
        font-family: "poppins" !important;
        color: #000;
        text-transform: capitalize;
    }

    .form-book-img img {
        width: 195px !important;
        z-index: 9999999;
        margin-top: -82px !important;
        margin-right: -69px !important;
    }

    select#services,
    select#Budget {
        width: 100%;
        border: none;
        background: #fff;
        border-radius: 9px;
        padding: 9px 20px !important;
        font-size: 14px;
        font-weight: 400;
        font-family: "poppins" !important;
        color: #000;
    }

    .page-link-footer ul li a {
        font-size: 13px !important;
        font-weight: 400;
        font-family: "poppins" !important;
        color: #000;
        line-height: 30px;
    }

    .icon-info h3 a {
        font-size: 13px !important;
        font-weight: 400;
        font-family: "poppins" !important;
        color: #000;
        line-height: 20px;
    }

    .icon-info h3 {
        font-size: 13px !important;
        font-weight: 400;
        font-family: "poppins" !important;
        color: #000;
        line-height: 20px;
    }

    .banner-form-head h3 {
        font-size: 18px !important;
        text-align: left;
        font-family: "poppins" !important;
        color: #fff;
        line-height: 30px !important;
    }

    .banner-head5 h3 {
        font-size: 30px !important;
        font-weight: 600 !important;
        font-family: "Poppins" !important;
        color: white !important;
        text-align: left;
    }

    .sub-head5 {
        display: flex;
        padding-top: 34px;
    }

    button.custom-btn.btn-9.footer-btn {
        width: 100% !important;
    }

    .newsletter-head h3 {
        font-size: 30px !important;
        font-weight: 600;
        font-family: "poppins" !important;
        text-transform: capitalize;
        color: #fff;
        text-align: left;
        padding-left: 40px;
    }

    .input-box input {
        padding: 15px 21px !important;
        border: none !important;
        border-radius: 12px !important;
        margin: 9px 0px !important;
    }

    button.submit-btn {
        padding: 8px 10px !important;
        border: none !important;
        color: #fff !important;
        margin: 9px 9px !important;
        border-radius: 10px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        font-family: "Poppins" !important;
    }

    .custom-btn1 {
        width: 130px !important;
        height: 50px;
        color: #fff;
        border-radius: 15px;
        padding: 16px 17px;
        font-family: "poppins" !important;
        font-weight: 400;
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
        outline: none;
        font-size: 14px;
        z-index: 99;
    }

    .banner .banner-content h2,
    .banner-content p {
        font-size: 18px;
    }

    .header-1 ul li a {
        font-size: 13px;
    }

    .header-1 ul li a {
        font-size: 14px !important;
        font-weight: 400;
        color: white;
        font-family: "Poppins" !important;
    }

    .navbar-light .navbar-brand {
        width: 100px;
    }

    .header-1 form button {
        font-size: 12px;
        width: 146px;
        height: 40px;
    }

    .icon_phone {
        padding: 3px 10px;
        border: 1px solid #fff;
        border-radius: 500px;
        color: #fff;
        font-size: 20px;
    }

    .head_phone h3 {
        font-size: 14px;
        color: #ec0c0c;
        font-weight: 400;
        font-family: "Poppins" !important;
    }

    .head_phone h4 {
        color: white;
        font-size: 11px;
        font-weight: 600;
        font-family: "Poppins" !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container.amazon-sec-box {
        max-width: 100%;
        padding-left: 40px !important;
    }

    section.main-home-banner {
        background-image: url(../images/banner-img.webp);
        width: 100%;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 143px !important;
        padding-bottom: 390px !important;
    }

    .main-home-cntxt h1 {
        font-size: 18px !important;
        font-family: "Poppins" !important;
        color: #fff;
        font-weight: 500;
    }

    .main-home-cntxt h1 span {
        font-size: 18px !important;
        font-weight: 500;
        font-family: "Poppins" !important;
        color: #fd473d;
    }

    .subtitle-head h3 {
        font-size: 14px !important;
        font-family: "Poppins" !important;
        color: #fd473d;
        font-weight: 400;
    }

    .main-home-cntxt p {
        font-size: 12px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #fff;
    }

    .col-md-6.main-home-form {
        padding: 2px 18px !important;
    }

    .banner-home-img img {
        width: 100%;
    }

    .inside-banner-content h3 {
        font-size: 26px !important;
        font-family: "Poppins" !important;
        font-weight: 500;
        text-align: center;
        padding: 0px 2% !important;
        color: #000;
    }

    .inside-banner-content p {
        font-size: 13px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #000;
        text-align: center;
        padding: 0 6% !important;
    }

    section.about-organized {
        margin-top: -360px !important;
    }

    section.myHomepage {
        background-image: url(../images/banner-img.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 133vh !important;
    }

    .term-sec-wrap .terms-content p {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    a.collins-link {
        font-size: 14px !important;
    }

    .term-sec-wrap .terms-content h2 {
        font-size: 28px !important;
        line-height: 42px !important;
    }

    .term-sec-wrap .terms-content ul li {
        font-size: 14px !important;
    }

    .blog-start p {
        font-size: 15px !important;
    }

    .blog-bottom-main p,
    .blog-bottom-main li {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .blog-bottom-main a {
        font-size: 14px !important;
    }

    .blog-bottom-main h4 {
        font-size: 32px !important;
    }

    .blog-bottom-main h5 {
        font-size: 24px !important;
    }

    section.banner.blogs-banner {
        height: 550px !important;
    }

    section.blog-tabs {
        margin-top: 232px !important;
        margin-bottom: 0px !important;
    }

    .tb-box-content h2 {
        font-size: 12px !important;
    }

    section.blog-tabs .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        font-size: 12px !important;
    }

    .nav-tabs .nav-link {
        font-size: 12px !important;
    }

    .col-md-3.myblogbox {
        width: 33.33% !important;
    }

    section.contact-banner {
        height: 470px !important;
        background-size: cover !important;
    }

    .banner-content-service p {
        padding: 0 12% !important;
    }

    section.contact-inner-sec {
        margin-top: 30% !important;
    }

    .quick-head h2 {
        font-size: 20px !important;
    }

    .quick-head p {
        font-size: 12px !important;
    }

    .contact-form-head h3 {
        font-size: 18px !important;
    }

    .phone-content h2,
    .email-content h2,
    .map-content h2 {
        font-size: 20px !important;
    }

    .phone-content h3,
    .email-content h3 {
        font-size: 12px !important;
    }

    .icon-phone img,
    .icon-email img,
    .icon-map img {
        width: 80% !important;
    }

    .form-content2 {
        margin: 1px 6px !important;
        padding: 47px 26px !important;
    }

    .col-md-5.contact-map {
        position: absolute;
        bottom: -920px !important;
        left: 18px !important;
        width: 60% !important;
    }

    .map-box-prev h2 {
        font-size: 16px !important;
    }

    .map-box-prev p {
        font-size: 10px !important;
    }

    .web-map iframe {
        width: 100% !important;
        height: 470px !important;
    }

    .banner-content-service1 h1 {
        font-size: 23px !important;
        line-height: 28px !important;
    }

    .banner-content-service1 h1 span.span-box-css {
        font-size: 23px !important;
    }

    .banner-content-service1 p {
        font-size: 12px !important;
    }

    .banner-form-head h3 {
        font-size: 12px !important;
        line-height: 24px !important;
    }

    .banner-form-head h3 span {
        font-size: 12px !important;
    }

    section.banner.service-banner2 {
        padding-top: 0 !important;
        height: 699px !important;
        background-size: 100% 100% !important;
    }

    .banner-content-service1 {
        padding-top: 36px !important;
    }

    .col-12.col-sm-12.col-md-12.col-lg-6.col.xl-6.col-xxl-6.myinnerservice {
        width: 50% !important;
    }

    .little-intro-content h2 {
        font-size: 24px !important;
    }

    .little-intro-content h2 span.span-box-css {
        font-size: 24px !important;
    }

    .our-services-boxes h3 {
        font-size: 24px !important;
        line-height: 35px !important;
        padding: 0px 10px !important;
    }

    .our-services-boxes p {
        font-size: 12px !important;
        padding: 0px 54px !important;
    }

    .service-inner-box {
        height: 226px !important;
    }

    .col-md-6.myprocessbox {
        width: 100% !important;
    }

    .do-things-head h2 {
        line-height: 22px !important;
    }

    section.doing-things {
        margin-top: -48px !important;
    }

    .service-inner-box.myboxheight {
        height: 280px !important;
    }

    .banner-content-service h1 {
        font-size: 25px !important;
    }

    .banner-content-service h1 span.span-box-css {
        font-size: 25px !important;
    }

    .banner-content-service p {
        font-size: 12px !important;
    }

    .check-desc h2 {
        font-size: 10px !important;
        padding-top: 0px !important;
    }

    section.banner.service-banner3 {
        height: 600px !important;
    }

    .about-servies h3 {
        font-size: 25px !important;
    }

    .about-servies p {
        font-size: 13px !important;
        line-height: 22px !important;
    }

    .little-intro-content h2 {
        font-family: "Poppins" !important;
        font-weight: 600;
        font-size: 24px;
        color: #000;
    }

    .col-12.col-sm-12.col-md-12.col-lg-6.col.xl-6.col-xxl-6.myservice-box {
        width: 50% !important;
    }

    .qoute-img img.qoute-abt-img {
        width: 100% !important;
    }

    .content-abt h3 span.span-box-css {
        font-size: 22px !important;
    }

    section.banner.banner2 {
        padding-top: 190px !important;
        height: 475px !important;
    }

    .banner-content-about h1 {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .banner-content-about h1 span.span-box-css {
        font-size: 24px !important;
    }

    .banner-btn {
        padding: 0px 160px !important;
    }

    .banner-content-about p {
        font-size: 12px !important;
    }

    .little-intro-aboutus .little-intro-content h2,
    .little-intro-content h5 {
        font-size: 26px !important;
    }

    .little-intro-content p {
        font-size: 12px !important;
    }

    .getint {
        width: 55% !important;
    }

    .col-12.col-sm-12.col-md-12.col-lg-6.col.xl-6.col-xxl-6.about-us {
        width: 50% !important;
    }

    .little-intro-content p {
        font-size: 12px !important;
    }

    img.qoute-abt-img {
        width: 346px !important;
    }

    section.book-qoute-abt {
        margin-top: 34px !important;
        height: auto !important;
    }

    .content-abt h3 {
        font-size: 20px !important;
        padding: 0px !important;
    }

    .content-abt p {
        font-size: 12px !important;
        padding: 0px !important;
    }

    .content-team h3 {
        font-size: 25px !important;
    }

    .content-team h3 span.span-box-css {
        font-size: 24px !important;
    }

    .tname h3 {
        font-size: 25px !important;
    }

    .content-team p {
        font-size: 12px !important;
    }

    .tname p {
        font-size: 12px !important;
    }

    .our-team-card-avatar img {
        background-size: 115px !important;
    }

    .our-team-card-avatar img:hover {
        background-size: 115px !important;
    }

    .our-team-card-avatar h3 {
        font-size: 16px !important;
    }

    .our-team-card-avatar p {
        font-size: 11px !important;
    }

    .number-btn-team {
        width: 45% !important;
        margin-left: 0px !important;
    }

    .about-btn-team {
        margin-top: 18px !important;
        padding: 0px 200px !important;
    }

    .about-phone-team {
        display: flex;
        align-items: center !important;
    }

    .abt-icon_phone-team {
        padding: 8px 11px 4px 11px !important;
        font-size: 18px !important;
    }

    .ourclients-head h3 {
        font-size: 24px !important;
    }

    .ourclients-head h3 span {
        font-size: 24px !important;
    }

    .ourclients-head p {
        font-size: 12px !important;
    }

    .banner-head5 h3 {
        font-size: 22px !important;
        font-weight: 600 !important;
        font-family: "Poppins" !important;
        color: white !important;
        text-align: left;
    }

    .icon_phone {
        padding: 3px 12px;
        border: 1px solid #fff !important;
        border-radius: 500px;
        color: #fff !important;
        font-size: 26px;
    }

    .banner-form-head h3.form-head {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .banner-form-head h3.form-head span {
        font-size: 15px !important;
    }

    .form-box-content {
        z-index: 1;
        background: #041318;
        padding-top: 12px !important;
        padding-left: 8px !important;
        padding-right: 10px !important;
        padding-bottom: 28px !important;
        border-radius: 10px;
    }

    .footerform1 input[type="name"],
    input[type="email"],
    input[type="number"],
    textarea {
        width: 95%;
        padding: 9px 20px !important;
        border: none;
        background: #fff;
        border-radius: 9px;
        margin: 10px 5px !important;
    }

    .footerform input[type="name"]::placeholder,
    input[type="email"]::placeholder,
    input[type="number"]::placeholder,
    textarea::placeholder {
        font-size: 12px !important;
        font-weight: 400;
        font-family: "poppins" !important;
        color: #000;
    }

    select#services::placeholder,
    select#Budget::placeholder {
        font-size: 12px !important;
        font-weight: 400;
        font-family: "poppins" !important;
        color: #000;
    }

    .col-sm-6.dropdown-boxes select option {
        font-size: 12px !important;
        font-weight: 400;
        font-family: "poppins" !important;
    }

    .banner-head5 p {
        font-size: 12px !important;
        line-height: 24px !important;
    }

    section.banner.myHomepage {
        background-image: url(../images/banner-img.webp);
        background-position: center;
        background-size: 100% 100%;
        height: 232vh;
        margin-bottom: -240px;
    }

    .about-head h3 {
        font-size: 30px !important;
    }

    .row.mybannercssclass {
        padding-top: 169px;
    }

    .about-content {
        position: relative;
        top: 0px;
    }

    .banner-form-img {
        width: 50% !important;
    }

    .banner-form-img img {
        width: 100%;
        rotate: 22deg;
        margin-top: -50px !important;
        margin-left: 35px !important;
    }

    .sub-head5 {
        display: flex;
        padding-top: 40px;
    }

    .banner-inner-img img {
        width: 86%;
    }

    .about-head h3 {
        font-size: 24px !important;
        line-height: 36px;
    }

    .about-org-head h3 {
        font-size: 16px !important;
        font-weight: 700 !important;
        font-family: "Poppins" !important;
        color: #000 !important;
        text-align: left !important;
        line-height: 28px !important;
    }

    .about-org-head p {
        font-size: 12px !important;
        font-weight: 400 !important;
        font-family: "Poppins" !important;
        color: #000 !important;
    }

    .about-head p {
        font-size: 14px !important;
        font-family: "Poppins" !important;
    }

    .sub-head-title h3 {
        font-size: 14px !important;
    }

    .custom-btn {
        width: 151px !important;
        height: 50px;
        color: #fff;
        border-radius: 15px;
        padding: 16px 17px;
        font-family: "poppins" !important;
        font-weight: 400;
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
        outline: none;
        font-size: 12px !important;
        z-index: 99;
    }

    .about-org-lottie dotlottie-player {
        margin-top: -42px !important;
        margin-left: -56px !important;
    }

    dotlottie-player {
        width: 470px !important;
        height: auto !important;
    }

    .check-list {
        height: 60px !important;
    }

    section.bottom-testimonial {
        padding-top: 0px !important;
    }

    .about-phone {
        display: flex;
        align-items: center !important;
    }

    .about-icon_phone {
        padding: 2px 10px !important;
        border: 1px solid #000;
        border-radius: 500px;
        color: #000;
        font-size: 24px !important;
    }

    .about-head_phone h4 {
        font-family: "Poppins" !important;
        color: #000 !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        text-align: left !important;
    }

    .about-head_phone h2 {
        font-size: 12px !important;
        text-align: left;
        font-family: "Poppins" !important;
        color: #000 !important;
        font-weight: 500 !important;
        text-align: left !important;
        margin-bottom: 8px !important;
    }

    .about-us-img img {
        width: 755px !important;
        position: relative !important;
        left: -381px !important;
    }

    img.about-book {
        position: absolute !important;
        width: 45% !important;
        top: 110px !important;
        left: 2px !important;
    }

    .sub-about-title h3 {
        font-size: 12px !important;
        font-family: "Poppins" !important;
        font-weight: 500;
        color: #fd473d !important;
        word-spacing: 2px;
        padding-top: 24px;
    }

    .desc-about-head h3 {
        font-size: 18px !important;
        font-weight: 700 !important;
        font-family: "Poppins" !important;
        color: #000 !important;
        text-align: left !important;
        line-height: 28px !important;
    }

    .desc-about-head p {
        font-size: 12px !important;
        font-weight: 400 !important;
        font-family: "Poppins" !important;
        color: #000 !important;
    }

    .check-list p {
        font-size: 11px !important;
        font-family: "Poppins" !important;
        font-weight: 400 !important;
        color: #000 !important;
        padding-left: 10px !important;
        line-height: 14px !important;
    }

    .checklist-box {
        display: flex;
        margin-top: -12px !important;
    }

    .check-list img {
        width: 25px !important;
        padding-bottom: 6px;
    }

    section.our-services {
        width: 100%;
        padding-top: 78px !important;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .service-heading h3 {
        font-size: 30px !important;
        font-weight: 600 !important;
        text-transform: capitalize !important;
        text-align: center;
        color: #000;
        line-height: 0px !important;
        font-family: "Poppins" !important;
    }

    .service-ico img {
        width: 100% !important;
        padding: 5px !important;
        margin-left: 12px !important;
    }

    .service-ico {
        border: 1px solid #052a3c;
        border-radius: 500px;
        margin-top: -118px;
        background: #fff;
        margin-left: 25px;
        width: 90px !important;
        height: 90px !important;
        display: flex;
        justify-content: center;
    }

    .service-num h3 {
        font-size: 25px !important;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #fd473d;
    }

    .service-head h3 {
        font-size: 12px !important;
        text-align: center;
        font-weight: 500;
        font-family: "poppins" !important;
    }

    .service-desc p {
        font-size: 11px !important;
        text-align: center;
        font-weight: 400;
        font-family: "poppins" !important;
        color: #8a8a8a;
        overflow-y: scroll;
        height: 72px !important;
    }

    .service-btn a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 85% !important;
        background: white;
        padding: 8px 20px !important;
        border: 1px solid #fd473d;
        border-radius: 500px;
        color: #000;
        font-weight: 400;
        font-family: "poppins" !important;
        font-size: 13px;
    }

    .service-inner-box1 {
        padding: 28px 15px;
        box-shadow: 5px 2px 10px #0006;
        border-radius: 16px;
        background: #fff;
        margin: 65px 10px;
        height: 290px !important;
        transition-duration: 2s;
    }

    .row.counter-bg-img {
        text-align: center;
        padding: 30px 0;
        margin-top: 34px;
        background-image: url(../images/counter-bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 95% !important;
        border-radius: 10px !important;
    }

    .our-satisfied-customer-content h5,
    .our-satisfied-customer-content h2 {
        font-family: "poppins" !important;
        font-size: 24px !important;
        font-weight: 700;
        color: #ffffff;
        margin-top: 5px !important;
        padding-top: 0px !important;
    }

    .our-satisfied-customer-content p {
        font-family: "poppins" !important;
        font-weight: 400;
        font-size: 13px !important;
        color: #ffffff;
        padding: 0 95px !important;
    }

    .our-satisfied-counts.numbers h2 {
        font-size: 28px !important;
        font-weight: 600;
        color: #fff;
        font-family: "Poppins" !important;
    }

    .our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container span {
        font-family: "poppins" !important;
        font-size: 13px !important;
        font-weight: 400;
        color: #fff;
        text-transform: capitalize;
    }

    .port-content h2 {
        font-size: 30px !important;
        font-weight: 600;
        font-family: "Poppins" !important;
        text-align: center;
        text-transform: capitalize;
        color: #000;
    }

    .port-content p {
        font-size: 12px !important;
        font-family: "poppins" !important;
        font-weight: 400;
        text-align: center;
        color: #000 !important;
        padding: 8px 20px;
    }

    .amazon-test h3 {
        font-size: 30px !important;
        font-weight: 600;
        font-family: "Poppins" !important;
        line-height: 36px !important;
        color: #000 !important;
    }

    .amazon-test p {
        font-size: 13px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #000;
    }

    .test-phone {
        display: flex;
        align-items: center !important;
    }

    .test-head_phone h2 {
        font-size: 13px !important;
        text-align: left;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #000 !important;
    }

    .test-head_phone h4 {
        font-size: 13px !important;
        font-weight: 500;
        font-family: "Poppins" !important;
        color: #000 !important;
    }

    .test-icon_phone {
        color: #000;
        padding: 8px 13px !important;
        font-size: 24px !important;
        border: 1px solid #000;
        border-radius: 500px;
    }

    .author-img img {
        width: 70% !important;
    }

    .author-name h3 {
        font-size: 12px !important;
        font-family: "Poppins" !important;
        font-weight: 500;
        color: #052a3c;
    }

    .author-name p {
        font-size: 11px !important;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #000;
    }

    .author-desc p {
        font-size: 11px !important;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #000;
    }

    .author-book {
        margin-right: -58px !important;
        margin-top: -45px;
    }

    .author-book img {
        width: 90px;
    }

    .publish-book h3 {
        font-size: 11px !important;
        font-weight: 500;
        font-family: "Poppins" !important;
        color: #052a3c;
        width: 72px !important;
    }

    .amazon-img img {
        width: 64% !important;
        padding: 0px 0px !important;
        margin-left: 20px !important;
    }

    .book-content h3 {
        font-size: 25px !important;
        font-weight: 600;
        font-family: "Poppins" !important;
        padding: 0 30px;
        color: #fff !important;
    }

    .book-content p {
        font-family: "Poppins" !important;
        font-size: 11px !important;
        color: #fff;
        font-weight: 400;
        padding: 0px 30px;
    }

    img.book-qoute-img {
        width: 100% !important;
        margin-top: -10px !important;
    }

    section.book-qoute {
        width: 100%;
        background-image: url(../images/book-qoute.webp);
        background-repeat: no-repeat;
        background-size: cover !important;
        display: flex;
        align-items: center;
        margin-top: -22px;
    }

    section.doing-things {
        background-image: url(../images/doing-things-bg.webp);
        padding: 80px 0px;
        margin-top: -20px !important;
        background-size: cover;
    }

    .do-things-head h3 {
        font-size: 18px !important;
        font-family: "poppins" !important;
        font-weight: 700;
        color: #000;
        text-transform: capitalize;
        line-height: 26px !important;
        padding: 0px 32px !important;
    }

    .do-things-head h2 {
        font-size: 12px !important;
        font-family: "poppins" !important;
        font-weight: 400;
        color: #000;
        text-transform: capitalize;
        line-height: 34px;
        padding: 0px 34px !important;
    }

    .row.doing-things-boxes {
        padding: 52px 12px 0px 12px !important;
    }

    .doing-box-img img.normal,
    .doing-box-img img.onhover-img {
        width: 70px;
        height: 70px;
    }

    .doing-box-img {
        padding: 16px;
        background: radial-gradient(circle, rgba(62, 191, 194, 1) 0%, rgba(255, 255, 255, 1) 100%);
        border-radius: 500px;
        display: flex;
        justify-content: center;
        margin-top: -82px;
        position: absolute;
    }

    .doing-box-content h3 {
        font-size: 15px !important;
        font-weight: 600;
        font-family: "poppins" !important;
        color: #fd473d;
        text-align: center;
        padding-top: 18px;
    }

    .doing-box-content p {
        font-size: 12px !important;
        font-weight: 400;
        font-family: "poppins" !important;
        color: #000;
        text-align: center;
    }

    .doing-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background: #f3f2f2;
        padding: 36px 12px !important;
        border-radius: 22px;
        box-shadow: 4px 5px 10px #00000087;
        margin: 5px 12px;
        height: 220px !important;
    }

    .chooseus-title h3 {
        font-size: 13px !important;
        font-family: "Poppins" !important;
        font-weight: 500;
        color: #fd473d !important;
        word-spacing: 2px;
        padding-top: 24px;
    }

    .choose-us-head h3 {
        font-size: 17px !important;
        font-weight: 700 !important;
        font-family: "Poppins" !important;
        color: #000 !important;
        text-align: left !important;
        line-height: 27px !important;
    }

    .choose-us-head p {
        font-size: 12px !important;
        font-weight: 400 !important;
        font-family: "Poppins" !important;
        color: #000 !important;
    }

    dotlottie-player {
        width: 470px !important;
        height: auto !important;
    }

    .check-list {
        height: 60px !important;
    }

    section.bottom-testimonial {
        padding-top: 0px !important;
    }

    .chooseus-lottie dotlottie-player {
        margin-top: -5px !important;
    }

    .tabs-cont-head h3 {
        font-size: 18px !important;
        font-weight: 600;
        font-family: "Poppins" !important;
        color: #fff;
        padding-left: 24px;
    }

    .row.tab-box-bg {
        background-image: url(../images/tab-sec-bg.webp);
        width: 100%;
        height: 435px !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100% !important;
        padding: 35px 0px !important;
    }

    .test-head_phone1 h4 {
        font-size: 10px !important;
        font-weight: 500;
        font-family: "Poppins" !important;
        color: #fff !important;
    }

    .test-head_phone1 h2 {
        font-size: 12px !important;
        text-align: left;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #fff !important;
    }

    .test-icon_phone1 {
        color: #fff;
        padding: 7px 14px !important;
        font-size: 20px !important;
        border: 1px solid #fff;
        border-radius: 500px;
    }

    .test-phone1 {
        display: flex;
        align-items: center !important;
    }

    img.tab-icon-img {
        width: 40px !important;
        height: 40px !important;
    }

    .mx-2 {
        margin: 0 !important;
    }

    .row.text-start h3 {
        font-size: 14px !important;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #fff;
    }

    .row.text-start p {
        font-size: 10px !important;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #fff;
    }

    .tab-book-img img {
        width: 282px !important;
        margin-top: 2px !important;
        margin-left: -62px;
    }

    .col-md-6.porcess-img {
        width: 100% !important;
        padding: 0px 36px !important;
    }

    img.bg-line {
        position: absolute;
        top: 56% !important;
        right: -107vh;
    }

    .process-btn-txt .process-btn-txthover {
        visibility: hidden;
        width: 500px;
        background-color: #fd473d;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 16px 76px;
        position: absolute;
        z-index: 999;
        top: 50px !important;
        left: -50% !important;
        border: 1px solid #fff;
        text-transform: lowercase;
    }

    .col-md-6.process-box-nxt {
        width: 100% !important;
        padding: 12px 48px !important;
    }

    .inner-arrow {
        display: none !important;
    }

    section.our-process {
        background-image: url(../images/process-bg.webp);
        background-repeat: no-repeat;
        background-size: 100vh !important;
        background-position-x: 25px !important;
        background-position-y: 0px !important;
        padding: 0px !important;
    }

    .newsletter {
        text-align: center;
        padding: 26px 0 !important;
        margin-top: 34px;
        background-image: url(../images/newsletter-bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 92% 86% !important;
    }

    .newsletter-head h3 {
        font-size: 24px !important;
        font-weight: 600;
        font-family: "poppins" !important;
        text-transform: capitalize;
        color: #fff;
        text-align: left;
        padding-left: 40px;
    }

    .custom-btn1 {
        width: 124px !important;
        height: 50px;
        color: #fff;
        border-radius: 15px;
        padding: 16px 17px;
        font-family: "poppins" !important;
        font-weight: 400;
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
        outline: none;
        font-size: 14px;
        z-index: 99;
    }

    button.submit-btn {
        padding: 12px 10px !important;
        border: none;
        color: #fff;
        margin: 9px 9px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 500;
        font-family: "Poppins" !important;
    }

    .newsletter-form form {
        display: flex;
        background: white;
        width: 94% !important;
        border-radius: 8px;
    }

    .newsletter-head {
        padding-top: 18px !important;
    }

    .row.testi-content {
        padding: 0px 24px !important;
    }

    .testi-head h3 {
        font-size: 15px !important;
        font-family: "poppins" !important;
        font-weight: 700;
        color: #000;
        text-transform: capitalize;
    }

    .test-box {
        background: #fff;
        box-shadow: 3px 4px 12px #00000047;
        border-radius: 20px;
        padding: 5px 8px !important;
        margin: 62px 7px !important;
    }

    .client-desc p {
        font-size: 10px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #000;
        line-height: 15px !important;
        overflow-y: scroll;
        height: 100px !important;
        padding-right: 10px;
    }

    .client-box {
        display: flex;
        justify-content: space-between;
        flex-direction: column !important;
    }

    .client-name h3 {
        font-size: 12px;
        font-weight: 600;
        font-family: "Poppins" !important;
        color: #000;
    }

    .client-name p {
        font-size: 11px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #000;
    }

    .client-img img {
        width: 38%;
        margin-top: -26px !important;
        margin-bottom: 18px;
    }

    .container.mytestimonaial {
        max-width: 100%;
        padding-bottom: 0px !important;
    }

    .frequently-asked-questions {
        padding: 30px 0px !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(62, 191, 194, 1) 100%);
    }

    .frequently-heading h2 {
        font-size: 26px !important;
        font-weight: 600;
        font-family: "poppins" !important;
        color: #000;
        text-transform: capitalize;
        line-height: 36px !important;
        padding: 0px 110px !important;
    }

    .half-blk {
        width: 100% !important;
        margin: 0 0px !important;
    }

    .frequently-asked-questions .accordion-button {
        font-size: 12px !important;
    }

    .frequently-asked-questions .accordion-body {
        font-size: 12px !important;
    }

    .footer-form-desc h3 {
        font-size: 16px !important;
    }

    .footer-points-desc p {
        font-size: 11px !important;
    }

    .footer-form-bullets h3 {
        font-size: 12px !important;
        padding: 10px 14px !important;
    }

    .form-head h3 {
        font-size: 13px !important;
    }

    .form-book-img img {
        width: 142px !important;
        margin-top: -65px !important;
        margin-right: -62px !important;
    }

    .form-head p {
        font-size: 11px !important;
    }

    .form-pen-img img {
        width: 32px !important;
    }

    .custom-btn {
        padding: 16px 7px !important;
    }

    .banner-head_phone h4 {
        font-size: 12px !important;
        font-weight: 600 !important;
        color: #fff !important;
        text-align: left !important;
        font-family: "Poppins" !important;
    }

    .banner-head_phone h2 {
        font-size: 12px !important;
        color: #fff !important;
        font-family: "Poppins" !important;
        font-weight: 500 !important;
        text-align: left !important;
        margin-bottom: 10px !important;
    }

    .form-content {
        padding: 16px !important;
    }

    .footerform input[type="name"],
    input[type="email"],
    input[type="number"],
    textarea {
        padding: 10px 6px !important;
        margin: 4px 5px !important;
    }

    label.terms {
        font-size: 10px !important;
    }

    label.terms span {
        font-size: 11px !important;
    }

    button.custom-btn.btn-9.footer-btn {
        width: 100% !important;
    }

    .row.footer-inner-box {
        padding-top: 55px !important;
        padding-bottom: 118px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    section.footer-form {
        background-size: 100% 100% !important;
    }

    select#services,
    select#Budget {
        padding: 10px 4px !important;
        font-size: 12px !important;
    }

    .footer.desc p {
        font-size: 12px !important;
    }

    .footer-social ul li a i {
        padding: 6px !important;
        font-size: 13px !important;
        width: 30px;
        height: 30px;
    }

    .footer-head h3 {
        font-size: 16px !important;
    }

    .page-link-footer ul li a {
        font-size: 11px !important;
        line-height: 20px !important;
    }

    .col-md-4.footer-sec {
        padding: 0px 70px !important;
    }

    .icon-info h3 a {
        font-size: 11px !important;
        line-height: 10px !important;
    }

    .icon-box {
        padding: 2px 0 !important;
    }

    .icon-info h3 {
        font-size: 11px !important;
        line-height: 15px !important;
    }

    .customer-review img {
        width: 90% !important;
    }

    .copyright h3 {
        font-size: 12px !important;
    }

    .payment-cards img {
        width: 85% !important;
    }

    .row.inner-footer {
        padding: 32px 0px !important;
    }

    a.navbar-brand {
        width: 50%;
    }

    span.navbar-toggler-icon i {
        font-size: 26px;
        padding: 2px 0px;
    }

    .header-1 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 24px 0px;
        background: transparent;
    }

    a.navbar-brand {
        width: 18%;
        padding: 0;
        margin: 0px !important;
    }

    div#navbarSupportedContent {
        margin: 0px !important;
        padding-top: 20px;
        z-index: 999;
        border-radius: 10px;
        background-image: url(../images/menu-bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .header-1 .navalign ul .dropdown_list .dropdown_menu {
        position: static;
        width: 100% !important;
        top: 100%;
        display: none;
        z-index: 9;
    }

    .header-1 .navalign ul .dropdown_list .dropdown_menu ul li {
        padding: 6px 10px;
        border-bottom: 1px solid transparent !important;
        display: block;
    }

    .header-1 .navalign ul .dropdown_list .dropdown_menu ul li a {
        color: #fff;
        width: 100%;
    }

    .icon_phone {
        padding: 3px 12px;
        border: 1px solid #000;
        border-radius: 500px;
        color: #000;
        font-size: 26px;
    }

    .head_phone h4 {
        color: black;
        font-size: 13px;
        font-weight: 600;
        font-family: "Poppins" !important;
        margin-right: -48px;
    }

    .d-flex {
        display: flex !important;
        margin: 20px 0px;
        padding-bottom: 20px;
    }

    .header-1 ul li {
        position: relative;
        padding: 8px 0px;
    }

    .header-1 ul li a {
        font-size: 14px !important;
        font-weight: 400;
        color: black;
        font-family: "Poppins" !important;
        margin: 0 0 0 30px;
    }

    .navbar-light .navbar-toggler {
        color: #fff !important;
        border-color: rgb(255 255 255);
        background: #fd473d;
    }

    .navbar-nav .on-desktop {
        display: none;
    }

    .navbar-nav .on-mobile {
        display: block;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .number-btn {
        width: 58%;
        display: flex;
    }

    .about-btn-inner {
        justify-content: space-between;
    }

    .banner-phone {
        justify-content: flex-start;
    }

    .banner-btn1 .getint {
        width: 50%;
    }

    .custom-btn {
        padding: 16px 15px;
    }

    .banner-head_phone {
        padding-left: 9px;
    }

    .getint {
        width: 42%;
        display: flex;
        align-items: center;
    }

    .container.amazon-sec-box {
        max-width: 100%;
        padding-left: 40px !important;
    }

    section.main-home-banner {
        background-image: url(../images/banner-img.webp);
        width: 100%;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 143px !important;
        padding-bottom: 390px !important;
    }

    .main-home-cntxt h1 {
        font-size: 18px !important;
        font-family: "Poppins" !important;
        color: #fff;
        font-weight: 500;
    }

    .main-home-cntxt h1 span {
        font-size: 18px !important;
        font-weight: 500;
        font-family: "Poppins" !important;
        color: #fd473d;
    }

    .subtitle-head h3 {
        font-size: 14px !important;
        font-family: "Poppins" !important;
        color: #fd473d;
        font-weight: 400;
    }

    .main-home-cntxt p {
        font-size: 12px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #fff;
    }

    .col-md-6.main-home-form {
        padding: 2px 18px !important;
    }

    .banner-home-img img {
        width: 100%;
    }

    .inside-banner-content h3 {
        font-size: 26px !important;
        font-family: "Poppins" !important;
        font-weight: 500;
        text-align: center;
        padding: 0px 2% !important;
        color: #000;
    }

    .inside-banner-content p {
        font-size: 13px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #000;
        text-align: center;
        padding: 0 6% !important;
    }

    section.about-organized {
        margin-top: -360px !important;
    }

    section.myHomepage {
        background-image: url(../images/banner-img.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 133vh !important;
    }

    section.banner.myHomepage {
        background-image: url(../images/banner-img.webp);
        background-position: center;
        background-size: 100% 100%;
        height: 232vh;
        margin-bottom: -144px;
    }

    .about-head h3 {
        font-size: 30px !important;
    }

    .row.mybannercssclass {
        padding-top: 169px;
    }

    .about-content {
        position: relative;
        top: 0px;
    }

    .term-sec-wrap .terms-content p {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    a.collins-link {
        font-size: 14px !important;
    }

    .term-sec-wrap .terms-content h2 {
        font-size: 28px !important;
        line-height: 42px !important;
    }

    .term-sec-wrap .terms-content ul li {
        font-size: 14px !important;
    }

    .blog-start p {
        font-size: 15px !important;
    }

    .blog-bottom-main p,
    .blog-bottom-main li {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .blog-bottom-main a {
        font-size: 14px !important;
    }

    .blog-bottom-main h4 {
        font-size: 32px !important;
    }

    .blog-bottom-main h5 {
        font-size: 24px !important;
    }

    section.banner.blogs-banner {
        height: 550px !important;
    }

    section.blog-tabs {
        margin-top: 285px !important;
        margin-bottom: 0px !important;
    }

    .tb-box-content h2 {
        font-size: 12px !important;
    }

    section.blog-tabs .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        font-size: 12px !important;
    }

    .nav-tabs .nav-link {
        font-size: 12px !important;
    }

    .col-md-3.myblogbox {
        width: 33.33% !important;
    }

    section.contact-banner {
        height: 470px !important;
        background-size: cover !important;
    }

    .banner-content-service p {
        padding: 0 12% !important;
    }

    section.contact-inner-sec {
        margin-top: 30% !important;
    }

    .quick-head h2 {
        font-size: 20px !important;
    }

    .quick-head p {
        font-size: 12px !important;
    }

    .contact-form-head h3 {
        font-size: 18px !important;
    }

    .phone-content h2,
    .email-content h2,
    .map-content h2 {
        font-size: 20px !important;
    }

    .phone-content h3,
    .email-content h3 {
        font-size: 12px !important;
    }

    .icon-phone img,
    .icon-email img,
    .icon-map img {
        width: 80% !important;
    }

    .form-content2 {
        margin: 1px 6px !important;
        padding: 47px 26px !important;
    }

    .col-md-5.contact-map {
        position: absolute;
        bottom: -920px !important;
        left: 18px !important;
        width: 60% !important;
    }

    .map-box-prev h2 {
        font-size: 16px !important;
    }

    .map-box-prev p {
        font-size: 10px !important;
    }

    .web-map iframe {
        width: 100% !important;
        height: 470px !important;
    }

    .banner-content-service1 h1 {
        font-size: 23px !important;
        line-height: 28px !important;
    }

    .banner-content-service1 h1 span.span-box-css {
        font-size: 23px !important;
    }

    .banner-content-service1 p {
        font-size: 12px !important;
    }

    .banner-form-head h3 {
        font-size: 12px !important;
        line-height: 24px !important;
    }

    .banner-form-head h3 span {
        font-size: 12px !important;
    }

    section.banner.service-banner2 {
        padding-top: 0 !important;
        height: 699px !important;
        background-size: 100% 100% !important;
    }

    .banner-content-service1 {
        padding-top: 36px !important;
    }

    .col-12.col-sm-12.col-md-12.col-lg-6.col.xl-6.col-xxl-6.myinnerservice {
        width: 50% !important;
    }

    .little-intro-content h2 {
        font-size: 24px !important;
    }

    .little-intro-content h2 span.span-box-css {
        font-size: 24px !important;
    }

    .our-services-boxes h3 {
        font-size: 24px !important;
        line-height: 35px !important;
        padding: 0px 10px !important;
    }

    .our-services-boxes p {
        font-size: 12px !important;
        padding: 0px 54px !important;
    }

    .service-inner-box {
        height: 226px !important;
    }

    .col-md-6.myprocessbox {
        width: 100% !important;
    }

    .do-things-head h2 {
        line-height: 22px !important;
    }

    section.doing-things {
        margin-top: -48px !important;
    }

    .service-inner-box.myboxheight {
        height: 280px !important;
    }

    .banner-content-service h1 {
        font-size: 25px !important;
    }

    .banner-content-service h1 span.span-box-css {
        font-size: 25px !important;
    }

    .banner-content-service p {
        font-size: 12px !important;
    }

    .check-desc h2 {
        font-size: 10px !important;
        padding-top: 0px !important;
    }

    section.banner.service-banner3 {
        height: 600px !important;
    }

    .about-servies h3 {
        font-size: 25px !important;
    }

    .about-servies p {
        font-size: 13px !important;
        line-height: 22px !important;
    }

    .little-intro-content h2 {
        font-family: "Poppins" !important;
        font-weight: 600;
        font-size: 24px;
        color: #000;
    }

    .col-12.col-sm-12.col-md-12.col-lg-6.col.xl-6.col-xxl-6.myservice-box {
        width: 50% !important;
    }

    .qoute-img img.qoute-abt-img {
        width: 100% !important;
    }

    .content-abt h3 span.span-box-css {
        font-size: 22px !important;
    }

    section.banner.banner2 {
        padding-top: 190px !important;
        height: 475px !important;
    }

    .banner-content-about h1 {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .banner-content-about h1 span.span-box-css {
        font-size: 24px !important;
    }

    .banner-btn {
        padding: 0px 160px !important;
    }

    .banner-content-about p {
        font-size: 12px !important;
    }

    .little-intro-aboutus .little-intro-content h2,
    .little-intro-content h5 {
        font-size: 26px !important;
    }

    .little-intro-content p {
        font-size: 12px !important;
    }

    .getint {
        width: 55% !important;
    }

    .col-12.col-sm-12.col-md-12.col-lg-6.col.xl-6.col-xxl-6.about-us {
        width: 50% !important;
    }

    .little-intro-content p {
        font-size: 12px !important;
    }

    img.qoute-abt-img {
        width: 346px !important;
    }

    section.book-qoute-abt {
        margin-top: 34px !important;
        height: auto !important;
    }

    .content-abt h3 {
        font-size: 20px !important;
        padding: 0px !important;
    }

    .content-abt p {
        font-size: 12px !important;
        padding: 0px !important;
    }

    .content-team h3 {
        font-size: 25px !important;
    }

    .content-team h3 span.span-box-css {
        font-size: 24px !important;
    }

    .tname h3 {
        font-size: 25px !important;
    }

    .content-team p {
        font-size: 12px !important;
    }

    .tname p {
        font-size: 12px !important;
    }

    .our-team-card-avatar img {
        background-size: 115px !important;
    }

    .our-team-card-avatar img:hover {
        background-size: 115px !important;
    }

    .our-team-card-avatar h3 {
        font-size: 16px !important;
    }

    .our-team-card-avatar p {
        font-size: 11px !important;
    }

    .number-btn-team {
        width: 45% !important;
        margin-left: 0px !important;
    }

    .about-btn-team {
        margin-top: 18px !important;
        padding: 0px 200px !important;
    }

    .about-phone-team {
        display: flex;
        align-items: center !important;
    }

    .abt-icon_phone-team {
        padding: 8px 11px 4px 11px !important;
        font-size: 18px !important;
    }

    .ourclients-head h3 {
        font-size: 24px !important;
    }

    .ourclients-head h3 span {
        font-size: 24px !important;
    }

    .ourclients-head p {
        font-size: 12px !important;
    }

    .banner-head5 h3 {
        font-size: 22px !important;
        font-weight: 600 !important;
        font-family: "Poppins" !important;
        color: white !important;
        text-align: left;
    }

    .icon_phone {
        padding: 3px 12px;
        border: 1px solid #fff !important;
        border-radius: 500px;
        color: #fff !important;
        font-size: 26px;
    }

    .banner-form-head h3.form-head {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .banner-form-head h3.form-head span {
        font-size: 15px !important;
    }

    .form-box-content {
        z-index: 1;
        background: #041318;
        padding-top: 12px !important;
        padding-left: 8px !important;
        padding-right: 10px !important;
        padding-bottom: 28px !important;
        border-radius: 10px;
    }

    .footerform1 input[type="name"],
    input[type="email"],
    input[type="number"],
    textarea {
        width: 95%;
        padding: 9px 20px !important;
        border: none;
        background: #fff;
        border-radius: 9px;
        margin: 10px 5px;
    }

    .footerform input[type="name"]::placeholder,
    input[type="email"]::placeholder,
    input[type="number"]::placeholder,
    textarea::placeholder {
        font-size: 12px !important;
        font-weight: 400;
        font-family: "poppins" !important;
        color: #000;
    }

    select#services::placeholder,
    select#Budget::placeholder {
        font-size: 12px !important;
        font-weight: 400;
        font-family: "poppins" !important;
        color: #000;
    }

    .col-sm-6.dropdown-boxes select option {
        font-size: 12px !important;
        font-weight: 400;
        font-family: "poppins" !important;
    }

    .banner-head5 p {
        font-size: 12px !important;
        line-height: 24px !important;
    }

    .banner-form-img {
        width: 50% !important;
    }

    .banner-form-img img {
        width: 100%;
        rotate: 22deg;
        margin-top: -50px !important;
        margin-left: 35px !important;
    }

    .sub-head5 {
        display: flex;
        padding-top: 40px;
    }

    .banner-inner-img img {
        width: 84%;
    }

    .about-head h3 {
        font-size: 24px !important;
        line-height: 36px;
    }

    .about-org-head h3 {
        font-size: 16px !important;
        font-weight: 700 !important;
        font-family: "Poppins" !important;
        color: #000 !important;
        text-align: left !important;
        line-height: 28px !important;
    }

    .about-org-head p {
        font-size: 12px !important;
        font-weight: 400 !important;
        font-family: "Poppins" !important;
        color: #000 !important;
    }

    .about-head p {
        font-size: 14px !important;
        font-family: "Poppins" !important;
    }

    .sub-head-title h3 {
        font-size: 14px !important;
    }

    .custom-btn {
        width: 151px !important;
        height: 50px;
        color: #fff;
        border-radius: 15px;
        padding: 16px 17px;
        font-family: "poppins" !important;
        font-weight: 400;
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
        outline: none;
        font-size: 12px !important;
        z-index: 99;
    }

    .about-org-lottie dotlottie-player {
        margin-top: -42px !important;
        margin-left: -56px !important;
    }

    dotlottie-player {
        width: 500px !important;
        height: auto !important;
    }

    .about-phone {
        display: flex;
        align-items: center !important;
    }

    .about-icon_phone {
        padding: 2px 10px !important;
        border: 1px solid #000;
        border-radius: 500px;
        color: #000;
        font-size: 24px !important;
    }

    .about-head_phone h4 {
        font-family: "Poppins" !important;
        color: #000 !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        text-align: left !important;
    }

    .about-head_phone h2 {
        font-size: 12px !important;
        text-align: left;
        font-family: "Poppins" !important;
        color: #000 !important;
        font-weight: 500 !important;
        text-align: left !important;
        margin-bottom: 8px !important;
    }

    .about-us-img img {
        width: 755px !important;
        position: relative !important;
        left: -381px !important;
    }

    img.about-book {
        position: absolute !important;
        width: 45% !important;
        top: 110px !important;
        left: 2px !important;
    }

    .sub-about-title h3 {
        font-size: 12px !important;
        font-family: "Poppins" !important;
        font-weight: 500;
        color: #fd473d !important;
        word-spacing: 2px;
        padding-top: 24px;
    }

    .desc-about-head h3 {
        font-size: 18px !important;
        font-weight: 700 !important;
        font-family: "Poppins" !important;
        color: #000 !important;
        text-align: left !important;
        line-height: 28px !important;
    }

    .desc-about-head p {
        font-size: 12px !important;
        font-weight: 400 !important;
        font-family: "Poppins" !important;
        color: #000 !important;
    }

    .check-list p {
        font-size: 11px !important;
        font-family: "Poppins" !important;
        font-weight: 400 !important;
        color: #000 !important;
        padding-left: 10px !important;
        line-height: 14px !important;
    }

    .checklist-box {
        display: flex;
        margin-top: -12px !important;
    }

    .check-list img {
        width: 25px !important;
        padding-bottom: 6px;
    }

    section.our-services {
        width: 100%;
        padding-top: 78px !important;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .service-heading h3 {
        font-size: 30px !important;
        font-weight: 600 !important;
        text-transform: capitalize !important;
        text-align: center;
        font-family: "Poppins" !important;
        color: #000;
        line-height: 0px !important;
    }

    .service-ico img {
        width: 100% !important;
        padding: 5px !important;
        margin-left: 12px !important;
    }

    .service-ico {
        border: 1px solid #052a3c;
        border-radius: 500px;
        margin-top: -118px;
        background: #fff;
        margin-left: 25px;
        width: 90px !important;
        height: 90px !important;
        display: flex;
        justify-content: center;
    }

    .service-num h3 {
        font-size: 25px !important;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #fd473d;
    }

    .service-head h3 {
        font-size: 12px !important;
        text-align: center;
        font-weight: 500;
        font-family: "poppins" !important;
    }

    .service-desc p {
        font-size: 11px !important;
        text-align: center;
        font-weight: 400;
        font-family: "poppins" !important;
        color: #8a8a8a;
        overflow-y: scroll;
        height: 72px !important;
    }

    .service-btn a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 85% !important;
        background: white;
        padding: 8px 20px !important;
        border: 1px solid #fd473d;
        border-radius: 500px;
        color: #000;
        font-weight: 400;
        font-family: "poppins" !important;
        font-size: 13px;
    }

    .service-inner-box1 {
        padding: 28px 15px;
        box-shadow: 5px 2px 10px #0006;
        border-radius: 16px;
        background: #fff;
        margin: 65px 10px;
        height: 290px !important;
        transition-duration: 2s;
    }

    .row.counter-bg-img {
        text-align: center;
        padding: 30px 0;
        margin-top: 34px;
        background-image: url(../images/counter-bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 95% !important;
        border-radius: 10px !important;
    }

    .our-satisfied-customer-content h5,
    .our-satisfied-customer-content h2 {
        font-family: "poppins" !important;
        font-size: 24px !important;
        font-weight: 700;
        color: #ffffff;
        margin-top: 5px !important;
        padding-top: 0px !important;
    }

    .our-satisfied-customer-content p {
        font-family: "poppins" !important;
        font-weight: 400;
        font-size: 13px !important;
        color: #ffffff;
        padding: 0 95px !important;
    }

    .our-satisfied-counts.numbers h2 {
        font-size: 28px !important;
        font-weight: 600;
        color: #fff;
        font-family: "Poppins" !important;
    }

    .our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container span {
        font-family: "poppins" !important;
        font-size: 13px !important;
        font-weight: 400;
        color: #fff;
        text-transform: capitalize;
    }

    .port-content h2 {
        font-size: 30px !important;
        font-weight: 600;
        font-family: "Poppins" !important;
        text-align: center;
        text-transform: capitalize;
        color: #000;
    }

    .port-content p {
        font-size: 12px !important;
        font-family: "poppins" !important;
        font-weight: 400;
        text-align: center;
        color: #000 !important;
        padding: 8px 20px;
    }

    .amazon-test h3 {
        font-size: 30px !important;
        font-weight: 600;
        font-family: "Poppins" !important;
        line-height: 36px !important;
        color: #000 !important;
    }

    .amazon-test p {
        font-size: 13px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #000;
    }

    .test-phone {
        display: flex;
        align-items: center !important;
    }

    .test-head_phone h2 {
        font-size: 13px !important;
        text-align: left;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #000 !important;
    }

    .test-head_phone h4 {
        font-size: 13px !important;
        font-weight: 500;
        font-family: "Poppins" !important;
        color: #000 !important;
    }

    .test-icon_phone {
        color: #000;
        padding: 8px 13px !important;
        font-size: 24px !important;
        border: 1px solid #000;
        border-radius: 500px;
    }

    .author-img img {
        width: 70% !important;
    }

    .author-name h3 {
        font-size: 12px !important;
        font-family: "Poppins" !important;
        font-weight: 500;
        color: #052a3c;
    }

    .author-name p {
        font-size: 11px !important;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #000;
    }

    .author-desc p {
        font-size: 11px !important;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #000;
    }

    .author-book {
        margin-right: -58px !important;
        margin-top: -45px;
    }

    .author-book img {
        width: 90px;
    }

    .publish-book h3 {
        font-size: 11px !important;
        font-weight: 500;
        font-family: "Poppins" !important;
        color: #052a3c;
        width: 72px !important;
    }

    .amazon-img img {
        width: 64% !important;
        padding: 0px 0px !important;
        margin-left: 20px !important;
    }

    .book-content h3 {
        font-size: 25px !important;
        font-weight: 600;
        font-family: "Poppins" !important;
        padding: 0 30px;
        color: #fff !important;
    }

    .book-content p {
        font-family: "Poppins" !important;
        font-size: 11px !important;
        color: #fff;
        font-weight: 400;
        padding: 0px 30px;
    }

    img.book-qoute-img {
        width: 100% !important;
        margin-top: -10px !important;
    }

    section.book-qoute {
        width: 100%;
        background-image: url(../images/book-qoute.webp);
        background-repeat: no-repeat;
        background-size: cover !important;
        display: flex;
        align-items: center;
        margin-top: -22px;
    }

    section.doing-things {
        background-image: url(../images/doing-things-bg.webp);
        padding: 80px 0px;
        margin-top: -20px !important;
        background-size: cover;
    }

    .do-things-head h3 {
        font-size: 18px !important;
        font-family: "poppins" !important;
        font-weight: 700;
        color: #000;
        text-transform: capitalize;
        line-height: 26px !important;
        padding: 0px 32px !important;
    }

    .do-things-head h2 {
        font-size: 12px !important;
        font-family: "poppins" !important;
        font-weight: 400;
        color: #000;
        text-transform: capitalize;
        line-height: 34px;
        padding: 0px 34px !important;
    }

    .row.doing-things-boxes {
        padding: 52px 12px 0px 12px !important;
    }

    .doing-box-img img.normal,
    .doing-box-img img.onhover-img {
        width: 70px;
        height: 70px;
    }

    .doing-box-img {
        padding: 16px;
        background: radial-gradient(circle, rgba(62, 191, 194, 1) 0%, rgba(255, 255, 255, 1) 100%);
        border-radius: 500px;
        display: flex;
        justify-content: center;
        margin-top: -82px;
        position: absolute;
    }

    .doing-box-content h3 {
        font-size: 15px !important;
        font-weight: 600;
        font-family: "poppins" !important;
        color: #fd473d;
        text-align: center;
        padding-top: 18px;
    }

    .doing-box-content p {
        font-size: 12px !important;
        font-weight: 400;
        font-family: "poppins" !important;
        color: #000;
        text-align: center;
    }

    .doing-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background: #f3f2f2;
        padding: 36px 22px !important;
        border-radius: 22px;
        box-shadow: 4px 5px 10px #00000087;
        margin: 5px 12px;
        height: 195px !important;
    }

    .chooseus-title h3 {
        font-size: 13px !important;
        font-family: "Poppins" !important;
        font-weight: 500;
        color: #fd473d !important;
        word-spacing: 2px;
        padding-top: 24px;
    }

    .choose-us-head h3 {
        font-size: 17px !important;
        font-weight: 700 !important;
        font-family: "Poppins" !important;
        color: #000 !important;
        text-align: left !important;
        line-height: 27px !important;
    }

    .choose-us-head p {
        font-size: 12px !important;
        font-weight: 400 !important;
        font-family: "Poppins" !important;
        color: #000 !important;
    }

    dotlottie-player {
        width: 382px !important;
        height: auto !important;
    }

    .chooseus-lottie dotlottie-player {
        margin-top: -5px !important;
    }

    .tabs-cont-head h3 {
        font-size: 18px !important;
        font-weight: 600;
        font-family: "Poppins" !important;
        color: #fff;
        padding-left: 24px;
    }

    .row.tab-box-bg {
        background-image: url(../images/tab-sec-bg.webp);
        width: 100%;
        height: 435px !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100% !important;
        padding: 35px 0px !important;
    }

    .test-head_phone1 h4 {
        font-size: 10px !important;
        font-weight: 500;
        font-family: "Poppins" !important;
        color: #fff !important;
    }

    .test-head_phone1 h2 {
        font-size: 12px !important;
        text-align: left;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #fff !important;
    }

    .test-icon_phone1 {
        color: #fff;
        padding: 7px 14px !important;
        font-size: 20px !important;
        border: 1px solid #fff;
        border-radius: 500px;
    }

    .test-phone1 {
        display: flex;
        align-items: center !important;
    }

    img.tab-icon-img {
        width: 40px !important;
        height: 40px !important;
    }

    .mx-2 {
        margin: 0 !important;
    }

    .row.text-start h3 {
        font-size: 14px !important;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #fff;
    }

    .row.text-start p {
        font-size: 10px !important;
        font-weight: 400;
        font-family: "Poppins" !important;
        color: #fff;
    }

    .tab-book-img img {
        width: 282px !important;
        margin-top: 2px !important;
        margin-left: -62px;
    }

    .col-md-6.porcess-img {
        width: 100% !important;
        padding: 0px 36px !important;
    }

    img.bg-line {
        position: absolute;
        top: 56% !important;
        right: -107vh;
    }

    .process-btn-txt .process-btn-txthover {
        visibility: hidden;
        width: 500px;
        background-color: #fd473d;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 16px 76px;
        position: absolute;
        z-index: 999;
        top: 50px !important;
        left: -50% !important;
        border: 1px solid #fff;
        text-transform: lowercase;
    }

    .col-md-6.process-box-nxt {
        width: 100% !important;
        padding: 12px 48px !important;
    }

    .inner-arrow {
        display: none !important;
    }

    section.our-process {
        background-image: url(../images/process-bg.webp);
        background-repeat: no-repeat;
        background-size: 100vh !important;
        background-position-x: 25px !important;
        background-position-y: 0px !important;
        padding: 0px !important;
    }

    .newsletter {
        text-align: center;
        padding: 26px 0 !important;
        margin-top: 34px;
        background-image: url(../images/newsletter-bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 92% 86% !important;
    }

    .newsletter-head h3 {
        font-size: 24px !important;
        font-weight: 600;
        font-family: "poppins" !important;
        text-transform: capitalize;
        color: #fff;
        text-align: left;
        padding-left: 40px;
    }

    .custom-btn1 {
        width: 124px !important;
        height: 50px;
        color: #fff;
        border-radius: 15px;
        padding: 16px 17px;
        font-family: "poppins" !important;
        font-weight: 400;
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
        outline: none;
        font-size: 14px;
        z-index: 99;
    }

    button.submit-btn {
        padding: 12px 10px !important;
        border: none;
        color: #fff;
        margin: 9px 9px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 500;
        font-family: "Poppins" !important;
    }

    .newsletter-form form {
        display: flex;
        background: white;
        width: 94% !important;
        border-radius: 8px;
    }

    .newsletter-head {
        padding-top: 18px !important;
    }

    .row.testi-content {
        padding: 0px 24px !important;
    }

    .testi-head h3 {
        font-size: 15px !important;
        font-family: "poppins" !important;
        font-weight: 700;
        color: #000;
        text-transform: capitalize;
    }

    .test-box {
        background: #fff;
        box-shadow: 3px 4px 12px #00000047;
        border-radius: 20px;
        padding: 5px 8px !important;
        margin: 62px 7px !important;
    }

    .client-desc p {
        font-size: 10px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #000;
        line-height: 15px !important;
        overflow-y: scroll;
        height: 100px !important;
        padding-right: 10px;
    }

    .client-box {
        display: flex;
        justify-content: space-between;
        flex-direction: column !important;
    }

    .client-name h3 {
        font-size: 12px;
        font-weight: 600;
        font-family: "Poppins" !important;
        color: #000;
    }

    .client-name p {
        font-size: 11px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #000;
    }

    .client-img img {
        width: 38%;
        margin-top: -26px !important;
        margin-bottom: 18px;
    }

    .container.mytestimonaial {
        max-width: 100%;
        padding-bottom: 0px !important;
    }

    .frequently-asked-questions {
        padding: 30px 0px !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(62, 191, 194, 1) 100%);
    }

    .frequently-heading h2 {
        font-size: 26px !important;
        font-weight: 600;
        font-family: "poppins" !important;
        color: #000;
        text-transform: capitalize;
        line-height: 36px !important;
        padding: 0px 110px !important;
    }

    .half-blk {
        width: 100% !important;
        margin: 0 0px !important;
    }

    .frequently-asked-questions .accordion-button {
        font-size: 12px !important;
    }

    .frequently-asked-questions .accordion-body {
        font-size: 12px !important;
    }

    .footer-form-desc h3 {
        font-size: 16px !important;
    }

    .footer-points-desc p {
        font-size: 11px !important;
    }

    .footer-form-bullets h3 {
        font-size: 12px !important;
        padding: 10px 14px !important;
    }

    .form-head h3 {
        font-size: 13px !important;
    }

    .form-book-img img {
        width: 142px !important;
        margin-top: -65px !important;
        margin-right: -62px !important;
    }

    .form-head p {
        font-size: 11px !important;
    }

    .form-pen-img img {
        width: 32px !important;
    }

    .custom-btn {
        padding: 16px 7px !important;
    }

    .banner-head_phone h4 {
        font-size: 12px !important;
        font-weight: 600 !important;
        color: #fff !important;
        text-align: left !important;
        font-family: "Poppins" !important;
    }

    .banner-head_phone h2 {
        font-size: 12px !important;
        color: #fff !important;
        font-family: "Poppins" !important;
        font-weight: 500 !important;
        text-align: left !important;
        margin-bottom: 10px !important;
    }

    .form-content {
        padding: 16px !important;
    }

    .footerform input[type="name"],
    input[type="email"],
    input[type="number"],
    textarea {
        padding: 10px 6px !important;
        margin: 4px 5px !important;
    }

    label.terms {
        font-size: 10px !important;
    }

    label.terms span {
        font-size: 11px !important;
    }

    button.custom-btn.btn-9.footer-btn {
        width: 100% !important;
    }

    .row.footer-inner-box {
        padding-top: 55px !important;
        padding-bottom: 118px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    section.footer-form {
        background-size: 100% 100% !important;
    }

    select#services,
    select#Budget {
        padding: 10px 4px !important;
        font-size: 12px !important;
    }

    .footer.desc p {
        font-size: 12px !important;
    }

    .footer-social ul li a i {
        padding: 6px !important;
        font-size: 13px !important;
        width: 30px;
        height: 30px;
    }

    .footer-head h3 {
        font-size: 16px !important;
    }

    .page-link-footer ul li a {
        font-size: 11px !important;
        line-height: 20px !important;
    }

    .col-md-4.footer-sec {
        padding: 0px 70px !important;
    }

    .icon-info h3 a {
        font-size: 11px !important;
        line-height: 10px !important;
    }

    .icon-box {
        padding: 2px 0 !important;
    }

    .icon-info h3 {
        font-size: 11px !important;
        line-height: 15px !important;
    }

    .customer-review img {
        width: 90% !important;
    }

    .copyright h3 {
        font-size: 12px !important;
    }

    .payment-cards img {
        width: 85% !important;
    }

    .row.inner-footer {
        padding: 32px 0px !important;
    }

    .banner .banner-content h3,
    .banner-content h5 {
        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 .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-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;
    }

    .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 h5 {
        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 h2 {
        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: 50.06px;
        font-weight: 700;
        color: #ffa22a;
    }

    .whatbooks-we-write {
        margin: -525px 0 0;
    }

    .our-teams .our-team-card .our-team-card-img .our-team-card-content p {
        font-size: 14px;
        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;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .number-btn {
        width: 58%;
        display: flex;
    }

    .about-btn-inner {
        justify-content: space-between;
    }

    .banner-phone {
        justify-content: flex-start;
    }

    .banner-btn1 .getint {
        width: 50%;
    }

    .custom-btn {
        padding: 16px 15px;
    }

    .banner-head_phone {
        padding-left: 9px;
    }

    .getint {
        width: 42%;
        display: flex;
        align-items: center;
    }

    .little-intro-services {
        background-repeat: no-repeat;
        background-image: url(../images/service-bg-img.webp);
        background-position: center;
        background-size: contain;
        background-position-y: 44% !important;
    }

    .container.amazon-sec-box {
        max-width: 100%;
        padding-left: 0px !important;
    }

    section.about-organized {
        margin-top: -246px !important;
    }

    section.main-home-banner {
        background-image: url(../images/banner-img.webp);
        width: 100%;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 173px;
        padding-bottom: 248px !important;
    }

    .col-md-6.main-home-form {
        padding: 45px 18px !important;
    }

    .banner-home-img img {
        width: 100%;
    }

    .main-home-cntxt h1 {
        font-size: 18px !important;
        font-family: "Poppins" !important;
        color: #fff;
        font-weight: 500;
    }

    .main-home-cntxt h1 span {
        font-size: 18px !important;
        font-weight: 500;
        font-family: "Poppins" !important;
        color: #fd473d;
    }

    .subtitle-head h3 {
        font-size: 14px !important;
        font-family: "Poppins" !important;
        color: #fd473d;
        font-weight: 400;
    }

    .main-home-cntxt p {
        font-size: 12px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #fff;
    }

    .inside-banner-content h3 {
        font-size: 26px !important;
        font-family: "Poppins" !important;
        font-weight: 500;
        text-align: center;
        padding: 0px 2% !important;
        color: #000;
    }

    .inside-banner-content p {
        font-size: 13px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #000;
        text-align: center;
        padding: 0 6% !important;
    }

    section.banner.myHomepage {
        background-image: url(../images/banner-img.webp);
        background-position: center;
        background-size: cover !important;
        height: 232vh !important;
        margin-bottom: -464px !important;
    }

    .inner-about {
        margin-top: -208px !important;
    }

    .about-head h3 {
        font-size: 30px !important;
    }

    .row.mybannercssclass {
        padding-top: 169px;
    }

    .term-sec-wrap .terms-content p {
        font-size: 13px !important;
        line-height: 24px !important;
    }

    .term-sec-wrap .terms-content ul li {
        font-size: 12px !important;
    }

    .term-sec-wrap .terms-content h2 {
        font-size: 24px !important;
    }

    .blog-bottom-main h5 {
        font-size: 18px !important;
    }

    .blog-bottom-main h4 {
        font-size: 24px !important;
    }

    .blog-bottom-main p,
    .blog-bottom-main li {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .blog-bottom-main a {
        font-size: 14px !important;
    }

    section.banner.blogs-banner {
        height: 411px !important;
        background-size: cover !important;
        background-position-x: -94px !important;
    }

    section.blog-tabs {
        margin-top: 30px !important;
        margin-bottom: 0px !important;
    }

    li.nav-item {
        margin: 3px !important;
    }

    .nav-tabs .nav-link {
        font-size: 12px !important;
    }

    section.blog-tabs .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        font-size: 12px !important;
    }

    .col-md-3.myblogbox {
        width: 100% !important;
        padding: 0px 22px !important;
    }

    .tb-box-content h2 {
        font-size: 12px !important;
    }

    .icon-phone img,
    .icon-email img,
    .icon-map img {
        width: 80% !important;
    }

    section.banner.contact-banner {
        height: 500px !important;
        background-size: cover !important;
        background-position-x: -200px !important;
    }

    section.contact-inner-sec {
        margin-top: 76% !important;
    }

    .quick-head h2 {
        font-size: 20px !important;
    }

    .quick-head p {
        font-size: 12px !important;
    }

    .phone-content h2,
    .email-content h2,
    .map-content h2 {
        font-size: 22px !important;
    }

    .phone-content h3,
    .email-content h3 {
        font-size: 13px !important;
    }

    .form-content2 {
        margin: 1px 10px !important;
    }

    .contact-form-head h3 {
        font-size: 17px !important;
    }

    .web-map iframe {
        width: 100% !important;
        height: 400px !important;
    }

    .col-md-5.contact-map {
        position: static !important;
    }

    .map-prev {
        margin-right: 12px !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .map-box-prev {
        width: 100% !important;
    }

    .map-box-prev h2 {
        font-size: 24px !important;
    }

    .map-box-prev p {
        font-size: 14px !important;
    }

    .col-6.col-sm-6.col-md-6.col-lg-6.col-xl-6.col-xxl-6.mybannerservice,
    .col-5.col-sm-5.col-md-5.col-lg-5.col-xl-5.col-xxl-5.mybannerservice {
        width: 100% !important;
    }

    .col-5.col-sm-5.col-md-5.col-lg-5.col-xl-5.col-xxl-5.mybannerservice {
        padding-top: 38px !important;
    }

    .banner-content-service1 h1 {
        font-size: 18px !important;
    }

    .banner-content-service1 h1 span.span-box-css {
        font-size: 18px !important;
    }

    .banner-content-service1 p {
        font-size: 12px !important;
    }

    section.banner.service-banner2 {
        height: 1120px !important;
        background-size: cover !important;
        background-position-x: -574px !important;
        padding-bottom: 60px !important;
    }

    .about-servies p {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .little-intro-content h2 span.span-box-css {
        font-size: 20px !important;
    }

    .our-services-boxes h3 {
        font-size: 20px !important;
        line-height: 30px !important;
        padding: 0px !important;
    }

    .our-services-boxes p {
        font-size: 12px !important;
        padding: 10px 0px 0px 0px !important;
    }

    .service-inner-box {
        margin: 65px 67px !important;
    }

    section.banner.service-banner3 {
        background-size: cover !important;
        background-position-x: -352px !important;
    }

    .banner-content-service h1 {
        font-size: 18px !important;
        padding: 0 !important;
    }

    .banner-content-service h1 span.span-box-css {
        font-size: 18px !important;
    }

    .check-ico img {
        width: 100% !important;
    }

    .banner-checkbox {
        display: flex;
        justify-content: space-evenly;
        padding: 16px 0px !important;
        flex-direction: row !important;
    }

    .check-boxes {
        display: flex;
        padding: 0px !important;
    }

    .banner-content-service p {
        font-size: 12px !important;
        padding: 0 !important;
    }

    .check-desc h2 {
        font-size: 10px !important;
    }

    .check-boxes2 {
        display: flex;
        padding: 0px !important;
    }

    section.inner-banner-services {
        margin-top: 280px !important;
    }

    .about-servies h3 {
        font-size: 24px !important;
    }

    .about-servies p {
        padding: 0px !important;
    }

    .row.justify-content-center.align-items-center.about-box-alignment.service-boxes {
        display: flex;
        flex-direction: column-reverse !important;
    }

    .little-intro-content h2 {
        font-size: 24px !important;
    }

    .qoute-img img.qoute-abt-img {
        width: 200px !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .col-sm-7.qoute-box {
        padding: 0px !important;
    }

    p.span-box-desc {
        padding: 0px 44px !important;
        font-size: 12px !important;
    }

    .little-intro-img img {
        padding-top: 18px !important;
    }

    .doing-box-img img.normal,
    .doing-box-img img.onhover-img {
        width: 50px !important;
        height: 50px !important;
    }

    .doing-box-img {
        padding: 18px !important;
    }

    .doing-box1 {
        height: auto !important;
        margin: 30px 12px !important;
    }

    section.banner.banner2 {
        padding-top: 165px !important;
        height: auto !important;
        background-size: cover !important;
        background-position-x: -130px !important;
    }

    .banner-content-about h1 {
        font-size: 24px !important;
        padding: 0 !important;
        line-height: 30px !important;
    }

    .banner-content-about p {
        font-size: 12px !important;
    }

    .banner-btn {
        padding: 0px !important;
    }

    .getint {
        justify-content: center !important;
    }

    .little-intro-aboutus .little-intro-content {
        text-align: left !important;
    }

    .little-intro-aboutus {
        padding: 0 !important;
    }

    .little-intro-content p {
        font-size: 12px !important;
    }

    .row.justify-content-center.align-items-center.about-box-alignment.myabout {
        display: flex;
        flex-direction: column-reverse !important;
    }

    section.book-qoute-abt {
        margin-top: 0px !important;
        height: 700px !important;
    }

    img.qoute-abt-img {
        width: 100% !important;
    }

    .qoute-abt-box {
        padding-top: 32px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 32px !important;
    }

    .content-abt h3 {
        font-size: 20px !important;
        padding: 10px !important;
    }

    .content-abt h3 span.span-box-css {
        font-size: 20px !important;
    }

    .content-abt p {
        font-size: 12px !important;
        padding: 10px !important;
    }

    .content-team h3,
    .content-team h3 span.span-box-css {
        font-size: 22px !important;
    }

    .content-team p {
        font-size: 13px !important;
    }

    .col-sm-6-tname {
        width: 100% !important;
    }

    .little-intro-content {
        padding-top: 30px;
    }

    .tname {
        margin: 0px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .tname h3 {
        font-size: 22px !important;
    }

    .tname p {
        font-size: 12px !important;
    }

    .col-12.col-sm-12.col-md-6.col-lg-2.col-xl-2.col-xxl-2.team-box {
        width: 100% !important;
    }

    .our-team-card-avatar h3 {
        font-size: 20px !important;
    }

    .our-team-card-avatar p {
        font-size: 13px !important;
    }

    .about-btn-team {
        margin-top: 28px !important;
        padding: 0px !important;
    }

    .number-btn-team {
        width: 50% !important;
        margin-left: 0px !important;
    }

    section.our-sat-client {
        margin-bottom: 0px !important;
        margin-top: 56px !important;
    }

    .ourclients-head h3,
    .ourclients-head h3 span.span-box-css {
        font-size: 22px !important;
    }

    .ourclients-head p {
        font-size: 12px !important;
        padding: 0px !important;
    }

    .getint2 {
        width: 50% !important;
    }

    .banner-content-about h1 span.span-box-css {
        font-size: 24px !important;
    }

    .sub-head-title h3 {
        font-size: 14px !important;
    }

    .banner-head5 h3 {
        font-size: 22px !important;
    }

    .banner-head5 p {
        font-size: 12px !important;
        line-height: 22px !important;
    }

    .col-md-6.banner-box {
        padding-left: 22px;
        padding-right: 22px;
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .custom-btn {
        width: 152px !important;
        font-size: 12px !important;
    }

    .banner-head_phone h4 {
        font-size: 12px !important;
    }

    .banner-head_phone h2 {
        font-size: 13px !important;
    }

    .icon_phone {
        border: 1px solid #fff !important;
        color: #fff !important;
    }

    .banner-form-head h3 {
        font-size: 13px !important;
    }

    .banner-form-head h3 span {
        font-size: 13px !important;
    }

    .banner-form-img img {
        margin-left: 25px !important;
    }

    .col-md-5.banner-form-sec {
        padding: 4px 30px !important;
    }

    select#services,
    select#Budget {
        padding: 10px 9px !important;
        font-size: 12px !important;
    }

    .footerform1 input[type="name"],
    input[type="email"],
    input[type="number"],
    textarea {
        padding: 8px 8px !important;
        margin: 10px 5px !important;
    }

    .footerform input[type="name"]::placeholder,
    input[type="email"]::placeholder,
    input[type="number"]::placeholder,
    textarea::placeholder {
        font-size: 12px !important;
    }

    button.custom-btn.btn-9.footer-btn {
        width: 100% !important;
        font-size: 14px !important;
    }

    .banner-inner-img {
        margin-bottom: 0px !important;
    }

    .about-head h3 {
        font-size: 16px !important;
    }

    .about-content {
        position: static !important;
        margin-top: 235px;
    }

    .about-head p {
        font-size: 14px !important;
    }

    .about-org-title h3 {
        font-size: 13px !important;
    }

    .about-org-head h3 {
        font-size: 18px !important;
        line-height: 30px !important;
    }

    .about-org-head p {
        font-size: 12px !important;
    }

    .about-org-lottie dotlottie-player {
        margin-top: 0px !important;
        padding-top: 78px !important;
    }

    dotlottie-player {
        width: 438px !important;
        height: auto !important;
    }

    .about-us-img img {
        width: 500px !important;
        position: relative !important;
        left: -68px !important;
    }

    img.about-book {
        position: absolute !important;
        width: 83% !important;
        top: 700px !important;
        left: 26px !important;
    }

    .row.myso {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .sub-about-title h3 {
        font-size: 13px !important;
    }

    .desc-about-head h3 {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .desc-about-head p {
        font-size: 12px !important;
    }

    .check-list p {
        font-size: 11px !important;
        line-height: 14px !important;
    }

    section.our-services {
        width: 100%;
        padding-top: 50px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
    }

    .service-heading h3 {
        font-size: 20px !important;
        line-height: 10px !important;
    }

    span.service-head {
        line-height: 35px !important;
    }

    .service-ico img {
        width: 100% !important;
        padding: 8px !important;
    }

    .service-ico {
        border: 1px solid #052a3c;
        border-radius: 500px;
        margin-top: -118px;
        background: #fff;
        margin-left: 25px;
        width: 90px !important;
        height: 90px !important;
        display: flex;
        justify-content: center;
    }

    .service-inner-box1 {
        margin: 65px 60px !important;
        height: 340px !important;
    }

    .service-head h3 {
        font-size: 14px !important;
    }

    .service-desc p {
        font-size: 12px !important;
        height: 85px !important;
    }

    .service-btn a {
        font-size: 14px !important;
    }

    .our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container {
        text-align: center !important;
        width: 50% !important;
        margin: 0 0 30px !important;
    }

    .our-satisfied-customer-content h5,
    .our-satisfied-customer-content h2 {
        font-size: 18px !important;
    }

    .our-satisfied-customer-content p {
        font-size: 12px !important;
        padding: 0 12px !important;
    }

    .our-satisfied-counts.numbers h2 {
        font-size: 25px !important;
    }

    .our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container span {
        font-size: 12px !important;
    }

    .row.counter-bg-img {
        padding: 0 !important;
        background-size: 95% 92% !important;
    }

    .port-content h2 {
        font-size: 20px !important;
    }

    .port-content p {
        font-size: 12px !important;
        padding: 8px 0px !important;
    }

    section.amazon-testimonails {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 26px !important;
        padding-right: 26px !important;
    }

    .amazon-test h3 {
        font-size: 26px !important;
        line-height: 30px !important;
    }

    .amazon-test p {
        font-size: 12px !important;
    }

    .test-btn-inner {
        display: flex !important;
    }

    .test-phone {
        display: flex !important;
        align-items: center !important;
    }

    .test-icon_phone {
        padding: 7px 14px !important;
        font-size: 22px !important;
    }

    .test-head_phone h2 {
        font-size: 13px !important;
    }

    .test-head_phone h4 {
        font-size: 12px !important;
    }

    .amazon-box {
        margin: 5px 24px !important;
    }

    .author-name h3 {
        font-size: 16px !important;
    }

    .author-name p {
        font-size: 12px !important;
    }

    .author-desc p {
        font-size: 12px !important;
    }

    .publish-book h3 {
        font-size: 14px !important;
    }

    .amazon-img img {
        width: 75% !important;
        padding: 0px 12px !important;
    }

    section.book-qoute {
        background-size: cover !important;
        margin-top: -36px !important;
    }

    .book-content h3 {
        font-size: 22px !important;
    }

    .book-content p {
        font-size: 12px !important;
    }

    img.book-qoute-img {
        width: 100% !important;
        margin-top: -23px !important;
    }

    .do-things-head h3 {
        font-size: 20px !important;
        line-height: 30px !important;
        padding: 0px !important;
    }

    .do-things-head h2 {
        font-size: 12px !important;
        line-height: 24px !important;
        padding: 0px !important;
    }

    .doing-thing-box-row1 {
        display: flex;
        justify-content: center;
        flex-direction: column !important;
    }

    .row.doing-things-boxes {
        padding: 30px 0px 0px 0px !important;
    }

    .doing-box {
        margin: 28px 12px !important;
    }

    .doing-box-content h3 {
        font-size: 18px !important;
    }

    .doing-box-content p {
        font-size: 12px !important;
    }

    .chooseus-title h3 {
        font-size: 13px !important;
    }

    .choose-us-head h3 {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .choose-us-head p {
        font-size: 12px !important;
    }

    .chooseus-lottie dotlottie-player {
        padding-top: 78px !important;
    }

    section.tabs-sec {
        margin: 0px !important;
    }

    .tab-content-box {
        display: flex;
        flex-direction: column !important;
    }

    .tabs-cont-head h3 {
        font-size: 16px !important;
        padding-left: 0px !important;
    }

    .test-phone1 {
        display: flex;
        align-items: center !important;
    }

    .test-icon_phone1 {
        padding: 7px 14px !important;
        font-size: 20px !important;
    }

    .test-head_phone1 h2 {
        font-size: 13px !important;
    }

    .test-head_phone1 h4 {
        font-size: 12px !important;
    }

    .tab-inner-box {
        padding-left: 10px !important;
        padding-top: 12px !important;
    }

    .row.tab-box-bg {
        background-image: url(../images/tab-sec-bg.webp);
        width: 100%;
        height: auto !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100% !important;
        padding: 23px 12px !important;
        margin-left: 0px !important;
    }

    img.tab-icon-img {
        width: 40px !important;
        height: 40px !important;
    }

    .row.text-start h3 {
        font-size: 16px !important;
    }

    .row.text-start p {
        font-size: 11px !important;
    }

    .tab-book-img img {
        width: 81% !important;
        margin-top: 0px !important;
        margin-left: 0px !important;
    }

    img.bg-line,
    .inner-arrow {
        display: none !important;
    }

    .about-icon_phone {
        padding: 3px 12px !important;
        font-size: 24px !important;
    }

    .about-head_phone h4 {
        font-size: 12px !important;
    }

    .about-head_phone h2 {
        font-size: 12px !important;
    }

    .col-sm-6.process-boxes {
        display: flex;
        width: 100%;
        flex-direction: column !important;
        padding: 20px 20px !important;
    }

    .process-btn-txt .process-btn-txthover {
        visibility: hidden;
        width: 399px !important;
        position: absolute;
        z-index: 999;
        top: 44px !important;
        left: -10% !important;
    }

    .newsletter {
        padding: 0px !important;
        margin-top: 0px !important;
        background-image: url(../images/newsletter-bg.webp);
        background-size: 100% 100% !important;
    }

    .newsletter-head h3 {
        font-size: 25px !important;
        text-align: center !important;
        padding-left: 0px !important;
    }

    .newsletter-form {
        padding-bottom: 12px !important;
    }

    .newsletter-form form {
        width: 100% !important;
    }

    .row.testi-content {
        padding-top: 36px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .testi-head {
        padding: 0px !important;
    }

    .testi-head h3 {
        font-size: 18px !important;
    }

    .about-phone {
        display: flex;
        align-items: center !important;
    }

    .testimonials {
        padding: 0px !important;
    }

    .frequently-asked-questions {
        padding: 0px !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(62, 191, 194, 1) 100%);
    }

    .frequently-heading h2 {
        padding: 0px 10px !important;
        font-size: 18px !important;
        line-height: 30px !important;
    }

    .row.footer-inner-box {
        padding: 30px 0px !important;
    }

    .footer-form-desc h3 {
        font-size: 18px !important;
    }

    .footer-points-desc p {
        font-size: 11px !important;
    }

    .form-book-img img {
        width: 90px !important;
        margin-top: -45px !important;
    }

    .form-head h3 {
        font-size: 18px !important;
    }

    section.footer-form {
        width: 100% !important;
        background-image: url(../images/footer-form-bg.webp);
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: 0 !important;
    }

    .form-content {
        background: #ffffffbd !important;
    }

    label.terms {
        color: #000000 !important;
    }

    .footer-logo a img {
        width: 50% !important;
    }

    .footer.desc p {
        font-size: 12px !important;
    }

    .footer-social ul {
        display: flex;
        justify-content: flex-start !important;
    }

    .row.inner-footer {
        padding: 16px 0px !important;
    }

    .footer-link {
        display: flex;
        justify-content: space-between !important;
        flex-direction: column !important;
    }

    .col-md-4.footer-sec {
        padding: 0px 14px !important;
    }

    .footer-head h3 {
        font-size: 21px !important;
    }

    .page-link-footer ul li a {
        font-size: 12px !important;
    }

    .icon-info h3 a {
        font-size: 12px !important;
    }

    .icon-info h3 {
        font-size: 12px !important;
    }

    .customer-review {
        padding: 20px 50px !important;
        width: 100% !important;
    }

    .copyright h3 {
        font-size: 13px !important;
        text-align: center !important;
    }

    .payment-cards {
        display: none !important;
    }

    .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;
    }

    a.navbar-brand {
        width: 18%;
        padding: 0;
        margin: 0px !important;
    }

    .navbar-light .navbar-toggler {
        color: #fff !important;
        border-color: rgb(255 255 255);
        background: #fd473d;
    }

    span.navbar-toggler-icon i {
        font-size: 24px;
        color: #fff;
        padding: 3px 0px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: none !important;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    div#navbarSupportedContent {
        margin: 0px !important;
        padding-top: 20px;
        z-index: 999;
        border-radius: 10px;
        background-image: url(../images/menu-bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .header-1 .navalign ul .dropdown_list .dropdown_menu {
        position: static;
        width: 100% !important;
        top: 100%;
        display: none;
        z-index: 9;
    }

    .header-1 .navalign ul .dropdown_list .dropdown_menu ul li {
        padding: 6px 10px;
        border-bottom: 1px solid transparent !important;
        display: block;
    }

    .header-1 .navalign ul .dropdown_list .dropdown_menu ul li a {
        color: #fff;
        width: 100%;
    }

    .icon_phone {
        padding: 3px 12px;
        border: 1px solid #000;
        border-radius: 500px;
        color: #000;
        font-size: 26px;
    }

    .head_phone h4 {
        color: black;
        font-size: 13px;
        font-weight: 600;
        font-family: "Poppins" !important;
        margin-right: -48px;
    }

    .d-flex {
        display: flex !important;
        margin: 8px 0px !important;
        padding-bottom: 20px !important;
        flex-direction: column !important;
    }

    .header-1 ul li {
        position: relative;
        padding: 8px 0px;
    }

    .phone {
        padding-top: 32px;
    }

    .header-1 ul li a {
        font-size: 14px !important;
        font-weight: 400;
        color: black;
        font-family: "Poppins" !important;
        margin: 0 0 0 30px;
    }

    .navbar-light .navbar-toggler {
        color: #fff !important;
        border-color: rgb(255 255 255);
        background: #fd473d;
    }

    .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;
    }

    .brands-with-us-heading h3 {
        font-size: 20px !important;
        color: #042a3d;
        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 .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,
    .little-intro-content h5 {
        font-size: 20px;
    }

    .little-intro-aboutus {
        padding: 30px 0;
    }

    .little-intro-aboutus .little-intro-content {
        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: 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;
        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;
    }

    .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 h5 {
        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;
    }

    .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-bottom: 75px;
    }

    .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 p {
        font-size: 14.01px;
        padding: 0 43px;
    }

    .our-satisfied-customer-content .our-satisfied-counts {
        flex-wrap: wrap;
    }

    .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: #ffa22a;
    }

    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: 14px;
        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 .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-process {
        padding: 3rem 0 5rem;
    }

    .our_client .card_1 {
        height: 290px;
    }

    .service-box-one {
        text-align: center;
    }

    .service-icon-one {
        margin: 0 auto;
    }
}

.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 p {
    width: 100%;
}

.our-satisfied-counts.numbers h2 {
    font-size: 32px !important;
    font-weight: 600;
    color: var(--heading);
    font-family: "Poppins" !important;
    display: inline;
}

.right-video {
    width: 100%;
}

.myso p {
    font-size: 20px;
    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) {
    section.main-home-banner {
        background-image: url(../images/banner-img.webp);
        width: 100%;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 173px;
        padding-bottom: 500px;
    }

    .main-head {
        display: flex;
        align-items: flex-end;
    }

    .subtitle-head h3 {
        font-size: 16px !important;
        font-family: "Poppins" !important;
        color: #fd473d;
        font-weight: 400;
    }

    .main-home-cntxt h1 {
        font-size: 40px !important;
        font-family: "Poppins" !important;
        color: #fff;
        font-weight: 500;
    }

    .main-home-cntxt h1 span {
        font-size: 40px !important;
        font-weight: 500;
        font-family: "Poppins" !important;
        color: #fd473d;
    }

    .main-home-cntxt p {
        font-size: 14px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #fff;
    }

    .main-banner-btns {
        display: flex;
    }

    .banner-home-img {
        display: flex;
        justify-content: center;
    }

    .col-md-6.main-home-form {
        padding: 10px 65px !important;
    }

    .inside-banner-content h3 {
        font-size: 40px !important;
        font-family: "Poppins" !important;
        font-weight: 500;
        text-align: center;
        padding: 0px 12% !important;
        color: #000;
    }

    .inside-banner-content p {
        font-size: 14px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #000;
        text-align: center;
        padding: 0 9% !important;
    }

    .col-sm-12.client-logos-main .img ul li img {
        width: 50%;
        object-fit: cover;
        filter: brightness(0) invert(1);
        transition: all 0.3s ease-in-out;
    }

    section.main-home-banner {
        background-image: url(../images/banner-img.webp);
        width: 100%;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 173px;
        padding-bottom: 500px;
    }

    .main-head {
        display: flex;
        align-items: flex-end;
    }

    .subtitle-head h3 {
        font-size: 16px;
        font-family: "Poppins" !important;
        color: #fd473d;
        font-weight: 400;
    }

    .main-home-cntxt h1 {
        font-size: 40px;
        font-family: "Poppins" !important;
        color: #fff;
        font-weight: 500;
    }

    .main-home-cntxt h1 span {
        font-size: 40px;
        font-weight: 500;
        font-family: "Poppins" !important;
        color: #fd473d;
    }

    .main-home-cntxt p {
        font-size: 14px;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #fff;
    }

    .main-banner-btns {
        display: flex;
    }

    .banner-home-img {
        display: flex;
        justify-content: center;
    }

    .col-md-6.main-home-form {
        padding: 10px 65px;
    }

    .inside-banner-content h3 {
        font-size: 40px;
        font-family: "Poppins" !important;
        font-weight: 500;
        text-align: center;
        padding: 0px 12%;
        color: #000;
    }

    .inside-banner-content p {
        font-size: 14px;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #000;
        text-align: center;
        padding: 0 9%;
    }

    .col-sm-12.client-logos-main .img ul li img {
        width: 50%;
        object-fit: cover;
        filter: brightness(0) invert(1);
        transition: all 0.3s ease-in-out;
    }

    section.banner.myHomepage {
        background-image: url(../images/banner-img.webp);
        background-position: center;
        background-size: 100% 100%;
        height: 280vh;
        margin-bottom: -315px;
    }

    .row.mybannercssclass {
        padding-top: 169px;
    }

    .about-content {
        position: relative;
        top: 0px;
    }

    section.doing-things {
        background-image: url(../images/doing-things-bg.webp);
        padding: 80px 0px;
        margin-top: -108px;
        background-size: cover;
    }

    .newsletter {
        text-align: center;
        padding: 66px 0;
        margin-top: 34px;
        background-image: url(../images/newsletter-bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 90% 75%;
    }

    .newsletter-head {
        padding-top: 20px;
    }

    .newsletter-head h3 {
        font-size: 30px !important;
        font-weight: 600;
        font-family: "poppins" !important;
        text-transform: capitalize;
        color: #fff;
        text-align: left;
        padding-left: 40px;
    }

    .input-box input {
        padding: 15px 21px;
        border: none;
        border-radius: 12px;
        margin: 9px 0px;
    }

    button.submit-btn {
        padding: 8px 10px;
        border: none;
        color: #fff;
        margin: 9px 9px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 500;
        font-family: "Poppins" !important;
    }

    .custom-btn1 {
        width: 130px;
        height: 50px;
        color: #fff;
        border-radius: 15px;
        padding: 16px 17px;
        font-family: "poppins" !important;
        font-weight: 400;
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
        outline: none;
        font-size: 14px;
        z-index: 99;
    }

    .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 h5 {
        font-size: 42px;
    }

    .carousel {
        height: unset;
    }

    .row.martopp {
        margin-top: 50px;
    }
}

.sub-head-about {
    display: flex;
    justify-content: flex-start;
}

.about-org-box-head {
    display: flex;
    justify-content: flex-start;
}

.chooseus-head {
    display: flex;
    justify-content: flex-start;
}

.sub-about-title h3 {
    font-size: 15px;
    font-family: "Poppins" !important;
    font-weight: 500;
    color: var(--highlight) !important;
    word-spacing: 2px;
    padding-top: 24px;
}

.about-org-title h3 {
    font-size: 15px;
    font-family: "Poppins" !important;
    font-weight: 500;
    color: var(--highlight) !important;
    word-spacing: 2px;
    padding-top: 24px;
}

.chooseus-title h3 {
    font-size: 15px;
    font-family: "Poppins" !important;
    font-weight: 500;
    color: var(--highlight) !important;
    word-spacing: 2px;
    padding-top: 24px;
}

.sub-about-img img {
    width: 82%;
}

.about-org-pen-img img {
    width: 82%;
}

.chooseus-pen-img img {
    width: 82%;
}

.desc-about-head h3 {
    font-size: 26px;
    font-weight: 700 !important;
    font-family: "Poppins" !important;
    color: var(--heading) !important;
    text-align: left !important;
    line-height: 42px;
}

.about-org-head h3 {
    font-size: 26px;
    font-weight: 700 !important;
    font-family: "Poppins" !important;
    color: #000 !important;
    text-align: left !important;
    line-height: 42px;
}

.choose-us-head h3 {
    font-size: 26px;
    font-weight: 700 !important;
    font-family: "Poppins" !important;
    color: var(--heading) !important;
    text-align: left !important;
    line-height: 42px;
}

.desc-about-head p {
    font-size: 14px;
    font-weight: 400 !important;
    font-family: "Poppins" !important;
    color: #000 !important;
}

.about-org-head p {
    font-size: 14px;
    font-weight: 400 !important;
    font-family: "Poppins" !important;
    color: #000 !important;
}

.choose-us-head p {
    font-size: 14px;
    font-weight: 400 !important;
    font-family: "Poppins" !important;
    color: #000 !important;
}

.about-org-lottie dotlottie-player {
    margin-top: -78px;
}

.chooseus-lottie dotlottie-player {
    margin-top: -78px;
}

.checklist-box {
    display: flex;
}

.check-list-about {
    width: 50% !important;
}

.check-list-about.full-content {
    width: 100% !important;
}

.check-list-about1 {
    width: 100% !important;
}

.check-list {
    padding: 0px !important;
    margin: 0 !important;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: flex-start;
}

.check-list1 {
    padding: 0px !important;
    margin: 0 !important;
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.check-list img {
    width: 32px;
    padding-bottom: 6px;
}

.check-list p {
    font-size: 13px;
    font-family: "Poppins" !important;
    font-weight: 400 !important;
    color: #000 !important;
    padding-left: 10px !important;
    line-height: 17px;
}

.about-btn-inner {
    display: flex;
    z-index: 9;
    position: relative;
}

.getnt {
    width: 50%;
    display: flex;
    align-items: center;
}

.getint {
    width: 50%;
    display: flex;
    align-items: center;
}

.getnt a {
    background: linear-gradient(90deg, rgba(62, 191, 194, 1) 0%, rgba(10, 102, 136, 1) 100%);
    color: white;
    padding: 12px 18px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
}

.getnt a:hover {
    color: #fd473d !important;
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
}

.getint2 {
    width: 38%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.getnt2 a {
    background: linear-gradient(90deg, rgba(62, 191, 194, 1) 0%, rgba(10, 102, 136, 1) 100%);
    color: white;
    padding: 12px 18px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
}

.getnt2 a:hover {
    color: #fd473d !important;
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
}

.number-btn-about {
    width: 50%;
}

.about-phone {
    display: flex;
}

.about-icon_phone {
    padding: 3px 15px;
    border: 1px solid #000;
    border-radius: 500px;
    color: #000;
    font-size: 32px;
}

.about-head_phone {
    padding-left: 10px;
    padding-top: 6px;
}

.about-btn-inner .number-btn-about .about-phone .about-head_phone h2 {
    font-size: 14px;
    text-align: left;
    font-family: "Poppins" !important;
    color: #000 !important;
    font-weight: 500 !important;
    text-align: left !important;
    margin-bottom: 10px !important;
}

.about-head_phone h4 {
    font-family: "Poppins" !important;
    color: #000 !important;
    font-size: 14px;
    font-weight: 600 !important;
    text-align: left !important;
}

section.inner-banner-services {
    margin-top: 300px;
}

.service-heading h3 {
    font-size: 40px;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    text-align: center;
    font-family: "Poppins" !important;
    color: var(--heading);
}

span.service-head {
    color: #fd473d;
    text-transform: capitalize;
    display: block;
    line-height: 50px;
    font-family: "Poppins" !important;
}

.banner-checkbox {
    display: flex;
    justify-content: space-evenly;
    padding: 16px 0px;
}

.banner-checkbox2 {
    display: flex;
    justify-content: space-evenly;
    padding-top: 16px;
    padding-bottom: 30px;
}

.check-boxes {
    display: flex;
    padding: 0px 30px;
}

.check-boxes2 {
    display: flex;
    padding: 0px 10px;
}

.check-ico {
    padding-right: 8px;
}

.check-desc h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins" !important;
    padding-top: 3px;
}

section.our-services {
    width: 100%;
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.service-inner-box {
    padding: 28px 15px;
    box-shadow: 5px 2px 10px #0006;
    border-radius: 16px;
    background: #fff;
    margin: 65px 10px;
    height: 280px;
    transition-duration: 2s;
}

.service-inner-box1 {
    padding: 28px 15px;
    box-shadow: 5px 2px 10px #0006;
    border-radius: 16px;
    background: #fff;
    margin: 65px 10px;
    height: 340px;
    transition-duration: 2s;
}

.service-inner-box:hover {
    background-image: url(../images/service-hover-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-inner-box1:hover {
    background-image: url(../images/service-hover-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-inner-box:hover ::-webkit-scrollbar-thumb {
    background: #fff;
}

.service-inner-box:hover .service-num h3 {
    color: transparent;
}

.service-inner-box1:hover ::-webkit-scrollbar-thumb {
    background: #fff;
}

.service-inner-box1:hover .service-num h3 {
    color: transparent;
}

.service-box {
    display: flex;
    align-items: center;
}

.service-num h3 {
    font-size: 37px;
    font-weight: 400;
    font-family: "Poppins" !important;
    color: var(--accent);
}

.service-ico img {
    width: 100%;
    padding: 14px;
    object-fit: contain;
}

.service-ico {
    border: 1px solid var(--accent);
    border-radius: 500px;
    margin-top: -118px;
    background: #fff;
    margin-left: 25px;
    width: 90px !important;
    height: 90px !important;
    display: flex;
    justify-content: center;
}

.service-head {
    padding: 12px 0px;
}

.service-head h3 {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    font-family: "poppins" !important;
}

.service-head1 h3 {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    font-family: "poppins" !important;
}

.service-inner-box:hover .service-head h3 {
    color: #fff !important;
}

.service-inner-box:hover .service-head1 h3 {
    color: #fff !important;
}

.service-inner-box1:hover .service-head h3 {
    color: #fff !important;
}

.service-inner-box1:hover .service-head1 h3 {
    color: #fff !important;
}

.service-divider {
    display: flex;
    justify-content: center;
    padding: 8px 0px;
}

.divider {
    width: 60%;
    height: 3px;
    background: var(--accent);
}

.service-inner-box:hover .divider {
    background: #fff;
}

.service-inner-box1:hover .divider {
    background: #fff;
}

.service-desc p {
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    font-family: "poppins" !important;
    color: #8a8a8a;
    overflow-y: auto;
    height: 100px;
}

.service-inner-box:hover .service-desc p {
    color: #fff;
}

.service-inner-box1:hover .service-desc p {
    color: #fff;
}

.service-btn {
    display: flex;
    justify-content: center;
}

.service-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 68%;
    background: white;
    padding: 12px 20px;
    border: 1px solid var(--accent);
    border-radius: 500px;
    color: #000;
    font-weight: 400;
    font-family: "poppins" !important;
}

.service-inner-box:hover .service-btn a {
    border: 1px solid #fff;
}

.service-inner-box1:hover .service-btn a {
    border: 1px solid #fff;
}

.service-btn a i {
    color: var(--accent);
}

.slick-dots li {
    background: var(--highlight);
    border-radius: 50px;
}

li.slick-active {
    background: var(--accent);
    border-radius: 50px;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-btn {
    width: 170px;
    height: 50px;
    color: #fff;
    border-radius: 15px;
    padding: 16px 17px;
    font-family: "poppins" !important;
    font-weight: 400;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
    font-size: 14px;
    z-index: 99;
}

.custom-btn1 {
    width: 170px;
    height: 50px;
    color: #fff;
    border-radius: 15px;
    padding: 16px 17px;
    font-family: "poppins" !important;
    font-weight: 400;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
    font-size: 14px;
    z-index: 99;
}

.btn-9 {
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

.btn-9:after {
    position: absolute;
    content: " ";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--accent);
    /* background-image: linear-gradient(315deg, #fd473d 0%, #fd473d 74%); */
    transition: all 0.3s ease;
}

.btn-9:hover {
    background: transparent;
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
    color: #fff;
}

.btn-9:hover:after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
}

section.our-portfolio {
    padding: 60px 30px;
}

.port-content h2 {
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins" !important;
    text-align: center;
    text-transform: capitalize;
    color: var(--heading);
}

.port-content span {
    color: var(--highlight);
    font-family: "Poppins" !important;
    text-transform: capitalize;
}

.port-content p {
    font-size: 16px;
    font-family: "poppins" !important;
    font-weight: 400;
    text-align: center;
    color: #000 !important;
    padding: 8px 20px;
}

.col-sm-12.portfolio-box {
    width: 100%;
    height: 350px;
}

.flip {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    overflow: hidden;
}

.flip .perspective-1,
.flip .perspective-2,
.flip .perspective-3,
.flip .perspective-4,
.flip .perspective-5,
.flip .perspective-6,
.flip .perspective-7,
.flip .perspective-8,
.flip .perspective-9,
.flip .perspective-10,
.flip .perspective-11,
.flip .perspective-12,
.flip .perspective-13,
.flip .perspective-14,
.flip .perspective-15,
.flip .perspective-16,
.flip .perspective-17,
.flip .perspective-18,
.flip .perspective-19,
.flip .perspective-20,
.flip .perspective-21,
.flip .perspective-22,
.flip .perspective-23,
.flip .perspective-24,
.flip .perspective-25,
.flip .perspective-26,
.flip .perspective-27,
.flip .perspective-28,
.flip .perspective-29,
.flip .perspective-30,
.flip .perspective-32,
.flip .perspective-32,
.flip .perspective-33 {
    perspective: 1000px;
    transform-style: preserve-3d;
    overflow: hidden;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
}

.book-flip-1,
.book-flip-2,
.book-flip-3,
.book-flip-4,
.book-flip-5,
.book-flip-6,
.book-flip-7,
.book-flip-8,
.book-flip-9,
.book-flip-10,
.book-flip-11,
.book-flip-12,
.book-flip-13,
.book-flip-14,
.book-flip-15,
.book-flip-16,
.book-flip-17,
.book-flip-18,
.book-flip-19,
.book-flip-20,
.book-flip-21,
.book-flip-22,
.book-flip-23,
.book-flip-24,
.book-flip-25,
.book-flip-26,
.book-flip-27,
.book-flip-28,
.book-flip-29,
.book-flip-30,
.book-flip-31,
.book-flip-32,
.book-flip-33 {
    transform-style: preserve-3d;
    transition: all ease-out 0.5s;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -ms-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
}

.book-1 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-01.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-1 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-01.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-2 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-02.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-2 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-02.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-3 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-03.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-3 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-03.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-4 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-04.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-4 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-04.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-5 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-05.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-5 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-05.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-6 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-06.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-6 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-06.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-7 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-07.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-7 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-07.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-8 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-08.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-8 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-08.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-9 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-09.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-9 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-09.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-10 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-10.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-10 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-10.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-11 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-11.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-11 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-11.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-12 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-12.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-12 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-12.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-13 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-13.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-13 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-13.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-14 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-14.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-14 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-14.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-15 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-15.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-15 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-15.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-16 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-16.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-16 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-16.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-17 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-17.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-17 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-17.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-18 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-18.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-18 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-18.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-19 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-19.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-19 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-19.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-20 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-20.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-20 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-20.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-21 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-21.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-21 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-21.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-22 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-22.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-22 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-22.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-23 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-23.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-23 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-23.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-24 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-24.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-24 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-24.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-25 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-25.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-25 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-25.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-26 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-26.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-26 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-26.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-27 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-27.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-27 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-27.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-28 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-28.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-28 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-28.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-29 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-29.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-29 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-29.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-30 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-30.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-30 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-30.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-31 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-31.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-31 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-31.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-32 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-32.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-32 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-32.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.book-33 {
    width: 200px;
    height: 300px;
    background: url(../images/books/book-covers-33.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
}

.left-33 {
    height: 300px;
    width: 40px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -300px;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/books/book-covers-33.webp);
    background-size: cover;
    border-radius: 3px;
    transform: rotateY(-85deg) translateX(-14px);
}

.rotate {
    transform: rotateY(25deg);
}

section.amazon-testimonails {
    padding: 84px 0px;
    background-image: url(../images/amazon-sec-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.col-sm-4.amazon-content-box {
    padding: 42px 0px;
}

.test-btn {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.test-btn a {
    width: 170px;
    height: 50px;
    color: #fff;
    border-radius: 15px;
    padding: 16px 0px;
    font-family: "poppins" !important;
    font-weight: 400;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
    font-size: 14px;
    z-index: 99;
}

.test-btn a:hover {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
}

.number-btn-test {
    width: 100%;
    margin-top: 5px;
}

.test-phone {
    display: flex;
}

.test-icon_phone {
    color: #000;
    padding: 7px 17px;
    font-size: 28px;
    border: 1px solid #000;
    border-radius: 500px;
}

.test-head_phone {
    padding-left: 10px;
    padding-top: 6px;
}

.test-head_phone h2 {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    font-family: "Poppins" !important;
    color: #000 !important;
}

.test-head_phone h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins" !important;
    color: #000 !important;
}

.amazon-test h3 {
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins" !important;
    line-height: 46px;
    color: var(--heading) !important;
}

.amazon-test p {
    font-size: 14px;
    font-family: "Poppins" !important;
    font-weight: 400;
    color: #000;
}

.amazon-test span {
    font-family: "Poppins" !important;
    color: var(--highlight);
    text-transform: capitalize;
}

.amazon-box {
    background: #ffffff94;
    padding: 30px 22px;
    box-shadow: 3px 3px 29px #00000063;
    border-radius: 24px;
    margin: 0 26px;
}

.amazon-author {
    display: flex;
    align-items: center;
    align-content: center;
}

.author-img img {
    width: 65%;
}

.author-name h3 {
    font-size: 22px;
    font-family: "Poppins" !important;
    font-weight: 500;
    color: #052a3c;
}

.author-name p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins" !important;
    color: #000;
}

.amazon-des {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
}

.author-desc p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins" !important;
    color: #000;
}

.author-book {
    margin-right: -52px;
    margin-top: -45px;
}

.author-book img {
    width: 125px;
}

.amazon-publ-book {
    display: flex;
}

.publish-book h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins" !important;
    color: #052a3c;
}

.amazon-img img {
    width: 88%;
    padding: 0px 8px;
}

section.book-qoute {
    width: 100%;
    background-image: url(../images/book-qoute.webp);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    margin-top: -22px;
}

.book-content h3 {
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins" !important;
    padding: 0 30px;
    color: #fff !important;
}

.book-qoute-divider {
    display: flex;
    justify-content: center;
    padding: 8px 0;
    margin-left: -65px;
}

.dividers {
    width: 30%;
    height: 3px;
    background: var(--accent);
}

.book-content p {
    font-family: "Poppins" !important;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 0px 30px;
}

img.book-qoute-img {
    width: 86%;
    margin-top: -23px;
}

.book-qoute-box {
    padding: 82px 0px;
}

.process-btn-txt {
    position: relative;
    display: inline-block;
    cursor: help;
    width: 100%;
    text-align: center;
    background: linear-gradient(90deg, rgba(62, 191, 194, 1) 0%, rgba(10, 102, 136, 1) 100%);
    color: #fff;
    padding: 9px 30px;
    border-radius: 8px;
}

.process-btn-txt .process-btn-txthover {
    visibility: hidden;
    width: 500px;
    background-color: #fd473d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 16px 20px;
    position: absolute;
    z-index: 999;
    top: -5px;
    left: 105%;
    border: 1px solid #fff;
    text-transform: lowercase;
}

.process-btn-txt .process-btn-txthover:first-letter {
    text-transform: uppercase;
}

.process-btn-txt:hover .process-btn-txthover {
    visibility: visible;
}

.inner-arrow {
    display: flex;
}

img.bg-line {
    position: absolute;
    top: 11px;
    right: -107vh;
}

section.our-process {
    background-image: url(../images/process-bg.webp);
    background-repeat: no-repeat;
    background-size: 105vh;
    background-position-x: -4px;
}

.process-number h3 {
    font-size: 40px;
    font-family: "poppins" !important;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-image: url(../images/process-num-bg.webp);
    background-repeat: no-repeat;
    background-size: 92px;
    width: 100%;
    background-position: top;
    padding: 22px 0px;
}

.process-box:hover .process-number h3 {
    color: #000;
    background-image: url(../images/process-num-bg-hover.webp);
    background-repeat: no-repeat;
    background-size: 92px;
    width: 100%;
    background-position: top;
}

.process-name h3 {
    font-size: 16px;
    font-family: "Poppins" !important;
    font-weight: 600;
    color: var(--heading);
    text-align: center;
}

.process-divider {
    display: flex;
    justify-content: center;
    padding: 8px 0;
}

.dividers-process {
    width: 30%;
    height: 3px;
    background: var(--accent);
}

.process-desc p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins" !important;
    color: #000;
    text-align: center;
    overflow-y: auto;
    height: 100px;
}

.process-box {
    background: #fff;
    padding: 30px 14px;
    border-radius: 18px;
    margin: 6px 6px;
    box-shadow: 4px 4px 20px #0000006e;
    width: 100%;
}

.col-sm-6.process-boxes {
    display: flex;
    width: 100%;
}

.newsletter-head {
    padding-top: 10px;
}

.newsletter-head h3 {
    font-size: 40px;
    font-weight: 600;
    font-family: "poppins" !important;
    text-transform: capitalize;
    color: #fff;
    text-align: left;
    padding-left: 40px;
}

.newsletter-head h3 span {
    color: var(--highlight);
    text-transform: capitalize;
    font-family: "poppins" !important;
}

.newsletter-form form {
    display: flex;
    background: white;
    width: 75%;
    border-radius: 8px;
}

.input-box input {
    padding: 15px 21px;
    border: none;
    border-radius: 12px;
    margin: 9px 0px;
}

.input-box input::placeholder {
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    color: #000;
}

.submit-btn-box {
    display: flex;
}

button.submit-btn {
    padding: 12px 17px;
    border: none;
    color: #fff;
    margin: 9px 9px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins" !important;
}

button.hvr-grow.tc-image-effect-shine.submit-btn:hover {
    padding: 12px 46px;
    border: none;
    color: #fff;
    margin: 9px 0px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins" !important;
}

.input-box input:focus-visible {
    outline: none;
}

.testimonail-getnt {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonail-getnt a {
    background: linear-gradient(90deg, rgba(62, 191, 194, 1) 0%, rgba(10, 102, 136, 1) 100%);
    color: white;
    padding: 12px 18px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
}

.testimonail-getnt a:hover {
    color: #fd473d !important;
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
}

.testi-head {
    padding: 0px 30px;
}

.testi-head h3 {
    font-size: 25px;
    font-family: "poppins" !important;
    font-weight: 700;
    color: var(--heading);
    text-transform: capitalize;
}

.do-things-head h3 {
    font-size: 23px;
    font-family: "poppins" !important;
    font-weight: 700;
    color: var(--heading);
    text-transform: capitalize;
    line-height: 30px;
    padding: 0px 5px;
}

.do-things-head h2 {
    font-size: 14px;
    font-family: "poppins" !important;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    line-height: 21px;
    padding: 0px 5px;
}

.doing-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: var(--bg);
    padding: 30px 12px;
    border-radius: 22px;
    box-shadow: 4px 5px 10px #00000087;
    margin: 5px 12px;
    height: 220px;
}

.doing-box:hover {
    background: radial-gradient(circle, rgba(62, 191, 194, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.doing-box1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: var(--bg);
    padding: 30px 13px;
    border-radius: 22px;
    box-shadow: 4px 5px 10px #00000087;
    margin: 5px 12px;
    height: 305px;
}

.doing-box1:hover {
    background: radial-gradient(circle, #f39c1294 0%, rgba(255, 255, 255, 1) 100%);
}

.doing-box-content h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: "poppins" !important;
    color: var(--heading);
    text-align: center;
    padding-top: 18px;
}

.doing-box-content p {
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
    color: #000;
    text-align: center;
}

.doing-box-img {
    padding: 16px;
    background: radial-gradient(circle, var(--accent) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 500px;
    display: flex;
    justify-content: center;
    margin-top: -82px;
    position: absolute;
}

.doing-box:hover .doing-box-img {
    background: #fd473d;
}

.doing-box-img img.normal,
.doing-box-img img.onhover-img {
    width: 70px;
    height: 70px;
}

.doing-box:hover .doing-box-img img.onhover-img {
    display: block;
}

.doing-box .doing-box-img img.onhover-img {
    display: none;
}

.doing-box .doing-box-img img.normal {
    display: block;
}

.doing-box:hover .doing-box-img img.normal {
    display: none;
}

.doing-box1:hover .doing-box-img {
    background: var(--highlight);
}

.doing-box1:hover .doing-box-img img.onhover-img {
    display: block;
}

.doing-box1 .doing-box-img img.onhover-img {
    display: none;
}

.doing-box1 .doing-box-img img.normal {
    display: block;
}

.doing-box1:hover .doing-box-img img.normal {
    display: none;
}

.row.doing-things-boxes {
    padding: 52px 75px 0px 75px;
}

.doing-thing-box-row1 {
    display: flex;
    justify-content: center;
}

.testi-head h3 span {
    color: var(--highlight);
    font-family: "Poppins" !important;
    text-transform: capitalize;
}

.do-things-head h3 span {
    color: var(--highlight);
    font-family: "Poppins" !important;
    text-transform: capitalize;
}

.testi-head p {
    font-size: 15px;
    font-family: "Poppins" !important;
    font-weight: 400;
    color: #000;
}

.testimonal-box {
    display: flex;
    justify-content: space-around;
}

.test-box {
    background: #fff;
    box-shadow: 3px 4px 12px #00000047;
    border-radius: 20px;
    padding: 12px 20px;
    margin: 62px 13px;
}

.client-img img {
    width: 38%;
    margin-top: -54px;
    margin-bottom: 18px;
}

.client-desc p {
    font-size: 13px;
    font-family: "Poppins" !important;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    overflow-y: scroll;
    height: 100px;
    padding-right: 10px;
}

.client-box {
    display: flex;
    justify-content: space-between;
}

.client-name h3 {
    font-size: 17px;
    font-weight: 600;
    font-family: "Poppins" !important;
    color: #000;
}

.client-name p {
    font-size: 12px;
    font-family: "Poppins" !important;
    font-weight: 400;
    color: #000;
}

.star-rate {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.star-rate i {
    color: #e5df23;
    font-size: 18px;
    padding: 1px;
}

.container.mytestimonaial {
    max-width: 100%;
    padding-bottom: 75px;
}

.row.testi-content {
    padding: 0px 92px;
}

section.tabs-sec {
    margin: 70px 0px;
}

.row.tab-box-bg {
    background-image: url(../images/tab-sec-bg.webp);
    width: 100%;
    height: 485px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 60px 0px;
}

.tabs-cont-head h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins" !important;
    color: #fff;
    padding-left: 24px;
}

.tabs-cont-head {
    width: 72%;
}

.tab-content-box {
    display: flex;
}

.tab-book-img img {
    width: 415px;
    margin-top: -59px;
    margin-left: -62px;
}

.tab-inner-box {
    padding-left: 24px;
    padding-top: 42px;
}

section.footer-form {
    width: 100%;
    background-image: url(../images/footer-form-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-form-desc h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins" !important;
    line-height: 46px;
    color: #fff !important;
    line-height: 50px;
}

.footer-form-points {
    display: flex;
}

.footer-form-bullets h3 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins" !important;
    color: #fff;
    background: #ffffff2e;
    padding: 10px 16px;
    border-radius: 500px;
}

.footer-points-desc p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins" !important;
    color: #fff;
    padding-left: 10px;
}

.footer-form-desc p {
    font-size: 14px;
    font-family: "Poppins" !important;
    font-weight: 400;
    color: #fff;
}

.footer-form-desc span {
    font-family: "Poppins" !important;
    color: #fd473d;
    font-size: 38px;
    text-transform: capitalize;
}

.test-btn {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.test-btn a {
    color: white;
    padding: 16px 17px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
}

.test-btn a:hover {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
}

.number-btn-test {
    width: 100%;
    margin-top: 5px;
}

.test-phone1 {
    display: flex;
}

.test-icon_phone1 {
    color: #fff;
    padding: 7px 17px;
    font-size: 28px;
    border: 1px solid #fff;
    border-radius: 500px;
}

.test-head_phone1 {
    padding-left: 10px;
    padding-top: 6px;
}

.test-head_phone1 h2 {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    font-family: "Poppins" !important;
    color: #fff !important;
}

.test-head_phone1 h4 {
    font-size: 13px;
    font-weight: 500;
    font-family: "Poppins" !important;
    color: #fff !important;
}

.col-md-6.form-footer {
    padding: 0px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-content {
    background: #ffffff6e;
    border-radius: 20px;
    margin: 20px 10px;
    padding: 26px;
}

.form-head h3 {
    font-size: 26px;
    font-weight: 600;
    font-family: "poppins" !important;
    color: #000;
    text-transform: capitalize;
}

.form-head h3 span {
    background: var(--accent);
    color: #fff;
    font-family: "poppins" !important;
    text-transform: capitalize;
    border-radius: 15px;
    padding: 0px 10px;
}

.form-head p {
    font-size: 12px;
    font-family: "poppins" !important;
    font-weight: 400;
    color: #fff;
    padding: 10px 0;
}

.form-box {
    display: flex;
}

.form-book-img img {
    width: 257px;
    z-index: 9999999;
    margin-top: -120px;
    margin-right: -100px;
}

.footerform input[type="name"],
input[type="email"],
input[type="number"],
textarea {
    width: 100%;
    padding: 10px 20px;
    border: none;
    background: #fff;
    border-radius: 9px;
    margin: 10px 5px;
    font-family: 'Poppins';
}

.footerform input[type="name"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
    color: #000;
}

.footerform input[type="name"]:focus-visible,
input[type="email"]:focus-visible,
input[type="number"]:focus-visible,
textarea:focus-visible {
    outline: none;
}

.col-sm-12.dropdown-box {
    display: flex;
}

select#services,
select#Budget {
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 9px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
    color: #000;
}

.col-sm-6.dropdown-boxes select option {
    background: var(--bg);
    color: #000;
}

.col-sm-6.dropdown-boxes select option:hover,
.col-sm-6.dropdown-boxes select option:focus-visible,
.col-sm-6.dropdown-boxes select option:active,
.col-sm-6.dropdown-boxes select option:focus {
    background: #fd473d !important;
}

.col-sm-6.dropdown-boxes {
    padding: 0px 5px;
    margin: 10px 0px !important;
}

button.custom-btn.btn-9.footer-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 15px;
    margin: 0px 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
}

button.custom-btn.btn-9.footer-btn:hover {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
}

button.custom-btn1.btn-9.footer-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 15px;
    margin: 0px 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
}

button.custom-btn1.btn-9.footer-btn:hover {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    background-color: transparent;
    position: relative;
    top: 6px;
}

input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #fd473d;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: appear 0.8s;
}

@keyframes appear {
    0% {
        transform: translate(-50%, -50%) scale(0);
        background-color: #fff;
    }

    45% {
        transform: translate(-50%, -50%) scale(1.6);
        background-color: #fd473d;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.7);
        background-color: #fd473d;
    }

    55% {
        transform: translate(-50%, -50%) scale(1.6);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        background-color: #fd473d;
    }
}

label.terms {
    font-size: 14px;
    font-weight: 500;
    font-family: "poppins" !important;
    text-transform: capitalize;
    color: #fff;
}

label.terms span {
    font-size: 14px;
    font-weight: 500;
    font-family: "poppins" !important;
    color: var(--highlight);
    text-transform: capitalize;
}

.row.footer-inner-box {
    padding: 125px 0px;
}

.col-sm-12.radio-box {
    padding: 10px 0;
}

section.footer {
    background-image: url(../images/footer-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-logo a img {
    width: 240px;
}

.footer.desc p {
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
    color: #000;
    padding-top: 10px;
}

.footer-social {
    padding: 15px 0px;
}

.footer-social ul {
    display: flex;
    justify-content: center;
}

.footer-social ul li a i {
    padding: 11px;
    background: var(--accent);
    border: 1px solid var(--accent);
    margin: 6px;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social ul li a i:hover {
    padding: 11px;
    background: transparent;
    border: 1px solid var(--accent);
    margin: 6px;
    color: var(--accent);
    font-size: 18px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
}

.row.upper-footer {
    border-bottom: 1px solid #052a3c;
}

.footer-head h3 {
    font-size: 26px;
    font-weight: 600;
    font-family: "poppins" !important;
    color: var(--accent);
}

.footer-link {
    display: flex;
    justify-content: space-between;
}

.page-link-footer ul li a {
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
    color: #000;
    line-height: 30px;
}

.page-link-footer ul li a:hover {
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
    color: var(--accent);
    line-height: 30px;
}

.col-md-4.footer-sec {
    padding: 0px 120px;
}

.icon-box {
    display: flex;
    align-items: center;
    padding: 6px 0;
}

.icon-info {
    padding-left: 20px;
}

.icon-info h3 a {
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
    color: #000;
    line-height: 20px;
    text-transform: lowercase;
}

.icon-info h3 {
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
    color: #000;
    line-height: 20px;
}

.row.upper-footer {
    padding: 16px 0px;
}

.row.inner-footer {
    padding: 55px 0px;
}

.customer-review {
    padding: 20px 0px;
}

.customer-review img {
    width: 100%;
}

section.copy-right {
    background: var(--highlight);
}

.copyright h3 {
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
    color: #fff;
}

.row.copyright-web {
    padding: 22px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.copyright {
    padding-top: 6px;
}

.payment-cards {
    display: flex;
    justify-content: flex-end;
}

span.span-box-css {
    color: var(--highlight);
    font-family: "poppins" !important;
    text-transform: none;
    font-size: 38px;
}

.caro {
    position: relative;
    z-index: 1;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
}

.caro-item {
    --items: 10;
    --width: clamp(150px, 30vw, 300px);
    --height: clamp(200px, 40vw, 400px);
    --x: calc(var(--active) * 800%);
    --y: calc(var(--active) * 200%);
    --rot: calc(var(--active) * 120deg);
    --opacity: calc(var(--zIndex) / var(--items) * 3 - 2);
    overflow: hidden;
    position: absolute;
    z-index: var(--zIndex);
    width: var(--width);
    height: var(--height);
    margin: calc(var(--height) * -0.5) 0 0 calc(var(--width) * -0.5);
    border-radius: 10px;
    top: 50%;
    left: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transform-origin: 0% 100%;
    box-shadow: 0 10px 50px 10px rgba(0, 0, 0, 0.5);
    background: black;
    pointer-events: all;
    transform: translate(var(--x), var(--y)) rotate(var(--rot));
    transition: transform 0.8s cubic-bezier(0, 0.02, 0, 1);
}

.caro-item .caro-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
    opacity: var(--opacity);
    font-family: "Orelo-sw-db", serif;
}

.caro-item .caro-box:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
}

.caro-item .title {
    position: absolute;
    z-index: 1;
    color: #fff;
    bottom: 20px;
    left: 20px;
    transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
    font-size: clamp(20px, 3vw, 30px);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.caro-item .num {
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 10px;
    left: 20px;
    transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
    font-size: clamp(20px, 10vw, 80px);
}

.caro-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

.col-sm-6-tname {
    width: 50%;
}

.tname {
    margin-left: 90px;
    margin-top: 20px;
}

.banner-content-about p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins" !important;
}

.tname h3 {
    font-family: "Poppins" !important;
    color: #fd473d;
    font-size: 40px;
    font-weight: 600;
}

.our-team-card-avatar img {
    background-image: url(../images/av-bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 138px;
    background-position-y: 45px;
    background-position-x: 3px;
}

.our-team-card-avatar img:hover {
    background-image: url(../images/av-bg-hover-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 138px;
    background-position-y: 45px;
    background-position-x: 3px;
}

.tname p {
    font-family: "Poppins" !important;
    color: black;
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px;
}

.content-team h3 {
    font-family: "Poppins" !important;
    color: black;
    font-size: 40px;
    font-weight: 600;
    margin-top: -10px;
}

.content-team p {
    font-family: "Poppins" !important;
    color: black;
    font-size: 16px;
    font-weight: 400;
}

.about-btn-team {
    display: flex;
    margin-top: 54px;
    justify-content: center;
    padding: 0px 310px;
}

.col-12.col-sm-12.col-md-6.col-lg-2.col-xl-2.col-xxl-2.team-box {
    width: 20%;
}

.getntabt-team a {
    background: linear-gradient(90deg, rgba(62, 191, 194, 1) 0%, rgba(10, 102, 136, 1) 100%);
    color: white;
    padding: 12px 18px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
}

.getntabt-team a:hover {
    color: #fd473d;
}

.number-btn-team {
    width: 30%;
    margin-left: 50px;
}

.about-phone-team {
    display: flex;
}

.abt-icon_phone-team {
    color: black;
    padding: 8px 18px 4px 18px;
    font-size: 24px;
    border: 1px solid black;
    border-radius: 500px;
}

.about-head_phone-team {
    padding-left: 10px;
    padding-top: 6px;
}

.about-head_phone-team h2 {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    font-family: "Poppins" !important;
    color: black !important;
}

.about-head_phone-team h4 {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    font-family: "Poppins" !important;
    color: black !important;
}

.inner-arrow {
    display: flex;
}

img.bg-line {
    position: absolute;
    top: 11px;
    right: -107vh;
}

section.our-process {
    background-image: url(../images/process-bg.webp);
    background-repeat: no-repeat;
    background-size: 105vh;
    background-position-x: -4px;
}

.row.justify-content-center.align-items-center.about-box-alignment {
    padding: 40px 0px;
}

section.book-qoute-abt {
    width: 100%;
    background-image: url(../images/book-qoute-at.webp);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    margin-top: 120px;
    height: 500px;
    background-position: center;
}

.content-abt h3 {
    font-size: 28px;
    font-weight: 600;
    font-family: "Poppins" !important;
    color: #fff !important;
    padding: 0px 46px;
}

.col-sm-7.qoute-box {
    padding: 35px 0px;
}

.content-abt p {
    font-family: "Poppins" !important;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 0px 46px;
}

.qoute-abt-box {
    padding: 82px 0px;
}

img.abt-pen {
    padding-bottom: 20px;
}

.about-sec3 {
    display: flex;
}

.little-intro-content h5 {
    display: inline;
    color: var(--highlight);
    font-family: "Poppins" !important;
    font-weight: 400;
    font-size: 14px;
}

.little-intro-content p {
    font-size: 14px;
    font-weight: 400 !important;
    font-family: "Poppins" !important;
    color: #000 !important;
}

.little-intro-content h2 {
    font-family: "Poppins" !important;
    font-weight: 600;
    font-size: 40px;
    color: var(--heading);
}

.little-intro-img img {
    width: 100%;
}

.ourclients-head h3 {
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins" !important;
    text-align: center;
    color: var(--heading);
}

.ourclients-head p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins" !important;
    text-align: center;
    color: #000;
    padding: 12px 115px;
}

section.our-sat-client {
    margin-bottom: 70px;
}

.container.myclinent {
    max-width: 100%;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb {
    background: var(--accent);
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

section.banner.service-banner {
    background-image: url(../images/services-banner-img.webp) !important;
    background-repeat: no-repeat;
    padding-top: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 790px;
    background-size: contain;
}

section#ghostwriting {
    background-image: url(../images/service-inner-banner/Ghostwriting-min.webp);
}

section#ebookwriting {
    background-image: url(../images/service-inner-banner/E-book-Writing-min.webp);
}

section#bookediting {
    background-image: url(../images/service-inner-banner/book-editing-min.webp);
}

section#bookcover {
    background-image: url(../images/service-inner-banner/Book-Cover-Design-min.webp);
}

section#ebookcover {
    background-image: url(../images/service-inner-banner/E-book-cover-design-min.webp);
}

section#bookpublishing {
    background-image: url(../images/service-inner-banner/Book-Publishing-min.webp);
}

section#bookmarketing {
    background-image: url(../images/service-inner-banner/Book-marketing-min.webp);
}

section#biographyservice {
    background-image: url(../images/service-inner-banner/Biography-min.webp);
}

section#memoirservice {
    background-image: url(../images/service-inner-banner/Memoir-writing-min.webp);
}

section#bookprinting {
    background-image: url(../images/service-inner-banner/Book-Printing-min.webp);
}

section#booktrailer {
    background-image: url(../images/service-inner-banner/Book-trailer-min.webp);
}

section#audiobook {
    background-image: url(../images/service-inner-banner/audiobook-min.webp);
}

section#authorbook {
    background-image: url(../images/service-inner-banner/Author-Website-min.webp);
}

section#bookillustration {
    background-image: url(../images/service-inner-banner/Book-Illustration-min.webp);
}

section.banner.service-banner2 {
    background-repeat: no-repeat;
    padding-top: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 800px;
    background-size: cover;
}

section.banner.service-banner3 {
    background-image: url(../images/main-service-bg.webp) !important;
    background-repeat: no-repeat;
    padding-top: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 800px;
    background-size: cover;
}

section.service-banner4 {
    background-image: url(../images/main-service-bg.webp) !important;
    background-repeat: no-repeat;
    padding-top: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 500px;
    background-size: cover;
}

.banner-content-service h1 {
    font-size: 42px;
    font-family: "Poppins" !important;
    font-weight: 600;
    padding: 0 18%;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
}

.banner-content-service p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins" !important;
    padding: 0 13%;
}

.banner-content-service1 h1 {
    font-size: 36px;
    font-family: "Poppins" !important;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-bottom: 24px;
}

.banner-content-service1 p {
    color: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins" !important;
}

.about-servies h3 {
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins" !important;
    color: var(--heading);
    text-align: center;
}

.about-servies h5 {
    font-size: 22px !important;
    font-weight: 600 !important;
    font-family: "Poppins" !important;
    text-align: center;
    color: #000 !important;
}

.about-servies p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins" !important;
    color: #000;
    text-align: center;
    padding: 0px 34px;
    line-height: 27px;
}

.our-services-boxes h3 {
    font-size: 40px;
    font-family: "Poppins" !important;
    font-weight: 600;
    color: var(--heading);
    text-align: center;
    line-height: 50px;
    padding: 0px 147px;
}

.our-services-boxes p {
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
    text-align: center;
    padding: 0px 150px;
}

.little-intro-services {
    background-repeat: no-repeat;
    background-image: url(../images/service-bg-img.webp);
    background-position: center;
    background-size: contain;
}

.little-intro-services2 {
    background-repeat: no-repeat;
    background-image: url(../images/all-services-bg.webp);
    background-position: center;
    background-size: cover;
    height: auto;
    margin-top: -42px;
    padding-top: 62px;
}

.qoute-img {
    display: flex;
    justify-content: center;
}

section.banner.blogs-banner {
    background-image: url(../images/blog-bg-img.webp) !important;
    background-repeat: no-repeat;
    padding-top: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 800px;
    background-size: cover;
}

section.blog-tabs {
    margin-top: 285px !important;
    margin-bottom: 60px;
}

.row.box-visiblity {
    display: flex;
    justify-content: center;
}

section.blog-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background: linear-gradient(90deg, rgba(62, 191, 194, 1) 50%, rgba(10, 102, 136, 1) 100%) !important;
    color: #fff !important;
    border: 2px solid transparent !important;
    padding-bottom: 5px;
    font-family: "Poppins" !important;
    font-weight: 400;
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 20px;
}

.nav-tabs .nav-link {
    background: transparent;
    border: 2px solid #fd473d !important;
    border-radius: 10px;
    padding-bottom: 5px;
    color: #fd473d;
    font-family: "poppins" !important;
    font-weight: 400;
    font-size: 14px;
    margin: 0px 20px;
    padding: 10px 20px;
}

.tb-box-content h2 {
    color: #000;
    font-size: 15px;
    font-family: "Poppins" !important;
    font-weight: 500;
    line-height: 24px;
}

section.banner.contact-banner {
    background-image: url(../images/contact-bg-img.webp) !important;
    background-repeat: no-repeat;
    padding-top: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 800px;
    background-size: cover;
}

section.contact-inner-sec {
    margin-top: 22%;
}

.quick-box {
    margin: 20px 10px;
}

.phone-quick-box {
    display: flex;
    background-image: url(../images/phone-bg-img.webp) !important;
    align-items: center;
    padding: 24px 20px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.phone-content h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins" !important;
}

.phone-content h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins" !important;
}

.email-quick-box {
    display: flex;
    background-image: url(../images/email-bg-img.webp) !important;
    align-items: center;
    padding: 24px 20px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.email-content h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins" !important;
}

.email-content h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins" !important;
    text-transform: lowercase;
}

.map-quick-box {
    display: flex;
    background-image: url(../images/map-bg-img.webp) !important;
    align-items: center;
    padding: 24px 20px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.map-content h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins" !important;
}

.map-content h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins" !important;
}

.contact-form-head h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins" !important;
    color: var(--heading);
    padding: 12px 12px;
}

.form-content2 {
    background-image: url(../images/form-bg-img-contact.webp) !important;
    border-radius: 20px;
    margin: 1px 40px;
    padding: 58px 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quick-head h2 {
    font-size: 25px;
    font-family: "Poppins" !important;
    font-weight: 500;
    color: var(--heading);
}

.quick-head p {
    font-size: 15px;
    font-family: "Poppins" !important;
    font-weight: 400;
    color: #000;
}

.container.map-box {
    max-width: 100% !important;
}

section.map-sec {
    margin: 80px 0;
}

.web-map iframe {
    border-radius: 18px;
    box-shadow: 4px 5px 13px #000000a6;
}

.col-md-5.contact-map {
    position: absolute;
    bottom: -1337px;
    left: 35px;
}

.map-prev {
    display: flex;
}

.map-box-prev {
    box-shadow: 4px 5px 12px #0009;
    border-radius: 16px;
    padding: 0px 0px 16px;
    width: 50%;
    margin: 6px;
    background: #fff;
}

.map-box-prev img {
    width: 100%;
    border-radius: 15px;
}

.map-box-prev h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: "poppins" !important;
    color: #3dbcbf;
    padding: 6px 20px;
}

.map-box-prev p {
    font-size: 16px;
    font-weight: 400;
    font-family: "poppins" !important;
    color: #000;
    padding: 6px 20px;
}

@media screen and (min-width: 390px) {
    .number-btn {
        width: 58%;
        display: flex;
    }

    .about-btn-inner {
        justify-content: space-between;
    }

    .banner-phone {
        justify-content: flex-start;
    }

    .banner-btn1 .getint {
        width: 50%;
    }

    .custom-btn {
        padding: 16px 15px;
    }

    .banner-head_phone {
        padding-left: 9px;
    }

    .getint {
        width: 42%;
        display: flex;
        align-items: center;
    }

    section.about-organized {
        margin-top: -246px;
    }

    .number-btn {
        width: 58%;
        display: flex;
    }

    .about-btn-inner {
        justify-content: space-between;
    }

    .banner-phone {
        justify-content: flex-start;
    }

    .banner-btn1 .getint {
        width: 50%;
    }

    .custom-btn {
        padding: 16px 15px;
    }

    .banner-head_phone {
        padding-left: 9px;
    }

    .getint {
        width: 42%;
        display: flex;
        align-items: center;
    }

    section.main-home-banner {
        background-image: url(../images/banner-img.webp);
        width: 100%;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 173px;
        padding-bottom: 248px;
    }

    .col-md-6.main-home-form {
        padding: 45px 18px !important;
    }

    .banner-home-img img {
        width: 100%;
    }

    .main-home-cntxt h1 {
        font-size: 18px !important;
        font-family: "Poppins" !important;
        color: #fff;
        font-weight: 500;
    }

    .main-home-cntxt h1 span {
        font-size: 18px !important;
        font-weight: 500;
        font-family: "Poppins" !important;
        color: #fd473d;
    }

    .subtitle-head h3 {
        font-size: 14px !important;
        font-family: "Poppins" !important;
        color: #fd473d;
        font-weight: 400;
    }

    .main-home-cntxt p {
        font-size: 12px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #fff;
    }

    .inside-banner-content h3 {
        font-size: 26px !important;
        font-family: "Poppins" !important;
        font-weight: 500;
        text-align: center;
        padding: 0px 2% !important;
        color: #000;
    }

    .inside-banner-content p {
        font-size: 13px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #000;
        text-align: center;
        padding: 0 6% !important;
    }

    .home-banner {
        height: auto !important;
    }
}

@media screen and (min-width: 1401px) {
    section.main-home-banner {
        background-image: url(../images/banner-img.webp);
        width: 100%;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 173px;
        padding-bottom: 500px;
    }

    .main-head {
        display: flex;
        align-items: flex-end;
    }

    .subtitle-head h3 {
        font-size: 16px !important;
        font-family: "Poppins" !important;
        color: #fd473d;
        font-weight: 400;
    }

    .main-home-cntxt h1 {
        font-size: 40px !important;
        font-family: "Poppins" !important;
        color: #fff;
        font-weight: 500;
    }

    .main-home-cntxt h1 span {
        font-size: 40px !important;
        font-weight: 500;
        font-family: "Poppins" !important;
        color: #fd473d;
    }

    .main-home-cntxt p {
        font-size: 14px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #fff;
    }

    .main-banner-btns {
        display: flex;
    }

    .banner-home-img {
        display: flex;
        justify-content: center;
    }

    .col-md-6.main-home-form {
        padding: 10px 65px !important;
    }

    .inside-banner-content h3 {
        font-size: 40px !important;
        font-family: "Poppins" !important;
        font-weight: 500;
        text-align: center;
        padding: 0px 12% !important;
        color: #000;
    }

    .inside-banner-content p {
        font-size: 14px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #000;
        text-align: center;
        padding: 0 9% !important;
    }

    .col-sm-12.client-logos-main .img ul li img {
        width: 50%;
        object-fit: cover;
        filter: brightness(0) invert(1);
        transition: all 0.3s ease-in-out;
    }

    section.banner.myHomepage {
        background-image: url(../images/banner-img.webp);
        background-position: center;
        background-size: 100% 100%;
        height: 272vh !important;
        margin-bottom: -352px !important;
    }

    section.doing-things {
        background-image: url(../images/doing-things-bg.webp);
        padding: 130px 0px !important;
        margin-top: -128px !important;
        background-size: cover;
    }

    .row.tab-box-bg {
        background-image: url(../images/tab-sec-bg.webp);
        width: 100%;
        height: 485px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100% !important;
        padding: 60px 0px;
    }

    .newsletter {
        text-align: center;
        padding: 26px 0 !important;
        margin-top: 34px;
        background-image: url(../images/newsletter-bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 92% 100% !important;
    }
}

@media screen and (min-width: 1440px) {
    section.main-home-banner {
        background-image: url(../images/banner-img.webp);
        width: 100%;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 173px;
        padding-bottom: 500px;
    }

    .main-head {
        display: flex;
        align-items: flex-end;
    }

    .subtitle-head h3 {
        font-size: 16px !important;
        font-family: "Poppins" !important;
        color: #fd473d;
        font-weight: 400;
    }

    .main-home-cntxt h1 {
        font-size: 40px !important;
        font-family: "Poppins" !important;
        color: #fff;
        font-weight: 500;
    }

    .main-home-cntxt h1 span {
        font-size: 40px !important;
        font-weight: 500;
        font-family: "Poppins" !important;
        color: #fd473d;
    }

    .main-home-cntxt p {
        font-size: 14px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #fff;
    }

    .main-banner-btns {
        display: flex;
    }

    .banner-home-img {
        display: flex;
        justify-content: center;
    }

    .col-md-6.main-home-form {
        padding: 10px 65px !important;
    }

    .inside-banner-content h3 {
        font-size: 40px !important;
        font-family: "Poppins" !important;
        font-weight: 500;
        text-align: center;
        padding: 0px 12% !important;
        color: #000;
    }

    .inside-banner-content p {
        font-size: 14px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #000;
        text-align: center;
        padding: 0 9% !important;
    }

    .col-sm-12.client-logos-main .img ul li img {
        width: 50%;
        object-fit: cover;
        filter: brightness(0) invert(1);
        transition: all 0.3s ease-in-out;
    }

    section.myHomepage {
        background-image: url(../images/banner-img.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 263vh !important;
    }

    section.banner.myHomepage {
        background-image: url(../images/banner-img.webp);
        background-position: center;
        background-size: 100% 100%;
        height: 272vh !important;
        margin-bottom: -352px !important;
    }

    section.doing-things {
        background-image: url(../images/doing-things-bg.webp);
        padding: 130px 0px !important;
        margin-top: -128px !important;
        background-size: cover;
    }

    .row.tab-box-bg {
        background-image: url(../images/tab-sec-bg.webp);
        width: 100%;
        height: 485px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100% !important;
        padding: 60px 0px;
    }

    .newsletter {
        text-align: center;
        padding: 26px 0 !important;
        margin-top: 34px;
        background-image: url(../images/newsletter-bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 92% 100% !important;
    }
}

@media screen and (max-width: 1920px) {
    section.banner.myHomepage {
        background-image: url(../images/banner-img.webp);
        background-position: center;
        background-size: 100% 100%;
        height: 190vh;
        margin-bottom: -352px;
    }

    img.about-book {
        position: absolute;
        width: 35%;
        top: 0px;
        left: 236px;
    }

    section.book-qoute {
        width: 100%;
        background-image: url(../images/book-qoute.webp);
        background-repeat: no-repeat;
        background-size: 100% 100% !important;
        display: flex;
        align-items: center;
        margin-top: -30px !important;
    }

    section.doing-things {
        background-image: url(../images/doing-things-bg.webp);
        padding: 130px 0px !important;
        margin-top: -30px !important;
        background-size: cover;
    }

    section.our-process {
        background-image: url(../images/process-bg.webp);
        background-repeat: no-repeat;
        background-size: 89vh !important;
        background-position-x: 216px !important;
    }

    .web-map iframe {
        width: 100% !important;
        height: 800px !important;
    }

    .row.tab-box-bg {
        background-image: url(../images/tab-sec-bg.webp);
        width: 100%;
        height: 485px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100% !important;
        padding: 60px 0px;
    }

    .newsletter {
        text-align: center;
        padding: 60px 0 !important;
        margin-top: 34px;
        background-image: url(../images/newsletter-bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 92% 100%;
    }
}

@media screen and (min-width: 1358px) {
    section.main-home-banner {
        background-image: url(../images/banner-img.webp);
        width: 100%;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 173px;
        padding-bottom: 500px;
    }

    .main-head {
        display: flex;
        align-items: flex-end;
    }

    .subtitle-head h3 {
        font-size: 16px !important;
        font-family: "Poppins" !important;
        color: #fd473d;
        font-weight: 400;
    }

    .main-home-cntxt h1 {
        font-size: 40px !important;
        font-family: "Poppins" !important;
        color: #fff;
        font-weight: 500;
    }

    .main-home-cntxt h1 span {
        font-size: 40px !important;
        font-weight: 500;
        font-family: "Poppins" !important;
        color: #fd473d;
    }

    .main-home-cntxt p {
        font-size: 14px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #fff;
    }

    .main-banner-btns {
        display: flex;
    }

    .banner-home-img {
        display: flex;
        justify-content: center;
    }

    .col-md-6.main-home-form {
        padding: 10px 65px !important;
    }

    .inside-banner-content h3 {
        font-size: 40px !important;
        font-family: "Poppins" !important;
        font-weight: 500;
        text-align: center;
        padding: 0px 12% !important;
        color: #000;
    }

    .inside-banner-content p {
        font-size: 14px !important;
        font-family: "Poppins" !important;
        font-weight: 400;
        color: #000;
        text-align: center;
        padding: 0 9% !important;
    }

    .col-sm-12.client-logos-main .img ul li img {
        width: 50%;
        object-fit: cover;
        filter: brightness(0) invert(1);
        transition: all 0.3s ease-in-out;
    }

    section.banner.myHomepage {
        background-image: url(../images/banner-img.webp);
        background-position: center;
        background-size: 100% 100%;
        height: 236vh !important;
        margin-bottom: -352px !important;
    }

    img.about-book {
        position: absolute !important;
        width: 40% !important;
        top: 67px !important;
        left: 67px !important;
    }

    section.book-qoute {
        width: 100%;
        background-image: url(../images/book-qoute.webp);
        background-repeat: no-repeat;
        background-size: 100% 100% !important;
        display: flex;
        align-items: center;
        margin-top: -30px !important;
    }

    section.doing-things {
        background-image: url(../images/doing-things-bg.webp);
        padding: 130px 0px !important;
        margin-top: -30px !important;
        background-size: cover;
    }

    section.our-process {
        background-image: url(../images/process-bg.webp);
        background-repeat: no-repeat;
        background-size: 106vh !important;
        background-position-x: -4px !important;
    }

    .row.tab-box-bg {
        background-image: url(../images/tab-sec-bg.webp);
        width: 100%;
        height: 485px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100% !important;
        padding: 60px 0px;
    }

    .newsletter {
        text-align: center;
        padding: 60px 0 !important;
        margin-top: 34px;
        background-image: url(../images/newsletter-bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 92% 100% !important;
    }
}

section.main-home-banner {
    background-image: url(../images/banner-img.webp);
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 175px;
    padding-bottom: 570px;
}

.main-head {
    display: flex;
    align-items: flex-end;
}

.subtitle-head h3 {
    font-size: 16px;
    font-family: "Poppins" !important;
    color: #fff;
    font-weight: 400;
}

.main-home-cntxt h1 {
    font-size: 40px;
    font-family: "Poppins" !important;
    color: #fff;
    font-weight: 500;
}

.main-home-cntxt h1 span {
    font-size: 40px;
    font-weight: 700;
    font-family: "Poppins" !important;
    color: var(--highlight);
}

.main-home-cntxt p {
    font-size: 14px;
    font-family: "Poppins" !important;
    font-weight: 400;
    color: #fff;
}

.main-banner-btns {
    display: flex;
}

.banner-home-img {
    display: flex;
    justify-content: center;
}

.col-md-6.main-home-form {
    padding: 10px 65px;
}

.inside-banner-content h3 {
    font-size: 40px;
    font-family: "Poppins" !important;
    font-weight: 500;
    text-align: center;
    padding: 0px 12%;
    color: var(--heading);
}

.inside-banner-content p {
    font-size: 14px;
    font-family: "Poppins" !important;
    font-weight: 400;
    color: #000;
    text-align: center;
    padding: 0 9%;
}

.col-sm-12.client-logos-main .img ul li img {
    width: 50%;
    object-fit: cover;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
}

section.about-organized {
    margin-top: -410px;
}

.doing-box-content {
    margin-top: 24px;
    height: 225px;
    overflow-y: auto;
}

section.bottom-testimonial {
    padding-top: 76px;
}

.container.amazon-sec-box {
    max-width: 100%;
    padding-left: 100px;
}

.amazonslide ul.slick-dots {
    display: none !important;
}

.amazonslide button.slick-prev.slick-arrow,
.amazonslide button.slick-next.slick-arrow {
    display: none !important;
}

.amzon-inner-box {
    margin: 50px 0px;
}

.col-md-4.amazon-content-box {
    padding-top: 100px;
}

.col-md-8.contact-map {
    position: relative;
}

.map-prev {
    display: flex;
    position: absolute;
    top: -580px;
}

.copyright h3 a {
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
    color: #fff;
}

.value-span {
    display: block;
    font-size: 26px !important;
    font-weight: 600;
    color: #fff !important;
    margin-top: 10px;
    padding-top: 22px;
    margin-bottom: 10px;
}

.tabs-cont-head p {
    font-size: 13px;
    font-weight: 400;
    font-family: "Poppins" !important;
    color: #fff;
    padding-left: 24px;
    padding-right: 30px;
}

.btn-div {
    text-align: center;
}

.book-cover1 {
    font-size: 16px;
    font-family: "poppins" !important;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    line-height: 30px;
    padding: 0px 5px;
}