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: #0b5e73;
  --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.html");
  src: url("../fonts/OfficinaSansStd-Boldd41dd41dd41d.html?#iefix")
      format("embedded-opentype"),
    url("../fonts/OfficinaSansStd-Bold-2.html#OfficinaSansStd-Bold") format("svg"),
    url("../fonts/OfficinaSansStd-Bold.ttf") format("truetype"),
    url("../fonts/OfficinaSansStd-Bold-3.html") format("woff"),
    url("../fonts/OfficinaSansStd-Bold-4.html") 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: #f0ae35;*/
  background: linear-gradient(180deg, rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
}

::selection {
  color: var(--white);
  background: #3889de;
}

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

.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(3 29 82);
  background-repeat: no-repeat;
  padding: 60px 0 30px;
  background-size: cover;
  margin: 60px 0;
  position: relative;
  isolation: isolate;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 999;
}

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

.stxsd .top-area-sec .about__content__sec p {
    color: #fff !important;
}


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

header {
  padding: 20px 0;
  background: rgb(255 255 255);
  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: #000000;
  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;
  transition: 0.3s ease-in-out;
}

.banner__content__sec h1,
.main_menu_sec ul li a:hover {
  color: #3889de;
}

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: #fd8204;
}

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

a.new_btnz{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
}
.btn_header ul li a.new_btnz .icon{}
.btn_header ul li a.new_btnz .icon i{
    font-size: 30px;
    animation: bounceIn 3s ease-out infinite;
}
header.sticky {
    position: fixed;
    transition: all 0.4s ease;
    background: #fff;
}

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

.logo_Sec_main img {
  width: 260px;
  height: auto;
  /*filter: brightness(0) invert(1);*/
}

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

.main_menu_sec ul.dropdown-menu li a:hover {
  border-bottom: 1px solid;
  color: #fff !important;
  background: linear-gradient(180deg, rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
  transition: 0.3s ease-in-out;
}

.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: #ffd400;
  background: linear-gradient(180deg, rgb(59 199 208) 0%, rgb(50 171 180) 17%, rgba(0, 23, 74, 1) 100%);
}

.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: linear-gradient(180deg,rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
}

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



.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: #ffffff00 !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: 0;
  bottom: 0;
}

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

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

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

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

.banner__form__tab h3,
.center__heading__sec h2 span,
.thank-you h1 {
  color: #0b4c45;
}

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



.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: 14px 30px;
  font-size: 15px;
}

.btn_web {
  padding-top: 20px;
}

.btn_web ul li a:hover,
.btn_web ul li:nth-child(2) a {
  background: #0b4c45;
  border: none;
  background: linear-gradient(180deg,rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
}

.banner__form__tab {
  margin-left: 120px;
  background: rgb(255 255 255);
  padding: 30px;
  border-radius: 40px;
  border: 1px solid #fd8204;
  box-shadow: 14px 10px 40px #000000b8;
}

.banner__form__tab h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.banner__form__tab input {
  height: 50px;
  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: 110px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid;
  font-size: 15px;
  resize: none;
}

.btn__submit input {
  background: #fd8204;
  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: 100%;
  background: linear-gradient(180deg,rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
}

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

.padding__70 {
  padding: 80px 0;
  background: #e7e7e7de;
}

.platform__logo__sec {
  margin-top: -200px;
}

.platform__logos img {
  max-width: 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: #000000;
}

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

.process__head__sec span {
  font-size: 120px;
  color: rgb(56 137 222 / 31%);
  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: 16px;
  line-height: 26px;
  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 {
  margin-top: 5em;
}

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

.second__CTA_main {
  background: url(../images/cta-img-01.webp) 0 0 / cover;
  padding: 140px 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: 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: #fd8204;
  color: var(--white);
  border: 2px solid #ffffff;
  background: linear-gradient(180deg,rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
}

.CTA__content__box_overlay .btn_web ul li a:hover {
  background: var(--white);
  color: #3889de;
  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(56 137 222 / 34%);
  right: 0;
}

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

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

.process__box__content h2 {
  color: #007179;
  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: #000000;
  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/cta-third-img.webp) top/cover fixed;
  padding: 140px 0;
  position: relative;
  z-index: 1;
}

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

.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: #000000;
  color: var(--white);
  border: 2px solid #000000;
}

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

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

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

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

.review__tab {
  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: #000000;
  font-size: 32px;
  font-style: italic;
  margin-bottom: 0;
}

.review__tab h6 {
  color: #007179;
  font-size: 22px;
  font-weight: 200;
  font-style: italic;
}

.test-border {
  border-bottom: 5px solid #007179;
  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: #fd8204;
  top: auto;
  display: block;
  width: 55px;
  height: 55px;
  bottom: -116px;
  box-shadow: 0 10px 30px #ddd;
  transition: 0.5s ease-in-out;
  background: linear-gradient(180deg, rgb(61 190 199) 0%, rgb(35 152 160) 17%, rgba(0, 23, 74, 1) 100%);
}

.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: 20px;
  font-weight: 500;
}

.five__cta__sec {
  background: url(../images/five-cta-bg.webp) center/cover fixed;
  margin-top: 140px;
  padding: 150px;
  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;
  background: linear-gradient(180deg, rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
}

.logo_footer_sec img {
  width: 20%;
  height: auto;
  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: #ffd400;
  color: var(--white);
}

.about__content__sec h3 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: #cfc600;
}

.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 {
  font-size: 50px;
  font-weight: 700;
  color: #000000;
}

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

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

.about__content__sec ul {
  margin: 10px 20px;
  margin-left: 0;
}

.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(56 137 222 / 44%);
}

