@import url(https://pro.fontawesome.com/releases/v5.10.0/css/all.css);

@font-face {
  font-family: Poppins;
  src: url('../fonts/') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

body {
  overflow-x: hidden
}

.b-process,
.banner,
.copyright,
.nav-bar ul.menu,
.top-bar .menu li,
footer,
header,
section {
  position: relative
}

.btn,
.chota_fnt,
.list-banner li,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: Poppins
}

.book-banner h2,
h2.stork-text {
  text-transform: uppercase;
  font-weight: 800
}

.blog-detail .num,
.icon-content p {
  height: 190px;
  overflow: auto
}

.icon-content p::-webkit-scrollbar {
  width: 5px
}

.icon-content p::-moz-scrollbar {
  width: 5px
}

.icon-content p::-moz-scrollbar-thumb {
  border-radius: 6px;
  background-color: #0f3ab0
}

.icon-content p::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #0f3ab0
}

.icon-content p::-moz-scrollbar-track {
  background-color: #ccc;
  border-radius: 6px
}

.icon-content p::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 6px
}

.icon-content span,
h2.stork-text {
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: #FFFFFF
}

.services,
div#popupform {
  overflow: hidden
}

a:focus,
a:hover,
button:focus,
button:hover {
  outline: 0 !important;
  text-decoration: none !important;
  transition: auto;
  color: #0f3ab0
}

.input-control:focus::placeholder,
.input-control:hover::placeholder {
  color: #000;
}

.input-control::placeholder {
  color: #848484;
}

.primary-color {
  color: #0f3ab0;
  display: contents
}

.top-bar ul.menu a:hover,
p a {
  color: #0f3ab0
}

.secondary-color {
  background: #050a21;
  color: #fff
}

section {
  padding: 40px 0;
  clear: both;
  scroll-behavior: smooth !important
}


a,
btn,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  color: #373738;
}

.book-banner .menu li,
.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: #838383;
}

.inner-page-form .get-started-form form img {
  width: 7%;
}

p {
  font-weight: 400;
  font-size: 15px;
  margin: 0
}

a#goto-top i,
h1,
h2 {
  font-weight: 600
}

#cross,
.dropdown-menu-submenu a:hover::before,
.illustration-testmonial .slider input[name=slide_switch],
.mobile-screen,
.nav-bar ul.menu li .btn-red:hover::before,
.nav-bar ul.menu.dropdown,
.self-info:after,
.self-info:before,
header nav ul li .dropdown-menu a:hover::before {
  display: none
}

.top-bar {
  padding: 10px 0;
}

.top-bar .menu.social-icons {
  display: flex;
  justify-content: end;
}

.top-bar ul.menu a {
  font-size: 15px;
  line-height: 4px;
}

.top-bar .menu.social-icons li {
  padding: 0 30px;
}

.top-bar ul.menu span {
  padding-left: 30px;
}

.top-bar .col-md-6 ul.menu i {
  color: #0f3ab0;
  font-size: 20px;
}

.top-bar .side-bar-one::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 4px;
  width: 2px;
  height: 40px;
  background: #d9d9d9
}

.nav-bar {
  padding: 15px 0 20px;
  box-shadow: 0px 0px 5px #ccc;
}

.sticky-nav-bar {
  position: fixed;
  top: 0;
  padding: 13px 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: .3s ease-in-out;
  background: #f5f5f5fa;
  animation: 1s header-animation;
}

.blog-detail,
.blog-detail:hover {
  transition: transform .3s ease-in-out
}

@keyframes header-animation {
  0% {
    transform: translateY(-106px)
  }

  100% {
    transform: translateY(0)
  }
}

.nav-bar ul.menu li a.active,
.nav-bar ul.menu li a:focus,
.nav-bar ul.menu li a:hover,
button:focus,
button:hover {
  color: #0f3ab0;
  background: 0 0
}

.nav-bar ul.menu li a.active::before,
.nav-bar ul.menu li a::before {
  height: 2px;
  background: #0f3ab0;
  left: 0;
  margin: auto;
  bottom: -15px;
  transition: width .5s !important;
  position: absolute;
  content: "";
  right: 0
}

