html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins';
  overflow-x: hidden;
  font-size: 14px;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
  font-family: 'Montserrat';
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: none !important;
}

a,
input,
button {
  outline: 0 !important;
}

p,
a {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  transition: all 0.4s ease-In-out;
}

p {
  line-height: 26px;
  display: block;
  font-family: 'Poppins';
}

span {
  /* display: inline-block; */
}

button {
  transition: all 0.4s ease-In-out;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul li,
li {
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
}

[class^="box-"] {
  display: none;
}

[class^="box-"].showfirst {
  display: block;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
  text-align: center;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  left: auto;
  margin-left: auto;
  position: relative;
  /*background-image: url(/wp-content/uploads/2020/10/404.jpg);*/
  background-size: cover;
  padding: 50px 0;
}

.not_found_inner {
  max-width: 100%;
}

.error404 #masthead,
.error404 #colophon {
  display: block;
}

.logo a {
  outline: 0 !important;
}

.error-404.not-found .logo {
  padding: 0;
  background-color: transparent;
  display: none;
}

.error-404.not-found h1 {
  font-family: 'Montserrat';
  font-size: 200px;
  line-height: 1;
  color: #393939;
  margin: 30px 0;
  font-weight: 800;

}

.error-404.not-found h1 span {
  color: #659817;
}

.page-header h3 {
  font-family: 'Montserrat';
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
}

.page-header p {
  font-family: 'Poppins';
  font-size: 22px !important;
  color: #000;
  margin-bottom: 20px;
}

.page-content .return_home {
  background-color: #659817;
  color: #fff;
  padding: 20px 50px;
  display: inline-block;
  font-size: 20px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: 2px solid #659817;
}

.page-content .return_home:hover {
  transform: translateY(-3px);
  background-color: transparent;
  color: #000;
  transform: scale(1.1);
}


/* 404 - NOT FOUND PAGE ENDS */


/* Modal box CSS*/

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: #FFFFFF !important;
  border: 5px solid #202779 !important;
  border-radius: 15px !important;
}

.modal-footer {
  display: none !important;
}

.modal-header {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: end !important;
  padding: 8px !important;
  border-bottom: 0px !important;
  z-index: 999;
}

.modal-body {
  padding: 30px 16px 30px !important;
}

.close {
  color: #000 !important;
  opacity: 1 !important;
  border: 1px solid #fff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  padding: 0 !important;
  float: left !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-dialog {
  max-width: 650px !important;
  margin: 50px auto !important;
}

.close span {
  display: block;
  color: #fff;
  position: absolute;
  left: 120%;
  top: 0;
}

.modal-body .contact-form button {
  margin: auto;
}

/*  Modal CSS ENDS */

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #659817;
  border-radius: 10px;
}

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
} */

/* General Css Start */

:is(.head48) :is(h1, h2, h3, h4, h5, h6) {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #114A42;
}

.head48 :is(h1, h2, h3, h4, h5, h6)>span {
  color: #659817;
}

:is(.head42) :is(h1, h2, h3, h4, h5, h6) {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  color: #114A42;
}

.head42 :is(h1, h2, h3, h4, h5, h6)>span {
  color: #659817;
}

:is(.head40) :is(h1, h2, h3, h4, h5, h6) {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  color: #114A42;
}

.head40 :is(h1, h2, h3, h4, h5, h6)>span {
  color: #659817;
}

:is(.head35) :is(h1, h2, h3, h4, h5, h6) {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 46px;
  color: #114A42;
}

.head35 :is(h1, h2, h3, h4, h5, h6)>span {
  color: #659817;
}

:is(.head28) :is(h1, h2, h3, h4, h5, h6) {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  color: #114A42;
  line-height: normal;
}

.head28 :is(h1, h2, h3, h4, h5, h6)>span {
  color: #628205;
}

.para16,
.para16 p,
.para16 li {
  position: relative;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #114A42;
}

.para16 a,
.para16 p a,
.para16 li a {
  color: #659817;
}

.para16 a:hover,
.para16 p a:hover,
.para16 li a:hover {
  color: #659817;
}

a.bttn {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  background-color: #114A42;
  border: 1px solid #114A42;
  border-radius: 10px;
  padding: 10px 28px;
  display: inline-block;
  /* animation: pulse 1.5s ease-in-out infinite; */
}

a.bttn i {
  margin-left: 5px;
}

a.bttn:hover {
  color: #114A42;
  background-color: transparent;
}

a.bttn1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  background-color: #114A42;
  border: 1px solid #114A42;
  border-radius: 10px;
  padding: 10px 28px;
  display: inline-block;
  /* animation: pulse 1.5s ease-in-out infinite; */
}

a.bttn1 i {
  margin-left: 5px;
}

a.bttn1:hover {
  color: #fff;
  background: #114A42;
}

a.bttn2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  background-color: #628205;
  border: 1px solid #628205;
  border-radius: 10px;
  padding: 10px 28px;
  display: inline-block;
  /* animation: pulse 1.5s ease-in-out infinite; */
}

a.bttn2 i {
  margin-left: 5px;
}

a.bttn2:hover {
  background: transparent;
  color: #628205;
}

a.bttn3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  background-color: #628205;
  border: 1px solid #628205;
  border-radius: 10px;
  padding: 10px 28px;
  display: inline-block;
  /* animation: pulse 1.5s ease-in-out infinite; */
}

a.bttn3 i {
  margin-left: 5px;
}

a.bttn3:hover {
  background-color: #628205;
  color: #fff;
}

.mb20 {
  margin-bottom: 20px;
}

.bttn-grp {
  position: relative;
  display: inline-flex;
  gap: 20px;
  z-index: 99;
}

/* General Css End */

/* Header Start */

.home header#masthead {
  /* position: absolute; */
}

header#masthead {
  position: absolute;
  background: transparent;
  width: 100%;
  /* height: 88px; */
  padding: 13px 0;
  z-index: 999;
  top: 0;
}

header#masthead .container,
header#masthead .row {
  height: 100%;
  align-items: center;
}

header#masthead .row {
  background: #FAF1E2;
  border-radius: 60px;
  border: 1px solid #114A42;
  padding: 8px 0;
}

header#masthead .row .left-col {
  align-self: center;
}

header#masthead .site-branding {
  padding-left: 10px;
}

.site-branding img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}

header#masthead .row .mid-col {
  align-self: center;
}

header#masthead .row .right-col {
  align-self: center;
}

#primary-menu {
  text-align: right;
}

#primary-menu li:last-child {
  margin-right: 10px;
}

#primary-menu li.head-btn {
  margin-left: 10px;
}

