/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

 

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #1d2730;
  font-weight: 400;
  overflow-x: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
/*  font-family: "Exo", sans-serif;*/
 font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  color: #222;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 44px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 24px;
}

.navbar-toggle .icon-bar {
  background: #6e2e51;
}

input[type=email], input[type=password], input[type=text], input[type=tel] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}
input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #6e2e51;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #6e2e51;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 0.75rem 2rem;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all 0.35s ease;
}
.btn.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  padding-left: 15px;
}
.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main {
  background: #6e2e51;
  color: #fff;
  border-color: #6e2e51;
}
.btn-main:hover {
  background: #cc6751;
  border-color: #fff;
  color: #fff;
}

.btn-main-2 {
  background: #cc6751;
  color: #fff;
  border-color: #cc6751;
}
.btn-main-2:hover {
  background: #6e2e51;
  color: #fff;
  border-color: #fff;
}

.btn-solid-border {
  border: 2px solid #6e2e51;
  background: transparent;
  color: #6e2e51;
}
.btn-solid-border:hover {
  border: 2px solid #6e2e51;
  color: #fff;
  background: #6e2e51;
}
.btn-solid-border:hover.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}
.btn-solid-border.btn-icon i {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
  background: transparent;
  color: #222;
  border-color: #1d2730;
}
.btn-transparent:hover {
  background: #1d2730;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #222;
}
.btn-white:hover {
  background: #6e2e51;
  color: #fff;
  border-color: #6e2e51;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}
.btn-solid-white:hover {
  background: #fff;
  color: #222;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #6e2e51;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #222;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 50px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-bottom {
  padding-bottom: 100px;
}

.subtitle {
  color: #6e2e51;
  font-size: 14px;
  letter-spacing: 1px;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #6e2e51;
}

.overly-2 {
  position: relative;
}
.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #222;
  text-decoration: none;
  transition: all 0.35s ease;
}

a:focus, a:hover {
  color: #cc6751;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 30px 0px 0px 0px;
  position: relative;
}
.page-title .block h1 {
  color: #fff;
}
.page-title .block p {
  color: #fff;
}
.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}
.title-color {
  color: #6e2e51;
}

.secondary-bg {
  background: #6e2e51;
}

.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  color: #6e2e51;
}

.text-lg {
  font-size: 50px;
}

.gray-bg {
/*  background: #f4f9fc;*/
/*    background: #f1bea5;*/
      background: #fff5f1;
}


.services-bg { 
/*    background: #ffe9df;*/
    background: rgb(111,45,81);
background: linear-gradient(90deg, rgba(111,45,81,1) 0%, rgba(204,103,81,1) 100%);
}


.services-bg-rights { 
 
 background: rgb(111,45,81);
background: linear-gradient(90deg, rgba(111,45,81,1) 0%, rgba(204,103,81,1) 100%);
}


.services-bg-rights p {
    color: #fff !important;
}
.services-bg-rights h3 {
    color: #fff !important;
}

.services-bg-rights h4 {
    color: #fff !important;
    text-transform: uppercase;
}


.services-bg p {
    color: #fff !important;
}
.services-bg h3 {
    color: #fff !important;
}

.services-bg h4 {
    color: #fff !important;
    text-transform: uppercase;
}


@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}
#navbarmain .nav-link {
  font-weight: 400;
  padding: 15px 15px;
  color: #222;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.25s ease;
}
#navbarmain .nav-link:hover,
#navbarmain .active .nav-link {
  color: #cc6751;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
     margin: 5px 0px;
}
.navbar-brand img {
  height: 60px;
}
.header-top-bar {
     background: #f6f6f6;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     color: #7f4364;
    font-weight: 600;
}

.top-bar-info li a {
  color: #7f4364;
  margin-right: 20px;
    font-weight: 600;
}

