@import url("../fonts/panton/font.css");
.padding-top {
  padding-top: 150px;
}

.padding-bottom {
  padding-bottom: 150px;
}

.light-bg {
  background: #fbf7f3;
}

.generic-btn a {
  padding: 1.125rem 1.5rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125;
  display: inline-block;
  text-decoration: none;
  transition: all linear 0.35s;
}
.generic-btn a.solid.primary {
  background: #DA896B;
  color: #fff;
}
.generic-btn a.solid.primary:hover {
  background: #8D4737;
  color: #fff;
}
.generic-btn a.outline.primary {
  background: transparent;
  border: 1px solid #DA896B;
  color: #DA896B;
}
.generic-btn a.outline.primary:hover {
  background: #DA896B;
  color: #fff;
}

.small-text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #E5C2A5;
  display: block;
}

.generic-title {
  margin-bottom: 40px;
  color: #A74833;
}
.generic-title .small-text {
  margin-bottom: 7px;
}
.generic-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #A74833;
}

body,
html {
  color: #666;
  background-color: #fff;
  font-family: "Panton", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h3,
h6 {
  clear: both;
  color: #0D0D0D;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: 600;
  line-height: 1.2em;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

p {
  margin-bottom: 12px;
}

ul {
  margin: 0 0 15px 0;
  padding-left: 15px;
  list-style: none;
}

ol {
  padding-left: 15px;
  margin-bottom: 15px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
}

address {
  margin: 0 0 15px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 991px) {
  body, html {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
5. Header
----------------------------------------------------------------*/
.st-top-header {
  overflow: hidden;
}
.st-top-header .st-top-header-in {
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease;
}

.st-sticky-active .st-top-header-in {
  height: 0 !important;
}
.st-sticky-active .st-top-header {
  margin-top: -1px;
}

.st-top-header-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.st-top-header-list svg {
  width: 18px;
  margin-right: 10px;
  fill: #b5b5b5;
}
.st-top-header-list li {
  margin-right: 35px;
  color: #0D0D0D;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.st-top-header-list li:last-child {
  margin-right: 0;
}
.st-top-header-list li i {
  margin-right: 10px;
}
.st-top-header-list li a:hover {
  color: #E5C2A5;
}
.st-top-header-list li span {
  color: #b5b5b5;
  font-weight: 500;
}

.st-top-header-btn {
  font-size: 15px;
  font-weight: 700;
  color: #E5C2A5;
}
.st-top-header-btn:hover {
  color: #0D0D0D;
}
.st-top-header-btn.st-type1 {
  background-color: #E5C2A5;
  color: #fff;
  padding: 11px 25px;
}

.st-site-header.st-style1 {
  background-color: #DA896B;
  box-shadow: 0px 4px 63.9px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
  padding: 1.5rem 0;
}
.st-site-header.st-style1 .st-main-header-in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 80px;
}
.st-site-header.st-style1 .st-social-btn.st-style1 li {
  font-size: 18px;
  color: #b5b5b5;
  margin-right: 20px;
}
.st-site-header.st-style1 .st-social-btn.st-style1 li:last-child {
  margin-right: 0;
}
.st-site-header.st-style1.st-color1 .st-top-header-btn.st-type1 {
  background-color: #E5C2A5;
}
.st-site-header.st-style1.st-color1 .st-top-header-btn.st-type1:hover {
  background-color: #e6274d;
}
.st-site-header.st-style1.st-color1 .st-top-header {
  border-color: rgba(229, 194, 165, 0.3);
}

.st-site-header.st-style1.st-type1 {
  position: relative;
  z-index: 11;
  background: #fff;
}

.st-site-header.st-style1.st-type2 {
  box-shadow: none;
}
.st-site-header.st-style1.st-type2 .st-top-header {
  background-color: #eaf9fa;
  border: none;
}
.st-site-header.st-style1.st-type2 .st-top-header-in {
  height: 50px;
}
.st-site-header.st-style1.st-type2 .st-main-header {
  box-shadow: 0px 0px 50px 0px rgba(10, 32, 70, 0.1);
}
.st-site-header.st-style1.st-type2 .st-btn.st-style1 {
  font-size: 14px;
  padding: 0.8em 2em;
}
.st-site-header.st-style1.st-type2 .st-main-header-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.st-site-header.st-style1.st-color2 .st-top-header-in,
.st-site-header.st-style1.st-color2 .st-nav .st-nav-list > li > a {
  color: #0D0D0D;
}
.st-site-header.st-style1.st-color2 .st-top-header-in.active,
.st-site-header.st-style1.st-color2 .st-nav .st-nav-list > li > a.active {
  color: #27b1d9;
}
.st-site-header.st-style1.st-color2 .st-nav .st-nav-list > li > a:hover {
  color: #27b1d9;
}
.st-site-header.st-style1.st-color2 .st-nav .st-nav-list > li > a:before {
  background-color: #27b1d9;
}

@media screen and (max-width: 991px) {
  .st-main-header .container {
    max-width: 100%;
  }
  .st-top-header {
    display: none;
  }
  .st-site-header.st-style1 {
    background-color: #fff;
  }
  .st-site-header.st-style1 .st-nav {
    display: flex;
  }
  .st-site-header.st-style1.st-type1 .st-btn {
    display: inline-flex !important;
  }
}
.st-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-site-header.st-style1.st-type1 .st-top-header {
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
}
.st-site-header.st-style1.st-type1 .st-top-header .st-top-header-in {
  height: 70px;
}
.st-site-header.st-style1.st-type1 .st-main-header-in {
  height: 70px;
}

@media screen and (min-width: 992px) {
  .st-main-header {
    position: relative;
  }
  .st-main-header .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
  .st-nav {
    display: flex;
    align-items: center;
  }
  .st-nav > .st-btn {
    margin-left: 35px;
  }
  .st-nav > .st-btn.st-style2 {
    font-size: 14px;
    padding: 0.43em 1.6em;
    border-radius: 2.5em;
  }
  .st-nav .st-nav-list {
    display: flex !important;
    flex-wrap: wrap;
  }
  .st-nav .st-nav-list > li {
    margin-right: 35px;
  }
  .st-nav .st-nav-list > li:last-child {
    margin-right: 0;
  }
  .st-nav .st-nav-list > li > a {
    padding: 15px 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #E5C2A5;
    position: relative;
  }
  .st-nav .st-nav-list > li > a:before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 0%;
    background-color: #F2E0D5;
    transition: all 0.3s ease;
  }
  .st-nav .st-nav-list > li > a:hover {
    color: #F2E0D5;
  }
  .st-nav .st-nav-list > li > a:hover::before {
    width: 100%;
  }
  .st-nav .st-nav-list > li > ul {
    left: 0;
    top: calc(100% + 15px);
  }
  .st-nav .st-nav-list > li > ul:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border: 1px solid #eaeaea;
    transform: rotate(45deg);
    background-color: #fff;
    border-right: none;
    border-bottom: none;
    top: -6px;
    left: 16px;
  }
  .st-nav .st-nav-list > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .st-nav .st-nav-list li {
    position: relative;
  }
  .st-nav .st-nav-list li a.active {
    color: #E5C2A5;
  }
  .st-nav .st-nav-list li a.active:before {
    width: 100%;
  }
  .st-nav .st-nav-list ul {
    width: 250px;
    background-color: #fff;
    position: absolute;
    border: 1px solid #eaeaea;
    border-radius: 7px;
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    transition: all 0.1s ease;
  }
  .st-nav .st-nav-list ul li:hover ul {
    top: 0px;
  }
  .st-nav .st-nav-list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .st-nav .st-nav-list ul a {
    font-size: calc(100% - 1px);
    display: block;
    line-height: 1.6em;
    padding: 9px 20px;
  }
  .st-nav .st-nav-list ul a:hover {
    background-color: #f9fafc;
  }
  .st-nav .st-nav-list ul ul {
    top: 15px;
    left: 100%;
  }
  .st-munu-toggle,
  .st-munu-dropdown-toggle {
    display: none;
  }
  .st-site-header.st-style1.st-color1 .st-nav .st-nav-list > li > a {
    color: #0D0D0D;
  }
  .st-site-header.st-style1.st-color1 .st-nav .st-nav-list > li > a:before {
    background-color: #E5C2A5;
  }
  .st-site-header.st-style1.st-color1 .st-nav .st-nav-list li a.active,
  .st-site-header.st-style1.st-color1 .st-nav .st-nav-list > li > a:hover,
  .st-site-header.st-style1.st-color1 .st-top-header-list li a:hover {
    color: #E5C2A5;
  }
}
@media screen and (max-width: 991px) {
  .st-munu-dropdown-toggle {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 5px;
  }
  .st-munu-dropdown-toggle:before, .st-munu-dropdown-toggle:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: #666;
    transition: all 0.3s ease;
  }
  .st-munu-dropdown-toggle:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .st-munu-dropdown-toggle.active:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .st-nav .st-nav-list {
    position: absolute;
    width: 100vw;
    left: 0;
    background-color: #fff;
    padding: 10px 0;
    display: none;
    top: 100%;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    overflow: auto;
    max-height: calc(100vh - 80px);
  }
  .st-nav .st-nav-list ul {
    padding-left: 15px;
    display: none;
  }
  .st-nav .st-nav-list a {
    display: block;
    padding: 8px 20px;
  }
  .st-nav .menu-item-has-children {
    position: relative;
  }
  /*Mobile Menu Button*/
  .st-munu-toggle {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 27px;
    margin: 15px 0px 15px 0px;
    cursor: pointer;
  }
  .st-munu-toggle span,
  .st-munu-toggle span:before,
  .st-munu-toggle span:after {
    width: 100%;
    height: 2px;
    background-color: #666;
    display: block;
  }
  .st-munu-toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }
  .st-munu-toggle span:before {
    content: "";
    position: absolute;
    margin-top: -8px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .st-munu-toggle span:after {
    content: "";
    position: absolute;
    margin-top: 8px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .st-toggle-active span {
    background-color: rgba(0, 0, 0, 0);
    transition-delay: 0.2s;
  }
  .st-toggle-active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .st-toggle-active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
}
.st-sticky-header {
  position: fixed;
  z-index: 200;
  width: 100%;
  top: 0;
  left: 0;
}

.st-site-branding {
  display: inline-block;
}

.st-opening-hr {
  margin-top: 57px;
}
.st-opening-hr .st-opening-hr-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.st-opening-hr .st-opening-date {
  font-size: 15px;
  line-height: 1.6em;
  color: #b5b5b5;
  font-weight: 400;
  margin-bottom: -1px;
}
.st-opening-hr .st-opening-time {
  font-size: 15px;
  line-height: 1.6em;
}

@media screen and (min-width: 991px) {
  .st-site-header.st-style2 {
    width: 300px;
    background: #fff;
    height: 100vh;
    border-right: 1px solid #eaeaea;
    overflow: auto;
  }
  .st-site-header.st-style2 .st-nav .st-nav-list {
    flex-direction: column;
  }
  .st-site-header.st-style2 .st-nav .st-nav-list > li {
    margin-right: 0;
  }
  .st-site-header.st-style2 .st-nav .st-nav-list > li > a {
    padding: 10px 0;
  }
  .st-site-header.st-style2 .st-main-header {
    position: relative;
    padding: 40px 25px 80px;
  }
  .st-site-header.st-style2 .st-main-header:after {
    content: "";
    position: fixed;
    height: 80px;
    width: 299px;
    left: 0;
    bottom: 0;
    background-color: #fff;
  }
  .st-site-header.st-style2 .st-social-btn.st-style1 {
    position: fixed;
    bottom: 40px;
    left: 40px;
  }
  .st-site-header.st-style2 .st-social-btn.st-style1 li {
    color: #b5b5b5;
    margin-right: 20px;
    font-size: 18px;
  }
  .st-site-header.st-style2 .st-social-btn.st-style1 li:last-child {
    margin-right: 0;
  }
  .st-site-header.st-style2 .st-social-btn.st-style1 li a:hover {
    color: #666;
  }
  .st-site-header.st-style2 .st-main-header-left {
    margin-bottom: 24px;
  }
  .st-site-header.st-style2 .st-btn.st-style1 {
    margin-top: 20px;
    font-size: 14px;
    padding: 0.6em 1.3em;
  }
  .st-get-sidebar {
    padding-left: 300px;
  }
  .st-get-sidebar .st-sticky-footer {
    left: 300px;
    max-width: calc(100% - 300px);
  }
}
@media screen and (max-width: 991px) {
  .st-site-header .st-btn,
  .st-site-header.st-style2 .st-opening-hr,
  .st-site-header.st-style2 .st-social-btn.st-style1 {
    display: none !important;
  }
  .st-site-header.st-style2 {
    background-color: #fff;
  }
  .st-site-header.st-style2 .st-nav {
    display: flex;
  }
  .st-site-header.st-style2 .st-main-header-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
  }
  .st-site-header.st-style1.st-type2 .st-main-header-center {
    position: initial;
    transform: initial;
  }
  .st-site-header.st-style1.st-type2 .st-main-header-center + .st-main-header-right {
    display: none;
  }
}
.footer-main-section {
  background: #A74833;
  border-bottom: 1px solid #E5C2A5;
  padding: 112px 0;
}
.footer-main-section .footer-inner-sec {
  display: grid;
  gap: 30px;
  grid-template-columns: 25% 13.3% 18.6% 20%;
  justify-content: center;
}
.footer-main-section .footer-inner-sec .footer-boxes {
  position: relative;
  z-index: 2;
  color: var(--primary-color);
  padding-right: 45px;
}
.footer-main-section .footer-inner-sec .footer-boxes .footer-logo-con figure {
  margin-bottom: 20px;
}
.footer-main-section .footer-inner-sec .footer-boxes .footer-logo-con p {
  margin-bottom: 22px;
  font-family: Panton;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #F2E0D5;
}
.footer-main-section .footer-inner-sec .footer-boxes .footer-logo-con .social-links {
  position: unset;
  transform: unset;
}
.footer-main-section .footer-inner-sec .footer-boxes .footer-logo-con .social-links ul li {
  padding: 0;
}
.footer-main-section .footer-inner-sec .footer-boxes .footer-logo-con .social-links ul li a {
  color: #A74833;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #E5C2A5;
  transition: 0.4s ease-in-out;
}
.footer-main-section .footer-inner-sec .footer-boxes .footer-logo-con .social-links ul li a i {
  font-size: 24px;
}
.footer-main-section .footer-inner-sec .footer-boxes .footer-logo-con .social-links ul li a:hover {
  background: #DA896B;
}
.footer-main-section .footer-inner-sec .footer-boxes .footer-logo-con .social-links ul li:first-child {
  margin-left: 0;
}
.footer-main-section .footer-inner-sec .footer-boxes .footer-logo-con .social-links ul li:last-child {
  margin-right: 0;
}
.footer-main-section .footer-inner-sec .footer-text-boxes {
  padding-left: 22px;
  margin-top: -4px;
}
.footer-main-section .footer-inner-sec .footer-text-boxes ul li a,
.footer-main-section .footer-inner-sec .footer-text-boxes ul li a i,
.footer-main-section .footer-inner-sec .footer-text-boxes ul li {
  color: #F2E0D5;
}
.footer-main-section .footer-inner-sec .footer-text-boxes ul li {
  padding-left: 20px;
  margin-bottom: 7px;
}
.footer-main-section .footer-inner-sec .footer-text-boxes ul li i {
  position: absolute;
  left: 0;
}
.footer-main-section .footer-inner-sec .footer-text-boxes ul li a:hover {
  color: #E5C2A5;
}
.footer-main-section .footer-inner-sec .footer-text-boxes h4 {
  margin-bottom: 12px;
  color: #DA896B;
}
.footer-main-section .footer-inner-sec:last-child h4 {
  margin-bottom: 14px;
}
.footer-main-section .footer-inner-sec:last-child ul li {
  padding-left: 26px;
  padding-left: 27px;
  margin-bottom: 13px;
  font-size: 14px;
}
.footer-main-section .footer-inner-sec:last-child ul li:last-child br {
  display: none;
}
.footer-main-section .footer-inner-sec:last-child ul li:last-child i {
  top: 6px;
}
.footer-main-section .footer-text-boxes ul li a,
.footer-main-section .footer-logo-con p,
.footer-main-section .footer-text-boxes ul li a i {
  font-size: 1rem;
  line-height: 1.25;
}
.footer-main-section::after {
  content: "";
  background: url(../img/footer-shape-img.png) no-repeat center;
  width: 301px;
  height: 285px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .footer-main-section {
    padding-bottom: 50px;
  }
  .footer-main-section .footer-inner-sec {
    gap: 20px;
    grid-template-columns: 100%;
    margin-top: -20px;
  }
  .footer-main-section .footer-inner-sec .footer-boxes .footer-logo-con figure {
    width: 65%;
    margin-bottom: 18px;
  }
  .footer-main-section .footer-inner-sec .footer-boxes .footer-logo-con figure img {
    width: 100%;
  }
  .footer-main-section .footer-inner-sec .footer-text-boxes {
    padding-left: 0;
  }
}

