/*Custom*/
.loader-div
{
	width: 100%;
	text-align: center;
}

@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700|Source+Sans+Pro:400,600,700");
body {
  line-height: 1.4;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  color: #848484;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

/*=== MEDIA QUERY ===*/
body {
  font-size: 15px;
  color: #777777;
  line-height: 1.8em;
  font-weight: 400;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
}

.page-wrapper {
  overflow: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

input, button, select, textarea {
  font-family: "Roboto", sans-serif;
}

p {
  position: relative;
  line-height: 1.8em;
}

.section-title h3 {
  font-size: 40px;
  line-height: 50px;
  color: #222222;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
}
.section-title span {
  color: #222222;
  font-weight: 400;
}
.section-title p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #777777;
  font-family: "Roboto", sans-serif;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.anim-3, .anim-3-all * {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.anim-5, .anim-5-all * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.anim-7, .anim-7-all * {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.btn-style-one {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 27px;
  padding: 8px 36px;
  background: #48bdc5;
  border: 1px solid #48bdc5;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-style-one:hover {
  color: #48bdc5;
  border: 1px solid #48bdc5;
  background: #ffffff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-two {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  line-height: 27px;
  padding: 8px 36px;
  background: #f4f4f4;
  border: 1px solid #ececec;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-style-two:hover {
  color: #ffffff;
  border: 1px solid #48bdc5;
  background: #48bdc5;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.section {
  padding: 100px 0;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.bg-gray {
  background: #fafafa;
}

.logo {
  display: inline-block;
}

.single-page-header {
  background-image: url("../images/about/1.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}
.single-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.header-top {
  background: #ffffff;
  border-bottom: 1px solid #ececec;
}
.header-top .top-left h6 {
  font-size: 15px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  padding: 14px 0px;
  font-family: "Roboto", sans-serif;
}
.header-top .top-left .contact-links li {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #b2b2b7;
  margin-right: 40px;
  font-family: "Open Sans", sans-serif;
}
.header-top .top-right .social-links {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .header-top .top-right .social-links {
    padding-left: 0;
  }
}
.header-top .top-right .social-links li {
  display: inline-block;
}
.header-top .top-right .social-links li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -1px;
  font-size: 16px;
  color: #777777;
  text-align: center;
  border: 1px solid #ececec;
  transition: 0.3s;
}
.header-top .top-right .social-links li:hover i {
  color: #7b64cb;
  border-color: #7b64cb;
}

.header-uper {
  padding: 40px 0px;
}
.header-uper .contact-info {
  float: left;
}
@media (max-width: 991px) {
  .header-uper .contact-info {
    text-align: center;
  }
  .header-uper .contact-info .item {
    margin: 0 20px;
  }
}
.header-uper .contact-info .item {
  position: relative;
  display: inline-block;
  padding-left: 70px;
  margin-right: 40px;
}
.header-uper .contact-info .item .icon-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  text-align: center;
  line-height: 57px;
  border: 1px solid #5ec5cc;
}
.header-uper .contact-info .item .icon-box i:before {
  color: #5ec5cc;
  font-size: 22px;
}
.header-uper .contact-info .item strong {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}
.header-uper .contact-info .item span {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #777777;
  font-family: "Roboto", sans-serif;
}
.header-uper .right-side .link-btn {
  margin-left: 20px;
  margin-top: 5px;
}

.navbar {
  margin-bottom: 0;
  background: #48bdc5;
  border: none;
  border-radius: 0;
}
@media (max-width: 991px) {
  .navbar .navbar-nav {
    padding: 15px 0;
  }
}
.navbar .navbar-nav li > .nav-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 18px !important;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .navbar .navbar-nav li > .nav-link {
    padding: 6px 18px !important;
    text-align: center;
  }
}
.navbar .navbar-nav li > .nav-link:hover {
  color: #fff;
  opacity: 0.7;
}
.navbar .navbar-nav li.active > a {
  background: transparent;
  font-weight: 600;
  text-decoration: underline;
}
.navbar .navbar-nav li.active > a:hover {
  background: transparent;
}

.dropdown-toggle::after {
  border: 0;
  margin-left: 6px;
  vertical-align: 1px;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 11px;
  width: auto;
}

@media (min-width: 1200px) {
  .navbar .dropdown-menu {
    display: block;
    transition: 0.2s;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    border: 0;
    background-color: white;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
  }
  .navbar .dropdown-menu .dropdown-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 8px;
  }
}
.dropdown-menu {
  padding: 0 20px 0 5px;
  min-width: auto;
}
@media (max-width: 991px) {
  .dropdown-menu {
    padding: 0;
  }
}
.dropdown-menu li:first-child {
  margin-top: 10px;
}
.dropdown-menu li:last-child {
  margin-bottom: 10px;
}
.dropdown-menu .dropdown-item {
  color: #333;
  font-size: 16px;
  transition: 0.3s;
}
.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  background-color: transparent;
  color: #333;
}
.dropdown-menu .dropdown-item.active {
  text-decoration: underline;
  font-weight: 500;
}
.dropdown-menu .dropdown-item:hover {
  opacity: 0.7;
}

.dropdown-submenu a.dropdown-toggle {
  color: #333;
}
.dropdown-submenu a.dropdown-toggle::after {
  margin-left: 7px;
  vertical-align: 0.255em !important;
  transform: scale(1.3);
}
.dropdown-submenu .dropdown-menu {
  transform: initial;
  top: -15px;
}
@media (max-width: 991px) {
  .dropdown-submenu .dropdown-menu {
    margin: 0 10px !important;
  }
}
.dropdown-submenu.dropright .dropdown-menu {
  left: calc(100% + 10px);
  margin-left: 0;
}
.dropdown-submenu.dropleft .dropdown-menu {
  left: auto;
  right: 100%;
  margin-right: 0;
}

@media (max-width: 991px) {
  .dropdown-item {
    text-align: center;
  }
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: #cef4f7;
  border-radius: 0;
  padding-left: 8px;
  padding-right: 8px;
  margin: 6px auto;
}

button:focus {
  outline: 0;
}

.accordion-section .accordion-holder {
  margin-top: 60px;
}
.accordion-section .accordion-holder .card {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-section .accordion-holder .card .card-header {
  background: #fff;
  padding: 0;
  border-radius: 0;
}
.accordion-section .accordion-holder .card .card-header .card-title {
  margin-bottom: 0;
}
.accordion-section .accordion-holder .card .card-header h4 {
  position: relative;
}
.accordion-section .accordion-holder .card .card-header h4 a {
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  display: block;
  background: #48bdc5;
  color: #fff;
  padding: 20px 30px;
  transition: all 0.3s ease;
}
.accordion-section .accordion-holder .card .card-header h4 a:before {
  content: "\f077";
  position: absolute;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.accordion-section .accordion-holder .card .card-header h4 a.collapsed {
  background: #fff;
  color: #000;
}
.accordion-section .accordion-holder .card .card-header h4 a.collapsed:before {
  content: "\f078";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.accordion-section .accordion-holder .card .card-header h4 a.collapsed:hover {
  color: #48bdc5;
}
.accordion-section .accordion-holder .card .card-body {
  padding: 20px 30px;
}

.hero-slider {
  height: 80vh;
}
.hero-slider .slider-item {
  height: 80vh;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.hero-slider .slider-item:focus {
  outline: 0;
}
.hero-slider .slider-item:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
}
.hero-slider .content {
  position: relative;
  z-index: 2;
}
.hero-slider .content.style h2 {
  font-size: 60px;
}
@media (max-width: 767px) {
  .hero-slider .content.style h2 {
    font-size: 30px;
  }
}
.hero-slider .content.style .offer-text {
  letter-spacing: 7px;
  font-size: 15px;
  margin-bottom: 5px;
}
.hero-slider .content.style .tag-text {
  font-size: 20px;
  font-weight: normal;
}
.hero-slider .content.style .btn-main {
  border-radius: 3px;
  padding: 16px 50px;
  font-weight: 700;
}
.hero-slider .content h2 {
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
.hero-slider .content p {
  font-size: 26px;
  color: #fff;
}
.hero-slider .content .btn-white {
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.hero-slider .content .btn-white:hover {
  background: #fff;
  color: #000;
}
.hero-slider .slick-dots {
  bottom: 20px;
}
.hero-slider .slick-dots li {
  margin: 0 3px;
}
.hero-slider .slick-dots li button:before {
  font-size: 15px;
}
.hero-slider .slick-dots li.slick-active button:before {
  color: #fff;
}
.hero-slider .slick-prev {
  left: 20px;
  z-index: 100;
}
.hero-slider .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.hero-slider .slick-next {
  right: 20px;
  z-index: 100;
}
.hero-slider .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.cta {
  padding: 40px 0;
}
.cta .cta-block {
  border-radius: 4px;
  overflow: hidden;
}
.cta .cta-block .emmergency {
  background: #48bdc5;
}
.cta .cta-block .emmergency a {
  color: #fff;
  font-size: 30px;
}
.cta .cta-block .emmergency p {
  padding-top: 20px;
}
.cta .cta-block .top-doctor {
  background: #5bc4cb;
}
.cta .cta-block .top-doctor .btn-main {
  margin-top: 10px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
.cta .cta-block .top-doctor .btn-main:hover {
  background: #fff;
  color: #48bdc5;
}
.cta .cta-block .working-time .btn-main {
  margin-top: 10px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
.cta .cta-block .working-time {
  background: #6fcbd1;
}
.cta .cta-block .working-time ul {
  margin: 0;
  padding: 0;
}
.cta .cta-block .working-time ul li {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 0;
}
.cta .cta-block .working-time ul li span {
  float: right;
}
.cta .cta-block .working-time ul li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.cta .cta-block .item {
  padding: 45px 30px;
}
.cta .cta-block .item i, .cta .cta-block .item h2, .cta .cta-block .item p {
  transition: all 0.2s ease;
  color: #fff;
}
.cta .cta-block .item i {
  font-size: 30px;
  margin-bottom: 20px;
}
.cta .cta-block .item h2 {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 25px;
  margin-bottom: 30px;
}
.cta .cta-block .item p {
  font-size: 16px;
  line-height: 25px;
}

.map {
  position: relative;
}
.map #map {
  height: 400px;
  color: white;
}

.contact .contact-form .form-control {
  margin-bottom: 30px;
}
.contact .address-block .media {
  display: flex;
}
@media (max-width: 767px) {
  .contact .address-block .media {
    flex-wrap: wrap;
    text-align: center;
  }
  .contact .address-block .media:last-child {
    margin-bottom: 30px;
  }
}
.contact .address-block .media i {
  color: #48bdc5;
  font-size: 30px;
  margin-right: 35px;
  width: 40px;
  display: block;
}
@media (max-width: 767px) {
  .contact .address-block .media i {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.contact .address-block .media .media-body h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.contact .address-block .media .media-body p {
  line-height: 25px;
}
.contact .address-block .media:not(:last-child) {
  margin-bottom: 20px;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
  padding: 15px 20px;
  font-size: 14px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #48bdc5;
}
.form-control.main {
  padding: 20px;
}

.feature-section {
  position: relative;
}
.feature-section .image-content .section-title {
  margin-bottom: 20px;
}
.feature-section .image-content .section-title h3 {
  position: relative;
  padding-bottom: 15px;
}
.feature-section .image-content .section-title p {
  margin-bottom: 40px;
}
.feature-section .image-content .item {
  position: relative;
  margin-top: 40px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .feature-section .image-content .item {
    padding: 0;
  }
}
.feature-section .image-content .icon-box {
  height: 50px;
  margin-bottom: 20px;
}
.feature-section .image-content .item h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #222222;
  font-family: "Roboto", sans-serif;
}
.feature-section .image-content .item p {
  font-size: 15px;
  line-height: 28px;
}
.feature-section .contact-info .item {
  position: relative;
  display: inline-block;
  margin: -2px;
  padding: 22px 67px 20px 105px;
}
.feature-section .contact-info .item:nth-child(1) {
  background: #8383d1;
}
.feature-section .contact-info .item:nth-child(2) {
  background: #7491ce;
}
.feature-section .contact-info .item:nth-child(3) {
  background: #6fb4d0;
}
.feature-section .contact-info .icon-box {
  position: absolute;
  top: 40px;
  left: 45px;
}
.feature-section .contact-info i:before {
  font-size: 30px;
  color: #ffffff;
}
.feature-section .contact-info h6 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
}
.feature-section .contact-info p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}

.feature-section.style-two {
  position: relative;
  padding: 0px;
  margin-top: -56px;
  margin-bottom: -50px;
  z-index: 11;
}

.service-tab-section {
  position: relative;
}
.service-tab-section .outer-box {
  position: relative;
  z-index: 1;
}

.tabs .nav-tabs > li,
.tabs .nav-pills > li {
  margin-bottom: 10px;
}
.tabs .nav-tabs {
  text-align: center;
  border-bottom: 0;
  margin-bottom: 20px;
}
.tabs .nav-tabs li:not(:last-child) {
  margin-right: 10px;
}
.tabs .nav-tabs li a {
  text-transform: capitalize;
  font-size: 20px;
  padding: 10px 25px;
  font-weight: 600;
  color: #4d4d4d;
  font-family: "Source Sans Pro", sans-serif;
  border: 2px solid #48bdc5;
  border-radius: 0;
  transition: all 0.3s ease;
}
.tabs .nav-tabs li a.active, .tabs .nav-tabs li a:hover {
  color: #fff;
  background: #48bdc5;
  border: 2px solid #48bdc5;
}

.tab-content {
  position: relative;
  float: left;
  width: 100%;
  z-index: 99;
}

.service-box {
  position: relative;
  width: 100%;
}
.service-box img {
  border-radius: 14px;
  width: 100%;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}
.service-box .contents {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .service-box .contents {
    margin-left: 0;
    margin-top: 50px;
  }
}
.service-box .contents .btn-style-one {
  margin-top: 20px;
}
.service-box .section-title h3 {
  position: relative;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 45px;
  color: #000;
  text-transform: uppercase;
}
.service-box .section-title h3:before {
  position: absolute;
  left: 0px;
  content: "";
  bottom: 0px;
  background: #333333;
  height: 1px;
  width: 55px;
}
.service-box .text {
  position: relative;
  margin-bottom: 15px;
}
.service-box .text p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  padding-top: 5px;
}
.service-box .icon-box {
  position: absolute;
  top: 0px;
  left: -5px;
}
.service-box .content-list {
  padding-left: 0;
}
.service-box .content-list li {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  padding: 4px 0px;
  padding-left: 27px;
  list-style: none;
  position: relative;
}
.service-box .content-list li i {
  position: absolute;
  left: 0;
  top: 9px;
}

.service-section {
  position: relative;
}
.service-section .section-title h3 {
  position: relative;
  padding-bottom: 15px;
}
.service-section .section-title p {
  font-size: 15px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
}
.service-section .items-container {
  margin-top: 30px;
}
.service-section .items-container .slick-prev:before,
.service-section .items-container .slick-next:before {
  font-size: 25px;
  color: #48bdc5;
}
.service-section .items-container .item {
  margin: 10px 15px;
  outline: 0;
}
@media screen and (max-width: 525px) {
  .service-section .items-container .item {
    margin: 10px 5px;
  }
}
.service-section .inner-box {
  position: relative;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0 0 20px #f1f1f1;
}
.service-section .inner-box .img_holder img {
  width: 100%;
  border-radius: 5px;
}
.service-section .inner-box .image-content {
  padding: 38px 30px;
  background: #fff;
}
.service-section .inner-box .image-content span {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #777777;
  letter-spacing: 0.5px;
}
.service-section .inner-box .image-content h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #222222;
  padding-top: 6px;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.service-section .inner-box .image-content p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #777777;
  margin-bottom: 0;
}

.service-two .left-side {
  padding: 140px 0px;
}
.service-two .left-side .section-title h3 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 22px;
}
.service-two .left-side .section-title h3:before {
  position: absolute;
  content: "";
  background: #ececec;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 240px;
}
.service-two .left-side .section-title h3:after {
  position: absolute;
  content: "";
  background: #48bdc5;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 50px;
}
.service-two .left-side .section-title p {
  font-size: 15px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  padding-bottom: 40px;
}
.service-two .social-links {
  margin-bottom: 50px;
}
.service-two .social-links li {
  position: relative;
  display: inline-block;
  width: 170px;
  margin-right: 40px;
}
.service-two .social-links li .icon-box {
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #dfdfdf;
}
.service-two .social-links li .icon-box i:before {
  font-size: 35px;
  color: #222222;
}
.service-two .social-links li .border-shep {
  position: absolute;
  content: "";
  top: 50px;
  right: 0px;
  background: #cdcdcd;
  height: 1px;
  width: 20px;
}
.service-two .social-links li h6 {
  font-size: 16px;
  line-height: 28px;
  color: #222222;
  font-weight: 400;
  padding-bottom: 5px;
  letter-spacing: 0.5px;
}
.service-two .link-buttons li {
  display: inline-block;
  color: #777777;
  font-size: 18px;
  font-weight: 400;
}
.service-two .link-buttons li.link-btn a {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  height: 45px;
  padding: 0px 35px;
  line-height: 45px;
}
.service-two .link-buttons li.link-btn.style-one {
  background: #48bdc5;
  transition: all 500ms ease;
}
.service-two .link-buttons li.link-btn.style-one:hover {
  background: #7b64cb;
  transition: all 500ms ease;
}
.service-two .link-buttons li.or-background {
  margin: 0px 20px;
}
.service-two .link-buttons li.link-btn.style-two {
  background: #7b64cb;
  transition: all 500ms ease;
}
.service-two .link-buttons li.link-btn.style-two:hover {
  background: #48bdc5;
  transition: all 500ms ease;
}
.service-two .image-box img {
  width: 100%;
  margin-top: 28px;
}

.service-details {
  padding: 120px 0px;
}
.service-details .left-side {
  margin-right: 40px;
}
.service-details .left-side .image-holder .image-box {
  margin-bottom: 40px;
}
.service-details .left-side .image-holder img {
  width: 100%;
}
.service-details .left-side .text-title h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #222222;
  padding: 10px 0px;
  text-transform: uppercase;
}
.service-details .left-side .links-btn a {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: #222222;
  padding: 11px 32px;
  display: inline-block;
  border-radius: 5px;
  margin-left: 10px;
  border: 1px solid #ececec;
  text-transform: uppercase;
}
.service-details .left-side .links-btn a i {
  font-size: 14px;
  margin-right: 10px;
}
.service-details .left-side .text p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #777777;
  padding-top: 30px;
  letter-spacing: 0.3px;
}
.service-details .left-side .image-text {
  margin-top: 40px;
  margin-bottom: 10px;
}
.service-details .left-side .image-text h6 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  color: #222222;
  line-height: 30px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.service-details .left-side .image-text h6:before {
  position: absolute;
  content: "";
  background: #e0e0e0;
  bottom: 0px;
  left: 0;
  height: 1px;
  width: 50px;
}
.service-details .left-side .image-text p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #777777;
  margin-bottom: 0px;
}

.accordion-box {
  margin-top: 40px;
}
.accordion-box .accordion {
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 0 20px #f1f1f1;
}
.accordion-box .accordion .accord-btn {
  position: relative;
  cursor: pointer;
  padding: 20px;
  background: #fafafa;
  transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h6 {
  font-size: 15px;
  font-weight: 400;
  color: #222222;
  line-height: 26px;
  transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
  position: absolute;
  color: #777777;
  content: "\f107";
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  top: 20px;
  right: 20px;
  width: 26px;
  text-align: center;
  height: 26px;
  border-radius: 25px;
  font-family: "FontAwesome";
  transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn.active {
  background: #f4f4f4;
  transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn.active h6 {
  font-weight: 700;
  transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn.active:after {
  content: "\f106";
  color: #012f5d;
  transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-content {
  position: relative;
  display: none;
  padding-left: 20px;
  padding-right: 50px;
}
.accordion-box .accordion .accord-content.collapsed {
  display: block;
}
.accordion-box .accordion .accord-content p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #777777;
  padding: 20px 0px;
}

.service-details .right-side {
  margin-left: -30px;
}
.service-details .right-side .categori-list {
  margin-top: 25px;
}
.service-details .right-side .categori-list li {
  transition: all 500ms ease 0s;
}
.service-details .right-side .categori-list li:hover {
  transition: all 500ms ease 0s;
  background: linear-gradient(to right, rgba(122, 102, 203, 0.8) 0%, rgba(72, 189, 197, 0.74) 100%);
}
.service-details .right-side .categori-list li a {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #222222;
  display: inline-block;
  padding: 20px 30px;
  width: 100%;
  border: 1px solid #ececec;
}
.service-details .right-side .categori-list li i:before {
  margin-top: 8px;
  margin-right: 10px;
  color: #334d5e;
}
.service-details .right-side .categori-list li:hover a,
.service-details .right-side .categori-list li:hover i:before {
  color: #ffffff;
  transition: all 500ms ease 0s;
}
.service-details .service-testimonials {
  margin-top: 65px;
  margin-bottom: 60px;
}
.service-details .service-testimonials .text-title h6 {
  margin-bottom: 30px;
}
.service-details .service-testimonials .item {
  padding: 40px 17px;
  border: 2px solid #e5e5e5;
}
.service-details .service-testimonials .text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #777777;
  padding-top: 15px;
}
.service-details .service-testimonials strong {
  font-size: 14px;
  line-height: 26px;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
}
.service-details .service-testimonials .image img {
  display: inline-block;
}
.service-details .service-testimonials .owl-theme .owl-controls {
  display: none;
}
.service-details .contact-links {
  padding: 50px 30px;
  border: 2px solid #e5e5e5;
}
.service-details .contact-links .text-title h6 {
  margin-bottom: 30px;
}
.service-details .contact-text .item {
  position: relative;
  padding-left: 65px;
  margin-bottom: 20px;
}
.service-details .contact-text .item:last-child {
  margin-bottom: 0px;
}
.service-details .contact-text .item .icon-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f2f2f2;
}
.service-details .contact-text .item i:before {
  font-size: 20px;
  color: #53c0c8;
}
.service-details .contact-text .item p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #777777;
  margin-bottom: 0px;
}

.service-overview .content-block h2 {
  font-size: 40px;
  color: #000;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}
.service-overview .content-block h2:before {
  position: absolute;
  width: 50px;
  height: 1px;
  content: "";
  bottom: -10px;
  background: #48bdc5;
}
.service-overview .content-block p {
  font-size: 16px;
  margin-bottom: 30px;
}
.service-overview .content-block ul {
  padding-left: 0;
  padding-bottom: 20px;
}
.service-overview .content-block ul li {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
}
.service-overview .content-block ul li i {
  margin-right: 10px;
}
.service-overview .content-block ul li:not(:last-child) {
  margin-bottom: 5px;
}
.service-overview .accordion-holder {
  margin-top: 0;
}

.team-section {
  position: relative;
  background: #ffffff;
  z-index: 1;
}
.team-section .section-title h3 {
  position: relative;
  padding-bottom: 30px;
}
.team-section .section-title p {
  font-size: 15px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  padding-bottom: 30px;
}
.team-section .team-member {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}
.team-section .team-member img {
  width: 100%;
}
.team-section .team-member .contents {
  background: #fff;
  padding: 35px 10px;
}
.team-section .team-member .contents h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #000;
  position: relative;
}
.team-section .team-member .contents h4:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #777777;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.team-section .team-member .contents .btn-main {
  background: #fff;
  text-transform: uppercase;
  color: #48bdc5;
  padding: 10px 25px;
  border: 1px solid #48bdc5;
  transition: all 0.2s ease-in;
}
.team-section .team-member .contents .btn-main:hover {
  background: #48bdc5;
  color: #fff;
}

.team-members .team-person {
  margin-top: 30px;
}
.team-members .team-person img {
  border-radius: 5px;
  width: 100%;
}
.team-members .team-person h6 {
  margin-top: 20px;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
}
.team-members .team-person p {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
}

.testimonial-section {
  position: relative;
  background-size: cover !important;
  padding: 110px 0px;
  background-repeat: no-repeat !important;
}
.testimonial-section:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(72, 189, 197, 0.7);
}
.testimonial-section .section-title h3 {
  position: relative;
  padding-bottom: 30px;
  color: #ffffff;
}
.testimonial-section .section-title h3 span {
  color: #ffffff;
}
.testimonial-section .testimonial-carousel .slide-item {
  outline: 0;
}
.testimonial-section .testimonial-carousel .slick-dots li button:before {
  font-size: 15px;
  color: #fff;
}
.testimonial-section .inner-box {
  position: relative;
  padding: 80px 30px 35px;
  background: #fff;
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 525px) {
  .testimonial-section .inner-box {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.testimonial-section .inner-box h6 {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: normal;
}
.testimonial-section .inner-box p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #1a1a1a;
}
.testimonial-section .inner-box .image-box {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 5px solid #fff;
}
.testimonial-section .inner-box .image-box img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.blog-section .section-title h3 {
  position: relative;
  font-size: 36px;
}
.blog-section .blog-side {
  margin-right: -30px;
}
.blog-section .item-holder {
  position: relative;
  margin-top: 60px;
}
.blog-section .image-box {
  position: relative;
  display: table-cell;
}
.blog-section .content-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
.blog-section .content-text h6 {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  padding-bottom: 4px;
  letter-spacing: 0.4px;
  margin-top: -5px;
  text-transform: uppercase;
}
.blog-section .content-text span {
  font-size: 13px;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
}
.blog-section .content-text p {
  font-size: 15px;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
  padding: 10px 0px 15px 0px;
  letter-spacing: 0.4px;
}

.contact-area {
  padding-left: 70px;
}
.contact-area form {
  margin-top: 60px;
}
.contact-area .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-area input,
.contact-area textarea {
  position: relative;
  width: 100%;
  height: 50px;
  color: #777777;
  padding: 10px 25px;
  background: #f4f4f4;
  display: block;
  border: 1px solid #ececec;
}
.contact-area .form-group select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  height: 50px;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #ececec;
  background: #f4f4f4 url(../images/icons/icon-select.png) right center no-repeat;
  cursor: pointer;
}
.contact-area .form-group option {
  font-weight: normal;
  display: block;
  white-space: pre;
  height: 50px;
  padding: 20px;
}
.contact-area .form-group option:hover {
  background: #7b64cb;
}
.contact-area textarea {
  height: 190px;
  resize: none;
  padding-top: 15px;
}
.contact-area button {
  width: 100%;
  height: 50px;
}
.contact-area .form-group i {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 15px;
}

