@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700;800&amp;display=swap');
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;700;900&amp;display=swap);
@import url('https://fonts.googleapis.com/css?family=Arsenal:400,400i,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&amp;display=swap');

:root {
    --light_white: #d8a28c;
    --black: #000;
    --primary_color: #e9ce93;
    --white: #fff;
    --heading_color: #222F3F;
    --secondary_color: #194a50;
    --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: normal;
    font-style: normal;
}



/*Website Font USE/
font-family: 'Poppins', sans-serif;
/*Website Font USE*/


/*BEGIN: GENERAL CSS*/

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:start:decrement,
body::-webkit-scrollbar-button:end:increment {
    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 {
    /* text-decoration: none; */
    color: #2e3b49;
    font-family: Lato, sans-serif;
    /*-webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

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

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

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    /*-webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;*/
}

/*p {
     -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font-family);
    /*-webkit-user-select: none;
        -webkit-touch-callout: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;*/
}

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

ul {
    padding: 0;
    margin: 0;
}

span.asd {
    width: 10%;
}

.copy_text {
    text-align: center;
}

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

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

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

.logo_footer_sec {
    text-align: center;
}

.heading_footer {
    text-align: center;
}

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

.cta {
    background-image: -moz-linear-gradient(90deg, #154890, #1d6bda 100%);
    background-image: -webkit-linear-gradient(90deg, #06111f, #4c5159 100%);
    background-image: -ms-linear-gradient(90deg, #154890, #1d6bda 100%);
    background-color: rgba(21, 72, 144, .99608);
    background-repeat: no-repeat;
    text-align: center;
    padding: 60px 0 30px;
    position: relative;
    background-size: cover;
    margin: 60px 0;
}

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

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

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

.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;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

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

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

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

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

.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;
    transition: all .2s linear;
}

.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;
    position: relative;
    border-radius: 30px;
    border: 2px solid #1d6bda;
    transition: all .2s linear;
}

.cta::after {
    content: "";
    position: absolute;
    background: url(../images/cta-after.webp) center/cover no-repeat;
    width: 390px;
    height: 355px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.container {
    max-width: 1200px;
}

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

/*Header Section Begin*/

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

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

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


.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
    border: 1px solid rgb(204 204 204 / 34%);
    box-shadow: 0px 0px 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;
}

ul.dropdown-menu li a {
    font-size: 16px;
    border-bottom: 1px solid rgb(204 204 204 / 32%);
    text-shadow: none !important;
}


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

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

.dropdown-submenu {
    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);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .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: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .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;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: none;
}

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

.mobile-nav-btn {
    display: block;
    z-index: 99999;
    top: 15px;
}

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

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

.lines:before,
.lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .6s ease, -webkit-transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease;
}


.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;
}

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

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

ul.firstlevel.unstyled {
    padding: 0;
}

header .row {
    align-items: center;
}

.logo_Sec_main a {
    display: inline-block;
}

.logo_Sec_main img {
    width: 187px;
}

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

.main_menu_sec ul.dropdown-menu li a:hover {
    background: #06111f;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    background: #06111f;
    background: linear-gradient(93deg, #06111f 0%, #1171bb);
    color: #fff !important;
}

.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: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;
}

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

.main_menu_sec ul.dropdown-menu li 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 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

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

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

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

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

.btn_header ul li a.header_btn_second {
    background: #06111f;
    color:
        var(--white);
    position: relative;
    align-items: center;
    padding: 10px 15px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    z-index: 9;
    display: inline-block;
    border-radius: 5px;
}

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

.btn_header ul li a.header_btn_one {
    background: #e9ce93;
    color:
        var(--white);
    position: relative;
    align-items: center;
    padding: 10px 15px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    z-index: 9;
    display: inline-block;
    border-radius: 5px;
}

.btn_header ul li a.header_btn_one:hover {
    background: #06111f;
}

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

/*Header Section End*/

/*Banner Section Begin*/

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

.banner___sec__main .carousel-item {
    position: relative;
}

.banner___sec__main .carousel-item img {
    width: 100%;
}

