@import "../fonts/stylesheet.css";
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0;
}

body {
  color: #000000;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44em;
  overflow-x: hidden;
}
body::-webkit-scrollbar-thumb {
  background: #A97142;
}
body::-webkit-scrollbar-track {
  background: #ffffff;
}
body::-webkit-scrollbar {
  width: 10px;
}
body.scroll-disable {
  overflow: hidden;
}

.container {
  max-width: 1271px !important;
}
.container.small-container {
  max-width: 766px !important;
}
.container.large {
  max-width: 1271px !important;
}

h1, .h1 {
  font-family: "Antonio";
  font-style: normal;
  font-weight: 700;
  font-size: 110px;
  line-height: 136px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  h1, .h1 {
    font-size: 70px;
    line-height: 90px;
  }
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 50px;
    line-height: 70px;
  }
}
h1.medium, .h1.medium {
  font-size: 80px;
  line-height: 104px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1E1E1E;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  h1.medium, .h1.medium {
    font-size: 70px;
    line-height: 90px;
  }
}
@media screen and (max-width: 767px) {
  h1.medium, .h1.medium {
    font-size: 50px;
    line-height: 70px;
  }
}

h2, .h2 {
  font-family: "Noir Pro";
  font-weight: 600;
  font-size: 39px;
  line-height: 53px;
  color: #484848;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
h2.large, .h2.large {
  font-family: "Antonio";
  font-weight: 700;
  font-size: 89px;
  line-height: 136px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  h2.large, .h2.large {
    font-size: 60px;
    line-height: 100px;
  }
}
@media screen and (max-width: 767px) {
  h2.large, .h2.large {
    font-size: 40px;
    line-height: 50px;
  }
}
h2.small, .h2.small {
  font-size: 29px;
  line-height: 35px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  h2.small, .h2.small {
    font-size: 26px;
    line-height: 30px;
  }
}
h2.medium, .h2.medium {
  font-family: "Noir Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 47px;
  color: #484848;
}
@media screen and (max-width: 767px) {
  h2.medium, .h2.medium {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
  }
}

h3, .h3 {
  font-family: "Sen";
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  text-transform: capitalize;
}
h3.medium, .h3.medium {
  font-family: "Noir Pro";
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
}
h3.small, .h3.small {
  font-family: "Noir Pro";
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #484848;
}
h3.special, .h3.special {
  font-family: "Noir Pro";
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #484848;
}

h4, .h4 {
  font-family: "Noir Pro";
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #484848;
}

h5, .h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Tofino Narrow", helvetica, arial, sans-serif;
}

p {
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 1.44em;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  p {
    font-size: 16px;
  }
}
p.large {
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  p.large {
    line-height: 24px;
  }
}
p.medium {
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #ffffff;
}
p.small {
  font-size: 14px;
  line-height: 27px;
  color: #484848;
}
@media screen and (max-width: 767px) {
  p.small {
    font-size: 14px;
    line-height: 20px;
  }
}
p.form-text {
  font-weight: 500;
  font-size: 13px;
  line-height: 29px;
  color: #646464;
}
p.service-text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  color: #484848;
}
@media screen and (max-width: 1024px) {
  p.service-text {
    font-size: 14px;
  }
}
p.blog-text {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #6D6D6D;
}

strong {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.13em;
  color: #B08D57;
  text-transform: uppercase;
}
strong.large {
  font-weight: 500;
  font-size: 28.9005px;
  line-height: 36px;
  font-family: "Parisian Std";
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  strong.large {
    font-size: 20px;
  }
}
strong.small {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #484848;
  text-transform: capitalize;
  margin-bottom: 4px;
}

a {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #484848;
  text-decoration: none;
}
a.large {
  font-size: 16px;
  line-height: 33px;
}
a.small {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #484848;
  text-transform: capitalize;
  margin-bottom: 4px;
}
a:hover {
  color: #804A00;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  display: inline-block;
}

img {
  max-width: 100%;
  display: block;
}