.nav-bar ul.menu li {
  display: inline-block;
  padding: 0 15px;
}

.nav-bar ul.menu li a {
  font-size: 16px;
  color: #838383;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  transition: .5s
}

.btn-blue,
.btn-red,
.btn-white-border {
  padding: 10px 20px;
  background: linear-gradient(180deg, #0f3ab0 50%, #00b3d2 100%);
  border-radius: 40px;
  font-family: Poppins;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  transition: 0.5s all;
  text-transform: uppercase;
  margin-right: 10px;
}

.btn-blue i,
.btn-red i,
.btn-white-border i {
  font-size: 22px;
  padding-left: 5px;
}

.btn-white-border {
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  background: 0 0;
  box-shadow: none
}

.btn-blue {
  background: none;
  border: 1px solid #1f3d74;
  color: #1f3d74 !important;

}

.btn-blue:hover,
.btn-white-border:hover {
  transform: scale(0.9);
  transition: 0.5s ease-in;
}

.dropdown-menu-submenu,
header nav ul li.dropdown:hover .dropdown-menu {
  position: absolute;
  z-index: 100 !important;
  transform: scale(1);
  padding: 20px 0;
  top: 30px;
  left: -50px;
  max-height: unset;
}

header nav ul li .dropdown-menu {
  display: block;
  margin: 0;
  border-radius: 3px;
  position: absolute;
  top: 30px;
  transition: .5s;
  background: #0f3ab0;
  max-height: 0%;
  overflow: hidden;
  padding: 0px;
  border: 0px;
  left: -50px;
  top: 30px;
}

header nav ul li.dropdown {
  position: relative;
  visibility: visible;
  z-index: 100 !important
}

header nav ul li .dropdown-menu a {
  padding: 5px 20px;
  font-size: 15px !important;
  margin: 0;
  z-index: 100 !important;
  display: inline-block;
  color: #fff !important
}

header nav ul li .dropdown-menu a.active,
header nav ul li .dropdown-menu a:hover {
  position: relative;
  visibility: visible;
  z-index: 100 !important;
  background: #002768 !important;
  color: #fff !important
}

.nav-bar ul.menu a.dropdown-item.active::before {
  bottom: 0
}

.dropdown-menu-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%
}

.submenu-list:hover .dropdown-menu-submenu {
  display: block;
  background: #0f3ab0;
  border-radius: 4px
}

.g-books {
  background: #002768;
  border-radius: 19px;
  padding: 20px;
}

.global-books img {
  border-radius: 25px;
  object-fit: fill;
  width: 90%;
}

.global-books audio {
  width: 212px !important;
  height: 42px;
  padding-top: 10px;
}

.nav-bar a.logo img {
  max-width: 100%
}

header {
  background: 0 0;
  z-index: 2;
}

.nav-bar ul.menu li a.active::before {
  width: 100%;
  animation: 1s forwards fill;
  color: #606060 !important
}

.nav-bar ul.menu li a::before {
  width: 0
}

.nav-bar ul.menu li a:hover::before {
  width: 100%;
  animation: 1s forwards fill;
  color: #29abe1 !important
}

.btn-red:hover {
  background: linear-gradient(-180deg, #a50f0a 50%, #da3525 100%) !important
}

.input-control {
  margin: 7px 0;
  width: 24%;
  padding: 10px 15px;
  font-family: Poppins;
  display: inline-block;
  font-size: 14px;
  color: #848484;
  background: #fff;
  border: 1px solid #838383;
  outline: 0;
}

.copyright,
footer {
  background: #000f27
}

textarea.input-control.form-control {
  height: 42px;
  width: 26%;
  resize: none;
  overflow: hidden;
  float: inline-end;
  margin: 7px 0;
}

.get-started-form form {
  padding: 40px 30px 30px;
  position: relative;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #838383;
}

.chota_fnt {
  font-size: 10px;
  margin: 20px 0;
  display: inline-block;
  line-height: 15px
}

.chota_fnt a {
  color: #000;
  text-decoration: underline
}

.chota_fnt input {
  margin: 0 5px 0 0;
  height: auto !important;
  width: auto !important
}

label.error {
  display: none !important
}

select:focus {
  background: #104b8d87;
  color: #fff
}

.banner .get-started-form option:focus,
.banner .get-started-form option:hover,
.banner .get-started-form option:selected {
  background-color: #e6e6e6 !important;
  color: #000 !important
}

.get-started-form.main-form select#ser-select {
  padding: 0 15px;
  height: 40px
}

