@import url('https://fonts.googleapis.com/css2?family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
li,
ul {
  font-family: "Proza Libre", sans-serif;
}

p,
a {
  font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden
}

main {
  overflow: hidden
}

a {
  text-decoration: none !important
}

.btn:focus {
  outline: 0;
  box-shadow: none
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

button:focus,
input:focus,
textarea:focus {
  outline: 0 !important;
  box-shadow: none !important
}

img {
  transition: filter .3s
}

img.lazyestload {
  width: 100%;
  max-width: 50px;
  /* filter: blur(3px) */
}

.header-1 {
  background: #fff;
  padding-top: 0
}

header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  transition: .5s ease-in-out;
  border-bottom: 1px solid #00000010;
}

header nav.navbar .navbar-brand .logo {
  width: 150px;
  margin: 0;
  transition: .5s ease-in-out;
  display: block
}

header .navbar-toggler {
  border: none;
  color: transparent
}

header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}

/* header .container {
  max-width: 1640px
} */

header nav.navbar {
  padding: 10px 0
}

header nav.navbar .navbar-brand {
  padding: 0;
  margin: 0
}

header .navbar-collapse ul.navbar-nav {
  width: 80%;
  margin: 0 10px;
  justify-content: center;
}

header .navbar-expand-lg .navbar-collapse {
  justify-content: space-between
}

header .navbar-collapse ul.navbar-nav li.nav-item {
  margin: 0 10px
}

header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
  background: 0 0;
  color: #000;
  font-size: 16px;
  padding: 20px 0px;
  text-transform: capitalize;
  transition: .3s ease-in-out
}

header .navbar-nav .nav-item.dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between
}

header nav.navbar .navbar-buttons {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 10px 0;
  width: 20%;
}

header nav.navbar .navbar-buttons a.call-btn {
  background: #5271B7;
  color: #fff;
  font-size: 16px;
  width: 150px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  padding: 10px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  transition: .3s ease-in-out
}

header nav.navbar .navbar-buttons a.call-btn:hover {
  transform: scale(1.1)
}

header .navbar-collapse ul.navbar-nav li.nav-item.dropdown {
  position: inherit;
  display: flex;
  align-items: center
}

header .navbar-nav .nav-item.dropdown button.dropdown-icon-btn {
  background: 0 0;
  color: #000;
  outline: 0;
  box-shadow: none;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  border: none
}

header .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:focus,
header .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:hover {
  background: #5271B7;
  color: #fff
}

header .navbar-nav .nav-item ul.dropdown-menu {
  background: #fff;
  top: 75px;
  left: 0;
  right: 0;
  width: 75%;
  margin: 0 auto;
  border: none;
  border-radius: 0px;
  box-shadow: 0 5px 20px -12px #212529;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  display: flex
}

.fa-chevron-down:before {
  content: ""
}

.navbar-nav .dropdown-menu {
  position: static
}

header .navbar-nav .nav-item ul.dropdown-menu li a {
  color: #212529;
  font-size: 14px;
  border-bottom: 1px solid #d1e0e7;
  border-radius: 0;
  padding: 8px;
  margin: 0;
  text-align: left;
  text-transform: capitalize
}

header .navbar-nav .nav-item ul.dropdown-menu li {
  border-right: 1px solid #d1e0e7;
  padding: 0;
  width: 100%
}

header .navbar-nav .nav-item ul.dropdown-menu.dropdown-menu-single {
  width: max-content;
  margin: -11px 0 0
}

header .navbar-collapse ul.navbar-nav li.nav-item.dropdown.dropdown-single {
  position: relative
}

.hero-banner {
  background: center/cover no-repeat #e1f2f9;
  padding-top: 170px;
  padding-bottom: 50px;
  background-image: url(../images/main-hero-image.jpg) !important
}

.hero-banner {
  background-image: url(../images/ser-ban.jpg) !important
}

.hero-banner h1 {
  color: #fff
}

.hero-banner p {
  padding-top: 8px;
  color: #e0e0e0
}

.banner-sub-heading {
  color: #ececec;
  font-size: 20px;
  font-weight: 700
}

@media screen and (max-width: 1024px) {
  .hero-banner {
    background-color: #10549b !important;
    background-image: none !important;
    padding: 160px 0 50px
  }

  .hero-banner h1 {
    font-size: 36px
  }

  .hero-banner p {
    font-size: 16px
  }
}

.banner-list {
  padding-left: 0
}

.banner-list li {
  padding-top: 15px;
  display: flex
}

.banner-list li span i {
  color: #5271B7;
  font-size: 16px;
  margin-right: 10px
}

.fa-check:before {
  content: ""
}

.btn:hover {
  background-color: #e01b1b;
  color: #d5d5d5
}

.bg-purple {
  color: #fff;
  background-color: #5271B7
}

.bg-purple:hover,
.cta-btn2:hover {
  color: #fff;
  background-color: transparent;
  border: 1px solid #5271B7
}

.hero-banner-form {
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .hero-banner-form {
    margin-top: 20px;
    background-color: #fff
  }
}

.percentfifty {
  margin-left: -10px !important
}

.banner-form-heading {
  font-size: 24px;
  font-weight: 800;
  /* text-align: center; */
  margin-bottom: 20px;
}

.hero-banner-form p {
  font-family: "Poppins", sans-serif;
  color: #262626;
  font-size: 16px;
  margin-bottom: 0;
  /* text-align: center; */

}

.hero-banner-form .form-control::placeholder {
  color: #737373
}

.hero-banner-form .form-control {
  background-color: #f3f3f3;
  border: none;
  border-radius: 30px;
  font-size: 16px
}

.hero-banner-form textarea.form-control {
  border-radius: 20px;
}

.hero-banner-form input.form-control {
  height: 45px
}

.hero-banner-form textarea.form-control {
  height: 100px
}

.banner-btns {
  padding-top: 5px
}

.banner-form-new-btn {
  color: #000;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 100%;
  background: #fff;
  padding: 15px 0;
  display: block;
  transition: .3s all;
  font-weight: 500;
}

.banner-form-new-btn:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff
}

.platform-logo-booksell {
  margin-right: 50px
}

.pt-new-img {
  margin-top: 20px
}

.pt-sec-new .nav-tabs .nav-link {
  width: 155px;
  color: #fff;
  background-color: #5271B7;
  border-radius: 5px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 700
}

.pt-sec-new .nav-tabs {
  border-bottom: 0
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #0000;
  border: 1px solid #000
}

.sec-light-color {
  background-color: #e1f2f9
}

.sec-mt {
  margin-top: 30px
}

.pt-portfolio-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 30px;
  display: grid
}

.new-company-sec {
  color: #fff;
  background-color: #DCECFF;
}

.new-company-sec ul li {
  list-style: disc
}

/* .my-portfolio-sec {
  padding: 30px 0;
  background: #0f559b
} */

.new-company-sec .sec-heading-new {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  text-transform: math-auto !important
}

.sec-pb {
  padding-bottom: 50px
}

.sec-heading-new {
  font-size: 35px;
  font-family: "Proza Libre", sans-serif;
}

.my-color {
  color: #5271B7;
  line-height: 22px;
  font-weight: 700 !important
}

.genre-grid-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  display: grid
}

.revies-platform-images {
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: grid
}

.pf-logo {
  align-items: center;
  display: flex
}

.btn-cta {
  width: 150px;
  height: 40px;
  white-space: nowrap;
  background-color: #5271B7;
  color: #fff;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700
}

.btn-cta img {
  margin-right: 5px
}

.cta-btn2 {
  color: #fff;
  background-color: #131313
}

.btn-dark-new {
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 700
}

.btn-dark-new img {
  margin-right: 5px
}

.bg-dark-btn {
  background-image: linear-gradient(180deg, #fff, #b8c5d3);
  border: none
}

.bg-dark-btn:hover {
  color: #000;
  border: none
}

.inner-hd-sm {
  font-size: 22px
}

.award-winning-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid
}

.award-winning-logo {
  margin-left: 32px
}

.testi-box-new-detail {
  width: 70%
}

.new-test-box {
  background-color: #fff;
  margin: 20px;
  padding: 30px 10px 30px 30px;
  transition: .3s ease-in-out;
  position: relative
}

.testi-heading {
  color: #72c2db;
  font-size: 70px;
  font-weight: 900
}

.new-test-box:hover {
  background: #dcecff;
  transform: scale(.9)
}

/* .our-steps p {
  font-size: 13px;
  max-height: 55px;
} */

.serbox-new a {
  font-weight: 800;
  color: #151515
}

.serbox-new p {
  max-height: 110px;

}

.serbox-new {
  margin-right: 10px;
  color: #232323;
  height: 330px;
  background-color: #cfddeb;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 30px 38px
}

.ser-box-new-wrap {
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: grid
}

.serbox-new h4 {
  padding-top: 10px
}

p a {
  color: #0d6efd
}

.serbox-new:hover {
  color: #fff;
  background-color: #0f559b
}

.serbox-new:hover h4,
.serbox-new:hover p {
  color: #fff
}

.serbox-new:hover img {
  filter: grayscale(1) invert(1) brightness(100);
}

.client-detail-wrap h4 {
  color: #202020;
  font-weight: 900
}

.test-stars i {
  color: #ffc200
}

.slider-btn {
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #0f559b;
  border-radius: 20px;
  border: none
}

.our-ser-new-sec {
  position: relative
}

.prev-slide {
  position: absolute;
  top: 54%;
  left: 10%;
  transform: translateY(-50%)
}

.next-slide {
  position: absolute;
  top: 54%;
  right: 10%;
  transform: translateY(-50%)
}

.new-books-sec {
  background-image: url(../images/genre-bg.html);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 50px;
  padding-right: 50px
}

.platform-wrap {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px
}

.slick-dots {
  display: none !important
}

.frequently-asked-questions {
  background-color: #f4f4f4;
  padding: 80px 0 50px
}

.frequently-asked-questions .accordion-item {
  background: 0 0;
  border: none;
  margin: 0 0 15px
}

.frequently-asked-questions .accordion-header {
  margin: inherit
}

