.mobile-menu .circle,
.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #8D8171;
  font-size: 16px;
  display: flex;
  color: #fff;
}

.mobile-menu .nveMenu,
.mobile-menu .overlay {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.abt-text h2,
.ultimited-sec h2 {
  letter-spacing: 0;
  text-align: left;
}

.abt-text h4,
.inner-banner-text h1,
.main-left h1,
.portoflio-box-text h4,
.services-head h4,
h1,
span {
  font-family: "Keep Calm Med";
}

.btns_wrap a:hover,
a {
  text-decoration: none !important;
}

@font-face {
  font-family: "Keep Calm Med";
  src: url(../fonts/KeepCalm-Medium.woff2) format("woff2"),
    url(../fonts/KeepCalm-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.woff2) format("woff2"),
    url(../fonts/Poppins-Regular.woff) format("woff");
  font-weight: 700;
}

p a {
  color: #8D8171;
}

.btn-default,
a,
h2,
h3,
h4,
h5,
li,
p,
textarea,
ul {
  /* font-family: Poppins-Regular; */
}

*,
.btn-default,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
textarea,
ul {
  margin: 0;
  padding: 0;
}

.mobile-menu .navlinks li a:hover,
a:focus,
a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

.container {
  max-width: 1175px;
}

.mobile-menu {
  display: none;
}

.mobile-menu .circle {
  right: 5px;
  top: 20px;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.mobile-menu .mobile-cross {
  margin: 0 auto;
  position: fixed;
  right: 10px;
  top: 40px;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.mobile-menu-bar,
.navigation ul {
  display: flex;
  align-items: center;
}

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

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

.mobile-menu-bar {
  justify-content: space-between;
  padding: 10px;
  background: #fff;
  width: 100%;
}

.mobile-menu .overlay {
  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: 12px 0;
  position: relative;
}

.mobile-menu .navlinks li a {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  position: relative;
}

.navigation {
  line-height: 30px;
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url(../images/preloader.html.htm);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
}

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

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none !important;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
  transition-duration: 0.5s;
}

.header,
.logo-contact-sec {
  box-shadow: 0 3px 30px #00000029;
}

.dropdown:hover .dropdown-content {
  display: block !important;
  transition-duration: 0.5s;
}

.header {
  background: no-repeat padding-box #fff;
  padding: 10px 0;
}

.header-contact,
.navigation ul li > ul li:hover {
  background: #8D8171;
}

.header-contact:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.logo img {
  width: 140px;
}

.navigation ul li .secondry-menu {
  display: none;
  width: max-content;
  position: absolute;
  border: 1px solid #d3d0cf;
  height: auto !important;
  top: 35px;
  z-index: 1;
  text-align: left;
  background-size: cover;
  box-shadow: 0 15px 35px #00000029;
  border-radius: 10px;
  opacity: 1;
  padding: 0;
  background-color: rgb(255 255 255 / 36%);
  backdrop-filter: blur(24px);
}

.main-left-btns ul li button,
.main-left-btns ul li:nth-child(3) a {
  width: 140px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}

.navigation ul li .secondry-menu li {
  float: none;
  padding: 8px 20px 8px 28px;
  position: relative;
}

.navigation ul li .secondry-menu li a {
  display: block;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #8D8171;
}

.mobile-menu .navlinks ul li > ul li a:hover,
.navigation ul li .secondry-menu li a:hover,
.navigation ul li > ul li:hover a {
  color: #fff;
}

.navigation ul li.active {
  pointer-events: none;
}

.navigation ul li .secondry-menu li:before {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  font-weight: 800;
  top: 5px;
  left: 10px;
  font-size: 17px;
  transition-duration: 0.3s;
  color: #8D8171;
}

.navigation ul li > ul li:hover::before {
  color: #fff;
  transition-duration: 0.3s;
  left: 14px;
}

.navigation ul {
  justify-content: space-between;
  margin-top: 20px;
}

.main-left-btns ul,
.main-sec {
  align-items: center;
  display: flex;
}

#customers-testimonials,
.abt-img,
.logo-contact-email,
.logo-contact-name,
.logo-contact-phone,
.navigation ul li,
.super-offer,
.who-para-left {
  position: relative;
}

.navigation ul li a {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

/* .header-contact {
  padding: 5px 6px;
  border-radius: 0 20px 20px 0;
  margin-top: 15px;
  transform: scale(1);
  transition-duration: 0.3s;
} */

.header-contact {
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  margin-top: 15px;
  transform: scale(1);
  transition-duration: 0.3s;
}

.header-contact a {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}

.main-left h1 span,
.main-left h2,
.navigation .active,
.popop-new-text h5 span {
  color: #8D8171;
}

.navigation ul li > ul li:last-child {
  border-bottom: none;
}

.sticky {
  position: fixed;
  z-index: 2;
  transition: 0.4s;
  width: 100%;
}

.logo-contact-sec,
.logos-sec,
.main-left h1,
.main-sec {
  position: relative;
}

.mobile-menu .navlinks ul li > ul {
  display: none;
  position: absolute;
  width: 150px;
  border: 1px solid #8D8171;
  height: auto !important;
  background: #fff;
  top: 35px;
  z-index: 1;
  text-align: left;
}

.mobile-menu .navlinks ul li:hover > ul,
.pkg-top-text h3 span,
.pricebox h5 span {
  display: block;
}

.mobile-menu .navlinks ul li > ul li a {
  display: block;
  color: #000;
  font-size: 12px;
}

.mobile-menu .navlinks ul li > ul li {
  float: none;
  padding: 10px 15px;
  border-bottom: 1px solid #8D8171;
}

.actions ul li:nth-child(2),
.footer-terms ul li:nth-child(2),
.mobile-menu .dropdown ul li:last-child,
.mobile-menu .navlinks ul li > ul li:last-child {
  border: none;
}

.mobile-menu .navlinks ul li > ul li:hover {
  background: #f69323;
}

body::-webkit-scrollbar {
  width: 9px;
}

body::-webkit-scrollbar-track {
  background: #8D8171;
}

body::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 20px;
}

.mobile-menu .dropdown ul {
  border: 1px solid #918d8d;
  padding: 0;
  height: 148px;
  overflow: auto;
}

.mobile-menu .dropdown ul li {
  padding: 12px 13px;
  border-bottom: 1px solid #918d8d;
  transition-duration: 0.3s;
}

.mobile-menu .dropdown ul li:hover {
  background: #8D8171;
  transition-duration: 0.3s;
}

.leader-box:hover h4,
.leader-box:hover p,
.mobile-menu .dropdown ul li:hover a {
  color: #fff;
  transition-duration: 0.3s;
}

.mobile-menu .dropdown ul::-webkit-scrollbar {
  width: 5px;
}

.mobile-menu .dropdown ul::-webkit-scrollbar-track {
  background: #8D8171;
  border-radius: 20px;
}

.mobile-menu .dropdown ul::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 20px;
}

.mobile-menu .dropdown ul li a {
  font-size: 13px;
}

.navigation ul li i {
  padding-left: 3px;
}

.main-sec {
  background: url(../images/Cover2.png);
  height: 600px;
}

.main-left h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.main-left h1 {
  color: #ffffff;
  font-size: 40px;
  padding-bottom: 16px;
}


.main-left-btns ul li button,
.main-left-btns ul li:nth-child(2) button:hover {
  border: 2px solid #8D8171;
  background: #8D8171;
  color: #fff;
}

.main-left-btns ul li:nth-child(3) a:hover {
  border: 2px solid #1b1a1f;
  background: 0 0;
  color: #1c1b20;
}

.inner-banner-text h1:before,
.main-left h1:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background: #8D8171;
  bottom: 0;
}