.copy-rihgt-sec {
  padding: 25px 25px;
  background: #A74833;
}
.copy-rihgt-sec p {
  font-size: 12px;
  color: #fff;
}

.btn-whatsapp {
  position: fixed;
  z-index: 9;
  right: 24px;
  bottom: 18px;
}

.btn-whatsapp #whats {
  background-color: #35C369;
  border-radius: 50%;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
  width: 56px;
  height: 56px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-whatsapp #whats i {
  color: #fff;
  font-size: 24px;
  left: -1px;
  position: relative;
}

.btn-whatsapp .box-popup {
  display: none;
  position: absolute;
  bottom: calc(100% + 30px);
  background: #fff;
  padding: 20px;
  /* width: 200px; */
  text-align: center;
  border-radius: 20px;
  left: calc(50% - 107.5px);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
}

.btn-whatsapp .box-popup .box-opcoes a {
  display: block;
  width: 175px;
  background: #eee;
  border-radius: 30px;
  color: #174288;
  padding: 10px;
  transition: 0.2s;
}

.btn-whatsapp .box-popup .box-opcoes a:last-child {
  margin-top: 12px;
}

.btn-whatsapp .box-popup .box-opcoes a:hover {
  background: #174288;
  color: #fff;
}

.btn-whatsapp .box-popup::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -20px;
  right: calc(50% - 10px);
  display: block;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

