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


@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,
p {
  font-family: 'Poppins';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Belgiano Serif';
}

.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 {
  display: contents;
  color: #ec7c14;
}

.navbar-btn 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: 1300px !important;
}

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

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

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

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

.navbar-btn 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;
  box-shadow: 0 2px 5px #ec7c14;
  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;
}

.top-bar {
  padding: 8px 0;
  background: #01a6e5;
}

.top-bar .menu.social-icons li,
.top-bar .menu.phone li {
  display: inline-block;
  padding: 0 10px;
}

.top-bar .menu.social-icons li i,
.top-bar .menu.phone li a,
.top-bar .menu.phone li i {
  color: #fff;
}

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

.navbar-btn ul.menu a {
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  margin: 0;
  padding: 12px 13px;
}

.btn-dark,
.btn-orange,
.btn-black-border {
  padding: 10px 20px;
  background: #02214F;
  border-radius: 8px;
  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-orange {
  background: #ec7c14;
}

.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: 2px 0px;
  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: #01a6e5;
}

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: #1c65a0 !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: 50%;
}

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-white-border {
  border-color: #fff;
  color: #fff !important;
}

.btn-orange:hover {
  background: none;
  border: 1px solid #ec7c14;
  color: #ec7c14 !important;
}

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

.copyright {
  background: #1c65a0;
  padding: 5px 0;
}

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 0 auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px #226297;
}

.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: #232F3E;
  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: 54px;
  text-transform: capitalize;
}


footer {
  padding: 120px 0 0px;
  color: #fff;
  background: #01a6e5;
}

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

.foot-logos {
  filter: drop-shadow(0px 0px 3px #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: #000;
}

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

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

h2 {
  font-size: 46px;
  line-height: 48px;
  font-weight: 600;
  text-transform: capitalize;
}

h2 span {
  vertical-align: baseline
}

.title {
  color: #232F3E;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0px;
  line-height: 21px;
}

.main-banner {
  background: linear-gradient(180deg, #01a3e442 30%, #01a3e4 181%);
  background: url('../images/banner.webp') no-repeat 100% / 100%;
  z-index: 1;
  background-position: bottom;
  padding: 200px 0;
}

.main-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
}

.bm-banner {
  background: url('../images/bm-banner.webp') no-repeat 100% 100%;
}

.audio-banner {
  background: url('../images/audio-banner.webp') no-repeat 100% 100%;
}

.bp-banner {
  background: url('../images/bp-banner.webp') no-repeat 100% / 100%;
}

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

.book-slide img {
  box-shadow: 10px 10px 20px gray;
  margin: 30px 0;
}

.book-slide {
  padding: 10px 0;
  text-align: center;
}

.emp-author::before {
  content: "";
  background: url('../images/lp3.webp') no-repeat 100%/100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 250px;
}

.emp-author::after {
  content: "";
  background: url('../images/lp4.webp') no-repeat 100%/100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 250px;
}

.emp-img {
  padding: 20px;
  background: antiquewhite;
  margin: 5px;
  border-radius: 10px;
  width: 245px;
}

.emp-img h4 {
  font-size: 16px;
  padding-top: 20px;
  line-height: 20px;
}

.service-box {
  padding: 20px;
  margin: 10px 0;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  position: relative;
  transition: 0.3s ease-in;
}
.service-box p {
    height: 130px;
    overflow-y: scroll;
    margin: 10px 0;
}
.service-box a i {
  -webkit-animation: 3s infinite wobble ease-in;
  animation: 3s infinite wobble ease-in;
  font-size: 22px;
  font-weight: 500;
}

.service-box a {
  font-size: 14px;
  color: #ec7c14;
  padding: 0;
  font-weight: 500;
  transition: 0.3s ease-in;
}

.service-box a:hover {
  transform: scale(0.9);
  color: #000;
}

.service-box::before {
  content: "";
  position: absolute;
  background: #17232d;
  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;
}

.service-box:hover:before {
  clip-path: circle(100% at 20% 15%);
}

.service-box:hover {
  cursor: pointer;
  transform: scale(1.07);
  cursor: pointer;
  color: #fff;
}

.service-box:hover h3,
.service-box:hover p,
.service-box:hover a {
  color: #fff;
}

.map-detail img {
  padding-top: 30px;
  max-width: 90%;
}

.amz-logos img {
  filter: brightness(5);
}

.map-detail {
  background: #01a6e5;
  padding-bottom: 0;
}

/* Web Tabs */
.web-tabs [class*=col-md-12] {
  padding: 0;
  margin: 0;
}

.web-tabs .web-left-content {
  position: absolute;
  left: 70px;
  top: 297px
}

.web-tabs .web-left-content ul li {
  padding: 15px 0;
  color: #c9c9c9;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  font-family: Poppins
}

.web-tabs .web-left-content .btn-call {
  color: #000
}

.web-tabs .web-left-content .btn-call span {
  font-size: 12px
}

.web-tabs .borrow-tab ul.nav.nav-tabs {
  display: block;
  border: 0;
  padding-top: 40px;
}

.borrow-tab ul.nav.nav-tabs li a {
  font-size: 16px;
  font-weight: 600;
  color: #232F3E;
  padding: 10px 0;
  border-bottom: 3px solid #fff;
  transition: 0.3s ease-in;
  display: block;
  width: 70%;
}

.borrow-tab ul.nav.nav-tabs li a.active {
  position: relative;
  border-color: #ec7c14;
  color: #ec7c14;
  width: 70%;
}

.web-tabs .tab-content [class*=col-md-4] {
  padding: 13px 0;
  margin: 0
}


.web-tabs .item .info-work:hover {
  transition: .5s;
  cursor: pointer;
  z-index: 1
}

.web-tabs .info-work img {
  max-width: 100%;
  height: 370px;
  border-radius: 10px;
  transition: 0.5s all;
}

.web-tabs .info-work img:hover {
  transform: translate(0px, -30px);
}

/* Web Tabs */
.parent-bk-moc {
  background: antiquewhite;
  border-radius: 20px;
  padding: 20px;
}

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

.list-items li {
  position: relative;
  display: inline-block;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0;
  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
}

.new-letter {
  background: #33b8eb;
  width: 80%;
  margin: auto;
  border-radius: 10px;
  text-align: center;
}

.new-letter .get-started-form.main-form {
  width: 100%;
  background: none;
  box-shadow: none;
}

.new-letter .get-started-form.main-form .input-control {
  width: 80%;
  box-shadow: 0px 0px 0px 15px #1c65a0;
  position: relative;
  z-index: 1;
}

.new-letter .get-started-form.main-form .btn-orange {
  box-shadow: 0px 0px 0px 14px #1c65a0;
  z-index: 0;
  position: relative;
}

.new-letter::before {
  content: "";
  background: url('../images/lp-b10.webp') no-repeat 100%/100%;
  position: absolute;
  left: -80px;
  top: -40px;
  width: 250px;
  height: 220px;
}

.new-letter::after {
  content: "";
  background: url('../images/lp-b11.webp') no-repeat 100%/100%;
  position: absolute;
  right: -80px;
  top: -40px;
  width: 250px;
  height: 220px;
}

.bm-slider img {
  box-shadow: none;
  margin: 0;
}

.two-slider img {
  width: 60% !important;
  height: 40px;
  object-fit: contain;
  filter: brightness(0.8);
}

.sp-mark-cont1 {
  background: url('../images/bm13.webp') no-repeat 100%/100% 100%;
}

.sp-mark-cont2 {
  background: url('../images/bm14.webp') no-repeat 100%/100% 100%;
}

.sp-mark-cont3 {
  background: url('../images/bm15.webp') no-repeat 100%/100% 100%;
}

.sp-mark-cont4 {
  background: url('../images/bm16.webp') no-repeat 100%/100% 100%;
}

.sp-mark-content {
  position: relative;
  padding: 30px 20px;
  border-radius: 10px;
  height: 350px;
  z-index: 1;
}

.sp-mark-content:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  z-index: -1;
}