.blog-section.style-two .section-title h3 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 22px;
}
.blog-section.style-two .section-title h3:before {
  position: absolute;
  content: "";
  background: #ececec;
  bottom: 0px;
  left: 50%;
  margin-left: -115px;
  height: 1px;
  width: 230px;
}
.blog-section.style-two .section-title h3:after {
  position: absolute;
  content: "";
  background: #48bdc5;
  bottom: 0px;
  left: 50%;
  margin-left: -25px;
  height: 1px;
  width: 50px;
}
.blog-section.style-two .section-title p {
  font-size: 15px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  padding-bottom: 40px;
}
.blog-section.style-two .item-holder {
  margin-top: 0px;
}
.blog-section.style-two .content-text {
  padding: 55px 37px;
  border: 1px solid #ececec;
}
.blog-section.style-two .owl-theme .owl-controls .owl-nav {
  display: none;
}
.blog-section.style-two .owl-theme .owl-controls .owl-dots {
  margin-top: 40px;
}
.blog-section.style-two .owl-theme .owl-controls .owl-dots span {
  height: 6px;
  width: 12px;
  background: #e2e2e2;
}
.blog-section.style-two .owl-theme .owl-controls .owl-dot.active span {
  height: 6px;
  width: 30px;
  background: #e2e2e2;
}