.top-right-bar a span {
  color: #7f4364;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
}
.top-right-bar a i {
  color: #7f4364;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .navigation {
    text-align: center;
  }
}
.navigation .dropdown-menu {
  padding: 0px;
  border: 0px;
  border-top: 5px solid #cc6751;
  background: #fff;
  border-radius: 0px;
}
@media (max-width: 992px) {
  .navigation .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.navigation .dropdown-toggle::after {
  display: none;
}
.navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
  margin: 0;
}
.navigation .dropleft .dropdown-toggle::before,
.navigation .dropright .dropdown-toggle::after {
  font-weight: bold;
  font-size: 14px;
  border: 0;
  display: inline-block;
  font-family: IcoFont !important;
  vertical-align: 1px;
}
.navigation .dropleft .dropdown-toggle::before {
  content: "\eac9";
  margin-right: 5px;
}
.navigation .dropright .dropdown-toggle::after {
  content: "\eaca";
  margin-left: 5px;
}
.navigation .dropdown-item {
  padding: 13px 20px;
  background: transparent;
  font-weight: 400;
  color: #555;
  border-bottom: 1px solid #eee;
    text-transform: uppercase;
}
.navigation li:last-child .dropdown-item {
  border-bottom: 0;
}
.navigation .dropdown-submenu.active > .dropdown-toggle,
.navigation .dropdown-submenu:hover > .dropdown-item,
.navigation .dropdown-item.active,
.navigation .dropdown-item:hover {
  background: rgba(225, 36, 84, 0.05);
  color: #cc6751;
}
.navigation button:focus {
  outline: 0;
}
@media (min-width: 992px) {
  .navigation .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    transform: translateY(10px);
  }
  .navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
    margin-top: -5px;
  }
  .navigation .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.3s ease 0s;
    opacity: 1;
    transform: translateY(0);
  }
}



.banner {
  position: relative;
  overflow: hidden;
  background: #fff;
/*  background: url("../images/bg/slider-bg-1.jpg") no-repeat;*/
  background-size: cover;
  min-height: 550px;
}
.banner .block {
  padding: 80px 0px 160px;
}
.banner .block h1 {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
    color: #fff;
/*  color: #6e2e51;*/
}
.banner .block p {
     color: #fff;
}
.banner .block span {
     color: #fff;
}
.slider-1{
    background: url("../images/bg/slider-bg-2.jpg") no-repeat;
    background-size:cover;
}
.slider-2{
    background: url("../images/bg/slider-bg-3.jpg") no-repeat;
    background-size:cover;
}
.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #6e2e51;
}

.text-color-2 {
  color: #cc6751;
}

.divider {
  width: 40px;
  height: 5px;
  background: #cc6751;
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}
@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}
@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .banner {
    background: #fff !important;
  }
}
@media (max-width: 992px) {
  .banner {
    background: #fff !important;
  }
}
.about-img img {
    
    width: 80%;
    border-radius: 60%;
    border: 4px solid #f1bea5;   
/*
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
*/
}

.about-block-item{
    text-align: center;
}


.about-block-item img{
        border-radius: 100%;
    border:1px solid #cc6751;
    box-shadow: 4px 6px 6px 0px rgb(204 103 81 / 24%);
}

.awards{
    background-color: #eaeef6;
}


.award-img {
  height: 120px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #eff0f3;
}