.main-left p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}

.main-left-btns ul {
  padding: 0 !important;
}

.main-left-btns ul li {
  margin-right: 20px;
  list-style: none !important;
  width: auto !important;
}

.main-left-btns ul li button {
  padding: 10px 0;
  border-radius: 5px;
}

.main-left-btns ul li:nth-child(2) button {
  border: 2px solid #39280f;
  background: 0 0;
  color: #39280f;
  padding: 10px 0;
}

.main-left-btns ul li:nth-child(3) a {
  border: 2px solid #8D8171;
  background: #8D8171;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
}

.main-left-img img {
  position: absolute;
  bottom: 0;
  top: 10%;
  transition: 0.5s;
}

.main-left-img img:hover {
  transform: scale(1.1);
  z-index: 1;
}

.new-btn {
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid black;
  color: black;
  transition: 0.3s;
}

.new-btn-2 {
  background: black;  
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid black;
  color: white;
  transition: 0.3s;
}

.great-engagment-text a:hover,
.main-left-btns ul li a:hover {
  background-color: #8D8171;
  color: #fff;
}

.logos-sec {
  background: #FAF9F6;
  padding: 40px 0;
}

.abt-three-btns .abt-us-ic img {
  filter: hue-rotate(169deg);
}


.abt-us-ic,
.logo-contact-sec,
.logo-contact-sec input {
  background: no-repeat padding-box #fff;
}

.logos-carousel-slider img {
  width: 70% !important;
}

.logo-contact-sec {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
  padding: 35px 30px;
  top: 40px;
}

.logo-contact-sec input {
  border: 1px solid #0000004d;
  border-radius: 5px;
  padding: 8px 5px 9px 46px;
  width: 232px;
  font-size: 15px;
}

.logo-contact-name:before {
  width: 22px;
  position: absolute;
  content: "";
  background: url(../images/user.webp);
  height: 22px;
  top: 11px;
  left: 11px;
}

.logo-contact-email:before {
  width: 28px;
  position: absolute;
  content: "";
  background: url(../images/envlope.webp);
  height: 18px;
  top: 11px;
  left: 11px;
}

.logo-contact-phone:before {
  width: 20px;
  position: absolute;
  content: "";
  background: url(../images/phone.webp);
  height: 20px;
  top: 11px;
  left: 11px;
}

.logo-contact-sec button {
  background: no-repeat padding-box #8D8171;
  border-radius: 5px;
  color: #fff;
  border: 2px solid #8D8171;
  font-size: 18px;
  padding: 6px 26px;
}

.about-us-sec,
.contact-form,
.faqs-bg,
.our-perspective,
.portfolio,
.services-story,
.ultimited-sec {
  padding: 50px 0;
}

.abt-img:before {
  position: absolute;
  content: "";
  background: url(../images/dots-before.webp);
  width: 433px;
  height: 411px;
  top: -70px;
  left: -113px;
  z-index: -1;
}
.abt-img img {
  transition: 0.5s;
}
.abt-img img:hover {
  transform: scale(1.1);
}

/*.abt-text h2 {*/
/*  font-size: 80px;*/
/*  position: absolute;*/
/*  color: #39280f;*/
/*  font-weight: 600;*/
/*  top: 0;*/
/*  left: -40px;*/
/*}*/