.blog-section.style-four .content-text h4 {
  font-weight: 700;
  color: #222222;
  margin-top: -10px;
  margin-bottom: 10px;
}
.blog-section.style-four .left-side {
  margin-right: 45px;
}
.blog-section.style-four .item-holder {
  margin-top: 50px;
}
.blog-section.style-four .item-holder:first-child {
  margin-top: 0px;
}
.blog-section.style-four .image-box {
  display: block;
}
.blog-section.style-four .image-box img {
  border-radius: 10px;
  width: 100%;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}
.blog-section.style-four .content-text {
  display: block;
  padding-top: 40px;
  padding-left: 10px;
}
.blog-section.style-four .right-side {
  margin-left: -15px;
  margin-top: 10px;
}
.blog-section.style-four .link-btn a {
  border-radius: 4px;
}

.right-side .search-box {
  position: relative;
  margin-bottom: 40px;
}
.right-side .text-title h6 {
  position: relative;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #222222;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-family: "Source Sans Pro", sans-serif;
}
.right-side .text-title h6:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  height: 1px;
  width: 40px;
  background: #48bdc5;
}
.right-side .search-box input {
  height: 50px;
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  background: #ffffff;
  border: 1px solid #ececec;
}
.right-side .search-box button {
  position: absolute;
  top: 12px;
  right: 20px;
  background: #ffffff;
}
.right-side .search-box i:before {
  font-size: 20px;
}
.right-side .categorise-menu {
  margin-bottom: 30px;
}
.right-side .categorise-list {
  padding-left: 0;
}
.right-side .categorise-list li {
  border-bottom: 1px solid #e0e0e0;
}
.right-side .categorise-list li:last-child {
  border-bottom: none;
}
.right-side .categorise-list li a {
  padding: 10px 0px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  display: block;
  transition: 0.3s;
}
.right-side .categorise-list li a:hover {
  color: #48bdc5;
}
.right-side .categorise-list li:first-child a {
  padding-top: 5px;
}
.right-side .categorise-list li span {
  float: right;
}
.right-side .tag-list {
  position: relative;
  margin-right: -6px;
}
.right-side .tag-list a {
  border-radius: 4px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #777777;
  padding: 6px 26px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  border: 1px solid #48bdc5;
  transition: all 0.5s ease;
}
.right-side .tag-list a:hover {
  background: #48bdc5;
  color: #fff;
}

.blog-section.style-five .content-text .social-link {
  margin-top: 20px;
  margin-bottom: 50px;
}
.blog-section.style-five .content-text .social-link li {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 26px;
  border-radius: 50%;
  margin: 5px;
  border: 2px solid #888888;
}
.blog-section.style-five .content-text .social-link li i {
  font-size: 14px;
  color: #969696;
}
.blog-section.style-five .comments-area {
  margin-top: 50px;
}
.blog-section.style-five .comment {
  position: relative;
  margin-bottom: 40px;
}
.blog-section.style-five .comment.reply-comment {
  position: relative;
  padding-left: 130px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .blog-section.style-five .comment.reply-comment {
    padding-left: 0;
  }
}
.blog-section.style-five .image-holder {
  display: table-cell;
}
@media (max-width: 575px) {
  .blog-section.style-five .image-holder {
    display: block;
  }
}
.blog-section.style-five .image-holder img {
  border-radius: 50%;
}
@media (max-width: 575px) {
  .blog-section.style-five .image-holder img {
    height: 60px;
  }
}
.blog-section.style-five .image-text {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  position: relative;
}
@media (max-width: 1200px) {
  .blog-section.style-five .image-text {
    padding-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .blog-section.style-five .image-text {
    padding-left: 0;
  }
}
.blog-section.style-five .content-text p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  padding-top: 20px;
}
.blog-section.style-five .content-text .text {
  margin-top: 10px;
}
.blog-section.style-five .content-text .image-side {
  margin-right: 40px;
}
.blog-section.style-five .content-text .image-side img {
  width: 100%;
}
.blog-section.style-five .item-title h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #222222;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.blog-section.style-five .text-image {
  margin-left: -15px;
}
.blog-section.style-five .text-image p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  padding-top: 0px;
  margin-top: -5px;
}
.blog-section.style-five .image-text h6 {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: #222222;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.blog-section.style-five .image-text h6 span {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #777777;
  margin-left: 10px;
  padding-left: 10px;
  text-transform: capitalize;
}
.blog-section.style-five .image-text h6 span:before {
  position: absolute;
  top: 4px;
  left: 0px;
  content: "";
  height: 15px;
  width: 1px;
  background: #c1c1c1;
}
.blog-section.style-five .comment h5 {
  position: absolute;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  right: 0px;
  top: 4px;
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  .blog-section.style-five .comment h5 {
    right: auto;
    top: auto;
    left: 20px;
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .blog-section.style-five .comment h5 {
    left: 0;
  }
}
.blog-section.style-five .comment h5 a,
.blog-section.style-five .comment h5 i {
  color: #48bdc5;
  margin-right: 10px;
  transition: 0.3s;
}
.blog-section.style-five .comment h5 a:hover,
.blog-section.style-five .comment h5 i:hover {
  color: #222222;
}
.blog-section.style-five .comment p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #777777;
}
.blog-section.style-five .form-group {
  margin-bottom: 20px;
}
.blog-section.style-five .sec-title h6 {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #222222;
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.blog-section.style-five .sec-title h6:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  height: 2px;
  width: 35px;
  background: #48bdc5;
}
.blog-section.style-five .form-group input {
  height: 50px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 0px;
  box-shadow: none;
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #ececec;
}
.blog-section.style-five .form-group textarea {
  height: 160px;
  border-radius: 0px;
  box-shadow: none;
  padding: 10px 20px;
  resize: none;
  border: 1px solid #ececec;
}

.appointment-image-holder img {
  border-radius: 14px;
}

.sponsors-logos {
  padding: 52px 0px;
  background: #f8f8fa;
}
.sponsors-logos .owl-theme .owl-controls {
  display: none;
}
.sponsors-logos img {
  padding: 15px 50px;
  width: 100%;
}

.about-section {
  padding: 100px 0px;
}
.about-section .section-title h3 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.about-section .section-title h3:before {
  position: absolute;
  content: "";
  background: #ececec;
  bottom: 0px;
  left: 50%;
  margin-left: -120px;
  height: 1px;
  width: 240px;
}
.about-section .section-title h3:after {
  position: absolute;
  content: "";
  background: #48bdc5;
  bottom: 0px;
  left: 50%;
  margin-left: -25px;
  height: 1px;
  width: 50px;
}
.about-section .section-title p {
  font-size: 15px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  padding-bottom: 30px;
}
.about-section .item-holder {
  position: relative;
  padding: 55px;
  margin-bottom: 28px;
  z-index: 1;
  cursor: pointer;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  transition: all 1500ms ease;
}
.about-section .item-holder:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  background: #fafafa;
}
.about-section .item-holder:hover:before {
  display: none;
}
.about-section .item-holder:hover:after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 1500ms ease;
  background: linear-gradient(to right, rgba(122, 102, 203, 0.8) 0%, rgba(72, 189, 197, 0.74) 100%);
}
.about-section .item-holder .icon-box {
  position: relative;
  margin-bottom: 20px;
}
.about-section .item-holder i:before {
  font-size: 55px;
}
.about-section .item-holder:hover i:before {
  color: #ffffff;
}
.about-section .item-holder h6 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #222222;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.about-section .item-holder:hover h6 {
  color: #ffffff;
}
.about-section .item-holder h6:before {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: "";
  margin-left: -25px;
  background: #d1d1d1;
  height: 1px;
  width: 55px;
}
.about-section .item-holder:hover h6:before {
  background: #ffffff;
}
.about-section .item-holder p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #777777;
  margin-bottom: 0px;
}
.about-section .item-holder:hover p {
  color: #ffffff;
}

.story {
  padding: 100px 0;
}
.story img {
  border-radius: 14px;
  width: 100%;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .story .story-content {
    margin-top: 50px;
  }
}
.story .story-content h2 {
  text-transform: uppercase;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 40px;
  text-transform: capitalize;
}
.story .story-content .tagline {
  color: #48bdc5;
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 20px;
  line-height: 1.5;
}
.story .story-content p {
  font-size: 16px;
}
.story .story-content h6 {
  margin-top: 30px;
  color: #333333;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
}

.promo-video {
  position: relative;
  padding: 150px 0;
  background: url("../images/background/promo-video.jpg");
  background-size: cover;
  background-position: center center;
}
.promo-video:before {
  position: absolute;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(12, 120, 163, 0.8);
}
.promo-video .block {
  position: relative;
  z-index: 10;
}
.promo-video h6,
.promo-video h1,
.promo-video i {
  color: #fff;
}
.promo-video h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 2px;
}
.promo-video h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
.promo-video a {
  display: block;
  height: 80px;
  width: 80px;
  margin: 0 auto;
  border: 5px solid #fff;
  transition: all 0.3s ease;
  border-radius: 100%;
}
.promo-video a i {
  line-height: 70px;
  font-size: 20px;
}
.promo-video a:hover {
  transform: scale(1.1);
}

.gallery {
  padding: 100px 0;
}
.gallery .gallery-item {
  margin-top: 30px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}
.gallery .gallery-item img {
  width: 100%;
}
.gallery .gallery-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.gallery .gallery-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.gallery .gallery-item h3 {
  position: absolute;
  z-index: 5;
  bottom: 85px;
  color: #fff;
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s ease;
  padding: 30px;
  font-family: "Source Sans Pro", sans-serif;
  transform: translateY(20px);
}
.gallery .gallery-item p {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  color: #fff;
  font-weight: normal;
  opacity: 0;
  transition: all 0.3s ease;
  padding: 30px;
  font-size: 14px;
  line-height: 20px;
  transform: translateY(20px);
  transition-delay: 0.1s;
}
.gallery .gallery-item:hover:before {
  opacity: 1;
}
.gallery .gallery-item:hover h3,
.gallery .gallery-item:hover p {
  opacity: 1;
  transform: translateY(0);
}