.banner___sec__main .carousel-item:before {
    content: '';
    position: absolute;
    background: #06111fd1 !important;
    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: 100%;
    right: 0;
    left: 0;
    padding-top: 120px;
    bottom: 0;
}

.banner__content__sec h1 {
    color: #e9ce93;
    font-size: 55px;
    font-weight: bold;
    line-height: 75px;
    margin-bottom: 35px;
}

.banner__content__sec p {
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
}

.banner__content__sec h1 span {
    color: #ffffff;
    position: relative;
}

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

.btn_web ul li {
    display: inline-block;
    margin-right: 5px;
}

.btn_web ul li a {
    background: #06111f;
    color:
        var(--white);
    padding: 15px 25px;
    display: inline-block;
    border-radius: 5px;
    font-size: 17px;
    transition: 0.5s ease-in-out;
    font-weight: 600;
    border: 1px solid;
}

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

.btn_web {
    padding-top: 20px;
}

.btn_web ul li a:hover {
    background: #e9ce93;
    border: none;
}

.btn_web ul li:nth-child(2) a {
    background: #e9ce93;
    border: none;
}

.btn_web ul li:nth-child(2) a:hover {
    background: #06111f;
}

.banner__form__tab {
    margin-left: 120px;
    background: rgb(255 255 255 / 30%);
    padding: 30px;
    border-radius: 5px;
    backdrop-filter: blur(8px);
    border: 2px solid #e9ce93;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 28%);
}

.banner__form__tab h3 {
    font-size: 26px;
    text-align: center;
    color: #e9ce93;
    font-weight: bold;
    margin-bottom: 15px;
}

.banner__form__tab .btn__submit input {
    margin-bottom: 0 !important;
}

.banner__form__tab input {
    height: 50px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid rgb(0 0 0 / 25%);
    font-size: 15px;
    width: 100%;
}

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

.banner__form__tab textarea {
    height: 110px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgb(0 0 0 / 25%);
    font-size: 15px;
    resize: none;
}

.btn__submit input {
    background: #06111f;
    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: #1171bb;
}

/*Banner Section End*/

/*Logo Platform Section Begin*/

.padding__70 {
    padding: 70px 0;
}


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

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

/*Logo Platform Section End*/

/*Process Section Begin*/

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

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

.center__heading__sec {
    text-align: center;
}

.center__heading__sec h2 {
    font-size: 50px;
    font-weight: bold;
    color: #06111f;
}

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

.center__heading__sec h2 span {
    color: #e9ce93;
}


.process__head__sec span {
    font-size: 120px;
    color: #e9ce93;
    opacity: .4;
    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 {}

.process__head__sec h3 {
    font-size: 25px;
    font-weight: bold;
    color: #06111f;
    margin-bottom: 20px;
}

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

.process__img__tb {
    position: relative;
}

.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, .1);
}

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

.process__img__tb img {
    width: auto;
}

.Process__services__slider .col-sm-4:nth-child(odd) .process__box__tab {
    margin-top: 5em;
}

/*Process Section End*/

/*CTA Section Begin*/

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

.CTA__content__sec {
    text-align: center;
}

.cta__sec__main:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(42 42 42 / 92%);
    z-index: -1;
}

.CTA__content__sec h3 {
    font-size: 70px;
    color: #1171bb;
    font-weight: bold;
}

.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: 0px;
}

/*CTA Section End*/

/*Portfolio Section Begin*/

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

.portfolio__sec__main {
    position: relative;
}

.portfolio__sec__main:before {
    content: '';
    position: absolute;
    background: url(../images/portfolio-bg.webp);
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    top: 0;
}

.book__portfolio__sec img {
    width: 100%;
}

.book__portfolio__sec {
    margin-bottom: 30px;
    border: 1px solid #c1c1c1;
}

/*Portfolio Section End*/


/*SEcond CTA Section Begin*/

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

/*SEcond CTA Section End*/


/*Second CTA Section Begin*/

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

.CTA__boxs__tab img {
    width: 100%;
}

.CTA__content__box_overlay {
    /* position: absolute; */
    /* top: 0; */
    /* display: flex; */
    /* justify-content: center; */
    /* flex-direction: column; */
    /* height: 100%; */
    /* padding: 0 90px; */
    /* background: rgb(25 74 80 / 90%); */
    text-align: center;
}