.frequently-asked-questions .accordion-item:first-of-type .accordion-button {
  text-transform: capitalize;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.frequently-asked-questions .accordion-button:not(.collapsed):after {
  background-image: inherit;
  transform: inherit;
  font-size: 25px;
  line-height: 38px;
  content: "-" !important
}

.frequently-asked-questions .accordion-button {
  text-align: left;
  overflow-anchor: none;
  color: #fff;
  text-transform: capitalize;
  background-color: #5271B7;
  border: 0;
  border-radius: 10px;
  flex-direction: row-reverse;
  order: 2;
  line-height: 20px;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 0 auto;
  padding: 1rem 1.25rem;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  position: relative;
  width: 100% !important
}

.frequently-asked-questions .accordion-button:after {
  width: 30px;
  height: 30px;
  content: "+";
  color: #fff;
  text-align: center;
  background: #5271B7;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0 9px;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  transition: transform .2s ease-in-out;
  background-image: inherit !important
}

.frequently-asked-questions .accordion-body {
  color: #323232;
  background-color: #fff;
  border: 1px solid #5271B7;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  font-size: 18.01px
}

.g-process-bg {
  background-image: url(../images/texture-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  position: relative
}

.g-cta-1-content h5:after {
  content: "";
  width: 100%;
  height: 30px;
  background-image: url(../images/g-cta-2.webp);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -28px;
  left: 36%;
  right: 0
}

.g-cta-1-content h3,
.g-cta-1-content h5 {
  color: #fff;
  font-size: 40px;
  position: relative
}

.g-cta-1-content p {
  color: #fff;
  padding: 25px 0 0
}

.g-process-inner {
  height: 1335px;
  background-image: url(../images/process-bg.webp);
  background-repeat: no-repeat;
  background-size: contain
}

.g-process-inner-content {
  height: 240px;
  color: #fff;
  margin: 10px 0 0
}

.g-process-inner-content1 h3 {
  color: #fff;
  padding: 60px 0 0 50px
}

.g-process-inner-content1-1 p {
  color: #fff;
  padding: 20px
}

.g-process-bg a {
  color: #5271B7
}

.g-services-bg .row {
  padding: 50px 0
}

.g-process-inner-content2-2 p {
  padding: 20px
}

.g-process-inner-content2 h3 {
  padding: 70px 0 0 300px
}

.g-process-inner-content3 h3 {
  padding: 60px 0 0 50px
}

.g-process-inner-content3-3 p,
.g-process-inner-content4-4 p {
  padding: 20px
}

.g-process-inner-content4 h3 {
  text-align: left;
  padding: 50px 0 0 300px
}

.g-process-inner-content5 h3 {
  padding: 50px 0 0 50px
}

.g-process-inner-content5-5 p {
  padding: 20px
}

.bgnewcolor {
  background-color: #e1f2f9
}

.g-cta {
  background-image: -ms-linear-gradient(90deg, #154890, #1d6bda 100%);
  text-align: center;
  background-image: -webkit-linear-gradient(90deg, #231e32, #231e32 100%);
  background-color: #154890fe;
  background-image: -moz-linear-gradient(90deg, #154890, #1d6bda 100%);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding: 60px 50px;
  position: relative
}

.root-g-cta-title-h2 {
  color: #fff;
  background: 0 0;
  background-clip: unset;
  transform-origin: unset;
  -webkit-text-fill-color: unset;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 400;
  display: block
}

.g-cta p {
  color: #fff
}

.g-cta img {
  content: "";
  center: 100% no-repeat;
  height: 355px;
  position: absolute;
  bottom: 0;
  right: 0
}

.cta-sec-new {
  position: relative;
  background-image: url(../images/my-images/cta-banner.jpg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px
}

.my-cta-parallex {
  z-index: 33;
  position: absolute;
  margin-top: -82px;
  height: 457px
}

.sec-heading-new {
  font-weight: 700
}

.cta-sec-new p,
.white {
  color: #fff
}

.btn-9 {
  text-transform: capitalize;
  color: #2d243e;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-right: 10px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700
}

.btn-9:hover {
  color: #fff;
  background-color: #f1974b;
  border: 2px solid #f1974b;
  transition: .3s;
  box-shadow: 0 0 #0000
}

.section__title {
  text-align: center;
  color: #302946;
  margin: 7px 0 58px;
  font-size: 50px;
  font-weight: 700
}

.section__title span {
  display: block
}

#contact-section-g {
  padding-left: 250px;
  padding-right: 250px;
  padding-bottom: 50px
}

.frm_area_btm form h4 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700
}

.frm_area_btm form input[type=email],
.frm_area_btm form input[type=tel],
.frm_area_btm form input[type=text] {
  width: 100%;
  color: #fff;
  background: 0 0;
  border: none;
  border-bottom: 1px solid #fff;
  outline: 0;
  margin: 67px 0;
  font-size: 16px;
  display: block
}

.frm_area_btm form input::-webkit-input-placeholder,
.frm_area_btm form textarea::-webkit-input-placeholder {
  color: #fff
}

.frm_area_btm form input::-moz-placeholder,
.frm_area_btm form textarea::-moz-placeholder {
  color: #fff
}

.frm_area_btm form input:-ms-input-placeholder,
.frm_area_btm form textarea:-ms-input-placeholder {
  color: #fff
}

.frm_area_btm form input:-moz-placeholder,
.frm_area_btm form textarea:-moz-placeholder {
  color: #fff
}

.frm_area_btm form textarea {
  width: 100%;
  color: #fff;
  background: 0 0;
  border: none;
  border-bottom: 1px solid #fff;
  outline: 0;
  margin: 22px 0 47px;
  font-size: 16px;
  display: block;
  resize: vertical
}

.frm_area_btm form label {
  color: #fff;
  font-size: 15px
}

.form-check {
  min-height: 1.5rem;
  margin-bottom: .125rem;
  padding-left: 1.5em;
  display: block
}

.frm_area_btm form button {
  color: #fff;
  background: #fda12a;
  border: 1px solid #0000;
  border-radius: 48px;
  outline: 0;
  margin: 50px auto 0;
  padding: 10px 50px;
  font-size: 16px;
  transition: .3s;
  display: block
}

.contact-flow {
  min-height: 100%;
  background-color: #0000;
  border-radius: 9px;
  margin-top: 4px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 2rem 3rem
}

.contact-flow__title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8
}

.in-violet-450 {
  color: #5271B7 !important
}

.contact-flow__list-item {
  opacity: .8;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.86;
  position: relative;
  margin-bottom: 37px;
  padding-left: 47px
}

.ordered-list__item:before {
  content: counter(item) "";
  width: 32px;
  height: 32px;
  color: #fff;
  text-align: center;
  counter-increment: item;
  counter-increment: item;
  background: #fea12a;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  position: absolute;
  top: 0;
  left: 0
}

.pt-0 {
  padding-top: 0 !important
}

.ordered-list {
  counter-reset: item;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
  list-style: none
}

.custom-breadcrumb {
  background-color: #fff;
  padding: 10px 0
}

.custom-breadcrumb ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-direction: row;
  flex-wrap: nowrap
}

.custom-breadcrumb ul li a {
  font-family: "Proza Libre", sans-serif;
  color: #302946;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  transition: .3s ease-in-out
}

.custom-breadcrumb ul li a:hover {
  color: #f49720
}

.custom-breadcrumb ul li.breadcrumb-item.active {
  text-transform: capitalize
}

.breadcrumb-item.active {
  color: #6c757d
}

.fa-angle-right:before {
  content: ""
}

section.services-together-wrap {
  background: #fff;
  padding: 50px 0
}

.services-together-wrap .services-together-head {
  margin: 0 0 20px
}

.services-together-wrap .services-together-head h2 {
  color: #000;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  margin: 0 0 10px
}

.services-together-inner .services-together-box {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 20px;
  margin: 0 0 20px;
  display: flex;
  transition: .3s ease-in-out
}

.services-together-box .services-together-icon {
  margin: 0 10px 0 0;
  width: 120px;
  height: 75px
}

.services-together-icon img {
  width: 100%
}

.services-together-content h3 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px
}

.services-together-content p {
  color: #212529;
  font-size: 16px;
  line-height: 22px;
  padding: 0 5px 0 0;
  margin: 0 0 10px;
  min-height: 75px;
  max-height: 100px;
  overflow-y: auto
}

.services-together-content a.more-btn {
  color: #000;
  width: 100px;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #000;
  display: block;
  text-align: left;
  transition: .3s ease-in-out
}

.services-together-inner .services-together-box:hover {
  background: #e1f2f9
}

.services-together-content a.more-btn:hover {
  border-bottom: 1px solid #f49720
}

.editing-sec5-box-main-bg {
  background-image: url(../images/texture.webp);
  background-repeat: no-repeat;
  padding: 100px 0
}

.editing-sec5-box-main-bg h4 {
  color: #5271B7;
  font-size: 50px;
  line-height: 53px
}

.editing-sec5-box-main {
  background-color: #f79c3d;
  border: 1px solid #000;
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 30px 25px;
  transition: .3s;
  position: relative
}

.editing-sec5-box-main:hover {
  border: 1px solid #0000;
  box-shadow: 0 0 15px #2d2540
}

.editing-sec5-box-img img {
  width: 50px
}

.editing-sec5-box-main h3,
.editing-sec5-box-main h5 {
  height: 50px;
  padding: 10px 0;
  font-size: 18px
}

.editing-sec5-box-txt p {
  height: 120px;
  overflow-y: overlay;
  padding: 0 10px 0 0
}

.editing-sec5-box-txt p::-webkit-scrollbar {
  width: 10px
}

.editing-sec5-box-txt p::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50px
}

.editing-sec5-box-txt p::-webkit-scrollbar-thumb {
  background: #4b3b72;
  border-radius: 50px
}

.editing-sec5-box-txt p::-webkit-scrollbar-thumb:hover {
  background: #4b3b72
}

.editing-sec5-box-txt h3 a {
  color: #212529
}

.editing-sec5-box-txt a {
  color: #fff
}

.why-choose-service {
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f0eff2;
  padding: 100px 0 0
}

.why-choose-service-head p {
  color: #000;
  padding: 0 0 10px;
  font-size: 16px;
  line-height: 24px
}

.why-choose-service-head h4 {
  font-weight: 600;
  color: #000;
  padding: 0 0 15px;
  font-size: 40px
}

.why-choose-img img {
  width: 100%
}

.frequently-asked-questions .frequently-heading h2,
.frequently-asked-questions .frequently-heading h4,
.frequently-heading h5 {
  color: #302946;
  margin: 0 0 35px;
  font-size: 50px;
  font-weight: 700
}

.frequently-asked-questions .frequently-heading {
  text-align: center
}

.book-editing-section {
  padding: 50px 0
}

.section-title h2 {
  color: #5271B7;
  font-size: 50px
}

.book-editing-section ul#pills-tab {
  padding: 20px 0 0
}

.tab-content>.active {
  display: block
}

.book-editing-section h2,
.book-editing-section h3,
.book-editing-section h4 {
  color: #353a4d;
  margin-bottom: 20px;
  font-size: 2.5rem;
  text-transform: math-auto !important
}

.book-editing-section ul.check-50-li li {
  min-width: 48%;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  display: inline-flex
}

.book-editing-section ul.check-50-li li img {
  margin-right: 10px;
  position: relative;
  top: 5px;
  width: 20px
}

.faq-ul {
  margin-left: 3rem;
  line-height: 2;
  margin-top: 1rem;
  color: #000;
}

.faq-ul li {
  list-style: disc;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  filter: brightness(100%) invert(1);
  background-color: #f7aa39 !important;
  border: 2px solid #f7aa39 !important
}

.book-editing-section .book-tab-img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.book-editing-section img {
  max-width: 100%;
  min-height: calc(100% - 30px);
  object-fit: cover
}

.contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0 50px
}

.contact-us .contact-us-heading p:first-child:before {
  content: "";
  height: 1px;
  width: 13%;
  background-color: #000;
  position: absolute;
  bottom: 45%;
  left: 18%
}

.contact-us .contact-us-heading p:first-child:after {
  content: "";
  height: 1px;
  width: 13%;
  background-color: #000;
  position: absolute;
  bottom: 45%;
  right: 18%
}

.about-who-we-are .about-who-head h2 {
  color: #1e1d1d;
  padding: 0 0 20px;
  font-size: 52px;
  font-weight: 600
}

.about-who-we-are .about-who-head p {
  color: #1e1d1d;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px
}

.about-who-we-are .about-who-box {
  background-color: #fff;
  margin: 0 0 18px;
  padding: 30px 25px;
  transition: .5s;
  box-shadow: 0 0 43px #12121214
}

.about-who-we-are .about-who-box h3,
.about-who-we-are .about-who-box h5 {
  color: #1e1d1d;
  font-size: 25px;
  font-weight: 500
}

.about-who-we-are .about-who-box p {
  color: #1e1d1d;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px
}

.btn-8 {
  text-transform: capitalize;
  color: #2d243e;
  background-color: #5271B7;
  border: 2px solid #5271B7;
  border-radius: 50px;
  margin-right: 10px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  transition: .3s
}

.btn-8:hover {
  background-color: #fff;
  border: 1px solid #5271B7;
  box-shadow: 0 0 #0000
}

.g-about-texture-bg {
  background-image: url(../images/texture.webp);
  background-repeat: no-repeat
}

.g-about-service {
  padding: 20px 0
}

.g-accomplishments-card {
  padding: 40px
}

#contact-section {
  margin: 0;
  padding: 0
}