.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: #f0ae35;
  border-radius: 50px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: linear-gradient(180deg, rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
}

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

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

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

.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: #ffd400;
  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: #000000;
  position: relative;
}

.counter___number__tab ul li h4 span {
  color: #3889de;
  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: #ffd400;
  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: #ffd400;
  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: #E7C733;
  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: #ffd400;
}

.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: #ffd400 !important;
}

.bg3 .story__content__Sec ul li:nth-child(2) a {
  background: #fff;
  color: #E7C733 !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: #ffd400;
}

.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 {
  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: #3583d6;
  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 {
  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: #ffd400;
  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: #000000;
}

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

.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: #f0ae35;
  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;
  background: linear-gradient(180deg, rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
}

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

.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: #ffd400;
  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: #bdaaaa;
  font-size: 0.65vmax;
  line-height: 1.5;
}

.btn-footer {
  background-color: #ffd400;
  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;
}

/*Popup Css*/
  /*Bouce close window*/
#ouibounce-modal h4:before {background: #ff851d;content: "";height: 100%;width: 6px;position: absolute;left: 0;top: 0;border-radius: 16px;} section.expertise-col a:hover { background: #de122e; border-color: #de122e; color: #fff; } #ouibounce-modal .modal-body a { padding-right: 62px; margin-bottom: 23px; font-size: 14px; margin-top: 10px; } .modal-footer a {cursor: pointer;border: #0c8a41 3px solid;background: #fff;border-radius: 72px;text-align: center;box-shadow: #000 0 0 10px;display: block;padding: 15px;} #ouibounce-modal .modal:before {content: "";background: url(../images/opt-shark.png) no-repeat left top;width: 187px;height: 273px;position: absolute;left: -27px;top: 18px;visibility: hidden;} #ouibounce-modal {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 12;} #ouibounce-modal .modal:after {background: url('../images/sprite.png') no-repeat 0 0;width: 22px;height: 60px;content:"";position:absolute;z-index: 1;visibility: hidden;right: 0;} #ouibounce-modal .underlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0, 0, 0, .5); cursor: pointer; -webkit-animation: fadein .5s; animation: fadein .5s } #ouibounce-modal .modal {width: 410px;height: 425px;background-color: #ffffff;z-index: 1;position: absolute;margin: auto;top: 0;right: 0;bottom: 0;left: 0;border-radius: 24px;display: block;-webkit-animation: popin .3s;animation: popin .3s;padding: 14px 24px 24px 20px;overflow: visible;} #ouibounce-modal .modal-body p {font-size: 15px;margin-bottom: 7px;margin-top: 0;} #ouibounce-modal h4 {color: #000;font-size: 25px;text-transform: none;font-weight: 800;position: relative;padding-left: 19px;margin-top: 13px;margin-bottom: 8px;} #ouibounce-modal .modal-body {font-size: 13px;padding: 7px 0 10px;} #ouibounce-modal h2+p { color: #344a5f } #ouibounce-modal form { } #ouibounce-modal form input[type=text], #ouibounce-modal form input[type=email], #ouibounce-modal form textarea {padding: 12px 12px 12px 32px;font-size: 12px;width: 100%;border-radius: 4px;border: 1px solid #ccc;-webkit-font-smoothing: antialiased;background: #f4f4f4;margin: 0;color: #000;} #ouibounce-modal form input[type=submit] {text-transform: uppercase;padding: 12px;font-size: 22px;border-radius: 4px;margin-right: 8px;color: #fff;background-color: #ff851d;border: none;cursor: pointer;-webkit-font-smoothing: antialiased;font-weight: 800;text-shadow: #000 0px 1px 1px;width: 49%;} @-webkit-keyframes fadein { 0% { opacity: 0 } 100% { opacity: 1 } } @-ms-keyframes fadein { 0% { opacity: 0 } 100% { opacity: 1 } } @keyframes fadein { 0% { opacity: 0 } 100% { opacity: 1 } } @-webkit-keyframes popin { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 85% { -webkit-transform: scale(1.05); transform: scale(1.05); opacity: 1 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1 } } @-ms-keyframes popin { 0% { -ms-transform: scale(0); transform: scale(0); opacity: 0 } 85% { -ms-transform: scale(1.05); transform: scale(1.05); opacity: 1 } 100% { -ms-transform: scale(1); transform: scale(1); opacity: 1 } } @keyframes popin { 0% { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); opacity: 0 } 85% { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); opacity: 1 } 100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1 } } #ouibounce-modal { display: none; } #ouibounce-modal .modal-footer {
}

