:root {
  --theme-color: #bd8e70;
  --main-color: #ffcfa7;
  --dark-black: #ffffff;
  --heading-font: "Philosopher", sans-serif;
  --theme-font: "Manrope", sans-serif;
  --nav-font: "Philosopher", sans-serif;
  --title-color:#000000;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

.title {
  font-family: var(--heading-font);
  color: var(--theme-color);
  font-size: 30px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.title span {
  background-color: #1c63b8;
  display: inline-block;
  width: 40px;
  height: 3px;
  margin-left: 7px;
}

.common-heading {
  font-size: 50px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: #000000;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.25em;
}
.common-heading span {
  color: var(--theme-color);
  font-weight: 800;
}

.text {
  margin-bottom: 10px;
  line-height: 28px;
  font-family: var(--theme-font);
  font-size: 16px;
  text-align: justify;
}

.common-btn {
  padding: 12px 20px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: box-shadow 0.5s;
  font-family: var(--nav-font);
  letter-spacing: 0px;
  transition: 0.3s;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid var(--theme-color);
}
.common-btn:hover {
  color: #fff;
  background-color: var(--theme-color);
}

.common-space {
  padding: 75px 0;
}

.common-margin {
  padding: 30px 0;
}

a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #000000;
  margin-bottom: 20px;
}

body {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 300;
  color: #676767;
}
ul li {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font);
}

.sub-heading {
  font-family: var(--theme-font);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000000;
  margin-bottom: 5px;
  margin-top: 5px;
  position: relative;
  padding-left: 20px;
}
.sub-heading::before {
  content: "\f2dc";
  font-size: 14px;
  font-family: fontawesome;
  color: var(--theme-color);
  position: absolute;
  left: 0;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  position: relative;
}
.navbar-nav .nav-link.active::before, .navbar-nav .nav-link.show::before {
  width: 100% !important;
  left: 0;
}

.dropdown-item:focus {
  color: white !important;
  background-color: var(--theme-color);
}

.submenu {
  padding: 0 !important;
}
.submenu:hover .dropdown-menu-sub {
  display: block;
  position: absolute;
  left: 100%;
  top: 0%;
  background: white;
}
.submenu .dropdown-menu-sub .sub-item {
  padding: 10px 20px !important;
  transform: translateX(0px) !important;
  color: black !important;
}
.submenu .dropdown-menu-sub .sub-item:hover {
  color: var(--theme-color) !important;
  transform: translateX(10px) !important;
}

.dropdown-menu-sub {
  display: none;
}