@media screen and (max-width: 764px) {
  .btn-whatsapp {
    right: 28px;
    bottom: 14px;
  }
  .btn-whatsapp #whats {
    width: 45px;
    height: 45px;
  }
  .btn-whatsapp #whats i {
    font-size: 1.5rem;
  }
  .btn-whatsapp .box-popup {
    bottom: calc(100% + 15px);
    left: calc(50% - 95px);
  }
  .btn-whatsapp .box-popup .box-opcoes a {
    width: 150px;
  }
}
.st-perloader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  left: 0;
  top: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-perloader .st-perloader-in {
  position: relative;
}
.st-perloader .st-perloader-in svg {
  width: 110px;
  height: 110px;
}
.st-perloader .st-wave-first svg {
  fill: #eaeaea;
}
.st-perloader .st-wave-second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  animation: spark 1.25s linear infinite;
}
.st-perloader .st-wave-second svg {
  fill: #0cb8b6;
}
.st-perloader.st-color1 .st-wave-second svg {
  fill: #27b1d9;
}
.st-perloader.st-color2 .st-wave-second svg {
  fill: #ff375f;
}

@keyframes spark {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
.index3-banner-section {
  height: 828px;
  padding-top: 108px;
  overflow: hidden;
  background-color: #F9E1D6;
}
.index3-banner-section .banner-inner-con {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 50% 46%;
  gap: 40px;
  align-items: center;
  grid-template-columns: 50% 47%;
}
.index3-banner-section .banner-txt-section {
  margin-top: -38px;
}
.index3-banner-section .banner-txt-section span {
  padding-left: 65px;
  display: block;
  margin-bottom: 12px;
  color: #DA896B;
}
.index3-banner-section .banner-txt-section span::before {
  content: "";
  width: 53px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #DA896B;
}
.index3-banner-section .banner-txt-section h1 {
  color: #8D4737;
}
.index3-banner-section .banner-txt-section p {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 400;
  margin-bottom: 30px;
  color: #A74833;
}
@media only screen and (max-width: 767px) {
  .index3-banner-section {
    padding: 384px 0 0;
  }
  .index3-banner-section .banner-inner-con {
    gap: 40px;
    grid-template-columns: 100%;
    text-align: center;
  }
  .index3-banner-section .banner-txt-section span {
    display: inline-block;
  }
  .index3-banner-section .banner-txt-section h1 {
    font-size: 2rem;
  }
}

.service-main-section {
  width: 100%;
  background-color: #FAFAFA;
}
.service-main-section .index2-service-slider {
  width: 100%;
}
.service-main-section .index2-service-slider .service-slider2 {
  padding: 42px 44px 34px;
  border-radius: 15px;
  transition: 0.3s ease-in-out;
  border-top: 2px solid #DA896B;
  box-shadow: 6px 6px 83px 20px rgba(0, 0, 0, 0.03);
}
.service-main-section .index2-service-slider .service-slider2 h4 {
  margin: 0.875rem 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #A74833;
}
.service-main-section .index2-service-slider .service-slider2 p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #0D0D0D;
}
.service-main-section .index2-service-slider .service-slider2 a {
  color: #DA896B;
  font-weight: 700;
  font-size: 14px;
}
.service-main-section .index2-service-slider .service-slider2 a i {
  margin-left: 7px;
}
.service-main-section .index2-service-slider .service-slider2 a:hover {
  color: #A74833;
}
.service-main-section .index2-service-slider .service-slider2 figure {
  transition: 0.3s ease-in-out;
}
.service-main-section .index2-service-slider .service-slider2:hover {
  border-color: #DA896B;
}
.service-main-section .index2-service-slider .service-slider2:hover figure {
  transform: translateY(8px);
}
.service-main-section .index2-service-slider .service-slider2:hover h4 {
  color: #DA896B;
}
@media screen and (max-width: 767px) {
  .service-main-section .index2-service-slider .service-slider2 {
    width: 85%;
    margin: 1rem auto;
    padding: 30px 20px 25px;
  }
}