.banner .get-started-form {
  position: absolute;
  /* left: 10%; */
  width: 100%;

  /* width: 80%; */
  /* min-width: 90%; */

  z-index: 1;
}

.banner .get-started-form form {
  max-width: 1350px;
  width: 90%;
  margin: auto;
}

/* .line-height-happy-st{
  line-height: 40px;
} */

a#goto-top {
  position: fixed;
  bottom: 70px;
  right: 30px;
  background: #0b37ae;
  color: #fff;
  width: 46px;
  height: 46px;
  font-size: 22px;
  border-radius: 50px;
  z-index: 999;
  transition: .5s !important;
  opacity: 0;
  visibility: hidden
}

a#goto-top i {
  padding-bottom: 3px
}

a#goto-top.show {
  opacity: 1;
  visibility: visible
}

a#goto-top:hover {
  transform: scale(1.2)
}

h1 {
  color: #fff;
  font-size: 40px;
  padding: 0;
  line-height: 52px;
  margin: 0
}

.primary-bg {
  position: relative;
  z-index: 1;
  letter-spacing: 0px;
  padding: 0 10px;
}

.primary-bg::before {
  content: "";
  background: #0f3ab0;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  z-index: -1;
}


footer {
  padding: 50px 0 0;
  color: #fff
}

.copyright,
.faq-sec .card-header,
h2 {
  padding: 10px 0
}

footer .logo img {
  max-width: 60%;
  filter: brightness(.8)
}

footer p {
  font-size: 14px;
  padding: 0 0 20px;
  font-weight: 300
}

footer ul.menu li a:active,
footer ul.menu li a:hover {
  color: #1a80c5 !important
}

footer ul.menu li a {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0;
  transition: .5s
}

footer ul.menu li a i {
  color: #fff;
  margin-right: 10px
}

footer ul.menu li a .d-block {
  line-height: 10px;
  padding-left: 25px
}

.copyright ul.menu li a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none
}

.copyright a,
.copyright p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  padding: 10px 0
}

h2 {
  font-size: 35px;
  line-height: 43px;
  letter-spacing: -1px;
}

h2 span {
  vertical-align: baseline
}

.title {
  color: #00b3d2;
  font-size: 18px;
  font-weight: 500
}

/* .main-banner {
  background: url(../images/main-banner.webp) no-repeat;
  background-size: 100% 100%;
  object-fit: cover;
  background-size: cover;
  padding: 100px 0 180px;
} */
/* .main-banner {
  background: url(../images/main-banner.webp) no-repeat center center;
  background-size: cover;
  padding: 100px 0 180px;
} */
.main-banner {
  position: relative;
  background: url(../images/main-banner.webp) no-repeat center center;
  background-size: cover;
  padding: 100px 0 180px;
}

.main-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.5);
  /* Black overlay with 50% opacity */
  z-index: 1;
}

.main-banner * {
  position: relative;
  z-index: 2;
  /* Ensure content is above the overlay */
}

.main-banner::before {
  content: "";
  background: #012466;
  position: absolute;
  opacity: .6
}

.banner .container {
  position: relative;
  z-index: 1
}

.banner video {
  position: absolute;
  object-fit: cover;
  z-index: -1
}

.faq-sec::before {
  content: "";
  background: url(../images/faq-left.webp) 100%/contain no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 300px;
  opacity: .2;
  z-index: 1
}