.CTA__boxs__tab {
    position: relative;
}

.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: 24px;
    line-height: 35px;
    font-weight: 300;
}

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


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

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

.CTA__content__box_overlay .btn_web ul li a:nth-child(2) {}

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

.second__CTA_main:before {}

.second__CTA_main:before {
    content: '';
    position: absolute;
    background: rgb(46 59 73 / 66%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

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

/*Second CTA Section End*/


/*Procss Work Section Begin*/

.process__box__content {
    padding: 3em 1em 0;
    width: 100%;
    box-shadow: 0 30px 30px #ededed;
    border-radius: 5px;
    position: relative;
    transition: all ease 0.5s;
    text-align: center;
    background: rgb(255 255 255 / 80%);
    min-height: 290px;
    margin-top: 30px;
    margin-bottom: 50px;
    border: 3px solid #e9ce93;
}

.process__box__content h2 {
    color: #e9ce93;
    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 3px;
    border-left: 7px solid #2e3b49;
    transition: all ease 0.2s;
}

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

.process__box__content:hover {
    background: #06111f;
    border: none;
}

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

.process__box__content:before {}

.our__Process__sec {
    position: relative;
}

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

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

/*Procss Work Section End*/

/*Third CTA Section Begin*/

.third__CTA_sec {
    background: url(../images/cta-third-img.webp);
    background-size: cover;
    padding: 140px 0;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-position: top;
}

.third__CTA_sec:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(0 0 0 / 60%);
    z-index: -1;
}

.third__CTA_content {
    text-align: center;
}

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

.third__CTA_content p {
    font-size: 20px;
    line-height: 33px;
    font-weight: 300;
    color: var(--white);
}

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

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

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

/*Third CTA Section End*/


/*Faq Section Begin*/

.faq_right_sec img {
    width: 100%;
}

.faq_sec_main .container-fluid {
    padding: 0;
}

.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: #06111f;
    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: 16px;
    line-height: 29px;
}

.faq__sec_tab {
    position: relative;
}

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

/*Faq Section End*/

/*Forth CTA Section Begin*/

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

.forth__cta__tab:before {
    content: '';
    position: absolute;
    /* background: rgb(249 249 249 / 50%); */
    width: 100%;
    height: 99.50%;
    top: 0;
    right: 0;
    /* backdrop-filter: blur(2px); */
    z-index: -1;
}

.forth__cta__tab .third__CTA_content {
    background: rgb(255 255 255 / 65%);
    padding: 90px 20px;
    border-radius: 5px;
    backdrop-filter: blur(8px);
    border: 2px solid rgb(188 143 44 / 43%);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 28%);
}

.forth__cta__tab .third__CTA_content h3 {
    color: #e9ce93;
}

.forth__cta__tab .third__CTA_content p {
    color: var(--black);
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
}

/*Forth CTA Section End*/

/*Review Section Begin*/

.review__tab {
    text-align: center;
    margin: 0 50px;
}

.review__tab p {
    font-size: 20px;
    line-height: 33px;
    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 #e9ce93;
    position: relative;
    bottom: -90px;
}

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

.test-border .leave {
    position: absolute;
    bottom: 0px;
    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: #e9ce93;
    top: auto;
    display: block;
    width: 55px;
    height: 55px;
    bottom: -116px;
    box-shadow: 0px 10px 30px #ddd;
    transition: 0.5s ease-in-out;
}

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

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

.testimonial_sec_main .slick-next:hover,
.testimonial_sec_main .slick-prev:hover {
    background: #06111f;
}

.video-testi .review__tab h6 {
    font-size: 32px;
}

/*Review Section End*/

/*Five CTa Section Begin*/

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

.five__cta__sec .third__CTA_content p {
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
}

.five__cta__sec {
    background: url(../images/five-cta-bg.webp);
    background-size: cover;
    padding: 150px;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-position: center;
}

.five__cta__sec:before {
    content: '';
    position: absolute;
    background: rgb(42 42 42 / 92%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.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: transparent;
    border: 2px solid #fff;
    color: #fff;
}

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

/*Five CTa Section End*/

/*Footer Section Begin*/

footer {
    background: #06111f;
    padding: 35px 0;
    position: relative;
}

/*footer:before {
    content: '';
    background: url(../images/portfolio-bg.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}*/

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

.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: #e9ce93;
    color: var(--white);
}