.popupform ul li {
    text-align: left;
    position: relative;
    width: 48%;
    margin: 8px 3px;
    display: inline-block;
}
 
.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li textarea {
    background: #fafafa;
    border: #dcdcdc 1px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
}

.popupform ul li i {
    position: absolute;
    top: 12px;
    left: 10px;
}

 
.popupform ul li.first,.popupform ul li:nth-child(4) {
    width: 98%;
}
.popupform ul li textarea {
    height: 110px;
}

.popupform ul li.last {
    text-align: center;
    width: 100%;
}

.popupform ul li input[type="submit"] {
    background: linear-gradient(180deg,rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
    color: #fff;
    font-size: 18px;
    border: #1b4f93 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 50px;
    letter-spacing: 1px;
    border-radius: 30px;
    outline: 0px none;
    width: 100%;
    display: inline-block;
    cursor:pointer;
}

.popupform ul li input[type="submit"]:hover {
    /* background: #ca2f35 !important; */
}

.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus {
    border: #1b4f93 1px solid !important;
}


.popupform {
    width: 500px;
    border-radius: 23px;
    padding: 31px;
    overflow: visible;
    border-bottom: #2868b3 5px solid;
}

.popupform h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 900;
    padding-left: 15px;
    border-left: #1b4f93 6px solid !important;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
}

.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}





.popupform .fancybox-close-small {
    border: #1b4f93 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px;
    opacity: 1;
    padding: 10px 15px;
    color: #000;
}

.popupform .fancybox-close-small:after {
    color: #ca2f35;
    font-size: 25px;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px;
}


input.required.error, textarea.required.error, select.required.error {
    border-bottom: red 2px solid!important;
    color: red!important;
}

label.error {
    display: none!important;
}

.modal-footer a:after {
    content: "x";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #0c8a41;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2;
}

  #ouibounce-modal .modal-footer {position: absolute;top: -10px;right: -8px;border: 0px none;} div#btmsticky b { color: #fcb314; font-size: 24px; } div#btmsticky span { display: block; color: #fcb314; font-size: 29px; } div#btmsticky .content a {display: inline-block;/* width: 250px; */position: relative;top: 15px;text-transform: uppercase;text-align: center;font-weight: 600!important;border: 0px none;cursor: pointer;color: #000;padding: 18px 6px;font-size: 15px;margin: 0 0 0 19px;border-radius: 2px;-webkit-transition: all .1s linear;-moz-transition: all .1s linear;-o-transition: all .1s linear;-ms-transition: all .1s linear;transition: all .1s linear;background: #fcb314;} div#btmsticky h2 { font-size: 24px; text-transform: uppercase; display: inline-block; font-weight: 600; width: 61%; color: #f5f5f5; margin: 13px 0 0 0; } .btm-sticky { position: fixed; bottom: -1px; display: none; left: 0; width: 100%; background: #2b2b2b; padding: 16px 0; border-top: #000 2px solid; z-index: 4; } .hide { opacity: 0; left: -100%; } .show { opacity: 1; left: 0; }

 /* Popup Overlay (background) */
  .bouncepopup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    z-index: 999;
  }

  /* Popup Form */
  .popupform {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    width: 500px;
    display: none;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    z-index: 1000;
  }

  /* Show the popup and overlay */
  .popupform.show,
  .bouncepopup-overlay.show {
    display: block;
    opacity: 1;
  }

  /* Close button style */
  .fancybox-close-small {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    background: none;
    border: none;
    cursor: pointer;
  }
/*Popup Css End*/

