@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  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: bold;
  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: normal;
  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: #dd1423
}

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

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

div#popupform {
  overflow: hidden
}

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

.input-control:focus::placeholder,
.input-control:hover::placeholder {
  color: #000;
}
.input-control::placeholder {
  color: #848484;
}
.bottom-form .input-control:focus::placeholder,
.bottom-form .input-control:hover::placeholder {
  color: #fff;
}
.bottom-form .input-control::placeholder {
  color: #fff;
}

.primary-color {
  color: #FF9900 !important;
  display: contents
}

.top-bar ul.menu a:hover,
p a {
  color: #402F1F !important;
}

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

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

.container {
  max-width: 1400px !important;
}

a,
btn,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #02214F;
}

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

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

.nav-bar {
  padding: 20px 0;
}

.top-bar ul.menu li a:hover::before {
  display: none;
} 

.sticky-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  transition: .3s ease-in-out;
  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: #D9B07D;
  background: 0 0;
}

.nav-bar ul.menu li a.active::before,
.nav-bar ul.menu li a::before {
  height: 2px;
  background: #D9B07D;
  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 10px;
}

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

.top-bar ul.menu a {
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  margin: 0;
  padding: 13px 15px;
}
.btn-yellow, .btn-white-border,.btn-dark {
  padding: 10px 20px;
  border-radius: 10px;
  font-family: Poppins;
  color: #fff !important;
  font-size: 15px;
  border: 1px solid #0000;
  transition: 0.5s all;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: 500;
}

.btn-yellow {
  background: #ED8E11;
}

.incredible-boxes {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
}

.btn-white-border {
  font-size: 14px;
  border: 1px solid #ED8E11;
  color: #ED8E11 !important;
}

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

header nav ul li .dropdown-menu {
  display: block;
  margin: 0;
  border-radius: 3px;
  position: absolute;
  top: 300%;
  transform: scale(0);
  transition: .5s;
  background: #8C634D;
}

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: #D9B07D !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: #402F1F;
  border-radius: 4px
}
header {
  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-yellow:hover {box-shadow: 0px 0px 10px #ED8E11;background: none;color: #ED8E11 !important;border: 1px solid #ED8E11;}
.btn-white-border:hover {
  transform: scale(1.1) !important;
  transition: 0.5s ease-in;
}
.input-control {
  margin: 7px 0;
  width: 33%;
  padding: 10px 15px;
  font-family: Poppins;
  display: inline-block;
  font-size: 14px;
  color: #848484;
  background: #E9E9E9;
  border: 1px solid #EFEFEF;
  outline: 0;
}

.copyright,
footer {
  background: #F2F2F2;
}
textarea.input-control.form-control {height: 42px;width: 66.5%;resize: none;overflow: hidden;float: left;margin: 7px 0;}

.banner-form {
  width: 80%;
  position: relative;
  margin: auto;
  top: 60px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ED8E11;
}

.get-started-form form {
  padding: 30px 30px;
  position: relative;
}

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

a#goto-top {
  position: fixed;
  bottom: 70px;
  right: 30px;
  background: #402F1F;
  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: #232F3E;
  font-size: 45px;
  font-weight: 600;
  padding: 0;
  line-height: 40px;
  margin: 0;
  position: relative;
}
h1::before {
    content: "";
    background: url('../images/head-line.webp') no-repeat 100%/ 100% 100%;
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 50%;
    height: 30px;
    object-fit: contain;
}

footer {
  padding: 40px 0 0;
}

footer .social-icons li {
  display: inline-block;
  padding-top: 10px;
}

footer .social-icons li i {
  font-size: 20px;
  padding-right: 20px;
}

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

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

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

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

.copyright ul.menu li a {
  font-size: 13.5px;
  font-weight: 300;
  text-decoration: none
}

.copyright a,
.copyright p {
  color: #2D2D2D;
  font-size: 13.5px;
  font-weight: 300;
  padding: 10px 0
}
h2 {
  font-size: 46px;
  line-height: 48px;
  letter-spacing: -1px;
  font-weight: 600;
}
h2 span {
  vertical-align: baseline
}

.title {
  color: #ED8E11;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  padding: 10px 0px;
}

.main-banner {
  background: url('../images/banner.webp') no-repeat;
  padding: 100px 0 0px;
  background-size: 100% 90%;
}
.child-banner{background: url('../images/child-banner.webp') no-repeat;background-size: 100% 90%;}
.banner .container {
  position: relative;
  z-index: 1
}.inner-banner {
    background-size: 100% 100%;
    padding: 40px 0;
}

/* .main-banner .hero-book {
  position: absolute;
  right: -70px;
  top: 40px;
  width: 22%;
  z-index: -1;
  animation: 3s linear infinite pulse;
  -webkit-animation: 3s linear infinite pulse;
  -moz-animation: 3s linear infinite pulse;
} */

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

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

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

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

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

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

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

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

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #402F1F;
}
.porfilio-slider {
  text-align: center;
  padding: 150px 0 0;
}
.list-items {
    padding: 10px 0 20px;
}
.list-items li {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  list-style: disc;
  margin-left: 20px;
}
.list-items li::before {
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  color: #402F1F;
  font-weight: 600;
  margin-right: 10px
}
.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: #9f0b07;
  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
}
.terms h2 {
    font-size: 25px;
}
.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
}
.privacy-banner {
    background-size: 100%;
    height: 400px;
    padding-top: 120px;
}
.privacy-banner h1:before{display:none;}
.bottom-form .get-started-form.main-form form input.input-control {
  width: 48% !important;
  border: 0;
  height: 40px;
  background: #3A4A67;
  color:#fff;
}