.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;
}

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

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

.copy_text p {
    color: var(--white);
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}

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

.term_links {
    text-align: right;
}

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

.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;
}

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

.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;
}

.footer__info__detail ul li a:hover {
    color: var(--primary_color);
}

.footer_menu_sec ul li a:hover {
    color: #e9ce93;
}

.term_links ul li a:hover {
    color: var(--primary_color);
}

/*Footer Section End*/


/*About Us Section Begin*/

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

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

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

.inner__banner .banner__content__sec h1 {
    text-align: center;
}

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

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

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

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

.about__content__sec h3 span {
    color: var(--primary_color);
}

.about__img__sec img {
    /* width: 100%; */
    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 {
    content: '';
    position: absolute;
    background: rgb(211 117 86 / 90%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

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

.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: bold;
    color: var(--white);
    font-family: var(--heading-font-family);
    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: bold;
    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 rgb(204 204 204 / 32%);
    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%);
}

.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;
    color: var(--secondary_color);
    font-weight: bold;
    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 rgb(204 204 204 / 32%);
    content: '';
    position: absolute;
    right: 0px;
    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: #e9ce93;
}

/*About Us Section End*/



/*Services Section Begin*/

.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) no-repeat;
    background-color: #f5f9ff;
    background-size: cover;
}


.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;
}

.counter___number__tab ul li {
    text-align: center;
}

.servcies__content__scroll.scroll-block {
    text-align: left;
}

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

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

/*Services Section End*/


/*Story Section Begin*/

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

.book__stories__sec {
    text-align: center;
}

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

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

.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: bold;
    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: bold;
}

.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: bold;
    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;
}

.story__content__Sec ul li:nth-child(2) a {
    background: var(--primary_color);
}

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

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

.bg2 .story__content__Sec h5 {
    color: var(--secondary_color);
}

.bg2 .story__content__Sec p a {
    color: var(--secondary_color);
}

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

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

.bg3 .story__content__Sec ul li a {
    background: var(--primary_color);
}

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

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

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

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

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

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

.story__bg8 {
    background: url(../images/story-bg08.jpg);
    background-size: 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.png);
    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.png);
    content: '';
    position: absolute;
    width: 195px;
    height: 520px;
    right: 0px;
    bottom: 60px;
    opacity: 0.5;
}

/*Story Section End*/

/*Ghostwriting Secting Begin*/

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

.inner__about__sec .about__content__sec h3 {
    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;
}

/*Ghostwriting Secting End*/

/* Pravacy Policy Begin*/

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

.privacy_policy .about__content__sec p b {
    color: var(--primary_color);
}

.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;
}

.privacy_policy .about__content__sec h4 {
    color: var(--primary_color);
}

/* Pravacy Policy End*/


/*Contact Home Section Begin*/

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

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

.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,
.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 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;
}

.btn_form input:hover {
    background: var(--primary_color);
}

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

/*Contact Us Section End*/


/*Thank You Page Begin*/

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

.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;
}

.main-thankyou a:hover {}

/*Thank You Page End*/

#cookie-consent-banner {
    position: fixed;
    bottom: auto;
    left: 0;
    z-index: 999990;
    box-sizing: border-box;
    width: 100%;
    background-color: #000;
    display: inline-block;
}

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

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

.cookie-consent-banner__description {
    font-family: "CeraPRO-Regular", sans-serif, arial;
    font-weight: normal;
    color: #fff;
    font-size: .65vmax;
    line-height: 22px;
}

.btn-footer {
    background-color: #e9ce93;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 17px;
    color: white;
    border-radius: 30px;
    font-weight: 500;
}

.btn-footer {
    background-color: #e9ce93;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 17px;
    color: white;
    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: bold;
}

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

/*Responsive Begin*/