@media (max-width: 1600px) {
  .banner__content__sec h1 {
    font-size: 51px;
    line-height: 65px;
  }

  .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: 18px;
    line-height: 30px;
  }

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

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

  .privacy_policy .about__content__sec h3 {
    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,
  .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 {
    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,
  .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,
  .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: 250px;
    height: auto;
    margin: 0;
  }

  .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 {
    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;
  }
  .btn_header ul li a.header_btn_second {
    display: none !important;
}

.logo_Sec_main {
    text-align: center;
}

header .col-sm-3 {
    max-width: 100%;
}
header .col-sm-3 {
    width: 100%;
    text-align: center;
    flex: 100% !important;
    max-width: 100% !important;
}

  .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 .main_menu_sec {
    display: none;
}
.btn_header ul {
    justify-content: center;
    gap: 20px;
}

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

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

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

  .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: 42px 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: 42px 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: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .service-qoute a {
    display: block;
    margin-bottom: 10px;
}
  
  .banner___sec__main.inner__banner .about__content__sec h3{
      font-size: 27px;
  }

  .inner__about__sec .about__content__sec h3,
  .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: 0;
  }

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

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.termscss h3{
    font-size:30px;
}
.topscroling-hed h2 {
  text-align: center;
  font-family: auto;
  font-size: 38px;
  font-weight: 700;
  color: #000000;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}
section.book-banner-sec {
  padding-top: 7%;
  padding-bottom: 2%;
}

section.book-banner-sec img {
  width: 100%;
}

section.book-banner-sec 
h3 {
  font-size: 38px;
  text-transform: capitalize;
  color: #000000;
  font-family: ui-rounded;
  font-weight: 700;
}

section.book-banner-sec p.pb-2.font-weight-normal {
  font-size: 16px;
  line-height: 25px;
  padding-top: 3%;
}




section.banner___sec__main.inner__banner.banner2__sec .about__content__sec h3.wow.fadeInDown {
    color: #fff;
}

section.banner___sec__main.inner__banner.banner2__sec .about__content__sec p.wow.fadeIn {
    color: #fff;
}
.center__heading__sec span {
    color: #03737b !important;
}
.scroll-block {
    max-height: 240px;
}
.banner___sec__main.inner__banner img, .banner___sec__main.inner__banner video {
    height: 790px;
}
section.stxsd img {
    height: 650px !important;
}
.service-qoute a {
    background: #cec525;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 6px;
}

.service-qoute {
    margin-top: 40px;
}

.service-qoute a.chat {
    background: #1f7278;
}
section.banner___sec__main.inner__banner.banner2__sec.cstmhgt.stxsd .about__content__sec.editing__content.audiographic__content {
    text-align: center;
}
.top-area-sec {
    padding-top: 11%;
}
.banner__form__tab h3, .center__heading__sec h2 span, .thank-you h1 {
    color: #ffffff;
    text-shadow: 4px 1px 13px #ffffff;
    font-size: 30px;
    text-transform: uppercase;
}
.banner__form__tab {
    margin-left: 120px;
    padding: 30px;
    border-radius: 35px;
    border: 2px solid;
    box-shadow: 0px 10px 40px #000;
    background: rgb(0 0 0);
}
.banner__form__tab .btn__submit input {
    background: #fd8204;
    width: 100% !important;
    background: linear-gradient(180deg, rgb(60 208 218) 0%, rgb(42 169 178) 17%, rgba(0, 23, 74, 1) 100%);
}
.banner___sec__main .carousel-item:before {
    content: "";
    position: absolute;
    /* background: #ffffffd1 !important; */
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, #ffffffe0 0%, #b8e5dd 100%);
}


.new_ftr{background: #007179;padding: 80px 0 30px 0;}
.new_ftr .ftr_txt{}
.new_ftr .ftr_txt img{
    width: 45%;
    margin: 0 0 20px 0;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.new_ftr .ftr_txt p{
    color: #fff;
    font-size: 16px;
}
.new_ftr .ftr_txt{}
.new_ftr .ftr_txt h5{
    color: #fff;
    font-size: 20px;
    margin: 0 0 30px 0;
}
.new_ftr .ftr_txt ul{}
.new_ftr .ftr_txt ul li{margin: 0 0 20px 0;}
.new_ftr .ftr_txt ul li a{
    color: #fff;
    font-size: 16px;
}

p.midd{
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 30px 0 0 0;
    line-height: 1.8;
}

.btm_ftr{
    padding: 30px 0 0 0;
}
.btm_ftr p{
    margin: 0;
    color: #fff;
}
.btm_ftr p a {
    color: #fff;
    padding-left: 2px;
}
.btm_ftr span a{
    color: #fff;
}

.btm_ftr span{
    display: flex;
    gap: 20px;
    color: #fff;
    justify-content: end;
}


.amz_pg_new .inner__about__sec .banner__form__tab{
    background: rgb(42 42 42 / 31%);
    border-radius: 5px;
    border: 2px solid;
    backdrop-filter: blur(8px);
    box-shadow: 0 0 30px rgb(0 0 0 / 28%);
}

.amz_pg_new .banner__form__tab .btn__submit input {
    width: auto !important;}

.amz_pg_new .banner__form__tab h3{
    color: #000;
    font-size: 24px;
    
    
    
    
    
    
    
    
    
    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: #0b5e73;
    --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.html");
    src: url("../fonts/OfficinaSansStd-Boldd41dd41dd41d.html?#iefix")
      format("embedded-opentype"),
    url("../fonts/OfficinaSansStd-Bold-2.html#OfficinaSansStd-Bold") format("svg"),
    url("../fonts/OfficinaSansStd-Bold.ttf") format("truetype"),
    url("../fonts/OfficinaSansStd-Bold-3.html") format("woff"),
    url("../fonts/OfficinaSansStd-Bold-4.html") 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: #f0ae35;*/
    background: linear-gradient(180deg, rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
}

::
    selection {
  color: var(--white);
    background: #3889de;
}
    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: 860px;
}

.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(3 29 82);
    background-repeat: no-repeat;
    padding: 60px 0 30px;
    background-size: cover;
    margin: 60px 0;
    position: relative;
    isolation: isolate;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 999;
}

.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.html);
    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: 20px 0;
    background: rgb(255 255 255);
    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: #000000;
    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;
    transition: 0.3s ease-in-out;
}

.banner__content__sec
    h1,
.main_menu_sec ul li a:hover {
  color: #3889de;
}
    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: #fd8204;
}

