@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");
@import url('https://pro.fontawesome.com/releases/v5.10.0/css/all.css');
body {
  overflow-x: hidden;
}

.mobile-menu .nveMenu,
.mobile-menu .overlay {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  visibility: hidden;
}
a {
  text-decoration: none;
}
.banner-form,
.howdoes-contact,
.main-header-bg,
.needto-inner {
  box-shadow: 0 3px 30px #00000029;
}
.main-privacy ul li,
.ultimate-ul {
  list-style: none;
}
.ban-form input,
.ban-form textarea {
  outline: 0 !important;
  padding: 10px 15px;
  width: 100%;
}
.main-banner .banner-content-main h5 {
    color: #fff;
    text-align: center;
}
@font-face {
  font-family: couture-bldit;
  src: url(../fonts/couture-bldit.woff) format("woff");
  font-style: normal;
}
@font-face {
  font-family: couture-bld;
  src: url(../fonts/couture-bld.woff) format("woff");
}
*,
.btn-default,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
textarea,
ul {
  margin: 0;
  padding: 0;
}
.mobile-menu .navlinks li a:hover,
a:focus,
a:hover {
  text-decoration: none;
}
.container {
  max-width: 1275px;
}
.form-floating>.form-select {
    height: calc(3.7rem + 2px);
}
.form-select:focus,
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #72c2db;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(114, 195, 219, 0.63);
}
.main-heading h2,
.perspective h2,
.the-ultimate-content h2 {
  font-size: 45px;
  font-weight: 700;
  color: #0a2840;
  text-transform: uppercase;
}
.mobile-dropdown button,
.mobile-menu .navlinks li a {
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
h2 {
  text-transform: uppercase;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.mobile-menu .circle,
.mobile-menu .mobile-cross {
  width: 40px;
  background: #0a2840;
  margin: 0 auto;
  font-size: 16px;
  top: 40px;
  display: flex;
  position: fixed;
  color: #fff;
  line-height: 40px;
  height: 40px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #72c2db;
}
::-moz-selection {
  color: #fff;
  background: #0a2840;
}
::selection {
  color: #fff;
  background: #0a2840;
}
.mobile-menu {
  display: none;
}
.mobile-menu .circle {
  border-radius: 50%;
  right: 40px;
  justify-content: center;
  align-items: center;
  z-index: 2;
  border: 2px solid #fff;
}
.mobile-menu .mobile-cross {
  border-radius: 50%;
  right: 0;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  border: 2px solid #fff;
}
.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  z-index: 999;
  transform: translateX(-320px);
  padding: 40px 20px;
  border: 2px solid #fff;
}
.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.mobile-menu .overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 280px);
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
}
.mobile-menu .overlay.is-on {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.mobile-menu .navlinks li {
  display: block;
  padding: 8px 0;
}
.mobile-dropdown button {
  background: 0 0;
  border: none;
}
.mobile-dropdown ul.dropdown-menu.show {
  border-radius: 0 0 20px 20px;
  border: none;
  height: 225px;
  padding: 15px;
  box-shadow: 0 15px 35px #00000029;
  overflow: auto;
}
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
}
.header,
.second-header {
  position: fixed;
  width: 100%;
}
.active-class {
  border: 2px solid #000;
}
.header {
  z-index: 99;
  height: 100px;
  top: 70px;
  background: #0000001f;
  padding: 20px 0;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  border-bottom: 2px solid transparent;
}
.active-header {
  background-color: rgba(255, 255, 255);
  top: 0;
}
.second-header {
  background: #fff;
  display: none;
  visibility: hidden;
  transition: 0.75s linear !important;
  border-bottom: 1px solid #f2653a;
  padding: 10px 0;
  line-height: 0;
}
.banner-form,
.main-dropdown-arrow .button,
.ticker-wrap {
  position: relative;
}
.second-header.sticky-header {
  display: flex;
  visibility: visible;
  transition: 0.75s linear !important;
  top: -100px;
  transform: translateY(100px);
  z-index: 200;
}
.second-header .dropdown-nav {
  margin: 12px 0;
  padding: 10px 15px 0;
}
.second-header-dropdown li a:hover {
  color: #f2653a;
}
.second-header ul.nav.navbar-na {
  line-height: 70px;
  top: 0;
}
.header-top-bg {
  background: #0a2840;
  line-height: 70px;
  text-transform: uppercase;
}
.header-top,
.main-header-bg .main-header {
  display: flex;
  justify-content: space-between;
}
.header-top-bg .top-number a {
  border-radius: 0 20px 20px 0;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 700;
}
.header-top-bg .top-number a:hover {
  color: #72c2db;
}
.header-top-bg .top-btn-1 {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 7px 15px;
  margin: 0 10px 0 0;
}
.header-top-bg .top-btn-2 {
  background: #72c2db;
  border-radius: 5px;
  text-decoration: none;
  padding: 7px 25px;
  color: #fff;
  border: 2px solid #72c2db;
}
.main-logo {
  width: 200px;
}
.main-header-bg {
  background: #fff;
  line-height: 94px;
  padding: 5px 0;
}
.main-header-bg .main-header ul {
  list-style: none;
  text-transform: uppercase;
}
.main-header .main-navigation ul li a {
  color: #000;
  text-decoration: none;
  padding: 0 15px;
  font-weight: 600;
  font-size: 15px;
}
.main-header .main-navigation ul li a:hover {
  color: #0a2840;
}
.main-header .dropdown .dropdown-menu {
  box-shadow: 0 15px 35px #00000029;
  border-radius: 10px;
  opacity: 1;
  top: 63px;
  padding: 10px 20px;
  background-color: rgb(255 255 255 / 36%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
.main-header .dropdown .dropdown-menu ul li a {
  letter-spacing: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 10px 0 40px;
}
.main-navigation ul.nav li.dropdown:hover ul.dropdown-menu,
.pkg-top-text h3 span,
.pricebox h5 span {
  display: block;
}
.main-navigation .dropdown-menu {
  line-height: 40px;
  width: max-content;
}
.main-dropdown-arrow .button:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -5px;
  width: 8px;
  height: 8px;
  border: 2px solid #72c2db;
  border-left: 0;
  transform: rotate(316deg);
  border-top: 0;
  transition: 0.3s;
}
.main-dropdown-arrow .button:hover:after {
  left: 3px;
}
.navi-drop-hr {
  width: 95% !important;
  margin: 0;
}
section.main-banner-bg {
  margin: 100px 0 0;
  padding: 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.exceptional-content h5,
.main-banner-bg h5 {
  color: #72c2db;
  padding: 10px 0;
  text-transform: uppercase;
}
.main-banner-bg h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 56px;
}
.main-banner-bg span {
  color: #72c2db;
}
.main-banner-bg p {
  font-size: 15px;
  color: #fff;
}
.main-banner-btn {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  margin: 30px 0;
}
.main-banner-btn .service-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 100%;
  min-width: 140px;
  background: #72c2db;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  margin: 0 2px;
  padding: 5px !important;
  transition: 0.3s;
  border: 2px solid #72c2db;
  font-weight: 700;
}
.main-banner-btn .service-btn a:hover {
  background: 0 0;
  color: #72c2db;
  border: 2px solid #72c2db;
}
.main-banner-btn .contact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 100%;
  min-width: 140px;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  padding: 5px;
  text-decoration: none;
  font-weight: 700;
}
.main-banner-btn .contact-btn a:hover {
  background: #72c2db;
  color: #fff;
  border: 2px solid #72c2db;
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 8rem;
  background-color: transparent;
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 4rem;
  line-height: 8rem;
  white-space: nowrap;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 113px;
  font-weight: 600;
  color: #ffffff1c;
  text-transform: uppercase;
}
.banner-logo-bg {
  background: #0a2840;
  padding: 45px 0;
}
.banner-form {
  background: #fff;
  border-radius: 15px;
  padding: 35px;
  top: 60px;
  margin: 0;
}
.cta-bg,
.cta1-bg,
.howdoes-bg,
.portfolio-bg,
.ultimate-bg {
  background-size: cover;
}
.banner-btn button {
  background: #72c2db;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  padding: 10px 0;
  width: 100%;
  border: 2px solid #72c2db;
}
.banner-logo-bg input {
  height: 50px;
}
.banner-logo-bg .owl-carousel .owl-item img {
  width: 160px;
}
.exceptional-bg {
  padding: 100px 0 0;
}
.exceptional-content {
  padding: 110px 0 0;
}
.exceptional-icon-inner {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
}
.exceptional-content h3 {
  font-size: 40px;
  font-weight: 700;
  color: #0a2840;
  text-transform: uppercase;
  line-height: 50px;
}
.exceptional-content span{
  color: #72c2db;
}
.exceptional-icon h2,
.whoisghostwriting h2 {
  font-size: 35px;
  font-weight: 700;
  color: #0a2840;
}
.exceptional-icon h5,
.howdoes-header p,
.leader-inner-text p {
  font-size: 15px;
}
.every-book-bg,
.leader-bg {
  padding: 100px 0;
}
.leader-text {
  text-align: center;
  padding: 30px 0;
}
.leader-text h2 {
  font-size: 48px;
  font-weight: 700;
  color: #0a2840;
}
.leader-card .box-container {
  align-items: center;
  justify-content: space-around;
}
@media screen and (min-width: 1380px) {
  .leader-card .box-container {
    flex-direction: row;
  }
}
.leader-card .box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 300px;
  margin: 5px;
  max-width: 100%;
}
.leader-card .flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.leader-card .flip-box-back,
.leader-card .flip-box-front {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 300px;
  -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.leader-card .flip-box-front {
  -ms-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  box-shadow: 0 5px 20px #0000003d;
  border-radius: 7px;
}
.leader-card .flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.leader-card .flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  box-shadow: 0 5px 20px #0000003d;
}
.leader-card .flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.leader-card .flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 18px;
  outline: transparent solid 1px;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
}
.leader-card .flip-box-header {
  font-size: 21px;
  font-weight: 700;
  color: #0a2840;
}
.leader-card .flip-box p {
  font-size: 15px;
  line-height: 1.5em;
}
.leader-card .flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase;
}
.color-black {
  color: #000;
}
.color-white,
.color-white .flip-box-header,
.testimonial-header p {
  color: #fff;
}
.cta-bg {
  background-image: url(../images/cta-bg.webp);
}
.cta1-bg {
  background-image: url(../images/cta1-bg.webp);
}
.cta-text {
  padding: 180px 0 70px;
}
.cta-text h2 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.cta-text p {
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
}
.cta-btn {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  padding: 0 370px;
}
.cta-btn .service-btn a {
  background: #72c2db;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  border: 2px solid #72c2db;
  transition: 0.3s;
}
.cta-btn .service-btn a:hover {
  background: 0 0;
  color: #fff;
  border: 2px solid #fff;
}
.cta-btn .contact-btn a {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.3s;
}
.cta-btn .contact-btn a:hover {
  border: 2px solid #72c2db;
  color: #fff;
  background-color: #72c2db;
}
.help-you-out-bg,
.services-header {
  padding: 50px 0;
}
.our-services-bg {
  padding: 70px 0;
}
.our-services-bg .services-header h4,
.the-ultimate-content h4 {
  color: #72c2db;
  font-size: 20px;
  font-weight: 700;
}
.our-services-bg .services-header h2 {
  color: #0a2840;
  font-size: 45px;
  font-weight: 700;
}
.our-service-card {
  text-align: center;
  padding: 15px 30px;
}
.needto-inner h2,
.our-service-card h4 {
  font-size: 25px;
  font-weight: 700;
  color: #0a2840;
}
.our-service-card p,
.question-check-box input {
  font-size: 17px;
}
.our-services-bg .our-service-card-border,
.our-services-bg .our-service-card-border2 {
  border-right: 1px solid #bcb6c1;
  margin: 20px 0;
  position: relative;
}
.our-services-bg .our-service-card-border:before {
  content: "";
  background: #bcb6c1;
  width: 90%;
  height: 1px;
  margin: 0 5px;
  position: absolute;
  bottom: -20px;
}
.our-services-bg .our-service-card-border2:before {
  content: "";
  background: #fff;
  width: 90%;
  height: 1px;
  margin: 0 5px;
  position: absolute;
  bottom: -20px;
}
.our-service-card-border:nth-child(5n) {
  border-right: none;
}
.portfolio-bg {
  background-image: url(../images/portfolio-bg.webp);
  padding: 70px 0;
}
.portfolio-header h4 {
  font-size: 20px;
  font-weight: 600;
  color: #72c2db;
  text-transform: uppercase;
  padding: 20px 0 0;
}
.portfolio-header h2 {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #72c2db !important;
  border: 1px solid #72c2db;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
  border: 1px solid #fff;
  margin: 0 15px;
  color: #fff;
}
.portfolio-btn-btm a {
  background-color: #72c2db;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 5px;
  transition: 0.3s;
}
.portfolio-btn-btm a:hover {
  background: 0 0;
  color: #b60a2d;
  border: 2px solid #72c2db;
}
.portfolio-bg img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transform: scale(1);
  transition: 0.3s;
}
.portfolio-bg img:hover {
  transform: scale(1.1);
}
.ultimate-bg {
  background-image: url(../images/ultimate-bg.webp);
  padding: 60px 0;
}
.ultimate-bg-2 {
  background-color: #fff;
  padding: 60px 0;
}
.ultimate-content {
  padding: 37px 0;
}
.ultimate-content h5 {
  color: #72c2db;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.ultimate-content h2 {
  color: #0a2840;
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
}
.ultimate-btn a {
  border: 2px solid #0a2840;
  border-radius: 5px;
  color: #0a2840;
  padding: 10px 20px;
  text-decoration: none;
}
.ultimate-main-img {
  padding: 80px 0 0 60px;
}
.ultimate-ul {
  padding: 15px 0 15px 20px;
}
.ultimate-ul li::before {
  content: "\2022";
  color: #72c2db;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.howdoes-bg {
  background-image: url(../images/howdoes-bg.webp);
  padding: 50px 0;
}
.howdoes-header h2,
.perspective-inner h2 {
  font-size: 45px;
  font-weight: 700;
  color: #0a2840;
}
.howdoes-disc {
  padding: 20px 10px;
}
.howdoes-disc-num {
  font-size: 30px;
  background-color: #72c2db;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}
.howdoes-disc-content h3 {
  font-size: 30px;
  font-weight: 700;
  color: #0a2840;
  padding: 0 0 10px;
  text-transform: uppercase;
}
.howdoes-contact {
  background: #fff;
  border: 1px solid #7070704d;
  border-radius: 10px;
  padding: 30px;
}
.howdoes-contact h3 {
  font-size: 35px;
  font-weight: 700;
  color: #0a2840;
  padding: 0 0 10px;
}
.howdoes-contact .form-floating {
  margin: 0 30px;
}
.howdoes-contact-btn button {
  background-color: #72c2db;
  border-radius: 5px;
  padding: 10px 0;
  width: 90%;
  transition: 0.3s;
  margin: 10px 0;
  border: 1px solid #72c2db;
  color: #fffcfc;
  font-size: 20px;
}
.about-form .form-head-btn button:hover,
.howdoes-contact-btn button:hover {
  border: 1px solid #001a45;
  background: 0 0;
  color: #0a2840;
}
.about-form .form-select.ct-slt, .about-form .form-control.ct-control {
    height: 50px;
}
.about-form .heading-six {
    font-size: 20px;
    font-weight: 600;
    color: #0a2840;
        margin: 0 0 10px;
}
.about-form .form-check-flex {
        display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about-form .form-check-flex .form-check {
        margin: 0 5px 7px;
    width: 45%;
    display: flex;
    align-items: center;
    padding: 0;
}
.about-form .form-check-flex .form-check .form-check-label {
    font-weight: 400;
    color: #0a2840;
    margin-left: 20px;
}
.about-form .form-check-flex .form-check .form-check-input {
        background-color: #FBFBFB;
    border: 1px solid #E9E7E7;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    margin: 0 10px 0 0;
    cursor: pointer;
}
.about-form .form-check-flex .form-check .form-check-input:checked {
    background-color: #72c2db;
    border-color: #72c2db;
    outline: 0;
    box-shadow: none;
    /*box-shadow: 0 0 0 0.25rem rgb(175 18 37 / 63%);*/
}
.testimonial-bg {
  background-image: url(../images/portfolio-bg.webp);
  background-size: cover;
  padding: 80px 0;
}
.testimonial-header h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}
.testimonial-inner h4,
.testimonial-inner-content h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
.testimonial-inner {
  background: #0a2840;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 40px 20px;
  padding: 40px 30px;
}
.testimonial-inner h4 {
  height: 85px;
  overflow: auto;
  padding: 15px 0;
}
.testimonial-inner p {
  color: #fff;
  padding: 10px 0;
  height: 165px;
  overflow: auto;
  padding-left: 10px;
}
.testimonial-inner span {
  color: #72c2db;
}
.testimonial-icon-img img {
  width: 100px !important;
  height: 25px;
}
.testimonial-inner-content h6 {
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
}
.testimonial-disc {
  padding: 15px 0 0;
}
.testimonial-bg .owl-theme .owl-nav {
  color: #72c2db;
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: 285px !important;
  margin: 0 -50px;
}
.testimonial-bg .owl-theme .owl-nav button {
  background-color: #fff;
  width: 30px;
  height: 30px;
}
.testimonial-bg .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #72c2db;
  color: #fff;
  text-decoration: none;
}
.need-to-write-bg {
  background-image: url(../images/need-bg.webp);
  background-size: cover;
  padding: 100px 0;
}
.needto-inner {
  background: #ffffff00;
  border: 1px solid #7070704d;
  border-radius: 20px;
  padding: 50px;
}
.needto-inner p {
  padding: 0 92px;
}
.floatbutton.active {
  right: 0;
  z-index: 9;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.floatbutton,
.floatbutton .clickbutton .crossplus {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
.floatbutton {
  transition: 0.4s;
  position: fixed;
  right: -371px;
  top: 30%;
  font-size: 0;
  width: 420px;
  z-index: 999;
}
.floatbutton .clickbutton {
  width: 50px;
  z-index: 999;
  height: 200px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
  border-radius: 30px 0 0 30px;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 125px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  border: 1px solid #fff;
  text-transform: uppercase;
  background-color: #72c2db;
  box-shadow: 0 0 40px #00000026;
  -webkit-box-shadow: 0 0 40px #00000026;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026;
}
.floatbutton .clickbutton .crossplus:before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  background: #fbb334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.floatbutton .clickbutton .crossplus:after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  background: #fab334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.floatbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  transition: 0.4s;
  left: -52px;
  white-space: pre;
  bottom: 87px;
}
.floatbutton .clickbutton .crossplus.rotate {
  transform: rotate(45deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.floatbutton .clickbutton .crossplus i {
  font-size: 18px;
  color: #fff;
  margin: 17px 0 0 15px;
}
.floatbutton .banner-form {
  background: #fff;
  padding: 15px;
  position: relative;
  z-index: 99999 !important;
  border-radius: 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0 0 30px #0000001f;
}
.ban-form input {
  margin: 0 0 15px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
}
.banner-form .intl-tel-input {
  width: 100%;
}
.btns_wrap .call_wrap,
.btns_wrap .chat_wrap {
  position: absolute;
  right: -225px;
  width: 280px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  z-index: 9999;
}
.banner-form h3 {
  color: #141315;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700;
}
.banner-form h3 strong {
  font: 600 24px/24px Poppins, sans-serif;
}
.fldset p a,
.intl-tel-input .country-list .country {
  font-size: 14px;
}
.ban-form input[type="submit"] {
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  padding: 10px 15px;
  margin: 20px 0 0;
  border: transparent;
  cursor: pointer;
  background-color: #72c2db;
}
.ban-form textarea {
  border: 1px solid #e5e5e5;
  background: #fff;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 120px;
  margin: 15px 0 0;
  resize: none;
}
.fldset p,
.fldset.inpchecbx {
  margin: 10px 0 0;
}
.btns_wrap {
  position: fixed;
  right: -6px;
}
.btns_wrap a:hover {
  text-decoration: none !important;
  right: 0;
}
.btns_wrap .call_wrap {
  border: 1px solid #fff;
  background-color: #72c2db;
  top: 63px;
  border-radius: 30px 0 0 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btns_wrap .call_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 20px 15px 15px;
}
.btns_wrap .chat_wrap {
  display: block;
  background-color: #72c2db;
  top: 0;
  border-radius: 30px 0 0 30px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 10px 0 0 10px;
}
.btns_wrap .chat_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 30px 15px 15px;
}
.ban-form .fldset.inpchecbx label {
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  color: #676767;
  font-size: 13px;
}
.ban-form .fldset.inpchecbx input {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
}
.fldset p {
  font-size: 13px;
  color: #676767;
  padding: 0;
}
.fldset p a {
  display: block;
  padding: 5px 0 0;
  color: #141315;
  font-weight: 500;
}
.main-services-banner-sec .ban-form .fldset textarea {
  height: 60px;
}
.main-services-banner-sec .ban-form input {
  height: 40px;
}
@media screen and (max-width: 736px) {
  .floatbutton {
    display: none;
  }
}
.about-form {
  background: #fff;
  box-shadow: 0 5px 30px #00000029;
  border: 1px solid #0000004d;
  border-radius: 30px;
  padding: 30px 50px;
  margin: 50px 0;
  position: relative;
}
.about-form .about-form-head {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.about-form .form-head-content h4 {
  color: #010101;
  font-size: 20px;
}
.about-form .form-head-content h3 {
  color: #0a2840;
  font-size: 25px;
  font-weight: 700;
}
.about-form .form-head-book {
  position: absolute;
  top: -30px;
  right: 51px;
}
.about-form .form-head-btn button {
  color: #f2f2f2;
  font-size: 20px;
  background: #72c2db;
  border-radius: 5px;
  width: 100%;
  padding: 10px 0;
  border: none;
  transition: 0.3s;
}
.the-ultimate-bg {
  background-color: #f2f2f2;
}
.the-ultimate-content {
  padding: 100px 0 150px;
}
.whoisghostwriting {
  background: #fff;
  box-shadow: 0 3px 30px #00000029;
  border: 1px solid #7070704d;
  border-radius: 10px;
  padding: 30px;
  margin: -120px 0 0;
}
.whoisghostwriting-line {
  border-right: 1px solid #000;
}
.center-line {
  height: 75% !important;
  background-color: #000;
  width: 5%;
  margin: 47px 0 0;
}
.perspective,
.perspective-bg {
  padding: 30px 0;
}
.perspective-card {
  background: #fff;
  box-shadow: 0 3px 30px #00000029;
  border: 1px solid #70707014;
  border-radius: 15px;
}
.everybook-card,
.pop-up-modal-bg .modal-body {
  background-size: contain;
  background-repeat: no-repeat;
}
.perspective-inner {
  padding: 20px;
  text-align: center;
}
.perspective-inner h4 {
  font-size: 22px;
  font-weight: 700;
  color: #0a2840;
}
.everybook-card {
  background-image: url(../images/every-book.webp);
  margin: 13px 0;
  padding: 30px;
}
.processwe-bg {
  background-image: url(../images/proces.webp);
  background-size: cover;
  padding: 100px 0;
}
.process-cart {
  background: #fff;
  box-shadow: 0 0 15px #00000017;
  border: 1px solid #7070704d;
  border-radius: 10px;
  padding: 40px 20px;
  height: 295px;
  margin: 10px 0;
}
.process-cart span {
  font-size: 12px;
  color: #72c2db;
}
.process-cart h2 {
  font-size: 38px;
  color: #0a2840;
  font-weight: 700;
}
.process-cart h4 {
  font-size: 25px;
  color: #000;
  font-weight: 700;
}
.cross-btn {
  background-color: #fff;
  box-shadow: 0 0 6px #00000029;
  border-radius: 50px;
  padding: 10px;
  position: absolute;
  top: 40px;
  color: #fff;
  right: 40px;
}
.main-modal-bg .modal-content {
  border: none;
  margin: 0 80px;
  background-color: transparent;
}
.main-modal h1 {
  font-size: 40px;
  font-weight: 700;
  padding: 20px 0;
}
.main-modal-bg .btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgb(175 18 37);
  opacity: 1;
}
.contact-bg {
  padding: 220px 0 !important;
}
.help-you-inner {
  padding: 50px 30px;
}
.main-privacy {
  padding: 140px 0 80px;
}
.main-privacy .text-center h4 {
  font-size: 36px;
  color: #72c2db;
  font-weight: 700;
  padding: 10px 0;
}
.main-privacy h3 {
  font-size: 24px;
  color: #72c2db;
  padding: 10px 0;
}
.pop-up-modal-bg .modal-body {
  background-color: #0a2840;
  flex: 1 1 auto;
  padding: 20px 0;
  width: 100%;
  border-radius: 50px;
}
.pop-up-modal-bg .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff0;
  background-clip: padding-box;
  border: none;
  border-radius: 0.3rem;
  outline: 0;
  margin: 0 80px;
}
.popup-modal-content h3 {
  color: #fff;
  font-size: 28px;
  padding: 0 0 20px;
}
.popup-modal-content h4 {
  color: #fff;
  padding: 10px 0;
  font-weight: 700;
}
.popup-modal-content span {
  font-size: 40px;
  color: #72c2db;
  font-weight: 700;
}
.pop-up-modal-bg .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff6a;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.pkg-min-box:hover,
.pkg-min-box:hover h3,
.pkg-min-box:hover h3 span,
.pkg-min-box:hover h4,
.pkg-min-box:hover h5,
.pkg-min-box:hover p,
.pkg-min-box:hover sup,
.pkg-min-box:hover ul li {
  transition: 0.5s;
  color: #fff;
}
.main-modal-bg-btn button {
  background-color: #72c2db;
  border-radius: 5px;
  padding: 10px 0;
  width: 90%;
  transition: 0.3s;
  margin: 10px 0;
  border: 2px solid #0a2840;
  color: #fffcfc;
  font-size: 20px;
}
.main-modal-bg-btn.form-btn button {
  font-size: 16px;
  padding: 12px 0;

}
.main-modal-bg-btn button:hover {
  background-color: #0a2840;
  border: 2px solid #72c2db;
}
#countdown {
  font-size: 48px;
}
.popup-modal-content strong {
  color: #72c2db;
}
.pricing {
  padding: 80px 0;
}
.pkg-min-box {
  background-color: #fff;
  padding: 30px 30px 40px;
  border-radius: 10px;
  transition: 0.5s;
  position: relative;
  border: 2px solid #d8dfe6;
  margin-bottom: 60px;
}
.pkg-top-text h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
  line-height: 22px;
  color: #0a2840;
  text-transform: uppercase;
}
.pkg-top-text p {
  font-size: 12px;
  color: #212529;
  width: 90%;
}
.pricebox {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.pricebox sup {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  color: #72c2db;
}
.pricebox h4 {
  font-size: 51px;
  font-weight: 700;
  color: #72c2db;
}
.pricebox h5 {
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  padding-left: 10px;
  position: relative;
}
.scrollbar p,
.scrollbar ul li {
  font-size: 12px;
  font-weight: 500;
}
.pricebox h5:before {
  content: "";
  width: 90%;
  height: 2px;
  background: #6c6c6c;
  position: absolute;
  top: 6px;
  left: 8px;
}
.scrollbar ul {
  margin-left: 0;
  float: left;
  height: 188px;
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 10px;
  overflow-x: hidden;
}
.scrollbar ul li {
  color: #212529;
  line-height: 23px;
  position: relative;
  padding-left: 13px;
}
.scrollbar ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #72c2db;
  border-radius: 100%;
  top: 9px;
}
.scrollbar p {
  color: #212529;
  margin-left: 12px;
  margin-bottom: 10px;
}
.scrollbar p span {
  color: #9d142c;
  font-weight: 700;
}
.actions {
  border-top: 1px solid #eee;
  padding-top: 12px;
}
.actions ul {
  display: flex;
}
.actions ul li {
  text-decoration: none;
  width: 50%;
  list-style: none !important;
  border-right: 2px solid #eee;
}
.actions ul li h3 {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}
.actions ul li h3 span {
  display: block;
  text-decoration: none;
  color: #212529;
}
.pkg-min-box button {
  width: 180px;
  padding: 11px;
  border-radius: 10px;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right top, #0a2840, #72c2db);
  color: #fff;
}
.pkg-min-box:hover {
  background: #0a2840;
}
.pkg-min-box:hover h5:before {
  background: #72c2db;
}
.pkg-min-box:hover .scrollbar ul::-webkit-scrollbar-thumb {
  background: #fff;
}
.actions ul li:nth-child(2) {
  border: none;
}
.scrollbar ul::-webkit-scrollbar-thumb {
  background-color: #0a2840;
  border-radius: 25px;
}
.scrollbar ul::-webkit-scrollbar-track {
  background-color: #72c2db;
  border-radius: 25px;
}
.question-inputs input,
.question-inputs textarea {
  border: 1px solid #6a6a6a;
  resize: none;
  width: 100%;
  padding: 10px 20px;
}
.scrollbar ul::-webkit-scrollbar {
  width: 8px;
}
.questionair-form {
  padding: 160px 0 40px;
}
.questionair-form h3 {
  font-size: 45px;
  font-weight: 700;
  color: #0a2840;
  text-align: center;
  margin-bottom: 60px;
}
.question-inputs label {
  width: 100%;
  color: #0a2840;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.question-inputs input {
  border-radius: 4px;
}
.question-inputs input::placeholder {
  color: #787474;
  font-size: 13px;
}
.question-inputs textarea::placeholder {
  color: #787474;
  font-size: 13px;
}
.question-inputs textarea {
  height: 110px;
  border-radius: 4px;
}
.question-inputs select {
  color: #787474;
  width: 100%;
  border: 1px solid #6a6a6a;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.questionair-form button {
  background: #0a2840;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  padding: 10px 0;
  width: 20%;
  border: 2px solid #0a2840;
  display: block;
  margin: 0 auto;
}
.pricing h6,
.question-check-box h6 {
  color: #0a2840;
  text-transform: uppercase;
}
.question-check-box,
.question-inputs {
  margin-bottom: 40px;
}
.question-inputs h2 {
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 700;
}
.question-check-box h6 {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 20px;
}
.question-check-box label {
  font-size: 16px;
  font-weight: 500;
}
.question-check-box .form-check {
  margin-bottom: 11px;
}
.question-inputs h6 {
  font-size: 14px;
  margin-bottom: 12px;
}
.pricing h6 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  margin: 70px 0;
}
.trust-pilots-link ul {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.trust-pilots-link ul li {
  list-style: none;
  margin-right: 14px;
}
.review-images {
  position: fixed;
  top: 50%;
  left: 0;
}
.dmc-badge {
  text-align: center;
  background: #be0a32;
  padding: 6px;
}

/* Home Page CSS Start Here */
section.first-wrap {
  background: linear-gradient(rgba(10, 40, 64, 0.9),rgba(10, 40, 64, 0.9), rgba(114, 195, 219, 0.8)),
    url(../images/banner/banner-bg.jpg) center center / cover no-repeat;
  padding: 12rem 0 8rem;
  font-family: "Poppins";
}
.main-banner {
  position: relative;
  padding: 95px 0px 30px;
  z-index: 1;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.first-wrap.main-banner .banner-content-main {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}
.banner-content-main h4 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0px;
  line-height: 48px;
  color: rgb(255, 255, 255);
  font-family: "Poppins";
}
.banner-content-main h1 {
  text-align: center;
  font-size: 60px;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  line-height: 72px;
  font-weight: bold;
  font-family: "Poppins";
  margin-bottom: 30px;
}
.banner-content-main span {
  color: #72c2db;;
}
.banner-content-main p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  font-family: "Poppins";
}
.banner-publishing-new-cta {
  padding: 20px 0px 0px;
}
ul.btn-cta {
  display: flex;
  align-items: center;
}
.banner-publishing-new-cta ul.btn-cta li:nth-child(1) a {
  background: rgb(255, 255, 255);
  color: #0a2840;
  border: none;
  outline: none;
  padding: 10px 28px;
  font-size: 16px;
  transition: all 0.5s ease 0s;
  text-transform: capitalize;
  font-weight: 700;
  border-radius: 5px;
}
.contact-btn-main {
  text-align: center;
}
.banner-publishing-new-cta .contact-btn-main a {
  color: rgb(255, 255, 255);
  font-size: 22px;
  margin-left: 18px;
  transition: all 0.5s ease 0s;
}
.banner-publishing-new-cta .contact-btn-main a i {
  font-size: 26px;
  color: rgb(255, 255, 255);
}
.banner-publishing-new-cta .start-a-free-chat {
  color: rgb(255, 255, 255);
  margin-top: 30px;
}
.start-a-free-chat {
  padding: 10px 0px;
  font-weight: 500;
  font-size: 21px;
}
.start-a-free-chat a {
  color: rgb(255 24 52);
  text-decoration: revert;
  line-height: 25px;
  transition: all 0.5s ease 0s;
  font-size: 21px;
  padding: 10px 0px 0px;
}
.inner-images.bottom-logos-company {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
ul.banner-brands-logos {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 50px 0px;
  gap: 10px;
}
.inner-images.bottom-logos-company img {
  width: 139px;
}
section.third-wrap {
  padding: 120px 0px;
}
section.third-wrap .inner-wrap h4 {
  text-align: left;
  font-size: 30px;
  letter-spacing: 0px;
  color: rgb(22, 36, 75);
  position: relative;
  padding-left: 60px;
  line-height: 46px;
  font-family: "Poppins";
}
section.third-wrap .inner-wrap h4::before {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 40px;
  height: 3px;
  background: #0a2840;
  content: "";
}
section.third-wrap .inner-wrap h1 {
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  color: rgb(22, 36, 75);
  line-height: 50px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
section.third-wrap .inner-wrap h1 span {
  font-size: 40px;
  color: #72c2db;
  line-height: 60px;
  font-weight: 600;
}
section.third-wrap .inner-wrap p {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
  color: rgb(110, 110, 110);
  opacity: 1;
  line-height: 26px;
  font-family: "Poppins";
}
section.third-wrap .inner-wrap span {
  color: #72c2db;;
}
ul.btn-cta li:nth-child(1) a {
  border-radius: 5px;
  padding: 12px 23px;
  color: rgb(255, 255, 255);
  background-color: #0a2840;
  margin: 0px 15px 0px 0px;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
}
.contact-btn-main.new-wrap a {
  font-size: 26px;
  color: #0a2840;
  margin-left: 20px;
}
.start-a-free-chat a {
  color: #72c2db;
  text-decoration: underline;
  transition: all 0.5s ease 0s;
  font-size: 21px;
  padding: 10px 0px 0px;
}
ul.btn-cta li.first {
  list-style: none;
}
section.fourth-wrap {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px;
  background-image: url(../images/fourth-wrap/fourth-wrap-bg.webp);
}
.reason-head-main.text-center.aos-init.aos-animate{
  margin-bottom: 40px;
}
.reason-head-main h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: #0a2840;
}
.reason-head-main span{
  color: #72c2db;
}
section.fourth-wrap .branding-slider .inner-wrap img {
  width: 50px;
}
section.fourth-wrap .branding-slider .inner-wrap {
  background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 12px;
  border: 1px solid rgb(242, 242, 242);
  border-radius: 5px;
  margin: 10px;
  min-height: 380px;
  transition: all 0.5s ease 0s;
  padding: 40px 30px 15px;
  height: 350px;
}
section.fourth-wrap .branding-slider .inner-wrap:hover {
  cursor: pointer;
  background: #72c2db;
}
section.fourth-wrap .branding-slider .inner-wrap:hover h4 {
  color: rgb(255, 255, 255);
}
section.fourth-wrap .branding-slider .inner-wrap:hover p {
  color: rgb(255, 255, 255);
}
section.fourth-wrap .branding-slider .inner-wrap h4 {
  transition: all 0.5s ease 0s;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  color: rgb(15, 38, 86);
  opacity: 1;
  padding: 20px 0px 10px;
}
section.fourth-wrap .branding-slider .inner-wrap p {
  transition: all 0.5s ease 0s;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  font-family: "poppins";
  letter-spacing: 0px;
  color: rgb(158, 158, 158);
  opacity: 1;
  min-height: 100px;
  max-height: 180px;
  overflow-y: scroll;
}
.branding-slider button.owl-prev {
  position: absolute;
  left: -5%;
  top: 50%;
}

.branding-slider button.owl-prev span {
  font-size: 60px;
  line-height: 0;
  color: rgb(158, 158, 158);
}

.branding-slider button.owl-next {
  position: absolute;
  right: -5%;
  top: 50%;
}

.branding-slider button.owl-next span {
  font-size: 60px;
  line-height: 0;
  color: rgb(158, 158, 158);
}

.branding-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: rgb(158, 158, 158);
  text-decoration: none;
}
section.fifth-wrap.new-bottom-banner {
  background-image: url(../images/new-banner.webp);
  margin-top: 0px;
  padding: 50px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.fifth-wrap .inner-wrap h1 {
  text-align: left;
  font-size: 40px;
  letter-spacing: 0px;
  color: rgb(249, 249, 248);
  margin-bottom: 30px;
  line-height: 50px;
  font-family: "Poppins-bold";
}
section.fifth-wrap .inner-wrap h1 span {
  background: rgb(255, 255, 255);
  color: rgb(47, 15, 47);
  padding: 0px 8px;
}
section.new-bottom-banner .inner-image {
  text-align: end;
  position: absolute;
  top: -110px;
  right: 10%;
}
section.fifth-wrap img {
  height: 500px;
  object-fit: cover;
}
section.six-wrap {
  padding: 100px 0px;
}
section.eight-wrap .reason-head-main h1,
section.seven-wrap .reason-head-main h1,
section.six-wrap .reason-head-main h1 {
  position: relative;
  text-align: center;
  letter-spacing: 0px;
  color: rgb(15, 38, 86);
  padding-bottom: 28px;
  font-size: 26px;
  line-height: 20px;
  text-transform: uppercase;
}
section.six-wrap .reason-head-main h1::before {
  position: absolute;
  top: 17px;
  content: url(../images/reason-to-choose-us/right-top.png);
  right: 5%;
}
section.eight-wrap .reason-head-main h1 span,
section.seven-wrap .reason-head-main h1 span,
section.six-wrap .reason-head-main h1 span {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0px;
  color: #72c2db;
  line-height: 50px;
  font-weight: 700;
}
section.six-wrap .reason-head-main h1::after {
  position: absolute;
  top: 17px;
  content: url(../images/reason-to-choose-us/left-top.png);
  left: 5%;
}
section.eight-wrap .reason-head-main p,
section.seven-wrap .reason-head-main p,
section.six-wrap .reason-head-main p {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0px;
  color: rgb(32, 27, 66);
  opacity: 1;
  padding-bottom: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Poppins";
}
section.six-wrap .inner-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0px 0px 20px;
}
section.six-wrap .inner-wrap .img {
  width: 15%;
  margin-left: 0px;
  margin-top: 1%;
}
section.six-wrap .inner-wrap .inner-content {
  margin-left: 20px;
  width: 85%;
}
section.six-wrap .inner-content h2 {
  font-size: 26px;
  line-height: 40px;
  font-family: "Poppins";
  text-align: left;
  color: rgb(15, 38, 86);
}
section.six-wrap .inner-content h2 span {
  font-size: 26px;
  line-height: 30px;
  font-family: "Poppins";
  font-weight: 700;
}
section.six-wrap .inner-content p {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
  color: rgb(158, 158, 158);
  opacity: 1;
  line-height: 30px;
  font-weight: 300;
  font-family: "Poppins";
}
section.six-wrap .inner-wrap .img img {
  width: 100%;
  height: 100%;
}
section.seven-wrap {
  padding: 50px 0px;
}
section.eight-wrap .reason-head-main,
section.seven-wrap .reason-head-main,
section.six-wrap .reason-head-main {
  margin: 20px 0px 0px;
}
section.seven-wrap .inner-wrap-image {
  margin-bottom: 30px;
  position: relative;
  background: rgb(247, 247, 247);
  padding: 0px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.12) 1px 1px 2px 2px;
  border-radius: 4px;
}
section.seven-wrap .inner-wrap-image img {
  width: 100%;
  height: 340px;
  object-fit: contain;
}
.portfolio-rating {
  color: rgb(126, 126, 126);
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio-rating i {
  color: rgb(252, 196, 28);
  font-size: 13px;
}
.inner-icons-overlay {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  background: rgba(33, 47, 100, 0.7);
  width: 100%;
  border-radius: 4px;
  height: 100%;
  text-align: center;
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
  justify-content: center;
  font-size: 38px;
}
section.seven-wrap .inner-wrap-image:hover .inner-icons-overlay {
  opacity: 1;
  transition: all 0.5s ease 0s;
}
section.ninth-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 60px 0px;
  background-position: right center;
  padding: 50px 0px;
  background-image: linear-gradient(to right, rgb(114, 194, 219), rgb(10, 40, 64));
  border-radius: 70px 0px;
}
section.ninth-wrap .inner-iamge img {
  position: absolute;
  top: -150px;
  width: 500px;
}
section.ninth-wrap .inner-wrap-content h1 {
  text-align: center;
  letter-spacing: 0px;
  color: rgb(249, 249, 248);
  font-size: 42px;
  line-height: 66px;
  font-weight: bold;
  font-family: "Poppins";
}
section.ninth-wrap .inner-wrap-content h3 {
  text-align: center;
  letter-spacing: 0px;
  color: rgb(249, 249, 248);
  padding: 20px 0px;
  font-size: 20px;
  line-height: 23px;
  font-family: "Poppins";
}
.inner-iamge {
  position: relative;
}
section.article-serving-offer {
  background: rgba(225, 223, 230, 0);
  padding: 70px 0px 0px;
}
section.article-serving-offer.new h3 {
  color: #0a2840;
  font-size: 52px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.article-ser-box.new.lp-publishing {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s ease 0s;
  height: 300px;
  text-align: center;
  background: rgb(238, 238, 238);
  border-radius: 13px;
  min-height: initial;
  gap: 0px 10px;
  padding: 0px 10px 15px !important;
  margin: 0 0 50px;
}
.article-ser-box.new img {
  width: 90px;
  top: -28px;
  position: relative;
  background: #0a2840;
  border-radius: 50%;
  padding: 9px;
  height: 90px;
}
.article-ser-box.new.lp-publishing h6 {
  padding-top: 0px;
  font-size: 18px;
  color: #0a2840;
  font-weight: bold;
  margin-bottom: 8px;
}
.article-ser-box.new.lp-publishing p {
  padding: 0px 10px 10px;
  font-size: 16px;
  font-weight: 400 !important;
  color: rgb(30, 29, 29);
  line-height: 22px;
}
.article-ser-box.new.lp-publishing span {
  color: #72c2db;;
}
section.eleven-wrap {
  background-image: url(../images/banner/awards-wrap-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 0px 25px;
  border: 1px solid rgba(137, 137, 137, 0.27);
}
section.eleven-wrap .inner-wrap-content h4 {
  text-align: left;
  font-size: 25px;
  letter-spacing: 0px;
  color: #0a2840;
  opacity: 1;
  line-height: 38px;
  font-family: "Poppins";
}
section.eleven-wrap .inner-wrap-content h1 {
  text-align: left;
  font-size: 35px;
  letter-spacing: 0px;
  color: #72c2db;
  line-height: 54px;
  font-weight: bold;
  font-family: "Poppins";
}
section.eleven-wrap .inner-wrap-content img {
  width: 60%;
  margin: 10px 0px 25px;
}
section.twelve-wrap {
  padding: 70px 0px;
}
section.twelve-wrap h1 {
  color: #0a2840;
  font-size: 50px;
  text-align: center;
  padding-bottom: 15px;
  line-height: 41px;
  font-family: "Poppins";
  font-weight: 700;
}
section.twelve-wrap .inner-wrap-main p {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0px;
  color: rgb(32, 27, 66);
  line-height: 30px;
  font-weight: 300;
  font-family: "Poppins";
}
section.twelve-wrap .inner-wrap {
  z-index: 222;
  transition: all 0.5s ease 0s;
  padding: 20px 5px 20px 25px;
  text-align: center;
  margin: 30px 15px 15px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.11) 0px 0px 13px 5px;
  display: flex;
  flex-direction: column;
  place-content: center;
  align-items: center;
  position: relative;
  border-radius: 7px;
}
.client-testimonial-slider .inner-wrap .head-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.favIconsss {
  text-align: start;
}
.client-testimonial-slider .inner-wrap h5.name-desination {
  text-align: left;
  font-size: 18px;
  letter-spacing: 0px;
  color: rgb(32, 27, 66);
  padding: 5px 0px;
  line-height: 21px;
  font-weight: 600;
  font-family: "Poppins";
}
.client-testimonial-slider .inner-wrap h5.name-desination span {
  display: block;
  color: rgb(177, 168, 168);
  font-size: 15px;
  padding: 0px 0px 5px;
}
.quote i {
  font-size: 69px;
  color: #0a2840;
}
.client-testimonial-slider .inner-wrap p.description {
  font-size: 15px;
  font-weight: 300;
  margin: 10px 0px;
  line-height: 22.6px;
  height: 140px;
  text-align: start;
  scroll-behavior: smooth;
  transition: all 0.5s ease 0s;
  overflow-y: auto;
  padding-right: 10px;
  letter-spacing: 0px;
  color: rgb(32, 27, 66);
  font-family: "Poppins";
}
.favIconsss i {
  color: rgb(255, 191, 0);
}
.client-testimonial-slider .inner-wrap p.description::-webkit-scrollbar {
  width: 4px;
}

.client-testimonial-slider .inner-wrap p.description::-webkit-scrollbar-track {
  box-shadow: rgb(255, 255, 255) 0px 0px 2px inset;
}

.client-testimonial-slider .inner-wrap p.description::-webkit-scrollbar-thumb {
  background: rgb(165, 165, 165);
}

.client-testimonial-slider
  .inner-wrap
  p.description::-webkit-scrollbar-thumb:hover {
  background: rgb(139, 139, 139);
}

section.thirteen-wrap {
  /* background: url("../images/banner/contact-bg.webp") 0% 0% / cover no-repeat; */
  padding: 60px 0px;
  background-color: #001d35;
}

section.thirteen-wrap .inner-wrap h4 {
  font-size: 34px;
  line-height: 46px;
  font-weight: 600;
  font-family: "Poppins";
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  padding-bottom: 10px;
}

section.thirteen-wrap .inner-wrap h1 {
  text-align: left;
  font-size: 23px;
  line-height: 30px;
  font-family: "poppins";
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  padding: 10px 0px;
}

section.thirteen-wrap .contact-btns .inner-wrap a {
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  font-family: "poppins";
  letter-spacing: 0px;
  color: rgb(249, 249, 248);
  opacity: 1;
  margin-left: 20px;
}

section.thirteen-wrap .contact-btns .inner-wrap {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0px 40px;
  align-items: center;
}

section.thirteen-wrap .contact-btns .inner-wrap img {
  width: 25px;
}

section.thirteen-wrap .contact-btns .inner-wrap a span {
  font-weight: 700;
}

section.thirteen-wrap .btn-main {
  margin: 20px 0px;
}

section.thirteen-wrap .btn-main button.get-started-btn {
  background: #72c2db;
  border: 1px solid #72c2db;
}

section.thirteen-wrap .btn-main button.live-chat-btn {
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}

section.thirteen-wrap .contact-form-main h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  font-family: "poppins";
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
}