.about-section .image {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.about-section .image::before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.about-section .image:hover::before {
  animation: shine 1s;
}
.about-section .sec-title .generic-title {
  text-align: left;
}
.about-section .sec-title .generic-title h2 {
  text-align: left;
}
.about-section .sec-title .generic-title span {
  text-align: left;
}
.about-section .sec-title .text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  color: #0D0D0D;
}
@media screen and (max-width: 767px) {
  .about-section .sec-title h2 {
    font-size: 1.875rem;
    line-height: 1.25;
  }
}
.about-section ul.list {
  position: relative;
  margin-top: 50px;
  margin-bottom: 40px;
}
.about-section ul.list li {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}
.about-section ul.list li::before {
  width: 14px;
  height: 14px;
  display: block;
  content: "";
  margin-right: 10px;
  background-image: url("../img/icons/list-icon.svg");
}

.team-one {
  position: relative;
  display: block;
  z-index: 2;
  background-color: #DA896B;
}
.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.team-one__img img {
  width: 100%;
  transition: all 500ms ease;
}
.team-one__content {
  position: relative;
  display: block;
  background: url("../img/about/shape-doctor.svg") no-repeat center top;
  background-size: cover;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.04);
  padding: 64px 24px 28px;
  margin-top: -44px;
  z-index: 2;
}
.team-one__name {
  font-size: 1.5rem;
  line-height: 38px;
  font-weight: 700;
}
.team-one__name a {
  color: #A74833;
  transition: all 500ms ease;
}
.team-one__sub-title {
  font-size: 1rem;
  color: #DA896B;
  line-height: 1.125;
}
.team-one__sub-title strong {
  display: block;
}