.btn-style {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #ffffff;
  min-width: 302px;
  height: 68px;
  background: #B08D57;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .btn-style {
    min-width: 200px;
  }
}
.btn-style:hover {
  background: #804A00;
  color: #ffffff;
}
.btn-style.small {
  min-width: 197px;
  height: 50px;
  color: #ffffff;
}
.btn-style.submit-btn {
  position: absolute;
  color: #1E1E1E;
  right: -6px;
  top: 40px;
  min-width: 20px;
  height: 21px;
  background: url(../images/paperplan.svg) no-repeat center;
  background-size: 40%;
}
.btn-style.form-btn {
  text-transform: capitalize;
  min-width: 295px;
  height: 64px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.custom-flex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.heading-title {
  border-bottom: 4px solid #A97142;
  padding: 35px 0 27px 0;
}

.form-group label {
  font-family: "Noir Pro";
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
  color: #484848;
}
.form-group .form-control {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  background: #F5F5F5;
  border: none;
  display: block;
  width: 100%;
  min-height: 54.54px;
  padding: 10px 15px;
  border-radius: 3px;
  color: #804A00;
  text-transform: unset;
  font-family: "Montserrat";
}
.form-group .form-control::placeholder {
  color: #CECECE;
}
.form-group .form-control:focus {
  box-shadow: unset;
}
.form-group .form-control.single-input {
  background: transparent;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: #ffffff;
  padding-left: 0;
}
.form-group .form-control.single-input::placeholder {
  color: #ffffff;
}

textarea.form-control {
  height: 200px;
}

.owl-nav {
  display: none;
  position: absolute;
  top: -157px;
  width: 94%;
}

#toggle {
  display: none;
  height: 24px;
  width: 24px;
  background: url("../images/001-menu.svg") no-repeat;
  background-size: 100%;
  border: none;
}
@media screen and (max-width: 991px) {
  #toggle {
    display: inline-block;
  }
}
#toggle.active {
  background: url("../images/002-cancel.svg") no-repeat;
  background-size: 100%;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 48px;
  left: 22px;
  z-index: 999;
}

.pagination {
  width: 100%;
  text-align: center;
  margin: 30px 0;
  display: inline-block;
}
.pagination li {
  display: inline-flex;
  align-items: center;
}
.pagination li .page-numbers {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 3px;
}
.pagination li .page-numbers:hover {
  color: #ffffff;
  background: #804A00;
}
.pagination li.active .current {
  color: #ffffff;
  background: #804A00;
  margin-right: 3px;
}

.wpcf7-not-valid-tip {
  color: #A97142;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  padding: 10px 15px !important;
  font-weight: 600;
  width: 100%;
  display: block;
  max-width: 100%;
  clear: both;
  margin-left: 0 !important;
}