@media (max-width: 1600px) {

    .banner__content__sec h1 {
        font-size: 55px;
        line-height: 65px;
    }

    .banner___sec__main.homepage .carousel-item img {
        width: 100%;
        min-height: 100vh;
        max-height: 110vh;
        object-fit: cover;
    }

    .banner___sec__main .carousel-item img {
        width: 100%;
        /*height: unset;*/
        object-fit: cover;
    }

    .platform__logo__sec {
        padding-bottom: 0;
    }

    .cta .center__heading__sec h2 {
        font-size: 40px;
    }

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

    .center__heading__sec h2 {
        font-size: 40px;
    }

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

    .third__CTA_content h3 {
        font-size: 49px;
    }

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

    .heading_footer h3 {
        font-size: 22px;
        color: #ffffff;
        margin-top: 5px;
    }

    .footer__info__detail ul li a {
        font-size: 16px;
    }

    .footer__info__detail ul li p {
        font-size: 15px;
    }

    .about__content__sec p {
        font-size: 16px;
        line-height: 25px;
    }

    .just__content__tp h3 {
        font-size: 40px;
    }

    .self__content__sec ul li span {
        font-size: 40px;
    }

    .time__line__content h3 {
        font-size: 55px;
    }

    .time__line__content p {
        font-size: 23px;
        line-height: 35px;
    }

    .time__line_head h3 {
        font-size: 20px;
    }

    .time__line__contentPara p {
        font-size: 16px;
        line-height: 25px;
    }

    .review__tab h6 {
        font-size: 20px;
    }

    .review__tab h4 {
        font-size: 30px;
    }

    .counter___number__tab ul li h4 {
        font-size: 40px;
    }

    .inner__banner .banner__content__sec h1 {
        font-size: 50px;
    }

    .inner__about__sec .about__content__sec h3 {
        font-size: 30px;
    }

    .inner__about__sec .about__content__sec ul li {
        font-size: 16px;
    }

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

    .process__box__content h2 {
        font-size: 20px;
    }

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

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

    .process__box__content p {
        font-size: 15px;
        line-height: 26px;
    }

    .book_cover_content p.scroll-block {
        max-height: 430px !important;
    }

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

    .story__content__Sec h3 {
        font-size: 40px;
    }

    .story__content__Sec h5 {
        font-size: 25px;
    }

    .con_detail_hme ul li {
        font-size: 30px;
    }

    .con_detail_hme ul li {
        line-height: 50px;
    }

    .privacy_policy .about__content__sec h3 {
        font-size: 27px;
    }

    .privacy_policy .about__content__sec ul li {
        font-size: 16px;
    }

}


@media (max-width: 1440px) {

    .banner__content__sec h1 {
        font-size: 50px;
        line-height: 60px;
    }



    footer {
        padding: 60px 0;
    }


    .banner__content__sec p {
        font-size: 16px;
        line-height: 32px;
    }

    .navbar-nav li:hover>ul.dropdown-menu {
        min-width: 11rem;
    }


    .banner__form__tab h3 {
        font-size: 24px;
    }

    .center__heading__sec p {
        width: 90%;
        margin: 0 auto;
    }

    .process__head__sec span {
        font-size: 100px;
        line-height: 50px;
        bottom: -35px;
    }

    .book__cta1 img {
        width: 70%;
    }

    .book__cta2 {
        text-align: right;
        bottom: -50px;
    }

    .book__cta2 img {
        width: 70%;
    }

    .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 {
        font-size: 40px;
    }

    .self__content__sec ul li {
        font-size: 15px;
        line-height: 20px;
    }

    .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;
    }

    .center__heading__sec h2 {
        font-size: 35px;
    }

    .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;
    }

    .inner__banner .banner__content__sec h1 {
        font-size: 40px;
    }

    .banner__content__sec h1 span:after {
        bottom: -44px;
    }

    .about__imageMan {
        top: 35%;
    }

    .third__CTA_content h3 {
        font-size: 40px;
    }

    .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 {
        font-size: 24px;
    }

}