.abt-text,
.abt-text h3,
.abt-text h4 {
  position: relative;
}

.abt-text {
  margin-top: 50px;
}

.abt-text h3 {
  color: #8D8171;
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
  text-transform: capitalize;
  padding-top: 50px;
  margin-bottom: 15px;
}

.abt-text h3:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background: #8D8171;
  left: -8px;
}

.abt-text h4 {
  font-size: 30px;
  color: #39280f;
  margin-bottom: 35px;
  text-transform: capitalize;
}

.abt-text p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.abt-text h4:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #013679;
  bottom: -20px;
}

.abt-three-btns ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0;
}

.abt-three-btns li,
.footer-logo ul,
.footer-terms ul {
  display: flex;
  align-items: center;
}

.abt-us-ic {
  box-shadow: 0 3px 6px #00000029;
  border: 1px solid #7070704d;
  border-radius: 5px;
  padding: 5px;
  margin-right: 13px;
}

.abt-us-ic img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.abt-us-text h5 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}

.abt-us-text h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.servicess {
  padding: 50px 0;
  background: url(../images/services-bac.webp) top/cover;
}

.every-book-head,
.leader-head,
.services-head,
.testi-head {
  text-align: center;
  position: relative;
}

.services-head h2 {
  color: #39280f;
    font-size: 40px;
padding-bottom: 16px;
}

.services-head h3 {
  color: #8D8171;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.services-head h4 {
  font-size: 37px;
  color: #39280f;
  margin-bottom: 35px;
}

.servcies-items {
  background: no-repeat padding-box #FAF9F6;
  border-radius: 36px;
  text-align: center;
  height: 445px;
}

.servcies-items p {
  padding: 0px 20px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 21px;
}

.servcies-items h3 {
  color: #8d8171;
  font-size: 16px;
  margin-top: 17px;
  margin-bottom: 0;
}

.ultimited-sec h2 {
  font-size: 75px;
  position: absolute;
  color: #39280f;
  font-weight: 600;
  top: 10px;
  left: -70px;
  word-break: break-all;
  height: 129px;
  overflow: hidden;
  text-transform: uppercase;
}

.contact-form-head,
.footer-logo ul li a i,
.great-engagment-text,
.perspective-head,
.who-para h2,
.who-para p {
  text-align: center;
}

.great-engagment {
  padding: 40px 0;
  background: url(../images/99.png) 100% / cover;
  position: relative;
}
.great-engagment-text {
  margin: 0px 10%;
}

.great-engagment-text h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
}

.abt-sec-header h3:before,
.contact-form-head h3:before,
.every-book-head h3:before,
.great-engagment-text h2:before,
.leader-head h3:before,
.perspective-head h3:before,
.portfolio-header h3:before,
.service-header h3:before,
.testi-head h3:before,
.who-para h2:before {
  position: absolute;
  content: "";
  background: #8D8171;
  width: 50px;
  height: 3px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.great-engagment-text p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
}

.great-engagment-text ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 75%;
  margin: 0 auto;
}

.great-engagment-text ul li button {
  background: black;
  padding: 10px 17px;
  border-radius: 5px;
  color: #FFF;
  border: 2px solid #39280f;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}



.great-engagment:before {
  bottom: 0;
  background: url(../images/engagment-before.webp);
  position: absolute;
  content: "";
  height: 258px;
  width: 292px;
  left: 0;
  display: none;
}

.great-engagment:after {
  bottom: 0;
  background: url(../images/engagment-after.webp);
  position: absolute;
  content: "";
  height: 258px;
  right: 0;
  width: 252px;
  display: none;
}

.every-book,
.leader {
  background-image: url("../images/process.jpg");
  padding: 50px 0;
}

.leader-head {
    margin-bottom: 100px;
}

.leader-head h3 {
  color: white !important;
}

.leader-head p {
  color: white !important;
}

.leader-head h3,
.portfolio-header h3,
.testi-head h3 {
  font-size: 37px;
  font-family: "Keep Calm Med";
  color: #39280f;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
}

.leader-head h2 {
  position: absolute;
  line-height: 144px;
  top: -25px;
  display: inline-block;
  font-size: 170px;
  text-transform: uppercase;
  left: 0;
  right: 0;
  color: #39280f;
}

.contact-form-head p,
.every-book-head p,
.leader-head p,
.perspective-head p,
.portfolio-header p {
  font-size: 14px;
  color: #39280f;
  font-weight: 500;
  width: 72%;
  display: block;
  margin: 0 auto 50px;
}

.portfolio-header h2,
.testi-head h2 {
  display: inline-block;
  right: 0;
  left: 0;
}

.leader-box {
  position: relative;
  background: no-repeat padding-box #fff;
  box-shadow: 0 5px 20px #0000001a;
  border: 1px solid #7070704d;
  border-radius: 7px;
  transition-duration: 0.3s;
  padding: 40px 30px;
  height: 270px;
}

.leader-box h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #39280f;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.leader-box img {
  width: 80px;
  position: absolute;
  top: -20%;
  left: 38%;
  background: #8D8171;
  padding: 20px;
  border-radius: 50px;
}

.every-book-inner h3:before,
.leader-box h4:before {
  position: absolute;
  content: "";
  background: #8D8171;
  width: 30px;
  height: 2px;
  bottom: 0;
  right: 45%;
}