.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: #f0ae35;
    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;
}
    a.new_btnz{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
}
.btn_header
    ul li a.new_btnz .icon{}
.btn_header
    ul li a.new_btnz .icon i{
    font-size: 30px;
    animation: bounceIn 3s ease-out infinite;
}
    header.sticky {
    position: fixed;
    transition: all 0.4s ease;
    background: #fff;
}

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

.logo_Sec_main
    img {
  width: 260px;
    height: auto;
    /*filter: brightness(0) invert(1);*/
}

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

.main_menu_sec
    ul.dropdown-menu li a:hover {
  border-bottom: 1px solid;
    color: #fff !important;
    background: linear-gradient(180deg, rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
    transition: 0.3s ease-in-out;
}

.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: #ffd400;
    background: linear-gradient(180deg,rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
}

.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: linear-gradient(180deg,rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
}

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



.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: #ffffff00 !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: 0;
    bottom: 0;
}

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

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

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

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

.banner__form__tab
    h3,
.center__heading__sec h2 span,
.thank-you h1 {
  color: #0b4c45;
}

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



.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: 14px 30px;
    font-size: 15px;
}

.btn_web {
    padding-top: 20px;
}

.btn_web
    ul li a:hover,
.btn_web ul li:nth-child(2) a {
  background: #0b4c45;
    border: none;
    background: linear-gradient(180deg,rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
}

.banner__form__tab {
    margin-left: 120px;
    background: rgb(255 255 255);
    padding: 30px;
    border-radius: 40px;
    border: 1px solid #fd8204;
    box-shadow: 14px 10px 40px #000000b8;
}

.banner__form__tab
    h3 {
  font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.banner__form__tab
    input {
  height: 50px;
    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: 110px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid;
    font-size: 15px;
    resize: none;
}

.btn__submit
    input {
  background: #fd8204;
    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: 100%;
    background: linear-gradient(180deg,rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
}

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

.padding__70 {
    padding: 80px 0;
    background: #e7e7e7de;
}

.platform__logo__sec {
    margin-top: -200px;
}

.platform__logos
    img {
  max-width: 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: #000000;
}

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

.process__head__sec
    span {
  font-size: 120px;
    color: rgb(56 137 222 / 31%);
    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: 16px;
    line-height: 26px;
    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 {
  margin-top: 5em;
}

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

.second__CTA_main {
    background: url(../images/cta-img-01.webp) 0 0 / cover;
    padding: 140px 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: 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: #fd8204;
    color: var(--white);
    border: 2px solid #ffffff;
    background: linear-gradient(180deg,rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
}

.CTA__content__box_overlay .btn_web
    ul li a:hover {
  background: var(--white);
    color: #3889de;
    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(56 137 222 / 34%);
    right: 0;
}

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

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

.process__box__content
    h2 {
  color: #3889de;
    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: #000000;
    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/cta-third-img.webp) top/cover fixed;
    padding: 140px 0;
    position: relative;
    z-index: 1;
}

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

.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: #000000;
    color: var(--white);
    border: 2px solid #000000;
}

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

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

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

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

.review__tab {
    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: #000000;
    font-size: 32px;
    font-style: italic;
    margin-bottom: 0;
}

.review__tab
    h6 {
  color: #3889de;
    font-size: 22px;
    font-weight: 200;
    font-style: italic;
}

.test-border {
    border-bottom: 5px solid #20579d;
    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: #fd8204;
    top: auto;
    display: block;
    width: 55px;
    height: 55px;
    bottom: -116px;
    box-shadow: 0 10px 30px #ddd;
    transition: 0.5s ease-in-out;
    background: linear-gradient(180deg,rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
}

.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: 20px;
    font-weight: 500;
}

.five__cta__sec {
    background: url(../images/five-cta-bg.webp) center/cover fixed;
    margin-top: 60px;
    padding: 150px;
    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;
    background: linear-gradient(180deg, rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
}

.logo_footer_sec
    img {
  width: 20%;
    height: auto;
    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: #ffd400;
    color: var(--white);
}

.about__content__sec
    h3 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: #3889de;
}

.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 {
  font-size: 50px;
    font-weight: 700;
    color: #000000;
}

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

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

.about__content__sec
    ul {
  margin: 10px 20px;
    margin-left: 0;
}

.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(56 137 222 / 44%);
}

.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: #f0ae35;
    border-radius: 50px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background: linear-gradient(180deg, rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
}

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

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

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

.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: #ffd400;
    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: #000000;
    position: relative;
}

.counter___number__tab
    ul li h4 span {
  color: #3889de;
    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: #ffd400;
    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: #ffd400;
    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: #E7C733;
    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: #ffd400;
}

.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: #ffd400 !important;
}

.bg3 .story__content__Sec
    ul li:nth-child(2) a {
  background: #fff;
    color: #E7C733 !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: #ffd400;
}

.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 {
  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: #3583d6;
    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 {
  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: #ffd400;
    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: #000000;
}

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

.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: #f0ae35;
    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;
    background: linear-gradient(180deg, rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
}

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

.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: #ffd400;
    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: #bdaaaa;
    font-size: 0.65vmax;
    line-height: 1.5;
}