#primary-menu li.head-btn a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  background: #114A42;
  border: none;
  border-radius: 10px;
  padding: 10px 35px;
  cursor: pointer;
}

.header-section {
  position: relative;
  z-index: 10;
  width: 100%;
}

.header-section .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-bttn .bttn {
  padding: 20px 40px;
}

/*Styling Links*/
.navigation .nav-links {
  display: block;
  list-style: none;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  /* text-transform: uppercase; */
  margin-bottom: 0;
  gap: 20px;
}

.navigation .nav-links>li {
  position: relative;
  display: inline-block;
  margin: 0 16px;
}

.navigation .nav-links li a {
  text-decoration: none;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  padding: 10px 0;
  cursor: pointer;
}

.navigation .nav-links>li>a.active,
.navigation .nav-links>li>a:hover {
  color: #659817;
}

/*Styling Hamburger Icon*/
.navigation .hamburger div {
  width: 30px;
  height: 3px;
  background: #393939;
  margin: 5px;
  transition: all 0.3s ease;
}

.navigation .hamburger {
  display: none;
}

/* Submenu styling */
.nav-links li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff6e9;
  list-style: none;
  padding: 0px 0;
  width: 200px;
  border-radius: 5px;
  display: none;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.nav-links li .sub-menu li {
  position: relative;
}

.nav-links li .sub-menu li:last-child {
  border-bottom: none;
}

.nav-links li .sub-menu li a {
  font-family: 'Poppins';
  color: #393939;
  display: block;
  text-align: left;
  padding: 10px 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}

.nav-links li .sub-menu li:last-child a {
  border-bottom: 0;
}

.nav-links li .sub-menu li a::before {
  content: '';
  background-color: transparent;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-bottom: 1px solid transparent;
}

.nav-links li .sub-menu li a:hover::before,
.nav-links li .sub-menu li a.active::before {
  width: 100%;
  background-color: #393939;
  border-color: #393939;
}

.nav-links li .sub-menu li a:hover,
.nav-links li .sub-menu li a.active {
  color: #fff;
  border-color: transparent;
}

.nav-links li.menu-item-has-children>a::after {
  /* content: " ▼"; */
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: relative;
  font-size: 14px;
  top: 2px;
  right: -5px;
}

/* Hover for desktop */
.nav-links li:hover>.sub-menu {
  display: block;
}

/*Stying for small screens*/
@media screen and (max-width: 1199px) {
  .header-section {
    position: fixed;
    z-index: 1111;
    background-color: #fff6e9;
  }

  .navigation .hamburger {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.7s ease;
  }

  .navigation .nav-links {
    position: fixed;
    background: #131418;
    height: 100%;
    width: 100%;
    flex-direction: column;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
    padding: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
  }

  .navigation .nav-links.open {
    clip-path: circle(1000px at 90% 45%);
    -webkit-clip-path: circle(1000px at 90% 45%);
    pointer-events: all;
  }

  .navigation .nav-links li {
    opacity: 0;
    transition: all 0.5s ease 0.2s;
  }

  /* .navigation .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  } */

  /* .navigation .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  } */

  /* .navigation .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  } */

  /* .navigation .nav-links li:nth-child(4) {
    transition: all 0.5s ease 0.7s;
  } */

  /* .navigation .nav-links li:nth-child(5) {
    transition: all 0.5s ease 0.8s;
  } */

  /* .navigation .nav-links >li:nth-child(6) {
    transition: all 0.5s ease 0.9s;
    margin: 0;
  } */

  /* .navigation .nav-links >li:nth-child(7) {
    transition: all 0.5s ease 1s;
    margin: 0;
  } */

  .navigation .nav-links li.fade {
    opacity: 1 !important;
  }

  .nav-links li .sub-menu {
    position: static;
    display: none;
    background: #fff6e9;
    width: 100%;
  }

  .nav-links li .sub-menu li a {
    color: #393939;
  }

  .nav-links li.active .sub-menu {
    display: block !important;
  }

}

/*Animating Hamburger Icon on Click*/
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  transition: all 0.7s ease;
  width: 0 !important;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* Header End */


/******************* Footer Start *******************/

footer#colophon {
  background: #052C30;
}

.footer {
  position: relative;
  padding: 60px 0 10px;
}

.footer1 img {
  margin-bottom: 20px;
  width: 60%;
  filter: invert(1) grayscale(1) brightness(5);
}

.footer1 .para16 p {
  font-size: 14px;
  color: #fff !important;
}

.footer h2.widget-title {
  position: relative;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}

.footer2 ul {
  margin-bottom: 0;
}

.footer .menu li {
  margin-bottom: 10px;
}

.footer .menu li:last-child {
  margin-bottom: 0;
}

.footer .menu li a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 24px;
}

.footer .menu li a:hover,
.footer .menu li a.active {
  color: #659817;
}

.footer3 ul {
  display: grid;
  grid: auto-flow / 180px 1fr;
  column-gap: 10px;
}

.footer .cont-info li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-align: left;
  line-height: 24px;
  margin-bottom: 10px;
}

.footer .cont-info li i {
  margin-right: 5px;
}

.footer .cont-info li a {
  color: #fff;
}

.footer .cont-info li a:hover {
  color: #659817;
}

.social-icon ul {
  text-align: left;
  margin: 0;
}

.social-icon ul li {
  display: inline-block;
  margin-right: 8px;
}

.social-icon ul li:last-child {
  margin-right: 0;
}

.social-icon ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: transparent;
  transition: 0.5s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.social-icon ul li a:hover {
  transform: rotate(360deg);
}

.copyrights {
  padding: 20px 0;
  border-top: 1px solid #fff;
}

.copyrights .col-md-4 {
  align-self: center;
}

.lbp-logo-img img {
  width: 150px;
  filter: invert(1) grayscale(1) brightness(5);
}

.lbp-logo-img p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 0;
}

.lbp-logo-img p a {
  color: #fff;
}

.copyright {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 0;
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  color: #659817;
}

.copyrights ul {
  text-align: right;
  margin: 0
}

.copyrights ul li {
  position: relative;
  display: inline-block;
  padding-right: 15px
}

.copyrights ul li:last-child {
  padding-right: 0
}

.copyrights ul li::after {
  content: '|';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  right: 3px;
  color: #fff;
  pointer-events: none
}

.copyrights ul li:last-child:after {
  display: none
}

.copyrights ul li a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #fff
}

.copyrights ul li.current-menu-item a,
.copyrights ul li a:hover {
  color: #659817;
}