header {
  width: 100%;
  z-index: 11;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
header .header-top {
  background-color: var(--theme-color);
}
header .header-top p {
  margin-bottom: 0;
  color: white;
}
header .header-top p span {
  color: var(--main-color);
}
header .header-top .main-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 7px 0px;
}
header .header-top .main-wrap .navbar-brand {
  position: absolute;
  left: 0;
  top: 50%;
}
header .header-top .main-wrap ul {
  display: flex;
  margin-bottom: 0;
}
header .header-top .main-wrap ul li {
  list-style: none;
}
header .header-top .main-wrap ul li a {
  color: #ffffff;
}
header .header-top .main-wrap ul li a i {
  margin-right: 10px;
  color: var(--main-color);
}
header .header-top .main-wrap .left-wrap {
  padding-left: 15rem;
}
header .header-top .main-wrap .left-wrap ul {
  gap: 20px;
}
header .header-top .main-wrap .left-wrap ul li a {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--theme-font);
  line-height: 24px;
}
header .header-top .main-wrap .left-wrap ul li a img {
  margin-right: 10px;
}
header .top-header {
  background-color: #00173C;
}
header .common-btn {
  border-color: white;
  color: white;
  transition: 0.3s;
}
header .common-btn:hover {
  color: #000;
}
header .menu-bars-wrappeprs {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
header .right-header {
  display: flex;
  align-items: center;
  height: 100%;
}
header .right-header a {
  padding: 40px 10px;
  display: flex;
  font-weight: 500;
}
header .right-header i {
  display: flex;
}
header nav.navbar-expand-lg {
  padding: 0 0 !important;
}
header nav .navbar-brand img {
  max-width: 130px;
}
header nav .navbar-nav {
  display: flex;
  flex-direction: row;
  margin-right: 20px;
}
header nav .navbar-nav .nav-item {
  padding: 15px 5px;
  font-weight: 400;
  font-size: 16px;
  color: black;
  font-family: var(--nav-font);
}
header nav .navbar-nav .nav-item div img {
  filter: brightness(0) invert(1);
  max-width: 25px;
  margin-right: 20px;
  cursor: pointer;
}
header nav .navbar-nav .nav-item .dropdown-menu {
  display: none;
  padding: 0;
  border: none;
  border-radius: 0;
}
header nav .navbar-nav .nav-item .dropdown-menu li a {
  padding: 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.192);
  position: relative;
}
header nav .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
}
header nav .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
header nav .navbar-nav .nav-item .nav-link {
  font-family: var(--nav-font);
  line-height: 27.0001px;
  position: relative;
  padding: 5px;
  font-size: 16px;
  color: #000;
  margin: 3px;
  transition: all 0.4s;
  font-weight: 600;
}
header nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--theme-color) !important;
}
header nav .navbar-nav .active {
  position: relative;
  color: var(--theme-color);
}
header nav .navbar-nav .active a {
  color: var(--theme-color);
}
header .navi-wrapper {
  display: inline-flex;
  justify-content: flex-start;
}
header .get-a-quote a {
  line-height: 15px;
  padding: 14px 18px;
  border: solid 3px var(--theme-color);
  border-radius: 39px;
}
header .get-a-quote a i {
  padding: 0 15px;
}
header .search-btn i {
  padding: 0 15px;
}
header .call-btn a i {
  font-size: 22px;
  padding-right: 8px;
  padding-left: 15px;
  color: var(--theme-color);
}