.appoinment-content {
  position: relative;
}
.appoinment-content img {
  width: 85%;
        border-radius: 60%;
    border: 4px solid #f1bea5;
        box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.4);
}
.appoinment-content .emergency {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 20px;
  background: #6e2e51;
  padding: 48px;
}
.appoinment-content .emergency h2 {
  color: #fff;
}
.appoinment-content .emergency i {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.appoinment-form {
  margin-top: 40px;
}
.appoinment-form .form-control {
  background: #f4f9fc;
  height: 55px;
  border-color: rgba(0, 0, 0, 0.05);
}
.appoinment-form textarea.form-control {
  height: auto;
}

.client-thumb {
  text-align: center;
}

.features {
  margin-top: -70px;
}

.feature-item {
  flex-basis: 33.33%;
  margin: 0px 10px;
  padding: 40px 30px;
 background-color: #fff5f1;
    border-radius: 10px;
       border: 10px solid #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}
.feature-icon{   
    width: 80px;
    height: 80px;
    text-align: center;   
    vertical-align: middle;
    border-radius: 100%;
    position: inherit;
    top: -36px; 
    padding: 14px;
}
.feature-icon img{
width: 48px;
}

.feature-icon-white-bg{
    background-color: #fff;
    border: 2px solid #cc6751;
    box-shadow: 4px 3px 4px 0px rgb(204 103 81 / 24%);
}
.feature-icon-dark-bg{
  background: rgb(111,45,81);
background: linear-gradient(90deg, rgba(111,45,81,1) 0%, rgba(204,103,81,1) 100%);
    border: 2px solid #cc6751;
    box-shadow: 4px 3px 4px 0px rgb(204 103 81 / 24%);
}

.feature-item .feature-icon i {
  font-size: 50px;
  color: #cc6751 ;
}
.feature-item h4 {
  color: #6e2e51;
    text-transform: uppercase;
}
.feature-item p {
  font-size: 14px;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.w-hours li {
  padding: 6px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.counter-stat {
  text-align: center;
  padding: 55px 0px 40px 0px;
  position: relative;
}
.counter-stat i {
  display: block;
  color: rgba(255, 255, 255, 0.06);
  font-size: 70px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  transform: translateY(25px);
}
.counter-stat span {
  font-size: 70px;
  color: #fff;
}
.counter-stat p {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 1);
}

.mb--80 {
  margin-bottom: -80px;
}

.service {
  padding-top: 50px;
}
.service .service-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}
.service .icon {
  float: left;
  margin-bottom: 10px;
}
.service i {
  color: #cc6751;
}
.service h4 {
  padding-left: 20px;
}
.service .content {
  clear: both;
}

.service-block {
  padding: 20px;
  margin-top: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 38px rgba(21, 40, 82, 0.07);
}
.service-block img {
  width: 100%;
  margin-top: -60px;
  border: 5px solid #fff;
}

.department-service {
  margin-bottom: 40px;
}
.department-service li {
  margin-bottom: 10px;
}
.department-service li i {
  color: #cc6751;
    float: left;
}

.department-service li p {
 margin-left: 24px;
}



.doctors .btn-group .btn {
  border-radius: 0px;
  margin: 0px 2px;
  text-transform: capitalize;
  font-size: 16px;
  padding: 0.6rem 1.5rem;
  cursor: pointer;
}
.doctors .btn-group .btn.active {
  box-shadow: none !important;
  border-color: transparent;
  background: #cc6751;
  color: #fff;
}
.doctors .btn-group .btn.focus {
  box-shadow: none !important;
  border-color: transparent;
}
.doctors .btn-group .btn:focus {
  box-shadow: none !important;
  border-color: transparent;
  background: #cc6751;
  color: #fff;
}
.doctors .btn-group .btn:hover {
  box-shadow: none !important;
  border-color: transparent;
  background: #cc6751;
  color: #fff;
}
.doctors .btn-group > .btn-group:not(:last-child) > .btn, .doctors .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .doctors .btn-group > .btn:not(:first-child) {
  border-radius: 3px;
}

.doctor-inner-box {
  overflow: hidden;
}
.doctor-inner-box .doctor-profile {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}
.doctor-inner-box .doctor-profile .doctor-img {
  transition: all 0.35s ease;
}
.doctor-inner-box .doctor-profile .doctor-img:hover {
  transform: scale(1.1);
}

.lh-35 {
  line-height: 35px;
}

.doctor-info li {
  margin-bottom: 10px;
  color: #222;
}
.doctor-info li i {
  margin-right: 20px;
  color: #cc6751;
}

.read-more {
  color: #6e2e51;
}

@media (max-width: 480px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}
@media (max-width: 400px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}
@media (max-width: 768px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}
.cta {
  background: url("../images/bg/bg-4.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
     border-radius: 120px;
}
.cta:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
    background: rgb(110 46 81 / 72%);
    border-radius: 120px;
}

.mb-30 {
  margin-bottom: 30px;
}

.text-color-primary {
  color: #6e2e51;
}

.cta-section {
/*  margin-bottom: -80px;*/
        background-color: #eaeef6;
    padding-top: 62px;

}

.cta-2 {
  background: url("../images/bg/cta-bg.png") no-repeat;
  background-position: center center;
}

.cta-page {
  background: url("../images/bg/banner.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.testimonial {
  position: relative;
}
.testimonial:before {
  width: 48%;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
  content: "";
  background: url("../images/bg/bg-2.jpg") no-repeat 67% -12%;
}
.testimonial .slick-dots {
  text-align: left;
}

.testimonial-block {
  position: relative;
  margin-bottom: 20px;
}
.testimonial-block p {
  background: #fff;
  font-size: 18px;
}
.testimonial-block .client-info {
  margin-bottom: 20px;
}
.testimonial-block .client-info h4 {
  margin-bottom: 0px;
}
.testimonial-block i {
  font-size: 60px;
  position: absolute;
  right: 46px;
  bottom: 89px;
  opacity: 0.08;
}
.testimonial-block .slick-dots {
  text-align: left;
}

.testimonial-wrap-2 .slick-dots {
  margin-left: -10px;
}

.testimonial-block.style-2 {
  background: #fff;
  padding: 30px;
  margin: 0px 4px;
  margin-bottom: 30px;   
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);
    
    
}
.testimonial-block.style-2 .testimonial-thumb {
  float: left;
}
.testimonial-block.style-2 .testimonial-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 30px;
  border: 5px solid #eff0f3;
  margin-top: -5px;
}
.testimonial-block.style-2 .client-info p {
  clear: both;
  background: transparent;
}
.testimonial-block.style-2 i {
  top: -28px;
  color: #6e2e51;
  opacity: 0.3;
}

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}
@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}
.contact-form-wrap .form-group {
  margin-bottom: 20px;
}
.contact-form-wrap .form-group .form-control {
  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
  background: #f4f9fc;
}
.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}
.contact-form-wrap .form-group-2 textarea {
  height: auto;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  background: #f4f9fc;
  width: 100%;
}