.frm_area_btm form {
  background: linear-gradient(80deg, #534180 23%, #272136 77%);
  border-radius: 15px;
  padding: 3rem 5rem
}

.testimonials {
  padding: 50px 0 245px
}

.testimonials .best-reviews {
  text-align: center
}

.best-reviews h2,
.testimonials .best-reviews h3 {
  color: #574b80;
  font-size: 50px;
  font-weight: 700;
  position: relative
}

.testimonials .best-reviews p {
  color: #a2a2a2;
  width: 50%;
  margin: 0 auto 1rem;
  font-size: 18.01px;
  font-weight: 400
}

.dp-wrap {
  perspective: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative
}

#dp-slider {
  height: 278px;
  overflow: hidden
}

#dp-slider .dp_item:first-child {
  z-index: 10 !important;
  transform: rotateY(0) translate(10%) !important
}

.dp_item {
  text-align: center;
  color: #fff;
  border-radius: 10px;
  transition: transform 1.2s;
  display: block;
  position: absolute
}

.testimonials .review-card {
  width: 87%;
  height: 400px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 32px 25px 21px 0;
  display: flex;
  box-shadow: 0 0 8px 4px #b9b9b9
}

.testimonials .content-1 {
  position: relative
}

.testimonials .content-1 img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px 50px
}

.testimonials .content p {
  color: #4d4d4d;
  letter-spacing: 3px;
  margin: 33px 0 15px;
  font-size: 16px;
  font-weight: 300
}

.testimonials .content h3 {
  color: #5271B7;
  font-size: 17.99px;
  font-weight: 600
}

.testimonials .content-1 :after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0
}

.dp_item[data-position="2"] {
  z-index: 9;
  transform: rotateY(0) translate(16%) scale(.9)
}

.dp_item[data-position="3"] {
  z-index: 8;
  transform: rotateY(0) translate(22%) scale(.8)
}

.dp_item[data-position="4"] {
  z-index: 7;
  transform: rotateY(0) translate(28%) scale(.7)
}

.dp_item[data-position="5"] {
  z-index: 6;
  transform: rotateY(0) translate(34%) scale(.6)
}

.testimonials .arrow-main {
  position: absolute;
  bottom: -61%;
  right: 28px
}

.testimonials .arrow-main span:nth-child(1) {
  margin: 0 20px
}

.testimonials .arrow-main span {
  opacity: .5
}

.book-editing-section .nav-pills .nav-link {
  color: #000;
  height: 107px;
  text-transform: capitalize;
  padding: 10px;
  width: 130px;
  background: 0 0;
  border: 2px solid #231e32;
  border-radius: 5px;
  margin: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.my-pill {
  height: 40px !important;
  width: 252px !important
}

.sec {
  padding-top: 50px
}

.g-how-we-content h2,
.g-how-we-content h4 {
  color: #000;
  padding: 0 0 10px;
  font-size: 40px;
  font-weight: 700;
  position: relative
}

.g-how-we-content h4:after {
  content: "";
  width: 100%;
  height: 40px;
  background-image: url(../images/underline2.webp);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  left: 27%;
  right: 0
}

.g-how-we-content p {
  color: #000;
  padding: 20px 0 0
}

.btn-10 {
  text-transform: capitalize;
  color: #fff;
  background-color: #231e32;
  border: 2px solid #231e32;
  border-radius: 50px;
  margin-right: 10px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700
}

.btn-10:hover {
  color: #fff;
  background-color: #f1974b;
  border: 2px solid #f1974b;
  transition: .3s;
  box-shadow: 0 0 #0000
}

.new-editing-bg {
  background-image: url(../images/contact-texture.webp);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 140px 0 0 !important
}

.new-editing-bg h1 {
  font-size: 33px;
  font-weight: 700
}

.new-editing-bg h2 {
  font-size: 15px
}

.contact-us {
  padding: 50px 0
}

.contact-us .contact-us-heading {
  text-align: center
}

.contact-us .contact-us-heading p:first-child {
  color: #292929;
  font-size: 24px;
  font-weight: 600;
  position: relative
}

.contact-us .contact-us-heading h5 {
  text-transform: capitalize;
  color: #5271B7;
  font-size: 60px;
  font-weight: 700
}

.contact-us .contact-us-heading p:last-child {
  color: #bfbfbf;
  font-size: 18px;
  font-weight: 400
}

.contact-us .ways-to-connect .ways-to-connect-connect {
  padding: 0 25px;
  align-items: center;
  display: flex
}

.contact-us .ways-to-connect .ways-to-connect-connect i {
  color: #5271B7;
  font-size: 24px
}

.fa-phone:before {
  content: ""
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para {
  margin: 0 0 0 14px;
  display: inline-block
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para a,
.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para p {
  color: #272137;
  font-size: 16px;
  font-weight: 300;
  margin: 0
}

.contact-us .ways-to-connect {
  margin: 0 0 50px;
  justify-content: center;
  display: flex
}

.contact-us .row .ways-to-connect-top-form-heading {
  margin: 0 0 25px
}

.contact-us .row .ways-to-connect-top-form-heading h5 {
  text-transform: capitalize;
  color: #292929;
  font-size: 60px;
  font-weight: 700
}

.contact-us .row .ways-to-connect-top-form-heading p {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 400
}

.contact-us .row .input-row1 {
  display: flex
}

.contact-us .row input:nth-child(2) {
  margin: 0 0 0 35px
}

.contact-us .row input {
  width: 100%;
  height: 50px;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  margin: 0 0 40px;
  padding: 0 20px;
  font-size: 15.99px;
  font-weight: 300
}

.contact-us .row textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  margin: 0 0 40px;
  padding: 20px 0 0 29px;
  font-size: 15.99px;
  font-weight: 300
}

.contact-us .row .form-button button {
  height: 65px;
  width: 229px;
  color: #fff;
  background-color: #5271B7;
  border: #0000;
  border-radius: 50px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 0 12px 1px #dc3545
}

.banner {
  padding: 270px 0;
  position: relative
}

.banner .banner-content {
  text-align: center;
  margin: 0 0 2em
}

.banner .banner-content .thank-you-img {
  filter: brightness(0) invert()
}

.banner .banner-content h1,
.banner-content h5 {
  text-transform: capitalize;
  color: #fff;
  margin: 0 0 25px;
  font-size: 50px;
  font-weight: 700
}

.banner .banner-content .thank-you-btn {
  width: 178px;
  height: 52px;
  color: #fff;
  background-color: #5271B7;
  border: #0000;
  border-radius: 50px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 52px;
  text-transform: capitalize
}

.tc-image-effect-shine:before {
  content: "";
  height: 100%;
  width: 50%;
  z-index: 2;
  background: linear-gradient(90deg, #fff0 0, #ffffff4d 100%);
  display: block;
  position: absolute;
  top: 0;
  left: -75%;
  transform: skew(-25deg)
}

.banner .banner-content h2,
.banner-content p {
  text-transform: capitalize;
  color: #5271B7;
  margin: 0 0 50px;
  font-family: "Proza Libre", sans-serif;
  font-size: 24px;
  font-weight: 400
}

.tc-image-effect-shine {
  position: relative;
  overflow: hidden
}

.hvr-grow {
  vertical-align: middle;
  transition-property: transform;
  transition-duration: .3s;
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px #0000
}

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
  transform: scale(1.1)
}

.inner-ser-banner {
  z-index: -1;
  position: absolute;
  top: 0
}

.term-sec-wrap {
  padding: 170px 0 50px
}

.term-sec-wrap .terms-content {
  margin: 0 0 40px
}

.modal {
  z-index: 1055;
  width: 100%;
  height: 100%;
  outline: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto
}

#staticBackdrop .modal-content {
  /*background-image: url(../images/my-images/main-popup.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: none;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(to top, #5271B7, #5277BA, #5388C1, #54A3CE, #55C7DF);
}

#staticBackdrop .modal-content::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0d6efd;
  opacity: .5;
  width: 100%;
  z-index: -1
}

#staticBackdrop .modal-content .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  background: 0 0;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 13px;
  border: 2px solid #fff;
  border-radius: 20px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  z-index: 4;
  opacity: 1;
  transition: .3s ease-in-out
}

#staticBackdrop .modal-content .btn-close:hover {
  color: #f49720;
  border: 2px solid #f49720
}

#staticBackdrop .modal-content .btn-close i {
  font-weight: 600
}

#staticBackdrop .modal-dialog {
  max-width: 500px;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
  height: 100%;
}

#staticBackdrop .modal-header {
  padding: 0;
  border-bottom: none
}

#staticBackdrop .modal-body {
  padding: 30px 20px
}

#staticBackdrop .modal-body .modal-body-form {
  text-align: center
}

.modal-body-form .staticBackdrop_modalTitle,
.modal-body-form h5 {
  font-family: "Proza Libre", sans-serif;
  font-size: 30px;
  line-height: 28px;
  color: #f49720;
  margin: 0 !important
}

/* X======X=====X */


#dynamicPopup .modal-content {
  background-image: url(../images/my-images/main-popup.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: none;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden
}

#dynamicPopup .modal-content::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0d6efd;
  opacity: .5;
  width: 100%;
  z-index: -1
}

#dynamicPopup .modal-content .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  background: 0 0;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 13px;
  border: 2px solid #fff;
  border-radius: 20px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  z-index: 4;
  opacity: 1;
  transition: .3s ease-in-out
}

#dynamicPopup .modal-content .btn-close:hover {
  color: #f49720;
  border: 2px solid #f49720
}

#dynamicPopup .modal-content .btn-close i {
  font-weight: 600
}

#dynamicPopup .modal-dialog {
  max-width: 500px;
  margin: 170px auto 0
}

#dynamicPopup .modal-header {
  padding: 0;
  border-bottom: none
}

#dynamicPopup .modal-body {
  padding: 30px 20px
}

#dynamicPopup .modal-body .modal-body-form {
  text-align: center
}

.modal-body-form .staticBackdrop_modalTitle,
.modal-body-form h5 {
  font-family: "Proza Libre", sans-serif;
  font-size: 30px;
  line-height: 28px;
  color: #f49720;
  margin: 0 !important
}

.flip-counter-popup {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center
}

.modal-body-form .popup-form-list .form-group {
  margin: 0 0 10px
}

.modal-body-form .popup-form-list .form-group.form-group-last {
  margin: 0
}

.modal-body-form .popup-form-list .form-group input {
  background: 0 0;
  color: #fff;
  font-size: 16px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px
}

.modal-body-form .popup-form-list .form-group input::placeholder {
  color: #fff;
  font-size: 16px
}

.modal-body-form .popup-form-list .form-group textarea {
  background: 0 0;
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: 120px;
  resize: none;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px
}

.modal-body-form .popup-form-list .form-group textarea::placeholder {
  color: #fff;
  font-size: 16px
}

.modal-body-form .popup-form-list .form-group button.submit-btn {
  background: #f49720;
  color: #fff;
  font-size: 18px;
  width: 100%;
  border: 2px solid #f49720;
  border-radius: 10px;
  padding: 10px;
  margin: 0;
  text-transform: capitalize;
  outline: 0;
  transition: .3s ease-in-out
}

.modal-body-form .popup-form-list .form-group button.submit-btn:hover {
  background: #fff;
  color: #f49720;
  border: 2px solid #fff
}

.modal.show {
  padding-right: 0 !important
}

.modal-body-form .discountBadge,
.modal-body-form h3 {
  font-family: "Proza Libre", sans-serif;
  font-size: 20px !important;
  line-height: 19px !important;
  color: #fff;
  margin: 0 0 10px !important;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left
}

.modal-body-form .discountBadge span,
.modal-body-form h3 span {
  font-size: 60px;
  line-height: 92px;
  font-weight: 700;
  display: block;
  margin: 0 10px 0 0
}

.modal .modal-dialog .modal-content .modal-body form {
  flex-direction: column;
  display: flex;
  padding: 0 !important
}

