::after, ::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Roboto Slab";
  src: url(../webfonts/Roboto_Slab/RobotoSlab-Thin.ttf);
  font-weight: 100;
}
@font-face {
  font-family: "Roboto Slab";
  src: url(../webfonts/Roboto_Slab/RobotoSlab-ExtraLight.ttf);
  font-weight: 200;
}
@font-face {
  font-family: "Roboto Slab";
  src: url(../webfonts/Roboto_Slab/RobotoSlab-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Roboto Slab";
  src: url(../webfonts/Roboto_Slab/RobotoSlab-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Roboto Slab";
  src: url(../webfonts/Roboto_Slab/RobotoSlab-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Roboto Slab";
  src: url(../webfonts/Roboto_Slab/RobotoSlab-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Roboto Slab";
  src: url(../webfonts/Roboto_Slab/RobotoSlab-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Roboto Slab";
  src: url(../webfonts/Roboto_Slab/RobotoSlab-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "Roboto Slab";
  src: url(../webfonts/Roboto_Slab/RobotoSlab-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: "Jost";
  src: url(../webfonts/Jost/Jost-Thin.ttf);
  font-weight: 100;
}
@font-face {
  font-family: "Jost";
  src: url(../webfonts/Jost/Jost-ExtraLight.ttf);
  font-weight: 200;
}
@font-face {
  font-family: "Jost";
  src: url(../webfonts/Jost/Jost-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Jost";
  src: url(../webfonts/Jost/Jost-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Jost";
  src: url(../webfonts/Jost/Jost-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Jost";
  src: url(../webfonts/Jost/Jost-Bold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Jost";
  src: url(../webfonts/Jost/Jost-SemiBold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Jost";
  src: url(../webfonts/Jost/Jost-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "Jost";
  src: url(../webfonts/Jost/Jost-Black.ttf);
  font-weight: 900;
}
body {
  font-family: "Jost";
  font-size: 17px;
  line-height: 1.5;
  color: #35405c;
}

footer .footerBottom, footer .footerTop, section.testimonialWrap .column .name, section.testimonialWrap .column .des, section.testimonialWrap .column, header .headerBottom, header .headerTop, section, header, footer, main, .innerWrap, input, textarea, form, .form-group {
  width: 100%;
  float: left;
}

footer .footerTop .footerColumn ul.socialLinks li a, section.serviceWrap .serviceColumn .bottomCont .icon img, section.serviceWrap .serviceColumn .bottomCont .icon, section.serviceWrap .serviceColumn .topImage img, ul.contentList li:before, a.primaryBtn {
  transition: 0.4s ease;
}

section {
  padding: 70px 0;
}

h1, h2, h3, h4 {
  font-family: "Roboto Slab";
  color: #001722;
}

h3 {
  font-size: 22px;
  font-weight: 600;
}

a {
  text-decoration: none;
  display: inline-block;
}
a.primaryBtn {
  background-color: #a94800;
  color: #fff;
  padding: 15px 30px;
}
a.primaryBtn:hover {
  background-color: #001722;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.contentList li {
  padding: 7px 0 7px 40px;
  position: relative;
}
ul.contentList li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #a94800;
  top: 20px;
  transform: translateY(-50%);
  font-size: 12px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  line-height: 25px;
  text-align: center;
  border-radius: 4px;
}
ul.contentList li:hover:before {
  background-color: #a94800;
  color: #fff;
}
@media screen and (min-width: 991px) {
  ul.count2 {
    column-count: 2;
  }
}

.contentTitle .top {
  position: relative;
}
.contentTitle .top span.back {
  line-height: normal;
  color: #807d7d;
  font-family: "Roboto Slab";
  font-weight: 600;
  opacity: 0.1;
  font-size: 40px;
}
.contentTitle .top span.front {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Jost";
  color: #a94800;
  font-size: 20px;
  font-weight: 600;
}
.contentTitle h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 15px;
}
.contentTitle.text-center .top span.front {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 991px) {
  .contentTitle .top span.back {
    font-size: 75px;
  }
}

input, textarea {
  border: solid 1px #d0d0d0;
  padding: 15px 25px;
  margin-bottom: 30px;
  background-color: #eee;
  resize: none;
}
input:focus, textarea:focus {
  outline: none;
  border: solid 1px #a94800;
}
input.submit, textarea.submit {
  background-color: #001722;
  color: #fff;
  margin: 0;
}

header .headerTop {
  padding: 20px 0;
}
header .headerTop .logo {
  display: none;
}
header .headerTop .infoBar {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
header .headerTop .infoBar .column {
  display: flex;
  align-items: center;
  gap: 9px;
}
header .headerTop .infoBar .column i {
  background-color: rgba(169, 72, 0, 0.15);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
  color: #a94800;
}
header .headerTop .infoBar .column .info {
  line-height: 1;
}
header .headerTop .infoBar .column .info h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #a94800;
}
header .headerTop .infoBar .column .info a, header .headerTop .infoBar .column .info span {
  font-size: 13px;
  color: #001722;
  font-weight: 500;
}
@media screen and (min-width: 991px) {
  header .headerTop > .container {
    display: flex;
    justify-content: space-between;
  }
  header .headerTop .logo {
    display: block;
  }
  header .headerTop .logo img {
    height: 60px;
  }
  header .headerTop .infoBar {
    gap: 20px;
  }
}
header .headerBottom a.navbar-brand {
  display: block;
}
header .headerBottom a.navbar-brand img {
  height: 60px;
}
header .headerBottom nav.navbar .navbar-collapse {
  justify-content: inherit;
}
header .headerBottom nav.navbar button.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
header .headerBottom ul.socialLinks {
  display: none;
}
@media screen and (min-width: 991px) {
  header .headerBottom {
    background-color: #a94800;
  }
  header .headerBottom nav.navbar {
    padding: 0;
  }
  header .headerBottom nav.navbar .navbar-collapse {
    justify-content: space-between;
  }
  header .headerBottom a.navbar-brand {
    display: none;
  }
  header .headerBottom ul.navbar-nav {
    gap: 50px;
  }
  header .headerBottom ul.navbar-nav li.nav-item a.nav-link {
    color: #fff;
    padding: 15px 0;
    font-weight: 500;
    text-transform: uppercase;
  }
  header .headerBottom ul.socialLinks {
    display: flex;
    gap: 20px;
  }
  header .headerBottom ul.socialLinks a {
    color: #fff;
  }
}

section.homeBanner {
  background-image: url("../img/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 450px;
  display: flex;
  align-items: center;
}
section.homeBanner .bannerTitle p {
  color: #ecf9ff;
  font-weight: 700;
}
section.homeBanner .bannerTitle h1 {
  font-weight: 800;
  color:#fff;
}
@media screen and (min-width: 991px) {
  section.homeBanner {
    min-height: 700px;
  }
  section.homeBanner .bannerTitle p {
    color: #ecf9ff;
    font-size: 20px;
  }
  section.homeBanner .bannerTitle h1 {
    font-size: 65px;
    margin: 0 0 25px;
  }
}

section.homeAboutWrap .image {
  position: relative;
  z-index: 1;
}
section.homeAboutWrap .image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #a94800;
  z-index: -1;
  animation: border-transform-default-two 10s linear infinite alternate forwards;
}
section.homeAboutWrap .image img {
  animation: border-transform-default 10s linear infinite alternate forwards;
  height: 500px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 991px) {
  section.homeAboutWrap .image img {
    height: auto;
    margin: 0 0 40px;
  }
}

@keyframes border-transform-default {
  0%, to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
@keyframes border-transform-default-two {
  0%, to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  28% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  70% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
section.medicBg {
  background-image: url("../img/medic-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
section.medicBg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.904);
  z-index: -1;
}

section.serviceWrap .serviceColumn {
  margin-top: 40px;
}
section.serviceWrap .serviceColumn .topImage {
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
}
section.serviceWrap .serviceColumn .topImage a, section.serviceWrap .serviceColumn .topImage img {
  display: block;
  height: 100%;
}
section.serviceWrap .serviceColumn .topImage img {
  object-fit: cover;
  object-position: center;
}
section.serviceWrap .serviceColumn .bottomCont {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 25px;
  border-radius: 15px;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  position: relative;
}
section.serviceWrap .serviceColumn .bottomCont .icon {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background-color: rgba(169, 72, 0, 0.1);
  margin: 0 0 15px;
  text-align: center;
  line-height: 70px;
}
section.serviceWrap .serviceColumn .bottomCont .icon img {
  height: 40px;
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
section.serviceWrap .serviceColumn .bottomCont h3 {
  margin: 0 0 15px;
}
section.serviceWrap .serviceColumn .bottomCont p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0 0 15px;
}
section.serviceWrap .serviceColumn .bottomCont a {
  font-weight: 700;
  color: #a94800;
}
section.serviceWrap .serviceColumn .bottomCont span {
  position: absolute;
  width: 30px;
  height: 30px;
  transition: 1s ease;
  z-index: -1;
}
section.serviceWrap .serviceColumn .bottomCont span:nth-child(1) {
  top: 0;
  left: 0;
  border-top-left-radius: 15px;
  border-top: solid 2px #a94800;
  border-left: solid 2px #a94800;
}
section.serviceWrap .serviceColumn .bottomCont span:nth-child(2) {
  top: 0;
  right: 0;
  border-top-right-radius: 15px;
  border-top: solid 2px #a94800;
  border-right: solid 2px #a94800;
}
section.serviceWrap .serviceColumn .bottomCont span:nth-child(3) {
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 15px;
  border-bottom: solid 2px #a94800;
  border-right: solid 2px #a94800;
}
section.serviceWrap .serviceColumn .bottomCont span:nth-child(4) {
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 15px;
  border-bottom: solid 2px #a94800;
  border-left: solid 2px #a94800;
}
section.serviceWrap .serviceColumn:hover .topImage img {
  transform: scale(1.08);
}
section.serviceWrap .serviceColumn:hover .bottomCont .icon {
  background-color: #a94800;
}
section.serviceWrap .serviceColumn:hover .bottomCont .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
section.serviceWrap .serviceColumn:hover .bottomCont span {
  width: 60%;
  height: 60%;
}
section.serviceWrap.servicePage .serviceColumn .bottomCont p {
  overflow: visible;
  text-overflow: inherit;
  display: inherit;
}
section.serviceWrap.servicePage .serviceColumn .bottomCont a {
  display: none;
}

section.consultationWrap {
  padding-bottom: 0;
}
section.consultationWrap > .container {
  background-image: url("../img/consultation-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 60px;
}
section.consultationWrap > .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: -1;
}
section.consultationWrap > .container h2 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  section.consultationWrap h2, section.consultationWrap .col-lg-5 {
    text-align: center;
  }
  section.consultationWrap a.primaryBtn {
    margin-top: 20px;
  }
}

section.specialistsWrap .innerWrap {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
  margin-top: 40px;
}
section.specialistsWrap .innerWrap .image {
  height: 250px;
  overflow: hidden;
}
section.specialistsWrap .innerWrap .image img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
section.specialistsWrap .innerWrap .cont {
  background-color: #fff;
  padding: 25px;
}
section.specialistsWrap .innerWrap .cont h3 {
  font-weight: 700;
}
section.specialistsWrap .innerWrap .cont strong {
  color: #a94800;
  font-size: 18px;
  margin: 0 0 8px;
  display: block;
}
section.specialistsWrap .innerWrap .cont p {
  margin: 0;
}
@media screen and (min-width: 991px) {
  section.specialistsWrap .innerWrap {
    margin-top: 40px;
  }
  section.specialistsWrap .innerWrap .image {
    height: 350px;
  }
}

section.testimonialWrap .column {
  background-color: #fff;
  padding: 25px 25px 35px;
  border-radius: 10px;
  position: relative;
}
section.testimonialWrap .column .name {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px;
}
section.testimonialWrap .column .name img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
section.testimonialWrap .column .name h3 {
  color: #a94800;
}
section.testimonialWrap .column::after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 35px;
  opacity: 0.4;
}
section.testimonialWrap .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
section.testimonialWrap .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}
section.testimonialWrap .owl-theme .owl-dots .owl-dot.active span, section.testimonialWrap .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #a94800;
}

section.innerbanner {
  background-image: url(../img/innerbanner.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
section.innerbanner::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: -1;
}
section.innerbanner h1 {
  font-weight: 800;
}
section.innerbanner .breadcrumb {
  justify-content: center;
}
section.innerbanner .breadcrumb a, section.innerbanner .breadcrumb li {
  font-weight: 600;
  color: #001722;
  position: relative;
}
section.innerbanner .breadcrumb-item + .breadcrumb-item::before {
  color: #001722;
}

section.contactMainWrap iframe {
  height: 100%;
}
section.contactMainWrap .infoColumn {
  text-align: center;
  padding: 40px 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
}
section.contactMainWrap .infoColumn i {
  width: 80px;
  height: 80px;
  color: #a94800;
  background-color: rgba(169, 72, 0, 0.1);
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
section.contactMainWrap .infoColumn p, section.contactMainWrap .infoColumn a {
  color: #35405c;
}

footer .footerTop {
  background-color: #001018;
  color: #fff;
  padding: 70px 0 50px;
  font-size: 18px;
}
footer .footerTop a.logo img {
  height: 80px;
  margin: 0 0 18px;
}
footer .footerTop .footerColumn h3 {
  color: #fff;
  font-size: 22px;
  position: relative;
  margin: 10px 0 30px;
  padding: 0 0 25px;
}
footer .footerTop .footerColumn h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #151a29;
  width: 100%;
}
footer .footerTop .footerColumn ul li {
  position: relative;
  padding: 6px 0 6px 25px;
}
footer .footerTop .footerColumn ul li a {
  color: #fff;
}
footer .footerTop .footerColumn ul li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 6px;
  color: #a94800;
}
footer .footerTop .footerColumn ul.socialLinks {
  display: flex;
  gap: 10px;
}
footer .footerTop .footerColumn ul.socialLinks li {
  padding: 0;
}
footer .footerTop .footerColumn ul.socialLinks li::before {
  display: none;
}
footer .footerTop .footerColumn ul.socialLinks li a {
  color: #001722;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}
footer .footerTop .footerColumn ul.socialLinks li a:hover {
  background-color: #a94800;
  color: #fff;
}
footer .footerTop .footerColumn ul.info li::before {
  display: none;
}
footer .footerTop .footerColumn ul.info li i {
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 15px;
  color: #a94800;
}
footer .footerTop .footerColumn ul.hours li {
  padding: 6px 0;
}
footer .footerTop .footerColumn ul.hours li::before {
  display: none;
}
footer .footerTop .footerColumn ul.hours li p {
  margin: 0;
}
footer .footerTop .footerColumn ul.hours li span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .footerBottom {
  background-color: #001722;
  padding: 2rem 0;
}
footer .footerBottom > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footerBottom p, footer .footerBottom a {
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 767px) {
  footer .footerBottom > .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  footer .footerTop .footerColumn h3 {
    margin: 40px 0 20px;
  }
}
@media screen and (min-width:768px) and (max-width:991px){
	header .headerTop {
   		background: #f3f3f3;
	}
}
@media screen and (max-width: 767px){
  header .headerBottom a.navbar-brand img {height:35px}
  header .headerTop .infoBar .column:last-child{
  	display:none
  }
  header .headerTop{
    padding: 10px 0;
    background: #a94800;
  }
  header .headerTop .infoBar{
  flex-wrap:nowrap;
    justify-content:space-between;
  }
  header .headerTop .infoBar .column .info h4,header .headerTop .infoBar .column .info a,header .headerTop .infoBar .column .info span{color:#fff}
  header .headerTop .infoBar .column i {
    display: none;
}
}

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