.f-story-sec {
  position: relative;
  background-color: #FAF1E2;
  padding: 50px 0;
}

.f-story-sec .left-col {
  align-self: center;
  padding-right: 50px;
}

.f-story-sec .left-col h2 {
  color: #628205 !important;
}

.f-story-sec .left-col .para16 p {
  color: #1B263B !important;
}

.f-story-sec .story-img {
  position: relative;
  margin-bottom: -120px;
  z-index: 2;
}

.f-story-sec .story-img img {
  width: 100%;
  object-fit: cover;
}

.f-logo {
  align-items: center;
  padding-top: 30px;
}

.f-logo-img {
  position: relative;
  text-align: center;
}

.f-logo-img img {
  width: 240px;
  height: 64px !important;
  object-fit: cover;
}

/******************* Footer End *******************/


/******************* Homepage Start *******************/

/* Banner Start */
.banner {
  position: relative;
  background-image: url("../images/banner.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 150px 0px 60px 0px;
}

.banner::before {
  content: " ";
  position: absolute;
  background-color: #FAF1E2;
  opacity: 0.70;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.banner .head28 h2 {
  /* color: #636363 !important; */
}

.banner .para16,
.banner .para16 p {
  color: #114A42 !important;
}

.banner-img img {
  height: 600px !important;
  object-fit: cover;
  border-radius: 75% 80% / 70% 10% !important;
}

/* Banner End */

/* Logo Start */

.logo-sec {
  position: relative;
  /* background-color: #f1f1f1; */
  padding: 50px 0 0px;
}

.logo-slider {
  display: flex;
  align-items: center;
  gap: 20px;
  animation: partner-logo 30s linear infinite;
}

.logo-img {
  position: relative;
  /* background-color: #f1f1f1; */
  border-radius: 8px;
  /* -webkit-box-shadow: 1px 1px 7px 0 hsla(240, 1%, 81%, .26); */
  /* box-shadow: 1px 1px 7px 0 hsla(240, 1%, 81%, .26); */
  padding: 15px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  width: 250px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.logo-img img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  margin: auto;
}

.logo-slider:hover {
  animation-play-state: paused;
}

@keyframes partner-logo {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Logo End */

/* Fiction Start */

.genre-sec {
  margin: 60px 0;
}

.genre-sec .head42,
.genre-sec .para16 {
  text-align: center;
}

.genre-sec .row2 {
  padding-top: 20px;
}

.genre-card {
  background: #F9F9F9;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0px 0px 10px 0px rgba(249, 249, 249, 0.5);
  height: 100%;
}

.genre-card h2 {
  margin-bottom: 20px;
  font-size: 28px;
}

.genre-card ul {
  list-style: none;
}

.genre-card li {
  position: relative;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.genre-card li:last-child {
  margin-bottom: 0;
}

.genre-card li svg {
  position: relative;
  top: 2px;
  width: 20px;
  fill: #659817;
}

.fiction-box {
  width: 100%;
  min-height: 200px;
  margin: auto;
  border: 2px solid #114A42;
  padding: 18px;
  border-radius: 30px 0px 30px 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
  transition: 0.5s ease;
}

.fiction-box .title h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
}

.fiction-box .description p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #114A42;
}

.fiction-box:hover {
  border: 2px solid #659817;
  filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.09));
}

.genre-sec a.bttn {
  display: block;
  width: fit-content;
  margin: 30px auto auto;
}

/* Fiction End */

/* Portfolio Grid */

.portfolio-grid-sec {
  position: relative;
  padding: 0px 0 50px;
}

.portfolio-grid-sec>div>div {
  position: relative;
  background: #FAF1E2;
  height: 600px;
  border-radius: 15px;
  padding: 0px 50px;
  overflow: hidden;
}

.portfolio-grid-sec>div>div:after {
  position: absolute;
  content: '';
  width: 2%;
  height: 50%;
  background: #114A42;
  left: 0px;
  top: 50%;
  transform: translate(0%, -50%);
}

.portfolio-grid-sec>div>div:before {
  position: absolute;
  content: '';
  width: 2%;
  height: 50%;
  background: #114A42;
  right: 0px;
  top: 50%;
  transform: translate(0%, -50%);
}

.portfolio-grid-sec .left-col {
  align-self: center;
}

.portfolio-grid-sec .right-col {
  height: 100%;
}

.portfolio-grid-sec .para16,
.portfolio-grid-sec .para16 p {
  color: #114A42;
}

.portfolio-grid-sec .right-col>div {
  padding-top: 0 !important;
}

.sliders-cont {
  justify-content: center;
  display: flex;
}

#slider {
  overflow: hidden;
}

#slider ul li {
  padding: 0;
  /*   width:max-content; */
  max-height: 254px;
  max-width: 170px;
  width: 170px;
  height: 250px;
  margin: 15px 0px;
  background: #114A42;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}

.col1 ul,
.col3 ul {
  animation: scrollup 30s forwards linear infinite;
  list-style: none;
  /*   transition:all 2500ms linear; */
  padding: 0;
  /*   height:700px;
  width:150px; */
}

.col2 ul {
  animation: scrolldown 30s forwards linear infinite;
  transform: translateY(calc(265px * 4 * -1));
  list-style: none;
  margin: 0px 15px;
  /*   transition:all 2500ms linear; */
  padding: 0;
  /*   height:700px;
  width:150px; */
}

#slider ul li img {
  border-radius: 10px;
}

@-webkit-keyframes scrollup {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(calc(265px * 4 * -1));
  }
}

@keyframes scrollup {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(calc(265px * 4 * -1));
  }
}