.floatbutton {
  -o-transition: .4s;
  width: 420px;
  z-index: 9;
  font-size: 0;
  transition: .4s;
  position: fixed;
  top: 16%;
  right: -370px
}

.floatbutton.active {
  right: 0;
  z-index: 999;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.floatbutton .btns_wrap {
  position: fixed;
  right: -6px
}

.floatbutton .btns_wrap .chat_wrap {
  width: 280px;
  -o-transition: .3s;
  background: #fff;
  border-radius: 50px 0 0 50px;
  padding: 0;
  transition: .3s;
  display: block;
  position: absolute;
  top: 40px;
  right: -225px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important
}

.floatbutton .btns_wrap .call_wrap span.icoo,
.floatbutton .btns_wrap .chat_wrap span.icoo {
  color: #fff;
  vertical-align: middle;
  background: linear-gradient(45deg, #5271B7, #5271B7);
  border-right: 1px solid #ded9d9;
  border-radius: 50px 0 0 50px;
  padding: 18px 20px 16px;
  font-size: 18px;
  display: inline-block;
  box-shadow: 1px 0 13px #184dc1c2
}

.floatbutton .btns_wrap .call_wrap span {
  color: #333;
  vertical-align: middle;
  background: #fff;
  padding: 15px 20px 15px 15px;
  font-size: 20px
}

.fa-comment:before {
  content: ""
}

.floatbutton .btns_wrap .chat_wrap span {
  color: #333;
  vertical-align: middle;
  background: #fff;
  padding: 15px 30px 15px 15px;
  font-size: 20px
}

.floatbutton .btns_wrap a:hover {
  right: 0;
  text-decoration: none !important
}

.floatbutton .btns_wrap .call_wrap {
  width: 280px;
  -o-transition: .3s;
  background: #fff;
  border-radius: 50px 0 0 50px;
  padding: 0;
  transition: .3s;
  position: absolute;
  top: 120px;
  right: -225px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important
}

.floatbutton .clickbutton {
  width: 50px;
  z-index: 999;
  height: 270px;
  cursor: pointer;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026;
  background: linear-gradient(45deg, #5271B7, #5271B7);
  border-radius: 30px 0 0 30px;
  margin-top: 198px;
  padding-top: 0;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  box-shadow: -20px 7px 18px -7px #57b89717
}

.floatbutton .clickbutton .crossplus {
  -o-transition: .4s;
  color: #fff;
  white-space: pre;
  font-size: 16px;
  font-weight: 700;
  transition: .4s;
  display: block;
  position: absolute;
  bottom: 122px;
  left: -79px;
  transform: rotate(-90deg)
}

.floatbutton .banner-form {
  z-index: 9;
  width: 370px;
  background: #fff;
  border-radius: 5px 0 0 5px;
  margin: 0;
  padding: 30px;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 30px #0000001f
}

.floatbutton .banner-form h3 {
  color: #333;
  margin-bottom: 20px;
  font-size: 24px
}

.floatbutton .banner-form .ban-form input {
  width: 100%;
  color: gray;
  height: 50px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 0 0 15px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  outline: 0 !important
}

.floatbutton .banner-form .ban-form textarea {
  width: 100%;
  color: gray;
  height: 120px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 15px 0 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  outline: 0 !important
}

.floatbutton .banner-form .ban-form input[type=submit] {
  color: #fff;
  text-align: center;
  background: linear-gradient(45deg, #5271B7, #f39a28);
  border: #0000;
  border-radius: 3px;
  margin: 20px 0 0;
  padding: 10px 15px;
  font-weight: 600
}

#clock1 {
  width: 100%;
  height: 70px;
  margin: 0 auto 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.flip-clock-divider .flip-clock-label {
  display: none
}

.flip-clock-wrapper ul {
  width: 40px;
  height: 50px;
  font-size: 40px;
  line-height: 45px;
  border-radius: 5px;
  background: #000
}

.flip-clock-wrapper ul li {
  line-height: 45px
}

.flip-clock-wrapper ul li a div div.inn {
  font-size: 20px;
  border-radius: 5px
}

.flip-clock-wrapper ul li a div.up:after {
  top: 24px;
  height: 3px
}

.flip-clock-dot {
  color: #fff;
  background: #fff
}

.fa-phone-alt:before {
  content: "\f095"
}

.cta-book-img-new2 {
  display: none
}

@media only screen and (min-width: 1400px) and (max-width:1699px) {
  .g-process-inner-content1 h3 {
    padding: 90px 0 0 50px
  }

  .g-process-inner-content1-1 p {
    padding: 40px 20px 20px
  }

  .g-process-inner-content2 h3 {
    padding: 85px 0 0 300px
  }

  .g-process-inner-content2-2 p {
    padding: 40px 15px 20px
  }

  .g-process-inner-content3 h3 {
    padding: 70px 0 0 50px
  }

  .g-process-inner-content3-3 p {
    padding: 25px
  }

  .g-process-inner-content4 h3 {
    text-align: left;
    padding: 60px 0 0 285px
  }

  .g-process-inner-content4-4 p {
    font-size: 15px;
    padding: 15px 20px 20px
  }

  .g-process-inner-content5 h3 {
    padding: 70px 0 0 50px
  }

  .g-process-inner-content5-5 p {
    font-size: 15px;
    padding: 20px
  }

  section.contact-section #contact-section-g {
    padding: 0 50px
  }

  header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    font-size: 15px
  }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
  header nav.navbar .navbar-brand .logo {
    width: 120px
  }

  header .navbar-nav .nav-item.dropdown button.dropdown-icon-btn {
    font-size: 12px
  }

  header nav.navbar .navbar-buttons a.call-btn {
    font-size: 14px;
    width: 125px;
    padding: 8px
  }

  .cta-book-img-new2 {
    display: none
  }

  .g-process-inner {
    height: 1075px
  }

  .g-process-inner-content {
    height: 200px
  }

  .g-process-inner-content1 h3 {
    padding: 70px 0 0 50px
  }

  header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    font-size: 14px
  }

  .g-process-inner-content1-1 p {
    font-size: 15px;
    padding: 30px 15px 20px
  }

  .g-process-inner-content2 h3 {
    padding: 60px 0 0 250px
  }

  .g-process-inner-content2-2 p {
    font-size: 15px;
    padding: 30px 15px 20px
  }

  .g-process-inner-content3 h3 {
    padding: 70px 0 0 50px
  }

  .g-process-inner-content3-3 p {
    font-size: 15px;
    padding: 25px
  }

  .g-process-inner-content4 h3 {
    text-align: left;
    padding: 60px 0 0 250px
  }

  .g-process-inner-content4-4 p {
    font-size: 15px;
    padding: 15px 20px 20px
  }

  .g-process-inner-content5 h3 {
    padding: 70px 0 0 50px
  }

  .g-process-inner-content5-5 p {
    font-size: 15px;
    padding: 20px
  }

  .g-process-inner-content1 h3,
  .g-process-inner-content2 h3,
  .g-process-inner-content3 h3,
  .g-process-inner-content4 h3,
  .g-process-inner-content5 h3 {
    font-size: 24px
  }

  section.contact-section #contact-section-g {
    padding: 0 50px
  }
}