.faq-sec::after {
  content: "";
  background: url('../images/faq-right.webp') 100%/100% no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 21%;
  height: 100%;
  opacity: .2
}

.faq-sec .card-header {
  background: 0 0;
  border: none;
  outline: 0 !important
}

.faq-sec .card-header a {
  display: block;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 500;
  padding: 6px 0
}

.faq-sec .card {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #d3d3d3;
  line-height: 24px;
  padding: 0
}

.faq-sec .card-body {
  padding: 0 25px 20px
}

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

.faq-sec .card-body p {
  color: #1e1e1e;
  font-size: 14px
}

.loc-menu li {
  list-style: disc;
  position: relative;
  padding-left: 20px;
  width: 23%
}

.inner-page-form .get-started-form {
  position: relative;
  width: 100%;
}

.loc-menu li:before {
  width: 10px;
  height: 10px;
  background: #0b37ae;
  left: 7px;
  top: 10px;
  border-radius: 10px
}

.loc-menu li a {
  text-align: justify;
  font-size: 14.1px !important
}

#accordion-location .card {
  background: #000f27;
  margin: auto;
  text-align: center;
  border: 0;
  box-shadow: none
}

#accordion-location .card .card-header {
  background: 0 0;
  border: 0
}

#accordion-location .card a {
  color: #fff;
  font-size: 18px;
  font-weight: 500
}

#accordion-location .card-header a.card-link.collapsed:after,
#accordion-location .card-header a.card-link:after {
  left: 230px;
  right: 0;
  margin: auto;
  font-weight: 500;
  top: 13px !important
}

.am-pub {
  padding: 150px 0px 40px;
  background: #EFF5FF;
}

.logo-slider {
  background: #EFF5FF;
}

.logo-slider h2 {
  letter-spacing: 7px;
  font-size: 25px;
}

.logo-slider img {
  filter: brightness(0);
}

.porfilio-slider {
  text-align: center;
  padding: 150px 0 0;
}

.platform::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #EFF5FF;
  z-index: 1;
}

.platform::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #002768;
  z-index: 1;
}

.inner-banner {
  background: url(../images/in-page-img.webp) 100% 70%/cover no-repeat;
  padding: 60px 0;
  text-align: left
}

.inner-banner-five,
.inner-banner-four,
.inner-banner-three,
.inner-banner-two {
  padding: 200px 0 60px;
  text-align: left
}

.inner-page-form .get-started-form form {
  width: 90%;
  padding: 40px;
}

.inner-page-form::after {
  z-index: -1
}

.inner-page-form .get-started-form form #ser-select,
.inner-page-form .get-started-form form input.input-control,
.inner-page-form .get-started-form form textarea {
  background: #f5f5f5;
  color: #848484;
  width: 100%;
}

.inner-banner-two {
  background: url(../images/b-trans.webp) 100%/100% no-repeat
}

.inner-banner-three {
  background: url(../images/book-writing.webp) 100%/100% no-repeat
}

.inner-banner-four {
  background: url(../images/walter.jpeg) 100%/100% no-repeat
}

.inner-banner-five {
  background: url(../images/b-cover.webp) 100%/100% no-repeat
}

.blog {
  background: url(../images/blog.webp) 100%/cover no-repeat
}

.blog-detail {
  padding: 50px 20px 10px;
  border-radius: 20px 5px;
  text-align: left;
  position: relative;
  box-shadow: 1px 1px 10px #0b37ae
}

.blogs-content-detail,
.inner-page-form form h3 {
  text-align: left !important
}

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

.blog-detail:hover {
  transform: scale(1.05)
}

.blog-detail img:hover {
  transform: scale(1)
}

.blog-detail .num,
.icon-content span {
  font-size: 40px;
  position: absolute;
  right: 10px;
  top: 0;
  color: #fff0;
  stroke-width: .8px;
  stroke: #FFFFFF;
  animation: 2s linear infinite swing;
  -webkit-animation: 2s linear infinite swing
}

.blog-detail .num {
  -webkit-text-stroke-color: #000;
  stroke: #000
}

