html,
body {}

.cta-btns,
.cta-hdg {
    z-index: 1;
    position: relative;
}

.btn-2,
.cta,
.cta-btns,
.cta-hdg {
    position: relative;
}

.btn-1::before,
.cta::after {
    top: 50%;
    position: absolute;
    content: "";
}

.btn-1::before,
.cta::after,
.cta::before,
header {
    position: absolute;
}

.btn_header ul,
.stories__sec__main .row,
header .row {
    align-items: center;
}

.banner__form__tab,
.forth__cta__tab .third__CTA_content {
    backdrop-filter: blur(8px);
    box-shadow: 0 0 30px rgb(0 0 0 / 28%);
}

.CTA__content__box_overlay,
.CTA__content__sec,
.banner__form__tab h3,
.center__heading__sec,
.copy_text,
.cta,
.disclaimer,
.heading_footer,
.logo_footer_sec,
.process__box__content,
.review__tab,
.third__CTA_content {
    text-align: center;
}

:root {
    --light_white: #414042;
    --black: #000;
    --primary_color: #bb9c0e;
    --white: #fff;
    --heading_color: #222f3f;
    --secondary_color: #c9a60a;
    --heading-font-family: OfficinaSansStd-Bold;
    --paragraph-font: Lato, sans-serif;
}

img {
    pointer-events: none;
}

@font-face {
    font-family: OfficinaSansStd-Bold;
    src: url("../fonts/OfficinaSansStd-Bold.eot");
    src: url("../fonts/OfficinaSansStd-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/OfficinaSansStd-Bold.svg#OfficinaSansStd-Bold") format("svg"), url("../fonts/OfficinaSansStd-Bold.ttf") format("truetype"), url("../fonts/OfficinaSansStd-Bold.woff") format("woff"), url("../fonts/OfficinaSansStd-Bold.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: var(--paragraph-font);
    overflow-x: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    background: #fff;
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

body::-webkit-scrollbar-button:end:increment,
body::-webkit-scrollbar-button:start:decrement {
    display: none;
}

body::-webkit-scrollbar-track-piece {
    background-color: #f4f4ec;
    -webkit-border-radius: 0px;
    border-left: 1px solid #ccc;
}

body::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0px;
    background: var(--primary_color);
}

::selection {
    color: var(--white);
    background: var(--primary_color);
}

a {
    color: #2e3b49;
    font-family: Lato, sans-serif;
}

.self__content__sec ul li span,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font-family);
}

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

a:hover {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
}

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

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    outline: 0;
}

.btn-2,
.cta-btns>a {
    transition: 0.2s linear;
}

span.asd {
    width: 10%;
}

.banner___sec__main:not(.inner__banner) .carousel-inner .carousel-item img {
    height: 100vh;
    object-fit: cover;
}

.row.copy_text2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}

.row.copy_text2 p {
    margin: 0 5px;
}

.btn_web ul li,
.cta-btns>a:nth-child(2) i {
    margin-right: 5px;
}

.col-sm-4.v-align {
    align-self: center;
}

.center-col {
    margin: 0 auto;
    display: table;
    float: none;
}

.cta {
    background-image: -moz-linear-gradient(90deg, #154890, #1d6bda 100%);
    background-image: -ms-linear-gradient(90deg, #154890, #1d6bda 100%);
    background-color: rgb(0 0 0 / 100%);
    background-repeat: no-repeat;
    padding: 60px 0 30px;
    background-size: cover;
    margin: 60px 0;
    position: relative;
    isolation: isolate;
}

.cta::before {
    content: "";
    background: url(../images/cta-before.webp) center/100% no-repeat;
    width: 550px;
    height: 310px;
    left: -45px;
    bottom: -25%;
    z-index: -1;
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.root-cta-title-h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 400;
    background: 0 0;
    background-clip: unset;
    display: block;
    transform-origin: unset;
    -webkit-text-fill-color: unset;
}

.cta-hdg span {
    color: #f4f3ec;
    font-size: 18px;
}

.cta-btns {
    margin-bottom: 30px;
    margin-top: 40px;
}

.btn-1::before {
    background-image: url(../images/double-arrow.svg);
    background-repeat: no-repeat;
    right: 17px;
    width: 17px;
    height: 17px;
    transition: transform 0.3s linear;
    transform-origin: center;
    transform: translateY(-50%);
}

.cta-btns>a:nth-child(2) {
    border: none;
}

.cta-btns>a svg {
    fill: #fff;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.cta-btns>a {
    background: 0 0;
    border: 1px solid #72cfff;
    margin: 0 10px;
    color: #fff;
    padding: 8px 40px;
}

.btn-2 {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    padding: 6px 24px;
    background-color: transparent;
    color: #333;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-radius: 30px;
    border: 2px solid #1d6bda;
}

.app-container,
.mobile-nav {
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
}

.cta::after {
    background: url(../images/cta-after.webp) center/cover no-repeat;
    width: 390px;
    height: 355px;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.container {
    max-width: 1200px;
}

.container-fluid {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 5px;
}

header {
    padding: 0;
    background: rgb(255 255 255 / 0%);
    width: 100%;
    z-index: 99;
}

.btn_header ul {
    display: flex;
    justify-content: flex-end;
}

.main_menu_sec ul li a {
    font-size: 17px;
    padding: 10px 13px !important;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
    border: 1px solid;
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    min-width: 12rem;
    border-radius: 10px;
}

.main_menu_sec ul.dropdown-menu li a {
    font-size: 15px;
    color: #000 !important;
    padding: 10px 13px !important;
    font-weight: 500;
    text-transform: capitalize;
}

.banner__content__sec h1,
.main_menu_sec ul li a:hover {
    color: var(--primary_color);
}

ul.dropdown-menu li a {
    font-size: 16px;
    border-bottom: 1px solid;
    text-shadow: none !important;
}

.dropdown-submenu>.dropdown-menu,
li.dropdown-submenu ul.dropdown-menu ul.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
}

.CTA__boxs__tab,
.banner___sec__main .carousel-item,
.dropdown-submenu,
.faq__sec_tab,
.our__Process__sec,
.portfolio__sec__main,
.process__img__tb {
    position: relative;
}

.main_menu_sec ul.dropdown-menu {
    background: var(--white);
    color: var(--white);
}

.mobile-nav {
    position: fixed;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    right: -80%;
    z-index: 12;
    background: var(--primary-color);
    transition: 0.6s ease-in-out;
    background: var(--secondary_color);
}

.mobile-nav .logo-main {
    font-size: 16px;
    color: #8795a0;
    padding: 15px 0 15px 24px;
    display: inline-block;
}

.mobile-nav img {
    width: 130px;
}

.mobile-nav nav {
    height: 100%;
}

.mobile-nav nav li a {
    color: #fff;
    font-weight: 400;
    display: block;
    padding: 15px 24px;
    border-top: 1px solid #d6d8db;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    font-size: 16px;
}

.mobile-nav nav li a .fa {
    font-size: 20px;
    float: right;
}

.mobile-nav nav li ul {
    display: none;
    background: #fff;
}

.mobile-nav nav li ul li a {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.app-container.active {
    left: -80%;
}

.app-container {
    position: relative;
    left: 0;
    transition: 0.6s ease-in-out;
    display: none;
}

.mobile-nav-btn {
    position: fixed;
    height: 30px;
    padding: 6px 7px;
    border-radius: 4px;
    right: 2%;
    cursor: pointer;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    display: block;
    z-index: 99999;
    top: 15px;
}

.mobile-nav-btn.active {
    right: 2%;
    z-index: 999999999;
    top: 15px;
}

.mobile-nav-btn span {
    height: 3px;
    width: 22px;
    background-color: var(--primary-color);
    display: block;
    margin-bottom: 6px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: relative;
    top: 8px;
}

.lines:after,
.lines:before {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top 0.3s 0.6s, transform 0.3s;
}

.mobile-nav-btn .lines:before {
    top: 0;
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 38px;
    color: #fff;
    position: absolute;
    right: 0;
    background: var(--secondary_color);
    padding: 16px 15px;
    border-radius: 5px;
}

.mobile-nav-btn.active .lines:before {
    content: "\f00d";
    background: var(--yellow);
}

.mobile-nav.active {
    z-index: 9999999;
    height: 100%;
    right: 0;
}

.mobile-nav ul {
    padding-top: 100px;
}

.faq_sec_main .container-fluid,
ul.firstlevel.unstyled {
    padding: 0;
}

.btn_header ul li a.header_btn_one,
.btn_header ul li a.header_btn_second {
    align-items: center;
    padding: 10px 15px;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 9;
    position: relative;
}

.badge_logo ul li a,
.logo_Sec_main a {
    display: inline-block;
}

.logo_Sec_main img {
    width: 210px;
    object-fit: contain;
    filter: invert(1) brightness(100);
}

.main_menu_sec ul.dropdown-menu li a span {
    padding-left: 10px;
}

.main_menu_sec ul.dropdown-menu li a:hover {
    background: rgb(211 117 86);
    border-bottom: 1px solid;
    background: #000;
    color: #fff !important;
}

.main_menu_sec ul.dropdown-menu li ul.dropdown-menu li:first-child a,
.main_menu_sec ul.dropdown-menu li:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.main_menu_sec ul.dropdown-menu li ul.dropdown-menu li:last-child a,
.main_menu_sec ul.dropdown-menu li:last-child a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.main_menu_sec ul.dropdown-menu li ul.dropdown-menu li a {
    border-radius: 0;
}

.btn_header ul li a.header_btn_one,
.btn_header ul li a.header_btn_second,
.btn_web ul li a {
    color: var(--white);
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
}

.btn_header ul li {
    display: inline-block;
    margin-left: 4px;
}

.btn_header ul li a {
    font-size: 16px;
    padding: 10px;
    font-weight: 600;
}

.btn_header ul li a img {
    margin-right: 10px;
}

.btn_header ul li a.header_btn_second {
    background: var(--light_white);
}

.btn_header ul li a.header_btn_second:hover {
    background: var(--primary_color);
}

.btn_header ul li a.header_btn_one:hover,
.btn_web ul li a,
.btn_web ul li:nth-child(2) a:hover,
.testimonial_sec_main .slick-next:hover,
.testimonial_sec_main .slick-prev:hover {
    background: var(--light_white);
}

.btn_header ul li a.header_btn_one {
    background: var(--primary_color);
}

#cookie-consent-banner {
    box-sizing: border-box;
    background-color: #0e2038;
    position: relative;
    bottom: auto;
    left: 0;
    z-index: 999990;
    box-sizing: border-box;
    width: 100%;
    background-color: #414042;
    display: inline-block;
    text-align: center;
    position: static;
    top: 0;
}

.cookie-consent-banner__inner {
    max-width: 100%;
    margin: 0 30px;
}

.disclaimer {
    padding: 0.5rem 0;
    background: #f39205;
}

.disclaimer__text {
    font-size: 0.8vmax;
    color: #fff;
    line-height: 1.5;
}

@media only screen and (min-width: 100px) and (max-width: 519px) {
    .disclaimer__text {
        font-size: 2vmax;
    }
}

.banner___sec__main video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.CTA__boxs__tab img,
.banner___sec__main .carousel-item img,
.book__portfolio__sec img,
.faq_right_sec img {
    width: 100%;
}

.banner___sec__main .carousel-item:before {
    content: "";
    position: absolute;
    background: #000000bf;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.banner___sec__main .carousel-caption {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: fit-content;
    right: 0;
    left: 0;
    padding-top: 192px;
    top: 0;
    padding-bottom: 70px;
}

.banner__content__sec h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 35px;
}

.banner__content__sec p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin: 0;
}