.sp-mark-content-hide h3 {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
}

.sp-mark-cont1:hover .sp-mark-content-hide,
.sp-mark-cont2:hover .sp-mark-content-hide,
.sp-mark-cont3:hover .sp-mark-content-hide,
.sp-mark-cont4:hover .sp-mark-content-hide {
  transform: translateY(-10px);
  transition: 0.3s;
  opacity: 1;
  cursor: pointer;
  overflow: auto;
}

.sp-mark-content-hide {
  overflow: hidden;
  transform: scaleY(300px);
  transform-origin: bottom;
  transition: 0.5s;
  opacity: 0;
  padding: 20px 0;
}

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

.genres {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

.genres .btn {
  margin: 10px;
}
.bottom-form .get-started-form.main-form {
    margin: auto;
}
.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 {
  background: #232F3E;
  width: 75%;
  margin: auto;
  border-radius: 20px;
  padding: 60px 0;
  top: 60px;
  z-index: 1;
}

.bottom-form .get-started-form form {
  top: 0;
}

.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% !important;
  height: 100px;
  margin: 7px 10px 0px 0;
}

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

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

.box-img .name {
  font-size: 17px;
  font-weight: 700;
  font-family: 'Poppins';
  color: #fff;
}

.b2b-services .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.b2b-box {
  position: relative;
  text-align: center;
  z-index: 1;
  margin: 0 20px;
}

.b2b-box::before {
  content: "";
  width: 100%;
  height: 60px;
  border-radius: 10px;
  position: absolute;
  top: calc(100%/6);
  background: #d7503482;
  left: 0;
  z-index: -1;
}

.b2b-box img {
  width: 60%;
  filter: hue-rotate(471deg);
  -webkit-animation: 3s infinite swing ease-in;
  animation: 3s infinite swing ease-in;
}

.b2b-box h3 {
  text-transform: capitalize;
  font-size: 20px;
  line-height: 22px;
  padding: 10px 0 0;
  font-weight: 600;
  letter-spacing: 1px;
}

.b2b-box p {
  font-size: 13px;
}

.logos img {
  box-shadow: none;
  margin: 0;
  height: 40px;
  vertical-align: baseline;
  object-fit: contain;
}

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

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

.info-work {
  background: #ec7c1429;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s all ease-in;
}

.info-work:hover {
  background: #ec7c14;
  cursor: pointer;
}

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

.testimonial-slider img {
  width: 100%;
  height: 230px;
  object-fit: fill;
  border-radius: 10px;
}

.bg-yellow-shade {
  background: #ec7c14;
}

.box-shadow.bg-dark-shade h5,
.box-shadow.bg-dark-shade p {
  color: #fff;
}