@font-face {
  font-family: 'Gilroy-Regular';
  src: url("../fonts/Gilroy-Regular.ttf")
}

@font-face {
  font-family: 'Gilroy-Medium';
  src: url("../fonts/Gilroy-Medium.ttf")
}

@font-face {
  font-family: 'Gilroy-Bold';
  src: url("../fonts/Gilroy-Bold.ttf")
}

@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url("../fonts/Gilroy-ExtraBold.ttf")
}

@font-face {
  font-family: 'Gilroy-Heavy';
  src: url("../fonts/Gilroy-Heavy.ttf")
}

@font-face {
  font-family: 'Gilroy-SemiBold';
  src: url("../fonts/Gilroy-SemiBold.ttf")
}

@font-face {
  font-family: 'Gilroy-Thin';
  src: url("../fonts/Gilroy-Thin.ttf")
}

@font-face {
  font-family: 'VisbyCF-Regular';
  src: url("../fonts/VisbyCF-Regular.otf")
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gilroy-Medium';

}

p,
ul,
a {
  font-family: 'VisbyCF-Regular';
}

body {
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

::-webkit-scrollbar {
  width: 5px
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ea1116;
}

::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px
}

::-moz-selection {
  color: #fff;
  background: #181223;
}

::selection {
  color: #fff;
  background: #181223;
}


.mobile-menu .circle,
.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #181223;
  margin: 0 auto;
  display: flex;
  position: fixed;
  line-height: 40px;
  font-size: 16px;
}


.main-header .main-navigation ul li a:hover,
span {
  color: #181223;
}

p {
  color: #666;
}

#staticBackdrop .modal-body .modal-body-img,
.mobile-menu,
.rtech_item:last-child::after {
  display: none;
}

.mobile-menu .circle {
  border-radius: 30%;
  right: 20px;
  top: 15px;
  justify-content: center;
  align-items: center;
  z-index: 3;
  border: 2px solid #fff;
}

.mobile-menu .mobile-cross {
  border-radius: 30%;
  right: 0;
  top: 40px;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  border: 2px solid #fff;
}

.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  z-index: 999;
  transform: translateX(-320px);
  padding: 40px 20px;
  border: 2px solid #fff;
}

.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mobile-menu .overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 280px);
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
}