.standard-content {
  font-size: 16px;
  line-height: 24px;
  /*  table {
      visibility: hidden;
      &.table {
        visibility: visible;
      }
    }*/
}
.standard-content h3, .standard-content h4, .standard-content h5, .standard-content h6 {
  margin: 0 0 10px;
}
.standard-content h3 {
  font-weight: 700;
  margin: 35px 0 5px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .standard-content h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 25px 0 5px;
  }
}
.standard-content h4 {
  font-weight: 600;
  padding: 12px 0 5px;
  margin: 0;
}
.standard-content hr {
  margin: 0 0 15px;
  border-top: 1px solid #d6dfe8;
}
.standard-content p {
  font-size: 16px;
  margin: 0 0 20px;
}
.standard-content ol, .standard-content ul {
  font-size: 16px;
}
.standard-content ol.wrapped li, .standard-content ul.wrapped li {
  font-weight: 600;
  color: #484848;
  font-size: 16px;
}
.standard-content ol.wrapped li span, .standard-content ul.wrapped li span {
  font-weight: 400;
  color: #484848;
  display: inline-block;
  vertical-align: top;
}
.standard-content ol.wrapped li span {
  margin-left: 3px;
}
.standard-content ul {
  padding: 0;
  margin: 20px 0;
  padding-left: 20px;
  list-style: none;
  font-size: 16px;
}
.standard-content ul li {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.standard-content ul li ul {
  margin: 0;
  font-size: 16px;
}
.standard-content ul li:before {
  content: "";
  left: 0;
  top: 9px;
  background: #ffffff;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 2px solid #804A00;
  display: block;
  position: absolute;
  transition: 0.1s;
}
.standard-content ul li:hover {
  /*&:before {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid $blue;
    border-bottom: 5px solid transparent;
    border-radius: 0;
    border-right: 0;
  }*/
}
.standard-content img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 20px 0 40px;
}
.standard-content img.left, .standard-content img[style*="float: left;"], .standard-content img[style*="float:left;"] {
  width: auto;
  height: auto;
  float: left;
  margin: 7px 15px 10px 0;
}
@media screen and (max-width: 767px) {
  .standard-content img.left, .standard-content img[style*="float: left;"], .standard-content img[style*="float:left;"] {
    float: none !important;
    display: block;
    margin: 20px 0 20px 0;
  }
}
.standard-content img.right, .standard-content img[style*="float: right;"], .standard-content img[style*="float:right;"] {
  width: auto;
  height: auto;
  float: right;
  margin: 7px 0 10px 15px;
}
@media screen and (max-width: 767px) {
  .standard-content img.right, .standard-content img[style*="float: right;"], .standard-content img[style*="float:right;"] {
    float: none !important;
    display: block;
    margin: 20px 0 20px 0;
  }
}
.standard-content img.kv-play-icon {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  margin: auto !important;
}
.standard-content figure {
  margin: 0 0 10px;
}
.standard-content figure figcaption {
  text-align: center;
  font-style: italic;
  font-size: 12px;
}
.standard-content dl {
  margin: 0 0 10px;
  font-size: 16px;
}
.standard-content dl dd {
  padding: 0 0 0 10px;
  margin: 0 0 10px;
  font-size: 16px;
}
.standard-content meter {
  width: 100%;
  margin: 0 0 10px;
}
.standard-content progress {
  width: 100%;
  margin: 0 0 10px;
}
.standard-content details {
  margin: 0 0 10px;
}
.standard-content details summary {
  font-weight: bold;
}
.standard-content details p {
  margin-left: 15px;
}
.standard-content blockquote {
  margin: 0 0 30px;
}
.standard-content blockquote:before, .standard-content blockquote:after {
  font-size: 20px;
  content: '"';
}
.standard-content .table-wrapper {
  width: 100%;
  overflow-y: auto;
  padding-bottom: 6px;
  margin: 25px 0 20px;
}
@media screen and (max-width: 767px) {
  .standard-content .table-wrapper {
    margin: 15px 0 15px;
  }
}
.standard-content .table-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
}
.standard-content .table-wrapper::-webkit-scrollbar-thumb {
  border: 1px solid #4A4A4A;
  background-color: #4A4A4A;
}
.standard-content .table-wrapper table {
  visibility: visible;
  width: 100%;
  margin: 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .standard-content .table-wrapper table {
    width: 1200px;
    font-size: 17px;
  }
}
.standard-content .table-wrapper table caption {
  display: none;
}
.standard-content .table-wrapper table thead {
  background-color: #804A00;
}
.standard-content .table-wrapper table thead tr th {
  color: #ffffff;
  line-height: 28px;
  font-weight: 600;
  border-bottom: 0;
  padding: 12px 15px;
  text-transform: uppercase;
  font-size: 16px;
}
.standard-content .table-wrapper table tbody tr td {
  padding: 15px 15px;
  font-weight: 400;
  font-size: 16px;
}
.standard-content .table-wrapper table tbody tr:last-of-type {
  border-bottom: 1px solid #4A4A4A;
}
.standard-content iframe {
  display: block;
}
.standard-content .embed-responsive {
  margin-top: 25px;
  margin-bottom: 25px;
}
.standard-content .embed-responsive iframe {
  visibility: visible;
}
.standard-content .show-iframe iframe {
  visibility: visible;
  width: 100%;
  height: 530px;
}
@media screen and (max-width: 767px) {
  .standard-content .show-iframe iframe {
    height: 257px;
  }
}
.standard-content .show-iframe iframe[src*="/slideshows/"] {
  width: 100% !important;
  max-width: 100% !important;
  height: 530px !important;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .standard-content .show-iframe iframe[src*="/slideshows/"] {
    height: 257px !important;
  }
}
.standard-content iframe.cke_wysiwyg_frame.cke_reset {
  visibility: visible;
}
.standard-content a.btn {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .standard-content a.btn {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.standard-content a.btn-download span, .standard-content a.btn-download strong {
  display: inline-block;
  margin-right: 10px;
}
.standard-content #h5 {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .standard-content #h5[style*=width] {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
  }
}
.standard-content .centered-image img {
  left: auto !important;
  transform: none;
}

