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

.primary-color {
  color: #FF9900;
  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;
  height: 100px;
  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 12px;
}

.nav-bar ul.menu li a {
  font-size: 16px;
  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-dark,
.btn-yellow,
.btn-black-border {
  padding: 10px 20px;
  background: #02214F;
  border-radius: 30px;
  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: #FF9900;
}

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

.btn-black-border {
  border: 1px solid #232F3E;
  font-size: 14px;
  color: #232F3E !important;
  background: 0 0;
  box-shadow: none
}

.btn-dark {
  background: #232F3E;
  border: 1px solid #232F3E;
  color: #fff !important;
}

.btn-dark:hover,
.btn-black-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: 3px 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: #FF9900;
}

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: #232F3E !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
}

.nav-bar a.logo img {
  width: 90%;
}

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 {
  background: none;
  border: 1px solid #000;
  color: #000 !important;
}

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

.copyright,
footer {
  background: #232F3E;
}
textarea.input-control.form-control {
  height: 42px;
  width: 100%;
  resize: none;
  overflow: hidden;
  margin: 7px 0;
}

.get-started-form.main-form {
  padding: 0;
  width: 70%;
  margin: 0 0 auto;
  border-radius: 10px;
  background: #fff;
}

.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: #FF9900;
  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: 50px;
  font-weight: 600;
  padding: 0;
  line-height: 50px;
  margin: 0
}


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

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: #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: 14px;
  font-weight: 500;
  text-decoration: none
}

.copyright a,
.copyright p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
h2 {
  font-size: 46px;
  line-height: 48px;
  letter-spacing: -1px;
  font-weight: 600;
}
h2 span {
  vertical-align: baseline
}

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

.main-banner {
  background: linear-gradient(180deg, #F2F2F2 30%, #EAF6FF 90%);
  padding: 80px 0;
}

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

.main-banner img {
  position: absolute;
  right: -30px;
  top: 120px;
  width: 100%;
  z-index: -1;
}
.inner-banner img {
    position: relative;
    right: 0;
    top: 0;
}
.inner-banner .get-started-form.main-form {
    width: 80%;
    margin: auto;
    background: #232F3E;
}

.inner-banner .get-started-form.main-form .input-control {
    width: 30%;
    background: none;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    margin: 7px;
    color: #fff;
}
.inner-banner .get-started-form.main-form textarea.input-control {
    width: 52% !important;
    margin-right: 30px;
}
.inner-banner .get-started-form.main-form .input-control:focus {box-shadow: 0px 2px 0px 0px #ccc;transition: 1s;padding-left: 0;}
.inner-banner .get-started-form.main-form .input-control::placeholder{color:#fff}

.inner-banner .get-started-form.main-form h3 {
    font-size: 27px;
    color: #fff;
}
.faq-sec .card-header {
  background: 0 0;
  border: none;
  outline: 0 !important;
}

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

.faq-sec .card {
  border-radius: 10px;
  border: none;
  border: 1px solid #d3d3d3;
  line-height: 14px;
  margin: 10px 3px;
  width: 49%;
  display: inline-block;
}

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

.faq-sec .card-body p {
  color: #909090;
  line-height: 20px;
  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 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
}

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

.bottom-form .get-started-form.main-form {
  background: #FF9900;
  width: 100%;
  margin: auto;
  border-radius: 20px;
  padding: 60px;
  text-align: center;
}
.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: 49% !important;
  border: 1px solid #ccc;
  background: #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 textarea {
  width: 98.5% !important;
  height: 100px;
  margin: 5px 0px 0px 0;
}

.get-started-form form h3 {
  text-transform: capitalize;
  line-height: 34px;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 10px;
}

/* Counter */
.counter-area .container {
    width: 1140px;
    padding: 150px 0px 0px;
}

.counter-area .count h3 {
    font-size: 34px;
    line-height: 55px;
}
.counter-area .count {
  position: relative;
  transition: .5s;
  text-align: left;
  width: 25%;
}

.counter--wrapper {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.counter-area .count::after {
  content: "";
  position: absolute;
  right: 0;
  left: calc(100%/2);
  margin: auto;
  top: 10px;
  width: 2px;
  height: 80px;
  background: #CDCDCD;
}

.counter--wrapper .count:first-child:after {
  top: -20px;
}
.counter-area .count.last::after {
    display: none;
}
.counter-area .count .timer {
  color: #FF9900;
  font-size: 50px;
  font-family: Poppins;
  line-height: 60px;
}

.counter-area .count .couter-text span {
  display: block;
  color: #2B2B2B;
  font-size: 14px;
  font-family: Poppins;
}

.counter-area .count p.plus {
  position: absolute;
  right: 150px;
  top: -10px;
  margin: auto;
  font-size: 50px;
  font-weight: 500;
  color: #FF9900;
}

/* Counter */
.box-shade .box-img {
    background: #F2F2F2;
    padding: 10px;
    border-radius: 40px;
    width: 44px;
    height: 44px;
    margin: 0px 0 10px;
    display: inline-block;
}

.box-img .name {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins';
}

.box-shade {
    display: flex;
    padding: 15px 0 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;
}

.parent-pro-ser {
    box-shadow: 0px 0px 10px #fff;
    background: #fff;
    padding: 30px 40px;
    border-radius: 20px;
    width: 95%;
}

.parent-pro-ser h6 {
    font-size: 18px;
    line-height: 25px;
}
.service-cat ul li {
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
}
.fba-works {
    background: #ECF6FD;
    padding: 100px 0;
}
.fba-works-content {
    background: url('../images/lp3.webp') no-repeat 100%/contain;
    height: 500px;
    background-position: center 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;
}

.fba-works-content4 {
    position: relative;
    top: 280px;
    right: 230px;
    text-align: right;
}
.fba-works img {
    max-width: 70%;
}
.box-shadow {
    margin: 10px 0;
    border-radius: 20px;
    padding: 20px;
    background: #ECF6FD;
    height: 94%;
}

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

.box-shadow p {
    font-size: 13px;
}
.bg-dark-shade {
    background: #232F3E;
}
.bg-yellow-shade {
    background: #FF9900;
}
.box-shadow.bg-dark-shade h5,.box-shadow.bg-dark-shade p {
    color: #fff;
}
.bottom-form {
    top: 110px;
    z-index: 1;
    padding: 0;
}
.terms h2 {
    font-size: 30px;
}