@-webkit-keyframes scrolldown {
  0% {
    transform: translateY(calc(265px * 4 * -1));
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes scrolldown {
  0% {
    transform: translateY(calc(265px * 4 * -1));
  }

  100% {
    transform: translateY(0);
  }
}

/* Portfolio Grid */

/* Portfolio Slider Start */

.h-port-sec {
  position: relative;
  padding-top: 50px;
  background: linear-gradient(180deg, rgba(255, 127, 62, .169), rgba(249, 252, 255, 0));
}

.h-port-sec .head42 {
  text-align: center;
}

.portfolio_box {
  position: relative;
  background: #fff;
  border-radius: 20px;
  border: 2px solid transparent;
  box-shadow: 10px 15px 25px rgba(80, 122, 165, .06);
  padding: 10px;
}

.portfolio_box-img {
  position: relative;
  height: 400px;
}

.portfolio_box-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform .3s ease;
}

.portfolio_box-name h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-align: center;
  margin: 10px 0;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.portfolio_box:hover {
  border-color: #659817;
}

.portfolio_box:hover .portfolio_box-img img {
  transform: scale(.97);
}

.portfolio-sliders .slick-list {
  overflow: visible !important;
}

.portfolio-sliders .slick-slide {
  margin: 0 10px;
}

/* Portfolio Slider End */

/* Category Start */
.category-sec {
  position: relative;
  background-color: #FBFBFB;
  padding: 30px 0px;
}

.category-sec .head42 {
  text-align: center;
}

.category-sec .row2 {
  padding-top: 40px;
}

.cate-img {
  padding: 15px 15px 15px 15px;
  text-align: center;
}

.cate-img img {
  height: 72px;
  object-fit: cover;
  object-position: center center;
  transition-duration: 0.3s;
  filter: brightness(0) saturate(100%) invert(20%) sepia(8%) saturate(6526%) hue-rotate(130deg) brightness(94%) contrast(87%);
  /* filter: brightness(0) saturate(100%) invert(71%) sepia(37%) saturate(5452%) hue-rotate(332deg) brightness(102%) contrast(104%); */
}

.cate-img .title h3 {
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #659817;
}

/* Category End */

/* Cost Start */

.cost-sec {
  position: relative;
  padding: 50px 0px 50px 0px;
}

.cost-sec .left-col,
.cost-sec .right-col {
  align-self: center;
}

.p-b-img {
  text-align: center;
}

.p-b-img img {
  height: 600px;
  object-fit: cover;
  /* object-position: center -50px; */
  object-position: center;
  border-radius: 75% 80% / 70% 10%;
}

/* Cost End */

/* Process Start */

.process-sec {
  position: relative;
  background-color: #FAF1E2;
  padding: 60px 0px;
}

.process-sec::before {
  content: '';
  position: absolute;
  background-image: url('https://eupublishinghouse.com/wp-content/uploads/2026/03/imgi_43_ornament-6.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
}

.process-sec .head42,
.process-sec .head28,
.process-sec .row1 .para16 {
  text-align: center;
}

.our-proce-row {
  display: grid;
  grid-template-columns: 45% auto;
  gap: 20px;
}

.row2 .left-col,
.row2 .right-col {
  position: relative;
}

.our-proce-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  height: 100%;
}

.our-proce-wrap::before {
  content: '';
  position: absolute;
  background-color: #F5FDE8;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 20px 20px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  width: Calc(100% + -20px);
  height: 100%;
  top: 0;
  right: 0;
}

.our-proce-wrap .step {
  position: relative;
  background-color: #114A42;
  padding: 12px 10px 12px 10px;
  border-radius: 10px 10px 10px 10px;
  width: fit-content;
  height: fit-content;
  font-family: 'Poppins';
  font-size: 19px;
  font-weight: 600;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.our-proce-inner {
  position: relative;
  padding: 20px 20px;
}

.our-proce-inner .head28 h2 {
  text-align: left;
}

.our-proce-inner .para16 :is(p, li) {
  margin: 0;
}

.proceimg {
  position: relative;
  height: 100%;
}

.proceimg img {
  position: absolute;
  height: 250px;
  object-fit: contain;
  object-position: center center;
  transform: rotate(-90deg);
  top: 55px;
  left: 90px;
}

.process-sec .row2 .our-proce-row:nth-child(even) {
  margin: 50px 0;
  direction: rtl;
}

.process-sec .row2 .our-proce-row:nth-child(even) .our-proce-wrap::before {
  background-color: #FAFAFA;
  left: 0;
  right: unset;
}

.process-sec .row2 .our-proce-row:nth-child(even) .proceimg img {
  right: 90px;
  left: unset;
  transform: rotateZ(85deg) scaleX(-1);
}

.process-sec .row2 .our-proce-row:last-child {
  margin-bottom: 0;
}

.process-sec .row2 .our-proce-row:last-child .proceimg {
  display: none;
}

/* Process End */

/* Book Store Start */

.book-store-sec {
  position: relative;
  background-image: url('/assets/images/Heroshape3.webp');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 140px 195px;
  padding: 100px 0;
}

.book-store-sec::before {
  content: '';
  position: absolute;
  /* background-image: url('/assets/images/Heroshape1.png'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 176px;
  height: 190px;
  top: 0;
  right: 0;
}

.book-store-sec::after {
  content: '';
  position: absolute;
  /* background-image: url('/assets/images/Heroshape2.png'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 143px;
  height: 163px;
  bottom: 0;
  left: 0;
}

.book-store-sec .left-col,
.book-store-sec .right-col {
  align-content: center;
}

/* Book Store End */

/* Sercice Start */
.service-sec {
  position: relative;
  background-color: #FAF1E2;
  background-image: url("/assets/images/imgi_42_ornament-book-section-3.webp");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 10% auto;
  padding: 50px 0 50px;
}

.service-sec .head42 {
  text-align: center;
}

.service-wrapper-list {
  position: relative;
}

.service-wrapper-list .row {
  justify-content: center;
}

.service-wrapper-list .service_card-wrap {
  margin-top: 30px;
}

.service_card_bx {
  width: 100%;
  margin: auto;
  border: 2px dashed #114A42;
  padding: 18px;
  border-radius: 30px 0px 30px 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
  height: 350px;
  position: relative;
  transition: 0.5s ease-in-out;
}

.service_card_bx .service_card_data {
  position: relative;
}

.service_card_bx .service_card_data .service_card_icon {
  height: 45px;
  width: 45px;
  margin-bottom: 10px;
}

.service_card_bx .service_card_data .service_card_content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.service_card_bx .service_card_data h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #114A42;
  transition: 0.5s ease-in-out;
}

.service_card_excerpt {
  height: 200px;
  padding-right: 5px;
  overflow-y: auto;
}

.service_card_bx .service_card_excerpt p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #114A42;
  transition: 0.5s ease-in-out;
}

.service_card_bx:hover {
  border: 2px solid #659817;
  filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.09));
}

.service-wrapper-list .service_card-wrap:nth-child(1),
.service-wrapper-list .service_card-wrap:nth-child(3) {
  margin-top: 90px;
}

.service-wrapper-list .service_card-wrap:nth-child(5) {
  margin-top: -30px;
}

.service-sec .bttn-grp {
  width: 100%;
  justify-content: center;
  margin-top: 30px;
}

.publishing .service-wrapper-list .service_card-wrap:nth-child(1) .bttn1 {
  display: none;
}

.professional-editing .service-wrapper-list .service_card-wrap:nth-child(2) .bttn1 {
  display: none;
}

.ghost-writing .service-wrapper-list .service_card-wrap:nth-child(3) .bttn1 {
  display: none;
}