.social-icons li {
  margin: 0 6px;
}
.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 500px;
}

.mt-90 {
  margin-top: 90px;
}

.contact-block {
     text-align: center;
    border: 5px solid #EEF2F6;
    padding: 50px 25px;
    height: 254px;
    border-radius: 30px;
  box-shadow: 0px 0px 13px 0px rgb(0 42 106 / 36%);
}
.contact-block i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #cc6751;
}

.blog-item-content h2 {
  font-weight: 600;
  font-size: 38px;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 13px;
  font-weight: 600;
  margin-right: 10px;
}
.nav-links .page-numbers:hover {
  background: #6e2e51;
  color: #fff;
}
.nav-links .page-numbers.current {
  background: #6e2e51;
  color: #fff;
}

.comment-area .comment-thumb {
  margin-right: 20px;
  margin-bottom: 30px;
}
.comment-area h5 {
  font-size: 18px;
  font-weight: 500;
}
.comment-area span {
  font-size: 14px;
}

.posts-nav h6 {
  font-weight: 500;
}

.quote {
  font-size: 22px;
  color: #6e2e51;
  padding: 40px;
  font-style: italic;
  border-left: 5px solid #cc6751;
  margin: 25px 0px;
}

.tag-option a {
  border: 1px solid #eff0f3;
  padding: 6px 12px;
  color: #1d2730;
  font-size: 14px;
}

.comment-form .form-control {
  background: #f7f8fb;
  border-radius: 5px;
  border-color: #f7f8fb;
  height: 50px;
}
.comment-form textarea.form-control {
  height: auto;
}

.post.post-single {
  border: none;
}
.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}
.post-comments .media {
  margin-top: 20px;
}
.post-comments .media > .pull-left {
  padding-right: 20px;
}
.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}
.post-comments .comment-author a {
  color: #6e2e51;
  font-size: 14px;
  text-transform: uppercase;
}
.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}
.post-comments .comment-button {
  color: #6e2e51;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}
.post-comments .comment-button:hover {
  color: #6e2e51;
}

.post-excerpt {
  margin-bottom: 60px;
}
.post-excerpt h3 a {
  color: #000;
}
.post-excerpt p {
  margin: 0 0 30px;
}
.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}
.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #6e2e51;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}
.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}
.comment-wrap .author-avatar {
  margin-right: 10px;
}
.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}
.comment-wrap .media .media-heading a {
  color: #6e2e51;
  font-size: 13px;
}
.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}
.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}
.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}
.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #6e2e51;
}
.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}
.sidebar-widget h5 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}
.sidebar-widget h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 3px;
  background: #cc6751;
}
.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}
.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}
.sidebar-widget.latest-post .media p {
  font-size: 12px;
}
.sidebar-widget.category ul li {
  margin-bottom: 10px;
}
.sidebar-widget.category ul li a {
  color: #222;
  transition: all 0.3s ease;
}
.sidebar-widget.category ul li a:hover {
  color: #6e2e51;
  padding-left: 5px;
}
.sidebar-widget.category ul li span {
  margin-left: 10px;
}
.sidebar-widget.tags a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  line-height: 41px;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  background-color: #eff0f3;
  margin: 0 7px 10px 0;
  padding: 0 25px;
  transition: all 0.2s ease;
}
.sidebar-widget.tags a:hover {
  color: #fff;
  background: #6e2e51;
}
.sidebar-widget.schedule-widget {
  background: #f4f9fc;
  padding: 25px;
}
.sidebar-widget.schedule-widget ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.search-form {
  position: relative;
}
.search-form i {
  position: absolute;
  right: 15px;
  top: 35%;
}