.leader-box p {
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.leader-box:hover {
  background: #8D8171;
  transition-duration: 0.3s;
}

.leader-box:hover h4:before {
  background: #fff;
  transition-duration: 0.3s;
}

.leader-box:hover img {
  transition-duration: 0.3s;
  background-color: #000;
}

.p-back-1 {
  background: url(../images/portfolio-2.webp) 100% / cover no-repeat !important;
}

.p-back-2 {
  background: url(../images/portfolio-3.webp) 100% / cover no-repeat !important;
}

.abt-sec-header,
.portfolio-header {
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}

.portfolio-header h2 {
  position: absolute;
  line-height: 154px;
  top: 15px;
  font-size: 170px;
  color: #39280f;
}

.portfolio-header h4 {
  color: #8D8171;
  font-size: 17px;
  font-weight: 500;
}

#customers-testimonials .box {
  opacity: 0.2;
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .box {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
}

.portfoio-box {
  background: url(../images/portfolio-1.webp) 100% / cover no-repeat;
  display: flex;
  align-items: center;
  height: 220px;
  border-radius: 22px;
  box-shadow: 0 5px 20px #0000001a;
}

.portoflio-box-text {
  padding: 60px 20px;
  background: #ffffff9e;
  backdrop-filter: blur(32px);
}

.portoflio-box-text h3 {
  font-size: 13px;
  color: #8D8171;
  margin-bottom: 5px;
  font-weight: 500;
}

.portoflio-box-text h4 {
  color: #39280f;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 10px;
}

.portoflio-box-text button {
  background: #8D8171;
  border: none;
  color: #fff;
  font-size: 10px;
  padding: 6px 14px;
  border-radius: 5px;
}

#customers-testimonials .owl-nav {
  display: block !important;
  position: absolute;
  top: 50%;
  width: 100%;
}

#customers-testimonials button.owl-prev {
  position: absolute;
  left: 280px;
}

#customers-testimonials button.owl-next {
  position: absolute;
  right: 286px;
}

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 415px;
  margin-bottom: 35px;
  max-width: 100%;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 475px;
  -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 60px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;

  transform: translateY(-50%) translateZ(60px) scale(0.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
}

.flip-box-header {
  font-size: 34px;
}

.flip-box p {
  font-size: 20px;
  line-height: 1.5em;
}

.flip-box-img {
  margin-top: 25px;
}

.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase;
}
.color-white {
  color: #fff;
}

.testimonials {
  background: #FAF9F6;
  padding: 50px 0;
  overflow: hidden;
}

.testi-box p::-webkit-scrollbar-thumb {
  background-color: #8D8171;
  border-radius: 25px;
}

.testi-box p::-webkit-scrollbar-track {
  background-color: #000;
  border-radius: 25px;
}

.testi-box p::-webkit-scrollbar {
  width: 2px;
}

.testi-head h2 {
  position: absolute;
  line-height: 134px;
  top: 0;
  font-size: 140px;
  color: #39280f;
  text-transform: uppercase;
}

.abt-sec-header p,
.testi-head p {
  font-size: 13px;
  color: #39280f;
  font-weight: 500;
  width: 72%;
  display: block;
  margin: 0 auto 50px;
}

.testi-box {
  background: no-repeat padding-box #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 30px 20px;
  margin: 15px;
  height: auto;
}

.testi-box img {
  width: 15% !important;
}

.faqs-book img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.testi-box h3 {
  color: #39280f;
  font-size: 18px;
  margin: 12px 0 10px;
  font-weight: 600;
  position: relative;
  padding-bottom: 13px;
}

.testi-box h3:before {
  position: absolute;
  content: "";
  background: #8D8171;
  width: 50px;
  height: 2px;
  bottom: 0;
}

.testi-box p {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 20px;
  overflow: auto;
}

.actions ul,
.testi-box ul {
  display: flex;
  padding: 0;
}

.testi-box ul li img {
  width: 75% !important;
}

.testi-box ul li h5 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.testi-box ul li h6 {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.testi-box:hover {
  box-shadow: 0 3px 20px #00000014;
}

.testi-row .owl-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: 195px !important;
  margin: 0 -50px;
  color: #8D8171;
  font-size: 16px;
}

.footer-bottom,
.inner-banners {
  align-items: center;
  display: flex;
}

.testi-row .owl-nav button {
  background-color: #fff !important;
  width: 30px;
  height: 30px;
  border-radius: 8px;
}

.footer {
  padding: 30px 0 0;
  background: url(../images/services-bac.webp) 100% / cover;
}

.footer-logo img {
  margin-bottom: 15px;
  width: 200px;
}

.footer-logo p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 20px;
}

.footer-logo ul li {
  margin-right: 20px;
}

.footer-logo ul li a i {
  color: #000;
  padding: 8px;
  border: 1px solid #000;
  border-radius: 50%;
  width: 33px;
  font-size: 15px;
}

.footer-payment h3,
.footer-services h3 {
  color: #39280f;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
}

.footer-services h3:before {
  position: absolute;
  content: "";
  background: #8D8171;
  width: 40px;
  height: 2px;
  bottom: 0;
}

.footer-services ul li {
  list-style: disc;
  margin-bottom: 6px;
}

.footer-services ul {
  padding-left: 18px;
}

.footer-services ul li::marker {
  color: #8D8171;
}

.footer-services ul li a {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}

.footer-payment img {
  width: 55%;
  margin-bottom: 20px;
}