.thank-you p {
    font-size: 20px;
    line-height: 1.5;
    color: var(--white);
    margin: 0;
}

.banner__content__sec h1 span,
.thank-you h1 span {
    color: #fff;
    position: relative;
}

.banner__form__tab h3,
.center__heading__sec h2 span,
.thank-you h1 {
    color: var(--primary_color);
}

.thank-you h1 {
    font-size: 6vmax;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1;
}

.banner__content__sec h1 span:after {
    content: "";
    background: url(../images/heading_after.webp);
    width: 208px;
    height: 35px;
    position: absolute;
    bottom: -34px;
    right: 0;
    display: none;
}

.btn_web ul li {
    display: inline-block;
}

.btn_web ul li a {
    padding: 15px 25px;
    font-size: 17px;
    transition: 0.5s ease-in-out;
    border: 1px solid;
}

.banner___sec__main .btn_web ul li a {
    padding: 11px;
    font-size: 15px;
}

.btn_web {
    padding-top: 20px;
}

.btn_web ul li a:hover,
.btn_web ul li:nth-child(2) a {
    background: var(--primary_color);
    border: 1px solid transparent;
}

.banner__form__tab {
    margin-left: 95px;
    background: transparent;
    padding: 30px;
    border-radius: 0 30px;
    border: 2px solid #ffffff2e;
    margin-right: 95px;
}

.banner__form__tab h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
}

.banner__form__tab input {
    height: 45px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid;
    font-size: 15px;
    width: 100%;
    padding-inline: 1rem;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    color: #000;
}

.banner__form__tab textarea {
    height: 90px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid;
    font-size: 15px;
    resize: none;
}

.btn__submit input {
    background: var(--light_white);
    color: var(--white);
    padding: 11px 30px;
    display: inline-block;
    border-radius: 5px;
    font-size: 17px;
    transition: 0.5s ease-in-out;
    font-weight: 600;
    cursor: pointer;
    height: auto;
    border: 0;
    width: auto !important;
}

.btn__submit input:hover {
    background: #bc8f2c;
}

.padding__70 {
    padding: 70px 0;
}

.platform__logo__sec {
    margin-top: -180px;
    display: none;
}

.platform__logos img {
    max-width: 100%;
    filter: brightness(100);
    width: auto;
}

.platform__logo__sec .slick-slide {
    margin: 0;
}

.cta .center__heading__sec h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.cta .center__heading__sec p {
    font-size: 20px;
    line-height: 33px;
    color: #fff;
}

.center__heading__sec h2 {
    font-size: 50px;
    font-weight: 700;
    color: var(--light_white);
}

.center__heading__sec p {
    font-size: 18px;
    line-height: 28px;
    color: var(--heading_color);
}

.process__head__sec span {
    font-size: 120px;
    color: rgb(211 117 86 / 25%);
    line-height: 56px;
    left: -20px;
    position: relative;
    z-index: -1;
    bottom: -15px;
    font-family: Arsenal, sans-serif;
    font-weight: 600;
    display: block;
}

.process__head__sec h3 {
    font-size: 25px;
    font-weight: 700;
    color: var(--light_white);
    margin-bottom: 20px;
}

.process__head__sec p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
    max-height: 103px;
}

.process__img__tb:after {
    content: "";
    position: absolute;
    right: 40px;
    width: 60%;
    height: 80%;
    border: 7px solid #2e3b49;
    z-index: -1;
    margin: auto;
    bottom: 0;
    top: 0;
}

.scroll-block {
    max-height: 120px;
    padding-right: 15px;
    overflow-y: scroll;
}

.scroll-block::-webkit-scrollbar {
    width: 1px;
}

.scroll-block::-webkit-scrollbar-track {
    background-color: rgba(3, 21, 33, 0.1);
}

.scroll-block::-webkit-scrollbar-thumb {
    background-color: #031521;
    height: 60px;
}

.cta__sec__main:after,
.portfolio__sec__main:before,
.second__CTA_main:before {
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
}

.process__img__tb img {
    width: auto;
}

.Process__services__slider .col-sm-4:nth-child(odd) .process__box__tab {
}

.per-check {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.75rem;
    margin: 1rem 0;
}

.per-check>input {
    width: auto;
    height: auto;
    margin-top: 0.25rem;
}

.per-check>label {
    margin: 0;
    font-size: 0.85rem;
}

.per-check>label a {
    font-weight: 600;
}

.cta__sec__main {
    background: url(../images/cta-banner-img01.webp) 0 0 / cover;
    width: 100%;
    padding: 140px 0;
    position: relative;
    z-index: 99;
}

.cta__sec__main:after {
    position: absolute;
    background: rgb(42 42 42 / 92%);
    z-index: -1;
}

.CTA__content__sec h3 {
    font-size: 70px;
    color: #bc8f2c;
    font-weight: 700;
}

.CTA__content__sec p {
    font-size: 20px;
    line-height: 33px;
    color: var(--white);
    font-weight: 300;
    width: 90%;
    margin: 0 auto 10px;
}

.book__cta1 {
    position: absolute;
    bottom: -82px;
    left: 30px;
}

.book__cta2 {
    position: absolute;
    right: 0;
}

.slick-slide {
    margin-right: 0;
}

.portfolio__sec__main:before {
    position: absolute;
    background: url(../images/portfolio-bg.webp) 0 0 / cover;
    opacity: 0.3;
}

.book__portfolio__sec {
    margin-bottom: 15px;
}

.second__CTA_main {
    background: url(../images/cta-img-01.webp) 0 0 / cover;
    padding: 90px 0;
    position: relative;
    z-index: 1;
}

.cta__sec__btm .container-fluid {
    max-width: 100%;
}

.CTA__content__box_overlay h2 {
    color: var(--white);
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 20px;
}

.CTA__content__box_overlay p {
    color: var(--white);
    font-size: 18px;
    line-height: 29px;
    font-weight: 300;
    width: 700px;
    margin: 0 auto 10px;
}

.second__CTA .CTA__content__box_overlay {
    background: rgb(211 117 86 / 90%);
}

.CTA__content__box_overlay .btn_web ul li a {
    background: var(--primary_color);
    color: var(--white);
    border: 2px solid var(--primary_color);
}

.CTA__content__box_overlay .btn_web ul li a:hover {
    background: var(--white);
    color: var(--primary_color);
    border-color: var(--white);
}

.CTA__content__box_overlay .btn_web ul li:nth-child(2) a {
    background: 0 0;
    color: #fff;
}

.second__CTA_main:before {
    position: absolute;
    background: rgb(46 59 73 / 66%);
    right: 0;
}

.third__CTA_sec .btn_web ul li a:hover {
    background: var(--white);
    border-color: var(--white);
    color: var(--secondary_color);
}

.process__box__content {
    padding: 3em 1em 0;
    width: 100%;
    box-shadow: 0 30px 30px #ededed;
    border-radius: 5px;
    position: relative;
    transition: 0.5s;
    background: rgb(255 255 255 / 80%);
    height: 290px;
    overflow-y: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    border: 3px solid var(--primary_color);
}

.process__box__content h2 {
    color: var(--primary_color);
    font-size: 21px;
}

.process__box__content p {
    font-size: 16px;
    line-height: 26px;
    color: var(--heading_color);
}