@media (max-width: 1366px) {

    .banner__content__sec h1 {
        font-size: 45px;
        line-height: 60px;
        margin-bottom: 60px;
    }

    .CTA__content__sec h3 {
        font-size: 50px;
    }

    .cta__sec__main {
        padding: 100px 0;
    }

    .second__CTA_main {
        padding: 100px 0;
    }

    .third__CTA_sec {
        padding: 100px 0;
    }

    .five__cta__sec {
        padding: 100px 0;
        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 0px 40px 0px;
    }

    .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 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;
    }

    .review__tab h4 {
        font-size: 25px;
    }

    .self__content__sec ul li span {
        font-size: 35px;
    }

    .about__imageMan img {
        width: 100%;
    }

    .about__imageMan {
        top: 35%;
        left: 30%;
    }

    .inner__about__sec .about__content__sec h3 {
        font-size: 25px;
    }

    .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 h3 {
        font-size: 35px;
    }

    .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 {
        font-size: 17px;
        line-height: 25px;
    }

    .process__head__sec span {
        font-size: 80px;
    }

    .process__head__sec h3 {
        font-size: 22px;
    }

    .CTA__content__sec h3 {
        font-size: 40px;
    }

    .cta__sec__main {
        padding: 80px 0;
    }

    .our__Process__sec:after {
        z-index: -1;
    }

    .second__CTA_main {
        padding: 80px 0;
    }

    .CTA__content__box_overlay h2 {
        font-size: 35px;
        line-height: 35px;
    }

    .third__CTA_sec {
        padding: 80px 0;
    }

    .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 {
        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 p {
        font-size: 17px;
        line-height: 25px;
    }

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

    .third__CTA_content h3 {
        font-size: 30px;
    }

    .privacy_policy .about__content__sec h3 {
        font-size: 22px;
    }

    .privacy_policy .about__content__sec ul li {
        font-size: 15px;
    }

    .inner__banner .banner__content__sec h1 {
        font-size: 35px;
        line-height: 50px;
    }

    .banner___sec__main.inner__banner video,
    .banner___sec__main.inner__banner img {
        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 h3 {
        font-size: 30px;
    }

    .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 {
        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 {
        font-size: 16px;
        line-height: 28px;
    }

    .review__tab p {
        font-size: 16px;
        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: 0px;
    }

    .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: 1070px; */
        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;
    }

    .cookie-consent-banner__description {
        font-size: 1.2vmax;
    }

    header {
        padding: 70px 0 0;
    }


    .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) {
    .center-col img {
        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: 210px;
    }



    .banner___sec__main video,
    .banner___sec__main .carousel-item img {
        /* height: 1430px; */
        object-fit: cover;
    }

    .platform__logo__sec {
        /* margin-top: -150px; */
        padding: 70px 0 40px;
    }

    .book__cta1,
    .book__cta2 {
        display: none;
    }

    .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;
    }

    .CTA__content__box_overlay p {
        font-size: 17px;
        width: 100%;
    }

    .third__CTA_content p {
        font-size: 19px;
        width: 100%;
    }

    .col-sm-10.center-col {
        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%;
    }

    .test-border .leave,
    .test-border .cup {
        display: none;
    }

    footer .col-sm-4 {
        max-width: 100%;
        flex: 100%;
    }

    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;
    }

    .about__sec .col-sm-6 {
        max-width: 100%;
        flex: 100%;
    }

    .about__img__sec {
        display: none;
    }

    .just__content__tp img {
        width: 100%;
    }

    .just__book__sec .col-sm-6 {
        max-width: 100%;
        flex: 100%;
    }

    .just__content__tp img {
        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;
    }

    .timeline___sec__main .col-sm-9 {
        max-width: 100%;
        flex: 100%;
    }

    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 {
        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;
    }

    .stories__sec__main .col-sm-6 {
        max-width: 100%;
        flex: 100%;
    }

    .book__stories__sec {
        text-align: left;
    }

    .stories__sec__main .row {
        flex-direction: column-reverse;
    }

    .book__stories__sec {
        display: none;
    }

    .con_detail_hme ul li {
        font-size: 24px;
        padding: 0 50px 20px 0px;
    }

    .contact_hme .col-sm-8 {
        max-width: 100%;
        flex: 100%;
        margin-top: 40px;
    }

    .contact_hme .col-sm-4 {
        max-width: 100%;
        flex: 100%;
    }

    .row.scond__row {
        flex-direction: column-reverse;
    }

    .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;
    }

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



    .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%;
    }

    header .btn_header {
        display: none;
    }

    .mobile-nav-btn {
        right: 20px;
        position: absolute;
        top: 0;
    }

    .navbar-toggler {
        display: none;
    }

    .inner__banner .banner__content__sec {
        padding-top: 0;
    }

    header {
        padding: 7px 0 7px;
        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;
    }

    .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: 5%;
        z-index: 999999999;
        top: 0;
    }

    .mobile-nav ul {
        padding-top: 0;
    }

    .platform__logo__sec {
        margin-top: 0;
        padding: 40px 0 0;
    }

    .banner___sec__main video,
    .banner___sec__main .carousel-item img {
        /* height: 1090px; */
        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 video,
    .banner___sec__main.inner__banner img {
        height: 260px;
        margin-bottom: 0;
    }

    .cookie-consent-banner__description {
        font-size: 1.4vmax;
        line-height: 17px;
    }

    .mobile-nav-btn span {
        top: 75px;
    }

    .logo_Sec_main img {
        width: 140px;
    }

    header {
        padding: 66px 0 7px;
    }


}



