@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

p,
ul {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
}

p.captcha_validation {
  color: #BCA150;
}

input,
textarea {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
}


span,
a,
button {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
}

a:hover {
  color: inherit;
}

body {
  overflow-x: hidden;
  background: #FEFEFE;
  font-family: "Roboto", sans-serif;
}

main {
  overflow: hidden;
}


.website-main-buttons {
  display: flex;
  margin: 0 12px 0;
}

.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn {
  font-size: 16px;
  width: 200px;
  height: 55px;
  font-weight: 500;
  border-radius: 12px;
  padding: 10px 10px;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  transition: all .4s ease-in-out;
  position: relative;
  font-family: "Open Sans", sans-serif;
}

@keyframes glow {
  0% {
    text-shadow: 0 0 4px #212529, 0 0 8px #bca150;
  }

  50% {
    text-shadow: 0 0 15px #212529, 0 0 25px #212529, 0 0 40px #8c6e26;
  }

  100% {
    text-shadow: 0 0 8px #bca150, 0 0 15px #212529;
  }
}



::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #bca150;
  border: 1px solid #fff;
}

::-webkit-scrollbar {
  width: 7px;
}

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


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

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

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

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


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


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

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


section.main-banner-bg .website-main-buttons button.popup-btn,
.abt-info-bg .website-main-buttons button.popup-btn,
section.cta-bg .website-main-buttons button.popup-btn,
section.author-about .website-main-buttons button.popup-btn {
  width: 320px;
  background: #161616;
  color: #fff;
  border: 2px solid #ffffff;
}

section.main-banner-bg .website-main-buttons button.popup-btn:hover,
.abt-info-bg .website-main-buttons button.popup-btn:hover,
section.cta-bg .website-main-buttons button.popup-btn:hover,
section.author-about .website-main-buttons button.popup-btn:hover {
  background: #b79f52;
}


section.main-banner-bg .website-main-buttons button.chat-btn,
.abt-info-bg .website-main-buttons button.chat-btn,
section.cta-bg .website-main-buttons button.chat-btn,
section.author-about .website-main-buttons button.chat-btn {
  background: #BCA150;
  color: #fff;
  border: 2px solid #ffffff;
}

section.main-banner-bg .website-main-buttons button.chat-btn:hover,
.abt-info-bg .website-main-buttons button.chat-btn:hover,
section.cta-bg .website-main-buttons button.chat-btn:hover,
section.author-about .website-main-buttons button.chat-btn:hover {
  background: #161616;
}





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

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

.btn-1 a,
.btn-1 button {
  background: #bca150;
  border-radius: 5px;
  color: #fff;
  padding: 10px 30px !important;
  border: 2px solid #fff;
  margin: 0 !important;
  text-transform: capitalize;
}

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

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

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

.btn-3 a,
.btn-3 button {
  background: #bca150;
  border-radius: 5px;
  color: #fff;
  padding: 10px 30px !important;
  border: 2px solid #bca150;
  margin: 0 !important;
  font-family: "Open Sans", sans-serif;
}

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

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

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

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

.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%, #161616 0, #161616 100%);
  line-height: 70px;
}

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

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

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

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

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

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

.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: #161616;
  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 #bca150;
  border-right: 3px solid #bca150;
  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: #bca150;
}

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

.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 #bca150;
  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: #161616;
  padding: 10px 0;
  font-weight: 700;
  font-size: 20px;

}

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

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

.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: #161616;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  margin: 0 2px;
  padding: 10px 14px !important;
  transition: 0.3s;
  border: 2px solid #161616;
}

.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: 230px;
  display: block;
  margin: 0;
  transition: 0.1s ease-in-out;
  filter: brightness(0) saturate(100%) invert(0%) sepia(17%) saturate(6506%) hue-rotate(2deg) brightness(86%) contrast(103%);
}

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: #bca150;
  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 #bca150;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

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

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: #bca150;
  font-weight: 600;
  display: block;
  position: relative;
  border: 1px solid #bca150;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

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

section.main-banner-bg {
  margin: 0px 0 0 !important;
  padding: 175px 0 50px;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner-bg h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 58px;
  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: #161616;
  margin-right: 10px;
}

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

.ratings_cont p {
  font-size: 10px;
  color: #161616;
  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: #9c8947;
  width: 80%;
  border-radius: 12px;
  padding: 33px 20px 33px;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.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: 75%;
  margin: 0 auto;
  display: block;
  height: 70px;
  object-fit: contain;
}

.banner-editing-form h4 {
  color: #fff;
  font-size: 25px;
  line-height: 32px;
  margin: 0 0 10px;
  text-align: center;
  font-weight: 800;
  animation-name: glow;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.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: #bca150;
  font-size: 15px;
  line-height: 22px;
  padding: 0 5px;
  position: relative;
  bottom: -14px;
  left: 10px;

}

.banner-editing-form form .form-group select {
  background-color: transparent;
  color: #FFF;
  border: 2px solid #fff;
  font-size: 16px;
  width: 100%;
  padding: 15px 30px 10px 10px;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  border-radius: 8px;
  margin: 0 0 12px;
}

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

.banner-editing-form form .form-group input {
  background-color: transparent;
  color: #161616;
  border: 2px solid #fff;
  font-size: 16px;
  width: 100%;
  padding: 15px 10px 10px 10px;
  outline: none;
  box-shadow: none;
  border-radius: 7px;
  margin: 0 0 12px;
}

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

.banner-editing-form form .form-group textarea {
  background-color: transparent;
  color: #161616;
  border: 2px solid #fff;
  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: #fff;
}