section.thirteen-wrap .contact-form-main p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  font-family: "poppins";
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
}

section.thirteen-wrap .contact-form-main form input {
  background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
  border: 1px solid rgb(112, 112, 112);
  border-radius: 5px;
  text-align: left;
  padding: 10px 15px;
  letter-spacing: 0px;
  color: rgb(214, 214, 214);
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  font-family: "poppins";
  height: 50px;
  margin: 15px 0px 0px;
}

section.thirteen-wrap .contact-form-main form textarea {
  background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
  border: 1px solid rgb(112, 112, 112);
  border-radius: 5px;
  text-align: left;
  padding: 10px 15px;
  letter-spacing: 0px;
  color: rgb(214, 214, 214);
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  font-family: "poppins";
  margin: 0px 0px 15px;
}

section.thirteen-wrap .contact-form-main form select {
  background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
  border: 1px solid rgb(112, 112, 112);
  border-radius: 5px;
  text-align: left;
  padding: 10px 15px;
  letter-spacing: 0px;
  color: rgb(145, 145, 145);
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  font-family: "poppins";
  margin: 15px 0px;
}

section.thirteen-wrap .contact-form-main form button.submit {
  background: #72c2db;
  margin-top: 0px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-family: "poppins";
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  opacity: 1;
  border: 1px solid transparent;
  display: block;
  border-radius: 2px;
  width: 100%;
  padding: 12px 0px;
}
button.submit {
  transition: all 0.5s ease 0s;
}