.video-gallery {
  padding: 100px 0;
}
.video-gallery .video-gallery-item {
  margin-top: 50px;
}
.video-gallery .video-gallery-item .image-holder {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}
.video-gallery .video-gallery-item .image-holder img {
  width: 100%;
}
.video-gallery .video-gallery-item .image-holder:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(19, 38, 70, 0.7);
  top: 0;
}
.video-gallery .video-gallery-item .image-holder a {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  z-index: 5;
  border: 5px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.video-gallery .video-gallery-item .image-holder a i {
  font-size: 25px;
  line-height: 70px;
  color: #fff;
}
@media (max-width: 991px) {
  .video-gallery .video-gallery-item .image-holder a {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
  }
  .video-gallery .video-gallery-item .image-holder a i {
    font-size: 16px;
    line-height: 48px;
  }
}
.video-gallery .video-gallery-item h3 {
  text-align: center;
  color: #48bdc5;
  margin-top: 15px;
  text-transform: capitalize;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
}

.work-skill {
  position: relative;
  z-index: 1;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.work-skill:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: linear-gradient(to right, rgba(122, 102, 203, 0.8) 0%, rgba(72, 189, 197, 0.74) 100%);
}
.work-skill .pie-value {
  display: block;
  position: absolute;
  font-size: 24px;
  height: 40px;
  top: 50%;
  margin-top: -26px;
  margin-left: -25px;
  left: 50%;
  color: #ffffff;
  font-weight: 600;
  line-height: 40px;
}
.work-skill .knob {
  position: relative;
  text-align: center;
  width: 270px;
}

.work-wkill .knob {
  position: relative;
}

.work-skill .knob:before {
  position: absolute;
  top: 9px;
  left: 59px;
  right: 59px;
  bottom: 18px;
  content: "";
  border: 24px solid #ffffff;
  border-radius: 50%;
}
.work-skill .skills {
  padding: 105px 0px;
}
.work-skill .skills h6 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding-top: 25px;
  text-transform: capitalize;
}