.banner-editing-form form .form-group button.submit-btn {
  background: #000;
  color: #fff;
  border: 0;
  font-size: 20px;
  font-weight: 500;
  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: "Open Sans", sans-serif;
}

.banner-editing-form form .form-group button.submit-btn:hover {
  background: #FFF;
  color: #000;
  border: 2px solid #a9924e;
}

/* banner-form css end here */



.footer-btm p,
.head-serv-bg .ratings_cont h3,
.head-serv-bg .ratings_cont p,
.lp-book-writing-bg .banner-content h1,
.lp-book-writing-bg .banner-content p,
.lp-book-writing-bg .ratings_cont h3,
.portfolio-inner,
section.author-about p {
  color: #fff;
  margin: 25px 0;
  text-align: left;
}



.head-serv-bg h5,
.head-serv-bg span.ban-sub-sp {
  color: #bca150;
  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.html");
  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: #bca150;
  color: #fff;
}

.nav-pills .show>.nav-link,
.services-img .nav-pills .nav-link.active {
  color: #fff;
  background-color: #bca150;
  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-writing-abt-bg,
.lp-writing-cta-1,
.writing-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.html);
}

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

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

.cta-head h2,
.cta-head h4,
.genres-content h3,
.genres-head h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
}

.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: #bca150;
}

.genres-bg .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #bca150 !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 {}

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

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

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

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


.cta-call a span {
  color: #161616;
  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: #161616;
  text-align: center;
  font-weight: 600;
  padding-bottom: 16px;
  font-size: 50px;
}

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


.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: #bca150;
  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;

}

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


.our-process-inner .our-process-box {
  padding: 20px 20px;
  margin: 15px 0 12px;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #efefefef;
  border-radius: 12px;
}



.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-image: -webkit-linear-gradient(90deg, #bca150, #2a1b1b 100%);
  text-align: center;
  padding: 80px 0;
  position: relative;
}

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

ul.list-arrow li i {
  color: #bca150;
  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-size: 50px;
  font-weight: 700;
  line-height: 58px;
  text-align: left;
}

.cta {
  background-image: -webkit-linear-gradient(90deg, #bca150, #2a1b1b 100%);
  text-align: center;
  padding: 80px 0;
  position: relative;
}

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

.cta::after {
  content: "";
  position: absolute;
  background: url("../images/cta-after.webp") center/cover no-repeat;
  width: 430px;
  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: 14px;
  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: #bca150;
  background-color: #161616;
}

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

}


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

/* 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: #fff;
}

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

.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: #161616;
  border: 1px solid #161616;
}

.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: #161616;
  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: #bca150;
}

.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: #161616;
  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: #161616;
  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: 100px;
  filter: brightness(0) saturate(100%) invert(97%) sepia(1%) saturate(265%) hue-rotate(155deg) brightness(117%) contrast(100%);
}

.footer-form-head-content p {
  font-size: 16px;
  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: #212529;
  font-size: 12px;
}

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

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

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

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

.footer-logo {
  width: 250px;
}

.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 span {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
}

.abt-info-content h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 50px;
  line-height: 58px;
}

.sub-services-head h2 {
  font-size: 40px;
  text-transform: capitalize;
  color: #161616;
  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: 80px 0;
}


.abt-info-image img {
  width: 90%;
  min-height: 500px;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}



















.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: 210px;
  max-height: 210px;
  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: #bca150;
  color: #000;
}

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

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


.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: #bca150;
}

.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: #bca150;
}

.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: #bca150;
  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: #161616;
  padding: 50px 0;
}

.achieve-bg .count {
  line-height: 50px;
  color: #bca150;
  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: #bca150;
  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: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../images/modal-bg.jpg) no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
  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: 32px;
  color: #fff;
  line-height: 42px;
  margin: 0 0 10px;
  font-weight: 700;
  text-align: center;
}

.modal-body-form h4 {
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  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: #000;
}

.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: #bca150;
  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;
}



/*Our Portfolio Section Css Start Here*/
section.our-portfolio-wrap {
  background-image: url(../images/portfolio-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  padding: 50px 0 71px;
  position: relative;
  z-index: 1;
}

section.our-portfolio-wrap::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
}

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

.our-portfolio-head .heading-two {
  margin: 0 0 20px;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
}

.our-portfolio-head p {
  color: #fff;
}

.our-portfolio-wrap .our-portfolio-inner {}

.our-portfolio-inner .portfolio-tabitem-books {}

.our-portfolio-slider .slick-arrow {
  top: 50%;
  right: 0;
  position: absolute;
  background: #161616;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 100%;
  text-align: center;
  font-size: 0;
  z-index: 9;
  transition: all .5s ease-in-out;
  background: linear-gradient(to right, #BCA150 50%, #161616 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.our-portfolio-slider .slick-arrow:hover {
  background-position: left bottom;
}

.our-portfolio-slider .slick-prev {
  left: -50px;
}

.our-portfolio-slider .slick-prev::before {
  content: '\f104';
}

.our-portfolio-slider .slick-next {
  right: -50px;
}

.our-portfolio-slider .slick-next::before {
  content: '\f105';
}

.our-portfolio-slider .slick-prev::before,
.our-portfolio-slider .slick-next::before {
  font-family: 'Font Awesome 6 Pro';
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  border: none;
  display: block;
  opacity: 1;
}

.portfolio-tabitem-books .portfolio-books-box {
  margin: 0 10px;
}

.portfolio-books-box a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.portfolio-books-box a:hover {
  transform: scale(1.1);
}

.portfolio-books-box a img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  min-height: 400px;
  max-height: 400px;
}

/*Our Portfolio Section Css End Here*/