.contact-main-sec .contact-main-box {
  display: grid;
  gap: 76px;
  grid-template-columns: 31.6% 61.5%;
}
.contact-main-sec .contact-main-box .contact-detail {
  display: flex;
  gap: 20px;
  border-radius: 15px;
  padding: 38px 35px;
  margin-bottom: 30px;
  box-shadow: 6px 6px 83px 20px rgba(0, 0, 0, 0.03);
}
.contact-main-sec .contact-main-box .contact-detail figure {
  margin-top: 5px;
  transition: 0.3s ease-in-out;
}
.contact-main-sec .contact-main-box .contact-detail h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  color: #A74833;
}
.contact-main-sec .contact-main-box .contact-detail p, .contact-main-sec .contact-main-box .contact-detail a {
  color: #E5C2A5;
  font-size: 1rem;
  line-height: 1.5;
}
.contact-main-sec .contact-main-box .contact-detail:hover figure {
  transform: translateY(-8px);
}
.contact-main-sec .contact-main-box .contact-detail:last-child {
  margin-bottom: 0;
}
.contact-main-sec .contact-main-box .contact-txt a {
  display: block;
  color: #E5C2A5;
  text-decoration: none;
}
.contact-main-sec .contact-main-box .contact-txt a:hover {
  color: #DA896B;
}
.contact-main-sec .contact-form {
  width: 100%;
}
.contact-main-sec .contact-form span {
  margin-bottom: 11px;
  color: #E5C2A5;
}
.contact-main-sec .contact-form h2 {
  margin-bottom: 10px;
  color: #A74833;
}
.contact-main-sec .contact-form .form-box ul {
  display: grid;
  gap: 20px 15px;
  grid-template-columns: 48.8% 48.8%;
  margin-bottom: 20px;
}
.contact-main-sec .contact-form .form-box ul li {
  position: relative;
}
.contact-main-sec .contact-form .form-box ul li i {
  position: absolute;
  right: 10px;
  top: 21px;
  font-size: 14px;
  right: 17px;
  color: #A74833;
}
.contact-main-sec .contact-form .form-box ul li input, .contact-main-sec .contact-form .form-box ul li select {
  border: none;
  font-size: 14px;
  height: 53px;
  color: var(--primary-color) !important;
  width: 100%;
  background: #ef916c;
  box-shadow: 0 0 0 1px #f3ad91;
  padding: 10px 35px 10px 23px;
  border-radius: 5px;
}
.contact-main-sec .contact-form .form-box ul li input {
  height: 58px;
  background: transparent;
  color: #0D0D0D !important;
  box-shadow: 0 0 0 1px #DA896B;
  padding: 8px 15px 10px 21px;
}
.contact-main-sec .contact-form .form-box ul li input:focus {
  box-shadow: 0 0 0 1px #DA896B;
}
.contact-main-sec .contact-form .form-box ul li textarea {
  height: 121px;
  resize: none;
  width: 100%;
  border-radius: 5px;
  padding: 15px 10px 10px 20px;
  color: #0D0D0D;
  border: none;
  box-shadow: 0 0 0 1px #DA896B;
}
.contact-main-sec .contact-form .form-box ul li textarea::-moz-placeholder {
  font-size: 14px;
}
.contact-main-sec .contact-form .form-box ul li textarea::placeholder {
  font-size: 14px;
}
.contact-main-sec .contact-form .form-box ul li textarea:focus {
  outline: none;
  box-shadow: 0 0 0 1px #DA896B;
  border: none;
}
.contact-main-sec .contact-form .form-box ul li:last-child {
  grid-column: 1/-1;
}
.contact-main-sec .contact-form .form-box button {
  width: 100%;
  height: 60px;
  font-weight: 700;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  background: #DA896B;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.contact-main-sec .contact-form .form-box button:focus {
  outline: none;
}
.contact-main-sec .contact-form .form-box button:hover {
  background: #8D4737;
}
.contact-main-sec .form-box ul li input::-moz-placeholder {
  color: #0D0D0D;
}
.contact-main-sec .form-box ul li input::placeholder,
.contact-main-sec .form-box ul li i,
.contact-main-sec .btn-secondary {
  color: #0D0D0D;
}
@media only screen and (max-width: 767px) {
  .contact-main-sec .padding-bottom {
    padding-bottom: 60px;
  }
  .contact-main-sec .contact-main-box {
    gap: 40px;
    grid-template-columns: 100%;
  }
}