.book-design .service-wrapper-list .service_card-wrap:nth-child(4) .bttn1 {
  display: none;
}

.marketing .service-wrapper-list .service_card-wrap:nth-child(5) .bttn1 {
  display: none;
}

/* Service End */

/* Counter Start */

.counter-sec {
  position: relative;
  background-color: transparent;
  background-image: linear-gradient(68deg, #114A42 0%, #217F91 100%);
  padding: 50px 0 50px;
}

.counter-sec .head28 h2,
.counter-sec .head42 h2 {
  color: #fff;
  text-align: center;
}

.counter-sec .head42 h2::before {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 15%;
  height: 3px;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.proj-counter {
  position: relative;
  text-align: center;
  padding-top: 40px;
}

.counter-box i {
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
}

.proj-counter .counter-no {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
  transition: 0.5s;
}

.proj-counter h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
  transition: 0.5s;
}

/* Counter End */

/* About Sec Start */

.about-sec {
  background-color: #FAF1E2;
  background-image: url("/assets/images/imgi_44_ornament-5.webp");
  background-position: bottom right -101px;
  background-repeat: no-repeat;
  background-size: 18% auto;
  padding: 100px 0;
}

.about-sec .about-img {
  position: relative;
  text-align: center;
}

.about-sec .about-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  margin: auto;
}

/* About Sec End */

/* Available Start */

.available-sec {
  position: relative;
}

.available-sec::before {
  content: '';
  position: absolute;
  background-image: url("/assets/images/imgi_44_ornament-5.webp");
  background-position: bottom -5px left -65px;
  background-repeat: no-repeat;
  background-size: 13% auto;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}

.available-sec .row {
  text-align: center;
}

/* Available End */

/* Logo Marquee Start */

.logo-marquee {
  overflow: hidden;
  background: #fff;
  padding: 20px 0;
}

.logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scroll 30s linear infinite;
}

.logo-track img {
  width: 250px;
  height: 100px;
  margin: 0 40px;
  object-fit: contain;
  /*filter: grayscale(100%);*/
  transition: filter 0.3s ease;
}

.logo-track:hover {
  animation-play-state: paused;
}

/*.logo-track img:hover {*/
/*  filter: grayscale(0%);*/
/*}*/

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Logo Marquee End */

/* Testimonials Start */

.testimonial-sec {
  position: relative;
  background-color: #FAF1E2;
  padding: 30px 0;
}

.testimonial-sec .head40 {
  text-align: center;
}

.testimonial-slider {
  padding-top: 20px;
}

.testimonial-wrapper {
  position: relative;
  width: 96%;
  height: 280px;
  background: #F8EBE5;
  padding: 20px;
  border: 2px dashed #114A42;
  border-radius: 0px 30px 0px 30px;
  margin: auto;
}

.testimonial-img-box {
  position: relative;
  display: grid;
  grid-template-columns: 45px auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.testimonial-img-box:after {
  content: '';
  position: absolute;
  background-image: url('/wp-content/uploads/2026/01/quote-icon.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 28px;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
}

.testimonial-img {
  width: 45px;
  height: 45px;
}

.testimonial-img img {
  width: 100%;
  height: 100% !important;
  border-radius: 100% !important;
  object-fit: contain;
}

.testimonial-initial {
  font-family: 'Poppins', sans-serif;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

.testimonial-title {
  position: relative;
  width: 100%;
}

.testimonial-title h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  color: #2E4A5B;
  margin: 0;
}

.testimonial-title h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #505050;
  margin: 0;
}

.rating-star {
  position: relative;
  /* z-index: 9999; */
  margin-bottom: 8px;
}

.rating-star li {
  display: flex;
  align-items: center;
  gap: 2px;
}

.rating-star li span {
  /* margin-right: 3px; */
}

.rating-star span::before {
  font-size: 16px;
  color: #DBDBDB;
}

.rating-star span.checked::before {
  color: #ffac00;
}

.testimonial-categ {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
  text-transform: capitalize;
  color: #505050;
  margin-bottom: 8px;
}

.testimonial-categ>span {
  background-color: #628205;
  color: #fff;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.testimonial-cont {
  position: relative;
  height: 165px;
  overflow-y: auto;
  padding-right: 5px;
}

.testimonial-cont p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 5px;
}

.testimonial-slider .slick-prev {
  left: -60px;
}

.testimonial-slider .slick-next {
  right: -60px;
}

/* Testimonials End */

.slick-next,
.slick-prev {
  width: 40px !important;
  height: 40px !important;
  background: #114A42 !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 80px !important;
  padding: 10px !important;
  z-index: 1;
  transition: .5s ease;
}

.slick-next:before,
.slick-prev:before {
  position: relative;
  font-family: FontAwesome !important;
  font-size: 18px !important;
  color: #FFF !important;
  opacity: 1 !important;
  transition: .5s ease;
}

.slick-next:before {
  content: '\f054' !important;
}

.slick-prev:before {
  content: '\f053' !important;
}

.slick-next:hover,
.slick-next:hover:focus,
.slick-prev:hover,
.slick-prev:hover:focus {
  background: #628205 !important;
}

.slick-next.slick-disabled:hover,
.slick-prev.slick-disabled:hover {
  background: #dbdbdb !important;
}

.slick-next:focus,
.slick-prev:focus {
  background: #4B9D68 !important;
}

.slick-next:hover:before,
.slick-prev:hover:before {
  color: #fff !important;
}

/* FAQS */

.faqs-sec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 50px;
}

.faqs-sec .head40 {
  width: 50% !important;
  margin: auto;
  text-align: center;
}

.faqs {
  padding: 30px 0 0;
}

.faqs .card {
  background: #FFFFFF;
  border: none;
  border-top: 1px solid #659817;
  border-radius: 0px !important;
  /* margin-bottom: 20px; */
  padding: 24px 10px 24px 0px;
  /* box-shadow: 24px 30px 51px rgba(0, 0, 0, 0.12); */
}

.faqs .card .card-header {
  position: relative;
  background: transparent;
  border-radius: 0;
  padding: 0px 0px 0px 10px !important;
  cursor: pointer;
}

.faqs .card .card-header:before {
  /* content: ''; */
  position: absolute;
  width: 5px;
  height: 38px;
  background: #CA1E2E;
  top: 0px;
  left: 0;
}

.faqs .card .card-header .collapsible-link {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500 !important;
  font-size: 20px;
  line-height: 22px;
  color: #000000 !important;
  background: transparent;
  pointer-events: none;
}