.blogs-content-detail h3,
.blogs-content-detail h5,
.blogs-content-detail p {
  padding: 5px 0
}

.blogs-content-detail p a {
  color: #0b37ae;
  font-weight: 800;
  font-size: 16px
}

.inner-banner::before {
  opacity: .3
}

.inner-banner-five::before,
.inner-banner-four::before,
.inner-banner-one::before,
.inner-banner-three::before,
.inner-banner-two::before {
  background-color: #000
}

.list-banner li {
  color: #fff !important;
  text-align: left;
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding-right: 5px
}

.book-banner .col-md-6,
.loc-menu li {
  text-align: left
}

.list-banner li::before {
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  color: #0b37ae;
  font-weight: 600;
  margin-right: 10px
}

.book-mark-ser::before,
.child-story::after,
.loc-menu li:before,
.services::after {
  content: "";
  position: absolute
}

.inner-banner .banner-img {
  max-width: 100%;
  box-shadow: 20px 25px 0 0 #0c164a;
  border-radius: 10px
}

.book-banner ul li {
  font-size: 16px;
  font-weight: 400;
  list-style: disc;
  color: #595959;
  font-family: Poppins
}

.inner-banner img {
  width: 550px
}

.book1::before {
  opacity: .9
}

.book-banner h2 {
  font-size: 40px;
  line-height: 45px
}

h2.stork-text {
  color: #fffFFF00;
  font-size: 57px;
  letter-spacing: -.1px;
  stroke-width: .8px;
  stroke: #FFFFFF
}

.circle-bg {
  background: url('../images/circle.webp') center center/80% no-repeat;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.author-info,
.cont-info-icon,
.contact-info p,
.loc-menu li,
.popupform .popup-bann,
.popupform .popup-bann img,
.popupform .popup-content {
  display: inline-block
}

div#popupform {
  padding: 0;
  max-width: 1100px;
  background: 0 0
}

.popupform .popup-bann {
  position: relative;
  z-index: 3;
  top: 20px;
  transform: rotate(-4deg);
  left: 20px
}

.popupform .popup-bann img {
  width: 360px
}

.popupform .popup-content {
  max-width: 700px;
  height: 500px;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 40px 50px 21px 200px;
  margin: 20px 9px 0 -150px;
  border-radius: 20px
}

.popupform .popup-content h2 {
  position: relative;
  font-size: 28px;
  font-family: Poppins;
  padding-bottom: 0;
  letter-spacing: -1px;
  margin-bottom: 10px;
  line-height: 27px
}

.popupform .popup-content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 10px 0;
  color: #000
}

.popupform .form-control {
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 14px;
  height: 40px;
  font-family: Poppins
}

.popupform textarea.required.form-control {
  height: 80px !important
}

.popupform button.fancybox-button.fancybox-close-small {
  background: #0b37ae;
  padding: 0;
  opacity: 1;
  top: 10px;
  border-radius: 5px;
  width: 35px;
  height: 35px
}

.popupform .fancybox-button svg {
  color: #fff;
  top: 0;
  left: 1px;
  font-weight: 900;
  padding: 3px
}

input.btn.btn_brown {
  margin-bottom: 15px !important
}

.popupform ::placeholder {
  color: #000
}

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

.illustration-testmonial .slider {
  position: relative;
  padding-top: 85%
}

.illustration-testmonial .slider>img {
  position: absolute;
  left: 0;
  top: 0;
  transition: .5s;
  z-index: -1;
  height: 460px;
  width: 460px;
  object-fit: cover;
  border-radius: 20px
}

.illustration-testmonial .slider label {
  cursor: pointer;
  transition: .5s;
  opacity: .6;
  margin: 15px 5px
}

.illustration-testmonial .slider label img {
  display: inline-block;
  width: 80px;
  height: 79px;
  position: relative;
  z-index: 99999 !important
}

.illustration-testmonial .slider input[name=slide_switch]:checked+label {
  border-color: #666;
  opacity: 1
}