.process__box__content:after {
    display: none;
    content: "";
    position: absolute;
    left: -7px;
    width: 60px;
    height: 60px;
    border-top: 7px solid #2e3b49;
    top: -7px;
    border-radius: 3px 3px 0;
    border-left: 7px solid #2e3b49;
    transition: 0.2s;
}

.faq__sec_tab:before,
.forth__cta__tab:before,
.our__Process__sec:after,
.our__Process__sec:before,
.test-border:after,
.third__CTA_sec:after {
    content: "";
    position: absolute;
}

.process__box__content:hover:after {
    top: 7px;
    left: 7px;
    border-color: #fff;
}

.process__box__content:hover {
    background: var(--light_white);
    border: none;
}

.process__box__content:hover h2,
.process__box__content:hover p {
    color: var(--white);
}

.our__Process__sec:before {
    background: url(../images/step-process-vector-01.webp);
    width: 356px;
    height: 605px;
    left: -20px;
    top: 60px;
    opacity: 0.5;
}

.our__Process__sec:after {
    background: url(../images/step-process-vector-02.webp);
    width: 195px;
    height: 520px;
    right: 0;
    bottom: 60px;
    opacity: 0.5;
}

.third__CTA_sec {
    background: url(../images/library.jpg) top/cover fixed;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.third__CTA_sec:after {
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(0 0 0 / 75%);
    z-index: -1;
}

.third__CTA_content h3 {
    color: var(--white);
    font-size: 50px;
}

.third__CTA_content p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    color: var(--white);
    width: 450px;
    margin: 0 auto;
}

.third__CTA_sec .btn_web ul li a {
    background: var(--light_white);
    color: var(--white);
    border: 2px solid var(--light_white);
}

.third__CTA_sec .btn_web ul li:nth-child(2) a {
    color: var(--white);
    background: 0 0;
    border-color: var(--white);
}

.third__CTA_sec .btn_web ul li a:hover {
    background: var(--light_white);
    color: var(--white);
    border-color: var(--light_white);
}

.faq_tab .card {
    border-radius: 5px;
}

.book_accordion .card h5 button .fa {
    position: absolute;
    top: 24px;
    right: 23px;
}

.card-header h5 button.collapsed i.fa-minus:before {
    content: "\f067";
}

.faq_tab .card-header {
    background: var(--light_white);
    color: var(--white);
    border-radius: 5px;
    padding: 16px 40px 16px 16px;
    border: 0;
}

.faq_tab .card-header h5 button {
    color: var(--white);
    text-decoration: none;
    font-size: 17px;
    font-weight: 300;
    padding: 0;
    white-space: initial;
    line-height: 18px;
    border: 0;
}

.faq_tab .card-body {
    font-size: 14px;
    line-height: 20px;
}

.faq__sec_tab:before {
    background: url(../images/faq-vector-img01.webp) no-repeat;
    width: 454px;
    height: 412px;
    left: -40px;
    top: 170px;
    opacity: 0.2;
}

.forth__cta__tab {
    background: url(../images/forth-cta-bg.webp) 0 0 / cover no-repeat fixed;
    position: relative;
    background-position: revert;
    z-index: 9;
}

.forth__cta__tab:before {
    width: 100%;
    height: 99.5%;
    top: 0;
    right: 0;
    z-index: -1;
}

.forth__cta__tab .third__CTA_content {
    background: rgb(255 255 255 / 65%);
    padding: 90px 20px;
    border-radius: 5px;
    border: 2px solid;
}

.forth__cta__tab .third__CTA_content h3 {
    color: var(--primary_color);
}

.forth__cta__tab .third__CTA_content p {
    color: var(--black);
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    width: 80%;
}

.review__tab {
    margin: 0 50px;
}

.review__tab p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    width: 80%;
    margin: 0 auto 20px;
}

.review__tab h4 {
    color: #2e3b49;
    font-size: 32px;
    font-style: italic;
    margin-bottom: 0;
}

.review__tab h6 {
    color: var(--heading_color);
    font-size: 22px;
    font-weight: 200;
    font-style: italic;
}

.test-border {
    border-bottom: 5px solid var(--primary_color);
    position: relative;
    bottom: -90px;
}

.test-border .cup {
    position: absolute;
    right: -66px;
    bottom: 0;
    opacity: 0.2;
    width: 26%;
}

.test-border .leave {
    position: absolute;
    bottom: 0;
    opacity: 0.3;
    width: 8%;
    left: 35%;
}

.testimonial_sec_main .slick-next {
    right: 45%;
}

.testimonial_sec_main .slick-next:before {
    content: "\f105";
    position: relative;
    left: 2px;
}

.testimonial_sec_main .slick-next:before,
.testimonial_sec_main .slick-prev:before {
    font-size: 40px;
    line-height: 32px;
    opacity: 1;
    color: #fff;
    font-family: FontAwesome;
}

.testimonial_sec_main .slick-next,
.testimonial_sec_main .slick-prev {
    background: var(--primary_color);
    top: auto;
    display: block;
    width: 55px;
    height: 55px;
    bottom: -116px;
    box-shadow: 0 10px 30px #ddd;
    transition: 0.5s ease-in-out;
}

.test-border:after {
    background: #fff;
    width: 120px;
    height: 50px;
    right: 46%;
}

.testimonial_sec_main .slick-prev {
    right: 52%;
}

.five__cta__sec:before,
.just__book__sec:before {
    width: 100%;
    right: 0;
    height: 100%;
    top: 0;
    content: "";
}

.five__cta__sec .third__CTA_content h3 {
    color: var(--white);
}

.five__cta__sec .third__CTA_content p {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    width: 70%;
}

.five__cta__sec {
    background: url(../images/five-cta-bg.webp) center/cover fixed;
    margin-top: 140px;
    padding: 80px;
    position: relative;
    z-index: 1;
}

.five__cta__sec:before {
    position: absolute;
    background: rgb(42 42 42 / 92%);
}

.five__cta__sec .btn_web ul li a {
    background: var(--white);
    color: #2e3b49;
    border: 2px solid #fff;
}

.five__cta__sec .btn_web ul li:nth-child(2) a {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
}

.five__cta__sec .btn_web ul li a:hover {
    background: var(--light_white);
    border-color: var(--light_white);
    color: var(--white);
}

footer {
    background: var(--light_white);
    padding: 35px 0;
    position: relative;
}

.logo_footer_sec img {
    width: 20%;
    filter: brightness(0) invert(1);
    margin-bottom: 10px;
    object-fit: contain;
}

.logo_footer_sec p {
    font-size: 17px;
    line-height: 30px;
    color: var(--white);
    font-weight: 300;
}

.social_media_footer ul li a {
    background: var(--white);
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.social_media_footer ul li {
    display: inline-block;
    margin: 0 15px 0 0;
}

.social_media_footer {
    padding-top: 20px;
    display: inline-block;
}

.social_media_footer ul li a:hover {
    background: var(--primary_color);
    color: var(--white);
}

.about__content__sec h3,
.about__content__sec h2 span,
.footer__info__detail ul li a:hover,
.footer_menu_sec ul li a:hover,
.privacy_policy .about__content__sec h4,
.privacy_policy .about__content__sec p b,
.term_links ul li a:hover {
    color: var(--primary_color);
}

.heading_footer h3 {
    color: var(--white);
    font-size: 40px;
    margin-bottom: 30px;
    display: inline-block;
}

.footer_menu_sec ul li a {
    color: var(--white);
    font-size: 15px;
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
    padding-left: 25px;
}

.copy_text p,
.term_links ul li a {
    font-size: 16px;
    font-weight: 300;
    color: var(--white);
}

.footer_menu_sec ul li a:after {
    content: "";
    position: absolute;
    border: 2px solid #fff;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50px;
}

.copy__right {
    background: #2d2b29;
    padding: 15px 0;
}

.copy_text p {
    margin-bottom: 0;
}

.term_links ul li {
    display: inline-block;
    padding: 0 0 0 25px;
}

.term_links {
    text-align: right;
}

.badge_logo ul li img {
    width: auto;
    filter: unset;
    margin-bottom: 0;
}

.badge_logo ul li {
    display: inline-block;
    padding: 0 20px 0 0;
}

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

.footer__info__detail ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
}

.footer__info__detail ul li a {
    font-size: 17px;
    color: var(--white);
    font-weight: 500;
}

.footer__info__detail ul li span {
    position: absolute;
    left: 0;
}

.footer__info__detail ul li p {
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
    line-height: 22px;
}

.inner__about__sec .scroll-block {
    max-height: 380px;
}

.inner__about__sec .banner__form__tab {
    margin-left: 90px;
}

.banner___sec__main.inner__banner img,
.banner___sec__main.inner__banner video {
    height: 490px;
    margin-bottom: -5px;
}

.inner__banner .banner__content__sec h1 {
    text-align: center;
    font-size: 55px;
}

.inner__banner .banner__content__sec {
    padding-top: 80px;
}

.about__content__sec h3,
.about__content__sec h2 {
    font-size: 50px;
    font-weight: 700;
    color: var(--heading_color);
}

.about__content__sec h4 {
    font-size: 2vmax;
}

.about__content__sec h5 {
    font-size: 1.75vmax;
}

.about__content__sec p {
    font-size: 17px;
    line-height: 26px;
    color: var(--heading_color);
}

.about__content__sec ul li {
    list-style-type: disc;
}

.text-document p {
    margin: 0.75rem 0;
}

.about__content__sec ul {
    margin: 10px 20px;
}