@media only screen and (max-width: 1370px) {
  header nav.navbar .navbar-brand .logo {
    width: 100px
  }

  header .navbar-collapse ul.navbar-nav li.nav-item {
    margin: 0 5px
  }

  header .navbar-nav .nav-item.dropdown button.dropdown-icon-btn {
    font-size: 7px
  }

  header .navbar-nav .nav-item ul.dropdown-menu {
    width: 65%
  }

  header .navbar-nav .nav-item ul.dropdown-menu li a {
    font-size: 14px
  }

  header nav.navbar .navbar-buttons a.call-btn {
    font-size: 12px;
    width: 125px;
    padding: 8px
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  header nav.navbar .navbar-brand .logo {
    width: 100px
  }

  header .navbar-collapse ul.navbar-nav li.nav-item {
    margin: 0 5px
  }

  header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    font-size: 10px
  }

  header .navbar-nav .nav-item.dropdown button.dropdown-icon-btn {
    font-size: 7px
  }

  header .navbar-nav .nav-item ul.dropdown-menu {
    width: 65%
  }

  header .navbar-nav .nav-item ul.dropdown-menu li a {
    font-size: 10px
  }

  header nav.navbar .navbar-buttons a.call-btn {
    font-size: 10px;
    width: 125px;
    padding: 8px
  }

  .cta-book-img-new2 {
    display: none
  }

  .g-process-inner {
    margin: 20px 0;
    height: inherit
  }

  .g-process-inner-content {
    height: 175px
  }

  .g-process-inner-content1 h3 {
    padding: 60px 0 0 40px
  }

  .g-process-inner-content1-1 p {
    font-size: 12px;
    padding: 20px
  }

  .g-process-inner-content2 h3 {
    padding: 40px 0 0 225px
  }

  .g-process-inner-content2-2 p {
    font-size: 12px;
    padding: 20px
  }

  .g-process-inner-content3 h3 {
    padding: 40px 0 0 40px
  }

  .g-process-inner-content3-3 p {
    font-size: 12px;
    padding: 15px 20px
  }

  .g-process-inner-content4 h3 {
    text-align: left;
    padding: 20px 20px 20px 225px
  }

  .g-process-inner-content4-4 p,
  .g-process-inner-content5-5 p {
    font-size: 12px;
    padding: 0 20px 20px
  }

  .g-process-inner-content1 h3,
  .g-process-inner-content2 h3,
  .g-process-inner-content3 h3,
  .g-process-inner-content4 h3,
  .g-process-inner-content5 h3 {
    font-size: 22px
  }

  .g-cta img {
    height: 300px
  }

  section.contact-section #contact-section-g {
    padding: 0 30px
  }

  .footer-logo-area .footer-info ul li a {
    font-size: 14px;
    line-height: 20px
  }

  .footer-top .footer-links-area {
    margin: 0 0 20px
  }

  .footer-brands-area .footer-brands-logos img {
    width: 100px
  }

  .footer-brands-area .footer-dmc-logos {
    margin: 0 0 20px
  }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
  header .navbar-toggler {
    background: #5271B7
  }

  header .navbar-expand-lg .navbar-collapse {
    padding: 10px 0
  }

  header .navbar-collapse ul.navbar-nav {
    margin: 0
  }

  header .navbar-collapse ul.navbar-nav li.nav-item {
    border-bottom: 2px solid #5271B7
  }

  header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    padding: 10px 0;
    width: 100%
  }

  header .navbar-collapse ul.navbar-nav li.nav-item.dropdown {
    justify-content: space-between;
    position: relative
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    position: absolute;
    top: 47px;
    transform: inherit;
    opacity: inherit;
    visibility: inherit;
    min-height: 250px;
    max-height: 250px;
    overflow-y: auto;
    display: none
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-track {
    border-radius: 0px
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar {
    width: 3px;
    background: #fff;
    border-radius: 0px
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #353a4d;
    border-radius: 0px
  }

  header .navbar-nav .nav-item ul.dropdown-menu {
    position: unset;
    width: 100%;
    border-radius: 0;
    border: 1px solid #ef9541;
    box-shadow: none;
    padding: unset;
    opacity: unset;
    visibility: unset;
    transform: inherit;
    display: none
  }

  header .navbar-nav .nav-item ul.dropdown-menu.dropdown-menu-single {
    top: 0;
    width: 100%;
    margin: 0;
    min-height: inherit !important;
    max-height: inherit !important;
    overflow: inherit
  }

  header nav.navbar .navbar-buttons {
    margin: 10px 0
  }

  header nav.navbar .navbar-buttons a.call-btn {
    font-size: 14px;
    padding: 8px
  }

  .hero-banner {
    background-color: #10549b !important;
    background-image: none !important;
    padding: 160px 0 50px
  }

  .banner-btns {
    margin: 0 0 20px
  }

  .sec {
    padding: 30px 0
  }

  .booksell-platform {
    text-align: center
  }

  .booksell-platform .d-flex {
    justify-content: center
  }

  .booksell-platform .platform-logo-booksell {
    margin: 0 10px 0 0
  }

  .booksell-platform .platform-logo-booksell img {
    width: 100px
  }

  .pt-sec-new.sec-mt {
    margin: 0
  }

  .pt-sec-new .nav-tabs .nav-link {
    margin: 0 10px 10px
  }

  .pt-portfolio-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }

  .pt-portfolio-wrap .pt-new-img {
    width: 25%
  }

  .new-company-sec ul {
    padding: 0 0 0 20px
  }

  .new-company-sec img {
    margin: 20px 0
  }

  .revies-platform-images .pf-logo {
    margin: 0 8px 0 0
  }

  .revies-platform-images .pf-logo img {
    width: 100px;
    margin: 0
  }

  .award-winning-wrap .award-winning-logo img {
    width: 100px
  }

  .cta-sec-new {
    padding: 30px 0
  }

  .cta-sec-new .cta-btns .btn-cta {
    margin: 0 5px 10px
  }

  .cta-book-img-new2 {
    display: none
  }

  .our-ser-new-sec .serbox-new {
    margin: 20px 10px 0
  }

  .g-process-bg {
    padding: 30px 0
  }

  .g-process-inner {
    margin: 20px 0;
    background-image: none;
    height: inherit
  }

  .g-process-inner-content {
    height: inherit
  }

  .g-process-inner-content1 h3,
  .g-process-inner-content2 h3,
  .g-process-inner-content3 h3,
  .g-process-inner-content4 h3,
  .g-process-inner-content5 h3 {
    padding: 0
  }

  .g-process-inner-content4 h3 {
    text-align: left
  }

  .g-process-inner-content2-2 p {
    padding: 0
  }

  .bgnewcolor .g-cta {
    padding: 30px
  }

  .g-cta img {
    height: 250px;
    position: inherit
  }

  .g-how-we-content {
    margin: 20px 0
  }

  .new-test-sec .new-test-box {
    padding: 20px
  }

  section.frequently-asked-questions {
    padding: 30px 0
  }

  .frequently-asked-questions .frequently-heading {
    padding: 0 50px
  }

  .frequently-asked-questions .frequently-heading h4 {
    font-size: 32px;
    margin: 0 0 20px
  }

  section.contact-section .section__title {
    margin: 0 0 20px;
    font-size: 32px
  }

  section.contact-section #contact-section-g {
    padding: 0 50px
  }

  .new-editing-bg {
    padding: 120px 0 30px !important;
    text-align: center
  }

  .services-together-wrap .services-together-head h2 {
    font-size: 32px;
    line-height: 38px
  }

  section.editing-sec5-box-main-bg {
    padding: 30px 0
  }

  .editing-sec5-box-main-bg h4 {
    font-size: 32px;
    line-height: 38px
  }

  section.why-choose-service {
    padding: 30px 0
  }

  .why-choose-service-head h4 {
    font-size: 32px;
    line-height: 38px
  }

  .why-choose-img {
    margin: 20px 0
  }

  section.about-who-we-are {
    padding: 30px 0;
    text-align: center
  }

  .about-who-we-are .about-who-head {
    margin: 0 0 20px
  }

  .testimonials .review-card {
    height: 600px;
    padding: 20px
  }

  #dp-slider {
    height: 450px
  }

  .testimonials .arrow-main {
    z-index: 999;
    bottom: -40%
  }

  section.contact-section picture img {
    display: none
  }

  .contact-us .ways-to-connect {
    flex-direction: column
  }

  .contact-us .ways-to-connect .ways-to-connect-connect {
    justify-content: left;
    margin: 0 0 20px
  }

  .contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
    padding: 0 25px;
    border: none
  }

  .footer-logo-area .footer-info ul li a {
    font-size: 14px;
    line-height: 20px
  }

  .footer-top .footer-links-area {
    margin: 0 0 20px
  }

  .footer-links-area h4 {
    font-size: 18px;
    line-height: 24px
  }

  .footer-brands-area .footer-brands-logos img {
    width: 100px
  }

  .footer-brands-area .footer-dmc-logos {
    margin: 0 0 20px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
  header .navbar-toggler {
    background: #5271B7
  }

  header .navbar-expand-lg .navbar-collapse {
    padding: 10px 0
  }

  header .navbar-collapse ul.navbar-nav {
    margin: 0
  }

  header .navbar-collapse ul.navbar-nav li.nav-item {
    border-bottom: 2px solid #5271B7
  }

  header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    padding: 10px 0;
    width: 100%
  }

  header .navbar-collapse ul.navbar-nav li.nav-item.dropdown {
    justify-content: space-between;
    position: relative
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    position: absolute;
    top: 47px;
    transform: inherit;
    opacity: inherit;
    visibility: inherit;
    min-height: 250px;
    max-height: 250px;
    overflow-y: auto;
    display: none
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-track {
    border-radius: 0px
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar {
    width: 3px;
    background: #fff;
    border-radius: 0px
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #353a4d;
    border-radius: 0px
  }

  header .navbar-nav .nav-item ul.dropdown-menu {
    position: unset;
    width: 100%;
    border-radius: 0;
    border: 1px solid #ef9541;
    box-shadow: none;
    padding: unset;
    opacity: unset;
    visibility: unset;
    transform: inherit;
    display: none
  }

  header .navbar-nav .nav-item ul.dropdown-menu.dropdown-menu-single {
    top: 0;
    width: 100%;
    margin: 0;
    min-height: inherit !important;
    max-height: inherit !important;
    overflow: inherit
  }

  header nav.navbar .navbar-buttons {
    margin: 10px 0
  }

  header nav.navbar .navbar-buttons a.call-btn {
    font-size: 14px;
    padding: 8px
  }

  .hero-banner {
    padding: 120px 0 50px;
    text-align: center
  }

  .banner-list {
    text-align: left
  }

  .banner-btns {
    margin: 0 0 20px
  }

  .hero-banner-form {
    padding: 25px
  }

  .sec {
    padding: 20px 0
  }

  .booksell-platform {
    text-align: center
  }

  .booksell-platform .d-flex {
    flex-wrap: wrap;
    justify-content: center
  }

  .booksell-platform .platform-logo-booksell {
    margin: 0 10px 10px
  }

  .booksell-platform .platform-logo-booksell img {
    width: 120px
  }

  .pt-sec-new.sec-mt {
    margin: 0
  }

  .pt-sec-new .nav-tabs .nav-link {
    margin: 0 10px 10px
  }

  .pt-portfolio-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }

  .pt-portfolio-wrap .pt-new-img {
    width: 33%
  }

  .new-company-sec {
    text-align: center
  }

  .new-company-sec ul {
    text-align: left;
    padding: 0 0 0 20px
  }

  .new-company-sec img {
    margin: 20px 0
  }

  .revies-platform-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 0
  }

  .revies-platform-images .pf-logo {
    margin: 0 8px 10px
  }

  .revies-platform-images .pf-logo img {
    width: 120px;
    margin: 0
  }

  .award-winning-new-sec {
    text-align: center
  }

  .award-winning-new-sec .award-winning-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 0
  }

  .award-winning-wrap .award-winning-logo {
    margin: 0 8px 10px
  }

  .award-winning-wrap .award-winning-logo img {
    width: 100px;
    margin: 0
  }

  .new-books-sec {
    text-align: center
  }

  .new-books-sec .genre-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 0
  }

  .genre-grid-wrap .genre-wrap-item {
    width: 45%;
    margin: 0 8px 10px
  }

  .genre-grid-wrap .genre-wrap-item img {
    margin: 0
  }

  .cta-sec-new {
    padding: 30px 0
  }

  .cta-sec-new .cta-btns .btn-cta {
    margin: 0 5px 10px
  }

  .cta-book-img-new2 {
    display: none
  }

  .our-ser-new-sec {
    text-align: center
  }

  .our-ser-new-sec .serbox-new {
    margin: 20px 10px 0
  }

  .our-ser-new-sec .prev-slide {
    left: 0
  }

  .our-ser-new-sec .next-slide {
    right: 0
  }

  .g-process-bg {
    padding: 30px 0
  }

  .g-process-bg .g-cta-1-content h5:after {
    left: 0;
    right: 0
  }

  .g-process-inner {
    margin: 20px 0;
    background-image: none;
    text-align: center;
    height: inherit
  }

  .g-process-inner-content {
    height: inherit
  }

  .g-process-inner-content1 h3,
  .g-process-inner-content2 h3,
  .g-process-inner-content2-2 p,
  .g-process-inner-content3 h3,
  .g-process-inner-content4 h3,
  .g-process-inner-content5 h3 {
    padding: 0
  }

  .g-process-bg .order-one {
    order: 1
  }

  .g-process-bg .order-two {
    order: 2
  }

  .bgnewcolor .g-cta {
    padding: 30px
  }

  .g-cta img {
    display: none
  }

  .bgnewcolor {
    text-align: center
  }

  .bgnewcolor picture img {
    margin: 20px 0
  }

  .g-how-we-content h4:after {
    left: 0;
    right: 0
  }

  .our-value-sec picture img {
    margin: 20px 0
  }

  .new-test-sec .testi-heading {
    font-size: 32px
  }

  .new-test-sec .new-test-box {
    padding: 20px
  }

  .new-test-sec .new-test-box .d-flex {
    flex-wrap: wrap;
    justify-content: center
  }

  .new-test-box .testi-box-new-detail {
    width: 100%;
    text-align: center
  }

  .new-test-box .new-testi-box-img {
    text-align: center;
    width: 100%
  }

  .new-test-box .new-testi-box-img img {
    margin: 0 auto
  }

  section.frequently-asked-questions {
    padding: 30px 0
  }

  .frequently-asked-questions .frequently-heading {
    padding: 0 50px
  }

  .frequently-asked-questions .frequently-heading h4 {
    font-size: 32px;
    margin: 0 0 20px
  }

  section.contact-section .section__title {
    margin: 0 0 20px;
    font-size: 32px
  }

  section.contact-section #contact-section-g {
    padding: 0 50px
  }

  .frm_area_btm form {
    padding: 30px
  }

  .frm_area_btm form .form-check {
    text-align: left
  }

  #contact-section-g .contact-flow {
    padding: 20px
  }

  .contact-flow__list-item {
    text-align: left
  }

  .new-editing-bg {
    padding: 120px 0 30px !important;
    text-align: center
  }

  .services-together-wrap .services-together-head {
    text-align: center
  }

  .services-together-wrap .services-together-head h2 {
    font-size: 32px;
    line-height: 38px
  }

  section.editing-sec5-box-main-bg {
    padding: 30px 0
  }

  .editing-sec5-box-main-bg h4 {
    font-size: 32px;
    line-height: 38px
  }

  section.why-choose-service {
    padding: 30px 0
  }

  .why-choose-service-head {
    text-align: center
  }

  .why-choose-service-head h4 {
    font-size: 32px;
    line-height: 38px
  }

  .why-choose-img {
    margin: 20px 0;
    text-align: center
  }

  .why-choose-img img {
    width: 75%
  }

  section.about-who-we-are {
    padding: 30px 0;
    text-align: center
  }

  .about-who-we-are .about-who-head {
    margin: 0 0 20px
  }

  section.g-about-service {
    text-align: center
  }

  .testimonials .review-card {
    height: 600px;
    padding: 20px
  }

  #dp-slider {
    height: 450px
  }

  .testimonials .arrow-main {
    z-index: 999;
    bottom: -40%
  }

  section.contact-section picture img {
    display: none
  }

  .contact-us .ways-to-connect {
    flex-direction: column
  }

  .contact-us .ways-to-connect .ways-to-connect-connect {
    justify-content: left;
    margin: 0 0 20px
  }

  .contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
    padding: 0 25px;
    border: none
  }

  .footer-logo-area .footer-info ul li a {
    font-size: 14px;
    line-height: 20px
  }

  .footer-top .footer-links-area {
    margin: 0 0 20px
  }

  .footer-links-area h4 {
    font-size: 18px;
    line-height: 24px
  }

  .footer-links-area .footer-services-nav-links {
    flex-direction: column
  }

  .footer-brands-area .footer-brands-logos img {
    width: 100px;
    margin: 0 10px
  }

  .footer-brands-area .footer-dmc-logos {
    justify-content: center;
    margin: 0 0 20px
  }

  .footer-bottom .footer-copyright {
    text-align: center
  }

  .footer-copyright p {
    margin: 0 0 10px
  }

  .footer-bottom-links ul {
    justify-content: center
  }

  .flip-clock-wrapper ul {
    width: 40px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    margin: 3px
  }

  .flip-clock-wrapper ul li {
    line-height: 50px
  }

  .flip-clock-wrapper ul li a div div.inn {
    font-size: 20px
  }

  .flip-clock-wrapper ul li a div.up:after {
    top: 23px;
    height: 3px
  }

  .floatbutton {
    display: none
  }
}