.page-title {
  position: relative;
  padding: 80px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-title:before {
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(19, 38, 70, 0.6);
}
.page-title .title-text h1 {
  position: relative;
  font-size: 40px;
  color: #ffffff;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-family: "Source Sans Pro", sans-serif;
}
.page-title .title-text .title-menu {
  padding-left: 0;
  margin-bottom: 0;
}
.page-title .title-text .title-menu li {
  position: relative;
  color: #48bdc5;
  font-size: 17px;
  display: inline-block;
  line-height: 30px;
  text-transform: capitalize;
}
.page-title .title-text .title-menu li a {
  margin-right: 8px;
  color: #ffffff;
  font-weight: 500;
  transition: all 500ms ease;
}
.page-title .title-text .title-menu li a:hover {
  color: #48bdc5;
  transition: all 500ms ease;
}

.styled-pagination {
  padding-top: 50px;
}
.styled-pagination ul {
  padding-left: 0;
}
.styled-pagination ul li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.styled-pagination ul li a {
  position: relative;
  display: block;
  line-height: 50px;
  font-size: 16px;
  width: 50px;
  height: 50px;
  color: #777777;
  font-weight: 500;
  text-align: center;
  background: #f4f4f4;
  border-radius: 4px;
  transition: all 500ms ease;
}
.styled-pagination ul li a.prev, .styled-pagination ul li a.next {
  font-size: 18px;
}
.styled-pagination ul li a:hover, .styled-pagination ul li a.active {
  color: #ffffff;
  background: #48bdc5;
  transition: all 500ms ease;
}

.footer-main {
  position: relative;
  background-size: cover;
  z-index: 1;
  background: #132646;
}
.footer-main .footer-top {
  padding-top: 85px;
  padding-bottom: 60px;
}
.footer-main .footer-top .footer-logo {
  padding-bottom: 20px;
}
.footer-main .footer-top p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #ababab;
}
.footer-main .footer-top h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 35px;
  text-transform: uppercase;
}
.footer-main .footer-top .location-link {
  padding-top: 10px;
  padding-left: 0;
}
.footer-main .footer-top .location-link .item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.footer-main .footer-top .location-link .item i {
  position: absolute;
  top: 3px;
  left: 0px;
}
.footer-main .footer-top .location-link .item i:before {
  font-size: 18px;
  color: #ababab;
}
.footer-main .footer-top .social-icons {
  margin-top: 20px;
}
.footer-main .footer-top .social-icons li a {
  display: block;
  height: 40px;
  width: 40px;
  color: #48bdc5;
  background: #fff;
  text-align: center;
  border-radius: 50%;
}
.footer-main .footer-top .social-icons li a i {
  line-height: 40px;
}
.footer-main .footer-top .menu-link {
  padding-left: 0;
}
.footer-main .footer-top .menu-link li {
  padding-bottom: 15px;
}
.footer-main .footer-top .menu-link li a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #ababab;
  letter-spacing: 0.5px;
  font-family: "Source Sans Pro", sans-serif;
}
.footer-main .footer-top .menu-link li i {
  margin-right: 12px;
  font-size: 13px;
}
.footer-main .footer-top .media-left img {
  height: 80px;
  width: 80px;
}
.footer-main .footer-top .social-links ul {
  padding-left: 0;
}
.footer-main .footer-top .social-links ul li {
  position: relative;
  margin-bottom: 30px;
}
.footer-main .footer-top .social-links ul li h5 {
  margin-bottom: 5px;
}
.footer-main .footer-top .social-links ul li p {
  line-height: 24px;
  margin-bottom: 0;
}
.footer-main .footer-top .social-links ul li a {
  color: #ffffff;
}
.footer-main .footer-top .social-links ul li i {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 47px;
  height: 47px;
  color: #ffffff;
  line-height: 47px;
  text-align: center;
  background: #48bdc5;
  margin-right: 10px;
}
.footer-main .footer-top .social-links span {
  color: #ababab;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}
.footer-main .footer-top .gallery-widget {
  position: relative;
  margin-left: 15px;
}
.footer-main .footer-top .gallery-widget .image {
  position: relative;
  float: left;
  width: 30%;
  margin: 2.5px;
  overflow: hidden;
}
.footer-main .footer-top .gallery-widget .image img {
  position: relative;
  width: 100%;
}
.footer-main .footer-top .gallery-widget .image .lightbox-image {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0px;
  left: 0px;
  display: flex;
  z-index: 99;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, rgba(122, 102, 203, 0.8) 0%, rgba(72, 189, 197, 0.74) 100%);
  transition: all 500ms ease;
  transform: scale(0, 0);
}
.footer-main .footer-top .gallery-widget .image .lightbox-image i {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
.footer-main .footer-top .gallery-widget .image:hover .lightbox-image {
  transition: all 500ms ease;
  transform: scale(1, 1);
}

.footer-bottom {
  padding: 24px 0px;
  background: #0d1a2f;
}
.footer-bottom .copyright-text {
  float: left;
}
.footer-bottom .copyright-text p {
  font-size: 15px;
  font-weight: 400;
  color: #ababab;
  line-height: 26px;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.footer-bottom .copyright-text a {
  color: #ababab;
}
.footer-bottom .footer-bottom-link {
  float: right;
  margin-bottom: 0px;
  padding-left: 0;
}
.footer-bottom .footer-bottom-link li {
  display: inline-block;
  margin-left: 32px;
}
@media (max-width: 1200px) {
  .footer-bottom .footer-bottom-link li {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.footer-bottom .footer-bottom-link li a {
  font-size: 15px;
  line-height: 26px;
  color: #ababab;
  font-weight: 400;
}

.scroll-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  color: #ffffff;
  font-size: 24px;
  line-height: 45px;
  width: 50px;
  height: 50px;
  border: 1px solid #7b64cb;
  background: #7b64cb;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
  border-radius: 25px;
  transition: all 500ms ease;
}
.scroll-to-top:hover {
  background: #ffffff;
  color: #7b64cb;
  border-color: #7b64cb;
  transition: all 500ms ease;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  height: 40px;
  width: 40px;
  background: #48bdc5;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}
@media (max-width: 575px) {
  .back-to-top {
    bottom: 15px;
    right: 15px;
  }
}
.back-to-top:hover {
  background-color: #333;
}

/*  Theme HTML Template */
@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
.main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .service-tab-section .tab-list-column .tab-list {
    margin-left: 30% !important;
    margin-right: -30% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .service-section .filter {
    margin-bottom: 20px !important;
  }

  .footer-bottom .copyright-text {
    float: none !important;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-bottom .footer-bottom-link {
    float: none !important;
    text-align: center;
  }

  .feature-section.style-two {
    margin-bottom: 0px !important;
  }

  .feature-section .contact-info .item {
    display: block !important;
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .main-header .search-box {
    display: none;
  }

  .header-uper .logo {
    float: none !important;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }

  .main-header.style-two .logo {
    float: none !important;
    text-align: center;
    margin-bottom: 20px;
  }

  .main-header.style-two .search-box-btn {
    top: 95px !important;
  }

  .main-header.style-two .main-menu {
    float: none !important;
  }

  .service-tab-section .tab-content .inner-box {
    padding-left: 0px;
  }

  .feature-section .contact-info .item {
    width: 100%;
    margin-right: 30px !important;
    margin-bottom: 20px !important;
  }

  .service-tab-section .tab-list-column {
    width: 100% !important;
  }

  .service-tab-section .tab-list-column .tab-list,
.service-tab-section .tab-content .inner-box {
    float: none !important;
    padding-left: 115px !important;
    max-width: 700px !important;
  }

  .service-tab-section .tab-content {
    width: 100% !important;
  }

  .service-tab-section .tab-content .content-list {
    margin-top: 40px !important;
  }

  .fact-counter .column .item {
    margin-bottom: 40px !important;
  }

  .contact-area {
    margin-top: 70px !important;
    padding-left: 0px !important;
  }

  .contact-area.style-two {
    margin-top: 0 !important;
  }

  .footer-main .footer-top .social-links {
    margin-left: 0px !important;
  }

  .blog-section.style-four .content-text {
    padding-left: 0px !important;
  }

  .blog-section.style-four .right-side {
    margin-left: 0px !important;
    margin-top: 40px !important;
  }

  .blog-section.style-four .left-side {
    margin-right: 0px !important;
  }

  .blog-section.style-four .image-box img {
    width: 100%;
  }

  .blog-section.style-five .text-image {
    margin-left: 0px !important;
    margin-top: 40px !important;
  }

  .service-details .right-side {
    margin-left: 0px !important;
  }

  .gallery-section .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 90px !important;
  }

  .gallery-section .owl-theme .owl-controls .owl-nav .owl-next {
    right: 90px !important;
  }

  .feature-section.style-two {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .main-header .main-menu {
    top: 0px;
    width: 100%;
  }

  .main-menu .navbar-header {
    position: relative;
    float: none;
    display: block;
    text-align: right;
    width: 100%;
    padding: 0px;
    right: 0px;
    z-index: 12;
  }

  .main-menu .navbar-header .navbar-toggle {
    display: block;
    border: 1px solid #ffffff;
    float: left;
    height: 50px;
    width: 50px;
    padding-left: 12px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
    background: #7b64cb;
  }

  .main-menu .navbar-header .navbar-toggle .icon-bar {
    background: #ffffff;
  }

  .main-menu .navbar-collapse > .navigation {
    float: none !important;
    margin: 0px !important;
    width: 100% !important;
    background: #48bdc5;
    border: 1px solid #ffffff;
    border-top: none;
  }

  .main-menu .navbar-collapse > .navigation > li {
    margin: 0px !important;
    float: none !important;
    width: 100%;
  }

  .main-menu .navigation > li > a,
.main-menu .navigation > li > ul:before {
    border: none;
  }

  .main-menu .navbar-collapse > .navigation > li > a {
    padding: 10px 10px !important;
    border: none !important;
  }

  .main-menu .navigation li.dropdown > a:after,
.main-menu .navigation > li.dropdown > a:before,
.main-menu .navigation > li > ul > li > a::before,
.main-menu .navigation > li > ul > li > ul > li > a::before {
    color: #ffffff !important;
    right: 15px;
    font-size: 16px;
    display: none !important;
  }

  .main-menu .navbar-collapse > .navigation > li > ul,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul {
    position: relative;
    border: none;
    float: none;
    visibility: visible;
    opacity: 1;
    display: none;
    margin: 0px;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100%;
    background: #e4b700;
    border-radius: 0px;
    transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
  }

  .main-menu .navbar-collapse > .navigation > li > ul,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul {
    border-top: 1px solid white !important;
  }

  .main-menu .navbar-collapse > .navigation > li,
.main-menu .navbar-collapse > .navigation > li > ul > li,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li {
    border-top: 1px solid white !important;
    opacity: 1 !important;
    top: 0px !important;
    left: 0px !important;
    visibility: visible !important;
  }

  .main-menu .navbar-collapse > .navigation > li:first-child {
    border: none;
  }

  .main-menu .navbar-collapse > .navigation > li > a,
.main-menu .navbar-collapse > .navigation > li > ul > li > a,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
    padding: 15px 10px !important;
    line-height: 22px;
    color: #ffffff;
    background: #7b64cb;
    text-align: left;
  }

  .main-header.style-two .main-menu .navigation > li > a {
    color: #ffffff !important;
  }

  .main-menu .navbar-collapse > .navigation > li > a:hover,
.main-menu .navbar-collapse > .navigation > li > a:active,
.main-menu .navbar-collapse > .navigation > li > a:focus {
    background: #1cc9ce;
  }

  .main-menu .navbar-collapse > .navigation > li:hover > a,
.main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
.main-menu .navbar-collapse > .navigation > li.current > a,
.main-menu .navbar-collapse > .navigation > li.current-menu-item > a {
    background: #48bdc5;
    color: #fff !important;
  }

  .main-menu .navbar-collapse > .navigation li.dropdown:after,
.main-menu .navigation > li > ul:before {
    display: none !important;
  }

  .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn {
    display: block;
    position: absolute;
    right: 15px;
    top: 12px;
    color: #ffffff;
  }

  .main-menu .navbar-collapse > .navigation li.current .dropdown-btn,
.main-menu .navbar-collapse > .navigation li:hover .dropdown-btn {
    color: #ffffff;
  }

  .main-header {
    margin-bottom: 0px !important;
  }

  .main-header .logo {
    position: absolute !important;
    top: -5px;
    left: 30%;
  }

  .search_option {
    position: absolute !important;
    top: 2px;
    right: 5px;
  }

  .footer-main .footer-top .menu-link {
    margin-left: 0px !important;
  }

  .main-header.style-two .search-box-btn {
    top: 15px !important;
  }

  .footer-main .footer-top .gallery-widget {
    margin-left: 0px !important;
  }

  .service-tab-section .tab-list-column .tab-list,
.service-tab-section .tab-content .inner-box {
    margin-left: 0px !important;
  }

  .rev_slider_wrapper .tp-caption img {
    display: none;
  }

  .header-uper .right-side {
    float: none !important;
    text-align: center !important;
  }

  .header-uper .contact-info {
    float: none !important;
    margin-bottom: 30px !important;
  }

  .header-uper .logo {
    margin-bottom: 40px !important;
  }

  .header-uper .contact-info .item {
    text-align: left !important;
    margin-left: 40px !important;
    margin-right: 0px !important;
  }

  .header-uper .link-btn {
    float: none !important;
    margin-left: 0px !important;
  }

  .gallery-section .owl-theme .owl-controls {
    display: none !important;
  }

  .work-skill .knob {
    display: inline-block !important;
  }

  .work-skill .skills h6 {
    margin-bottom: 40px;
  }

  .service-two .social-links li .border-shep {
    display: none !important;
  }

  .service-two .social-links li {
    margin-bottom: 20px;
  }

  .service-two .link-buttons li {
    margin-bottom: 20px;
  }

  .service-two .left-side {
    padding: 50px 0px !important;
  }

  .fixed-header {
    background: #000000 !important;
  }

  .google-map-area {
    margin-right: 0px !important;
  }
}
@media only screen and (max-width: 567px) {
  .blog-section .content-text {
    display: block !important;
    padding-left: 0px !important;
    margin-top: 20px !important;
  }

  .header-uper .contact-info {
    margin-bottom: 0px !important;
  }

  .header-uper .contact-info .item {
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 30px !important;
  }

  .service-tab-section .tab-list-column .tab-list,
.service-tab-section .tab-content .inner-box {
    padding-left: 20px !important;
  }
}
@media only screen and (max-width: 467px) {
  .rev_slider_wrapper .tp-caption {
    display: none !important;
  }

  .main-header .logo {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
  }

  .main-header.style-two .search-box-btn {
    top: 95px !important;
  }
}
@media only screen and (max-width: 350px) {
  .feature-section .contact-info .item {
    padding-left: 50px !important;
    padding-right: 0px !important;
  }

  .feature-section .contact-info .icon-box {
    left: 10px !important;
  }
}
/*# sourceMappingURL=style.css.map */

/*Custom CSS*/
.pt-4{
	padding-top: 40px !important;
}

.pt-5{
	padding-top: 50px !important;
}

.pb-3{
	padding-bottom: 30px !important;
}

.service-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 110px 0;
}

.service-hero .eyebrow {
  color: #48bdc5;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.service-hero h1 {
  color: #fff;
  font-size: 48px;
  line-height: 1.12;
  margin-bottom: 20px;
  max-width: 900px;
}

.service-hero .lead {
  color: #f5f7f8;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 760px;
}

.btn-outline-light {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.btn-outline-light:hover {
  color: #222;
  background: #fff;
}

.revamp-services .section-title p,
.service-detail p {
  color: #555;
}

.service-card-grid {
  align-items: stretch;
}

.revamp-service-card {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #e6ecef;
  border-radius: 8px;
  overflow: hidden;
  color: #222;
  box-shadow: 0 12px 30px rgba(32, 45, 54, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.revamp-service-card:hover {
  color: #222;
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(32, 45, 54, .14);
}

.revamp-service-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.revamp-service-card div {
  padding: 24px;
}

.revamp-service-card small {
  display: block;
  min-height: 38px;
  color: #48bdc5;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.revamp-service-card h2,
.revamp-service-card h3 {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 12px;
}

.revamp-service-card p {
  color: #5e6870;
  font-size: 15px;
  line-height: 1.6;
  min-height: 96px;
}

.revamp-service-card span,
.service-mini-card span {
  color: #1a8e96;
  font-weight: 700;
}

.service-checklist {
  margin: 26px 0 0;
  padding: 0;
}

.service-checklist li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #333;
  font-size: 16px;
  line-height: 1.55;
  list-style: none;
  margin-bottom: 14px;
}

.service-checklist i {
  color: #48bdc5;
  margin-top: 5px;
}

.quote-panel {
  background: #1f2a32;
  border-radius: 8px;
  color: #fff;
  padding: 34px;
}

.quote-panel h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1.25;
  margin-bottom: 14px;
}

.quote-panel p {
  color: #dce4e7;
  margin-bottom: 24px;
}

.service-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(32, 45, 54, .1);
}

.service-mini-card {
  display: block;
  height: 100%;
  padding: 22px;
  border: 1px solid #e5ecef;
  border-radius: 8px;
  background: #fff;
  color: #222;
}

.service-detail + .section.bg-gray + .section .section-title {
  margin-bottom: 34px;
}

.compact-service-grid {
  margin-top: 8px;
}

.service-mini-card strong {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .service-hero {
    min-height: 460px;
    padding: 80px 0;
  }

  .service-hero h1 {
    font-size: 34px;
  }

  .service-hero .lead {
    font-size: 17px;
  }

  .service-hero .btn {
    display: block;
    margin: 10px 0 0 !important;
    width: 100%;
  }

  .revamp-service-card p,
  .revamp-service-card small {
    min-height: 0;
  }
}

/* Gepetto's visual refresh */
:root {
  --gep-ink: #33291f;
  --gep-charcoal: #efe3d2;
  --gep-walnut: #9b6b3f;
  --gep-copper: #c58a4a;
  --gep-honey: #e8bd78;
  --gep-sage: #788568;
  --gep-cream: #fbf6ed;
  --gep-paper: #fffdf8;
  --gep-line: #eadfcc;
}

body {
  color: var(--gep-ink);
  background: var(--gep-paper);
}

a,
a:hover {
  text-decoration: none;
}

.header-top {
  background: #f4eadb;
  border-bottom: 1px solid var(--gep-line);
}

.header-top .top-left h6,
.header-top .top-right .social-links li i {
  color: var(--gep-ink);
}

.header-uper {
  background: var(--gep-paper);
  border-bottom: 1px solid var(--gep-line);
  box-shadow: 0 6px 22px rgba(145, 104, 59, .08);
}

.header-uper .contact-info .item strong,
.header-uper .contact-info .item span,
.header-uper .contact-info .item a span {
  color: var(--gep-ink);
}

.header-uper .contact-info .icon-box i {
  color: var(--gep-copper);
}

.navbar {
  background: linear-gradient(90deg, #f2dfc3 0%, #e6c38f 52%, #d59d5f 100%);
  box-shadow: 0 12px 28px rgba(139, 100, 55, .18);
}

.navbar .navbar-nav li > .nav-link {
  color: #35281d;
  font-weight: 700;
  letter-spacing: 0;
}

.navbar .navbar-nav li > .nav-link:hover,
.navbar .navbar-nav li.active > a {
  color: #23170f;
  background: rgba(255, 253, 248, .46);
}

.hero-slider .slider-item:before,
.service-hero:before {
  content: "";
}

.hero-slider .slider-item {
  position: relative;
}

.hero-slider .slider-item:after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(74, 50, 31, .64), rgba(126, 91, 53, .38) 52%, rgba(230, 195, 143, .2)),
    radial-gradient(circle at 72% 30%, rgba(255, 253, 248, .2), transparent 34%);
  pointer-events: none;
}

.hero-slider .slider-item .container {
  position: relative;
  z-index: 2;
}

.hero-slider .content h2 {
  color: #fff;
  font-size: 50px;
  line-height: 1.08;
  text-shadow: 0 3px 18px rgba(45, 31, 20, .42);
}

.hero-slider .content .tag-text {
  color: #fff7ea;
  font-size: 20px;
  line-height: 1.55;
}

.btn-main,
.btn-style-one,
.hero-slider .content.style .btn-main,
.cta .cta-block .working-time .btn-main,
.cta .cta-block .top-doctor .btn-main {
  background: #bf7e38;
  border: 1px solid #bf7e38;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(153, 103, 48, .22);
  font-weight: 700;
  letter-spacing: 0;
}

.btn-main:hover,
.btn-style-one:hover,
.hero-slider .content.style .btn-main:hover,
.cta .cta-block .working-time .btn-main:hover,
.cta .cta-block .top-doctor .btn-main:hover {
  background: #8f5d32;
  border-color: #8f5d32;
  color: #fff;
}

.btn-white {
  background: #fffdf8;
  border-color: #fffdf8;
  color: var(--gep-ink);
}

.btn-outline-light {
  border-color: rgba(255, 248, 238, .8);
  color: #fff8ee;
}

.btn-outline-light:hover {
  background: #fff8ee;
  color: var(--gep-ink);
}

.bg-gray,
.revamp-services {
  background: linear-gradient(180deg, #fffaf2 0%, #f7ead5 100%) !important;
}

.section-title h3 {
  color: var(--gep-ink);
}

.section-title h3 span {
  color: var(--gep-copper);
}

.section-title h3:before {
  background: var(--gep-honey);
}

.cta {
  background: var(--gep-paper);
}

.cta .cta-block {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(145, 104, 59, .14);
}

.cta .cta-block .item {
  background: #f7ead5;
}

.cta .cta-block .top-doctor {
  background: #ead0aa;
}

.cta .cta-block .item h2,
.cta .cta-block .item p,
.cta .cta-block .item i {
  color: var(--gep-ink);
}

.service-hero {
  position: relative;
  overflow: hidden;
  background-blend-mode: multiply;
}

.service-hero:after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(76, 52, 32, .68), rgba(133, 95, 55, .46) 50%, rgba(230, 195, 143, .2)),
    linear-gradient(180deg, rgba(255, 250, 242, .1), rgba(232, 189, 120, .16));
  pointer-events: none;
}

.service-hero .container {
  position: relative;
  z-index: 2;
}

.service-hero .eyebrow {
  display: inline-block;
  color: #fff3dc;
  background: rgba(87, 58, 35, .24);
  border: 1px solid rgba(255, 248, 238, .36);
  border-radius: 999px;
  padding: 8px 14px;
}

.service-hero h1 {
  text-shadow: 0 6px 26px rgba(62, 43, 28, .38);
}

.service-hero .lead {
  color: #fff8ee;
}

.revamp-service-card {
  background: var(--gep-paper);
  border-color: var(--gep-line);
  box-shadow: 0 16px 36px rgba(58, 39, 27, .1);
}

.revamp-service-card:hover {
  box-shadow: 0 22px 48px rgba(58, 39, 27, .18);
}

.revamp-service-card img {
  filter: saturate(.95) contrast(1.04);
}

.revamp-service-card div {
  border-top: 4px solid #edc986;
  background: linear-gradient(180deg, #fffdf8 0%, #fff8ed 100%);
}

.revamp-service-card small {
  color: var(--gep-sage);
}

.revamp-service-card h2,
.revamp-service-card h3 {
  color: var(--gep-ink);
}

.revamp-service-card p {
  color: #5d5148;
}

.revamp-service-card span,
.service-mini-card span,
.service-checklist i {
  color: var(--gep-copper);
}

.quote-panel {
  background:
    linear-gradient(145deg, rgba(255, 250, 242, .98), rgba(237, 211, 174, .98)),
    var(--gep-cream);
  border: 1px solid var(--gep-line);
  box-shadow: 0 18px 42px rgba(145, 104, 59, .16);
  color: var(--gep-ink);
}

.quote-panel h2 {
  color: var(--gep-ink);
}

.quote-panel p {
  color: #6f5d4c;
}

.service-gallery img {
  border: 1px solid var(--gep-line);
  box-shadow: 0 14px 32px rgba(58, 39, 27, .12);
  transition: transform .2s ease, box-shadow .2s ease;
}

.service-gallery a:hover img {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(58, 39, 27, .18);
}

.service-mini-card {
  background: linear-gradient(180deg, #fffdf8 0%, #fff8ed 100%);
  border-color: var(--gep-line);
  box-shadow: 0 10px 24px rgba(58, 39, 27, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.service-mini-card:hover {
  color: var(--gep-ink);
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(58, 39, 27, .14);
}

.service-tab-section .tabs .nav-tabs .nav-link.active {
  background: #f3d9b0;
  border-color: #f3d9b0;
  color: var(--gep-ink);
}

.service-tab-section .tabs .nav-tabs .nav-link {
  color: var(--gep-walnut);
}

.footer-main,
.footer-main .footer-top {
  background: #ead8bc;
}

.footer-main .footer-top h2 {
  color: var(--gep-ink);
}

.footer-main .footer-top p,
.footer-main .footer-top .menu-link li {
  color: #5f4c3b !important;
}

.footer-main .footer-top .social-icons li a {
  background: #c58a4a;
  border-color: #c58a4a;
}

.footer-main .footer-bottom {
  background: #dec49b;
}

.footer-main .footer-bottom .copyright-text p,
.footer-main .footer-bottom .copyright-text a {
  color: #4c3a2b;
}

@media only screen and (max-width: 767px) {
  .hero-slider .content h2 {
    font-size: 34px;
  }

  .hero-slider .content .tag-text {
    font-size: 17px;
  }

  .cta .cta-block {
    border-radius: 0;
  }
}

/* Home page section polish */
.cta {
  padding: 64px 0 42px;
  background:
    linear-gradient(180deg, #fffdf8 0%, #fff7e9 100%);
}

.cta .cta-block {
  overflow: visible;
  gap: 22px;
  box-shadow: none;
}

.cta .cta-block.row {
  margin-left: 0;
  margin-right: 0;
}

.cta .cta-block .item {
  background: #fffdf8;
  border: 1px solid #eadfcc;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(145, 104, 59, .12);
  flex: 1 1 0;
  padding: 34px 30px;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.cta .cta-block .item:before {
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, #d59d5f, #edc986);
  border-radius: 0 0 4px 4px;
}

.cta .cta-block .item:hover {
  transform: translateY(-4px);
  border-color: #e4c797;
  box-shadow: 0 22px 44px rgba(145, 104, 59, .18);
}

.cta .cta-block .top-doctor,
.cta .cta-block .working-time {
  background: #fffdf8;
}

.cta .cta-block .item i {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #f5dfbd;
  color: #8f5d32;
  font-size: 22px;
}

.cta .cta-block .item h2 {
  color: #33291f;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.cta .cta-block .item p {
  min-height: 78px;
  color: #665546;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.cta .cta-block .working-time .btn-main,
.cta .cta-block .top-doctor .btn-main {
  color: #fff;
  border: 1px solid #bf7e38;
  padding: 11px 20px;
}

.service-tab-section {
  background: #fffdf8;
  padding-top: 78px;
  padding-bottom: 78px;
}

.service-tab-section .tabs {
  margin-bottom: 34px !important;
}

.service-tab-section .tabs .nav-tabs {
  border-bottom: 0;
  gap: 10px;
}

.service-tab-section .tabs .nav-tabs .nav-link {
  border: 1px solid #eadfcc;
  border-radius: 999px;
  background: #fff8ed;
  color: #7a5632;
  font-weight: 700;
  padding: 11px 24px;
}

.service-tab-section .tabs .nav-tabs .nav-link.active {
  background: #e8bd78;
  border-color: #e8bd78;
  color: #33291f;
}

.service-tab-section .service-box {
  background: #fffaf2;
  border: 1px solid #eadfcc;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(145, 104, 59, .1);
  padding: 28px;
}

.service-tab-section .service-box img {
  width: 100%;
  height: 100%;
  max-height: 430px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(145, 104, 59, .14);
}

.service-tab-section .service-box .contents {
  padding: 8px 0 0 20px;
}

.service-box .section-title h3 {
  margin-bottom: 18px;
}

.service-tab-section .service-box .text p {
  color: #5f4c3b;
  font-size: 16px;
  line-height: 1.8;
}

.service-tab-section .content-list {
  padding-left: 0;
}

.service-tab-section .content-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #5f4c3b;
  line-height: 1.6;
  list-style: none;
  margin-bottom: 12px;
}

.service-tab-section .content-list i {
  color: #bf7e38;
  margin-top: 5px;
}

.testimonial-author {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #f5dfbd;
  color: #6b482a;
  font-weight: 700;
}

.appoinment-section {
  padding-top: 82px;
  padding-bottom: 82px;
  background:
    linear-gradient(180deg, #fff8ed 0%, #f6e7d1 100%) !important;
}

.appoinment-section .row {
  align-items: center;
}

.contact-area {
  background: #fffdf8;
  border: 1px solid #eadfcc;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(145, 104, 59, .13);
  padding: 36px !important;
}

.contact-area .section-title {
  margin-bottom: 24px;
}

.contact-area .section-title p {
  color: #665546;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 8px;
}

.contact-area input,
.contact-area textarea,
.contact-area .form-group select {
  min-height: 52px;
  border: 1px solid #e5d5bd;
  border-radius: 6px;
  background: #fffaf2;
  color: #33291f;
  box-shadow: none;
}

.contact-area input:focus,
.contact-area textarea:focus,
.contact-area .form-group select:focus {
  border-color: #c58a4a;
  background: #fffdf8;
  box-shadow: 0 0 0 3px rgba(197, 138, 74, .16);
}

.contact-area textarea {
  min-height: 142px;
}

.contact-area button.btn-style-one {
  min-width: 180px;
  text-transform: uppercase;
}

.contact-image-column img {
  display: block;
  border-radius: 8px;
  border: 1px solid #eadfcc;
  box-shadow: 0 18px 42px rgba(145, 104, 59, .14);
  background: #fffdf8;
}

.header-top {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, .94), rgba(244, 234, 219, .94)),
    repeating-linear-gradient(90deg, rgba(155, 107, 63, .05) 0 1px, transparent 1px 18px);
}

.header-top .container {
  max-width: 1040px;
}

.header-top .top-left h6 {
  font-size: 14px;
  font-weight: 600;
}

.header-top .top-right .social-links li a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff8ed;
  border: 1px solid #eadfcc;
}

.header-top .top-right .social-links li a:hover {
  background: #c58a4a;
}

.header-top .top-right .social-links li a:hover i {
  color: #fff;
}

.header-uper {
  padding: 34px 0;
}

.header-uper .logo img {
  max-height: 76px;
}

.header-uper .contact-info .item {
  min-width: 210px;
  padding: 14px 18px 14px 68px;
  border: 1px solid #eadfcc;
  border-radius: 8px;
  background: #fffaf2;
}

.header-uper .contact-info .icon-box {
  left: 18px;
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f3d9b0;
}

.header-uper .contact-info .icon-box i {
  font-size: 17px;
}

.navbar {
  border-top: 1px solid rgba(255, 253, 248, .7);
  border-bottom: 1px solid rgba(143, 93, 50, .18);
}

.navbar .navbar-nav li > .nav-link {
  border-radius: 4px;
  margin: 8px 4px;
  padding: 14px 18px;
}

.hero-slider .slider-item {
  min-height: 620px;
}

.hero-slider .content.style,
.hero-slider .content.text-center {
  max-width: 850px;
  margin: 0 auto;
  padding: 34px 36px;
  border: 1px solid rgba(255, 253, 248, .18);
  border-radius: 8px;
  background: rgba(54, 36, 22, .28);
  backdrop-filter: blur(2px);
}

.hero-slider .content h2 {
  margin-bottom: 12px !important;
}

.hero-slider .content .tag-text {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.slick-dots {
  bottom: 24px;
}

.slick-dots li button:before {
  color: #fff8ed;
  opacity: .7;
}

.slick-dots li.slick-active button:before {
  color: #e8bd78;
  opacity: 1;
}

.home-contact-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 42px 38px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(51, 41, 31, .96), rgba(111, 76, 42, .95)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .03) 0 1px, transparent 1px 16px);
  color: #fff8ed;
  box-shadow: 0 22px 48px rgba(84, 55, 31, .22);
}

.home-contact-card:before {
  position: absolute;
  right: -70px;
  top: -70px;
  width: 190px;
  height: 190px;
  content: "";
  border-radius: 50%;
  background: rgba(232, 189, 120, .18);
}

.home-contact-card:after {
  position: absolute;
  left: -18px;
  bottom: -18px;
  width: 160px;
  height: 160px;
  content: "";
  background-image: radial-gradient(rgba(255, 248, 237, .32) 2px, transparent 2px);
  background-size: 16px 16px;
  opacity: .5;
}

.contact-card-mark {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e8bd78;
  color: #33291f;
  font-size: 28px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .18);
}

.home-contact-card .eyebrow {
  color: #e8bd78;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.home-contact-card h3 {
  color: #fff;
  font-size: 34px;
  line-height: 1.15;
  margin-bottom: 26px;
}

.home-contact-card ul {
  position: relative;
  z-index: 2;
  margin: 0 0 28px;
  padding: 0;
}

.home-contact-card li {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  list-style: none;
  padding: 16px 0;
  border-bottom: 1px dashed rgba(255, 248, 237, .36);
}

.home-contact-card i {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(232, 189, 120, .18);
  color: #e8bd78;
}

.home-contact-card span,
.home-contact-card a {
  color: #fff8ed;
  font-size: 15px;
  line-height: 1.55;
}

.contact-card-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 11px 18px;
  border-radius: 999px;
  background: #fff8ed;
  color: #33291f !important;
  font-weight: 800;
}

.footer-main {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #d8bc8f;
}

.footer-main:before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 253, 248, .5), transparent 24%),
    radial-gradient(circle at 72% 38%, rgba(197, 138, 74, .18), transparent 22%),
    repeating-linear-gradient(90deg, rgba(109, 73, 38, .04) 0 2px, transparent 2px 22px);
  pointer-events: none;
}