.about__img__sec img {
    border-radius: 20px;
    box-shadow: 13px 24px 20px #33333394;
}

.about__imageMan img {
    border-radius: 0;
    box-shadow: -5px 23px 20px #33333394;
    border: 10px solid var(--white);
}

.about__imageMan {
    position: absolute;
    top: 45%;
    left: 32%;
}

.just__book__sec {
    background: url(../images/just-book-banner.jpg);
    position: relative;
    z-index: 9;
}

.just__book__sec:before {
    position: absolute;
    background: rgb(211 117 86 / 90%);
}

.just__content__tp h3 {
    font-size: 47px;
    color: var(--white);
    font-weight: 700;
}

.just__content__tp p {
    font-size: 19px;
    line-height: 30px;
    color: var(--white);
    font-weight: 300;
}

.self__content__sec ul li {
    font-size: 17px;
    padding-bottom: 20px;
    position: relative;
    padding-left: 69px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    line-height: 25px;
    color: var(--white);
    margin-bottom: 10px;
    min-height: 70px;
}

.self__content__sec ul li span {
    position: absolute;
    left: 0;
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
    color: var(--white);
    background: var(--secondary_color);
    border-radius: 50px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.self__content__sec ul li span small {
    font-size: 26px;
    position: relative;
    top: -6px;
    color: var(--white);
}

.publishing__boxes__sec .process__box__content p.scroll-block {
    max-height: 130px;
}

.publishing__boxes__sec .process__box__content h2 {
    min-height: 50px;
    font-size: 23px;
}

.publishing__boxes__sec .process__box__content {
    min-height: 280px;
}

.timeline___sec__main .container-fluid {
    max-width: 100%;
    padding: 0 30px 0 70px;
}

.time__line__content h3 {
    font-size: 78px;
    font-weight: 700;
    color: var(--heading_color);
}

.time__line__content p {
    font-size: 28px;
    line-height: 42px;
    color: var(--heading_color);
}

.timeline___share__sec:after {
    border-right: 1px solid;
    content: "";
    position: absolute;
    right: -12px;
    width: 2px;
    height: 100%;
    top: 0;
}

.time__line__content {
    position: relative;
    padding-top: 20px;
}

.timeline___share__sec {
    padding: 40px 10px;
    position: relative;
}

.time__line__year__tb h5 {
    color: var(--primary_color);
    font-size: 40px;
    display: inline-block;
    margin-bottom: 0;
}

.time__line__year__tb h6 {
    float: right;
    font-size: 50px;
    color: rgb(0 0 0 / 11%);
}

.bg2 .story__content__Sec h5,
.bg2 .story__content__Sec p a,
.time__line_head h3 {
    color: var(--secondary_color);
}

.time__line__year__tb {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time__line_head {
    padding-bottom: 0;
}

.time__line_head h3 {
    font-size: 21px;
    font-weight: 700;
    min-height: 50px;
}

.time__line__contentPara p {
    font-size: 18px;
    line-height: 30px;
    color: var(--heading_color);
    width: 94%;
    margin-bottom: 40px;
}

.time__line__contentPara img {
    margin-top: 10px;
    width: 95%;
    border-radius: 20px;
    box-shadow: 13px 19px 24px #33333394;
}

.time__line__content:before {
    border-right: 1px solid;
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 680px;
    top: 0;
}

.slick-dots li button:before {
    font-size: 46px;
}

.slick-dots {
    bottom: -45px;
}

.CTA__content__box_overlay .btn_web ul li:nth-child(2) a:hover {
    background: var(--white);
    color: var(--primary_color);
}

.scroll-block.process___content__block {
    max-height: 130px;
    margin-bottom: 15px;
}

.scroll-block.process___content__block p {
    max-height: unset;
    margin-bottom: 5px;
}

.servcies__content__scroll ul li {
    font-size: 15px;
    padding-bottom: 5px;
    line-height: 22px;
    list-style-type: disc !important;
    position: relative;
    padding-left: 17px;
}

.servcies__content__scroll ul li:before {
    content: "";
    position: absolute;
    background: var(--primary_color);
    width: 8px;
    height: 8px;
    left: 0;
    top: 9px;
    border-radius: 50px;
}

.counter__Sec__main {
    background: url(../images/counter-bg.png) 0 0 / cover no-repeat #f5f9ff;
}

.counter___number__tab ul {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

.counter___number__tab ul li h4 {
    font-size: 44px;
    text-align: center;
    color: var(--heading_color);
    position: relative;
}

.counter___number__tab ul li h4 span {
    color: var(--primary_color);
    font-size: 26px;
    position: absolute;
    padding-left: 4px;
    top: 10px;
}

.counter___number__tab ul li p {
    font-size: 17px;
    line-height: 21px;
    font-weight: 600;
}

.book__stories__sec,
.counter___number__tab ul li,
.main-thankyou {
    text-align: center;
}

.servcies__content__scroll.scroll-block {
    text-align: left;
    max-height: 160px;
}

.process__box__content:hover .servcies__content__scroll.scroll-block ul li {
    color: var(--white);
}

.book__stories__sec img {
    width: auto;
    box-shadow: 0 0 40px rgb(0 0 0 / 43%);
}

.story__bg1 {
    background: url(../images/story-bg01.jpg) 0 0 / cover no-repeat;
}

.stories__sec__main {
    position: relative;
}

.stories__sec__main:before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 72%);
    width: 100%;
    height: 100%;
    top: 0;
}

.story__content__Sec h3 {
    color: var(--white);
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    padding-bottom: 10px;
}

.story__content__Sec h5 {
    color: var(--primary_color);
    font-size: 28px;
    padding-bottom: 10px;
}

.story__content__Sec p {
    font-size: 17px;
    line-height: 29px;
    color: var(--white);
}

.story__content__Sec p a {
    color: var(--primary_color);
    text-decoration: underline;
    font-weight: 700;
}

.book__stories__sec ul li a {
    font-size: 17px;
}

.story__content__Sec ul li a {
    font-size: 17px;
    display: inline-block;
    color: var(--white) !important;
    font-weight: 700;
    background: var(--secondary_color);
    padding: 15px 45px;
    border-radius: 6px;
}

.story__content__Sec ul li {
    display: inline-block;
    padding-right: 10px;
}

.story__content__Sec ul {
    padding-top: 10px;
}

.bg3 .story__content__Sec ul li a,
.btn_form input:hover,
.story__content__Sec ul li:nth-child(2) a {
    background: var(--primary_color);
}

.story__bg2 {
    background: url(../images/story-bg02.jpg) 0 0 / cover;
}

.bg2:before {
    content: "";
    background: rgb(211 117 86 / 82%);
}

.story__bg3 {
    background: url(../images/story-bg03.jpg) 0 0 / cover;
}

.bg3:before {
    content: "";
    background: rgb(25 74 80 / 82%);
}

.story__bg4 {
    background: url(../images/story-bg04.jpg) 0 0 / cover;
}

.bg2 .story__content__Sec ul li:nth-child(2) a {
    background: #fff;
    color: var(--primary_color) !important;
}

.bg3 .story__content__Sec ul li:nth-child(2) a {
    background: #fff;
    color: var(--secondary_color) !important;
}

.story__bg5 {
    background: url(../images/story-bg05.jpg) 0 0 / cover;
}

.story__bg6 {
    background: url(../images/story-bg06.jpg) 0 0 / cover;
}

.story__bg7 {
    background: url(../images/story-bg07.jpg) 0 0 / cover;
}

.story__bg8 {
    background: url(../images/story-bg08.jpg) 0 0 / cover;
}

.story__form__content h3 {
    font-size: 40px;
    color: var(--primary_color);
}

.story__form__content p {
    font-size: 18px;
    line-height: 29px;
}

.form__story__sec input {
    height: 50px;
    margin-bottom: 20px;
    font-size: 17px;
    width: 100%;
    border: 1px solid #ced4da;
}

.form__story__sec textarea {
    height: 160px;
    margin-bottom: 20px;
    resize: none;
}

.form__story__sec {
    position: relative;
}

.form__story__sec:before {
    background: url(../images/step-process-vector-01.webp);
    content: "";
    position: absolute;
    width: 356px;
    height: 605px;
    left: -20px;
    top: 60px;
    opacity: 0.5;
}

.form__story__sec:after {
    background: url(../images/step-process-vector-02.webp);
    content: "";
    position: absolute;
    width: 195px;
    height: 520px;
    right: 0;
    bottom: 60px;
    opacity: 0.5;
}

.banner2__sec .banner__content__sec h2 {
    font-size: 55px;
}

.inner__about__sec .about__content__sec h3,
.about__content__sec h2 {
    font-size: 35px;
}

.inner__about__sec .about__content__sec ul li {
    font-size: 17px;
    line-height: 27px;
    color: var(--heading_color);
    padding-bottom: 4px;
    padding-left: 20px;
    position: relative;
}

.inner__about__sec .about__content__sec ul li:before {
    content: "";
    position: absolute;
    background: var(--primary_color);
    width: 8px;
    height: 8px;
    left: 0;
    top: 9px;
    border-radius: 50px;
}

.editing__content p.scroll-block {
    max-height: 160px;
}

ul.point__publisher {
    max-height: 100px;
}

.marketing__content p.scroll-block {
    max-height: 240px;
}

.book_cover_content p.scroll-block {
    max-height: 340px;
}

.book_printing_content p.scroll-block {
    max-height: 260px;
}

.audiographic__content p.scroll-block {
    max-height: 390px;
}

.privacy_policy .about__content__sec h3,
.about__content__sec h2 {
    font-size: 30px;
}

.privacy_policy .about__content__sec ul li {
    font-size: 17px;
    padding-bottom: 10px;
    list-style-type: none;
    padding-left: 20px;
    position: relative;
}

.privacy_policy .about__content__sec ul li:before {
    content: "";
    position: absolute;
    background: var(--primary_color);
    width: 10px;
    height: 10px;
    left: 0;
    border-radius: 30px;
    top: 6px;
}

.contact_hme {
    background: var(--white);
    background-size: cover;
    background-repeat: no-repeat;
}

.con_detail_hme ul li {
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
    line-height: 60px;
    padding: 0 50px 20px 0;
}

.con_detail_hme ul li a {
    color: var(--heaing_color);
    font-weight: 900;
}

.con_detail_hme ul li span {
    font-weight: 400;
    padding-right: 10px;
    display: block;
    margin: 0 auto;
    color: var(--primary_color);
}

.contact_form_Tab input:not([type="checkbox"]),
.contact_form_Tab select {
    height: 55px !important;
    margin-bottom: 20px;
    border-radius: 0;
    width: 100%;
    font-size: 15px;
    border: 1px solid #ccc;
}

.contact_form_Tab select {
    height: 55px !important;
}

.contact_form_Tab textarea {
    height: 190px;
    border-radius: 0;
    resize: none;
    font-size: 15px;
    padding: 15px;
    margin-bottom: 20px;
}

.map_sec iframe {
    width: 100%;
    border: 0;
    height: 420px;
}

.con_detail_hme ul li span img {
    display: block;
}

.btn_form input {
    background: var(--secondary_color);
    color: var(--white);
    padding: 15px 40px;
    display: inline-block;
    border-radius: 5px;
    font-size: 17px;
    transition: 0.5s ease-in-out;
    font-weight: 600;
    width: auto;
    cursor: pointer;
    border: 0;
}

.intl-tel-input {
    width: 100%;
    margin-bottom: 10px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px;
    height: 53px;
}

.history__content p.scroll-block {
    max-height: 370px !important;
}

.thank-you .banner_content_sec h3 {
    width: 100% !important;
    font-size: 80px !important;
    color: #fff;
}

.main-thankyou i {
    font-size: 100px;
    margin-bottom: 10px;
    color: var(--secondary_color);
}

.main-thankyou p {
    font-size: 19px;
    line-height: 33px;
    color: var(--black);
}

.main-thankyou a {
    font-size: 20px;
    color: var(--white);
    font-weight: 400;
    background: var(--primary_color);
    padding: 20px 40px;
    display: inline-block;
    border-radius: 5px;
    margin: 20px 0;
}

.cookie-consent-banner__inner {
    padding: 7px 0;
}

.cookie-consent-banner__header {
    margin-bottom: 5px;
    font-family: CeraPRO-Bold, sans-serif, arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.cookie-consent-banner__description {
    font-family: CeraPRO-Regular, sans-serif, arial;
    font-weight: 400;
    color: #bb9c0e;
    font-size: 0.8vmax;
    line-height: 1.5;
}

.btn-footer {
    background-color: var(--primary_color);
    padding: 8px 40px;
    font-size: 17px;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
}

input.quote-form {
    height: 15px !important;
    width: 24px;
    visibility: visible !important;
    opacity: inherit !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    margin-bottom: 0;
}

.CrudForm a {
    text-decoration: underline;
    font-weight: 700;
}

.banner__form__tab .form-group.col-12 {
    padding: 0;
    color: #000;
}

@media (max-width: 1600px) {
    .banner__content__sec h1 {
        font-size: 45px;
        line-height: 45px;
    }
    .center__heading__sec h2,
    .counter___number__tab ul li h4,
    .cta .center__heading__sec h2,
    .just__content__tp h3,
    .self__content__sec ul li span,
    .story__content__Sec h3 {
        font-size: 40px;
    }
    .center__heading__sec p,
    .cta .center__heading__sec p,
    .review__tab p {
        font-size: 16px;
        line-height: 25px;
    }
    .third__CTA_content h3 {
        font-size: 49px;
    }
    .heading_footer h3 {
        font-size: 22px;
        color: #fff;
        margin-top: 5px;
    }
    .footer__info__detail ul li a,
    .inner__about__sec .about__content__sec ul li,
    .privacy_policy .about__content__sec ul li {
        font-size: 16px;
    }
    .footer__info__detail ul li p {
        font-size: 15px;
    }
    .about__content__sec p,
    .time__line__contentPara p {
        font-size: 16px;
        line-height: 25px;
    }
    .time__line__content h3 {
        font-size: 55px;
    }
    .time__line__content p {
        font-size: 23px;
        line-height: 35px;
    }
    .process__box__content h2,
    .review__tab h6,
    .time__line_head h3 {
        font-size: 20px;
    }
    .inner__about__sec .about__content__sec h3,
    .about__content__sec h2,
    .review__tab h4 {
        font-size: 30px;
    }
    .inner__banner .banner__content__sec h1 {
        font-size: 50px;
    }
    .audiographic__content p.scroll-block {
        max-height: 380px;
    }
    .editing__content p.scroll-block {
        max-height: 250px;
    }
    .process__box__content p {
        font-size: 14px;
        line-height: 22px;
    }
    .book_cover_content p.scroll-block {
        max-height: 430px !important;
    }
    .marketing__content p.scroll-block {
        max-height: 330px;
    }
    .story__content__Sec h5 {
        font-size: 25px;
    }
    .con_detail_hme ul li {
        font-size: 30px;
        line-height: 50px;
    }
    .privacy_policy .about__content__sec h3,
    .about__content__sec h2 {
        font-size: 27px;
    }
}

@media (max-width: 1440px) {
    .banner__content__sec h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .platform__logo__sec {
        margin-top: -150px;
    }
    footer {
        padding: 60px 0;
    }
    .banner__content__sec p {
        font-size: 18px;
        line-height: 32px;
    }
    .navbar-nav li:hover>ul.dropdown-menu {
        min-width: 11rem;
    }
    .banner__form__tab h3 {
        font-size: 27px;
    }
    .center__heading__sec p {
        width: 90%;
        margin: 0 auto;
    }
    .book__cta1 img,
    .book__cta2 img {
        width: 70%;
    }
    .process__head__sec span {
        font-size: 100px;
        line-height: 50px;
        bottom: -35px;
    }
    .book__cta2 {
        text-align: right;
        bottom: -50px;
    }
    .CTA__content__box_overlay h2 {
        font-size: 45px;
        line-height: 45px;
    }
    .CTA__content__box_overlay p {
        font-size: 22px;
        width: 90%;
        margin: 0 auto;
    }
    .third__CTA_content p {
        font-size: 23px;
        line-height: 33px;
        width: 90%;
        margin: 0 auto;
    }
    .about__content__sec h3,
    .about__content__sec h2,
    .inner__banner .banner__content__sec h1,
    .third__CTA_content h3 {
        font-size: 40px;
    }
    .self__content__sec ul li {
        font-size: 15px;
        line-height: 20px;
    }
    .center__heading__sec h2,
    .time__line__year__tb h5 {
        font-size: 35px;
    }
    .time__line__content h3 {
        font-size: 45px;
    }
    .time__line__content p {
        font-size: 20px;
        line-height: 28px;
    }
    .time__line__content:before {
        right: -13px;
    }
    .btn_web ul li a {
        padding: 13px 20px;
        font-size: 17px;
    }
    .story__content__Sec h3 {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 5px;
    }
    .story__content__Sec p {
        font-size: 16px;
    }
    .editing__content p.scroll-block {
        max-height: 350px;
    }
    .banner__content__sec h1 span:after {
        bottom: -44px;
    }
    .about__imageMan {
        top: 35%;
    }
    .five__cta__sec .third__CTA_content p {
        font-size: 17px;
    }
    .logo_footer_sec img {
        width: 25%;
    }
    .heading_footer h3 {
        font-size: 25px;
    }
    .footer__info__detail ul li span img {
        width: 100%;
    }
    .privacy_policy .about__content__sec h3,
    .about__content__sec h2 {
        font-size: 24px;
    }
}

@media (max-width: 1366px) {
    .cta__sec__main,
    .five__cta__sec,
    .second__CTA_main,
    .third__CTA_sec {
        padding: 100px 0;
    }
    .banner__content__sec h1 {
        font-size: 45px;
        line-height: 60px;
        margin-bottom: 50px;
    }
    .CTA__content__sec h3 {
        font-size: 50px;
    }
    .five__cta__sec {
        margin-top: 110px;
    }
    .inner__banner .banner__content__sec h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .just__content__tp h3 {
        font-size: 32px;
    }
    .just__content__tp p {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
    }
    .time__line_head h3 {
        font-size: 17px;
        min-height: 40px;
    }
    .timeline___share__sec {
        padding: 10px 0 40px;
    }
    .time__line__content h3 {
        font-size: 29px;
    }
    .time__line__content p {
        font-size: 19px;
        line-height: 28px;
    }
    .timeline___sec__main .container-fluid {
        max-width: 100%;
        padding: 0 30px;
    }
    .btn_web ul li a {
        padding: 13px 16px;
        font-size: 16px;
    }
    .time__line__year__tb h6 {
        font-size: 40px;
    }
    .time__line__contentPara p {
        font-size: 15px;
        line-height: 24px;
    }
    .CTA__content__box_overlay h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .center__heading__sec h2 {
        font-size: 30px;
    }
    .publishing__boxes__sec .process__box__content h2 {
        min-height: 40px;
        font-size: 20px;
    }
    .inner__about__sec .about__content__sec h3,
    .about__content__sec h2,
    .review__tab h4 {
        font-size: 25px;
    }
    .self__content__sec ul li span,
    .third__CTA_content h3 {
        font-size: 35px;
    }
    .about__imageMan img {
        width: 100%;
    }
    .about__imageMan {
        top: 35%;
        left: 30%;
    }
    .process__box__content {
        min-height: 290px;
    }
    .about_banner .banner__content__sec h1 {
        font-size: 70px;
        line-height: 60px;
    }
    .process__box__content h2 {
        font-size: 19px;
    }
    .third__CTA_content p {
        font-size: 20px;
        font-weight: 400;
    }
    .logo_footer_sec p {
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
    }
    .copy_text p {
        font-size: 15px;
    }
    .term_links ul li a {
        font-size: 15px;
        color: var(--white);
        font-weight: 400;
    }
    .review__tab p {
        font-size: 17px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 1100px;
    }
    .banner__content__sec h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 50px;
    }
    .banner__form__tab {
        margin-left: 70px;
    }
    .center__heading__sec p,
    .time__line__content p {
        font-size: 17px;
        line-height: 25px;
    }
    .process__head__sec span {
        font-size: 80px;
    }
    .privacy_policy .about__content__sec h3,
    .about__content__sec h2,
    .process__head__sec h3 {
        font-size: 22px;
    }
    .CTA__content__sec h3 {
        font-size: 40px;
    }
    .cta__sec__main,
    .second__CTA_main,
    .third__CTA_sec {
        padding: 80px 0;
    }
    .our__Process__sec:after {
        z-index: -1;
    }
    .CTA__content__box_overlay h2 {
        font-size: 35px;
        line-height: 35px;
    }
    .footer_menu_sec ul li a {
        color: var(--white);
        font-size: 15px;
    }
    .footer_menu_sec ul li a:after {
        top: 4px;
        width: 15px;
        height: 15px;
    }
    footer {
        padding: 50px 0;
    }
    .footer__info__detail ul li a,
    .privacy_policy .about__content__sec ul li {
        font-size: 15px;
    }
    .just__content__tp h3 {
        font-size: 26px;
    }
    .just__content__tp p {
        font-size: 17px;
    }
    .self__content__sec ul li {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .time__line__content .btn_web ul li a {
        padding: 11px 13px;
        font-size: 15px;
    }
    .story__form__content h3,
    .third__CTA_content h3 {
        font-size: 30px;
    }
    .inner__banner .banner__content__sec h1 {
        font-size: 35px;
        line-height: 50px;
    }
    .banner___sec__main.inner__banner img,
    .banner___sec__main.inner__banner video {
        height: 380px;
        margin-bottom: 0;
    }
    .inner__banner .banner__content__sec {
        padding-top: 120px;
    }
    .story__content__Sec h3 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 5px;
    }
    .book__stories__sec img {
        width: 80%;
        margin: 0 auto;
    }
    .book__stories__sec {
        text-align: center;
    }
    .story__form__content p {
        font-size: 16px;
        line-height: 25px;
    }
    .con_detail_hme ul li {
        font-size: 27px;
    }
    .about_banner .banner__content__sec h1 {
        font-size: 60px !important;
        line-height: 60px;
    }
    .btn_header ul li a {
        font-size: 11px;
    }
}

@media (max-width: 1100px) {
    .container {
        max-width: 1050px;
    }
    .process__head__sec p {
        font-size: 15px;
        line-height: 25px;
    }
    .book__cta1 {
        position: absolute;
        bottom: -57px;
        left: 10px;
    }
    .CTA__content__box_overlay p {
        font-size: 20px;
        width: 90%;
        margin: 0 auto;
        line-height: 30px;
    }
    .forth__cta__tab .third__CTA_content {
        padding: 60px 20px;
    }
    .about__img__sec img {
        width: 95%;
    }
    .about__imageMan {
        top: 40%;
        left: 35%;
    }
    .just__content__tp h3 {
        font-size: 23px;
    }
    .just__content__tp p,
    .review__tab p {
        font-size: 16px;
    }
    .time__line__content .btn_web ul li a {
        padding: 9px 11px;
        font-size: 14px;
    }
    .time__line__content:before {
        right: -17px;
        height: 500px;
    }
    .testimonial_sec_main .slick-prev {
        right: 53%;
    }
    .counter___number__tab ul li h4 {
        font-size: 32px;
    }
    .counter___number__tab ul li h4 span {
        top: 2px;
    }
    .review__tab p {
        line-height: 28px;
    }
    .story__content__Sec h3 {
        font-size: 27px;
        line-height: 35px;
        padding-bottom: 5px;
    }
    .story__content__Sec p {
        font-size: 17px;
    }
    .about_banner .banner__content__sec h1 {
        font-size: 55px !important;
        line-height: 60px;
    }
    .footer_menu_sec ul li a {
        font-size: 15px;
        padding-bottom: 11px;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 960px;
    }
    .banner__content__sec h1 {
        font-size: 35px;
        line-height: 42px;
    }
    .banner__content__sec p {
        font-size: 17px;
        line-height: 30px;
    }
    .center__heading__sec p {
        font-size: 16px;
        line-height: 25px;
    }
    .CTA__content__sec p {
        font-size: 18px;
        line-height: 30px;
    }
    .process__box__content p {
        font-size: 15px;
        line-height: 23px;
    }
    .banner__form__tab h3 {
        font-size: 24px;
    }
    .footer_menu_sec ul li a {
        font-size: 14px;
    }
    .logo_footer_sec p {
        font-size: 15px;
    }
    .timeline___sec__main .col-sm-3 {
        max-width: 30%;
        flex: 30%;
    }
    .timeline___sec__main .col-sm-9 {
        max-width: 70%;
        flex: 70%;
    }
    .publishing__boxes__sec .process__box__content h2 {
        min-height: 50px;
        font-size: 18px;
    }
    .third__CTA_content p {
        font-size: 20px;
        font-weight: 400;
        width: 80%;
        line-height: 30px;
    }
    .publishing__boxes__sec .process__box__content p.scroll-block {
        max-height: 143px;
    }
    .main_menu_sec ul li a {
        font-size: 15px;
        padding: 10px 12px !important;
    }
    .about__imageMan {
        top: 30%;
        left: 28%;
    }
    .about__imageMan img {
        width: 100% !important;
    }
    .about__content__sec p {
        font-size: 15px;
        line-height: 25px;
    }
    .inner__about__sec .about__content__sec ul li {
        font-size: 15px;
        padding-bottom: 0;
    }
    .process__box__content h2 {
        font-size: 18px;
    }
    .story__content__Sec p {
        font-size: 16px;
        line-height: 27px;
    }
    .privacy_policy .about__content__sec h4 {
        font-size: 21px;
    }
    .banner___sec__main .carousel-item img {
        height: 63vh !important;
        object-fit: cover;
    }
    .banner___sec__main .btn_web ul li a {
        padding: 9px 8px;
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .CTA__content__box_overlay p {
        font-size: 19px;
    }
    .faq_tab .card-header h5 button {
        font-size: 16px;
    }
    .faq_tab .card-body {
        font-size: 15px;
        line-height: 26px;
    }
    .self__content__sec ul li span {
        font-size: 25px;
        width: 50px;
        height: 50px;
    }
    .self__content__sec ul li {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 5px;
        padding-left: 55px;
    }
    .process__box__content p {
        font-size: 16px;
        line-height: 26px;
    }
    .publishing__boxes__sec .process__box__content p.scroll-block {
        max-height: 163px;
    }
    .publishing__boxes__sec .process__box__content h2 {
        min-height: 40px;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .about__img__sec,
    .book__cta1,
    .book__cta2,
    .center-col img,
    .test-border .cup,
    .test-border .leave {
        display: none;
    }
    .container {
        max-width: 720px;
    }
    .banner__form__tab {
        margin-left: 0;
        display: block;
        margin-top: 50px;
    }
    .banner___sec__main .col-sm-6 {
        max-width: 100%;
        flex: 100%;
        text-align: center;
    }
    .logo_Sec_main img {
        width: 200px;
        height: auto;
        margin: 0;
        filter: none;
    }
    .banner___sec__main .carousel-item img,
    .banner___sec__main video {
        height: 1200px !important;
        object-fit: cover;
    }
    .platform__logo__sec {
        margin-top: -150px;
        padding: 70px 0 40px;
    }
    .center__heading__sec h2 {
        font-size: 25px;
    }
    .center__heading__sec p {
        font-size: 17px;
        line-height: 28px;
        width: 100%;
    }
    .process__box__content {
        min-height: 240px;
    }
    .third__CTA_content p {
        font-size: 19px;
        width: 100%;
    }
    .about__sec .col-sm-6,
    .col-sm-10.center-col,
    .contact_hme .col-sm-4,
    .just__book__sec .col-sm-6,
    .stories__sec__main .col-sm-6,
    .timeline___sec__main .col-sm-9,
    footer .col-sm-4 {
        max-width: 100%;
        flex: 100%;
    }
    .forth__cta__tab .third__CTA_content p {
        font-size: 19px;
        line-height: 30px;
    }
    .testimonial_sec_main .slick-prev {
        right: 57%;
    }
    .testimonial_sec_main .slick-next {
        right: 40%;
    }
    footer .col-sm-8.pl-5 {
        padding: 0 !important;
        margin-top: 20px;
        max-width: 100%;
        flex: 100%;
    }
    footer .col-sm-8.pl-5 .row .col-sm-4 {
        max-width: 30%;
        flex: 30%;
    }
    .logo_footer_sec img {
        width: 30%;
    }
    .review__tab p {
        font-size: 18px;
        line-height: 29px;
        width: 100%;
    }
    .logo_footer_sec p {
        font-size: 17px;
    }
    .banner__content__sec p {
        font-size: 18px;
        line-height: 30px;
    }
    .banner___sec__main .carousel-item:before {
        background: rgb(234 227 218 / 62%);
    }
    .process__img__tb img {
        width: 60%;
    }
    .process__img__tb:after {
        right: 80px;
        width: 50%;
    }
    .process__head__sec span {
        font-size: 75px;
        left: -6px;
    }
    .just__content__tp img {
        width: 100%;
        display: none;
    }
    .just__book__sec .col-sm-6 .row .col-sm-6 {
        max-width: 50%;
        flex: 50%;
    }
    .timeline___sec__main .col-sm-3 {
        max-width: 100%;
        flex: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    section.timeline___sec__main.padding__70 {
        padding-top: 30px;
    }
    .time__line__content .btn_web ul li a {
        padding: 15px 25px;
        font-size: 16px;
    }
    .time__line__content p {
        font-size: 19px;
        line-height: 25px;
    }
    .time__line_head h3 {
        font-size: 20px;
        min-height: 40px;
    }
    .time__line__year__tb h5 {
        font-size: 30px;
    }
    .CTA__content__box_overlay p {
        font-size: 18px;
        width: 100%;
        font-weight: 400;
    }
    .copy_text p {
        font-size: 12px;
        font-weight: 400;
    }
    .term_links ul li a {
        font-size: 14px;
    }
    .about_banner .banner__content__sec h1 {
        font-size: 40px !important;
        line-height: 60px;
    }
    .privacy_policy .about__content__sec h3,
    .about__content__sec h2 {
        font-size: 20px;
    }
    .servcies__content__scroll.scroll-block {
        max-height: 130px;
    }
    .counter___number__tab ul li p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }
    .counter___number__tab ul li h4 {
        font-size: 24px;
    }
    .counter___number__tab ul li h4 span {
        top: -3px;
    }
    .inner__banner .banner__content__sec h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .editing__content p.scroll-block {
        max-height: 390px;
    }
    .about__content__sec p {
        font-size: 17px;
        line-height: 28px;
    }
    .inner__about__sec .about__content__sec ul li {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .book__stories__sec {
        text-align: left;
        display: none;
    }
    .row.scond__row,
    .stories__sec__main .row {
        flex-direction: column-reverse;
    }
    .con_detail_hme ul li {
        font-size: 24px;
        padding: 0 50px 20px 0;
    }
    .contact_hme .col-sm-8 {
        max-width: 100%;
        flex: 100%;
        margin-top: 40px;
    }
    .map_sec iframe {
        height: 210px;
    }
}

@media (max-width: 576px) {
    .banner___sec__main .btn_web ul li a {
        padding: 9px 15px;
        font-size: 13px;
        margin-bottom: 10px;
    }
    .btn_web ul li a {
        padding: 11px 12px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .app-container {
        display: block;
    }
    .banner__form__tab h3 {
        font-size: 21px;
    }
    .inner__about__sec .col-sm-6.pl-5 {
        padding-left: 10px !important;
    }
    .inner__about__sec .banner__form__tab {
        margin-left: 0;
    }
    .inner__about__sec .about__content__sec .scroll-block {
        max-height: 310px;
    }
    header .col-sm-3 {
        max-width: 50%;
        flex: 50%;
    }
    .navbar-toggler,
    header .btn_header {
        display: none;
    }
    .mobile-nav-btn {
        right: 20px;
        position: absolute;
        top: 0;
    }
    .inner__banner .banner__content__sec,
    .mobile-nav ul {
        padding-top: 0;
    }
    header {
        padding: 11px 0;
        position: relative;
    }
    .counter___number__tab ul li h4 {
        font-size: 19px;
    }
    .counter___number__tab ul li h4 span {
        top: -2px;
        font-size: 19px;
    }
    .counter___number__tab ul li p {
        font-size: 13px;
        line-height: 15px;
        font-weight: 600;
    }
    .third__CTA_content h3 {
        font-size: 25px;
    }
    .third__CTA_content p {
        font-size: 17px;
        width: 100%;
    }
    .third__CTA_sec {
        padding: 50px 0;
    }
    .process__box__content p {
        font-size: 15px;
        line-height: 23px;
    }
    .CTA__content__box_overlay p {
        font-size: 17px;
    }
    .portfolio__sec__main .col-sm-3 {
        max-width: 33%;
        flex: 33%;
    }
    .portfolio__sec__main .row {
        justify-content: center;
    }
    .review__tab p {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
    }
    .test-border:after {
        right: 41%;
        bottom: -25px;
    }
    footer .col-sm-8.pl-5 {
        padding: 15px !important;
    }
    .copy__right .col-sm-6 {
        max-width: 100%;
        text-align: center;
        flex: 100%;
    }
    .term_links {
        text-align: center;
    }
    .term_links ul li {
        display: inline-block;
        padding: 10px 20px 0 0;
    }
    .logo_footer_sec img {
        width: 45%;
    }
    .footer_menu_sec ul li a {
        font-size: 13px;
        line-height: 20px;
    }
    .mobile-nav {
        width: 60%;
    }
    .app-container.active {
        left: -60%;
    }
    .mobile-nav-btn.active .lines:before {
        content: "\f00d";
        background: var(--primary_color);
    }
    .mobile-nav-btn.active {
        right: 2%;
        z-index: 999999999;
        top: 0;
    }
    .platform__logo__sec {
        margin-top: 0;
        padding: 40px 0 0;
    }
    .banner___sec__main .carousel-item img,
    .banner___sec__main video {
        height: 1000px !important;
        object-fit: cover;
    }
    .banner__content__sec h1 {
        font-size: 28px;
        line-height: 42px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .banner__content__sec h1 span:after {
        bottom: -33px;
        background-size: contain;
        width: 138px;
        height: 25px;
        background-repeat: no-repeat;
    }
    .banner___sec__main.inner__banner img,
    .banner___sec__main.inner__banner video {
        height: 260px;
        margin-bottom: 0;
    }
}

@media (max-width: 450px) {
    .process__head__sec,
    .review__tab {
        text-align: center;
    }
    .cta::after,
    .cta::before,
    .test-border {
        display: none;
    }
    .mobile-nav-btn span {
        top: 0;
    }
    .banner__content__sec h1 {
        font-size: 23px;
        line-height: 42px;
        width: 100%;
        margin: 0 auto 25px;
    }
    .banner__content__sec p,
    .center__heading__sec p,
    .process__head__sec p {
        font-size: 16px;
        line-height: 27px;
    }
    .center__heading__sec p {
        width: 100%;
    }
    .container {
        max-width: initial;
        padding: 0 25px;
    }
    .process__img__tb:after {
        right: 50px;
        width: 50%;
    }
    .process__head__sec p {
        text-align: center;
        max-height: 134px;
    }
    .process__img__tb img {
        width: 60%;
        margin: 0 auto;
    }
    .Process__services__slider .col-sm-4:nth-child(odd) .process__box__tab {
        margin-top: 0;
    }
    .pt-5.Process__services__slider {
        padding-top: 0 !important;
    }
    .CTA__content__sec h3 {
        font-size: 32px;
    }
    .cta__sec__main {
        padding: 60px 0;
    }
    .process__box__content {
        min-height: auto;
        padding: 3em 1em 2em;
    }
    .process__box__content p {
        font-size: 16px;
        line-height: 25px;
    }
    .process__box__content h2 {
        font-size: 22px;
    }
    .portfolio__sec__main .col-sm-3,
    footer .col-sm-8.pl-5 .row .col-sm-4 {
        max-width: 50%;
        flex: 50%;
    }
    .forth__cta__tab .third__CTA_content p {
        font-size: 17px;
        line-height: 27px;
    }
    .review__tab {
        margin: 0 20px;
    }
    .testimonial_sec_main .slick-next {
        right: 34%;
    }
    .footer_menu_sec ul li a {
        font-size: 15px;
        line-height: 25px;
    }
    .process__head__sec h3 {
        font-size: 31px;
    }
    .process__head__sec span {
        font-size: 85px;
        left: -50px;
        bottom: -40px;
    }
    .counter___number__tab ul {
        display: inline-block;
        justify-content: space-around;
        margin-top: 30px;
        width: 100%;
    }
    .counter___number__tab ul li {
        width: 32%;
        display: inline-block;
    }
    .counter___number__tab ul li h4 {
        font-size: 25px;
    }
    .counter___number__tab ul li h4 span {
        top: -2px;
        font-size: 26px;
    }
    .counter___number__tab ul li p {
        font-size: 15px;
        line-height: 18px;
        font-weight: 600;
    }
    .counter__Sec__main {
        padding: 40px 0;
    }
    .banner___sec__main.inner__banner img,
    .banner___sec__main.inner__banner video {
        height: 100% !important;
        margin-bottom: 0;
        min-height: 40vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inner__about__sec .about__content__sec h3,
    .about__content__sec h2,
    .third__CTA_content h3 {
        font-size: 20px;
    }
    .about__content__sec p {
        font-size: 16px;
        line-height: 28px;
    }
    .inner__about__sec .about__content__sec ul li {
        font-size: 15px;
        padding-bottom: 2px;
    }
    .mobile-nav-btn .lines:before {
        font-size: 16px;
        padding: 10px 15px;
        margin-top: 27px;
    }
    .banner__content__sec h1 span:after {
        bottom: -25px;
        background-size: contain;
        width: 130px;
        height: 18px;
        background-repeat: no-repeat;
    }
    .inner__banner .banner__content__sec h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .about_banner .banner__content__sec h1 {
        font-size: 28px !important;
        line-height: 60px;
    }
    .btn_web ul li a {
        padding: 11px 18px;
        font-size: 15px;
    }
}

@media (max-width: 390px) {
    footer .col-sm-8.pl-5 .row .col-sm-4 {
        max-width: 100%;
        flex: 100%;
    }
    .inner__banner .banner__content__sec h1 {
        font-size: 18px;
        line-height: 25px;
    }
    header {
        padding: 15px 0;
        position: relative;
    }
    header .col-sm-3 {
        max-width: 60%;
        flex: 60%;
    }
    .faq__sec_tab:before {
        display: none;
    }
    .container {
        max-width: initial;
        padding: 0 15px;
    }
    .banner__content__sec h1 {
        font-size: 27px;
        line-height: 35px;
    }
    .center__heading__sec h2 {
        font-size: 21px;
    }
    .CTA__content__sec h3 {
        font-size: 26px;
    }
    .CTA__content__sec p {
        font-size: 16px;
        line-height: 25px;
    }
    .CTA__content__box_overlay h2 {
        font-size: 25px;
        line-height: 25px;
    }
    .CTA__content__box_overlay p {
        font-size: 16px;
        line-height: 27px;
    }
    .second__CTA_main {
        padding: 50px 0;
    }
    .padding__70 {
        padding: 40px 0;
    }
    .faq_tab .card-header h5 button {
        font-size: 14px;
    }
    .btn_web ul li a {
        padding: 11px 12px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .forth__cta__tab .third__CTA_content {
        padding: 30px 20px;
    }
    .forth__cta__tab .third__CTA_content p {
        font-size: 16px;
        line-height: 24px;
    }
    .testimonial_sec_main .slick-next,
    .testimonial_sec_main .slick-prev {
        bottom: -56px;
    }
    .five__cta__sec {
        padding: 50px 0;
        margin-top: 60px;
    }
    .review__tab h4 {
        font-size: 19px;
        font-style: inherit;
    }
    .review__tab h6 {
        font-size: 16px;
        font-style: inherit;
    }
    .five__cta__sec .third__CTA_content p {
        font-size: 15px;
    }
    .logo_footer_sec img {
        width: 70%;
        margin-bottom: 20px;
    }
    footer .col-sm-8.pl-5 {
        padding: 15px 15px 0 !important;
    }
    footer {
        padding: 30px 0;
    }
    .third__CTA_content p {
        font-size: 16px;
        width: 100%;
        line-height: 27px;
    }
    .story__content__Sec h3 {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 5px;
    }
    .story__content__Sec p {
        font-size: 15px;
        line-height: 24px;
    }
    .story__content__Sec ul li a {
        font-size: 16px;
        padding: 12px 35px;
    }
    .story__content__Sec h5 {
        font-size: 22px;
    }
    .book__stories__sec {
        display: block;
        margin-bottom: 20px;
    }
    .stories__sec__main .row {
        flex-direction: column;
    }
    .book__stories__sec img {
        width: 50%;
        margin: 0 auto;
    }
    .mobile-nav nav li a {
        font-size: 14px;
        padding: 10px 24px;
    }
    .mobile-nav {
        width: 65%;
    }
    .app-container.active {
        left: 0;
    }
    .mobile-nav ul {
        padding-top: 73px;
    }
    .banner___sec__main.inner__banner img,
    .banner___sec__main.inner__banner video {
        height: 170px;
        margin-bottom: 0;
    }
    .inner__about__sec .about__content__sec h3,
    .about__content__sec h2 {
        font-size: 18px;
    }
    .about__content__sec p {
        font-size: 15px;
        line-height: 26px;
    }
    .process__box__content p {
        font-size: 15px;
        line-height: 25px;
    }
    .con_detail_hme ul li {
        font-size: 20px;
        padding: 0 0 10px;
        line-height: 30px;
    }
    .con_detail_hme ul li span img {
        display: block;
        width: 45px;
    }
    .logo_Sec_main img {
        width: 65%;
    }
    .inner__about__sec .about__content__sec ul li {
        font-size: 15px;
        padding-bottom: 10px;
        line-height: 21px;
    }
}

.faq-img {
    width: 100%;
    height: 100%;
}

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


/*feedback*/

.feedback {
    padding: 5rem 0;
    position: relative;
    isolation: isolate;
    color: #333333;
    background: #e7e7e7;
}

.feedback__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
}

.secion-content.text-center {}

.section-content .heading {
    font-size: 2.5vmax;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 1.35;
}

.section-content p {
    font-size: 16px;
    line-height: 1.65;
}

.feedback-card {
    color: #000;
    background: #fff;
    padding: 1.25rem;
    box-shadow: 0 0 10px 5px #00000020;
    margin: 0.75rem;
}

.feedback-card__user {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.7rem;
}

.feedback-card__user .icon {
    width: 50px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 0 5px 1px #00000020;
    background: #e28f26;
    font-size: 1.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feedback-card__user .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.feedback-card__user .name {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.feedback-card__user .location {
    text-transform: uppercase;
    font-size: 0.85rem;
}

.feedback-card__stars {
    width: 110px;
    margin: 1rem 0 0.75rem;
}

.feedback-card__content .title {
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
}

.feedback-card__content .review {
    margin: 0.7rem 0 0;
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 400;
    height: 120px;
    overflow-y: auto;
    padding-right: 0.5rem;
}

.feedback-card__content .review::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.feedback-card__content .review::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.feedback-card__content .review::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: rgb(226, 143, 38);
}


/*feedback*/


/* video-reviews */

.video-reviews--overlay {
    position: relative;
    isolation: isolate;
}

.video-reviews--overlay::before {
    content: "";
    position: absolute;
    background: #262626;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    inset: 0;
}

.video-reviews__bg {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
}

.video-reviews {
    background: #e7e7e7;
    padding: 15rem 0 5rem;
    color: #fff;
}

.video-reviews__card {
    margin: 0.75rem 0;
    color: #333333;
    background: #fff;
    padding: 0.75rem 0.75rem 0;
    text-align: center;
    box-shadow: 0 0 10px 5px #00000020;
}

.video-reviews__card video {
    max-width: 100%;
    width: 100%;
    height: 225px;
    object-fit: contain;
}

.video-reviews__card .name {
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    padding: 1rem 0;
}


/* video-reviews */

.reverse-slider-row {
    transform: rotate(-180deg);
}

.reverse-slider-row .book__portfolio__sec {
    transform: rotate(-180deg);
}

#cookie-consent-banner {
    box-sizing: border-box;
    background-color: #0e2038;
    position: relative;
    bottom: auto;
    left: 0;
    z-index: 999990;
    box-sizing: border-box;
    width: 100%;
    background-color: #414042;
    display: inline-block;
    text-align: center;
    position: static;
    top: 0;
}

.cookie-consent-banner__inner {
    max-width: 100%;
    margin: 0 30px;
}

.disclaimer {
    padding: 0.5rem 0;
    background: #f39205;
}

.disclaimer__text {
    font-size: 0.8vmax;
    color: #fff;
    line-height: 1.5;
}
.book__portfolio__sec {
    width: 100%;
    height: 270px;
}

.book__portfolio__sec img {
    width: 100%;
    height: 100%;
}

/* =========================================newcss====================================== */

.banner__content__sec--alt h1 {
    font-size: 44px !important;
    text-transform: capitalize;
}

.success {
    padding: 70px 0;
}

.success_crd .image {
    width: 100%;
    height: 401px;
}

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

.success_crd {
    position: relative;
}

.success_bt {
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: -15%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 500ms all;
}

.success_bt a {
    font-size: 15px;
    font-family: var(--f1);
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 25px;
}

.success_crd:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    background: #000000ad;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 500ms all;
}

.success_crd:hover:before {
    width: 100%;
}

.success_crd:hover .success_bt {
    bottom: 40%;
    opacity: 1;
    visibility: visible;
}

.success_items {
    margin: 0 10px;
}
.success_crd--alt .image {
    height: 500px;
}

.success_crd--alt {
    margin: 10px;
}

.success .col-md-3 {
    padding: 0 !important;
}

.discount_crd {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 20px;
    width: 21%;
    transform: translatey(130%);
    transition: 500ms all;
}

.crss_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    background: #c62828;
    color: #fff;
    font-size: 21px;
    border-radius: 5px;
    cursor: pointer;
}

.discount_img {
    width: 100%;
   
}

.discount_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}
.discount_crd.active {
    transform: translatey(0);
}

@media (max-width: 768px) {
    .discount_crd {
    display: none;
}
    
}
.custom-top-banner {
    height: 58px;
    z-index: 999;
}
.termInnerList {
    margin-left: 0 !important;
}

.termInnerList li {
    list-style: none !important;
    margin: 10px 0;
}

.book__portfolio__sec img {
    object-fit: cover;
}
.process__img__tb {
    width: 70%;
    height: 260px;
    margin: 0 auto;
}

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