.faqs .card .card-header .collapsible-link>span {
  position: relative;
  display: block;
  width: 90%;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left !important;
  text-decoration: unset;
}

.collapsible-link::before {
  content: "\f078";
  position: absolute;
  width: 34px;
  height: 34px;
  background: #114A42;
  border-radius: 50px;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "FontAwesome";
  font-size: 1.1rem;
  color: #fff;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f077";
}

.faqs .card .card-body {
  padding: 25px 35px 0px 10px;
}

.faqs .card .card-body p {
  font-size: 16px;
  color: #000;
  margin: 0;
}

/* .hidden-post {
    display: none;
} */

/* FAQS End */

/* Starting Start */

.starting-sec>div {
  background: #f3f3f3;
  border-radius: 25px;
  padding: 40px 40px 0;
}

.start-img {
  position: relative;
  bottom: 0px;
}

.start-img img {
  height: 350px !important;
}

/* Form Start */

.contact-form .form-group-row {
  position: relative;
  margin-bottom: 15px;
}

.contact-form .form-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
  margin-bottom: 15px;
}

.contact-form label {
  display: none;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  width: 100%;
  padding: 12px 12px;
  border-radius: 6px;
  border: 1px solid #141414;
  transition: 0.3s;
}

.contact-form select {
  appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* background: transparent; */
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  background-position-y: 20px;
  cursor: pointer;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3) !Important;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #28a745;
  outline: none;
  box-shadow: 0 0 5px rgba(40, 167, 69, 0.3);
}

.contact-form textarea {
  resize: none;
  height: 120px;
}

.contact-form textarea:focus {
  outline: none;
  resize: unset;
}

.contact-form button {
  font-family: "popins", Sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
  color: #FFFFFF !important;
  background-color: #114A42 !important;
  /* background-image: url('data:image/svg+xml,<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.3768 8.15145L10.0016 13.5266C9.80004 13.7282 9.53128 13.829 9.26252 13.829C8.96017 13.829 8.69141 13.7282 8.48984 13.5266C8.0531 13.1235 8.0531 12.418 8.48984 12.0149L12.0173 8.4538H1.73727C1.13256 8.4538 0.662231 7.98347 0.662231 7.37876C0.662231 6.80765 1.13256 6.30373 1.73727 6.30373H12.0173L8.48984 2.77627C8.0531 2.37313 8.0531 1.66764 8.48984 1.2645C8.89298 0.827764 9.59847 0.827764 10.0016 1.2645L15.3768 6.63968C15.8135 7.04282 15.8135 7.74831 15.3768 8.15145Z" fill="white"/></svg>') !important; */
  /* background-position: top 50% right 12% !important; */
  /* background-repeat: no-repeat !important; */
  display: block;
  width: 100%;
  border: 1px solid #114A42 !important;
  border-radius: 10px 10px !important;
  padding: 12px 50px !important;
  transition: .8s !important;
  margin-bottom: 0px !important;
  cursor: pointer;
  --gf-local-shadow: unset !important;
}

.contact-form button:hover {
  background-color: transparent !important;
  color: #114A42 !important;
}

button {
  width: 100%;
  padding: 12px;
  background: #28a745;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  background: #218838;
}

/* Form End */

/* Starting End */

/* Inner Pages Start */

.inner-banner {
  position: relative;
  background-image: url("../images/banner.webp");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  padding-top: 100px;
  margin-bottom: 50px;
}

.inner-banner::before {
  content: " ";
  position: absolute;
  background-color: #FAF1E2;
  opacity: 0.70;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.inner-banner>div {
  height: 100%;
}

.inner-banner .row {
  height: 100%;
  align-items: center;
}

.inner-banner h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  text-transform: capitalize;
  color: #659817;
}

.custom-breadcrumb {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #114A42;
}

.custom-breadcrumb a {
  color: #114A42;
}

.custom-breadcrumb a:hover {
  color: #659817;
}

.custom-breadcrumb span.title {
  color: #659817;
}

/* Inner Pages End */

/******************* Homepage End *******************/


/******************* Aboutpage Start *******************/

.about-sec1 {
  position: relative;
  background-image: url(/assets/images/imgi_45_ornament-7.webp);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 8% auto;
  padding: 40px 0px 80px 0px;
}

.about-sec1 .left-col,
.about-sec1 .right-col {
  align-self: center;
}

.abt-img {
  position: relative;
  text-align: center;
}

.abt-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.logos .logo-track img {
  width: auto;
  height: 40px;
}

.about-sec2 {
  position: relative;
  background-image: url('/assets/images/Untitled-design.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 80px;
}

.about-sec2 :is(.left-col, .right-col) {
  align-self: center;
}

.about-sec2 .head35 h2,
.about-sec2 .para16 p {
  color: #fff;
}

.about-sec3 {
  position: relative;
  background-image: url('/assets/images/imgi_46_ornament-8.webp');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 15% auto;
  padding: 80px 0px 80px;
}

.about-sec3 :is(.left-col, .right-col) {
  align-self: center;
}

.about-sec3 .left-col {
  padding-right: 50px;
}

.about-sec3 .head35 h2 code,
.about-sec3 .head35 h3 code {
  font-family: 'Montserrat';
  font-size: 28px;
  color: #114A42;
  line-height: normal;
}

.about-sec6 {
  position: relative;
  padding: 50px 0 50px;
}

/* CTA Start */
.cta-sec {
  position: relative;
  background: rgba(251, 176, 64, 0.055);
  padding: 70px 0 70px;
}

.cta-sec .row>div {
  text-align: center;
}

.cta-sec .bttn-grp {
    margin-top: 30px;
}

.cta-sec a.bttn {
    font-weight: 500 !important;
    font-size: 27px;
    padding: 12px 28px;
    border-radius: 6px;
}

.cta-sec a.bttn2 {
    font-weight: 600;
    font-size: 27px;
    border-radius: 6px;
    padding: 12px 28px;
}

/* CTA End */

/* Blogs Start */

.blogs-sec {
  position: relative;
  /* background-color: #f9f9f9; */
  padding: 50px 0 50px;
}

.blogs-sec .head42 {
  text-align: center;
}

.blogs-slider {
  padding-top: 30px;
}

.blogs-wrapper {
  position: relative;
  width: 100%;
  height: 330px;
  border-radius: 10px;
}

.blog-img {
  position: relative;
  height: calc(100% - 140px);
  width: 100%;
  background-color: #F1F1F1;
  background-blend-mode: lighten;
  opacity: 1;
  transition: all 0.6s ease-out;
  border-radius: inherit;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.blog-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 140px;
  padding: 20px;
  background-color: rgb(101 152 23 / 90%);
  transition: all 0.4s;
  z-index: 2;
  overflow: hidden;
  border-radius: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.2);
}