.footer-main .footer-top,
.footer-main .footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-main .footer-top {
  padding-top: 78px;
  padding-bottom: 58px;
}

.footer-main .footer-top .about-widget,
.footer-main .footer-top .menu-link,
.footer-main .footer-top .social-links {
  position: relative;
}

.footer-main .footer-top .footer-logo img {
  max-height: 86px;
  object-fit: contain;
}

.footer-main .footer-top h2 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.footer-main .footer-top .location-link .item {
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-main .footer-top .location-link .item i {
  color: #9b6b3f;
}

.footer-main .footer-top .menu-link li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(121, 84, 44, .14);
}

.footer-main .footer-top .social-links img {
  max-width: 220px;
  filter: drop-shadow(0 14px 22px rgba(92, 55, 31, .2));
}

.footer-main .footer-bottom {
  border-top: 1px solid rgba(121, 84, 44, .14);
}

/* Header refinement */
.header-top {
  padding: 8px 0;
}

.header-top .row {
  min-height: 28px;
}

.header-top .top-left h6 {
  margin: 0;
}

.header-uper {
  padding: 24px 0;
}

.header-uper .row {
  min-height: 96px;
}

.header-uper .logo {
  position: relative;
}

.header-uper .logo:after {
  position: absolute;
  left: 8px;
  bottom: -8px;
  width: 92px;
  height: 4px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, #c58a4a, rgba(232, 189, 120, 0));
}

.header-uper .right-side {
  float: none;
  display: flex;
  justify-content: flex-end;
}

.header-uper .contact-info {
  float: none;
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  width: 100%;
}

.header-uper .contact-info .item {
  width: 230px;
  margin: 0;
  box-shadow: 0 10px 24px rgba(145, 104, 59, .08);
}

.header-uper .contact-info .item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.header-uper .contact-info .item span {
  font-size: 14px;
}

.navbar {
  padding: 0;
}

.navbar .container {
  min-height: 72px;
}

.navbar .navbar-collapse {
  justify-content: space-between;
}

.navbar .navbar-nav {
  width: 100%;
  align-items: center;
}