button.submit:hover {
  background: #72c2db;
  letter-spacing: 2px;
}
section.thirteen-wrap .contact-btns .inner-wrap i {
  color: rgb(255, 255, 255);
  font-size: 30px;
}
section.thirteen-wrap .inner-wrap h1 img {
  width: 150px;
}
section.thirteen-wrap .contact-form-main p span {
  color: rgb(255, 255, 255);
  font-weight: 800;
  font-size: 26px;
}
/* Home Page CSS End Here */

/* About page CSS Start Here */
.about-banner {
  background: url(../images/banner/about-us-banner.png);
  height: 793px;
  display: flex;
  align-items: center;
}
.main-banner-head {
  margin-top: 100px;
}
.main-banner-head h3 {
  text-align: center;
  font-size: 60px;
  font-weight: 500;
  color: #72c2db;
  padding: 17px 0px 20px;
}
.main-banner-head h3 span {
  color: rgb(255, 255, 255);
}
.main-banner-head p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 0px 0px 5px;
}
.main-banner-head ul.banner-cta {
  justify-content: center;
  display: flex;
  align-items: center;
  list-style: none;
}
ul.banner-cta li:nth-child(1) a {
  border-radius: 5px;
  background-color: #72c2db;
  padding: 15px 25px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  border: 2px solid #72c2db;
  font-weight: 600;
  transition: all 0.5s ease 0s;
  margin: 0px 10px 0px 0px;
}
ul.banner-cta li:nth-child(2) a {
  border-radius: 5px;
  border: 1px solid rgb(255, 255, 255);
  padding: 15px 20px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  transition: all 0.5s ease 0s;
}