header .header-top {
  padding: 20px 0;
}
header .header-top .logo {
  max-width: 163px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header .header-top .logo {
    max-width: 120px;
  }
}
header .header-top .logo img {
  width: 100%;
  height: 100%;
}
header .header-top .contact a {
  display: block;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1042px) and (min-width: 991px) {
  header .header-top .contact a {
    font-size: 12px;
  }
}
header .header-top .contact a i {
  color: #A97142;
  margin-right: 7.43px;
}
header .header-top .contact a:hover {
  color: #A97142;
}
header .header-top .address-contact {
  justify-content: flex-end;
  column-gap: 40px;
  width: 100%;
}
@media screen and (max-width: 1199px) and (min-width: 991px) {
  header .header-top .address-contact {
    column-gap: 15px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 991px) {
  header .header-top .address-contact .address p.small, header .header-top .address-contact .address a span, header .header-top .address-contact .contact p.small, header .header-top .address-contact .contact a span {
    font-size: 12px;
  }
}
header .header-main {
  background: #A97142;
}
header .header-main nav .menu {
  display: block;
}
@media screen and (max-width: 991px) {
  header .header-main nav .menu {
    display: none;
  }
}
header .header-main nav .menu li:not(:last-of-type) {
  margin-right: 54px;
}
@media screen and (max-width: 1255px) and (min-width: 991px) {
  header .header-main nav .menu li:not(:last-of-type) {
    margin-right: 20px;
  }
}
header .header-main nav .menu li a {
  color: #ffffff;
  position: relative;
}
header .header-main nav .menu li a:after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 0;
  height: 2px;
  background: #ffffff;
  left: 0;
  bottom: -5px;
}
header .header-main nav .menu li a.active:after, header .header-main nav .menu li a:hover:after {
  width: 100%;
}
header .header-main nav .menu li.current-menu-item a {
  font-weight: 700;
}
header .header-main nav .menu li.current-menu-item a:after {
  width: 100%;
}
header .header-main nav .menu.active {
  display: block;
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  background: #A97142;
  top: 0;
  padding-top: 90px;
}
header .header-main nav .menu.active li {
  display: block;
  margin: 10px 20px;
}
header .header-main nav .menu.active li a {
  font-size: 18px;
}
header .header-main .btn-style {
  background: #804A00;
  border-radius: unset;
  min-width: 302px;
}
@media screen and (max-width: 1255px) and (min-width: 768px) {
  header .header-main .btn-style {
    min-width: 230px;
  }
}
@media screen and (max-width: 767px) {
  header .header-main .btn-style {
    min-width: 230px;
    font-size: 12px;
  }
}
header .header-main .btn-style:hover {
  background: #B08D57 !important;
}
header .header-main .btn-style.active {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 350px;
  margin: 0 auto;
  bottom: 10px;
  z-index: 9999;
}

#banner {
  padding: 124px 0 142px 0;
  background-size: cover;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #banner .content-wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #banner .content-wrapper {
    text-align: center;
  }
}
#banner .content-wrapper .btn-style {
  margin-top: 57px;
}

#about-us {
  padding: 116px 0;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #about-us {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  #about-us {
    padding: 50px 0;
  }
}
#about-us .img-wrapper {
  max-width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 1200px) {
  #about-us .img-wrapper {
    margin: 0 auto;
    max-width: 100%;
  }
}
#about-us .img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
#about-us .content-wrapper {
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  #about-us .content-wrapper {
    margin: 40px auto 0 auto;
    text-align: center;
    max-width: 450px;
  }
}
#about-us .content-wrapper p {
  margin-bottom: 25px;
}
#about-us .content-wrapper p:first-of-type {
  margin: 0;
}
@media screen and (max-width: 1024px) and (min-width: 991px) {
  #about-us .content-wrapper p {
    margin-bottom: 12px;
  }
}
#about-us .btn-style.small {
  margin-top: 35px;
}
#about-us.inner-page {
  padding: 121px 0 115px 0;
}