.btn-footer {
    background-color: #ffd400;
    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;
}

/*Popup Css*/
  /*Bouce close window*/
#ouibounce-modal
    h4:before {background: #ff851d;
    content: "";
    height: 100%;
    width: 6px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 16px;}
    section.expertise-col a:hover { background: #de122e;
    border-color: #de122e;
    color: #fff; } #ouibounce-modal .modal-body
    a { padding-right: 62px;
    margin-bottom: 23px;
    font-size: 14px;
    margin-top: 10px; } .modal-footer
    a {cursor: pointer;
    border: #0c8a41 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    display: block;
    padding: 15px;} #ouibounce-modal .modal:
    before {content: "";
    background: url(../images/opt-shark.png) no-repeat left top;
    width: 187px;
    height: 273px;
    position: absolute;
    left: -27px;
    top: 18px;
    visibility: hidden;} #ouibounce-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;} #ouibounce-modal .modal:
    after {background: url('../images/sprite.png') no-repeat 0 0;
    width: 22px;
    height: 60px;
    content:"";
    position:absolute;
    z-index: 1;
    visibility: hidden;
    right: 0;} #ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s} #ouibounce-modal .modal {
    width: 410px;
    height: 425px;
    background-color: #ffffff;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 24px;
    display: block;
    -webkit-animation: popin .3s;
    animation: popin .3s;
    padding: 14px 24px 24px 20px;
    overflow: visible;} #ouibounce-modal .modal-body
    p {font-size: 15px;
    margin-bottom: 7px;
    margin-top: 0;} #ouibounce-modal
    h4 {color: #000;
    font-size: 25px;
    text-transform: none;
    font-weight: 800;
    position: relative;
    padding-left: 19px;
    margin-top: 13px;
    margin-bottom: 8px;} #ouibounce-modal .modal-body {
    font-size: 13px;
    padding: 7px 0 10px;} #ouibounce-modal
    h2+p { color: #344a5f} #ouibounce-modal
    form {} #ouibounce-modal
    form input[type=text], #ouibounce-modal form input[type=email], #ouibounce-modal form textarea {padding: 12px 12px 12px 32px;
    font-size: 12px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased;
    background: #f4f4f4;
    margin: 0;
    color: #000;} #ouibounce-modal
    form input[type=submit] {text-transform: uppercase;
    padding: 12px;
    font-size: 22px;
    border-radius: 4px;
    margin-right: 8px;
    color: #fff;
    background-color: #ff851d;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    font-weight: 800;
    text-shadow: #000 0px 1px 1px;
    width: 49%;}
    @-webkit-keyframes fadein { 0% { opacity: 0} 100% {
    opacity: 1} }
    @-ms-keyframes fadein { 0% { opacity: 0} 100% {
    opacity: 1} }
    @keyframes fadein { 0% { opacity: 0} 100% {
    opacity: 1} }
    @-webkit-keyframes popin { 0% { -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0} 85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1} 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1} }
    @-ms-keyframes popin { 0% { -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0} 85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1} 100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1} }
    @keyframes popin { 0% { -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0} 85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1} 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1} } #ouibounce-modal {
    display: none; } #ouibounce-modal .modal-footer {
}

.popupform
    ul li {
    text-align: left;
    position: relative;
    width: 48%;
    margin: 8px 3px;
    display: inline-block;
}
 
.popupform
    ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li textarea {
    background: #fafafa;
    border: #dcdcdc 1px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
}

.popupform
    ul li i {
    position: absolute;
    top: 12px;
    left: 10px;
}

 
.popupform
    ul li.first,.popupform ul li:nth-child(4) {
    width: 98%;
}
.popupform
    ul li textarea {
    height: 110px;
}

.popupform
    ul li.last {
    text-align: center;
    width: 100%;
}

.popupform
    ul li input[type="submit"] {
    background: linear-gradient(180deg,rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
    color: #fff;
    font-size: 18px;
    border: #1b4f93 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 50px;
    letter-spacing: 1px;
    border-radius: 30px;
    outline: 0px none;
    width: 100%;
    display: inline-block;
    cursor:pointer;
}

.popupform
    ul li input[type="submit"]:hover {
    /* background: #ca2f35 !important; */}

.popupform
    ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus {
    border: #1b4f93 1px solid !important;
}


.popupform {
    width: 500px;
    border-radius: 23px;
    padding: 31px;
    overflow: visible;
    border-bottom: #2868b3 5px solid;
}

.popupform
    h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 900;
    padding-left: 15px;
    border-left: #1b4f93 6px solid !important;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
}

.popupform
    h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}





.popupform .fancybox-close-small {
    border: #1b4f93 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px;
    opacity: 1;
    padding: 10px 15px;
    color: #000;
}

.popupform .fancybox-close-small:
    after {
    color: #ca2f35;
    font-size: 25px;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px;
}
    input.required.error, textarea.required.error, select.required.error {
    border-bottom: red 2px solid!important;
    color: red!important;
}
    label.error {
    display: none!important;
}