.address-bar {
  display: flex;
  margin-bottom: 14px;
}

.address-icon img {
  width: 20px;
  margin-top: 5px;
  margin-right: 15px;
}

.address-text a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.footer-bottom {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding: 15px 0;
  justify-content: space-between;
}

.footer-copyright h3,
.footer-terms ul li a {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}

.footer-terms ul li {
  border-right: 1px solid #000;
  padding: 0 7px;
}

.inner-banners {
  background: url(../images/Cover2.png);
  height: auto;
  padding: 50px 0;
  position: relative;
}

.inner-banner-text h2 {
  color: #8D8171;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.inner-banner-text h1 {
  color: #ffffff;
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 14px;
  position: relative;
  padding-bottom: 16px;
}

.inner-banner-text p {
  color:#ffffff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
}
.about-us .every-book-head h3, .perspective-head h3, .about-us .every-book-head p {
  color: white;
}
.inner-banner-form {
  background: no-repeat padding-box #edebea;
  box-shadow: 0 5px 30px #0000005c;
  border-radius: 30px;
  opacity: 1;
  backdrop-filter: blur(32px);
  padding: 30px 40px;
}

.perspective-inner,
.who-para {
  box-shadow: 0 3px 30px #00000029;
}

.coupan h3,
.coupan h5 {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}

.coupan h4 {
  background: #8D8171;
  color: #fff;
  font-size: 16px;
  padding: 6px 20px;
  border-radius: 0 20px 20px 0;
  margin-bottom: 5px;
}

.inner-banner-form input,
.inner-banner-form textarea {
  background: #edebea;
  margin-bottom: 15px;
  color: #000;
  width: 100%;
}

.coupan {
  width: 120px;
  border-left: 3px solid #8D8171;
}

.super-offer img {
  position: absolute;
  height: 150px;
  top: -15px;
  right: -30px;
}

.form-header {
  margin-bottom: 10px;
}

.inner-banner-form input {
  border: 1px solid #0000004d;
  border-radius: 5px;
  padding: 9px 15px;
}

.inner-banner-form input::placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.inner-banner-form textarea {
  border: 1px solid #0000004d;
  border-radius: 5px;
  padding: 10px 15px;
  resize: none;
}

.inner-banner-form textarea::placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.contac-form-inner button,
.inner-banner-form button {
  width: 100%;
  border: none;
  background: #8D8171;
  padding: 10px 0;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

.abt-logos-sec {
  background: #FAF9F6;
  padding: 40px 0;
  height: 120px;
  position: relative;
}

.abt-logos-sec ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 89%;
  margin: 0 auto;
}

.every-book-head h2,
.perspective-inner h3:before,
.process-box-inner h5:before {
  display: inline-block;
  position: absolute;
}

.abt-logos-sec ul li {
  margin: 0 40px;
}

.ultimate-abt-sec {
  background: url(../images/services-bac.webp) 100% / cover;
  padding: 70px 0;
  height: 450px;
}

.every-book-inner,
.perspective-inner,
.who-para {
  background: no-repeat padding-box #fff;
}

.abt-sec-header h2 {
  color: #8D8171;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}

.abt-sec-header h3,
.who-para h2 {
  color: #39280f;
  padding-bottom: 25px;
  position: relative;
  font-family: "Keep Calm Med";
}

.abt-sec-header h3 {
  font-size: 40px;
  width: 70%;
  margin: 0 auto 25px;
  line-height: 48px;
}

.who-para {
  width: 90%;
  border: 1px solid #7070704d;
  border-radius: 10px;
  display: block;
  margin: -120px auto 0;
  padding: 60px 80px;
  position: relative;
}

.who-para h2 {
  font-size: 35px;
  margin-bottom: 25px;
}

.who-para-left p,
.who-para-right p {
  line-height: 25px;
  margin-bottom: 10px;
}

.who-para p {
  font-size: 14px;
  color: #000;
}

.abt-text .main-left-btns,
.who-para-parts {
  margin-top: 30px;
}

.who-para-left p {
  text-align: right;
}

.who-para-left:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -15px;
}

.who-para-right p {
  text-align: left;
}

.every-book-head h3,
.perspective-head h3 {
  font-size: 37px;
  font-family: "Keep Calm Med";
  color: #39280f;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.perspective-inner {
  border: 1px solid #70707014;
  border-radius: 15px;
}

.perspective-inner img {
  border-radius: 15px;
}

.perspective-inner h3 {
  text-align: center;
  font-size: 22px;
  color: #39280f;
  font-weight: 600;
  margin: 30px 0 15px;
  position: relative;
  padding-bottom: 15px;
}

.perspective-inner h3:before {
  content: "";
  background: #8D8171;
  width: 30px;
  height: 3px;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.perspective-inner p {
  padding: 0 30px;
  text-align: center;
  font-size: 13px;
  color: #000;
  margin-bottom: 24px;
  height: 60px;
}

.every-book-head h2 {
  line-height: 94px;
  top: 30px;
  font-size: 180px;
  left: 0;
  right: 0;
  color: #39280f;
}

.every-book-inner {
  box-shadow: 0 3px 30px #00000012;
  border: 1px solid #70707014;
  border-radius: 15px;
  padding: 30px 15px;
  position: relative;
  margin-bottom: 22px;
}

.every-book-inner h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.every-book-inner p {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
  height: 115px;
  padding-right: 10px;
  overflow: auto;
}

.every-book-inner p::-webkit-scrollbar-thumb {
  background-color: #8D8171;
  border-radius: 25px;
}

.every-book-inner p::-webkit-scrollbar-track {
  background-color: #000;
  border-radius: 25px;
}

.every-book-inner p::-webkit-scrollbar {
  width: 3px;
}

.every-book-inner:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 23px;
  background: #8D8171;
  top: 0;
}