.navbar .navbar-nav .nav-quote {
  margin-left: auto;
}

.navbar .navbar-nav .nav-quote > .nav-link {
  background: #33291f;
  color: #fff8ed;
  box-shadow: 0 12px 24px rgba(80, 51, 27, .18);
}

.navbar .navbar-nav .nav-quote > .nav-link:hover {
  background: #8f5d32;
  color: #fff;
}

.navbar .navbar-nav li.active > a {
  background: rgba(255, 253, 248, .62);
}

@media only screen and (max-width: 991px) {
  .header-uper {
    padding: 22px 0 18px;
  }

  .header-uper .logo {
    text-align: center;
    margin-bottom: 22px;
  }

  .header-uper .logo:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .header-uper .contact-info {
    justify-content: center;
    flex-wrap: wrap;
  }

  .navbar .navbar-nav {
    align-items: stretch;
    padding: 12px 0;
  }

  .navbar .navbar-nav .nav-quote {
    margin-left: 0;
  }

  .navbar .navbar-nav li > .nav-link {
    margin: 4px 0;
  }
}

@media only screen and (max-width: 575px) {
  .header-uper .contact-info .item {
    width: 100%;
    max-width: 330px;
  }
}

/* Standard business header layout */
.header-top {
  padding: 0;
  background: #33291f;
  border-bottom: 0;
}

.header-top .container {
  max-width: 1180px;
}

.header-top .row {
  min-height: 42px;
}

.header-top .top-left h6 {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff8ed;
  font-size: 13px;
  font-weight: 700;
}

.header-top .top-left h6:before {
  content: "Serving Krugersdorp & Gauteng";
  color: #e8bd78;
}

.header-top .top-right .social-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.header-top .top-right:before {
  content: "Follow us";
  color: #f1dfc2;
  font-size: 13px;
  font-weight: 700;
  margin-right: 10px;
}

.header-top .top-right .social-links li a {
  width: 28px;
  height: 28px;
  background: rgba(255, 248, 237, .1);
  border: 1px solid rgba(255, 248, 237, .26);
}

.header-top .top-right .social-links li i {
  color: #fff8ed;
}