.blog-title {
  position: relative;
}

.blog-title h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  padding-bottom: 20px;
  max-height: 60px;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog_excerpt {
  opacity: 0;
  transition: opacity 0.4s;
}

.blog_excerpt p {
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #fff;
  overflow: hidden;
  text-overflow: clip;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blog-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px 20px 20px;
  line-height: inherit;
  height: 42px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-footer .get_data {
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}

.blog-readmore {
  position: relative;
  display: block;
  height: 22px;
  overflow: hidden;
}

.blog-readmore a {
  color: #fff;
}

.blog-readmore .blog-readmore-text {
  display: inline-block;
  padding-right: 5px;
  transform: translateY(30px);
  color: inherit;
  vertical-align: middle;
  transition: all 0.4s;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: bold;
}

.blog-readmore .blog-readmore-arrow {
  display: inline-block;
  height: 100%;
}

.blogs-wrapper:hover .blog-info {
  background-color: rgb(101 152 23 / 70%);
  backdrop-filter: blur(50px);
  height: 250px;
}

.blogs-wrapper:hover .blog_excerpt {
  opacity: 1;
}

.blogs-wrapper:hover .blog-readmore a {
  color: #fff;
}

.blogs-wrapper:hover .blog-readmore .blog-readmore-text {
  transform: translateY(-2px);
}

.blogs-slider .slick-slide {
  margin: 0 10px
}

/* Blogs End */

/******************* Aboutpage End *******************/


/******************* Servicespage Start *******************/

.service-banner {
  position: relative;
}

.service-banner .home-banner-cont {
  text-align: center;
}

.ser-sec1 {
  background: rgba(251, 176, 64, 0.055);
  padding: 50px 0;
}

.ser-sec1 .row {
  align-items: center;
}

.complete-sec {
  position: relative;
  background-color: #FFFFFF;
  background-image: url(/assets/images/imgi_46_ornament-8.webp);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 12% auto;
  padding: 60px 0;
}

.complete-sec .row1>div {
  text-align: center;
}

.comp-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 5px;
  row-gap: 40px;
}

.comp-grid svg {
  width: 35px;
}

.comp-grid svg path {
  fill: #659817;
}

.comp-box {
  width: 30.8%;
  height: 400px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 21px 16px;
  border-radius: 5px 5px;
  transition: 0.5s ease;
}

.comp-box .icon {
  width: fit-content;
  margin-bottom: 15px;
}

.comp-box .icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.comp-box .head28 h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #659817;
}

.comp-box .para16 {
  height: 250px;
  overflow-y: auto;
  padding-right: 5px;
}

.comp-box .para16 p {
  line-height: 24px;
}

.comp-box:hover {
  background: rgba(0, 0, 0, 0.015);
  border-color: rgba(0, 0, 0, 0.015);
}

/* Trending Start */

.h-trending-sec {
    position: relative;
    background-color: #FAF1E2;
    padding: 40px 0;
}

.h-trending-inner-sec {
    display: grid;
    grid-template-columns: auto 1fr 135px;
    width: 100%;
    align-items: center;
    gap: 20px;
}

.h-trending-inner-sec .head35 {
    width: fit-content;
    display: contents;
}

.divider {
    background: #F8EBE5;
    width: 100%;
    height: 3px;
}

.port-bttn {
    width: fit-content;
    display: contents;
}

.h-trending-inner-sec1 {
    padding-top: 40px;
}

.r-published-slider {
    display: flex;
    align-items: center;
    gap: 20px;
    animation: recently-published 30s linear infinite;
    animation-direction: reverse;
}

.r-plubshed-box .r-port-img {
    position: relative;
    width: 190px;
    height: 300px;
    margin-bottom: 20px;
}

.r-plubshed-box .r-port-img img {
    width: 100%;
    height: 100%;
}

.h-trending-inner-sec1 .book-title h3,
.r-plubshed-box .book-title h3 {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 700;
    color: #2E4A5B;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.r-published-slider:hover {
    animation-play-state: paused;
}

@keyframes recently-published {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Trending End */

.serv-sec10 {
  position: relative;
  padding: 50px 0 20px;
}

/******************* Servicespage End *******************/

/******************* Blogpage Start *******************/

.lates-blogs .col-md-4 {
  margin-top: 30px;
}

.load-bttn {
  text-align: center;
  margin: auto;
}

.lates-blogs .bttn {
  text-align: center;
  margin-top: 50px;
  cursor: pointer;
}

/******************* Blogpage End *******************/

/******************* Blog Detailpage Start *******************/

.single-post header#masthead {
  position: sticky;
}

.single-post header#masthead.sticky {
  position: fixed;
}

.s-blog-sec1 {
  position: relative;
  padding: 50px 0 50px;
}

.c-breadcrumb {
  font-family: 'poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 31px;
  color: #000;
  margin-bottom: 15px;
}

.c-breadcrumb>span {
  margin: 0 10px;
}

.s-blog-title h1 {
  font-family: 'poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 55px;
  color: #000;
}

.tag-date {
  font-family: 'poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1D1D1D;
  background: #EDEDED;
  border-radius: 6px;
  width: fit-content;
  padding: 8px 13px;
  margin-bottom: 30px;
}

.s-banner {
  position: relative;
  margin-bottom: 30px;
}

.s-banner img {
  width: 100%;
  height: 450px;
  border-radius: 20px;
  object-fit: cover;
}

:is(.s-content) :is(h2, h3, h4) {
  font-family: 'poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #000;
  margin-bottom: 15px;
  scroll-margin-top: 250px;
}