.service-header {
  text-align: center;
  position: relative;
  margin-bottom: 0;
}

.service-header h3 {
  font-size: 37px;
  font-family: "Keep Calm Med";
  color: #39280f;
  position: relative;
  padding-bottom: 20px;
  width: 80%;
  margin: 0 auto 20px;
  line-height: 48px;
}

.service-header p {
  font-size: 13px;
  color: #39280f;
  font-weight: 500;
  width: 55%;
  display: block;
  margin: 0 auto;
}

.proces-follow {
  background: url(../images/process.jpg) 100% / cover;
  padding: 50px 0;
}

.contac-form-inner,
.process-box-inner {
  background: no-repeat padding-box #fff;
}

.process-box-inner {
  box-shadow: 0 5px 20px #0000001a;
  border: 1px solid #7070704d;
  border-radius: 7px;
  transition-duration: 0.3s;
  padding: 25px 20px;
  margin-bottom: 25px;
  height: 315px;
}

.process-box-inner h3 {
  font-size: 15px;
  color: #bbbbbd;
  margin-bottom: 3px;
}

.process-box-inner h4 {
  font-size: 27px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}

.process-box-inner h5 {
  color: #000;
  font-size: 17px;
  position: relative;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.process-box-inner h5:before {
  content: "";
  background: #8D8171;
  width: 40px;
  height: 3px;
  bottom: 0;
  margin: 0 auto;
}

.process-box-inner p {
  color: #000;
  font-size: 13px;
  padding-right: 10px;
  overflow: auto;
}

.process-box-inner p::-webkit-scrollbar {
  width: 5px;
}

.process-box-inner p::-webkit-scrollbar-track {
  background: #8D8171;
  border-radius: 20px;
}

.process-box-inner p::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 20px;
}

.contact-form-head h3 {
  font-size: 40px;
  font-family: "Keep Calm Med";
  color: #39280f;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 25px;
}

.contac-form-inner {
  box-shadow: 0 3px 30px #00000029;
  border: 1px solid #7070704d;
  border-radius: 10px;
  padding: 50px 30px;
  text-align: center;
}

.contac-form-inner h3 {
  color: #39280f;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contac-form-inner p {
  color: #000;
  font-size: 11px;
  width: 90%;
  display: block;
  margin: 0 auto 15px;
}

.contac-form-inner input,
.contac-form-inner textarea {
  background: no-repeat padding-box #fff;
  margin-bottom: 10px;
  width: 100%;
}

.contac-form-inner input {
  border: 1px solid #0000004d;
  border-radius: 5px;
  padding: 8px 16px;
}

.contac-form-inner textarea {
  resize: none;
  border: 1px solid #0000004d;
  border-radius: 5px;
  padding: 12px 16px;
}

.contac-form-inner input::placeholder {
  color: #000;
  font-size: 13px;
}

.contac-side-img img {
  border-radius: 20px;
}

.custom-modal .modal-dialog {
  max-width: 850px;
}

.custom-modal .modal-body {
  padding: 0;
}

.custom-modal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: url(../images/modal-back.webp) 100% / cover padding-box;
  outline: 0;
  height: 550px;
  border: none;
}

.custom-modal .btn-close {
  position: absolute;
  right: -60px;
  opacity: 1 !important;
  color: #8D8171 !important;
  font-size: 26px;
  padding: 0;
  border-radius: 100px;
  text-align: center;
  top: 39px;
  text-shadow: none;
  z-index: 9;
  background: #fff;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 10px #ddd;
  font-weight: 600;
}

.popop-new-text h5 {
  color: #101010;
  font-size: 29px;
  margin-bottom: 16px;
  font-weight: 700;
}

.popop-new-text {
  background: #faf1e4;
  padding: 54px 57px;
  position: relative;
  top: 25px;
  border: 1px solid #8D81714d;
  border-radius: 200px;
  left: 120px;
  box-shadow: 0 0 10px #ddd;
}

.popop-new-text input {
  width: 100%;
  padding: 6px 20px;
  border-radius: 2px;
  margin-bottom: 12px;
  border: 1px solid #707070;
  color: #000;
  background: 0 0;
}

.popop-new-text textarea {
  width: 100%;
  padding: 8px 20px;
  border-radius: 2px;
  margin-bottom: 18px;
  color: #000;
  resize: none;
  background: 0 0;
  height: 90px;
  border: 1px solid #707070;
}

.popop-new-text input::placeholder {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
}

.popop-new-text textarea::placeholder {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
}

.popop-new-text button {
  width: 40%;
  background: #8D8171;
  border: none;
  padding: 8px 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}

.popop-new-text img {
  width: 180px;
}

.packages-banner {
  height: 320px !important;
}

.pricing {
  padding: 80px 0;
}

.pkg-min-box {
  background-color: #fff;
  padding: 30px 30px 40px;
  border-radius: 10px;
  transition: 0.5s;
  position: relative;
  border: 2px solid #d8dfe6;
  margin-bottom: 60px;
}

.pkg-top-text h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
  line-height: 22px;
  color: #8D8171;
  text-transform: uppercase;
}