.header-uper {
  padding: 28px 0;
  background:
    linear-gradient(180deg, #fffdf8 0%, #fff8ed 100%);
}

.header-uper .container {
  max-width: 1180px;
}

.header-uper .row {
  min-height: 118px;
}

.header-uper .logo {
  margin-bottom: 0;
}

.header-uper .logo img {
  max-height: 88px;
}

.header-uper .logo:after {
  width: 118px;
  height: 3px;
  bottom: -10px;
}

.header-uper .right-side {
  align-items: center;
  gap: 24px;
}

.header-uper .right-side:before {
  content: "Furniture restoration, repairs, custom woodwork, flooring, doors and decking";
  max-width: 300px;
  color: #6a5848;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.header-uper .contact-info {
  width: auto;
  gap: 14px;
  margin-left: auto;
}

.header-uper .contact-info .item {
  width: 220px;
  min-height: 74px;
  padding: 16px 18px 16px 62px;
  background: #fffdf8;
  border-color: #e7d2b4;
}

.header-uper .contact-info .icon-box {
  left: 16px;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  background: #efd29d;
  border: 1px solid #d8aa64;
}

.header-uper .contact-info .item strong {
  font-size: 12px;
  color: #33291f;
}

.header-uper .contact-info .item span {
  color: #4f4032;
  font-size: 14px;
}

.navbar {
  background: linear-gradient(90deg, #eac78f 0%, #dca25e 100%);
  border-top: 1px solid #edd3a9;
  border-bottom: 3px solid #33291f;
}

.navbar .container {
  max-width: 1180px;
  min-height: 74px;
}

.navbar .navbar-collapse {
  justify-content: center;
}

.navbar .navbar-nav {
  justify-content: center;
  gap: 8px;
}

.navbar .navbar-nav li > .nav-link {
  margin: 0;
  padding: 14px 18px;
  color: #22160e;
  text-transform: uppercase;
}

.navbar .navbar-nav li.active > a,
.navbar .navbar-nav li > .nav-link:hover {
  background: rgba(255, 253, 248, .55);
  color: #22160e;
}

.navbar .navbar-nav .nav-quote {
  margin-left: 42px;
}

.navbar .navbar-nav .nav-quote > .nav-link {
  padding-left: 24px;
  padding-right: 24px;
  background: #33291f;
  color: #fff8ed;
}

@media only screen and (max-width: 1199px) {
  .header-uper .right-side:before {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .header-top .top-left h6 {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .header-top .top-right {
    display: none;
  }

  .header-uper .right-side {
    display: block;
  }

  .header-uper .contact-info {
    margin: 0;
  }

  .navbar .navbar-collapse {
    justify-content: flex-start;
  }

  .navbar .navbar-nav {
    gap: 0;
  }

  .navbar .navbar-nav .nav-quote {
    margin-left: 0;
  }
}

/* Compact header contact cards */
.header-uper .contact-info {
  gap: 12px;
}

.header-uper .contact-info .item {
  width: 228px;
  min-height: 64px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  column-gap: 12px;
  padding: 12px 16px;
  border: 1px solid #e3c89e;
  border-radius: 8px;
  background: linear-gradient(180deg, #fffdf8 0%, #fff8ed 100%);
  box-shadow: 0 10px 22px rgba(145, 104, 59, .09);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.header-uper .contact-info .item:hover {
  transform: translateY(-2px);
  border-color: #c58a4a;
  box-shadow: 0 14px 28px rgba(145, 104, 59, .14);
}

.header-uper .contact-info .icon-box {
  position: static;
  width: 42px;
  height: 42px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9aa65;
  border-radius: 50%;
  background: #f1d7a8;
}

.header-uper .contact-info .icon-box i {
  color: #36b8c1;
  font-size: 18px;
}

.header-uper .contact-info .item strong {
  display: block;
  margin: 0 0 5px;
  color: #33291f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}

.header-uper .contact-info .item br {
  display: none;
}

.header-uper .contact-info .item span {
  display: block;
  color: #4d3d31;
  font-size: 14px;
  line-height: 1.25;
}

.header-uper .contact-info .item a {
  display: block;
}

@media only screen and (max-width: 575px) {
  .header-uper .contact-info .item {
    width: 100%;
    max-width: 360px;
  }
}

@media only screen and (max-width: 991px) {
  .cta .cta-block {
    gap: 16px;
  }

  .cta .cta-block .item {
    flex-basis: calc(50% - 16px);
  }

  .service-tab-section .service-box .contents {
    padding: 26px 0 0;
  }

  .header-uper .contact-info .item {
    margin-bottom: 12px;
  }

  .hero-slider .content.style,
  .hero-slider .content.text-center {
    padding: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .cta {
    padding-top: 42px;
  }

  .cta .cta-block {
    display: block;
  }

  .cta .cta-block .item {
    margin-bottom: 16px;
  }

  .cta .cta-block .item p {
    min-height: 0;
  }

  .service-tab-section,
  .appoinment-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .service-tab-section .service-box,
  .contact-area {
    padding: 22px !important;
  }

  .hero-slider .slider-item {
    min-height: 540px;
  }

  .hero-slider .content.style,
  .hero-slider .content.text-center {
    background: rgba(54, 36, 22, .38);
  }

  .home-contact-card {
    min-height: 0;
    padding: 32px 26px 92px;
  }

  .home-contact-card h3 {
    font-size: 29px;
  }
}

/* Professional site header */
.site-header {
  position: relative;
  z-index: 50;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(26, 37, 39, .08);
}

.site-header .container {
  max-width: 1180px;
}

.site-header .header-top {
  padding: 0;
  background: #1f292b;
  color: #f6fbfb;
  border: 0;
}

.site-header .header-top .row {
  min-height: 42px;
}

.site-header .header-top .top-left h6 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #f6fbfb;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.site-header .header-top .top-left h6:before {
  content: "Serving Krugersdorp & Gauteng";
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding-right: 14px;
  margin-right: 4px;
  color: #7fd2d8;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.site-header .header-top .top-left h6 i {
  color: #d6a85d;
}

.site-header .header-top .top-right:before {
  display: none;
}

.site-header .header-top .social-links {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
}

.site-header .header-top .social-links li {
  margin: 0;
}

.site-header .header-top .social-links li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.site-header .header-top .social-links li a:hover {
  background: #2f9da8;
  border-color: #2f9da8;
  transform: translateY(-1px);
}

.site-header .header-top .social-links li i {
  width: auto;
  height: auto;
  display: inline-block;
  color: inherit;
  font-size: 13px;
  line-height: 1;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.site-header .header-uper {
  padding: 22px 0;
  background: #ffffff;
}

.site-header .header-uper .row {
  min-height: 96px;
}

.site-header .header-uper .logo {
  margin: 0;
}

.site-header .header-uper .logo:after {
  display: none;
}

.site-header .header-uper .logo img {
  max-height: 86px;
  width: auto;
}

.site-header .header-uper .right-side {
  float: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.site-header .header-uper .right-side:before {
  display: none;
}

.site-header .header-uper .contact-info {
  float: none;
  width: auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 12px;
  margin: 0;
}

.site-header .header-uper .contact-info .item {
  width: 214px;
  min-height: 86px;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  column-gap: 12px;
  margin: 0;
  padding: 12px 14px;
  background: #f7fbfb;
  border: 1px solid #dbe8e8;
  border-radius: 8px;
  box-shadow: none;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.site-header .header-uper .contact-info .item:hover {
  transform: translateY(-1px);
  border-color: #9ccfd3;
  box-shadow: 0 12px 24px rgba(31, 41, 43, .08);
}

.site-header .header-uper .contact-info .icon-box {
  position: static;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #1f292b;
  background: #e8f5f6;
  border: 1px solid #b9dcdf;
  border-radius: 50%;
}

.site-header .header-uper .contact-info .icon-box i {
  color: #2f9da8;
  font-size: 16px;
}

.site-header .header-uper .contact-info .item strong {
  display: block;
  margin: 0 0 4px;
  color: #1f292b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.1;
  text-transform: uppercase;
}

.site-header .header-uper .contact-info .item span {
  display: block;
  color: #405054;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.site-header .header-uper .contact-info .item a {
  color: inherit;
}

.site-header .header-uper .contact-info .item br {
  display: none;
}

.site-header .account-menu-button {
  min-height: 42px;
  padding: 10px 18px;
  color: #ffffff;
  background: #2f9da8;
  border: 1px solid #2f9da8;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  text-transform: none;
  box-shadow: 0 10px 20px rgba(47, 157, 168, .18);
}

.site-header .account-menu-button:hover,
.site-header .account-menu-button:focus {
  background: #277f88;
  border-color: #277f88;
}

.site-header .navbar {
  padding: 0;
  background: #ffffff;
  border-top: 1px solid #edf2f2;
  border-bottom: 1px solid #dce7e7;
  box-shadow: none;
}

.site-header .navbar .container {
  min-height: 66px;
}

.site-header .mobile-brand {
  display: none;
  color: #1f292b;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}

.site-header .navbar-collapse {
  justify-content: center;
}

.site-header .navbar-nav {
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.site-header .navbar-nav li > .nav-link {
  position: relative;
  margin: 0;
  padding: 21px 16px;
  color: #243235;
  border-radius: 0;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: color .2s ease, background .2s ease;
}

.site-header .navbar-dark .navbar-nav .nav-link,
.site-header .navbar-dark .navbar-nav .active > .nav-link,
.site-header .navbar-dark .navbar-nav .nav-link.active,
.site-header .navbar-dark .navbar-nav .show > .nav-link {
  color: #243235;
  text-decoration: none !important;
}

.site-header .navbar-nav li > .nav-link:after {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 13px;
  height: 3px;
  content: "";
  background: #2f9da8;
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(.45);
  transition: opacity .2s ease, transform .2s ease;
}

.site-header .navbar-nav li.active > a,
.site-header .navbar-nav li > .nav-link:hover,
.site-header .navbar-nav li > .nav-link:focus {
  color: #0f1f22;
  background: transparent;
}

.site-header .navbar-dark .navbar-nav .active > .nav-link:hover,
.site-header .navbar-dark .navbar-nav .active > .nav-link:focus,
.site-header .navbar-dark .navbar-nav .nav-link:hover,
.site-header .navbar-dark .navbar-nav .nav-link:focus {
  color: #0f1f22;
  text-decoration: none !important;
}

.site-header .navbar-nav li.active > a:after,
.site-header .navbar-nav li > .nav-link:hover:after,
.site-header .navbar-nav li > .nav-link:focus:after {
  opacity: 1;
  transform: scaleX(1);
}

.site-header .navbar-nav .nav-quote {
  margin-left: 0;
}

.site-header .navbar-nav .nav-quote > .nav-link {
  padding: 21px 16px;
  color: #243235;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.site-header .navbar-dark .navbar-nav .nav-quote > .nav-link,
.site-header .navbar-dark .navbar-nav .nav-quote > .nav-link:hover,
.site-header .navbar-dark .navbar-nav .nav-quote > .nav-link:focus {
  color: #243235;
}

.site-header .navbar-nav .nav-quote > .nav-link:after {
  display: block;
}

.site-header .navbar-nav .nav-quote > .nav-link:hover,
.site-header .navbar-nav .nav-quote > .nav-link:focus {
  color: #0f1f22;
  background: transparent;
}

.site-header .navbar-dark .navbar-toggler,
.site-header .navbar-toggler {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #cfe0e1;
  border-radius: 8px;
  background: #f7fbfb;
}

.site-header .navbar-dark .navbar-toggler-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(31, 41, 43, 0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 8h22M4 15h22M4 22h22'/%3e%3c/svg%3e");
}

@media only screen and (max-width: 1199px) {
  .site-header .header-uper .right-side:before {
    display: none;
  }

  .site-header .navbar-nav li > .nav-link {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .site-header .header-top .row {
    min-height: 40px;
  }

  .site-header .header-top .top-left h6 {
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 10px;
    padding: 6px 0;
  }

  .site-header .header-top .top-left h6:before {
    padding-right: 10px;
  }

  .site-header .header-top .top-right {
    padding-bottom: 8px;
  }

  .site-header .header-top .social-links {
    justify-content: center;
  }

  .site-header .header-uper {
    padding: 18px 0;
  }

  .site-header .header-uper .row {
    min-height: 0;
  }

  .site-header .header-uper .logo {
    margin-bottom: 16px;
    text-align: center;
  }

  .site-header .header-uper .logo img {
    max-height: 76px;
  }

  .site-header .header-uper .right-side {
    display: block;
  }

  .site-header .header-uper .contact-info {
    justify-content: center;
    flex-wrap: wrap;
  }

  .site-header .header-uper .contact-info .item {
    width: calc(50% - 8px);
    max-width: 280px;
    margin: 0;
  }

  .site-header .link-btn {
    margin-top: 14px;
    text-align: center !important;
  }

  .site-header .navbar .container {
    min-height: 58px;
  }

  .site-header .mobile-brand {
    display: inline-flex;
  }

  .site-header .navbar-collapse {
    justify-content: flex-start;
    border-top: 1px solid #e3eeee;
  }

  .site-header .navbar-nav {
    align-items: stretch;
    gap: 0;
    padding: 10px 0 14px;
  }

  .site-header .navbar-nav li > .nav-link {
    padding: 14px 12px;
    border-radius: 8px;
  }

  .site-header .navbar-nav li > .nav-link:after {
    display: none;
  }

  .site-header .navbar-nav li.active > a,
  .site-header .navbar-nav li > .nav-link:hover,
  .site-header .navbar-nav li > .nav-link:focus {
    background: #eef7f8;
  }

  .site-header .navbar-nav .nav-quote {
    margin: 8px 0 0;
  }

  .site-header .navbar-nav .nav-quote > .nav-link {
    text-align: left;
  }
}

@media only screen and (max-width: 575px) {
  .site-header .header-top .top-left h6 {
    font-size: 12px;
  }

  .site-header .header-top .top-left h6:before {
    width: 100%;
    justify-content: center;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }

  .site-header .header-uper .contact-info .item {
    width: 100%;
    max-width: 360px;
  }
}

/* Final header/nav and service-card polish */
.site-header .header-uper .right-side {
  width: 100%;
}

.site-header .header-uper .contact-info {
  width: 100%;
  justify-content: space-between;
  gap: 22px;
}

.site-header .header-uper .contact-info .item {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  max-width: 260px;
}

.site-header .navbar .container {
  min-height: 64px;
}

.site-header .navbar-nav {
  width: auto;
  gap: 14px;
}

.site-header .navbar-nav li > .nav-link,
.site-header .navbar-nav .nav-quote > .nav-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  color: #243235;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  text-decoration: none !important;
}

.site-header .navbar-nav li > .nav-link:after,
.site-header .navbar-nav .nav-quote > .nav-link:after {
  display: none;
}

.site-header .navbar-nav li.active > a,
.site-header .navbar-nav li > .nav-link:hover,
.site-header .navbar-nav li > .nav-link:focus,
.site-header .navbar-nav .nav-quote > .nav-link:hover,
.site-header .navbar-nav .nav-quote > .nav-link:focus {
  color: #0f1f22;
  background: #eef7f8;
  border-color: #cfe5e7;
  text-decoration: none !important;
}

.site-header .navbar-dark .navbar-nav .nav-link,
.site-header .navbar-dark .navbar-nav .active > .nav-link,
.site-header .navbar-dark .navbar-nav .nav-link:hover,
.site-header .navbar-dark .navbar-nav .nav-link:focus,
.site-header .navbar-dark .navbar-nav .nav-quote > .nav-link,
.site-header .navbar-dark .navbar-nav .nav-quote > .nav-link:hover,
.site-header .navbar-dark .navbar-nav .nav-quote > .nav-link:focus {
  color: #243235;
  text-decoration: none !important;
}

.revamp-services {
  padding-top: 70px;
}

.revamp-services .section-title {
  margin-bottom: 42px;
}

.revamp-services .section-title h3 {
  margin-bottom: 12px;
}

.service-card-grid {
  row-gap: 22px;
}

.revamp-service-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff8ed;
  border: 1px solid #ead8bd;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(82, 58, 34, .08);
}

.revamp-service-card:hover {
  text-decoration: none !important;
}

.revamp-service-card img {
  flex: 0 0 auto;
}

.revamp-service-card div {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background: #fff8ed;
  padding: 28px 28px 30px;
}

.revamp-service-card p {
  flex: 1 1 auto;
}

.revamp-service-card span,
.revamp-service-card .service-card-button {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 11px 18px;
  color: #ffffff;
  background: #9b6b3f;
  border: 1px solid #9b6b3f;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.revamp-service-card:hover span,
.revamp-service-card:hover .service-card-button {
  color: #ffffff;
  background: #2f9da8;
  border-color: #2f9da8;
  transform: translateY(-1px);
}

.gallery-hero {
  background-position: center;
}

.before-after-gallery .section-title {
  margin-bottom: 42px;
}

.gallery-project-grid {
  row-gap: 8px;
}

.gallery-project-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #ead8bd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(82, 58, 34, .08);
}

.gallery-project-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #152b2f;
}

.gallery-project-images-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-project-images-grouped {
  background: #263235;
}

.gallery-frame {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  min-height: 190px;
  overflow: hidden;
  background: #efe7dc;
}

.gallery-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s ease;
}

.gallery-frame:hover img,
.gallery-frame:focus img {
  transform: scale(1.04);
}

.gallery-frame span {
  position: absolute;
  z-index: 1;
  left: 12px;
  top: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  color: #ffffff;
  background: rgba(15, 31, 34, .86);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.gallery-project-content {
  padding: 24px 26px 28px;
}

.gallery-project-content h2 {
  margin-bottom: 10px;
  color: #243235;
  font-size: 22px;
  line-height: 1.25;
}

.gallery-project-content p {
  margin-bottom: 0;
  color: #637174;
  line-height: 1.7;
}

@media only screen and (max-width: 1199px) {
  .site-header .header-uper .contact-info {
    gap: 14px;
  }

  .site-header .header-uper .contact-info .item {
    max-width: none;
  }
}

@media only screen and (max-width: 991px) {
  .site-header .header-uper .contact-info {
    justify-content: center;
  }

  .site-header .header-uper .contact-info .item {
    flex: 0 1 calc(50% - 10px);
    max-width: 330px;
  }

  .site-header .navbar-nav {
    width: 100%;
    gap: 6px;
  }

  .site-header .navbar-nav li > .nav-link,
  .site-header .navbar-nav .nav-quote > .nav-link {
    width: 100%;
    justify-content: flex-start;
  }

  .gallery-project-images,
  .gallery-project-images-three {
    grid-template-columns: 1fr;
  }

  .gallery-frame {
    min-height: 260px;
  }
}

@media only screen and (max-width: 575px) {
  .site-header .header-uper .contact-info .item {
    flex-basis: 100%;
  }

  .revamp-service-card div {
    padding: 24px 22px 26px;
  }

  .gallery-frame {
    min-height: 230px;
  }

  .gallery-project-content {
    padding: 22px 20px 24px;
  }
}

/* Footer color alignment */
.footer-main {
  background: #1f292b;
  color: #dbe7e8;
  padding-bottom: 55px;
}

.footer-main:before {
  background: linear-gradient(180deg, rgba(47, 157, 168, .1), rgba(31, 41, 43, 0));
}

.footer-main .footer-top,
.footer-main .footer-bottom {
  position: relative;
  background: transparent;
}

.footer-main .footer-top {
  padding-top: 72px;
  padding-bottom: 52px;
}

.footer-main .footer-layout {
  row-gap: 34px;
}

.footer-main .footer-brand-column,
.footer-main .footer-contact-column,
.footer-main .footer-services-column {
  height: 100%;
}

.footer-main .footer-top .about-widget,
.footer-main .footer-top .menu-link,
.footer-main .footer-top .social-links {
  color: #dbe7e8;
}

.footer-main .footer-top .footer-logo img {
  max-height: 92px;
  width: auto;
  padding: 10px 14px;
  background: #ffffff;
  border-radius: 8px;
}

.footer-main .footer-top h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

.footer-main .footer-top h2:after {
  background: #2f9da8;
}

.footer-main .footer-top p,
.footer-main .footer-top .menu-link li,
.footer-main .footer-top .menu-link li a,
.footer-main .footer-top .location-link .item p,
.footer-main .footer-bottom .copyright-text p {
  color: #dbe7e8 !important;
}

.footer-main .footer-top a,
.footer-main .footer-bottom a {
  color: #7fd2d8;
}

.footer-main .footer-top a:hover,
.footer-main .footer-bottom a:hover {
  color: #ffffff;
}

.footer-main .footer-top .location-link .item {
  border-bottom: 1px solid rgba(219, 231, 232, .12);
}

.footer-main .footer-top .location-link .item i,
.footer-main .footer-top .menu-link li i {
  color: #7fd2d8;
}

.footer-main .footer-top .menu-link li {
  border-bottom: 1px solid rgba(219, 231, 232, .12);
}

.footer-main .footer-top .menu-link li a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  color: #dbe7e8 !important;
  font-weight: 700;
  text-decoration: none;
}

.footer-main .footer-top .menu-link li a:hover {
  color: #ffffff !important;
}

.footer-main .footer-top .social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.footer-main .footer-top .social-icons li {
  margin: 0;
}

.footer-main .footer-top .social-icons li a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.footer-main .footer-top .social-icons li a:hover {
  color: #ffffff;
  background: #2f9da8;
  border-color: #2f9da8;
  transform: translateY(-1px);
}

.footer-main .footer-top .social-icons li a i {
  color: inherit;
  font-size: 15px;
  line-height: 1;
}

.footer-main .footer-top .social-links img {
  max-width: 220px;
  padding: 12px 16px;
  background: #ffffff;
  border-radius: 8px;
  filter: none;
}

.footer-main .footer-bottom {
  padding: 22px 0;
  border-top: 1px solid rgba(219, 231, 232, .14);
}

.footer-main .footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-main .footer-bottom .copyright-text {
  float: none;
}

.footer-main .footer-bottom .copyright-text p {
  margin: 0;
}

.footer-main .footer-bottom .copyright-text a {
  color: #d6a85d;
  font-weight: 800;
}

.footer-main .footer-bottom .copyright-text a:hover {
  color: #ffffff;
}

.footer-credit {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: #b9c9ca;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
}

.footer-credit a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 11px;
  color: #ffffff;
  background: rgba(127, 210, 216, .1);
  border: 1px solid rgba(127, 210, 216, .32);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-decoration: none;
}

.footer-credit a:hover {
  color: #1f292b;
  background: #7fd2d8;
  border-color: #7fd2d8;
}

.back-to-top {
  width: 44px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #7fd2d8 !important;
  background: #1f292b !important;
  border: 1px solid #2f9da8 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  line-height: 1 !important;
  text-align: center;
}

.back-to-top i {
  color: #7fd2d8 !important;
  font-size: 17px;
  line-height: 1 !important;
}

.back-to-top:hover {
  color: #ffffff !important;
  background: #2f9da8 !important;
  border-color: #7fd2d8 !important;
}

.back-to-top:hover i {
  color: #ffffff !important;
}

.scroll-to-top {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .footer-main .footer-bottom .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-credit {
    justify-content: flex-start;
    text-align: left;
  }
}