.footer {
  padding-bottom: 10px;    background: #6e2e51;
    color: #fff;
    
}
.footer a{
      color: #fff;
}
 
.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}
.logo h3 {
  color: #6e2e51;
}
.logo span {
  color: #6e2e51;
}
.footer-logo{
   font-weight: 600;
  letter-spacing: 1px;  
   width: 180px;
}
.widget .divider {
  height: 3px;
}
.widget h4 {
  color: #fff;
}
.widget .footer-menu a {
  color: #fff;
}
.widget .footer-menu a:hover {
  color: #cc6751;
}

.footer-contact-block span {
  font-weight: 400;
  color: #fff;
}
.footer-contact-block i {
  font-size: 14px;
}
.widget i{
     font-size: 20px;
}


.footer-btm {
  border-top: 1px solid rgb(255 255 255 / 41%);
}

.footer-socials li a {
/*  width: 45px;*/
    height: auto;
    background: #6e2e51;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    padding-top: 0px;
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}
.widget-contact h6 i {
  color: #cc6751;
}

.subscribe {
  position: relative;
}
.subscribe .form-control {
  border-radius: 50px;
  height: 60px;
  padding-left: 25px;
  border-color: #eee;
}
.subscribe .btn {
  position: absolute;
  right: 6px;
  top: 6px;
}