@media only screen and (min-width: 300px) and (max-width:575px) {
  header .navbar-toggler {
    background: #5271B7
  }

  header .navbar-expand-lg .navbar-collapse {
    padding: 10px 0
  }

  header .navbar-collapse ul.navbar-nav {
    margin: 0
  }

  header .navbar-collapse ul.navbar-nav li.nav-item {
    border-bottom: 2px solid #5271B7
  }

  header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    padding: 10px 0;
    width: 100%
  }

  header .navbar-collapse ul.navbar-nav li.nav-item.dropdown {
    justify-content: space-between;
    position: relative
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    position: absolute;
    top: 47px;
    transform: inherit;
    opacity: inherit;
    visibility: inherit;
    min-height: 250px;
    max-height: 250px !important;
    overflow-y: auto;
    display: block
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-track {
    border-radius: 0px
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar {
    width: 3px;
    background: #fff;
    border-radius: 0px
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #353a4d;
    border-radius: 0px
  }

  header .navbar-nav .nav-item ul.dropdown-menu {
    position: unset;
    width: 100%;
    border-radius: 0;
    border: 1px solid #ef9541;
    box-shadow: none;
    padding: unset;
    opacity: unset;
    visibility: unset;
    transform: inherit;
    display: none
  }

  header .navbar-nav .nav-item ul.dropdown-menu.dropdown-menu-single {
    top: 0;
    width: 100%;
    margin: 0;
    min-height: inherit !important;
    max-height: inherit !important;
    overflow: inherit
  }

  header nav.navbar .navbar-buttons {
    margin: 10px 0
  }

  header nav.navbar .navbar-buttons a.call-btn {
    font-size: 14px;
    padding: 8px
  }

  .hero-banner {
    padding: 170px 0 50px;
    text-align: center
  }

  .banner-list {
    text-align: left
  }

  .banner-btns {
    margin: 0 0 20px
  }

  .hero-banner-form {
    padding: 25px
  }

  .sec {
    padding: 30px 0
  }

  .booksell-platform {
    text-align: center
  }

  .booksell-platform .d-flex {
    flex-wrap: wrap;
    justify-content: center
  }

  .booksell-platform .platform-logo-booksell {
    margin: 0 10px 10px
  }

  .booksell-platform .platform-logo-booksell img {
    width: 100px
  }

  .pt-sec-new.sec-mt {
    margin: 0
  }

  .pt-sec-new .nav-tabs .nav-link {
    margin: 0 10px 10px
  }

  .pt-portfolio-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }

  .pt-portfolio-wrap .pt-new-img {
    width: 45%
  }

  .new-company-sec {
    text-align: center
  }

  .new-company-sec ul {
    text-align: left;
    padding: 0 0 0 20px
  }

  .new-company-sec img {
    margin: 20px 0;
    width: 100%
  }

  .revies-platform-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 0
  }

  .revies-platform-images .pf-logo {
    margin: 0 8px 10px
  }

  .revies-platform-images .pf-logo img {
    width: 100px;
    margin: 0
  }

  .award-winning-new-sec {
    text-align: center
  }

  .award-winning-new-sec .award-winning-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 0
  }

  .award-winning-wrap .award-winning-logo {
    margin: 0 8px 10px
  }

  .award-winning-wrap .award-winning-logo img {
    width: 100px;
    margin: 0
  }

  .new-books-sec {
    text-align: center
  }

  .new-books-sec .genre-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 0
  }

  .genre-grid-wrap .genre-wrap-item {
    margin: 0 8px 10px
  }

  .genre-grid-wrap .genre-wrap-item img {
    margin: 0
  }

  .cta-sec-new {
    padding: 30px 0
  }

  .cta-sec-new .cta-btns .btn-cta {
    margin: 0 5px 10px
  }

  .cta-book-img-new2 {
    display: none
  }

  .our-ser-new-sec {
    text-align: center
  }

  .our-ser-new-sec .serbox-new {
    margin: 20px 10px 0
  }

  .our-ser-new-sec .prev-slide {
    left: 0
  }

  .our-ser-new-sec .next-slide {
    right: 0
  }

  .g-process-bg {
    padding: 30px 0
  }

  .g-process-bg .g-cta-1-content h5:after {
    left: 0;
    right: 0
  }

  .g-process-inner {
    margin: 20px 0;
    background-image: none;
    text-align: center;
    height: inherit
  }

  .g-process-inner-content {
    height: inherit
  }

  .g-process-inner-content1 h3,
  .g-process-inner-content2 h3,
  .g-process-inner-content2-2 p,
  .g-process-inner-content3 h3,
  .g-process-inner-content4 h3,
  .g-process-inner-content5 h3 {
    padding: 0
  }

  .g-process-bg .order-one {
    order: 1
  }

  .g-process-bg .order-two {
    order: 2
  }

  .bgnewcolor .g-cta {
    padding: 30px
  }

  .g-cta img {
    display: none
  }

  .bgnewcolor {
    text-align: center
  }

  .bgnewcolor picture img {
    margin: 20px 0
  }

  .g-how-we-content h4:after {
    left: 0;
    right: 0
  }

  .our-value-sec picture img {
    margin: 20px 0
  }

  .new-test-sec .testi-heading {
    font-size: 32px
  }

  .new-test-sec .new-test-box {
    padding: 20px
  }

  .new-test-sec .new-test-box .d-flex {
    flex-wrap: wrap;
    justify-content: center
  }

  .new-test-box .testi-box-new-detail {
    width: 100%;
    text-align: center
  }

  .new-test-box .new-testi-box-img {
    display: none
  }

  section.frequently-asked-questions {
    padding: 30px 0
  }

  .frequently-asked-questions .frequently-heading h4 {
    font-size: 32px;
    margin: 0 0 20px
  }

  section.contact-section .section__title {
    margin: 0 0 20px;
    font-size: 32px
  }

  section.contact-section #contact-section-g {
    padding: 0 20px
  }

  .frm_area_btm form {
    padding: 30px
  }

  #contact-section-g .contact-flow {
    padding: 20px
  }

  .contact-flow__list-item {
    text-align: left
  }

  .new-editing-bg {
    padding: 120px 0 30px !important;
    text-align: center
  }

  .services-together-wrap .services-together-head {
    text-align: center
  }

  .services-together-wrap .services-together-head h2 {
    font-size: 32px;
    line-height: 38px
  }

  section.editing-sec5-box-main-bg {
    padding: 30px 0
  }

  .editing-sec5-box-main-bg h4 {
    font-size: 32px;
    line-height: 38px
  }

  section.why-choose-service {
    padding: 30px 0
  }

  .why-choose-service-head {
    text-align: center
  }

  .why-choose-service-head h4 {
    font-size: 32px;
    line-height: 38px
  }

  .why-choose-img {
    margin: 20px 0;
    text-align: center
  }

  section.about-who-we-are {
    padding: 30px 0;
    text-align: center
  }

  .about-who-we-are .about-who-head {
    margin: 0 0 20px
  }

  section.g-about-service {
    text-align: center
  }

  .testimonials .review-card {
    height: 850px;
    padding: 20px
  }

  #dp-slider {
    height: 700px
  }

  .testimonials .arrow-main {
    z-index: 999;
    bottom: -30%
  }

  section.contact-section picture img {
    display: none
  }

  .contact-us .ways-to-connect {
    flex-direction: column
  }

  .contact-us .ways-to-connect .ways-to-connect-connect {
    justify-content: left;
    margin: 0 0 20px
  }

  .contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
    padding: 0 25px;
    border: none
  }

  #staticBackdrop .modal-dialog {
    max-width: 100% !important;
    margin: 100px 10px 0
  }

  .modal-body-form .staticBackdrop_modalTitle,
  .modal-body-form h5 {
    font-family: "Proza Libre", sans-serif;
    font-size: 22px;
    line-height: 24px
  }

  .flip-clock-wrapper ul {
    width: 25px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    margin: 2px
  }

  .flip-clock-wrapper ul li {
    line-height: 40px
  }

  .flip-clock-wrapper ul li a div div.inn {
    font-size: 20px;
    border-radius: 5px
  }

  .flip-clock-wrapper ul li a div.up:after {
    top: 19px;
    height: 3px
  }

  .flip-clock-dot {
    width: 7px;
    height: 7px;
    left: 4px
  }

  .flip-clock-dot.top {
    top: 36px
  }

  .flip-clock-dot.bottom {
    bottom: 36px
  }

  .modal-body-form .discountBadge,
  .modal-body-form h3 {
    font-family: "Proza Libre", sans-serif;
    font-size: 22px;
    line-height: 26px
  }

  .modal-body-form .discountBadge span,
  .modal-body-form h3 span {
    font-size: 54px;
    line-height: 60px
  }

  .modal-body-form .popup-form-list .form-group button.submit-btn {
    font-size: 16px
  }

  .floatbutton {
    display: none
  }
}

footer {
  background-color: #031133
}

.footer_top {
  padding: 65px 0 40px
}

.footer_top .footer_LinkHeading,
.footer_top h4 {
  font-family: "Proza Libre", sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  min-height: 28px;
  margin-bottom: 20px
}

.footer_top ul.footer_links li a {
  color: #a8a8a8;
  font-size: 14px;
  line-height: 30px
}

.footer_top .row .col {
  border-right: 1px solid #4e5566;
  padding-left: 40px
}

.footer_top .row .col:last-child {
  border-right: none
}

.footer_social li {
  display: inline-block;
  margin: 0 15px
}

.footer_social li a {
  color: #fff;
  font-size: 24px
}

.copyright {
  padding: 30px 0;
  border-top: 1px solid #212c47
}

.copyright .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.copyright p,
.copyright p a {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0
}

.copyright p a {
  margin: 0 6px
}

.my-our-value {
  padding-top: 50px;
  padding-bottom: 50px
}

.steps-background {
  padding-top: 40px;
  padding-bottom: 50px;
  background: url(../images/my-images/our-process.jpg) center/cover no-repeat;
  height: 780px
}

.our-steps {
  width: 70%
}

.our-steps h4,
.our-steps h6,
.our-steps h3 {
  margin-bottom: 0;
  font-size: large;
  font-weight: 700
}

.our-steps p {
  font-size: 13px
}

.step-1 {
  padding-left: 80px
}

.step-2 {
  /* padding-top: 00px; */
  padding-left: 202px;
  width: 80%
}

.step-3 {
  /* padding-top: 20px; */
  padding-left: 217px;
  width: 80%
}

.step-4 {
  /* padding-top: 30px; */
  padding-left: 189px;
  width: 80%
}

.step-5 {
  /* padding-top: 42px; */
  padding-left: 78px;
  width: 64%
}