.illustration-testmonial .slider input[name=slide_switch]~img {
  opacity: 0;
  transform: scale(1)
}

.illustration-testmonial .slider input[name=slide_switch]:checked+label+img {
  opacity: 1;
  transform: scale(1)
}

.illustration .head-dot::before {
  margin: auto;
  right: 0;
  left: -250px
}

.illustration .illust-content {
  background: #050a21;
  color: #fff;
  padding: 60px 30px;
  border-radius: 10px
}

.audio-monial img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  max-width: 45%
}

.audio-monial h5 {
  padding: 20px 0;
  font-size: 20px
}

.audio-monial audio {
  width: -moz-available
}

.audio-monial .audio-monial-one {
  padding: 20px;
  box-shadow: 1px 1px 10px #cccc;
  border-radius: 10px
}

.audio-monial .audio-monial-one p,
.icon-content p,
.review-box p {
  font-size: 14px
}

.whatsapp-rapper i {
  position: fixed;
  left: 20px;
  bottom: 25px;
  font-size: 50px;
  z-index: 2;
  filter: drop-shadow(2px 4px 6px black);
  color: #4fce5d
}

.cont-info-icon {
  color: #000;
  font-size: 24px;
  margin: 20px 10px 20px 0
}

.videoframe video {
  max-width: 100%;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  box-shadow: 2px 15px 20px #cccc
}

.terms h3,
.terms p {
  padding: 5px 0;
  font-weight: 400
}

.terms ul li {
  font-family: Poppins;
  font-size: 15px;
  padding: 10px 0;
  margin-left: 20px;
  line-height: 23px;
  list-style: disc
}

.terms ul li.pl-5 {
  list-style: none
}

.location-ser-slider .ser-box p {
  height: 150px
}

.location-ser-slider .item {
  margin: 10px
}

.btn-red-border {
  font-size: 15px;
  border: 1px solid #0f3ab0;
  color: #0f3ab0
}

.bottom-form,
.child-story,
.book-banner {
  position: relative;
  overflow: hidden;
}

.bottom-form::after,
.child-story::before,
.inner-page-form::after {
  content: "";
  background: #0f3ab0;
  box-shadow: 20px 20px 100px 150px #0f3ab0d1;
  width: 250px;
  height: 350px;
  opacity: .3;
  filter: blur(20px);
  position: absolute;
  border-radius: 50%;
  left: -160px;
  bottom: 0
}

.child-story::after {
  background: url(../images/child-story-after.webp) 0 0/contain no-repeat;
  width: 600px;
  height: 420px;
  right: 0;
  bottom: -40px;
  z-index: -1
}

.author-info {
  padding: 20px 0 20px 10px
}

.main-banner .col-md-5 img {
  width: 100%;
}

.banner-arrow-down:before,
.ser-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%
}

.b-process h4,
.reason h4,
.social-icons li a {
  font-size: 20px
}

.bottom-form::after {
  left: unset;
  z-index: -2;
  bottom: -60px;
  right: -160px;
}

.bottom-form {
  width: 100vw;
  overflow: hidden;
}

.bottom-form form {
  margin: auto;
  border-color: #0f3ab0;
  width: 80%;
}



.bottom-form .get-started-form.main-form form input.input-control {
  width: 48% !important;
  background: 0 0;
  border: 1px solid #ccc;
  height: 40px;
}

.bottom-form .get-started-form.main-form {
  width: 100%;
  margin: auto
}

.why-choose-video {
  background: #0f3ab0;
}

.why-choose-video .btn-blue {
  background: #1f3d74;
  color: #fff !important;
}

.review-box {
  box-shadow: 1px 2px 15px #ccc;
  border-radius: 10px;
  padding: 20px;
  transition: .2s;
}

.bottom-form .get-started-form.main-form select#ser-select,
.bottom-form .get-started-form.main-form textarea {
  width: 49% !important;
  border: 1px solid #ccc;
}

.inner-page-form::after {
  left: 110%;
  opacity: .2
}