:is(.s-content) :is(p, li, a) {
  font-family: 'poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

:is(.s-content) :is(li) {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 10px;
}

:is(.s-content) :is(table) {
  margin-bottom: 20px;
}

:is(.s-content) :is(td) {
  border: 2px solid #000;
  text-align: center;
  padding: 10px 10px;
  text-wrap-mode: nowrap;
}

.s-content p a {
  color: #659817;
}

.s-content p a:hover {
  color: #393939;
}

.s-blog-sec1 .faqs {
  margin-top: 50px;
}

.author-box {
  position: relative;
  display: grid;
  grid-template-columns: 80px auto;
  gap: 20px;
  background-color: #114A42;
  padding: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  margin-top: 50px;
}

.author-avatar {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #393939;
  border-radius: 100%;
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.author-info {
  position: relative;
}

.author-user {
  position: relative;
}

.author-user h3 {
  font-family: 'Poppins';
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
}

.author-bio {
  position: relative;
}

.author-bio p {
  font-family: 'Poppins';
  font-size: 16px;
  color: #fff;
}

.s-blog-sec2 {
  position: relative;
  padding: 50px 0 50px 0;
}

.s-blog-sec2 .head38 h2 {
  text-align: center;
}

.s-blog-sec2 .blogs-slider {
  padding-top: 0px;
}

.s-blog-sec2 .slick-list {
  padding: 50px 0 50px 0 !important;
}

.s-blog-sec2 .slick-slide {
  margin: 0 10px;
}

.s-blog-sec1 .row,
.s-blog-sec1 .container,
.s-blog-sec1 .col-md-4 {
  overflow: visible !important;
}

.sidebar-sticky {
  position: sticky;
  top: 120px;
  /* header 102px + gap */
  align-self: flex-start;
  /* Bootstrap FIX */
}

.blog-img {
  margin-bottom: 30px;
}

.blog-logo img {
  width: 60%;
  height: 120px;
  object-fit: contain;
}

/* Share box */
.share-box {
  margin-top: 20px;
  /* padding: 15px; */
  background: #fff;
  border-radius: 8px;
  /* box-shadow: 0 4px 15px rgba(0,0,0,0.08); */
  margin-bottom: 30px;
}

.share-title {
  display: block;
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Buttons */

.social-icon ul {
  text-align: left;
  margin: 0;
}

.social-icon ul li {
  display: inline-block;
  margin-right: 3px;
}

.social-icon ul li:last-child {
  margin-right: 0;
}

.share-box .social-icon ul li a {
    width: 40px;
    height: 40px;
}

.share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 10px;
  margin-bottom: 8px;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.share-btn svg path {
  fill: #fff;
}

.share-btn:hover {
  color: #fff;
  opacity: 0.85;
}

/* Platform colors */
.share-btn.fb {
  background: #1877F2;
}

.share-btn.li {
  background: #0A66C2;
}

.share-btn.tw {
  background: #000000;
}

.sidebar-sticky.sticky .toc {
  position: fixed;
  top: 40px;
  width: 385px;
}

.toc {
  position: static;
  max-height: 500px;
  background: #f3f3f3;
  border-radius: 8px;
  overflow: hidden;
}

.toc-heading {
  background-color: #114A42;
  padding: 16px;
}

.toc h4 {
  font-family: 'poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  margin: 0;
}

.toc-listing {
  padding: 16px;
}

.toc-list {
  max-height: 390px;
  padding-right: 5px;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.toc-list li {
  margin: 10px 0;
}

.toc-list a {
  font-family: 'Poppins';
  color: #393939;
}

.toc-list a.active {
  color: #659817;
  font-weight: 600;
}

.toc-list a:hover {
  color: #659817;
}

/* Webkit browsers (Chrome, Edge, Safari) */
.toc-list::-webkit-scrollbar {
  width: 6px;
}

.toc-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.toc-list::-webkit-scrollbar-thumb {
  background: #393939;
  /* aap ka theme green */
  border-radius: 10px;
}

/******************* Blog Detailpage End *******************/

/******************* Portfoliopage Start *******************/

.portfolio-list .row {
  row-gap: 30px;
}

.portfolio-list .portfolio_box-name {
  margin-bottom: 30px;
}

.portfolio-list .bttn {
  display: block;
  width: fit-content;
  margin: auto;
}

.portfolio-list .load-bttn {
  margin-top: 30px;
}

/******************* Portfoliopage End *******************/

/******************* FAQspage Start *******************/

.faqs-sec1 .bttn {
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
}

/******************* FAQspage End *******************/

/******************* Testimonialsspage Start *******************/

.testimonial .testimonial-sec {
  background-color: transparent;
}

.testimonial-list .col-md-4 {
  margin-top: 30px;
}

.testimonial-list .testimonial_box_top {
  margin: auto;
}

.testimonial-list .testimonial_box_text {
  height: 140px;
  padding-right: 5px;
  overflow-y: auto;
}

.testimonial-list .testimonial_box_top:hover {
  background-color: #659817;
}

.testimonial-list .testimonial_box_top:hover .testimonial_box_name h4 {
  color: #fff;
}

.testimonial-list .testimonial_box_top:hover .testimonial_box_text p {
  color: #fff;
}

.testimonial-list .bttn {
  text-align: center;
  margin-top: 50px;
  cursor: pointer;
}

/******************* Testimonialspage End *******************/

/******************* Contactpage Start *******************/

.cont-info-sec {
  position: relative;
  padding: 50px 0;
}

.cont-info-sec .row {
  background-color: #F1F1F1;
  box-shadow: 24px 30px 51px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 20px 0;
}

.info-box {
    position: relative;
    text-align: center;
    padding: 10px;
}

.info-box .icon {
  margin-bottom: 15px;
}

.info-box .icon svg {
  width: 50px;
  height: 50px;
}

.info-box .icon svg path {
  fill: #114A42;
}

.info-box a {
  font-size: 16px;
  color: #393939;
}

.info-box a:hover {
  color: #659817;
}

.reach-now-sec {
  position: relative;
  background-color: #FBFBFB;
  padding: 50px 0;
}

.reach-now-sec .left-col,
.reach-now-sec .right-col {
  align-self: center;
}

/******************* Contactpage End *******************/

/******************* Privacy Start ********************/

.privacy-sec {
  padding: 50px 0;
}

:is(.privacy-txt) :is(h2, h3, h4) {
  font-family: 'poppins' !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 32px;
  color: #000 !important;
}

:is(.privacy-txt) :is(p, li) {
  font-family: 'poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

.privacy-txt li {
  list-style: disc;
  list-style-position: inside;
}

:is(.privacy-txt) :is(td) {
  border: 2px solid #000;
  text-align: center;
  padding: 10px 10px;
  text-wrap-mode: nowrap;
}

/******************* Privacy End ***************/


/****** Mobile Page Start ******/

.mobile-sec-3 ul.list li .icon:before {
  content: "";
  position: absolute;
  background-image: url(../images/Icon-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 170px;
  right: -6px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  transition: all 0.4s ease-in-out;
}


/****** About Page End ******/

@media (min-width: 1250px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px !important;

  }

  /******************** Responsive Start **********************/

  @media (min-width: 1600px) {}

  @media (max-width: 1440px) {}

  @media (max-width: 1350px) {}

  @media (max-width: 1199px) {}

  @media (max-width: 991px) {}

  @media (max-width: 767px) {}

  @media (max-width: 575px) {}

  /******************** Responsive End **********************/