.pkg-top-text p {
  font-size: 12px;
  color: #8d8171;
  width: 90%;
}

.pricebox {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.pricebox sup {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  color: #8D8171;
}

.pricebox h4 {
  font-size: 51px;
  font-weight: 700;
  color: #8D8171;
}

.pricebox h5 {
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  padding-left: 10px;
  position: relative;
}

.scrollbar p,
.scrollbar ul li {
  font-size: 12px;
  font-weight: 500;
}

.pricebox h5:before {
  content: "";
  width: 90%;
  height: 2px;
  background: #6c6c6c;
  position: absolute;
  top: 6px;
  left: 8px;
}

.scrollbar ul {
  margin-left: 0;
  float: left;
  height: 188px;
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 10px;
  overflow-x: hidden;
}

.scrollbar ul li {
  color: #8d8171;
  line-height: 23px;
  position: relative;
  padding-left: 13px;
}

.scrollbar ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #8D8171;
  border-radius: 100%;
  top: 9px;
}

.scrollbar p {
  color: #8d8171;
  margin-left: 12px;
  margin-bottom: 10px;
}

.scrollbar p span {
  color: #8D8171;
  font-weight: 700;
}

.actions {
  border-top: 1px solid #eee;
  padding-top: 12px;
}

.actions ul li {
  width: 50%;
  border-right: 2px solid #eee;
}