.modal-footer
    a:after {
    content: "x";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #0c8a41;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2;
}

  #ouibounce-modal .modal-footer {
    position: absolute;
    top: -10px;
    right: -8px;
    border: 0px none;}
    div#btmsticky b { color: #fcb314;
    font-size: 24px; }
    div#btmsticky span { display: block;
    color: #fcb314;
    font-size: 29px; }
    div#btmsticky .content a {display: inline-block;
    /* width: 250px; */
    position: relative;
    top: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600!important;
    border: 0px none;
    cursor: pointer;
    color: #000;
    padding: 18px 6px;
    font-size: 15px;
    margin: 0 0 0 19px;
    border-radius: 2px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    background: #fcb314;}
    div#btmsticky h2 { font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    width: 61%;
    color: #f5f5f5;
    margin: 13px 0 0 0; } .btm-sticky {
    position: fixed;
    bottom: -1px;
    display: none;
    left: 0;
    width: 100%;
    background: #2b2b2b;
    padding: 16px 0;
    border-top: #000 2px solid;
    z-index: 4; } .hide {
    opacity: 0;
    left: -100%; } .show {
    opacity: 1;
    left: 0; }

 /* Popup Overlay (background) */
  .bouncepopup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    z-index: 999;
  }

  /* Popup Form */
  .popupform {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    width: 500px;
    display: none;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    z-index: 1000;
  }

  /* Show the popup and overlay */
  .popupform.show,
  .bouncepopup-overlay.show {
    display: block;
    opacity: 1;
  }

  /* Close button style */
  .fancybox-close-small {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    background: none;
    border: none;
    cursor: pointer;
  }