#services {
  background: #FCF7EA;
  padding: 107px 0 113px 0;
}
#services .service-card-wrapper {
  margin-top: 89px;
}
#services .service-card-wrapper .col-lg-3 .service-card, #services .service-card-wrapper .col-md-6 .service-card {
  margin: 0 auto;
  display: block;
  text-align: center;
  background: #B08D57;
  padding: 41px 17px 22px 17px;
  border-radius: 5px;
  min-height: 402px;
  position: relative;
  max-width: 302px;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1210px) and (min-width: 991px) {
  #services .service-card-wrapper .col-lg-3 .service-card, #services .service-card-wrapper .col-md-6 .service-card {
    padding: 41px 10px 22px 10px;
  }
}
@media screen and (max-width: 767px) {
  #services .service-card-wrapper .col-lg-3 .service-card, #services .service-card-wrapper .col-md-6 .service-card {
    margin: 8px auto;
  }
}
#services .service-card-wrapper .col-lg-3 .service-card:hover, #services .service-card-wrapper .col-md-6 .service-card:hover {
  background: rgba(176, 141, 87, 0.7);
  transform: scale(1.1);
  z-index: 99;
  animation: backgroundIMG 2s ease-in-out 2s;
  animation-fill-mode: forwards;
}
#services .service-card-wrapper .col-lg-3 .service-card:hover .img-wrapper, #services .service-card-wrapper .col-md-6 .service-card:hover .img-wrapper {
  z-index: -1;
}
#services .service-card-wrapper .col-lg-3 .service-card:hover .img-wrapper img, #services .service-card-wrapper .col-md-6 .service-card:hover .img-wrapper img {
  display: block;
  opacity: 0.3;
}
#services .service-card-wrapper .col-lg-3 .service-card .img-wrapper, #services .service-card-wrapper .col-md-6 .service-card .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#services .service-card-wrapper .col-lg-3 .service-card .img-wrapper img, #services .service-card-wrapper .col-md-6 .service-card .img-wrapper img {
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
#services .service-card-wrapper .col-lg-3 .service-card .icon-wrapper, #services .service-card-wrapper .col-md-6 .service-card .icon-wrapper {
  width: 78px;
  height: 78px;
  margin: 0 auto 21px auto;
}
#services .service-card-wrapper .col-lg-3 .service-card .icon-wrapper img, #services .service-card-wrapper .col-md-6 .service-card .icon-wrapper img {
  width: 100%;
  height: 100%;
}
#services .service-card-wrapper .col-lg-3 .service-card .content-wrapper h3, #services .service-card-wrapper .col-md-6 .service-card .content-wrapper h3 {
  margin-bottom: 13px;
}
@media screen and (max-width: 1199px) and (min-width: 991px) {
  #services .service-card-wrapper .col-lg-3 .service-card .content-wrapper h3, #services .service-card-wrapper .col-md-6 .service-card .content-wrapper h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  #services .service-card-wrapper .col-lg-3 .service-card .content-wrapper h3, #services .service-card-wrapper .col-md-6 .service-card .content-wrapper h3 {
    font-size: 16px;
  }
}
#services .service-card-wrapper .col-lg-3 .service-card .content-wrapper p:first-of-type, #services .service-card-wrapper .col-md-6 .service-card .content-wrapper p:first-of-type {
  margin-bottom: 34px;
  color: #F5E3C5;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
#services .service-card-wrapper .col-lg-3 .service-card .content-wrapper p:last-of-type, #services .service-card-wrapper .col-md-6 .service-card .content-wrapper p:last-of-type {
  margin: 0;
  height: 0;
}
#services .service-card-wrapper .col-lg-3 .service-card .content-wrapper p.card-anchor, #services .service-card-wrapper .col-md-6 .service-card .content-wrapper p.card-anchor {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 42px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-decoration: underline;
  color: #F5E3C5;
}
#services .service-card-wrapper .col-lg-3:nth-of-type(2) .service-card, #services .service-card-wrapper .col-md-6:nth-of-type(2) .service-card {
  background: #A97142;
}
#services .service-card-wrapper .col-lg-3:nth-of-type(2) .service-card:hover, #services .service-card-wrapper .col-md-6:nth-of-type(2) .service-card:hover {
  background: rgba(169, 113, 66, 0.7);
  transform: scale(1.1);
  z-index: 99;
}
#services .service-card-wrapper .col-lg-3:nth-of-type(3) .service-card, #services .service-card-wrapper .col-md-6:nth-of-type(3) .service-card {
  background: #804A00;
}
#services .service-card-wrapper .col-lg-3:nth-of-type(3) .service-card:hover, #services .service-card-wrapper .col-md-6:nth-of-type(3) .service-card:hover {
  background: rgba(128, 74, 0, 0.7);
  transform: scale(1.1);
  z-index: 99;
}
#services .service-card-wrapper .col-lg-3:nth-of-type(4) .service-card, #services .service-card-wrapper .col-md-6:nth-of-type(4) .service-card {
  background: #6E3A06;
}
#services .service-card-wrapper .col-lg-3:nth-of-type(4) .service-card:hover, #services .service-card-wrapper .col-md-6:nth-of-type(4) .service-card:hover {
  background: rgba(110, 58, 6, 0.7);
  transform: scale(1.1);
  z-index: 99;
}