.actions ul li h3 {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.actions ul li h3 span {
  display: block;
  color: #8d8171;
}

.pkg-min-box button {
  width: 180px;
  padding: 11px;
  border-radius: 10px;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right top, #8D8171, #f69323);
  color: #fff;
}

.abt-text ul,
.privacy-page ul {
  padding-left: 20px;
}

.pkg-min-box:hover {
  transition: 0.5s;
  color: #fff;
  background: radial-gradient(closest-side at 50% 50%, #201a17 0, #000 100%);
}

.pkg-min-box:hover h3,
.pkg-min-box:hover h3 span,
.pkg-min-box:hover h4,
.pkg-min-box:hover h5,
.pkg-min-box:hover p,
.pkg-min-box:hover sup,
.pkg-min-box:hover ul li {
  color: #fff;
  transition: 0.5s;
}

.pkg-min-box:hover h5:before {
  background: #af1225;
}

.pkg-min-box:hover .scrollbar ul::-webkit-scrollbar-thumb {
  background: #fff;
}

.scrollbar ul::-webkit-scrollbar-thumb {
  background-color: #8D8171;
  border-radius: 25px;
}

.scrollbar ul::-webkit-scrollbar-track {
  background-color: #000;
  border-radius: 25px;
}

.scrollbar ul::-webkit-scrollbar {
  width: 8px;
}

.who-para-left h6,
.who-para-right h6 {
  color: #39280f;
  font-size: 20px;
  margin-bottom: 7px;
}

.abt-text ul li {
  list-style: circle;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  width: 44%;
}

.abt-text ul {
  padding-top: 8px;
  display: flex;
  flex-wrap: wrap;
}

.privacy-page {
  padding: 70px 0;
}

.privacy-page h2 {
  color: #8D8171;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 44px;
}

.privacy-page p {
  color: #000;
  font-size: 16px;
  margin-bottom: 29px;
}

.privacy-page ul li {
  list-style: circle;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 16px;
}

.ban-form input,
.ban-form textarea {
  padding: 10px 15px;
  background: #fff;
  width: 100%;
}

.privacy-page h3 {
  color: #8D8171;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 12px;
}

.great-engagment-text ul li button:hover {
  border: 2px solid #8D8171;
  background: #8D8171;
  color: #fff;
  transition-duration: 0.3s;
}

.footer-logo ul li:hover a i {
  background: #8D8171;
  color: #fff;
  border: 1px solid #8D8171;
  transition-duration: 0.3s;
}

.floatbutton.active {
  right: 0;
  z-index: 9;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.floatbutton,
.floatbutton .clickbutton .crossplus {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}

.floatbutton {
  transition: 0.4s;
  position: fixed;
  right: -371px;
  top: 20%;
  font-size: 0;
  width: 420px;
  z-index: 999;
}

.floatbutton .clickbutton {
  width: 50px;
  z-index: 999;
  height: 200px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
  border-radius: 30px 0 0 30px;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 125px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  border: 1px solid #fff;
  text-transform: uppercase;
  background-color: #8D8171;
  box-shadow: 0 0 40px #00000026;
  -webkit-box-shadow: 0 0 40px #00000026;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026;
}

.floatbutton .clickbutton .crossplus:before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  background: #fbb334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  background: #fab334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.floatbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  transition: 0.4s;
  left: -52px;
  white-space: pre;
  bottom: 87px;
}

.floatbutton .clickbutton .crossplus.rotate {
  transform: rotate(45deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {
  font-size: 18px;
  color: #fff;
  margin: 17px 0 0 15px;
}

.floatbutton .banner-form {
  background: #fff;
  padding: 15px;
  position: relative;
  z-index: 99999 !important;
  border-radius: 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0 0 30px #0000001f;
}

.ban-form input {
  margin: 0 0 15px;
  border: 1px solid #e5e5e5;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: 0 !important;
}

.accordion-item.imgwrp img,
.banner-form .intl-tel-input {
  width: 100%;
}

.btns_wrap .call_wrap,
.btns_wrap .chat_wrap {
  position: absolute;
  right: -225px;
  width: 280px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  z-index: 9999;
}

.banner-form h3 {
  color: #141315;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700;
}

.banner-form h3 strong {
  font: 600 24px/24px Poppins, sans-serif;
}

.fldset p a,
.intl-tel-input .country-list .country {
  font-size: 14px;
}

.ban-form input[type="submit"] {
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  padding: 10px 15px;
  margin: 20px 0 0;
  border: transparent;
  cursor: pointer;
  background-color: #8D8171;
}

.ban-form textarea {
  border: 1px solid #e5e5e5;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 120px;
  outline: 0 !important;
  margin: 15px 0 0;
  resize: none;
}

.fldset p,
.fldset.inpchecbx {
  margin: 10px 0 0;
}

.btns_wrap {
  position: fixed;
  right: -6px;
}

.btns_wrap a:hover {
  right: 0;
}

.btns_wrap .call_wrap {
  border: 1px solid #fff;
  background-color: #8D8171;
  top: 63px;
  border-radius: 30px 0 0 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btns_wrap .call_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
  display: block;
  background-color: #8D8171;
  top: 0;
  border-radius: 30px 0 0 30px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 10px 0 0 10px;
}

.btns_wrap .chat_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 30px 15px 15px;
}

.ban-form .fldset.inpchecbx label {
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  color: #676767;
  font-size: 13px;
}

.ban-form .fldset.inpchecbx input {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
}

.fldset p {
  font-size: 13px;
  color: #676767;
  padding: 0;
}

.fldset p a {
  display: block;
  padding: 5px 0 0;
  color: #141315;
  font-weight: 500;
}

.main-services-banner-sec .ban-form .fldset textarea {
  height: 60px;
}

.main-services-banner-sec .ban-form input {
  height: 40px;
}

.accordion-item .imgwrp {
  display: block;
  width: 361px;
  margin: 0 auto;
  position: relative;
}

.accordion-item .imgwrp3 {
  position: absolute;
  right: 0;
  top: 410px;
}

.accordion-item .imgwrp2 {
  position: absolute;
  top: 280px;
  z-index: -1;
  left: 0;
}

.accordion-item .txtwrp {
  display: block;
  text-align: center;
}

.accordion-item .txtwrp h2 {
  margin-bottom: 40px;
}

.faq-header {
  background-color: #070707;
}

.faqs-bg .accordion-button:not(.collapsed) {
  color: #8D8171;
  background-color: #8D81712b;
}

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

.faq-image {
  height: 600px;
}

.faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.servcies-items img {
  border-radius: 36px 36px 0px 0px;
}

svg.svg-inline--fa.fa-sort-down {
  margin-bottom: 3%;
  margin-left: 10px;
}

@media screen and (max-width: 736px) {
  .floatbutton {
    display: none;
  }
}


svg.svg-inline--fa {
    color: #8D8171;
}

.super-offer {
    display: none;
}








.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  color: black;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-menu {
  display: block;
}


























.fabWidget {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  transition: all 0.3s;
}

.fabTrigger {
  .background {
    background-color: #1950ff;
    border-radius: 50%;
    box-shadow: 0 2.1px 1.3px rgba(0, 0, 0, 0.044),
      0 5.9px 4.2px rgba(0, 0, 0, 0.054), 0 12.6px 9.5px rgba(0, 0, 0, 0.061),
      0 25px 20px rgba(0, 0, 0, 0.1);
    height: 60px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 60px;
  }
}

.fabList {
  visibility: hidden;
  opacity: 1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.fabButton {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px 6px;
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  &:hover {
    cursor: pointer;
  }
  &.active {
    transform: translateY(0px);
    opacity: 1;
  }
  svg {
    width: 100%;
    height: 100%;
  }
}

.active .fabButton {
  visibility: visible;
  opacity: 1;
  transform: translateY(-15px);
}

.fabOverlay {
  width: 100%;
  height: 100%;
  background: rgba(#000, .1);
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
  &.active {
    opacity: 1;
    visibility: visible;
  }
}

[data-tooltip] {
  position: relative;
  &::before {
    opacity: 0;
    visibility: hidden;
    cursor: default;
    pointer-events: none;
  }
  &::before {
    content: attr(data-tooltip);
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    padding: 7px;
    text-align: center;
    border-radius: 4px;
    background: #1950FF;
    color: #fff;
    font-size: 0.8em;
    white-space: nowrap;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  &:hover::before {
    opacity: 1;
    visibility: visible;
    right: 120%;
  }
}

.chat-bubble {
  cursor: pointer;
  position: relative;
  .bubble {
    transform-origin: 50%;
    transition: transform 500ms cubic-bezier(0.17, 0.61, 0.54, 0.9);
  }
  .line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 2.75;
    stroke-linecap: round;
    transition: stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 90;
    stroke-dashoffset: -20;
  }
  .line2 {
    stroke-dasharray: 67 87;
    stroke-dashoffset: -18;
  }
  .circle {
    fill: #ffffff;
    stroke: none;
    transform-origin: 50%;
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.active {
  .bubble {
    transform: translateX(24px) translateY(4px) rotate(45deg);
  }
  .line1 {
    stroke-dashoffset: 21;
  }
  .line2 {
    stroke-dashoffset: 30;
  }
  .circle {
    transform: scale(0);
  }
}




.great-engagment-text ul li a {
    background: black;
    padding: 10px 17px;
    border-radius: 5px;
    color: #FFF;
    border: 2px solid #39280f;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
}