.inner-page-form form h3 {
  padding-bottom: 10px !important;
  line-height: 34px ;
  font-size: 27px;
}

.icon-content span {
  font-size: 30px;
  font-weight: 800;
  -webkit-text-stroke-color: #0f3ab0;
  right: 10px;
  padding: 15px 0
}

.icon-content {
  background: #fff;
  box-shadow: 2px 3px 10px #cccc;
  padding: 20px;
  border-radius: 10px;
  height: 370px
}

.icon-content h6 {
  font-size: 18px;
  padding: 25px 0 10px
}

.publishing-icons .item {
  margin: 10px 3px
}

.am-pub .owl-carousel .owl-item.big {
  transform: scale(1.2);
  transition: .5s;
  position: relative;
  z-index: 9
}

.am-pub-slider.owl-carousel .owl-item img {
  transition: .5s;
  transform: scale(.9)
}

.am-pub-slider.owl-carousel.owl-theme.owl-loaded.owl-drag .item {
  margin: 10px 0;
  width: 280px
}

.bottom-form .get-started-form.main-form textarea {
  width: 98% !important;
  height: 100px;
  margin: 7px 10px 0px 0;
}

.book-banner.client-test h3 {
  padding: 10px 0;
  line-height: 27px
}

.book-banner.client-test img {
  border-radius: 30px
}

.book-banner .menu li,
.inner-banner .menu li {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  list-style: disc;
  margin-left: 20px
}

.get-started-form form h3 {
  line-height: 20px;
  text-align: justify;
  text-transform: capitalize;
}

/*
.banner .get-started-form form::before {
  content: "";
  position: absolute;
  left: -194px;
  bottom: 20px;
  width: 50%;
  height: 50%;
  background: url(../images/form-left.webp) no-repeat;
  background-size: 90%;
  transition: 0.3s ease-in;
  z-index: 0;
}
*/
.chris-banner .container {
  z-index: 1;
  position: relative;
}

.chris-banner::after {
  content: "";
  background: url('../images/ny-banner.webp') no-repeat 0 / 100% 150%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-size: 100%;
}

.hq-bcover-slider .parent-bk-moc {

  height: 350px;
}

.parent-bk-moc {
  box-shadow: 0 0 10px #ccc;
  padding: 20px;
  border-radius: 20px;
  background: #FFFFFF;
}

#portfolio .parent-bk-moc {
  padding: 40px;
}

.parent-bk-moc h3 {
  font-size: 26px;
}

#portfolio .parent-bk-moc p {
  height: 100px;
  overflow: auto;
  margin: 0px 10px 20px 0px;
}

.parent-bk-moc p::-webkit-scrollbar {
  width: 3px
}

.parent-bk-moc p::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #6a757d
}

.parent-bk-moc p::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 6px
}

.testimonial .book-mock,
.testimonial .book-des {
  width: 100%;
}

#portfolio .book-mock {
  display: inline-block;
  width: 35%;
  background: #fff;
}

.testimonial .book-mock img {
  box-shadow: -30px 30px 0px #0f3ab0;
  background: #eff5ff;
  padding: 30px;
  width: 80%;
}

.testimonial .book-mock {
  width: 70%;
  padding-bottom: 30px;
  text-align: end;
  margin: auto;
}

#portfolio .book-mock img {
  max-width: 70% !important;
  border-radius: 20px;
  border: 1px solid #ccc;
}

#portfolio .book-des {
  display: inline-block;
  width: 60%;
}

.payment-detail {
  background: #EFF5FF;
  border-radius: 10px;
  padding: 20px;
}

.payment-detail .auth-desc {
  box-shadow: none;
  background: 0;
  border: 0;
  padding: 0;
}

.payment-detail h6,
.payment-detail p,
footer h5,
footer p {
  color: #1A1A1A;
}

.services p,
.book-pub-ser p {
  padding: 10px 0 20px;
}

.about {
  padding: 240px 0;
  background: url('../images/about1.webp') no-repeat 100%/100% 100%;
  height: 810px;
}

.menu.list-items li {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  list-style: disc;
  margin-left: 20px
}