.bottom-form {
  background: url('../images/b-form.webp') no-repeat 100%/100%;
  margin: auto;
  padding: 60px 0;
  z-index: 1;
}
.review-box {
  box-shadow: 1px 2px 15px #ccc;
  border-radius: 10px;
  padding: 20px;
  transition: .2s;
  background: #fff;
  height: 270px;
}

.review-box span {
  font-size: 40px;
  font-style: italic;
  color: #D9B07D;
}

.review-box h6 {
  color: #402F1F;
  font-size: 23px;
}

.bottom-form .get-started-form.main-form select#ser-select,
.bottom-form .get-started-form.main-form textarea {
  width: 48% !important;
  border: 0;
  background: #3A4A67;
  color: #fff;
}

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

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

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

.am-pub-slider .owl-item.center {
  transform: scale(1.3);
  transition: .5s;
  position: relative;
  z-index: 9
}

.am-pub-slider .owl-item img {
  transition: .5s;
  transform: scaleX(1.4);
}

.am-pub-slider .item {
  margin: 50px 0px;
}
.bottom-form .get-started-form.main-form {
    background: none;
    border: 0;
}
.bottom-form .get-started-form.main-form textarea {
  width: 97% !important;
  height: 100px;
  margin: 7px 10px 0px 0;
  background: #3A4A67;
}

.get-started-form form h3 {
  text-transform: capitalize;
  line-height: 34px;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 10px;
}
.testimonial-slider {
    background: #F2F2F2;
    width: 80%;
    margin: auto;
    border-radius: 20px;
}
.testimonial-slider .parent-bk-moc {
    background: #fff;
    padding: 30px 40px;
    border-radius: 10px;
    height: 310px;
    width: 90%;
}
.box-shade .box-img {
    background: #FFC4CA;
    padding: 7px;
    border-radius: 40px;
    width: 44px;
    height: 44px;
    display: inline-block;
}
.testmonial .self-pub p {
  overflow: auto;
  padding: 5px 5px 5px 0;
  font-size: 14.5px;
  height: 110px
}
.testimonial-slider .book-des p {
  overflow: auto;
  padding: 20px 0;
  font-size: 15px;
  height: 120px;
}
.testimonial-slider .book-des p::-webkit-scrollbar {
  width: 5px
}
.testimonial-slider .book-des p::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #6a757d
}
.testimonial-slider .book-des p::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 6px
}
.box-img .name {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins';
}

.box-shade {
    display: flex;
    padding: 15px 0;
}

.box-shade p {
    font-size: 15px;
    padding: 5px 10px 10px;
    line-height: 17px;
}

.service-cat,.strategy {
    background: #F2F2F2;
    border-radius: 20px;
    width: 90%;
    margin: auto;
}
.service-cat ul li {
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
}
.fba-works {
    background: #ECF6FD;
    padding: 100px 0;
}
.box-shadow.fba-works-content {
    background: url('../images/lp3.webp') no-repeat 100%/100%;
    text-align: right;
    height: 210px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.fba-works-content1 {
    position: relative;
    top: 50px;
    right: -230px;
}

.fba-works-content h3 {
    font-size: 22px;
    font-weight: 600;
}

.fba-works-content p {
    font-size: 13px;
    line-height: 22px;
    padding: 5px 0;
}

.fba-works-content3 {
    position: relative;
    top: 280px;
    left: 230px;
}

.fba-works-content2 {
    position: relative;
    top: 50px;
    right: 230px;
    text-align: end;
}
.head-before{position:relative;z-index:1;}
.head-before:after {
    content: "";
    background: #ed8e117a;
    width: 255px;
    height: 10px;
    position: absolute;
    right: 0px;
    left: 370px;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.box-shadow .head-before::after {
    left: 180px;
    bottom: 34px;
    width: 162px;
}
.fba-works-content4 {
    position: relative;
    top: 280px;
    right: 230px;
    text-align: right;
}
.box-shadow {
    border-radius: 20px;
    padding: 20px;
    background: #F2F2F2;
    margin: 25px 0;
}

.box-shadow h3 {
    padding: 20px 0 0;
    font-size: 30px;
    font-weight: 700;
}

.box-shadow p {
    font-size: 13px;
}
.portfolio .container {
    background: #0E1C36;
    margin: auto;
    border-radius: 20px;
    padding: 40px 0;
}
.portfolio h5 {
    font-size: 16px;
    font-weight: 600;
}

.portfolio p.title {
    font-size: 14px;
    letter-spacing: 0;
}

.portfolio p i {
    color: #ED8E11;
    vertical-align: baseline;
}
.portfolio .port-one {
    background: #ffffff1c;
    padding: 10px 30px;
    border-radius: 10px;
    direction: ltr;
}
.sales-partern {
    background: #0E1C36;
}
.box-shad {
    padding: 20px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 220px;
    background: #26334a;
}

.box-shad h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.child-banner img {
    max-width: 60%;
}

.child-banner .banner-form {
    top: 0;
}
.box-shad p {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
}
.ecom-support {
    padding: 80px 0 41px;
}