.backtop {
  position: fixed;
  background: #6e2e51;
  z-index: 9999;
  display: inline-block;
  right: 55px;
  width: 50px;
  height: 50px;
  bottom: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 50px;
  transition: 0.3s;
        border: 2px solid #fff;
}
@media (max-width: 992px) {
  .backtop {
    bottom: 40px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .backtop {
    width: 45px;
    height: 45px;
  }
}
.backtop:hover {
  background-color: #cc6751;
}
.backtop i {
  color: #fff;
  font-size: 20px;
}



.whatsapp-cta {
  position: fixed;
  background: #fff;
  z-index: 9998;
  display: inline-block;
  right: 55px;
  width: 50px;
  height: 50px;
  bottom: 140px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  border-radius: 50px;
  transition: 0.3s;
        border: 2px solid #fff;
}
@media (max-width: 992px) {
  .whatsapp-cta {
   bottom: 102px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .whatsapp-cta {
    width: 45px;
    height: 45px;
  }
}
.whatsapp-cta:hover {
  background-color:#f2f2f2;
}
 
.whatsapp-cta img {
width: 32px;
    height: 32px;
    z-index: 9999;
        padding: 4px;
}
 










.reveal {
  transition: all 0.3s;
  cursor: pointer;
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */
.edu-block{
      color: #fff;
    border: 1px solid #ee765f;
   padding: 6% 3% 3% 3%;
    margin-bottom: 30px !important;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}





.core-values p{
     height: 170px;
}
.fides-pattern{
  background: url("../images/bg/pattern.png") repeat 50% 50%;
  background-size: auto;
  position: relative;
}
.text-capitalize{
    text-transform: uppercase !important;
}

  .slick-dots{
            bottom:44px;
        }
        .slick-next{
            right: 0px;
        }
        .slick-prev{
            left: 0px;
            z-index: 1;
        }


/*========Service - rotate=============*/

      :root {
	--rotate-speed: 40;
	--count: 7; /* Default count, the DOM element should override this */
	--easeInOutSine: cubic-bezier(0.37, 0, 0.63, 1);
	--easing: cubic-bezier(0, 0.37, 1, 0.63);
}
 
 
.void {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	position: relative;
	aspect-ratio: 1 / 1;
}
            
 @media (min-width:768px) {
     
     .rotate-services{
  background: url("../images/bg/servi-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
     border-radius: 0px;
    
}

     
     .crop h3{display: none;}       
            
            
.crop ul:hover * {
	animation-play-state: paused;
}
     
    .treatment-text-bottom {display: block;}    
     .treatment-text-top{display: none;}
     
.crop ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	outline: 2px dotted magenta;
	z-index: 1;
}
.crop ul li {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/* 	outline: 2px dashed cyan; */
	width: 100%;
	animation: rotateCW calc(var(--rotate-speed) * 1s) var(--easing) infinite;
}
.card {
	width: 27%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 16px 24px;
	gap: 8px;
    background-color: rgb(255 255 255 / 0%);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0); 
 
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 0rem;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #535062;
	animation: rotateCCW calc(var(--rotate-speed) * 1s) var(--easing) infinite;
  
}
.card a {
	text-decoration: none;
	color: unset;
    box-shadow: 4px 6px 6px 0px rgb(29 29 29 / 24%);
}
.model-name {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #3b2ed0;
	display: block;
}
.crop svg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.crop ul li:nth-child(2),
.crop ul li:nth-child(2) .card {
	animation-delay: calc((var(--rotate-speed) / var(--count)) * -1s);
}
.crop ul li:nth-child(3),
.crop ul li:nth-child(3) .card {
	animation-delay: calc((var(--rotate-speed) / var(--count)) * -2s);
}
.crop ul li:nth-child(4),
.crop ul li:nth-child(4) .card {
	animation-delay: calc((var(--rotate-speed) / var(--count)) * -3s);
}
.crop ul li:nth-child(5),
.crop ul li:nth-child(5) .card {
	animation-delay: calc((var(--rotate-speed) / var(--count)) * -4s);
}
.crop ul li:nth-child(6),
.crop ul li:nth-child(6) .card {
	animation-delay: calc((var(--rotate-speed) / var(--count)) * -5s);
}
.crop ul li:nth-child(7),
.crop ul li:nth-child(7) .card {
	animation-delay: calc((var(--rotate-speed) / var(--count)) * -6s);
}
/*
.crop ul li:nth-child(8),
.crop ul li:nth-child(8) .card {
	animation-delay: calc((var(--rotate-speed) / var(--count)) * -7s);
}
     
.crop ul li:nth-child(9),
.crop ul li:nth-child(9) .card {
	animation-delay: calc((var(--rotate-speed) / var(--count)) * -8s);
}     
*/

@keyframes rotateCW {
	from {
		transform: translate3d(0px, -50%, -1px) rotate(-45deg);
	}
	to {
		transform: translate3d(0px, -50%, 0px) rotate(-315deg);
	}
}
@keyframes rotateCCW {
	from {
		transform: rotate(45deg);
	}
	to {
		transform: rotate(315deg);
	}
}
@keyframes pulseGlow {
	from {
		background-size: 60%;
	}
	to {
		background-size: 100%;
	}
}

.center-circle {
	position: absolute;
	width: 230px;
	aspect-ratio: 1 / 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	box-shadow: 0px 18px 36px -18px rgba(12, 5, 46, 0.3),
		0px 30px 60px -12px rgba(12, 5, 46, 0.25);
	border-radius: 50%;
            text-align: center;
        vertical-align: middle;
        padding-top: 100px;
}
.second-circle {
	position: absolute;
	width: 40%;
	aspect-ratio: 1 / 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #f5f4fe;
	opacity: 0.5;
	box-shadow: 0px 18px 36px -18px rgba(12, 5, 46, 0.3),
		0px 30px 60px -12px rgba(12, 5, 46, 0.25);
	border-radius: 50%;
}
.last-circle {
	position: absolute;
	width: 66%;
	aspect-ratio: 1 / 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #f5f4fe;
	opacity: 0.25;
	box-shadow: 0px 18px 36px -18px rgba(12, 5, 46, 0.3),
		0px 30px 60px -12px rgba(12, 5, 46, 0.25);
	border-radius: 50%;
}
.crop {
	-webkit-mask-image: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0) 50%,
		rgba(0, 0, 0, 1) 50%,
		rgba(0, 0, 0, 1)
	);
}
.mask {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	animation: pulseGlow 5s linear infinite alternate;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-image: radial-gradient(
		100% 50% at 100% 50%,
		rgba(204 , 103 , 81, 0.25) 0%,
		rgba(204 , 103 , 81, 0.247904) 11.79%,
		rgba(204 , 103 , 81, 0.241896) 21.38%,
		rgba(204 , 103 , 81, 0.2324) 29.12%,
		rgba(204 , 103 , 81, 0.219837) 35.34%,
		rgba(204 , 103 , 81, 0.20463) 40.37%,
		rgba(204 , 103 , 81, 0.1872) 44.56%,
		rgba(204 , 103 , 81, 0.16797) 48.24%,
		rgba(204 , 103 , 81, 0.147363) 51.76%,
		rgba(204 , 103 , 81, 0.1258) 55.44%,
		rgba(204 , 103 , 81, 0.103704) 59.63%,
		rgba(204 , 103 , 81, 0.0814963) 64.66%,
		rgba(204 , 103 , 81, 0.0596) 70.88%,
		rgba(204 , 103 , 81, 0.038437) 78.62%,
		rgba(204 , 103 , 81, 0.0184296) 88.21%,
		rgba(204 , 103 , 81, 0) 100%
	);
}
.mask:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	display: block;
	background-image: linear-gradient(
		180deg,
		rgba(60, 26, 229, 0) 0%,
		#cc6751 50%,
		rgba(60, 26, 229, 0) 100%
	);
}

      }
            
 @media (max-width:767px) {   
     
      .treatment-text-bottom {display: none;}   
     
     .treatment-text-top{display: block;}
     
      .crop h3{margin-bottom: 40px;}    
     
     .card{
             background-color: rgb(255 255 255 / 0%); 
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0); 
 
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 0rem;
     }
       .crop ul    {
           padding: 0px;
           
       } 
        .crop ul li  {
           margin-bottom: 64px;
            list-style: none;
           
       } 
          .crop ul li .card {
          padding: 10px;
           
       }   
       .center-circle h2 { display: none;}
       
       .rotate-services{
  background: url("../images/bg/servi-bg.jpg") no-repeat 5% 50%;
  background-size: cover;
  position: relative;
     border-radius: 0px;
    
}

       
       
       
            }


  