.about-who-we-are {
  padding: 80px 0px;
  background: rgb(252, 251, 255);
  position: relative;
  z-index: 1;
}
.about-who-head h4 {
  color: #0a2840;
  font-size: 52px;
  font-weight: 600;
  padding: 0px 0px 20px;
}
.about-who-head p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(30, 29, 29);
  font-weight: 500;
}
.about-who-box {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(18, 18, 18, 0.08) 0px 0px 43px 0px;
  padding: 30px 25px;
  margin: 0px 0px 18px;
  transition: all 0.5s ease 0s;
}
.about-who-box:hover {
  background: #72c2db;
  transform: scale(1.05);
}
.about-who-box:hover h5 {
  color: rgb(255, 255, 255);
}
.about-who-box:hover p {
  color: rgb(255, 255, 255);
}
.about-who-box h5 {
  color: #72c2db;
  font-size: 25px;
  font-weight: 500;
}
.about-who-box p {
  color: rgb(30, 29, 29);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
a.get-started {
  width: 100%;
  background: #0a2840;
  color: rgb(255, 255, 255);
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 17px;
  display: block;
  transition: all 0.5s ease 0s;
}
a.get-started:hover {
  background: rgb(0, 0, 0);
}

/* About page CSS End Here */

/* Contact Us Page CSS start Here */
.contact-banner {
  background: url(../images/banner/contact-banner.png);
  display: flex;
  align-items: center;
  padding-top: 141px;
  padding-bottom: 82px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.contact-banner h3 {
  font-size: 76px !important;
  line-height: 60px;
}

.contact-page-section {
  position: relative;
  padding: 50px 0px 79px;
}
.contact-page-section .pattern-layer-three {
  position: absolute;
  left: 10%;
  top: 55%;
  width: 45px;
  height: 43px;
  background-repeat: no-repeat;
}
.contact-page-section .info-column .inner-column {
  position: relative;
}
img.contact-img {
  margin: 0px 0px 40px;
  width: 100%;
}
.contact-page-section .info-column .title {
  position: relative;
  color: #0a2840;
  font-size: 16px;
  text-transform: uppercase;
}
.contact-page-section .info-column h2 {
  position: relative;
  color: rgb(6, 20, 45);
  font-weight: 700;
  line-height: 1.2em;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 22px;
}
.contact-page-section .info-column ul {
  position: relative;
  list-style: none;
}
.contact-page-section .info-column ul li {
  position: relative;
  color: rgb(6, 20, 45);
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 17px;
}
.contact-page-section .info-column ul li span {
  position: relative;
  color: #0a2840;
  display: block;
  margin-bottom: 5px;
}
.contact-page-section .info-column ul li a {
  color: rgb(6, 20, 45);
  text-decoration: none;
}
.contact-page-section .form-column {
  position: relative;
  margin-bottom: 30px;
}
.contact-page-section .form-column .inner-column {
  position: relative;
  padding: 40px 35px;
  background-color: rgb(244, 247, 250);
}
.contact-page-section .form-column .circle-layer {
  position: absolute;
  left: -130px;
  bottom: -60px;
  width: 565px;
  height: 565px;
  z-index: -1;
  border-radius: 50%;
  background-color: rgb(255, 247, 240);
}
.contact-page-section .form-column .pattern-layer-one {
  position: absolute;
  right: -40px;
  top: -25px;
  width: 106px;
  height: 70px;
  z-index: -1;
  background-repeat: no-repeat;
}
.contact-page-section .form-column .pattern-layer-two {
  position: absolute;
  left: -50px;
  bottom: -25px;
  width: 106px;
  height: 153px;
  z-index: -1;
  background-repeat: no-repeat;
}
.contact-page-section .form-column h2 {
  position: relative;
  color: rgb(6, 20, 45);
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.btn-style-five {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: rgb(255, 255, 255);
  padding: 15px 40px;
  font-weight: 700;
  border-radius: 3px;
  overflow: hidden;
  background-color: #72c2db;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  margin-top: 10px;
  text-transform: uppercase;
  border: none;
}
.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px 25px;
  color: rgb(136, 136, 136);
  height: 100px;
  background: rgb(255, 255, 255);
  resize: none;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid transparent;
  transition: all 300ms ease 0s;
}
.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group .contact_input {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 25px;
  color: rgb(136, 136, 136);
  height: 55px;
  font-size: 14px;
  border-radius: 3px;
  background: rgb(255, 255, 255);
  border: 1px solid transparent;
  transition: all 300ms ease 0s;
}
.contact-page-section .form-column h2::before {
  position: absolute;
  content: "";
  right: 20px;
  top: 0px;
  width: 91px;
  height: 38px;
  background: url(../images/contact-arrow.png);
}
.contact-page-section .form-column .text {
  position: relative;
  color: rgb(24, 24, 24);
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 30px;
}

/* Contact Us Page CSS End Here */

/* Terms page CSS Start Here */
.terms_conditions {
  padding: 30px 0px;
      font-family: "Poppins";
}

.terms_conditions h2 {
  position: relative;
  color: #0a2840;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 22px;
}

.terms_conditions h3 {
  position: relative;
  color: #72c2db;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 22px;
}
.terms_conditions a {
    color: #72c2db;
    font-weight: 700;
}
.terms_conditions p {
  font-size: 16px;
  line-height: 28px;
}

.terms_conditions ul {
  list-style: circle;
  margin: 20px 0px 0px 16px;
}

.terms_conditions ul li {
  padding: 0px 0px 20px;
  line-height: 29px;
}

/* Terms page CSS End Here */

/* Footer Section CSS Start Here */
footer.footer-main {
  background: rgb(10, 40, 64);
  padding: 5rem 0 0;
}
footer .footer-logo img {
  width: 240px;
}
footer.footer-main .footer-content-main h3 {
  font-size: 30px;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  opacity: 1;
  padding: 40px 0px 20px;
  font-weight: 500;
  line-height: 25px;
  font-family: "Poppins";
}
footer.footer-main .footer-content-main p {
  text-align: left;
  font-size: 17px;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  padding: 0px 0px 15px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Poppins";
}
footer.footer-main .footer-content-main img.paytype-image {
  width: 100%;
  margin: 20px 0px 77px;
}
footer.footer-main .footer-content-main ul {
  list-style: none;
}
footer.footer-main .footer-content-main ul li a {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0px;
  color: rgb(162, 161, 161);
  transition: all 0.5s ease 0s;
  line-height: 40px;
  font-family: "Poppins";
}
footer.footer-main .footer-bottom {
  text-align: center;
  padding: 20px 0px;
}
footer.footer-main .footer-bottom p {
  font-size: 14px;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  line-height: 18px;
  font-family: "Poppins";
}
footer.footer-main .footer-bottom a {
  color: rgb(255, 255, 255);
  margin: 0px 8px;
}
footer.footer-main .footer-content-main a.contact-call-btn {
  display: block;
  padding: 10px 0px;
  font-size: 23px;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  opacity: 1;
  margin-bottom: 10px;
  line-height: 30px;
  font-family: "Poppins";
}
footer.footer-main .footer-content-main ul li:hover a {
  color: #72c2db !important;
}
footer.footer-main .bg-030510 {
  background: #72c2db;
}
footer.footer-main .footer-bottom a img {
  width: 22px;
  height: 22px;
}
footer.footer-main .footer-bottom a i {
  font-size: 25px;
  position: relative;
  top: 6px;
}
#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 0;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #72c2db;
  color: white;
  cursor: pointer;
  left: 0;
  padding: 10px;
  border-radius: 48px;
  width: 40px;
  margin: 0 auto;
  height: 40px;
  z-index: 100000;
}
/* Footer Section CSS End Here */

/* Media Query Start Here */

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  /* Home Page Responsive CSS Start Here  */
  section.ninth-wrap .inner-iamge img {
    width: 350px;
    top: -90px;
  }
  section.fourth-wrap {
    overflow: hidden;
  }

  /* Home Page Responsive CSS End Here  */
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* Header Responsive CSS Start Here */
  .main-dropdown-arrow .button:after {
    left: -10px;
  }
  .main-header-bg .main-header ul {
    gap: 20px;
  }
  /* Header Responsive CSS End Here */

  /* Home Page Responsive CSS Start Here  */
  section.ninth-wrap .inner-iamge img {
    width: 350px;
    top: -100px;
    left: -30px;
  }
  section.fourth-wrap {
    overflow: hidden;
  }
  section.eleven-wrap .inner-wrap-content h1 {
    font-size: 25px;
    line-height: 40px;
  }

  .article-ser-box.new.lp-publishing {
    height: 350px;
  }

  section.ninth-wrap .inner-wrap-content h1 {
    font-size: 35px;
    line-height: 45px;
  }

  section.third-wrap .inner-wrap h1,
  section.third-wrap .inner-wrap h1 span {
    font-size: 30px;
    line-height: 40px;
  }

  section.third-wrap .inner-wrap h4 {
    font-size: 23px;
    line-height: 33px;
  }

  section.fifth-wrap .inner-wrap h1 {
    font-size: 33px;
    line-height: 43px;
  }

  section.six-wrap {
    padding-bottom: 0;
  }

  /* Home Page Responsive CSS End Here  */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Header Responsive CSS Start Here */
  .main-dropdown-arrow .button:after {
    left: -10px;
  }
  /* Header Responsive CSS End Here */

  /* Home Page Responsive CSS Start Here  */
  section.ninth-wrap .inner-iamge img {
    width: 350px;
    top: -100px;
    left: -30px;
  }
  section.fourth-wrap {
    overflow: hidden;
  }
  section.eleven-wrap .inner-wrap-content h1 {
    font-size: 25px;
    line-height: 40px;
  }

  .article-ser-box.new.lp-publishing {
    height: 350px;
  }

  section.ninth-wrap .inner-wrap-content h1 {
    font-size: 25px;
    line-height: 35px;
  }

  section.third-wrap .inner-wrap h1,
  section.third-wrap .inner-wrap h1 span {
    font-size: 30px;
    line-height: 40px;
  }

  section.third-wrap .inner-wrap h4 {
    font-size: 23px;
    line-height: 33px;
  }

  section.fifth-wrap .inner-wrap h1 {
    font-size: 33px;
    line-height: 43px;
  }

  section.six-wrap {
    padding-bottom: 0;
  }
  section.new-bottom-banner .inner-image {
    right: 0;
  }

  .banner-publishing-new-cta ul.btn-cta li:nth-child(1) a {
    width: 100%;
    display: block;
  }

  .banner-publishing-new-cta .contact-btn-main a {
    width: 100%;
    display: block;
  }

  section.thirteen-wrap .inner-wrap h4 {
    font-size: 25px;
    line-height: 35px;
  }

  section.thirteen-wrap .contact-btns .inner-wrap a {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Header Responsive CSS Start Here */
  .mobile-menu .circle {
    top: 80px;
    position: absolute;
  }

  .mobile-menu a img {
    width: 70%;
  }

  .mobile-dropdown ul.dropdown-menu.show li {
    padding-left: 10px;
  }

  .main-dropdown-arrow .button:after,
  .main-dropdown-arrow .button:hover:after {
    left: -14px;
  }
  /* Header Responsive CSS End Here */

  /* Home Page Responsive Start Here */
  section.first-wrap {
    padding: 50px 0px;
  }

  .banner-content-main h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 20px 0px;
  }

  .banner-content-main h4 {
    font-size: 22px;
    line-height: 32px;
  }

  section.third-wrap .inner-wrap h1,
  section.third-wrap .inner-wrap h1 span {
    font-size: 25px;
    line-height: 35px;
  }

  section.third-wrap .inner-wrap h4 {
    font-size: 20px;
    line-height: 30px;
  }

  section.third-wrap {
    padding: 50px 0px;
  }

  ul.btn-cta li a {
    width: 100%;
    display: block;
  }

  .contact-btn-main.new-wrap a {
    width: 100%;
    display: block;
    font-size: 20px;
    line-height: 30px;
  }

  .start-a-free-chat {
    font-size: 18px;
    line-height: 28px;
  }

  section.fourth-wrap {
    overflow: hidden;
  }

  section.new-bottom-banner .inner-image {
    position: relative;
    top: 0;
    right: 0;
  }

  section.new-bottom-banner .inner-image img {
    width: 100%;
    height: auto;
  }

  section.fifth-wrap.new-bottom-banner .row {
    align-items: center;
  }

  section.fifth-wrap .inner-wrap h1 {
    font-size: 27px;
    line-height: 37px;
  }

  section.eight-wrap .reason-head-main h1 span,
  section.seven-wrap .reason-head-main h1 span,
  section.six-wrap .reason-head-main h1 span {
    font-size: 28px;
    line-height: 38px;
  }

  section.ninth-wrap .inner-iamge img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 40%;
    margin: 0 auto;
    display: flex;
  }

  section.ninth-wrap .inner-wrap-content h1 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 20px;
  }

  section.article-serving-offer.new h3 {
    font-size: 35px;
    line-height: 45px;
  }

  section.eleven-wrap .inner-wrap-content h1 {
    font-size: 20px;
    line-height: 30px;
  }

  section.thirteen-wrap .inner-wrap h4 {
    font-size: 20px;
    line-height: 30px;
  }

  section.thirteen-wrap .contact-form-main h2 {
    font-size: 20px;
    line-height: 30px;
  }

  section.thirteen-wrap .contact-btns .inner-wrap a {
    font-size: 18px;
    line-height: 28px;
  }

  .banner-publishing-new-cta ul.btn-cta li:nth-child(1) a {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  .banner-publishing-new-cta .contact-btn-main a {
    font-size: 18px;
    line-height: 28px;
  }

  .banner-publishing-new-cta {
    padding: 0;
  }

  /* Home Page Responsive End Here */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* Header Responsive CSS Start Here */
  .mobile-menu .circle {
    top: 80px;
    position: absolute;
  }

  .mobile-menu a img {
    width: 70%;
  }

  .mobile-dropdown ul.dropdown-menu.show li {
    padding-left: 10px;
  }

  .main-dropdown-arrow .button:after,
  .main-dropdown-arrow .button:hover:after {
    left: -14px;
  }
  /* Header Responsive CSS End Here */

  /* Home Page Responsive Start Here */
  section.first-wrap {
    padding: 50px 0px;
  }

  .banner-content-main h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 20px 0px;
  }

  .banner-content-main h4 {
    font-size: 22px;
    line-height: 32px;
  }
  .inner-images.bottom-logos-company {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
  }

  .inner-images.bottom-logos-company img {
    margin: 0 auto;
    display: flex;
  }

  ul.banner-brands-logos {
    display: grid;
    grid-template-columns: 50% 50%;
  }

  ul.banner-brands-logos img {
    display: flex;
    margin: 0 auto;
  }

  section.third-wrap .inner-wrap h1,
  section.third-wrap .inner-wrap h1 span {
    font-size: 25px;
    line-height: 35px;
  }

  section.third-wrap .inner-wrap h4 {
    font-size: 20px;
    line-height: 30px;
  }

  section.third-wrap {
    padding: 50px 0px;
  }

  ul.btn-cta li a {
    width: 100%;
    display: block;
  }

  .contact-btn-main.new-wrap a {
    width: 100%;
    display: block;
    font-size: 20px;
    line-height: 30px;
  }

  .start-a-free-chat {
    font-size: 18px;
    line-height: 28px;
  }

  section.fourth-wrap {
    overflow: hidden;
  }

  section.new-bottom-banner .inner-image {
    position: relative;
    top: 0;
    right: 0;
  }

  section.new-bottom-banner .inner-image img {
    width: 100%;
    height: auto;
  }

  section.fifth-wrap.new-bottom-banner .row {
    align-items: center;
  }

  section.fifth-wrap .inner-wrap h1 {
    font-size: 27px;
    line-height: 37px;
  }

  section.eight-wrap .reason-head-main h1 span,
  section.seven-wrap .reason-head-main h1 span,
  section.six-wrap .reason-head-main h1 span {
    font-size: 28px;
    line-height: 38px;
  }

  section.ninth-wrap .inner-iamge img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 40%;
    margin: 0 auto;
    display: flex;
  }

  section.ninth-wrap .inner-wrap-content h1 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 20px;
  }

  section.article-serving-offer.new h3 {
    font-size: 35px;
    line-height: 45px;
  }

  section.eleven-wrap .inner-wrap-content h1 {
    font-size: 20px;
    line-height: 30px;
  }

  section.thirteen-wrap .inner-wrap h4 {
    font-size: 20px;
    line-height: 30px;
  }

  section.thirteen-wrap .contact-form-main h2 {
    font-size: 20px;
    line-height: 30px;
  }

  section.thirteen-wrap .contact-btns .inner-wrap a {
    font-size: 18px;
    line-height: 28px;
  }

  .banner-publishing-new-cta ul.btn-cta li:nth-child(1) a {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  .banner-publishing-new-cta .contact-btn-main a {
    font-size: 18px;
    line-height: 28px;
  }

  .banner-publishing-new-cta {
    padding: 0;
  }

  /* Home Page Responsive End Here */
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
  /* Header Responsive CSS Start Here */
  .mobile-menu .circle {
    top: 80px;
    position: absolute;
  }

  .mobile-menu a img {
    width: 70%;
  }

  .mobile-dropdown ul.dropdown-menu.show li {
    padding-left: 10px;
  }

  .main-dropdown-arrow .button:after,
  .main-dropdown-arrow .button:hover:after {
    left: -14px;
  }
  /* Header Responsive CSS End Here */

  /* Home Page Responsive Start Here */
  section.first-wrap {
    padding: 50px 0px;
  }

  .banner-content-main h1 {
    font-size: 35px;
    line-height: 45px;
    margin: 20px 0px;
  }

  .banner-content-main h4 {
    font-size: 19px;
    line-height: 29px;
    margin-top: 10px;
  }
  .inner-images.bottom-logos-company {
    display: block;
  }

  .inner-images.bottom-logos-company img {
    margin: 0 auto 20px;
    display: flex;
  }

  ul.banner-brands-logos {
    display: block;
  }

  ul.banner-brands-logos img {
    display: flex;
    margin: 0 auto 20px;
  }

  section.third-wrap .inner-wrap h1,
  section.third-wrap .inner-wrap h1 span {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
  }

  section.third-wrap .inner-wrap h4 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
  }

  section.third-wrap {
    padding: 50px 0px;
  }

  ul.btn-cta li a {
    width: 100%;
    display: block;
  }

  .contact-btn-main.new-wrap a {
    width: 100%;
    display: block;
    font-size: 20px;
    line-height: 30px;
  }

  .start-a-free-chat {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  section.fourth-wrap {
    overflow: hidden;
    padding-top: 0;
  }

  section.new-bottom-banner .inner-image {
    position: relative;
    top: 0;
    right: 0;
  }

  section.new-bottom-banner .inner-image img {
    width: 100%;
    height: auto;
  }

  section.fifth-wrap.new-bottom-banner .row {
    align-items: center;
  }

  section.fifth-wrap .inner-wrap h1 {
    font-size: 27px;
    line-height: 37px;
    text-align: center;
  }

  section.eight-wrap .reason-head-main h1 span,
  section.seven-wrap .reason-head-main h1 span,
  section.six-wrap .reason-head-main h1 span {
    font-size: 22px;
    line-height: 32px;
  }

  section.ninth-wrap .inner-iamge img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    display: flex;
  }

  section.ninth-wrap .inner-wrap-content h1 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 20px;
  }

  section.article-serving-offer.new h3 {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
  }

  section.eleven-wrap .inner-wrap-content h1 {
    font-size: 20px;
    line-height: 30px;
  }

  section.thirteen-wrap .inner-wrap h4 {
    font-size: 17px;
    line-height: 27px;
    text-align: center;
  }

  section.thirteen-wrap .contact-form-main h2 {
    font-size: 20px;
    line-height: 30px;
  }

  section.thirteen-wrap .contact-btns .inner-wrap a {
    font-size: 14px;
    line-height: 24px;
  }

  .banner-publishing-new-cta ul.btn-cta li:nth-child(1) a {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px;
    text-align: center;
  }

  .banner-publishing-new-cta .contact-btn-main a {
    font-size: 18px;
    line-height: 28px;
  }

  .banner-publishing-new-cta {
    padding: 0;
  }
  ul.btn-cta {
    display: block;
  }

  section.third-wrap .inner-wrap h4::before {
    display: none;
  }

  section.third-wrap .inner-wrap p {
    text-align: center;
  }

  ul.btn-cta li:nth-child(1) a {
    text-align: center;
    margin-bottom: 15px;
  }

  section.six-wrap .reason-head-main h1::before,
  section.six-wrap .reason-head-main h1::after {
    display: none;
  }

  section.eight-wrap .reason-head-main p,
  section.seven-wrap .reason-head-main p,
  section.six-wrap .reason-head-main p {
    font-size: 17px;
    line-height: 27px;
    padding: 0;
    margin-bottom: 10px;
  }

  section.six-wrap .inner-wrap {
    display: block;
  }

  section.six-wrap .inner-wrap .img {
    margin: 0 auto 20px;
  }

  section.six-wrap .inner-wrap .inner-content {
    width: 100%;
    margin: 0;
  }

  section.six-wrap .inner-content h2 {
    font-size: 21px;
    line-height: 31px;
    text-align: center;
  }

  section.six-wrap .inner-content h2 span {
    font-size: 21px;
    line-height: 31px;
  }

  section.six-wrap .inner-content p {
    text-align: center;
  }

  section.six-wrap {
    padding: 0;
  }

  section.article-serving-offer {
    padding-top: 0;
  }

  section.eleven-wrap .inner-wrap-content {
    text-align: center;
  }

  section.eleven-wrap .inner-wrap-content h4,
  section.eleven-wrap .inner-wrap-content h1 {
    text-align: center;
  }

  .testimonial-inner h4,
  .testimonial-inner-content h3 {
    text-align: center;
  }

  .testimonial-icon-img {
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
  }

  section.thirteen-wrap .inner-wrap h1 {
    display: grid;
    text-align: center;
  }

  section.thirteen-wrap .inner-wrap h1 img {
    margin: 0 auto;
  }

  section.thirteen-wrap .contact-btns .inner-wrap {
    margin: 0 0 20px;
  }

  /* Home Page Responsive End Here */

  /* Footer Responsive CSS Start Here */
  footer.footer-main .footer-content-main h3 {
    font-size: 22px;
    line-height: 32px;
  }

  footer.footer-main .footer-content-main img.paytype-image {
    margin-bottom: 0;
  }

  /* Footer Responsive CSS End Here */
}