@media (max-width: 450px) {
    .cta::after {
        display: none;
        ;
    }

    .mobile-nav-btn {
        right: 20px;
        position: absolute;
        top: 100px;
    }

    header {
        padding: 105px 0 7px;
    }

    .cta::before {
        display: none;
        ;
    }

    .mobile-nav-btn span {
        top: 0px;
    }

    .banner___sec__main video,
    .banner___sec__main .carousel-item img {
        /* height: 1280px; */
    }

    .banner__content__sec h1 {
        font-size: 27px;
        line-height: 32px;
        width: 100%;
        margin: 0 auto 25px;
    }

    .banner__content__sec p {
        font-size: 16px;
        line-height: 27px;
    }

    .center__heading__sec p {
        font-size: 16px;
        line-height: 27px;
        width: 100%;
    }

    .container {
        max-width: initial;
        padding: 0 25px;
    }

    .process__img__tb:after {
        right: 50px;
        width: 50%;
    }

    .process__head__sec {
        text-align: center;
    }

    .process__head__sec p {
        font-size: 16px;
        line-height: 27px;
        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 {
        max-width: 50%;
        flex: 50%;
    }

    .forth__cta__tab .third__CTA_content p {
        font-size: 17px;
        line-height: 27px;
    }

    .review__tab {
        text-align: center;
        margin: 0 20px;
    }

    .test-border {
        display: none;
    }

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

    footer .col-sm-8.pl-5 .row .col-sm-4 {
        max-width: 50%;
        flex: 50%;
    }

    .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 video,
    .banner___sec__main.inner__banner img {
        height: 210px;
        margin-bottom: 0;
    }

    .inner__about__sec .about__content__sec 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: 29px;
        padding: 13px 15px;
        margin-top: 5px;
    }

    .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;
    }

    .third__CTA_content h3 {
        font-size: 20px;
    }

    .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%;
    }

    .mobile-nav-btn {
        right: 20px;
        position: absolute;
        top: 120px;
    }

    .inner__banner .banner__content__sec h1 {
        font-size: 18px;
        line-height: 25px;
    }

    header {
        padding: 105px 0 15px;
        position: relative;
        margin-top: 0;
    }

    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;
    }

    .mobile-nav {
        width: 65%;
    }

    .app-container.active {
        left: 0;
    }

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

    .mobile-nav nav li a {
        padding: 10px 24px;
    }

    .banner___sec__main.inner__banner video,
    .banner___sec__main.inner__banner img {
        height: 170px;
        margin-bottom: 0;
    }

    .inner__about__sec .about__content__sec h3 {
        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 0px 10px 0px;
        line-height: 30px;
    }

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

    .logo_Sec_main img {
        width: 85%;
    }

    .inner__about__sec .about__content__sec ul li {
        font-size: 15px;
        padding-bottom: 10px;
        line-height: 21px;
    }

}

/*Responsive End*/

.salingbook {
    position: sticky;
    top: 70px;
}

.ez-toc-container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    display: table;
    margin-bottom: 1em;
    padding: 10px 20px 10px 10px;
    position: relative;
    width: auto;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

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