@media screen and (max-width: 1400px) {
  .my-our-value {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .steps-background {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/my-images/our-process.jpg) center/cover no-repeat;
    height: 780px
  }

  .our-steps {
    width: 70%
  }

  .our-steps h1 {
    font-size: large;
    font-weight: 700
  }

  .our-steps p {
    font-size: 13px
  }

  .step-1 {
    /* padding-top: 30px; */
    padding-left: 62px
  }

  .step-2 {
    /* padding-top: 33px; */
    padding-left: 169px;
    width: 80%
  }

  .step-3 {
    /* padding-top: 69px; */
    padding-left: 184px;
    width: 90%
  }

  .step-4 {
    /* padding-top: 34px; */
    padding-left: 164px;
    width: 80%
  }

  .step-5 {
    /* padding-top: 33px; */
    padding-left: 62px;
    width: 74%
  }

  .percentfifty {
    margin-left: -10px !important
  }

  .banner-form-heading {
    font-size: 18px;
    font-weight: 800
  }

  .hero-banner-form p {
    color: #262626;
    /* margin-top: -20px; */
    font-size: 11px
  }
}

@media screen and (max-width: 1200px) {
  .my-our-value {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .steps-background {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/my-images/our-process.jpg) center/cover no-repeat;
    height: 780px
  }

  .our-steps {
    width: 70%
  }

  .our-steps h1 {
    font-size: large;
    font-weight: 700
  }

  .our-steps p {
    font-size: 13px
  }

  .step-1 {
    /* padding-top: 30px; */
    padding-left: 45px;
    width: 90%
  }

  .step-2 {
    /* padding-top: 33px; */
    padding-left: 150px;
    width: 100%
  }

  .step-3 {
    /* padding-top: 26px; */
    padding-left: 184px;
    width: 100%
  }

  .step-4 {
    /* padding-top: 63px; */
    padding-left: 163px;
    width: 100%
  }

  .step-5 {
    /* padding-top: 14px; */
    padding-left: 50px;
    width: 100%
  }

  .hero-banner {
    background-color: #10549b !important;
    background-image: none !important
  }
}

@media screen and (max-width: 900px) {
  .my-our-value {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .steps-background {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/my-images/our-process.jpg) center/cover no-repeat;
    height: auto
  }

  .our-steps {
    width: 70%
  }

  .our-steps h1 {
    font-size: 15px;
    font-weight: 700
  }

  .our-steps p {
    font-size: 10px
  }

  .step-1 {
    /* padding-top: 30px; */
    padding-left: 45px;
    width: 100%
  }

  .step-2 {
    /* padding-top: 33px; */
    padding-left: 150px;
    width: 100%
  }

  .step-3 {
    /* padding-top: 83px; */
    padding-left: 165px;
    width: 100%
  }

  .step-4 {
    /* padding-top: 39px; */
    padding-left: 141px;
    width: 100%
  }

  .step-5 {
    /* padding-top: 40px; */
    padding-left: 50px;
    width: 100%
  }
}

@media screen and (max-width: 500px) {
  .my-our-value {
    padding-top: 10px;
    padding-bottom: 0px
  }

  .steps-background {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    height: auto
  }

  .our-steps {
    width: 70%
  }

  .our-steps h1 {
    font-size: 15px;
    font-weight: 700
  }

  .our-steps p {
    font-size: 10px
  }

  .step-1,
  .step-2,
  .step-3,
  .step-4,
  .step-5 {
    padding: 0;
    width: 100%
  }
}

.card {
  height: 100%;
  transition: .2s ease-in-out;
  border-radius: 20px;
}

.card-title {
  font-size: 17px;
  transition: .2s ease-in-out;
  line-height: 18px
}

.card-text {
  font-size: 14px
}

.card:hover {
  cursor: pointer;
  background: #DCECFF;
  /* transform: translateY(-4px) */
}

.button-27 {
  appearance: none;
  background-color: #000;
  border: 2px solid #1a1a1a;
  border-radius: 15px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: poppins, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 13px 44px;
  text-align: center;
  text-decoration: none;
  transition: .3s cubic-bezier(.23, 1, .32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform
}

.button-27:disabled {
  pointer-events: none
}

.button-27:hover {
  border: 2px solid #1a1a1a;
  background-color: transparent;
  color: #1a1a1a;
  box-shadow: rgba(0, 0, 0, .25) 0 8px 15px;
  transform: translateY(-2px)
}

.button-27:active {
  box-shadow: none;
  transform: translateY(0)
}

.button-28 {
  appearance: none;
  background-color: #5271B7;
  border: 2px solid #5271B7;
  border-radius: 7px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  margin-top: 5px;
  outline: 0;
  padding: 9px 28px 13px;
  text-align: center;
  text-decoration: none;
  transition: .3s cubic-bezier(.23, 1, .32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform
}

.button-28:disabled {
  pointer-events: none
}

.button-28:hover {
  border: 2px solid #1a1a1a;
  background-color: #1a1a1a;
  color: #fff;
  box-shadow: rgba(0, 0, 0, .25);
  transform: translateY(-2px)
}

.button-28:active {
  box-shadow: none;
  transform: translateY(0)
}

.my-contact-us {
  /*background-image: url(../images/contact-bg.jpg);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.my-contact-us.bg {
  /* background-image: url(../images/contact-bg.jpg); */
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.1)
  }
}

img.animatepulse {
  animation: 2s infinite pulse
}

.footer-form {
  background-color: #0c3b6b;
  padding: .575rem .75rem
}

.footer-form::placeholder {
  color: #87a4c2 !important
}

.thankyou_sec {
  padding: 5rem 0;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff
}

.main-thankyou {
  text-align: center
}

.main-content__checkmark {
  font-size: 9.75rem !important;
  line-height: 1 !important;
  background-image: -webkit-linear-gradient(90deg, #25a9e0 0, #004974 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.site-header__title {
  font-size: 6.5rem;
  font-weight: 700 !important;
  line-height: 1.1
}

.main-content__body {
  margin: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.4
}

.start_live_chat {
  font-size: 20px;
  background-color: #004974;
  padding: 15px 35px;
  display: inline-block;
  border-radius: 50px;
  margin: 20px 0 0;
  color: #fff !important;
  text-decoration: none;
  line-height: 16px
}

@media (max-width: 768px) {
  #hideinmobile {
    display: none !important
  }

  .my-our-value h3 {
    line-height: 24px !important
  }

  .card-body {
    margin-top: -15px !important
  }
}

.badge {
  font-size: 14px !important
}

/* .testi-para-new {
  margin-top: 20px !important;
  height: 180px;
  padding-right: 10px;
  overflow-y: scroll;
} */

.testi-para-new::-webkit-scrollbar {
  width: 4px;
  overflow: hidden;
  appearance: none;
  height: 100%;
}

.testi-para-new::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #5271B7;
}

.testi-para-new::-webkit-scrollbar-track {
  border-radius: 15px;
  background: rgba(0, 0, 0, .25);
}

.testi_title {
  font-size: 32px;
  font-weight: 700 !important;
}

.test-name {
  font-size: 22px;
  font-weight: 700;
}

.hero-banner-form::before {
  /* content: ""; */
  background-color: #fff !important;
  position: absolute;
  height: 800px;
  width: 100%;
  z-index: -1;
  left: 0;
  top: -180px
}

@media (max-width: 1200px) {
  .hero-banner-form::before {
    display: none !important
  }
}

.swiper {
  width: 340px;
  height: 380px
}

.swiper-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  flex-wrap: wrap;
  padding: 10px 20px;
  color: #fff;
  flex-direction: column
}

.swiper-slide h4 {
  text-align: left;
  font-weight: 800;
  font-size: 20px
}

.swiper-slide p {
  font-size: 13px;
  font-weight: 300
}

.swiper-slide:nth-child(1n) {
  background-color: #5271B7
}

.swiper-slide:nth-child(2n) {
  background-color: #0d589d
}

.swiper-slide:nth-child(3n) {
  background-color: #5271B7
}

.swiper-slide:nth-child(4n) {
  background-color: #0d589d
}

.swiper-slide:nth-child(5n) {
  background-color: #5271B7
}

.swiper-slide:nth-child(6n) {
  background-color: #0d589d
}

.video-ctn p {
  font-size: 18px;
  line-height: 1.7;
}

/*black popup start*/
.custom-popup .modal-content {
  position: relative;
  background-color: transparent;
  border: none;
}

.custom-popup .btn-close {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  background: none;
  color: #fff;
  font-size: 20px;
}

.custom-popup .modal-dialog {
  max-width: 60vw !important;
  width: 100%;
  margin: auto !important;
}

.theme-h3 {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.banner-form .theme-h3,
.banner-form .theme-p {
  text-align: center;
  color: #fff;
}

.banner-form .input-field input,
.banner-form .input-field textarea {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  resize: none;
  margin-bottom: 10px;
}

.banner-form .input-field textarea {
  height: 120px;
}

.banner-form .input-field *::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.banner-form button {
  position: inherit;
  left: 0%;
  bottom: 0;
  /* transform: translateX(-50%) translateY(50%); */
  padding: 12px 45px;
  display: inline-block;
  width: 100%;
}

.banner-form .fldset:has(button) {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#staticBackdrop .modal-content {
  overflow: hidden;
}

/*black popup end*/
/* Hire Page Card */
.p-fix {
  position: fixed;
}

.mybgw {
  position: relative;
  z-index: 2;
  background-color: white;
}

.hiring-section {
  position: relative;
  z-index: 1;
}

.hiring-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #cdcdcd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hire-card-header {
  padding-bottom: 6px;
  border-bottom: 1px solid #cfcfcf;
}

.hire-profile .profile-column img {
  border-radius: 100%;
}

.hire-author-wrapper {
  padding-left: 15px;
}

.hire-author-wrapper h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.hire-brack ul {
  list-style: disc;
  padding-left: 20px;
}

.hire-author-wrapper span {
  margin-bottom: 0;
  padding-bottom: 0px;
}

.hire-card-header p {
  padding-top: 10px;
}

.hire-card-body {
  padding-top: 20px;
}

.hire-brack {
  padding: 8px 0px;
}

.hire-badge {
  background-color: #b8d4ff;
  padding: 2px 6px;
  color: #295da9;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 400;
}

.hire-profile-btn {
  width: 100% !important;
  margin: 10px 0px !important;
}

/* Custom Dropdown */
.custom-dropdown {
  position: relative;
  width: 100%;
}

.dropdown-button {
  padding: 0.375rem 0.75rem;
  background-color: white;
  color: #363636;
  cursor: pointer;
  border-radius: 0.375rem;
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.dropdown-content {
  display: none;
  position: absolute;
  border-radius: 10px;
  line-height: 10px;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-item {
  padding: 12px;
  text-decoration: none;
  display: block;
  color: #333;
}

.dropdown-item:hover {
  background-color: #ddd;
}

.video-sec {
  padding: 5rem 0;
}

.video-wrper {
  padding-right: 6rem;
}

.video-ctn p {
  font-size: 18px;
  line-height: 1.7;
}

.video-clip video {
  width: 100%;
  height: 600px;
  border-radius: 10px;
  object-fit: cover;
}

.video-sec .video-wrper:last-child {
  padding-left: 6rem;
  padding-right: 0;
}

/* Publishing Pages */
.dataBox {
  padding: 20px;
  margin: 20px 0px 20px 0px;
  background-color: #e7f1ff;
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  box-shadow: 0 2px 10px rgb(118 173 255 / 25%);
  position: relative;
}

.dataBox .box-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  background-color: rgb(169 204 255 / 25%);
  border-radius: 100px;
  font-weight: 500;
  border: 1px solid rgb(51 133 255 / 25%);
}

.dataBox .box-btn:hover {
  color: #000;
  background-color: rgb(169 204 255 / 100%);
}

.dataBox .dataHeading {
  display: flex !important;
  align-items: center;
  margin-bottom: 15px;
}

.dataBox .dataHeading span {
  background-color: #0d6efd;
  height: 30px;
  width: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border-radius: 100%;
}

.dataBox .dataHeading h2 {
  margin: 0;
  padding: 0;
  margin-left: 20px
}

.dataBox .dataHeading .hire-stars {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  color: #e9b011;
}

.dataBox ul {
  line-height: 30px;
  font-size: 14px;
}

/* .dataBox:nth-child(2) ul li:first-child {
  display: none;
} */

.toc {
  background-color: #0d6efd;
  padding: 10px 20px 10px 20px;
  color: white;
  border-radius: 10px;
}

.toc h2 {
  line-height: 20px;
  text-align: center;
  font-size: 16px;
}

.toc ul li a {
  color: #fff;
}

#tocmob {
  display: none;
}