#our-practice {
  padding: 116px 0;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #our-practice {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  #our-practice {
    padding: 50px 0;
  }
}
#our-practice .img-wrapper {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  #our-practice .img-wrapper {
    margin: 0 auto;
  }
}
#our-practice .img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
#our-practice .content-wrapper {
  margin-right: 27px;
}
@media screen and (max-width: 991px) {
  #our-practice .content-wrapper {
    margin: 40px auto 0 auto;
    text-align: center;
    max-width: 450px;
  }
}
#our-practice .content-wrapper p {
  margin-bottom: 39px;
  font-size: 16px;
  line-height: 31px;
}
#our-practice .content-wrapper p:first-of-type {
  margin: 0;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #our-practice .content-wrapper p {
    margin-bottom: 12px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  #our-practice .content-wrapper p {
    margin-bottom: 12px;
  }
}

#eye-care {
  background: url("../images/eye-care-background.jpg") center/cover no-repeat;
  padding: 115px 0 114px 0;
}
#eye-care p.large {
  margin: 11px 0 46px 0;
}
@media screen and (max-width: 991px) {
  #eye-care p.large {
    font-size: 16px;
    line-height: 24px;
  }
  #eye-care p.large br {
    display: none;
  }
}

#gallery {
  padding: 126px 0 146px 0;
}
@media screen and (max-width: 767px) {
  #gallery {
    padding: 50px 0;
    text-align: center;
  }
}
#gallery h2 {
  margin-bottom: 97px;
}
@media screen and (max-width: 767px) {
  #gallery h2 {
    margin-bottom: 30px;
  }
}
#gallery #gallery-slider {
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1400px) {
  #gallery #gallery-slider {
    min-width: calc((100vw - 1100px) / 2 + 1190px);
    margin-left: -12px;
  }
}
#gallery #gallery-slider .item {
  height: 509px;
  width: 399px;
  margin: 0 auto;
}
#gallery #gallery-slider .item img {
  width: 100%;
  height: 100%;
}
#gallery #gallery-slider .owl-nav {
  display: block;
  height: 53px;
  text-align: right;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #gallery #gallery-slider .owl-nav {
    top: unset;
    bottom: -35px;
    margin: 20px auto 0 auto;
    text-align: center;
    display: none;
  }
}
#gallery #gallery-slider .owl-nav .owl-prev, #gallery #gallery-slider .owl-nav .owl-next {
  width: 85px;
  height: 52px;
  border-radius: 5px;
  background: #D3D3D3;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-size: 30px;
}
#gallery #gallery-slider .owl-nav .owl-prev:hover, #gallery #gallery-slider .owl-nav .owl-next:hover {
  background: #B08D57;
}
#gallery #gallery-slider .owl-nav .owl-next {
  margin-left: 17px;
}

#news {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #news {
    padding-bottom: 50px;
  }
}
#news h2 {
  margin-bottom: 82px;
}
#news .news-card-wrapper .news-card {
  display: block;
}
#news .news-card-wrapper .news-card .img-wrapper {
  max-width: 410px;
  max-height: 328px;
}
@media screen and (max-width: 767px) {
  #news .news-card-wrapper .news-card .img-wrapper {
    margin: 0 auto;
  }
}
#news .news-card-wrapper .news-card .img-wrapper img {
  width: 100%;
  height: 328px;
}
#news .news-card-wrapper .news-card .content-wrapper {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #news .news-card-wrapper .news-card .content-wrapper {
    max-width: 400px;
    margin: 0 auto 30px auto;
  }
}
#news .news-card-wrapper .news-card .content-wrapper h3 {
  margin: 23px 0 11px 0;
  font-family: "Noir Pro";
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #484848;
}
#news .news-card-wrapper .news-card .content-wrapper p {
  color: #6D6D6D;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
}