.auth-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 7px #0f3ab08c;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #C4C3C2;
  background: #fff;
}










.reviews-container {
  max-width: 800px;
  margin: 0 auto;
}

.review {
  background-color: #f4f4f4;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.review h4 {
  margin: 0;
  font-size: 18px;
}

.review p {
  margin: 5px 0;
}

.review img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.why-choose-video .choose-image {
  max-width: 300px;
}

.hq-bcover-slider .parent-bk-moc .book-mock {
  width: 200px;
}

.hq-bcover-slider .parent-bk-moc .book-des {
  width: calc(100% - 213px);
  margin-left: auto;
}

.hq-bcover-slider .parent-bk-moc .book-mock img {
  width: 100%;
}

/* Responsive Media Query here */
@media (min-width: 1400px) {
  .container {
    max-width: 1300px !important;
  }

}

@media (max-width: 1400px) {
  h2 {
    font-size: 31px;
    line-height: 1.4;
  }

  h3 {
    font-size: 26px;
  }

  p {
    font-size: 14px;
  }

  .title {
    font-size: 16px;
  }

  .nav-bar ul.menu li a {
    font-size: 15px;
  }

  footer ul.menu li a {
    font-size: 14px;
  }

  .btn-blue,
  .btn-red,
  .btn-white-border {
    font-size: 13px;
  }

  .bottom-form form {
    width: 90%;
  }

  .global-books img {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  h2 {
    font-size: 27px;
    line-height: 1.4;
  }

  h3 {
    font-size: 24px;
  }

  .bottom-form form {
    width: 100%;
  }

  .get-started-form form {
    padding: 28px 25px 25px;
  }

  footer h6 {
    font-size: 21px !important;
  }

  .btn-blue,
  .btn-red,
  .btn-white-border {
    font-size: 12px;
    padding: 7px 16px;
  }
}

@media (max-width: 991px) {
  .nav-bar ul.menu li {
    padding: 0px 10px;
  }

  .btn-blue,
  .btn-red,
  .btn-white-border {
    font-size: 12px;
    padding: 7px 16px;
  }

  .top-bar ul.menu a {
    font-size: 13px;
  }

  .nav-bar ul.menu li a {
    font-size: 12px;
  }

  footer h6 {
    font-size: 17px !important;
    padding-bottom: 0px !important;
  }

  .payment-detail .auth-desc img {
    max-width: 80px;
  }

  p {
    font-size: 13px;
  }


  h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  h3 {
    font-size: 22px;
    line-height: 1.4 !important;
  }

  .bottom-form form {
    width: 100%;
  }

  .get-started-form form {
    padding: 28px 25px 25px;
  }

  footer h6 {
    font-size: 19px !important;
  }

  .btn-blue,
  .btn-red,
  .btn-white-border {
    font-size: 11px;
    padding: 7px 16px;
  }

}

@media (max-width: 768px) {
  .testimonial .book-mock {
    margin-left: 0px;
    display: none;
  }

  h2 {
    font-size: 21px !important;
    line-height: 1.4 !important;
  }

  h3 {
    font-size: 18px !important;
  }

  .bottom-form form {
    width: 100%;
  }

  .get-started-form form {
    padding: 28px 25px 25px;
  }

  footer h6 {
    font-size: 16px !important;
  }

  .btn-blue,
  .btn-red,
  .btn-white-border {
    font-size: 11px;
    padding: 6px 12px;
  }

  h2 .primary-bg::before,
  h3 .primary-bg::before {
    background-color: transparent !important;
  }

  h2 .primary-bg,
  h3 .primary-bg {
    color: inherit !important;
  }

  p {
    font-size: 12px !important;
  }
}

@media (max-width: 576px) {
  h2 {
    font-size: 20px !important;
    line-height: 1.4;
  }

  h3 {
    font-size: 18px !important;
  }

  p {
    font-size: 11px !important;
  }

  .inner-page-form .get-started-form form {
    padding: 20px;
  }
}

/* Responsive Media Query End here */