/*Popup Css End*/
    @media (max-width: 1600px) {
  .banner__content__sec h1 {
    font-size: 51px;
    line-height: 65px;
  }

  .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: 18px;
    line-height: 30px;
  }

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

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

  .privacy_policy .about__content__sec h3 {
    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,
  .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 {
    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,
  .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,
  .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: 250px;
    height: auto;
    margin: 0;
  }

  .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 {
    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 .main_menu_sec {
    display: none;
}
.btn_header ul {
    justify-content: center;
    gap: 20px;
}

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

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

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

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

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

/* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
    input[type=number] {
  -moz-appearance: textfield;
}
.termscss
    h3{
    font-size:30px;
}
.topscroling-hed
    h2 {
  text-align: center;
    font-family: auto;
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}
    section.book-banner-sec {
  padding-top: 7%;
    padding-bottom: 2%;
}
    section.book-banner-sec img {
  width: 100%;
}
    section.book-banner-sec 
h3 {
  font-size: 38px;
    text-transform: capitalize;
    color: #000000;
    font-family: ui-rounded;
    font-weight: 700;
}
    section.book-banner-sec p.pb-2.font-weight-normal {
  font-size: 16px;
    line-height: 25px;
    padding-top: 3%;
}
    section.banner___sec__main.inner__banner.banner2__sec .about__content__sec h3.wow.fadeInDown {
    color: #fff;
}
    section.banner___sec__main.inner__banner.banner2__sec .about__content__sec p.wow.fadeIn {
    color: #fff;
}
.center__heading__sec
    span {
    color: #3889de !important;
}
.scroll-block {
    max-height: 240px;
}
.banner___sec__main.inner__banner
    img, .banner___sec__main.inner__banner video {
    height: 790px;
}
    section.stxsd img {
    height: 550px !important;
}
    section.banner___sec__main.inner__banner.banner2__sec.cstmhgt.stxsd .about__content__sec.editing__content.audiographic__content {
    text-align: center;
}
.top-area-sec {
    padding-top: 11%;
}
.banner__form__tab
    h3, .center__heading__sec h2 span, .thank-you h1 {
    color: #ffffff;
    text-shadow: 4px 1px 13px #ffffff;
    font-size: 30px;
    text-transform: uppercase;
}
.banner__form__tab {
    margin-left: 120px;
    padding: 30px;
    border-radius: 35px;
    border: 2px solid;
    box-shadow: 0px 10px 40px #000;
    background: rgb(0 0 0);
}
.banner__form__tab .btn__submit
    input {
    background: #fd8204;
    width: 100% !important;
    background: linear-gradient(180deg,rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
}
.banner___sec__main .carousel-item:
    before {
    content: "";
    position: absolute;
    /* background: #ffffffd1 !important; */
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, #ffffffe0 0%, #b8e5dd 100%);
}


.new_ftr{
    background: #001e40;
    padding: 80px 0 30px 0;}
.new_ftr .ftr_txt{}
.new_ftr .ftr_txt
    img{
    width: 80%;
    margin: 0 0 20px 0;
}
.new_ftr .ftr_txt
    p{
    color: #fff;
    font-size: 16px;
}
.new_ftr .ftr_txt{}
.new_ftr .ftr_txt
    h5{
    color: #fff;
    font-size: 20px;
    margin: 0 0 30px 0;
}
.new_ftr .ftr_txt
    ul{}
.new_ftr .ftr_txt
    ul li{margin: 0 0 20px 0;}
.new_ftr .ftr_txt
    ul li a{
    color: #fff;
    font-size: 16px;
}
    p.midd{
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 30px 0 0 0;
    line-height: 1.8;
}

.btm_ftr{
    padding: 30px 0 0 0;
}
.btm_ftr
    p{
    margin: 0;
    color: #fff;
}
.btm_ftr
    p a {
    color: #fff;
    padding-left: 2px;
}
.btm_ftr
    span a{
    color: #fff;
}

.btm_ftr
    span{
    display: flex;
    gap: 20px;
    color: #fff;
    justify-content: end;
}


.amz_pg_new .inner__about__sec .banner__form__tab{
    background: rgb(42 42 42 / 31%);
    border-radius: 5px;
    border: 2px solid;
}

.amz_pg_new .banner__form__tab .btn__submit
    input {
    width: auto !important;}

.amz_pg_new .banner__form__tab
    h3{
    color: #000;
}
   

 @media only screen and (min-width: 100px) and (max-width: 519px) {
  .port_Sec ul {
    display: block;}
  .disclaimer__text {font-size: 2vmax;}
  .banner__form__tab {margin-left: 0;}
  .banner___sec__main .carousel-item img, .banner___sec__main video {height: 1150px !important;} 
  .platform__logo__sec {padding: 20px 0; background: #966c6b;}
   .mobile-nav-btn .lines: before {background: linear-gradient(180deg, rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);} 
   header {padding: 10px 0 0;} 
   .mobile-nav{background: linear-gradient(180deg, rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);} 
   .mobile-nav-btn.active .lines: before{background: linear-gradient(180deg, rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);} 
   .banner___sec__main.inner__banner .carousel-item img, .banner___sec__main video{height: auto !important;} 
   .counter___number__tab ul {text-align: center;} 
   .banner___sec__main.inner__banner.cstmhgt .carousel-item img {height: 1200px !important; } 
   .banner___sec__main .col-sm-6 {max-width: 100%; flex: 100%; text-align: center; padding-left: 14px !important; } 
   .popupform {width: 93%; padding: 20px 30px; }
   .popupform h2 {font-size: 24px; } 
   .popupform ul li {width: 47%; }
    #webWidget {width: 100%; height: 90vh !important; max-height: 80vh !important; overflow: auto; position: absolute !important; top: 20% !important; content: ''; padding-bottom: 5% !important; }

}    






.port_Sec .port_imgz {
    margin: 30px 0;
    position: relative;
    transition: .5s;
    z-index: 1;
    /*filter: grayscale(1);*/
    transform: scale(.95);
}
.port_Sec .port_imgz::before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    transition: 1s;
    left: 0;
    right: 0;
    top: 0;
    clip-path: circle(150% at 0 0);
    z-index: 0;
    opacity: 0;
}

.port_imgz:hover::before {
    opacity: 0;
}

.port_Sec .port_imgz:hover {
    transform: scale(1);
    filter: grayscale(0);
    transition: .5s;
    cursor: pointer;
    z-index: 1;
}
.port_Sec .port_imgz img {
    width: 100%;
    object-fit: cover;
    box-shadow: rgb(79 79 79 / 66%) 0 7px 29px 0
}

.port_Sec .tabs.current {
    display: block
}

.port_Sec .tabs {
    display: none;
}

.port_Sec ul li.current {
    color: #fff;
    background: linear-gradient(180deg, rgba(56, 137, 222, 1) 0%, rgba(56, 137, 222, 1) 17%, rgba(0, 23, 74, 1) 100%);
}


.port_Sec ul {
    margin: 30px 0;
    display: flex ;
     justify-content: space-around;
}


.port_Sec ul li {
    padding: 13px 25px;
    border-radius: 5px;
    color: #fff;
    background: #414042;
    transition: 250ms;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer
}


section#portt {
    padding: 60px 0;
}

h2.head {
    text-align: center;
    font-family: auto;
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 20px;
}

.port_txt{}
.port_txt p{
    text-align: center;
    font-size: 16px;
}

html {
    overflow-x: hidden;
}



a.review_wiget{
    position: fixed;
    bottom: 20px;
    left: 20px;
        z-index: 999;
}
a.review_wiget img{
    width: 80%;
    border: 1px solid #2d7377;
}




/*responsive*/


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


.port_Sec ul {display: block;}
.popupform {width: 100%;}
.port_Sec ul li {width: 80%; margin: 0 auto 10px; display: block !important;}
.col-md-12 .row.align-items-center .col {flex-basis: auto;}
.btn_header ul li a.header_btn_second {
    display: none !important;
}

.logo_Sec_main {
    text-align: center;
}

header .col-sm-3 {
    max-width: 100%;
}
}

section.banner___sec__main.inner__banner.banner2__sec.cstmhgt.stxsd p {
    color: #fff;
}

.stxsd .about__content__sec li i {
    padding: 0 6px;
}