.mobile-menu .overlay.is-on {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.mobile-menu .navlinks li {
  display: block;
  padding: 8px 0;
}

.mobile-menu .navlinks li a {
  color: #666;
  font-weight: 700;
  text-decoration: none;
}

.mobile-dropdown button {
  background: 0 0;
  border: none;
  color: #666;
  font-weight: 700;
  text-decoration: none;
}

.mobile-dropdown ul.dropdown-menu.show {
  border-radius: 0 0 20px 20px;
  border: none;
  height: auto;
  padding: 15px;
  box-shadow: 0 15px 35px #00000029;
  overflow: auto;
}



.header,
.second-header,
header .navbar {
  position: fixed;
  width: 100%;
}

.active-class {
  border: 2px solid #000;
}

.btn-1 a,
.btn-1 button {
  background: #0b256d;
  border-radius: 5px;
  color: #fff;
  padding: 10px 30px !important;
  border: 2px solid #d2023f;
  margin: 0 !important;
  font-family: 'VisbyCF-Regular';
}

.btn-1 a:hover,
.btn-1 button:hover,
.main-banner-btn .service-btn a:hover {
  background: #fff;
  color: #181223;
  border: 2px solid #181223;
}

.btn-2 a {
  border: 2px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px 20px;
  margin: 0 0 0 15px !important;
}

.btn-2 a:hover,
.main-banner-btn .contact-btn a:hover {
  background: #0b256d;
  color: #fff;
  border: 2px solid #181223;
}

.btn-3 a,
.btn-3 button {
  background: #0b256d;
  border-radius: 5px;
  color: #fff;
  padding: 13px 44px !important;
  border: 2px solid #0b256d;
  margin: 0 !important;
  font-size: 20px;
}

.btn-3 a:hover,
.btn-3 button:hover {
  background: 0 0;
  color: #0b256d;
  border: 2px solid #0b256d;
}

.btn-4 a {
  border: 2px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  padding: 14px 42px;
  margin: 0 0 0 15px !important;
  background: #181223;
  font-size: 18px;
}

a.nav-btn-1,
a.nav-btn-2 {
  padding: 10px 20px !important;
}

.btn-4 a:hover {
  background: #0b256d;
  color: #fff;
  border: 2px solid #0b256d;
}

.header {
  z-index: 99;
  height: 100px;
  top: 0;
  background: #0000001f;
  padding: 20px 0;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  border-bottom: 2px solid transparent;
}

.active-header {
  top: 0;
}

.second-header {
  background: #fff;
  display: none;
  visibility: hidden;
  transition: 0.75s linear !important;
  border-bottom: 1px solid #f2653a;
  padding: 10px 0;
  line-height: 0;
}

.second-header.sticky-header {
  display: flex;
  visibility: visible;
  transition: 0.75s linear !important;
  top: -100px;
  transform: translateY(100px);
  z-index: 200;
}

.second-header .dropdown-nav {
  margin: 12px 0;
  padding: 10px 15px 0;
}

.second-header-dropdown li a:hover {
  color: #f2653a;
}

.second-header ul.nav.navbar-na {
  line-height: 70px;
  top: 0;
}

.header-top-bg {
  background: radial-gradient(closest-side at 50% 50%, #181223 0, #181223 100%);
  line-height: 70px;
}

.header-top,
.lp-publishing-abt-content-inner,
.main-header-bg .main-header {
  display: flex;
  justify-content: space-between;
}

a.nav-btn-1 {
  color: #fff !important;
  background-color: #0b256d;
  border-radius: 5px;
  border: 2px solid #0b256d;
  transition: 0.3s;
}

a.nav-btn-1:hover,
a.nav-btn-2 {
  color: #0b256d !important;
  background-color: #fff;
}

a.nav-btn-1:hover {
  border: 2px solid #0b256d;
}

a.nav-btn-2 {
  border-radius: 5px;
  border: 2px solid #0b256d;
  transition: 0.3s;
}

a.nav-btn-2:hover {
  color: #fff !important;
  background-color: #0b256d;
  border: 2px solid #0b256d;
}

.header-top-bg .top-number a {
  border-radius: 0 20px 20px 0;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 700;
}

.header-top-bg .top-btn-1 {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  margin: 0 10px 0 0;
}

.header-top-bg .top-btn-2 {
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px 25px;
  color: #181223;
  border: 2px solid #fff;
}

.main-logo {
  width: 200px;
}

.main-header-bg {
  background: #fff;
  box-shadow: 0 3px 30px #00000029;
  line-height: 94px;
  padding: 5px 0;
}

.main-header-bg .main-header ul {
  list-style: none;
}

.main-header .main-navigation ul li a {
  color: #000;
  text-decoration: none;
  padding: 0 15px;
  font-weight: 600;
  font-size: 15px;
}

.main-header .main-navigation ul li a.number-btn {
  border-left: 3px solid #0b256d;
  border-right: 3px solid #0b256d;
  padding: 10px 5px;
  color: #000;
  transition: 0.3s ease-in-out;
}

.footer-content-2 ul li,
.footer-content-3 a:hover,
.head-serv-bg span,
.header-top-bg .top-number a:hover,
.inner-published-form span,
.main-header .main-navigation ul li a.number-btn:hover,
section h2.bl-head span,
section.author-about span,
section.stellar-cta h2 i,
section.stellar-cta p span {
  color: #ffff;
}

.main-header .main-navigation ul li a.number-btn i {
  margin-left: 7px;
  font-size: 16px;
  color: #0b256d;
}

.main-header .dropdown .dropdown-menu {
  box-shadow: 0 15px 35px #00000029;
  border-radius: 10px;
  opacity: 1;
  top: 63px;
  padding: 10px 20px;
  background-color: rgb(255 255 255 / 36%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.main-header .dropdown .dropdown-menu ul li a {
  letter-spacing: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 10px 0 40px;
}

.main-navigation ul.nav li.dropdown:hover ul.dropdown-menu,
.toggle .panels .panel:first-child {
  display: block;
}

.main-navigation .dropdown-menu {
  line-height: 40px;
  width: max-content;
}

.footer-form-bg,
.main-dropdown-arrow .button {
  position: relative;
}

.main-dropdown-arrow .button:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -5px;
  width: 8px;
  height: 8px;
  border: 2px solid #0b256d;
  border-left: 0;
  transform: rotate(316deg);
  border-top: 0;
  transition: 0.3s;
}

.main-dropdown-arrow .button:hover:after {
  left: 3px;
}

.navi-drop-hr {
  width: 95% !important;
  margin: 0;
}

.lp-main-banner-bg {
  margin: 0 !important;
}

.main-banner-bg h5,
.main-banner-bg span.ban-sub-sp {
  color: #181223;
  padding: 10px 0;
  font-weight: 700;
  font-size: 20px;
  font-family: 'VisbyCF-Regular';
}

.main-banner-bg h1.book-writing {
  text-transform: capitalize;
}

.main-banner-bg p {
  font-size: 18px;
  color: #fff;
  margin: 18px 0;
}

.main-banner-bg .banner-lis {
  margin: 20px 0;
}

.main-banner-bg .banner-lis ul {
  padding: 0 0 0 25px;
}

.main-banner-bg .banner-lis ul li {
  color: #fff;
  font-size: 18px;
}

.main-banner-btn {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  padding: 0 200px 0 0;
}

.main-banner-btn .service-btn a {
  background: #181223;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  margin: 0 2px;
  padding: 10px 14px !important;
  transition: 0.3s;
  border: 2px solid #181223;
}

.main-banner-btn .contact-btn a {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}

header .navbar {
  background: #fff;
  top: 0;
  z-index: 1000;
  transition: 0.5s ease-in-out;
  padding: 10px 0;
}

header.sticky .navbar {
  background: linear-gradient(80deg, #4b3b72 0, #362c4f 50%, #29223a 100%);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

header .navbar .navbar-brand {
  padding: 0;
  margin: 0;
}

header .navbar .navbar-brand .logo {
  width: 150px;
  display: block;
  margin: 0;
  transition: 0.1s ease-in-out;
}

header .navbar-toggler {
  background-color: #fff;
}

header .navbar-expand-md .navbar-collapse {
  justify-content: flex-end;
}

header .navbar-expand-lg .navbar-collapse {
  justify-content: end;
}

header .navbar .navbar-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .navbar .navbar-buttons .nav-btn-item {
  margin: 0 5px;
  list-style: none;
}

header .navbar .navbar-buttons .nav-btn-item a.popup-btn {
  background: #0b256d;
  border-radius: 5px;
  width: 150px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  display: block;
  position: relative;
  border: 1px solid #0b256d;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

header .navbar .navbar-buttons .nav-btn-item a.popup-btn:hover {
  background: #fff;
  color: #0b256d;
}

header .navbar .navbar-buttons .nav-btn-item a.number-btn {
  background: #fff;
  border-radius: 5px;
  min-width: 150px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #0b256d;
  font-weight: 600;
  display: block;
  position: relative;
  border: 1px solid #0b256d;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

header .navbar .navbar-buttons .nav-btn-item a.number-btn:hover {
  background: #0b256d;
  color: #fff;
}

section.main-banner-bg {
  margin: 0px 0 0 !important;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-banner-bg h1 {
  font-size: 59px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-transform: capitalize;
}

.ratsite {
  min-height: 45px;
  display: flex;
  align-items: center;
}

.ratings_cont {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.ratings_cont h3 {
  font-size: 28px;
  font-weight: 700;
  color: #181223;
  margin-right: 10px;
}

.ratings_rate {
  display: block;
  line-height: 15px;
}

.ratings_cont p {
  font-size: 10px;
  color: #181223;
  margin-bottom: 0;
  font-weight: 600;
}



.genres-bg,
.services-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.filter-button,
.gallery_product {
  margin-bottom: 30px;
}

/* banner-form css start here */
.banner-editing-form {
  background: #fff;
  width: 80%;
  border-radius: 20px 0px;
  box-shadow: 0 15px 15px -15px #b2b2b2;
  padding: 33px 20px 33px;
  margin: 0 auto;
}

.iti--allow-dropdown {
  width: 100%;
}

.logos-slider .slide {
  display: flex;
  align-items: center;
}

.logos-slider {
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 30px;
}


.logos-slider img {
  width: 106px;
  margin: 0 auto;
  display: block;
  height: 75px;
  object-fit: contain;
}

.banner-editing-form h4 {
  color: #001f4c;
  font-size: 35px;
  line-height: 45px;
  margin: 0 0 10px;
  text-align: center;
  font-weight: 800;
}

.selceted-box#step2 {
  display: none;
}

.banner-editing-form form .form-group {
  margin: 0 0 2px;
}

.banner-editing-form form .form-group label {
  background: #fbfbfb;
  color: #0b256d;
  font-size: 15px;
  line-height: 22px;
  padding: 0 5px;
  position: relative;
  bottom: -14px;
  left: 10px;
  font-family: 'Sofia Sans';
}

.banner-editing-form form .form-group select {
  background-color: transparent;
  color: #b2b2b2;
  border: 2px solid #e9e7e77a;
  font-size: 16px;
  width: 100%;
  padding: 15px 30px 10px 10px;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  border-radius: 8px;
  font-family: 'Sofia Sans', sans-serif;
}

.banner-editing-form form .form-group select option {
  color: #181223;
}

.banner-editing-form form .form-group input {
  background-color: transparent;
  color: #181223;
  border: 2px solid #e9e7e77a;
  font-size: 16px;
  width: 100%;
  padding: 15px 10px 10px 10px;
  outline: none;
  box-shadow: none;
  border-radius: 7px;
  font-family: 'Sofia Sans', sans-serif;
}

.banner-editing-form form .form-group input::placeholder {
  color: #b2b2b2;
}

.banner-editing-form form .form-group textarea {
  background-color: transparent;
  color: #181223;
  border: 2px solid #e9e7e77a;
  font-size: 16px;
  width: 100%;
  height: 100px;
  padding: 15px 10px 10px 10px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  resize: none;
  border-radius: 8px;
}

.banner-editing-form form .form-group textarea::placeholder {
  color: #b2b2b2;
}

.banner-editing-form form .form-group button.submit-btn {
  background: #0b256d;
  color: #fff;
  border: 2px solid #ffffff;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  height: 45px;
  border-radius: 7px;
  padding: 8px 10px;
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  font-family: 'VisbyCF-Regular';
}

.banner-editing-form form .form-group button.submit-btn:hover {
  background: transparent;
  color: black;
  border: 2px solid #181223;
}

/* banner-form css end here */



.footer-btm p,
.head-serv-bg .ratings_cont h3,
.head-serv-bg .ratings_cont p,
.lp-book-publishing-bg .banner-content h1,
.lp-book-publishing-bg .banner-content p,
.lp-book-publishing-bg .ratings_cont h3,
.portfolio-inner,
section.author-about p {
  color: #fff;
}



.head-serv-bg h5,
.head-serv-bg span.ban-sub-sp {
  color: #0b256d;
  padding: 10px 0;
}

.head-serv-bg h5 img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(196deg) brightness(105%) contrast(101%);
}

.services-bg {
  background-image: url("../images/service-bg.webp");
  background-attachment: fixed;
  background-position: right;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 40px;
}

.services-bg.book-writing-bg {
  background: #19323d;
}

.services-img img {
  width: 50px;
}

.nav-pills .show>.nav-link,
.services-img .nav-pills .nav-link {
  color: #000;
  background-color: #fff;
  box-shadow: 3px 4px 15px 0 rgb(40 37 38 / 20%);
  margin: 10px;
  height: 135px;
  width: 135px;
  transition: 0.3s;
}

.nav-pills .show>.nav-link:hover,
.services-img .nav-pills .nav-link:hover {
  background-color: #0b256d;
  color: #fff;
}

.nav-pills .show>.nav-link,
.services-img .nav-pills .nav-link.active {
  color: #fff;
  background-color: #0b256d;
  box-shadow: 3px 4px 15px 0 rgb(40 37 38 / 20%);
}

.portfolio-inner img {
  width: 100px;
}

.portfolio-inner p {
  font-size: 20px;
  padding: 0 150px;
  color: #fff;
}

.services-content h2 {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 0 0 10px;
}

.services-content p {
  font-size: 20px;
  width: 100%;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 40px;
  max-width: 480px;
  padding: 20px 0;
  color: #fff;
}

.bages-bg,
.contact-us,
.cta-bg,
.faqs-bg,
.genres-bg,
.lp-publishing-abt-bg,
.lp-publishing-cta-1,
.portfolio-bg,
.publishing-sub-serv-bg,
.sub-services-bg,
.who-we-bg,
section.own-book-wrap,
section.process-sec-wrap {
  padding: 50px 0;
}

.genres-bg {
  background-image: url(../images/texture-bg1.webp);
}

.cta-bg,
.owl-theme .owl-dots .owl-dot:hover span,
.sec-home-client .owl-theme .owl-dots .owl-dot.active span {
  background: #211930;
}

.who-we-content h2 {
  font-size: 50px;
  line-height: 50px;
}

.cta-head h2,
.cta-head h4,
.genres-content h3,
.genres-head h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.who-we-content p {
  padding: 12px 0;
}

.genres-img img {
  padding: 10px;
}

.genres-content h3 {
  color: #201f1c;
  padding: 20px 0 10px;
}

.genres-content p {
  padding-bottom: 15px;
}

.genres-head h2 {
  color: #201f1c;
  padding-bottom: 30px;
}

.genres-bg .nav-tabs .nav-link {
  margin-bottom: 0;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 10px 20px;
}

.genres-bg .nav-tabs .nav-link:hover {
  background-color: #0b256d;
}

.genres-bg .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #0b256d !important;
  border-color: #dee2e6 #dee2e6 #fff;
}

.genres-head-img img {
  width: 80px;
  padding: 10px;
}

.cta,
section.author-about {
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-head h2,
.cta-head h4 {
  color: #fff;
  padding-bottom: 15px;
}

.cta-head p {
  font-size: 15px;
  font-weight: 300;
  padding: 0 0 15px;
  color: #fff;
}

.faqs-bg .accordion-button,
.rtech_item h3 {
  font-weight: 700;
}

.cta-call {
  padding-left: 25px;
}

.cta-call a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
}

.badges-content h2,
.footer-form-head-content h2,
.gallery-title {
  font-size: 40px;
  color: #fff;
}

.portfolio-bg img {
  width: 100%;
  min-height: 450px;
  max-height: 450px;
  object-position: center;
  object-fit: cover;
}

.cta-call a span {
  color: #181223;
  padding: 0.4px 15px;
  background: #685090;
  font-size: 1.4px;
  line-height: 0;
  margin: 0 8px;
  position: relative;
  top: -4px;
}

.bages-bg img {
  width: 100px !important;
}

.badges-content p {
  padding: 10px 0 20px;
}

.gallery-title {
  color: #181223;
  text-align: center;
  font-weight: 600;
  padding-bottom: 16px;
  font-size: 50px;
}

.abt-info-content p,
.lp-publishing-abt-content p,
.port-head p {
  padding: 10px 0;
}

.portfolio-bg .port-head p {
  color: #000 !important;
  font-weight: 600;
}

.autor-trust img,
.port-image {
  width: 100%;
}



.disclaimer p span {
  font-size: 15px;
}

.root-cta-title-h2,
section.author-about h3,
section.author-about h4 {
  color: #fff;
  font-size: 40px;
}

.author-inner-img img {
  width: 100%;
  min-height: 400px;
  max-height: 400px;
  object-fit: contain;
  object-position: right;
}

/*Our Process Section Css Start Here*/
section.our-process-wrap {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.our-process-wrap .our-process-head {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
}

.our-process-head .heading-two {
  color: #212529;
  margin: 0 0 10px;
  font-size: 40px;
  font-weight: 600;
}

.our-process-head .heading-two span {
  color: #0b256d;
  font-size: 40px;
  font-weight: 600;
  margin: 10px 0;
  font-family: 'Gilroy-Medium';
}

.our-process-head span {
  color: #212529;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 10px;
  display: block;
  font-weight: 500;
  font-family: 'VisbyCF-Regular';
}

.our-process-head p {
  color: #212529;
}


.our-process-inner .our-process-box {
  padding: 10px 10px;
  text-align: center;
  position: relative;
  z-index: 1;
  ;
}

.our-process-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-width: 35px 0px 35px 0px;
  border-style: solid;
  border-color: #000 transparent #000 transparent;
  width: 5px;
  height: 100%;
  transition: all .3s ease-in-out;
  z-index: -1;
}

.our-process-box:hover::before {
  border-width: 5px 5px 5px 5px;
  border-color: #000 #000 #000 #000;
  width: 100%;
  height: 100%;
}

.our-process-box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-width: 35px 0px 35px 0px;
  border-style: solid;
  border-color: #000 transparent #000 transparent;
  width: 5px;
  height: 100%;
  transition: all .3s ease-in-out;
  z-index: -1;
}

.our-process-box:hover::after {
  border-width: 5px 5px 5px 5px;
  border-color: #000 #000 #000 #000;
  width: 100%;
  height: 100%;
}

.our-process-box img {
  margin: 0 0 20px;
}

.our-process-box .our-process-box-content {
  padding: 0 5px;
  min-height: 270px;
  max-height: 270px;
  overflow-y: auto;
}

.our-process-box-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
  border-radius: 0px;
}

.our-process-box-content::-webkit-scrollbar {
  width: 3px;
  background: #b2b2b2;
  border-radius: 0px;
}

.our-process-box-content::-webkit-scrollbar-thumb {
  background-color: #212529;
  border-radius: 0px;
}

.our-process-box-content .heading-four {
  color: #212529;
  margin: 0 0 10px;
}

.our-process-box-content p {
  color: #212529;
}

/*Our Process Section Css End Here*/


section.author-about {
  background: linear-gradient(90deg, rgb(33 25 48 / 50%) 0%, rgba(24, 18, 35, 0.5046393557422969) 100%), url(../images/hhm-banner2.webp);
  padding: 50px 0;
}

ul.list-arrow {
  margin: 20px 0;
  list-style: none;
}

ul.list-arrow li i {
  color: #0b256d;
  top: 4px;
  position: relative;
  margin: 0 5px 0 0;
}

ul.list-arrow li {
  margin-bottom: 12px;
  font-weight: 400;
  color: #fff;
}

section.author-about h2.bl-head {
  color: #fff;
  padding-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.cta {
  background-image: -moz-linear-gradient(90deg, #154890, #1d6bda 100%);
  background-image: -webkit-linear-gradient(90deg, #201930, #0b256d 100%);
  background-image: -ms-linear-gradient(90deg, #154890, #1d6bda 100%);
  background-color: rgba(21, 72, 144, 0.99608);
  text-align: center;
  padding: 80px 0;
  position: relative;
}

.cta::before {
  content: "";
  position: absolute;
  background: url("../images/cta-before.webp") center/100% no-repeat;
  width: 575px;
  height: 370px;
  right: 0;
  top: 5%;
}

.cta::after {
  content: "";
  position: absolute;
  background: url("../images/cta-after.webp") center/cover no-repeat;
  width: 505px;
  height: 295px;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
}

.root-cta-title-h2 {
  margin-bottom: 30px;
  font-weight: 600;
  background-clip: unset;
  display: block;
  transform-origin: unset;
  -webkit-text-fill-color: unset;
}

.main-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-hdg span {
  color: #f4f3ec;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.testi-head h2,
.why-choose-us-content h2 {
  font-size: 40px;
  padding: 0 0 15px;
  font-weight: 600;
}

.faqs-bg .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #181223;
}

.faqs-bg .accordion-item .accordion-collapse .accordion-body {
  background: transparent;
  color: #888;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 10px 10px;
  border-radius: 0;
  font-family: 'VisbyCF-Regular';
}


.faqs-bg .accordion-button:focus {
  z-index: 3;
  border-color: #181223;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #18122380;
}

/* sec-home-client css start here */

.sec-home-client {
  position: relative;
  padding: 50px 0;
  margin: 0;
  z-index: 1;
  background: url("../images/testi-bg.webp") center/cover no-repeat;
}

.sec-home-client .slider-title {
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  margin: 0 0 50px;
  padding: 0;
}

.sec-home-client .slider-title h4 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  color: #000;
}

.sec-home-client .slider-title p {
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 20px;
  padding: 0;
  color: #000;
}

.sec-home-client .card.slider-card {
  position: relative;
  background-color: #fff;
  padding: 25px 12px 12px;
  text-align: center;
  min-height: 325px;
  max-height: 325px;
  border: 3px solid #25ad79;
  border-radius: 15px;
}

.sec-home-client .card.slider-card::before {
  content: "";
  position: absolute;
  background-color: #efefef;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 10px;
}

.sec-home-client .box-image {
  display: flex;
  justify-content: left;
  align-items: center;
}

.sec-home-client .box-desc {
  text-align: left;
}

.sec-home-client .box-image img {
  width: 60px;
  object-fit: cover;
  min-height: 60px;
  max-height: 60px;
  border-radius: 50%;
  margin: 0 20px;
}

.sec-home-client .desc {
  color: #000;
  padding: 22px 0 0;
  text-align: left;
}

.sec-home-client .box-image .box-desc p {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.sec-home-client .box-image h6 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #000;
}

.sec-home-client .desc p {
  font-weight: 400;
  font-size: 16px;
  padding: 5px;
  line-height: 26px;
  margin: 0;
  color: #000;
  min-height: 180px;
  max-height: 180px;
  overflow-y: auto;
}

.sec-home-client .bt-btn {
  padding: 0;
  margin: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-home-client .bt-btn button.btn.join-btn:hover {
  transition: 0.3s ease-in-out;
  background: #fff;
  color: red;
  border: 1px solid red;
}

.sec-home-client .bt-btn button.btn.join-btn .img-fluid {
  margin: 0 6px;
}

.sec-home-client .desc i {
  font-size: 100px;
  position: absolute;
  top: 0;
  right: 5%;
  color: #F3F3F3;
  content: "";
}

/* .sec-home-client .client:after {
  content: '';
  position: absolute;
  background: #000000;
  width: 100%;
  height: 65%;
  top: 0;
  z-index: -1;
  left: 0;
} */

.sec-home-client .owl-theme .owl-nav {
  display: none;
}

.sec-home-client .client-inner-box {
  background: #fff;
  width: 320px;
  padding: 15px 15px;
  border-radius: 50px;
  margin: 0 auto;
}

.rating-stars-icon {
  display: flex;
}

.rating-stars-icon span {
  padding: 0;
  margin: 0;
}

.rating-stars-icon img {
  width: 14px;
  height: 14px;
  margin: 5px 2px 0px 0;
}

.client-ratings-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}




/* sec-home-client css end here */

.faqs-head p,
.lp-authors-content p,
.testi-head p {
  padding: 0 0 15px;
  font-weight: 600;
}

.testi-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 2px 2px 17px 6px #efefef;
  padding: 30px 15px;
  margin: 0;
  min-height: 385px;
  transition: all 0.3s ease-in-out;
}

.testi-box:hover {
  background: #211930;
  color: #fff;
}

.testi-box:hover p,
.testi-box:hover h3,
.testi-box:hover h5 {
  color: #fff;
}

.abt-info-bg,
.abt-serv-bg {
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.testi-text p {
  color: #888;
  margin-bottom: 20px;
  min-height: 80px;
}

.testi-text h5 {
  font-size: 16px;
  color: #001a3e;
  font-weight: 600;
  margin-bottom: 5px;
}

.testi-text i {
  color: #0b256d;
}

.testi-box img {
  position: relative;
  margin-left: 0;
  left: 0;
  top: 0;
  width: 215px !important;
  padding: 0 0 0 20px;
}

.testi-text {
  padding: 0 70px;
}

.testi-text h3 {
  color: #181223;
  padding-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.author-name {
  display: block;
  align-items: center;
  width: 250px;
}

.autor-trust {
  width: 141px;
}

.faqs-head h2 {
  font-size: 40px;
  padding: 0 0 10px;
  font-weight: 600;
}

.faqs-bg a {
  color: #2cc05b;
}

.footer-top-p {
  padding: 100px 0 0;
}

.footer-form-bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 300px;
  background-color: #181223;
  width: 100%;
  z-index: -1;
}

.footer-form-inner {
  box-shadow: 0 0 36px rgb(89 90 92 / 7%);
  background-color: #000000;
  border-radius: 15px;
  z-index: 1;
  position: relative;
}

.footer-form-head-img img {
  width: 180px;
}

.footer-form-head-content p {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0;
  color: #fff;
}

.footer-form-head-content a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 0;
}

.footer-form-half p {
  padding: 0 0 20px;
  color: #fff;
}

.footer-form-half form .form-floating label.error-msg {
  position: relative;
  top: unset;
  left: unset;
  display: block;
  padding: 0;
  margin: 10px 0 0 0;
  height: auto;
  width: auto;
  border: none;
  transform-origin: unset;
  color: red;
  font-size: 12px;
}

.footer-form-half form .form-floating>.form-control:focus~label.error-msg {
  opacity: 1;
  transform: none;
}

.footer-form-half a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.footer-bg {
  background-color: #181223;
  padding: 50px 0 20px;
}

.footer-head a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.footer-logo {
  width: 150px;
}

.footer-content-1 p {
  font-size: 17px;
  color: #fff;
  padding: 10px 0;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
}

.social-icons a {
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  padding: 5px 5px;
  margin: 0 2px 5px 0;
  font-size: 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
}

.social-icons a img {
  width: 25px;
  height: 25px;
}

.footer-content-2 h4,
.footer-content-3 h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.abt-info-content h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 40px;
}

.sub-services-head h2 {
  font-size: 40px;
  text-transform: capitalize;
  color: #181223;
  font-weight: 600;
}

.footer-btm a,
.footer-content-2 ul li a,
.footer-content-3 a {
  color: #fff;
  text-decoration: none;
}

.footer-hr {
  height: 1px !important;
  color: #fff;
  margin: 35px 0 20px;
  opacity: 1;
}

.footer-btm {
  /* display: flex; */
  /* justify-content: space-between; */
  color: #fff;
}

.abt-serv-bg {
  padding: 50px 0 0;
}

.abt-info-bg {
  padding: 50px 0;
}

.sub-services-head h2 {
  padding: 0 0 20px;
}

.sub-services-content h3 {
  font-size: 20px;
  padding: 15px 0;
}


.sub-services-content p {
  padding: 5px 0;
  min-height: 180px;
  max-height: 180px;
  overflow: auto;
}

.sub-services-content {
  background-color: #fff;
  padding: 40px 20px;
  margin: 25px 0 0;
  box-shadow: 0 0 20px #ddd;
  transition: all 0.3s ease-in-out;
}

.sub-services-content:hover {
  background-color: #0b256d;
  color: #fff;
}

.sub-services-content:hover p {
  color: #fff;
}

.portfolio-bg .nav-tabs .nav-link {
  margin: 10px 15px 15px;
  background-color: #181223;
  color: #fff;
  width: 120px;
  font-size: 14px;
  font-family: 'Gilroy-Medium';
}

.accordion-button::after {
  filter: grayscale(1);
}

.footer-form-inner {
  padding: 20px;
}

.footer-content-2 h4,
.footer-content-3 h4 {
  padding: 15px 0 10px;
}

.portfolio-tabs .toggle .tabs {
  border-bottom: 1px solid grey;
  width: 100%;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
}

.toggle .tabs .tab {
  float: left;
  background: #fff;
  color: #777;
  height: 31px;
  margin: 2px 8px 0;
  padding: 0 8px;
  cursor: pointer;
}

.toggle .tabs .tab.active {
  color: #dd4b39;
  border-bottom: 3px solid #dd4b39;
}

.toggle .panels .panel {
  padding: 20px 10px;
  display: none;
}

.contact-us .contact-us-heading {
  text-align: center;
}

.contact-us .contact-us-heading h5 {
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #0b256d;
}

.contact-us .row input,
.contact-us textarea {
  width: 100%;
  font-size: 15.99px;
  margin: 0 0 40px;
}

.contact-us .contact-us-heading p:first-child {
  font-weight: 600;
  font-size: 24px;
  color: #292929;
  position: relative;
}

.contact-us .contact-us-heading p:last-child {
  font-weight: 400;
  font-size: 18px;
  color: #bfbfbf;
}

.contact-us .ways-to-connect .ways-to-connect-connect {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}

.contact-us .ways-to-connect .ways-to-connect-connect i {
  font-size: 24px;
  color: #0b256d;
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para {
  display: inline-block;
  margin: 0 0 0 14px;
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para a {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para p {
  margin: 0;
  color: #272137;
  font-weight: 300;
  font-size: 16px;
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para a:hover {
  color: #0b256d;
  text-decoration: underline;
}

.contact-us .row .ways-to-connect-top-form-heading {
  margin: 0 0 25px;
}

.contact-us .row .ways-to-connect-top-form-heading h5 {
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #292929;
}

.contact-us .row .ways-to-connect-top-form-heading p {
  font-weight: 400;
  font-size: 16px;
  color: #bfbfbf;
}

.contact-us .row .input-row1 {
  display: flex;
}

.contact-us .row input {
  height: 50px;
  border-radius: 10px;
  border: 1px solid #bdbdbd;
  padding: 0 20px;
  font-weight: 300;
}

.contact-us .row input:nth-child(2) {
  margin: 0 0 0 35px;
}

.contact-us textarea {
  resize: none;
  height: 200px;
  border-radius: 10px;
  border: 1px solid #bdbdbd;
  padding: 20px 0 0 29px;
  font-weight: 300;
}

.contact-us .row .form-button button {
  height: 65px;
  border-radius: 50px;
  width: 229px;
  font-weight: 500;
  font-size: 18px;
  border: transparent;
  background-color: #231e33;
  color: #fff;
  box-shadow: 0 0 12px 1px #231e33;
  margin: 0 10px;
}

.contact-us .working-hours-heading h5 {
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #292929;
  margin: 0 0 50px;
}

.contact-us .working-hours-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: linear-gradient(162deg, #262035 0, #392e54 48%, #534180 100%);
  box-shadow: 0 0 12px 1px #231e33;
  color: #fff;
  border-radius: 8px;
  position: relative;
}

.contact-us .working-hours-box ul li {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  margin: 25px 0;
}

.achieve-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #181223;
  padding: 50px 0;
}

.achieve-bg .count {
  line-height: 50px;
  color: #0b256d;
  margin: 0 25px;
  font-size: 40px;
  font-weight: 700;
}

.achieve-bg .counter-inner {
  padding: 0 20px;
  color: #fff;
}

.achieve-content h3 {
  color: #fff;
  font-size: 45px;
  padding: 0 0 15px;
}

.achieve-content p {
  color: #fff;
  padding: 0 0 30px;
}

.main-privacy {
  padding: 140px 0 80px;
}

.main-privacy h3 {
  font-size: 24px;
  color: #0b256d;
  padding: 10px 0;
}

.main-privacy ul li {
  list-style: none;
}

#staticBackdrop .modal-content {
  position: relative;
  z-index: 1;
  border-radius: 15px;
  border: 2px solid #fff;
  background-color: #181223;
  padding: 15px 25px;
}

#staticBackdrop .modal-content .btn-close {
  position: absolute;
  right: -10px;
  top: -10px;
  outline: 0;
  background: #000000;
  border-radius: 15px;
  box-shadow: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 2px solid #fff;
  opacity: 1;
  z-index: 4;
}

#staticBackdrop .modal-content .btn-close i {
  color: #fff;
  font-weight: 600;
}

#staticBackdrop .modal-dialog {
  max-width: 500px !important;
  margin: 150px auto 0;
}

#staticBackdrop .modal-header {
  padding: 0;
  border-bottom: none;
}

#staticBackdrop .modal-body {
  padding: 20px 10px;
}

.modal-body-form h3 {
  font-size: 36px;
  color: #fff;
  line-height: 42px;
  margin: 0 0 10px;
  font-weight: 700;
  text-align: center;
}

.inner-published-form .form-group,
.inner-published-form .form-group-select,
.modal-body-form .popup-form-list .form-group {
  margin: 0 0 10px;
}

.modal-body-form .popup-form-list .form-group input {
  background: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  width: 100%;
  border: none;
  box-shadow: 0 0 5px 1px #333;
}

.modal-body-form .popup-form-list .form-group label.error-msg {
  font-size: 12px;
  color: red;
}

.modal-body-form .popup-form-list .form-group textarea {
  background: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  height: 90px;
  resize: none;
  border: none;
  width: 100%;
  box-shadow: 0 0 5px 1px #333;
}

.modal-body-form .popup-form-list .form-group button.submit-btn {
  background-color: #0b256d;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  width: 100%;
  border-radius: 15px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto;

}

.modal-body-form .popup-form-list .form-group button.submit-btn:hover {
  background: #fff;
  color: #1b1f2e;
}

.portfolio-bg,
.sec-home-client {
  display: none;
}

.footer-btm p span {
  color: #fff;
}

.footer-btm ul {
  width: 100%;
  text-align: end;
}

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

.fldset {
  display: flex;
  align-items: baseline;
}

.fldset input[type="checkbox"] {
  width: 1em !important;
  height: 1rem !important;
  position: relative;
  top: 4px;
}

.fldset label {
  font-size: 12px;
  padding-left: 5px;
}

.fldset label a {}

.modal-body-form .fldset label,
.footer-form-half .fldset label,
.footer-form-half .fldset label a,
.modal-body-form .fldset label a {
  color: #fff !important;
}

.side-form-group .fldset label {
  font-size: 10px;
  padding-left: 5px;
}