.banner-home .desktop {
  display: block !important;
}
.banner-home .mobile {
  display: none !important;
}
.banner-home .bnr-img-overlay {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.2705882353);
}
.banner-home .img-wrapper-bnr img {
  width: 100%;
  top: 0;
  height: 92.2vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.banner-home .banner-content {
  position: absolute;
  top: 45%;
  z-index: 31;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
}
.banner-home .banner-content ul {
  display: flex;
  gap: 2px;
  justify-content: center;
  font-size: 15px;
  color: rgb(255, 187, 0);
}
.banner-home .banner-content h2 {
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 0px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
  position: relative;
  text-shadow: 1px 1px 1px #000;
}
.banner-home .banner-content h2::before {
  content: "";
  width: 200px;
  height: 0.5px;
  background: white;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
}
.banner-home .banner-content h2 span {
  display: block;
  background: var(--theme-color);
  color: white;
  padding: 3px 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  font-family: var(--heading-font);
}
.banner-home .banner-content p {
  line-height: 58px;
  font-size: 16px;
  color: inherit;
  letter-spacing: normal;
  font-weight: 300;
  color: white;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #000;
}
.banner-home .banner-content .para {
  line-height: 30px;
}
.banner-home .img-box {
  overflow: hidden;
  border-radius: 500px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.banner-home .common-btn {
  background-color: var(--theme-color);
  color: #ffffff;
}
.banner-home .common-btn:hover {
  background-color: var(--main-color);
  color: #000;
}
.banner-home .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.banner-home button.owl-prev {
  position: absolute;
  left: 30px;
  top: 42%;
  transform: translateY(-50%);
}
.banner-home button.owl-prev span {
  font-size: 125px;
  font-weight: 100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.5411764706);
  padding-left: 1px;
  border-radius: 50px;
}
.banner-home button.owl-prev span:hover {
  color: white;
}
.banner-home button.owl-next {
  position: absolute;
  right: 30px;
  top: 42%;
  transform: translateY(-50%);
}
.banner-home button.owl-next span {
  font-size: 125px;
  color: #fff;
  font-weight: 100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
}
.banner-home button.owl-next span:hover {
  color: white;
}

header .social-links {
  margin-left: 20px;
}
header .social-links ul {
  display: flex;
  margin: 0;
  padding: 0;
}
header .social-links ul li {
  list-style: none;
  margin-right: 5px;
}
header .social-links ul li a {
  color: #000;
  padding: 0px;
  width: 20px;
  text-align: right;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
}
header .social-links ul li a i {
  font-size: 14px;
  color: #000;
}
header .social-links ul li:nth-child(1) a {
  background-color: #1877F2;
  color: #fff;
}
header .social-links ul li:nth-child(1) i {
  color: #fff;
}
header .social-links ul li:nth-child(2) a {
  background-color: #000;
  color: #fff;
}
header .social-links ul li:nth-child(2) i {
  color: #fff;
}
header .social-links ul li:nth-child(3) a {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}
header .social-links ul li:nth-child(3) a i {
  color: #fff;
}
header .social-links ul li:nth-child(4) a {
  background-color: red;
  color: #fff;
}
header .social-links ul li:nth-child(4) i {
  color: #fff;
}
header.sticky, header.sec-nav {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  position: fixed;
  background-color: #ffffff;
}
header.sticky .header-top, header.sec-nav .header-top {
  display: none;
}
header.sticky nav .navbar-brand img, header.sec-nav nav .navbar-brand img {
  max-width: 130px;
}
header.sticky .navbar-nav .nav-item .nav-link, header.sec-nav .navbar-nav .nav-item .nav-link {
  color: #000;
}
header.sticky .nav-link:focus, header.sticky .nav-link:hover, header.sec-nav .nav-link:focus, header.sec-nav .nav-link:hover {
  color: var(----main-back) !important;
}
header.sticky nav .navbar-nav .nav-item .nav-link, header.sec-nav nav .navbar-nav .nav-item .nav-link {
  color: #000;
  font-family: var(--nav-font);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 27.0001px;
}
header.sticky nav .navbar-nav .nav-item .nav-link::before, header.sec-nav nav .navbar-nav .nav-item .nav-link::before {
  background-color: var(----main-back);
  left: 0;
}
header.sticky .common-btn, header.sec-nav .common-btn {
  border-color: #000;
  color: #fff;
}
header.sticky .common-btn:hover, header.sec-nav .common-btn:hover {
  background-color: var(----main-back);
  color: white;
}
header.sticky nav .navbar-nav .nav-item, header.sec-nav nav .navbar-nav .nav-item {
  padding: 19px 5px;
}
header.sticky header .social a, header.sec-nav header .social a {
  color: #000000;
}
header.sticky .social a, header.sec-nav .social a {
  color: #000000;
}
header.sticky1 {
  background-color: white !important;
}
header.sticky1 .navbar-nav .nav-item .nav-link {
  color: #000000;
}
header.sticky1 .nav-link:focus, header.sticky1 .nav-link:hover {
  color: var(--theme-hover) !important;
}
header.sticky1 .navbar-nav .nav-link.active, header.sticky1 .navbar-nav .nav-link.show {
  color: var(--theme-color) !important;
}

.banner-home .text-box {
  width: 100%; /* Fixed width */
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.banner-home .text-wrapper {
  width: 0; /* Start with width 0 */
  overflow: hidden;
  white-space: nowrap;
}
.banner-home .sub-heading {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
  padding-left: 0;
}
.banner-home .sub-heading::before {
  display: none !important;
}

.work {
  background-color: var(--main-color);
  color: white;
}
.work .common-heading {
  text-align: center;
  color: rgb(0, 0, 0);
  margin-bottom: 55px;
}
.work .sep-1::after {
  left: 50%;
  transform: translate(-50%);
  filter: brightness(0) invert(1);
}
.work .work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
.work .work-grid .work-items {
  overflow: hidden;
  max-height: 470px;
  border: 1px solid #000;
  padding: 7px;
}
.work .work-grid .work-items img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.work .work-grid .work-items:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}
.work .work-grid .work-items:hover img {
  transform: scale(1.05);
}
.work .view-btn {
  text-align: center;
}
.work .view-btn .common-btn {
  border-color: var(--theme-color);
}
.work .view-btn .common-btn::before {
  border-color: white;
}
.work .view-btn .common-btn:hover {
  background: var(--theme-color);
  color: white;
}

.about-us ul li {
  border-bottom: 1px solid #000;
  width: 50%;
  color: #000;
  font-weight: 600;
  position: relative;
  padding: 5px 5px 5px 30px;
}
.about-us ul li::before {
  content: "\f4c4";
  position: absolute;
  left: 0;
  color: var(--theme-color);
  font-family: fontawesome;
}
.about-us .img {
  position: relative;
  height: 100%;
  padding: 0px 10px 10px 0px;
}
.about-us .img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.568627451);
  border-right: 1px solid rgba(0, 0, 0, 0.568627451);
}
.about-us .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-enquiry .img {
  height: 444px;
}
.form-enquiry .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.form-enquiry .call-btn {
  background: var(--theme-color);
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-enquiry .call-btn .icon {
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: var(--main-color);
}
.form-enquiry .call-btn span {
  color: #fff;
}
.form-enquiry .call-btn p {
  margin-bottom: 0;
  font-size: 25px;
  line-height: normal;
  transition: 0.3s;
  font-weight: 600;
  color: white;
}
.form-enquiry .call-btn p:hover {
  color: var(--main-color);
}
.form-enquiry .common-heading span {
  font-family: var(--heading-font);
}
.form-enquiry .cont {
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.form-enquiry .contact-form {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 25px;
}
.form-enquiry .contact-form .con-form {
  gap: 20px;
  -moz-column-count: 2;
       column-count: 2;
}
.form-enquiry .contact-form label {
  margin: 0 0 8px 0;
}
.form-enquiry .contact-form .form-control {
  margin: 0 0 8px 0;
  border-radius: 0;
  background: rgba(187, 187, 187, 0.1725490196);
  border: 0px solid #575757;
  font-size: 14px;
  padding: 15px 10px;
}
.form-enquiry .contact-form .form-control:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.form-enquiry .contact-form .form-control::-moz-placeholder {
  color: #575757;
}
.form-enquiry .contact-form .form-control::placeholder {
  color: #575757;
}
.form-enquiry .contact-form button {
  border: 1px solid var(--theme-color);
  color: #000;
  background: transparent;
  border-radius: 0;
}
.form-enquiry .contact-form button:hover {
  background: var(--theme-color);
  color: white;
}

.treatment {
  background: var(--main-color);
  text-align: center;
}
.treatment .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.treatment button.owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.treatment button.owl-prev span {
  font-size: 40px;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  color: #fff;
  padding-left: 1px;
  background-color: var(--theme-color);
  transition: 0.3s;
  border-radius: 3px;
}
.treatment button.owl-prev span:hover {
  background-color: var(--main-color);
  border-color: transparent;
}
.treatment button.owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.treatment button.owl-next span {
  font-size: 40px;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  padding-left: 1px;
  background-color: var(--theme-color);
  transition: 0.3s;
  border-radius: 3px;
}
.treatment button.owl-next span:hover {
  background-color: var(--main-color);
  border-color: transparent;
}
.treatment .programe-items img {
  overflow: hidden;
}
.treatment .programe-items .content {
  background: #fff;
  padding: 20px 10px;
}
.treatment .programe-items .content h4 {
  color: var(--theme-color);
}
.treatment .programe-items p {
  font-size: 15px;
}

footer {
  background: linear-gradient(45deg, rgb(189, 142, 112), rgba(255, 207, 167, 0.8)), url(img/banner.jpg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-size: cover;
  background-position: right;
}
footer.common-space {
  padding-bottom: 0;
}
footer .contact-widget img {
  margin-bottom: 25px;
  max-width: 150px;
}
footer .contact-widget .social-links ul {
  display: flex;
  margin: 0;
  padding: 0;
}
footer .contact-widget .social-links ul li {
  list-style: none;
  margin-right: 5px;
}
footer .contact-widget .social-links ul li a {
  color: #000;
  padding: 0px;
  width: 20px;
  text-align: right;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
}
footer .contact-widget .social-links ul li a i {
  font-size: 14px;
  color: #000;
}
footer .contact-widget .social-links ul li:nth-child(1) a {
  background-color: #1877F2;
  color: #fff;
}
footer .contact-widget .social-links ul li:nth-child(1) i {
  color: #fff;
}
footer .contact-widget .social-links ul li:nth-child(2) a {
  background-color: #000;
  color: #fff;
}
footer .contact-widget .social-links ul li:nth-child(2) i {
  color: #fff;
}
footer .contact-widget .social-links ul li:nth-child(3) a {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}
footer .contact-widget .social-links ul li:nth-child(3) a i {
  color: #fff;
}
footer .contact-widget .social-links ul li:nth-child(4) a {
  background-color: red;
  color: #fff;
}
footer .contact-widget .social-links ul li:nth-child(4) i {
  color: #fff;
}
footer .widget-title {
  margin-bottom: 25px;
}
footer .map {
  margin-bottom: 35px;
}
footer .newsletter i {
  position: relative;
  background-color: #fff;
  transition: all 0.3s;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 5px;
  color: var(--theme-hover1);
}
footer .centred {
  position: relative;
}
footer .centred p {
  padding: 15px 0px;
  margin: 0;
  text-align: center;
  border-top: 1px solid rgb(255, 255, 255);
  display: flex;
  gap: 5px;
  justify-content: center;
}
footer .newsletter a {
  font-size: 16px;
  line-height: 28px;
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}
footer .newsletter a i {
  color: var(--theme-color);
}
footer .newsletter a:hover {
  color: white;
}

.testimonials {
  background-color: var(--theme-color);
  background: linear-gradient(45deg, rgb(245, 245, 245), rgba(245, 245, 245, 0.89), rgb(245, 245, 245)), url(img/test-bg-1.jpg);
  background-size: cover;
  position: relative;
  background-position: right;
}
@keyframes updown4 {
  0% {
    left: 48%;
  }
  50% {
    left: 52%;
  }
  100% {
    left: 48%;
  }
}
.testimonials .inner {
  padding: 32px;
  border-radius: 16px;
  height: 100%;
  margin-top: 1.5rem;
  position: relative;
  margin-top: 30px;
  padding-top: 110px;
  text-align: center;
  padding-bottom: 0;
}
.testimonials .inner .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.testimonials .inner .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials .inner .head .avatar {
  display: flex;
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.testimonials .inner .head .information {
  flex: 1;
  padding: 0 16px;
}
.testimonials .inner .head .information .name {
  font-size: 18px;
  font-weight: 500;
  font-family: "poppins";
  margin-bottom: 4px;
  line-height: 1.4;
}
.testimonials .inner .head .information .additional {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.testimonials .inner .head .icon-quote-bot {
  position: absolute;
  top: 0px;
  background-color: var(--theme-color2);
  width: 80px;
  height: 80px;
  border-radius: 60px;
  font-size: 40px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  color: #fff;
  overflow: hidden;
}
.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.testimonials button.owl-prev {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.testimonials button.owl-prev span {
  font-size: 40px;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  color: #fff;
  padding-left: 1px;
  background-color: var(--theme-color);
  transition: 0.3s;
  border-radius: 3px;
}
.testimonials button.owl-prev span:hover {
  background-color: var(--main-color);
  border-color: transparent;
}
.testimonials button.owl-next {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.testimonials button.owl-next span {
  font-size: 40px;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  padding-left: 1px;
  background-color: var(--theme-color);
  transition: 0.3s;
  border-radius: 3px;
}
.testimonials button.owl-next span:hover {
  background-color: var(--main-color);
  border-color: transparent;
}
.testimonials .testi-wrapper {
  position: relative;
}

.float-btn .whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #00e676;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 3px #5f5f5f;
  z-index: 10;
  margin-top: 0px;
  line-height: 50px;
  transition: all ease-in-out 0.2s;
  bottom: 50px;
  left: 10px;
}

.float-btn .phone-call {
  position: fixed;
  width: auto;
  height: 50px;
  background: var(--theme-color);
  color: #FFF;
  border-radius: 25px;
  text-align: center;
  font-size: 22px;
  box-shadow: 2px 2px 3px rgba(48, 48, 48, 0.3294117647);
  z-index: 10;
  margin-top: 0px;
  line-height: 50px;
  transition: all ease-in-out 0.2s;
  bottom: 114px;
  left: 10px;
  padding: 0px 15px;
}/*# sourceMappingURL=style.css.map */