@media screen and (max-width: 900px) {
  .dataBox .box-btn {
    top: auto !important;
    bottom: 20px !important;
  }

  #tocContainer {
    display: none;
  }

  #tocmob {
    display: block;
  }
}

.career-page {
  padding: 10rem 0;
  background: url(../images/careerbg.jpg) center/cover no-repeat;
}

.career-page p {
  color: #fff;
  padding-right: 56%;
  line-height: 1.7;
}

.career-page h2 {
  font-size: 80px;
  color: #fff;
}

.career-page img {
  margin: 1.5rem 0;
}

.letswork-sec {
  padding: 5rem 0;
}

.letswork-sec .text-dark {
  padding: 0 16%;
}

.unbderline {
  border-bottom: 4px solid #5271B7;
  width: 200px;
  display: block;
  text-align: center;
  margin: 1rem auto;
}

.letswork-sec .container-fluid {
  padding: 0 15px;
}

.counterbg-color {
  background-color: #0855C6;
  padding: 3rem 0;
  margin-top: 1rem;
  position: relative;
}

.career-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}

.career-counter li {
  position: relative;
}

.career-counter li::after {
  border-right: 1px solid #3578DB;
  content: '';
  position: absolute;
  right: -60%;
  left: auto;
  margin: auto;
  top: 0;
  bottom: 0;
}

.career-counter li:last-child::after {
  border: 0;
}

.career-counter li h3 {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}

.career-counter li span {
  color: #fff;
}

.opingbox {
  background-color: #fff;
  width: 410px;
  padding: 3rem;
  position: absolute;
  top: -11rem;
  margin-left: 3rem;
}

.opingbox .unbderline {
  margin: 1rem 0;
  width: 100px;
  border-width: 2px;
}

.opingbox p {
  line-height: 1.8;
  margin-bottom: 0;
}

.opingbox h5 {
  color: #BC2F23;
  font-size: 16px;
}

:is(.letswork-sec, .jobopening) .sec-heading-new {
  font-size: 42px;
  line-height: 1.3;
}

.servicesbox {
  background-color: #E2E2E2;
  padding: 2rem;
  height: 100%;

}

.jobopening .col-md-6 {
  margin-bottom: 1.5rem;
}

.servicesbox ul {
  padding-left: 23px;
}

.servicesbox ul li {
  list-style: disc;
}

.servicesbox strong {
  line-height: 2;
}

.servicesbox p {
  font-size: 16px;
}

.jobopening {
  padding-bottom: 5rem;
}

.servicesbox a {
  color: #5271B7;
  text-decoration: underline !important;
  font-weight: 600;
  margin-top: 1.5rem;
  display: block;
  padding-left: 1.5rem;
}

.letswork-sec img {
  max-width: 100%;
  height: auto;
}


.modal-body-form .popup-form-list .form-group.msgText,
.msgText {
  display: flex;
  align-items: flex-start;
  margin: 10px 0 0;
}

.modal-body-form .popup-form-list .msgText.form-group input,
.msgText.form-group input {
  width: auto;
  border: 0;
  padding: 0;
  border-radius: 0;
  transform: scale(1.3);
  position: relative;
  top: 5px;
}

.modal-body-form .popup-form-list .form-group.msgText label,
.msgText label {
  font-size: 12px;
  color: #fff;
  text-align: left;
  margin: 0 0 0 10px;
}

ul.trust-wigdetul {
  display: inline-block;
}

ul.trust-wigdetul li {
  margin-bottom: 10px;
}

ul.trust-wigdetul li:first-child {
  padding: 10px 0;
}


.contentWrapper {
  max-height: 80px;
  overflow-y: scroll;
}

.contentWrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 1px;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: auto;
}


.contentWrapper::-webkit-scrollbar-track {
  background: white;
  /* background: rgb(155 155 155 / 10%); */
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.contentWrapper::-webkit-scrollbar-thumb {
  background: #000;
  /* background: rgb(255 134 134 / 50%); */
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

footer {
  position: relative;
  z-index: 2;
}

#modalTwo .modal-content {
  background-image: url('assets/images/main-popup.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: none;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden
}

#modalTwo .modal-content::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0d6efd;
  opacity: .5;
  width: 100%;
  z-index: -1
}

#modalTwo .modal-content .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  background: 0 0;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 13px;
  border: 2px solid #fff;
  border-radius: 20px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  z-index: 4;
  opacity: 1;
  transition: .3s ease-in-out
}

#modalTwo .modal-content .btn-close:hover {
  color: #f49720;
  border: 2px solid #f49720
}

#modalTwo .modal-content .btn-close i {
  font-weight: 600
}

#modalTwo .modal-dialog {
  max-width: 500px;
  margin: 170px auto 0
}

#modalTwo .modal-header {
  padding: 0;
  border-bottom: none
}

#modalTwo .modal-body {
  padding: 30px 20px
}

#modalTwo .modal-body .modal-body-form {
  text-align: center
}

.find-best {
  background: #fff !important;
  z-index: 999;
  position: relative;
}

.my-our-value .col-md-7 {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 780px;
  gap: 44px;
}

.my-our-value .our-steps {
  min-height: 103px;
  /* overflow-y: scroll; */
  align-items: center;
  display: flex;
}

/* .my-our-value .our-steps::-webkit-scrollbar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 4px;
  height: 2px;
}

.my-our-value .our-steps::-webkit-scrollbar-thumb {
  background: #00000080;
  border-radius: 10px;
  box-shadow: 0 0 1px #ffffff80;
}

.my-our-value .our-steps::-webkit-scrollbar-track {
  background: #231f201a;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  border-radius: 10px;
} */

.subtitle_heading {
  color: #a10002;
}

.serbox-new:hover h3 {
  color: #fff;
}

.testi-box-new-detail.newDet-width {
  flex: 100%;
}

.newDet-width .testi-para-new {
  height: 100px;
}

.my-color-black {
  color: #000;
}

.test-heading {
  font-size: 20px;
  font-weight: 700;
}

.btn-primary {
  background: linear-gradient(to top, #5271B7, #5277BA, #5388C1, #54A3CE, #55C7DF);
  color: white;
  padding: 10px 30px;
  border: none;
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
}

.btn-outline {
  background: transparent;
  color: #5271B7;
  padding: 10px 30px;
  border: 1px solid #5271B7;
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
}

.navbar-buttons .btn-outline {
  margin-right: 10px;
}

.ser-sec {
  padding-top: 80px;
}

.pt-sec-new .nav-tabs .nav-link {
  background: linear-gradient(to right, #5271B7, #5277BA, #5388C1, #54A3CE, #55C7DF);
  color: white;
  padding: 10px 30px;
  border: none;
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
}

.pt-sec-new .nav-tabs .nav-link.active {
  background: transparent;
  color: #5271B7;
  padding: 10px 30px;
  border: 1px solid #5271B7;
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
}

.my-portfolio-sec {
  padding-bottom: 50px;
}

.process-content {
  text-align: center;
  margin-bottom: 50px;
}

.process-content p {
  width: 80%;
  margin: auto;
}

.fold-content {
  margin-bottom: 30px;
}

.fold-content h4,
.fold-content p {
  color: #000;
}

.testi-box-new-detail h4 {
  font-size: 20px;
}

.my-contact-us input.form-control,
.my-contact-us textarea.form-control {
  background: #F3F3F3;
  border: none;
}

.contact-info a {
  color: #2c2c2c;
}


.contact-info .icon-list-2 {
  margin-bottom: 50px;
}

.footer-section {
  background: #DCECFF;
  padding: 100px 0;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-first-link {
  padding-left: 100px;
}

.footer-links {
  font-weight: 700;
}

.my-contact-us .fa-solid {
  margin-right: 10px;
  background: linear-gradient(to top, #5271B7, #5277BA, #5388C1, #54A3CE, #55C7DF);
  background: linear-gradient(to top, #5271B7, #5277BA, #5388C1, #54A3CE, #55C7DF);
  /* Apply your gradient */
  -webkit-background-clip: text;
  /* Clip the background to the text */
  color: transparent;
  /* Make the icon color transparent to show the gradient */
  display: inline-block;
  /* Make it behave like a block element */
}

.footer-social-icons i {
  font-size: 35px;
  margin-right: 10px;
  color: #2C2C2C;
}

.footer-menu a {
  display: block;
  color: #000000;
  font-size: 18px;
  margin-bottom: 20px;
}

.contact-info p {
  font-size: 18px;
  font-weight: 500;
  color: #151515;
}

.contact-info h2 {
  margin-bottom: 40px;
}

.contact-sub-heading {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

.new-fold {
  padding: 100px 0;
}

.new-fold .bg {
  min-height: 600px;
  border-radius: 20px;
  background: url(../images/new-fold.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.new-fold .content {
  margin-left: 50px;
  margin-top: 200px;
}

.new-fold .content h2 {
  color: #fff;
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 16px;
}

.new-fold .content p {
  color: #fff;
  margin-bottom: 20px;
}

.btn-white {
  background: #fff;
  color: #000;
  padding: 8px 30px;
  border: none;
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  border: 1px solid #fff;
  transition: .3s all;

}

.btn-white:hover {
  background: transparent;
  color: #fff;

}

.new-test-sec h2 {
  font-size: 35px;
}

.my-contact-us h2 {
  font-size: 35px;
}

.new-company-sec {
  padding: 100px 0;
}

.ser-fold-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.ser-fold-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.new-company-sec .fold-content {
  margin-bottom: 70px;
}

.new-company-sec .fold-content:last-child {
  margin-bottom: 0;
}

.privacy h6 {
  font-weight: 700;
}

.pp-list {
  list-style: unset;
  margin-left: 40px;
}

.pp-list li {
  margin-bottom: 20px;
}


.hire_expert {
  background-image: url(../images/new-ban.webp);
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}

.info-content {
  text-align: center;
  padding: 60px 100px 10px;
}

.info-content h3,
.info-content p {
  color: #fff;
}

.hire_expert h3 {
  font-size: 35px;
  font-weight: 700;
}


.main-atls {
  font-size: 0;
  margin: 25px 0 0 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 20px;
  vertical-align: middle;
  cursor: pointer;
  min-height: 150px;
  text-align: center;
  box-shadow: 5px 6px 30px #00000012;
  border-radius: 6px;
  background: #fff;
  color: #fff;
}


.alts-box1 {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.alts-box2 {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.alts-box1 img {
  width: 60px;
}

.alts-box2 p {
  color: #000000;
  font-size: 16px;
  padding: 15px 0 0 0;
  line-height: 1.4;
  font-weight: 600;
}

@media (max-width:1200px) {
  .alts-box2 p {
    font-size: 13px;
  }
}

.ser-sec-b {
  padding-bottom: 100px;
}

.count {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #000;
}

.counter-wrapper {
  /* background: #333; */
  /* background-image: url('https://images.unsplash.com/photo-1568563643102-37d43956d1d3?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80'); */
  background: cover;
  background-position: center center;
  position: relative;

}

.counter-wrapper div {
  color: #000;
  font-weight: 500;
  font-family: "Proza Libre", sans-serif;
}

.counter-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, .5); */
}

.counter-inner {
  position: relative;
  z-index: 2;
}

.count-icon {
  font-size: 48px;
}