#our-doctors {
  background: #FCF7EA;
  padding: 107px 0 64px 0;
}
#our-doctors .doctor-card-wrapper {
  margin-top: 95px;
}
#our-doctors .doctor-card-wrapper .doctor-card {
  margin-bottom: 60px;
}
#our-doctors .doctor-card-wrapper .doctor-card .image-wrapper img {
  border-radius: 5px;
  margin: 0 auto;
  height: 320px;
  object-fit: cover;
  width: 100%;
}
#our-doctors .doctor-card-wrapper .doctor-card .content-wrapper {
  text-align: center;
}
#our-doctors .doctor-card-wrapper .doctor-card .content-wrapper h3 {
  margin: 35px 0 7px 0;
  font-size: 26px;
  line-height: 31px;
  color: #484848;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #our-doctors .doctor-card-wrapper .doctor-card .content-wrapper h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  #our-doctors .doctor-card-wrapper .doctor-card .content-wrapper h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
#our-doctors .doctor-card-wrapper .doctor-card .content-wrapper p {
  font-size: 16px;
  line-height: 26px;
  color: #484848;
}

#inner-page-services {
  padding: 117px 0 172px 0;
}
@media screen and (max-width: 991px) {
  #inner-page-services {
    padding: 50px 0;
  }
}
#inner-page-services .row:not(:last-of-type) {
  margin: 0 0 117px 0;
}
@media screen and (max-width: 991px) {
  #inner-page-services .row:not(:last-of-type) {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  #inner-page-services .row {
    margin: 50px 0;
  }
}
@media screen and (min-width: 992px) {
  #inner-page-services .row:nth-of-type(even) .col-lg-6:first-of-type {
    order: 2;
  }
  #inner-page-services .row:nth-of-type(even) .content-wrapper {
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 991px) {
  #inner-page-services .row {
    text-align: center;
  }
  #inner-page-services .row .image-wrapper {
    margin: 0 auto;
  }
  #inner-page-services .row .content-wrapper {
    max-width: 610px;
    margin: 30px auto 0 auto;
  }
}
#inner-page-services .image-wrapper {
  max-width: 610px;
}
#inner-page-services .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
#inner-page-services .content-wrapper {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1024px) {
  #inner-page-services .content-wrapper {
    margin-left: 0;
  }
}
#inner-page-services .content-wrapper h2 {
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  #inner-page-services .content-wrapper h2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #inner-page-services .content-wrapper p.service-text {
    line-height: 28px;
  }
}

#inner-page-gallery {
  padding: 108px 0 201px 0;
}
@media screen and (max-width: 767px) {
  #inner-page-gallery {
    padding: 50px 0;
  }
}
#inner-page-gallery .row .col-md-3 {
  padding: 0 10px 0 10px;
}
#inner-page-gallery .img-wrapper {
  max-width: 304px;
  margin: 11px auto;
}
@media screen and (max-width: 767px) {
  #inner-page-gallery .img-wrapper {
    margin: 0 auto 10px auto;
  }
}
#inner-page-gallery .img-wrapper img {
  object-fit: cover;
}

#inner-page-blogs {
  padding: 105px 0 88px 0;
}
#inner-page-blogs .blog-wrapper {
  margin-bottom: 58px;
  display: block;
}
#inner-page-blogs .blog-wrapper .image-wrapper {
  max-width: 100%;
  height: 322px;
}
#inner-page-blogs .blog-wrapper .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#inner-page-blogs .blog-wrapper .content-wrapper h2 {
  margin: 25px 0 13px 0;
  transition: all 0.3s ease-in-out;
  font-family: "Noir Pro";
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #484848;
}
#inner-page-blogs .blog-wrapper .content-wrapper h2:hover {
  color: #A97142;
}

#inner-page-contact {
  padding: 62px 0 113px 0;
}
#inner-page-contact ul li {
  display: block;
}
#inner-page-contact p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #inner-page-contact p {
    text-align: center;
  }
}
#inner-page-contact .main-form {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #inner-page-contact .main-form {
    max-width: 546px;
    margin: 0 auto;
  }
}
#inner-page-contact .main-form .form-group:not(:last-of-type) {
  margin-bottom: 24.17px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #inner-page-contact .main-form .form-group:not(:last-of-type) {
    margin-bottom: 15.17px;
  }
}
#inner-page-contact .main-form .btn-wrapper {
  position: relative;
  margin-top: 34.89px;
}
#inner-page-contact .main-form .btn-wrapper p {
  display: inline;
}
#inner-page-contact .main-form .btn-wrapper .wpcf7-spinner {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: white;
}
#inner-page-contact .main-form .btn-wrapper .wpcf7-spinner:before {
  background-color: #b08d57;
}
@media screen and (max-width: 767px) {
  #inner-page-contact .content-wrapper {
    max-width: 546px;
    margin: 40px auto 0 auto;
    text-align: center;
  }
}
#inner-page-contact .content-wrapper h2.medium {
  margin-bottom: 37px;
}
#inner-page-contact .content-wrapper h3.special {
  margin-bottom: 15px;
}
#inner-page-contact .content-wrapper .official-hours, #inner-page-contact .content-wrapper .contact-us-div {
  margin-bottom: 37px;
}
#inner-page-contact .content-wrapper .follow-us-div .social-links {
  margin-top: 14px;
}
#inner-page-contact .content-wrapper .follow-us-div .social-links li {
  display: inline-block;
}
#inner-page-contact .content-wrapper .follow-us-div .social-links li:not(:last-of-type) {
  margin-right: 10px;
}
#inner-page-contact .content-wrapper .follow-us-div .social-links li a {
  width: 30.6px;
  height: 30.6px;
  border-radius: 50%;
  background: #B08D57;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#inner-page-contact .content-wrapper .follow-us-div .social-links li a i {
  color: #ffffff;
}