/* page title */
.page-title {
  position: relative;
  padding: 232px 0 124px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-title h1 {
  position: relative;
  z-index: 2;
  color: #F2E0D5;
  font-size: 70px;
}
.page-title::before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.bredcrumb-wrap {
  background: #fff;
  padding: 26px 0;
}
.bredcrumb-wrap ul.bredcrumb-list {
  display: flex;
  margin: 0;
  padding: 0;
}
.bredcrumb-wrap ul.bredcrumb-list li {
  margin-right: 10px;
  position: relative;
  color: #DA896B;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
.bredcrumb-wrap ul.bredcrumb-list span {
  content: "\f054";
  display: inline-block;
  color: #E5C2A5;
  font-weight: 900;
  font-size: 16px;
  margin-right: 8px;
}

.page-services {
  width: 100%;
  background-color: #FAFAFA;
}
.page-services.padding-top {
  padding-top: 84px;
}
.page-services.padding-bottom {
  padding-bottom: 84px;
}
.page-services .category-widget {
  background: #FFFFFF;
  border: 1px solid #DA896B;
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 40px;
}
.page-services .category-widget h4.category-widget-title {
  color: #A74833;
  font-size: 28px;
  margin-bottom: 25px;
}
.page-services ul.category-widget-list li {
  margin-bottom: 9px;
}
.page-services ul.category-widget-list li a {
  border: 1px solid #DA896B;
  border-radius: 8px;
  display: block;
  padding: 14px 18px;
  color: #DA896B;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.page-services ul.category-widget-list li a i {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #DA896B;
  opacity: 0;
}
.page-services ul.category-widget-list li a:hover {
  color: #fff;
  background: #DA896B;
  border-color: #DA896B;
}
.page-services ul.category-widget-list li.active a {
  color: #fff;
  background: #DA896B;
  border-color: #DA896B;
}
.page-services ul.category-widget-list li.active a i {
  opacity: 1;
}
.page-services .service-details-image {
  width: 100%;
  margin-bottom: 2rem;
}
.page-services .service-details-title {
  margin: 1rem 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #A74833;
}
.page-services .service-details-subtitle {
  margin-top: -12px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #A74833;
}
.page-services .service-details-title2 {
  margin: 1rem 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  color: #A74833;
}
.page-services .service-details-desc {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875;
  color: #0D0D0D;
  margin-bottom: 18px;
}
.page-services .service-details-lsit {
  font-size: 15px;
  font-weight: 500;
  color: #2C2A49;
}
.page-services .service-details-lsit li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.page-services .service-details-lsit li:before {
  width: 14px;
  height: 14px;
  display: block;
  content: "";
  margin-right: 10px;
  background-image: url(../img/icons/list-icon.svg);
}
.page-services .service-details-icon-box-icon {
  width: 80px;
  height: 80px;
  background: #FF7558;
  border-radius: 140px;
  text-align: center;
  line-height: 87px;
  color: #fff;
  font-size: 35px;
  margin-right: 18px;
}
.page-services .service-details-download-wrap {
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  padding: 22px 35px 13px;
}
.page-services .service-details-download-wrap-title {
  margin-bottom: 4px;
}
.page-services .service-details-download-wrap-icon {
  font-size: 35px;
  color: #DA896B;
  margin-right: 20px;
  margin-top: 5px;
}
.page-services .service-details-download-wrap-btn {
  background: rgba(255, 117, 88, 0.15);
  border-radius: 30px;
  display: inline-flex;
  margin-bottom: 10px;
  padding: 1.5px 27px;
  font-size: 15px;
  font-weight: 600;
}
.page-services .service-details-download-wrap-btn:hover {
  color: #fff;
  background: #DA896B;
}/*# sourceMappingURL=styles.css.map */