.centered {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.h-button {
  background: white;
  padding: 20px;
  width: 264px;
  text-align: center;
        border-radius: 50px;
}
.h-button span {
  display: inline-block;
  min-width: 0.3em;
  text-transform: uppercase;
  transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
  opacity: 0;
  transform: translate(0, -20px);
}
.h-button:before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  left: 0;
  transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
  text-transform: uppercase;
  letter-spacing: 3.5px;
  opacity: 1;
  transform: translate(0, 0px);
}
.h-button:hover:before, .h-button:focus:before {
  opacity: 0;
  transform: translate(0, 20px);
}
.h-button:hover span, .h-button:focus span {
  opacity: 1;
  transform: translate(0, 0);
}
.h-button:hover span:nth-child(1), .h-button:focus span:nth-child(1) {
  transition-delay: 0.025s;
}
.h-button:hover span:nth-child(2), .h-button:focus span:nth-child(2) {
  transition-delay: 0.05s;
}
.h-button:hover span:nth-child(3), .h-button:focus span:nth-child(3) {
  transition-delay: 0.075s;
}
.h-button:hover span:nth-child(4), .h-button:focus span:nth-child(4) {
  transition-delay: 0.1s;
}
.h-button:hover span:nth-child(5), .h-button:focus span:nth-child(5) {
  transition-delay: 0.125s;
}
.h-button:hover span:nth-child(6), .h-button:focus span:nth-child(6) {
  transition-delay: 0.15s;
}

.text-muted{
      color: #ededed !important;
    font-size: 14px;
    position: absolute;
      top: -14px;
    left: 20px;
    /* padding-bottom: 20px; */
    background-color: #cc6751;
    border-radius: 101px;
    padding: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
}


.lead {
   
    font-weight: 400 !important;
}

     .bg-1 {
  background: url("../images/bg/22.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
/*        margin-top:84px;*/
}

/*
@media (min-width: 992px) {
            
#topbar {
  height: 42px;
  font-size: 14px;
  transition: all 0.5s;
  overflow: hidden;
  color: #522d6d;
}

#topbar.topbar-scrolled {
  top: -42px;
}

#header {
  background: rgb(255 255 255 / 80%);
  transition: all 0.5s;
  z-index: 997;
  padding: 0 0;
  top: 42px;
}

#header.header-scrolled {
  top: 0;
  background: rgb(255 255 255 / 96%);
}
    
    .bg-1 {
  background: url("../images/bg/22.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
        margin-top:130px;
}
    
    
}   
@media (max-width: 992px) {
  #header {
    top: 0;
    padding: 15px 0;
    background: transparent;
  }
    #topbar {
 display: none;
}

#topbar.topbar-scrolled {
  top: 0px;
}

#header {
  background: rgb(255 255 255 / 100%);
  transition: all 0.5s;
  z-index: 997;
  padding: 0 0;
  top: 0px;
}

#header.header-scrolled {
  top: 0;
  background: rgb(255 255 255 / 96%);
}
    
}
*/