.blog-banner {
  padding: 150px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.blog-banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-banner h1.h2 {
  color: #ffffff;
  text-align: center;
  position: relative;
}

.single-blog-wrapper {
  padding: 50px 0 112px 0;
}
.single-blog-wrapper h1, .single-blog-wrapper h2, .single-blog-wrapper h3, .single-blog-wrapper h4, .single-blog-wrapper h5, .single-blog-wrapper h6 {
  font-family: inherit;
  color: inherit;
  font-weight: 700;
  margin: 20px 0;
}
.single-blog-wrapper h1 {
  font-size: 40px;
  line-height: 50px;
}
.single-blog-wrapper h2 {
  font-size: 30px;
  line-height: 35px;
}
.single-blog-wrapper h3 {
  font-size: 24px;
  line-height: 30px;
}
.single-blog-wrapper h4 {
  font-size: 20px;
  line-height: 24px;
}
.single-blog-wrapper h5 {
  font-size: 18px;
  line-height: 24px;
}
.single-blog-wrapper h6 {
  font-size: 16px;
  line-height: 22px;
}
.single-blog-wrapper p {
  font-size: 16px;
  line-height: 24px;
  font-family: inherit;
}
.single-blog-wrapper strong {
  font-size: 14px;
  letter-spacing: 0;
}

footer {
  background: #1E1E1E;
  padding-top: 76px;
}
footer h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  footer h3 {
    margin: 30px 0;
  }
}
footer .footer-logo {
  max-width: 349px;
}
footer .footer-logo img {
  width: 349px;
  height: 112px;
}
footer .content-wrapper {
  margin: 30px 0;
}
footer .content-wrapper h2 {
  margin-bottom: 17px;
}
footer .form {
  max-width: 629px;
}
@media screen and (max-width: 991px) {
  footer .form {
    margin: 0 auto 40px auto;
  }
}
footer .form .form-group {
  position: relative;
}
footer .form .form-group .single-input {
  padding: 10px 50px 10px 5px;
}
footer .form .wpcf7-response-output {
  color: #ffffff;
}
footer #menu-footer-menu li {
  display: block;
}
footer #menu-footer-menu li:not(:last-of-type) {
  margin-bottom: 26px;
}
footer #menu-footer-menu li a {
  color: #ffffff;
  line-height: 17px;
}
footer .contact li {
  display: block;
}
footer .contact li:not(:last-of-type) {
  margin-bottom: 23px;
}
footer .contact li a, footer .contact li p.small {
  color: #ffffff;
  line-height: 17px;
}
footer .social-links {
  margin-top: 28px;
}
footer .social-links li:not(:last-of-type) {
  margin-right: 23px;
}
footer .social-links li a i {
  color: #ffffff;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
footer .social-links li a:hover {
  color: #F5E3C5 !important;
}
footer .social-links li a:hover i {
  color: #F5E3C5 !important;
}
footer a {
  transition: all 0.3s ease-in-out;
}
footer a:hover {
  color: #F5E3C5 !important;
}
footer a:hover i {
  color: #F5E3C5 !important;
}
footer .footer-bottom {
  margin-top: 74px;
  background: #ffffff;
  padding: 29px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom {
    margin-top: 40px;
    padding: 10px;
  }
}
footer .footer-bottom p.small, footer .footer-bottom strong.small {
  color: #484848;
}

/*# sourceMappingURL=main.css.map */