/* Media Query End Here */




/* Form CSS Start Here */
.book-banner {
  position: relative;
  padding: 60px 0 40px;
  background-size: cover;
}
.book-banner {
  text-align: center;
}
.align-items-center {
  -webkit-box-align: center !important;
}
.book-banner .col-md-6 {
  text-align: left;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.pb-2, .py-2 {
  padding-bottom: .5rem !important;
}
.pb-2 {
  font-size: 16px;
  letter-spacing: 0px;
  color: rgb(110, 110, 110);
  opacity: 1;
  line-height: 26px;
  font-family: "Poppins";
}
.pb-2 span {
  color: #72c2db;
}
.py-2 {
  padding-top: .5rem !important;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-red {
  padding: 13px 20px;
  background: linear-gradient(180deg, #72c2db 50%, #6ccce9 100%);
  border-radius: 10px;
  font-family: Poppins, sans-serif;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 1px 2px 10px 1px #72c2db;
  border: 0;
  text-transform: uppercase;
  margin-right: 10px;
  animation: 1s linear infinite pulse;
}
.my-2 {
  margin-bottom: .5rem !important;
}
.my-2 {
  margin-top: .5rem !important;
}
.btn-red i {
  font-size: 22px;
  padding-left: 5px;
  animation: 2s linear infinite headShake;
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.text-right {
  text-align: right !important;
}
.get-started-form.main-form {
  width: 80%;
  margin: 0 0 0 auto;
}
.inner-page-form .get-started-form form {
  background: #fff;
  border: 1px solid #72c2db;
  box-shadow: 3px 4px 40px #afecff;
}
.get-started-form form {
  padding: 40px 30px 30px;
  position: relative;
  background: #426db3c9;
  border-radius: 15px;
}
.inner-page-form form h3 {
  text-align: left !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
  font-size: 16px;
  letter-spacing: 0px;
  color: rgb(110, 110, 110);
  opacity: 1;
  line-height: 26px;
}
.pb-3 span {
  color: #72c2db;
}
.inner-page-form .get-started-form form input.input-control, .inner-page-form .get-started-form form textarea {
  background: #f5f5f5;
  color: #848484;
}
.get-started-form.main-form input.input-control, .get-started-form.main-form textarea {
  width: 100% !important;
  border-radius: 10px !important;
  padding: 10px 15px;
  border: 0;
}
.input-control {
  margin: 7px 0;
  font: -webkit-control;
  padding: 8px 15px;
  width: 100%;
  font-family: Poppins, sans-serif;
  display: inline-block;
  font-size: 14px;
  color: #848484;
  background: #fff;
  border: 1px solid #fff;
  outline: 0;
  border-radius: 4px;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
textarea.input-control.form-control {
  margin: 7px 0 !important;
  width: 100%;
  height: 40px;
  padding: 7px 15px;
  font-family: Poppins, sans-serif;
  overflow: hidden;
  border-radius: 5px;
  resize: none;
}
.chota_fnt {
  font-size: 10px;
  margin: 20px 0;
  color: #fff;
  display: block;
  line-height: 15px;
}
.inner-page-form .get-started-form form .chota_fnt, .inner-page-form .get-started-form form .chota_fnt a, .top-bar .menu.social-icons a, p {
  color: #595959;
}
.chota_fnt input {
  margin: 0 5px 0 0;
  height: auto !important;
  width: auto !important;
}
/* .chota_fnt input:checked {
  background-color: #72c2db !important;
} */
.chota_fnt a {
  text-decoration: underline;
}
#register {
  animation: 1.5s linear infinite headShake;
}
.book-banner h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  color: rgb(22, 36, 75);
  line-height: 50px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.book-banner span {
  color: #72c2db;
}
.main-modal-bg-btn.form-btn {
  margin-left: 250px;
  padding: 0 0;
}
.form-btn a {
  margin-right: 0 !important;
  background-color: #72c2db !important;
}
/* Form CSS End Here */

/* Eight Fold For CTR Image CSS Start Here */
.book-mark-ser {
  padding: 60px 0;
}

.book-mark-ser h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  color: rgb(22, 36, 75);
  line-height: 50px;
  margin-bottom: 10px;
}

.book-mark-ser span {
  color: #72c2db;
}

.ctr-btn a{
  padding: 14px 35px !important;
}
/* Eight Fold For CTR Image CSS End Here */

/* Ninth Fold For CTR Image CSS Start Here */
section.child-story {
  padding: 60px 0;
}
.child-story h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  color: rgb(22, 36, 75);
  line-height: 50px;
  margin-bottom: 10px;
}
/* Ninth Fold For CTR Image CSS End Here */

/* FAQ Section CSS Start Here */
section.self-info.faq-sec {
  padding: 60px 0;
}
.faq-sec h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  color: rgb(22, 36, 75);
  line-height: 50px;
  margin-bottom: 10px;
}
.faq-sec .card {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #d3d3d3;
  line-height: 24px;
  padding: 0;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}
.faq-sec .card-header {
  background: 0 0;
  border: none;
  outline: 0 !important;
  padding: 10px 0;
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.faq-sec .card-header a {
  display: block;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 500;
  padding: 6px 0;
}
#accordion-location .card-header a.card-link.collapsed:after, .faq-sec .card-header a.card-link.collapsed:after {
  content: "\f067";
  font-family: 'Font Awesome 5 Pro';
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  color: #72c2db;
  top: 20px;
}
#accordion-location .card-header a.card-link:after, .faq-sec .card-header a.card-link:after {
  content: "\f068";
  font-family: 'Font Awesome 5 Pro';
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20px;
  color: #72c2db;
}
.faq-sec .card-body {
  padding: 0 25px 20px;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card a span {
  color: #72c2db;
} 
.faq-sec .card-header a {
  display: block;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 500;
  padding: 6px 0;
}

.faq-sec .card-body p {
  color: #1e1e1e;
  font-size: 16px;
}
/* FAQ Section CSS End Here */

/* Book Editing Services CSS Start Here */
.reason {
  background: #0a2840;
  padding: 50px 0;
}
.pb-3{
  padding-bottom: 1rem !important;
}
.reason .ser-box {
  box-shadow: -5px -5px 10px #00233f;
  background: #001d35;
  border-radius: 5px;
  height: 340px;
  transition: .5s;
  padding: 10px 20px 20px;
  margin-bottom: 30px;
}
.reason .ser-box:hover {
  transform: scale(1.07);
  cursor: pointer;
}
.ser-box:before {
  content: "";
  position: absolute;
  background-color: #002768;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  clip-path: circle(0 at 0 0);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: -1;
}
.reason img {
  max-width: 25%;
  padding-bottom: 20px;
  animation: 2s linear infinite tada;
}
.reason h4 {
  font-size: 20px;
      color: #fff;
}

.reason h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0a2840;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
      color: #fff;
}

.reason p {
  font-size: 14px;
  padding: 20px 0;
      color: #fff;
}

.reason span {
  color: #72c2db;
}
/* Book Editing Services CSS End Here */