/**
 * Table of Contents
 *
 * 1.0 - Typography
 * 2.0 - Global Styles
 * 3.0 - Navigation
 * 4.0 - Hero Element
 * 5.0 - Intro
 * 6.0 - Features-stack
 * 7.0 - About Me
 * 8.0 - Hero strip
 * 9.0 - blog-intro
 * 10.0 - Galleries
 * 11.0 - Alignments
 * 12.0 - Captions
 *    12.1 - Blog
 *    12.2 - Comment list
 *    12.3 - Comments form
 * 13.0 - Sidebar
 * 14.0 - Testimonial-slider
 * 15.0 - Sign up form
 * 16.0 - To top
 * 17.0 - Footer
 */
/* ==========================================================================
1.0 Typography
========================================================================== */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
  background-repeat: no-repeat;
  background-position: center;
}

#preloader img {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  margin: -64px 0 0 -64px;
  max-width: 128px;
}

iframe {
  margin: 30px auto 0;
  max-width: 100%;
  height: auto;
  min-height: 450px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.twitter-tweet {
  min-height: inherit;
}

strong {
  color: #000;
}

a:focus,
a:active {
  outline: none;
}

a {
  text-decoration: none;
}

ins {
  text-decoration: none;
}

.dropcap {
  text-transform: uppercase;
  font-size: 72px;
  line-height: 80px;
  font-weight: bold;
  float: left;
  padding-right: 22px;
}

.color-overlay h2,
.color-overlay h3,
.color-overlay h5,
.color-overlay p,
.dark-overlay h2,
.dark-overlay h3,
.dark-overlay h5,
.dark-overlay p,
.color-bg h2,
.color-bg h3,
.color-bg h5,
.color-bg p,
.dark-bg h2,
.dark-bg h3,
.dark-bg h5,
.dark-bg p {
  color: #fff;
}

.btn:hover,
.btn:focus {
  color: #fff !important;
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}

.btn-white {
  font-size: 13px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  border-color: #fff;
  color: #fff;
  letter-spacing: 0.01em;
}

blockquote,
.btn-white:hover,
.btn-white:focus {
  border-color: var(--bs-primary);
  outline: none !important;
}

input[type="submit"],
.btn-fill {
  color: #fff !important;
  border: solid 2px var(--bs-primary);
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  background-color: var(--bs-primary);
  letter-spacing: 0.01em;
}

.btn-fill:hover,
.btn-fill:focus {
  color: #fff !important;
  background-color: #000;
  border-color: #000;
}

body #booked-profile-page input.button-primary[type="submit"],
body table.booked-calendar input.button-primary[type="submit"],
body .booked-list-view button.button, body .booked-list-view input.button-primary[type="submit"],
body .booked-list-view button.button,
body .booked-list-view input.button-primary[type="submit"],
body .booked-modal input.button-primary[type="submit"],
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
body #booked-profile-page .appt-block.approved .status-block,
body #booked-profile-page .appt-block .google-cal-button > a,
body .booked-modal p.booked-title-bar, body table.booked-calendar td:hover .date span,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn-margin-right {
  margin-right: 20px;
}

.white-bg {
  background-color: #fff;
}

.fixed,
.dark-bg {
  background-color: rgba(0, 0, 0, 0.96);
}

.color-bg,
.color-bg .fixed {
  background-color: var(--bs-primary);
  color: #fff;
}

.nav-links a:hover .post-title,
.nav-links a:focus .post-title,
.color-text {
  color: var(--bs-primary);
}

.color-border {
  border-color: var(--bs-primary);
}

section {
  background: #fff;
}

.alt-bg,
section.features,
section.blog-intro,
section.blog {
  background: #f7f7f7;
  overflow: hidden;
}

.welcome-text {
  margin: 0 auto 60px;
  max-width: 768px;
}

.welcome-text h3,
.welcome-text h2 {
  margin-top: 0;
}

.color-overlay .color-text {
  color: #fff;
}

/* ==========================================================================
2.0 Global Styles
========================================================================== */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0;
}

.entry-header a:hover,
.entry-header a:focus,
.widget .current_page_item a,
.widget a:hover,
.widget a:focus,
.post-title a:hover,
.post-title a:focus,
a:hover,
a:focus,
a {
  color: var(--bs-primary);
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
}

.wp-block-latest-comments__comment {
  line-height: 1.5;
}

.author-desc ul,
.entry-content ul {
  list-style-type: square;
  padding: 0 25px;
}

.author-desc ul li,
.entry-content ul li {
  list-style-type: square;
}

.section-padding {
  padding: 120px 0;
}

div.section-padding {
  padding: 90px 0;
}

div.section-sm-padding {
  padding: 45px 0;
}

.section-top-padding-only {
  padding-top: 120px;
}

div.section-top-padding-only {
  padding-top: 90px;
}

div.section-sm-top-padding-only {
  padding-top: 45px;
}

.section-bottom-padding-only {
  padding-bottom: 120px;
}

div.section-bottom-padding-only {
  padding-bottom: 90px;
}

div.section-sm-bottom-padding-only {
  padding-bottom: 45px;
}

.column-no-spacing {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.column-no-spacing .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #000;
  border-radius: 4px;
}

.overlay {
  position: relative;
  background-size: cover;
  background-position: center center;
  color: #fff;
  --bs-overlay-opacity: .75;
  --bs-overlay-color: rgba(var(--bs-dark-rgb), var(--bs-overlay-opacity));
}

.overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--bs-overlay-color);
  z-index: 0;
  display: block !important;
}

.bgimage-fixed {
  background-attachment: fixed;
}

.image_slider.overlay:before {
  z-index: 99;
}

.overlay.overlay-hide:before {
  display: none;
}

.light-overlay:before {
  background-color: #fff;
}

.color-overlay:before {
  background-color: var(--bs-primary);
}

.overlay > * {
  position: relative;
  z-index: 9;
}

.dark-overlay .flex-control-paging li a,
.color-overlay .flex-control-paging li a {
  background-color: rgba(255, 255, 255, 0.8);
}

.dark-overlay p,
.dark-overlay h1,
.dark-overlay h2,
.dark-overlay h3,
.dark-overlay h4,
.dark-overlay h5,
.dark-overlay h6,
.color-overlay p,
.color-overlay h1,
.color-overlay h2,
.color-overlay h3,
.color-overlay h4,
.color-overlay h5,
.color-overlay h6 {
  color: #fff;
}

/* ==========================================================================
3.0 Navigation
========================================================================== */
.topbar {
  padding: 10px 0;
  color: #fff;
}

.topbar a {
  color: #fff;
}

.topbar.color-bg a:hover,
.topbar.color-bg a:focus {
  color: rgba(255, 255, 255, 0.8);
}

.topbar i {
  margin-right: 3px;
  font-size: 14px;
}

.text-white .btn-close {
  filter: grayscale(1) invert(1);
}

.topbar li:last-child {
  padding-right: 0;
}

.header-nav.open {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1001;
  padding: 10px 35px 16px 0;
  cursor: pointer;
}

.nav-toggle:focus {
  outline: none;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  background: #fff;
  cursor: pointer;
}

.nav-toggle span:before {
  top: -10px;
}

.nav-toggle span:after {
  bottom: -10px;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.nav-toggle.active span {
  background-color: transparent;
}

.nav-toggle.active span:before,
.nav-toggle.active span:after {
  top: 0;
}

.nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle.active span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
}

.navicon {
  position: absolute;
  height: 26px;
  right: 10px;
  top: 55px;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* ==========================================================================
4.0 Hero Element
========================================================================== */
.image_slider .vegas-wrapper {
  z-index: 100;
}

.image_slider.overlay .container {
  z-index: 100;
}

.hero {
  min-height: 650px;
  background: url("../images/3.jpg") center center;
  background-size: cover;
  position: relative;
}

.hero.shortcode {
  min-height: 143px;
  background-image: none;
}

.hero.shortcode input[type="submit"] {
  width: auto;
}

.blog-header {
  min-height: 143px;
}

.blog-header.light-bg {
  border-bottom: 1px solid #eee;
}

.hero .down-arrow a {
  color: #fff;
}

.hero h1 {
  color: #fff;
  margin-bottom: 40px;
}

.hero p.intro {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 60px;
}

.hero .hero-content {
  padding-top: 24%;
}

.header-navigation {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.header-sticky-navigation-off {
  position: relative;
}

.video {
  overflow: hidden;
}

.video video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: inherit;
  width: 100%;
}

.fixed {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
}

header a.login {
  margin-right: 20px;
}

header .logo {
  display: inline-block;
}

header .logo img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

header .logo,
header .logo a {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

header ul.primary-nav {
  padding: 0;
}

header ul.primary-nav li {
  display: inline;
  position: relative;
}

header ul.primary-nav li a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.03em;
  font-size: 14px;
  line-height: 43px;
}

.alt-bg ul.primary-nav li a,
.white-bg ul.primary-nav li a {
  color: #000;
}

span.submenu {
  display: none;
}

header ul.primary-nav li.current-menu-item > a,
header ul.primary-nav li a:hover,
header ul.primary-nav li a:focus {
  color: #fff;
}

.light-overlay a,
.light-overlay ul.primary-nav li.current-menu-item > a,
.light-overlay ul.primary-nav li a:hover,
.light-overlay ul.primary-nav li a:focus,
.light-bg a,
.light-bg ul.primary-nav li.current-menu-item > a,
.light-bg ul.primary-nav li a:hover,
.light-bg ul.primary-nav li a:focus {
  color: var(--bs-primary);
}

.light-bg {
  background-color: #fff;
}

.light-bg ul.primary-nav li .btn-small,
.light-overlay ul.primary-nav li .btn-small,
.light-bg ul.primary-nav li a,
.light-bg ul.primary-nav li a.btn-small,
.light-overlay ul.primary-nav li a {
  color: #000;
  color: rgba(0, 0, 0, 0.8);
}

.light-bg.fixed,
.light-bg .fixed,
.light-overlay .fixed {
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 1px 0 5px #ccc;
  -webkit-box-shadow: 1px 0 5px #ccc;
}

header .primary-nav ul {
  position: absolute;
  left: -9999px;
  z-index: 99999 !important;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  top: 20px;
}

header .primary-nav > li > ul {
  padding-top: 30px;
}

header .primary-nav li.submenuopen > ul,
header .primary-nav li:hover > ul {
  left: 0;
  -webkit-animation: fadeinUp .3s;
  animation: fadeinUp .3s;
}

@keyframes fadeinUp {
  from {
    opacity: 0;
    margin-top: 30px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}

header .primary-nav ul ul {
  margin-left: 100%;
  top: 15px;
}

header .primary-nav ul li:hover > ul {
  left: 220px;
}

header .primary-nav ul li.submenuopen > ul {
  position: inherit;
  display: block;
  left: auto;
  margin: 0;
}

header .primary-nav ul li a {
  padding: 10px 20px;
  width: 220px;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  text-decoration: none;
  transition: color .2s ease;
  display: block;
  background-color: #fff;
  color: inherit;
  line-height: normal;
}

header ul.primary-nav li ul li > a {
  color: #646464;
}

.page-header {
  margin: 0;
  padding: 30px 0;
}

.page-header h1 span,
.page-header h1 {
  font-size: 32px;
  color: #000;
}

.page-description p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.breadcrumbs a {
  padding: 0 3px;
}

.down-arrow {
  color: #fff;
  font-size: 30px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 999;
}

/* ==========================================================================
5.0 Intro
========================================================================== */
.intro span.icon {
  font-size: 40px;
  color: var(--bs-primary);
  font-weight: bold;
}

.intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  width: 40px;
}

.intro-content {
  display: inline-block;
  width: 80%;
}

.intro-content p {
  margin-bottom: 0;
  padding-bottom: 0;
}

@use 'doctoral' as *;
/* ==========================================================================
6.0 Features-stack
========================================================================== */
.features {
  position: relative;
}

.features p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.features h3 {
  margin: 0 0 20px 0;
}

.features span.icon {
  font-size: 35px;
  color: var(--bs-primary);
  font-weight: bold;
}

.features .feature-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  width: 35px;
}

.features .feature-content {
  display: inline-block;
  width: 75%;
}

.features .intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
}

.features .intro-content {
  display: inline-block;
  width: 80%;
}

.features ul.features-stack {
  margin-top: 50px;
  padding-left: 0;
  padding-right: 0;
}

.features ul.features-stack li {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #E6E9EA;
  list-style: none;
}

.features ul.features-stack li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.features .absoluteLeft {
  width: 706px;
  height: 1002px;
  background: url("../images/myservices3.png") no-repeat left bottom;
  z-index: 1;
}

.features .image-showcase {
  position: absolute;
  bottom: -120px;
  left: -105px;
  height: 140%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.features .responsive-feature-img,
.about-me .responsive-feature-img {
  display: none;
}

.imagegroup {
  position: relative;
}

/* ==========================================================================
7.0 About Me
========================================================================== */
.about-me {
  position: relative;
}

.about-me .btn-wrap {
  margin-top: 20px;
}

.about-me .absoluteRight {
  position: absolute;
  background: url("../images/about.png") no-repeat top center;
  bottom: 0;
  z-index: 4;
  right: 0;
  background-size: 100% auto;
  height: 135%;
}

/* ==========================================================================
8.0 hero strip
========================================================================== */
.hero-strip {
  position: relative;
  max-width: 790px;
  margin: 0 auto;
}

.section-padding .section-padding {
  padding: 0;
}

.hero-strip i {
  background-color: var(--bs-primary);
  font-size: 25px;
  color: #fff;
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 62px;
  border: 1px solid var(--bs-primary);
  border-radius: 50%;
}

.hero-strip h2 {
  color: #fff;
  margin: 0 0 20px 0;
}

.hero-strip p {
  color: rgba(255, 255, 255, 0.7);
}

.default-bg .hero-strip h2,
.default-bg .hero-strip p,
.default-bg .hero-strip h2,
.default-bg .hero-strip p {
  color: inherit;
}

.hero-strip .logo-placeholder {
  width: 230px;
  height: 230px;
  position: absolute;
  bottom: -285px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.watch-video .welcome-text {
  margin-bottom: 15px;
}

/* ==========================================================================
9.0 .blog-intro
========================================================================== */
.blog-intro {
  padding-top: 160px;
}

.blog-intro h3 {
  margin-bottom: 70px;
}

.blog-intro .leftcol {
  padding-right: 100px;
  border-right: solid 1px #E6E9EA;
}

.blog-intro .rightcol {
  padding-left: 100px;
}

/*owl carousel*/
.owl-buttons > div {
  position: absolute;
  top: 48%;
  left: -50px;
  font-size: 24px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  display: block;
  text-align: center;
  cursor: pointer;
  color: var(--bs-primary);
}

.owl-buttons > div:hover, .owl-buttons > div:focus {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white);
}

.owl-buttons > .owl-next {
  left: auto;
  right: -50px;
}

.owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-dots > div {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.1);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  margin: 0 3px;
}

.owl-dots > .active {
  background-color: rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.95);
}

/*team*/
.doctors-archive {
  margin-bottom: 30px;
}

.doctors-grid .item,
.doctors-archive .item {
  margin-bottom: 45px;
}

.doctors-carousel .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.doctors-carousel .doctor-info {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.doctor-thumb {
  position: relative;
  overflow: hidden;
}

.doctor-thumb .doctor-social {
  position: absolute;
  bottom: -100px;
  left: 0;
  padding: 15px 10px;
  background: rgba(255, 255, 255, 0.8);
}

.doctor-social {
  width: 100%;
  transition: all 300ms ease-in-out;
}

.doctor-social a {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.doctor-social a:hover, .doctor-social a:focus {
  background-color: var(--bs-primary);
  color: var(--bs-white);
  text-decoration: none;
}

.card-doctor:focus .doctor-social, .card-doctor:hover .doctor-social {
  bottom: 0;
}

/*doctor-single-post*/
.doctor-single-post .doctor-social {
  margin-bottom: 30px;
}

/*doctor-single-service*/
.doctor-single-service h4 {
  margin-bottom: 20px;
  margin-top: 30px;
}

.service-item {
  margin-bottom: 45px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.service-item p {
  margin-bottom: 0;
  padding-bottom: 5px;
}

.service-item .service-info {
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
10.0 Galleries
========================================================================== */
.gallery {
  margin-bottom: 30px !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.gallery-item {
  display: inline-block;
  padding: 15px;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
  width: 100%;
  border: none !important;
}

.gallery-caption {
  display: block;
  padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* ==========================================================================
11.0 Alignments
========================================================================== */
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/* ==========================================================================
12.0 Captions
========================================================================== */
.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption-text {
  padding: 0.5em 0;
}

.wpb_wrapper .wpb_content_element:last-child {
  margin-bottom: 0;
}

.page-links {
  margin-bottom: 60px;
}

.sticky-post {
  text-transform: uppercase;
}

/* ==========================================================================
12.1 Blog
========================================================================== */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blog-block img {
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.cat-links a,
.blog-block h5 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 30px;
  font-family: "Open Sans";
}

.cat-links a {
  margin-top: 0;
}

.blog-block .btn {
  margin-top: 30px;
}

.blog-block .blog-img-wrap {
  position: relative;
  overflow: hidden;
}

.blog-block .blog-img-wrap .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.blog-block .blog-img-wrap i {
  color: #fff;
  font-size: 20px;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 25px;
  right: 35px;
}

.blog-block figure:hover img,
.blog-block figure:focus img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-block figure:hover .overlay,
.blog-block figure:focus .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1;
  z-index: 9;
}

.blog-block figcaption i {
  margin-left: 5px;
  font-size: 15px;
}

.blog-block figcaption a.blog-post-title {
  color: #646464;
}

.blog-block figcaption a.blog-post-title:hover,
.blog-block figcaption a.blog-post-title:focus {
  color: #000;
}

.main-container {
  padding: 90px 0;
}

.post-title,
.post-title a {
  color: #000;
  margin-bottom: 5px;
  margin-top: 5px;
}

.entry-header {
  margin: 5px 0 30px;
  color: rgba(0, 0, 0, 0.7);
}

.entry-header a {
  color: rgba(0, 0, 0, 0.5);
}

.entry-header a i {
  margin-right: 5px;
}

.entry-header a {
  padding-right: 10px;
}

.post-image-holder {
  margin-bottom: 30px;
}

.more-link-wrap {
  margin-top: 30px;
}

.content-wrap > article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ==========================================================================
12.2 Comment list
========================================================================== */
.comments-area {
  margin-top: 60px;
}

.comment-title {
  margin-bottom: 40px;
  font-size: 30px;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment-list .children {
  list-style: none;
  padding-left: 67px;
}

.comment-info {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
  display: block;
  overflow: hidden;
}

.comment-list > .comment:last-child .comment-info {
  border-bottom: none;
}

.comment-info img {
  max-width: 90px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.comment-info .author-desc {
  margin-left: 115px;
}

.comment-info .author-title {
  margin-bottom: 22px;
  line-height: 16px;
}

.comment-date {
  margin-left: 17px;
  padding-left: 17px;
  border-left: 1px solid #777777;
  font-size: 12px;
  color: #777777;
}

.author-desc {
  margin-left: 185px;
}

/* ==========================================================================
12.3 Comment form
========================================================================== */
.contact-form .form-control,
.comment-form .form-control {
  margin-bottom: 30px;
  border-color: #ececec;
  font-size: 13px;
  text-transform: none;
}

.contact-form .btn,
.comment-form .btn {
  font-size: 14px;
  font-weight: 400;
}

.author-info {
  background-color: #f7f7f7;
  padding: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.entry-content > p:last-child,
.author-desc > p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.entry-footer {
  margin-top: 45px;
  position: relative;
  clear: both;
}

.entry-footer .post-meta a {
  color: inherit;
  margin-right: 15px;
}

.page-links,
.archive-header,
.single-post .nav-links {
  display: table;
  width: 100%;
  margin-bottom: 60px;
  overflow: hidden;
  margin: 50px 0 0;
}

.page-links {
  margin: 30px 0 50px;
}

.page-links .page-links-title {
  text-transform: uppercase;
  padding-left: 0;
}

.page-links span {
  padding: 0 5px;
}

.archive-header {
  margin-top: 0;
  margin-bottom: 50px;
}

.archive-header h1 {
  font-size: 32px;
  margin-top: 10px;
}

.post-meta li .essb-total {
  display: inline-block;
}

.single-post .nav-links > div {
  display: table-cell;
}

.single-post .nav-next {
  text-align: right;
}

.single-post .nav-links .meta-nav {
  display: block;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}

.single-post .nav-links .post-title {
  font-size: 14px;
}

/* ==========================================================================
13.0 Sidebar
========================================================================== */
.sidebar-wrap .widget {
  color: rgba(0, 0, 0, 0.8);
}

#comment {
  max-width: inherit;
}

/* ==========================================================================
14.0 Testimonial-slider
========================================================================== */
.testimonial-slider {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonial-slider .avatar {
  width: 82px;
  height: 82px;
  margin: 0 auto;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  border: solid 3px #fff;
  background-color: #fff;
}

.testimonial-slider .avatar img {
  width: 82px;
  height: auto;
}

.testimonial-slider h2 {
  font-size: 40px;
  font-weight: 300;
  font-style: italic;
  margin: 30px 0;
  font-family: "Open Sans";
}

.testimonial-slider p {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.flexslider {
  background-color: transparent;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0;
}

.flex-direction-nav li {
  list-style: none !important;
}

.flex-direction-nav a:before {
  line-height: 40px;
}

section .flex-direction-nav a {
  text-shadow: none;
  -webkit-text-shadow: none;
}

.dark-overlay .flex-direction-nav a,
.dark-bg .flex-direction-nav a,
.color-bg .flex-direction-nav a,
.color-overlay .flex-direction-nav a {
  color: #fff;
}

/* ==========================================================================
15.0 sSign up form
========================================================================== */
.contact-info ul {
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
}

.contact-info .icon {
  color: var(--bs-primary);
  font-size: 28px;
  font-weight: bold;
  float: left;
  margin: 0 15px 0 1px;
  min-width: 30px;
}

.contact-info .icon .et-envelope {
  font-size: 21px;
}

.contact-info li {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}

.vc_row-flex .wpb_wrapper {
  height: 100%;
}

.contact-info-box {
  padding: 60px;
  height: 100%;
}

.contact-info-box .icon {
  font-size: 32px;
  display: inline-block;
  margin-bottom: 1rem;
}

.contact-info-box ul {
  padding: 0;
}

.contact-info-box ul li {
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.contact-info-box ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-info-box .info-title {
  padding-right: 10px;
  min-width: 70px;
  display: inline-block;
}

.signup-form {
  padding: 60px 45px 60px 15px;
}

.contact-form h3 {
  margin-top: 0;
}

.subscribe-form .welcome-text {
  margin-bottom: 0;
}

.subscribe-form .welcome-text input[type="text"],
.subscribe-form .welcome-text input[type="email"] {
  margin-bottom: 0;
}

.welcome-text p {
  margin-bottom: 0;
  padding-bottom: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="date"],
textarea {
  border-radius: 5px;
  border: solid 1px #E6E9EA;
  padding: 15px;
  margin-bottom: 10px;
  max-height: 127px;
  width: 100%;
  box-shadow: none;
  color: #000;
  max-width: 640px;
  line-height: 25px;
}

input[type="submit"],
.sign-up-btn,
.sign-up .signup-form .sign-up-btn {
  padding: 15px 0;
  border-radius: 3px;
  font-size: 13px;
  width: 100%;
  line-height: 23px;
}

.field input[type="submit"] {
  width: inherit;
}

.ext-large {
  font-size: 72px;
  font-weight: bold;
}

.searchform .col-md-4 {
  padding-left: 0;
}

.subscribe-form form {
  margin-top: 45px;
}

.subscribe-form input[type="submit"] {
  max-width: 150px;
  margin-left: -6px;
  border-radius: 0 5px 5px 0;
}

.sign-up .signup-form .form-input-group {
  height: 55px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: solid 1px #E6E9EA;
  text-align: left;
  position: relative;
}

.sign-up .signup-form .form-input-group i {
  color: var(--bs-primary);
  font-size: 14px;
}

.sign-up .signup-form .form-input-group i:after {
  content: "";
  height: 30px;
  width: 1px;
  border-right: solid 1px #E6E9EA;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sign-up .signup-form .form-input-group i.fa-lock {
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 20px;
}

.sign-up .signup-form .form-input-group i.fa-envelope {
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 20px;
}

.sign-up .signup-form .form-input-group input {
  padding-left: 68px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: none;
}

.sign-up .signup-form .form-input-group input::-webkit-input-placeholder {
  color: #bcc1c3;
}

.sign-up .signup-form .form-input-group input:-moz-placeholder {
  color: #bcc1c3;
}

.sign-up .signup-form .form-input-group input::-moz-placeholder {
  color: #bcc1c3;
}

.sign-up .signup-form .form-input-group input:-ms-input-placeholder {
  color: #bcc1c3;
}

.wpcf7-form-control {
  height: auto;
}

.field-wrapper p {
  padding-bottom: 0;
  margin-bottom: 0;
}

#map-canvas {
  width: 100%;
  height: 400px;
  display: block;
}

.map-content h3 {
  text-transform: uppercase;
}

.map-content small {
  display: block;
}

.map-content p {
  padding-bottom: 0;
}

/* ==========================================================================
16.0 To top
========================================================================== */
.to-top .to-top-wrap a:hover,
.to-top .to-top-wrap a:focus {
  background-color: rgba(0, 0, 0, 0.4);
}

.to-top {
  height: 60px;
  background-color: rgba(0, 0, 0, 0.9);
}

.to-top .arrow-up {
  top: 20px;
}

.to-top-wrap {
  height: 60px;
  width: 70px;
}

.to-top-wrap i {
  font-size: 30px;
  line-height: 55px;
}

.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 45px;
  width: 40px;
  font-size: 30px;
  line-height: 55px;
  z-index: 99;
}

.scroll-top .top {
  background-color: var(--bs-black);
  border-radius: 0.375rem;
}

.scroll-top .top:hover {
  background-color: var(--bs-primary);
}

.scroll-top .arrow-up {
  bottom: 5px;
}

.light-overlay,
.light-overlay h1,
.light-overlay h2,
.light-overlay h3,
.light-overlay h4,
.light-overlay h5,
.light-overlay h6 {
  color: #000;
}

.light-overlay p,
.light-overlay p.intro {
  color: inherit;
}

/*revslider*/
.doctoral-black-fill-btn {
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
}

.booked_calendar_chooser {
  min-width: 200px;
  display: inline-block;
}

body .booked-calendarSwitcher.calendar p {
  padding-bottom: 0;
}

body .booked-calendarSwitcher.calendar p i.fa {
  vertical-align: top;
  margin-right: 10px;
  font-size: 44px;
}

.wpcf7-form-control.wpcf7-not-valid {
  border-color: red !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  display: none !important;
}

.team-hiring img {
  width: 100%;
}

.team-hiring .doctor-meta {
  width: 100%;
  bottom: 15px;
}

.team-hiring .doctor-meta .btn {
  width: fit-content;
  margin: 0 auto;
}

/* department post type */
.doctor-1 .hover-overlay,
.doctor-2 .hover-overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.doctor-1 .hover-overlay > img,
.doctor-2 .hover-overlay > img {
  overflow: hidden;
  transition: transform 500ms;
}

.doctor-1 .hover-overlay:hover > img,
.doctor-2 .hover-overlay:hover > img {
  transform: scale(1.1);
}

.doctor-1 .item-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 163, 200, 0.85);
  transition: all 400ms ease-in-out;
}

.hover-overlay:hover .item-overlay,
.hover-overlay:hover .profile-link a {
  opacity: 1;
}

.profile-link {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.profile-link a {
  display: inline-block;
  transform: translate3d(0, 20px, 0);
  opacity: 0;
}

.item-overlay {
  opacity: 0;
  background: rgba(0, 163, 200, 0.85);
  transition: all 400ms ease-in-out;
}

.image-zoom {
  left: 40%;
  transform: translateY(-50%);
}

.image-zoom a {
  width: 54px;
  height: 54px;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  display: inline-block;
  opacity: 0;
  border-radius: 100%;
  transition: all 450ms ease-in-out;
}

.gallery-item:hover a {
  opacity: 1;
}

.gallery-item a:hover {
  color: var(--bs-primary);
}

.item-overlay::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
}

.item-overlay::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
}

.gallery-item:hover
.item-overlay::before,
.gallery-item:hover
.item-overlay::after {
  opacity: 1;
  transform: scale(1);
}

.item-overlay::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.item-overlay::before,
.item-overlay::after {
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  content: '';
  opacity: 0;
  transition: all 450ms ease-in-out;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-size: inherit;
}

.top .arrow-up {
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  position: relative;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow-right {
  border-style: solid;
  border-color: inherit;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: relative;
  transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
}

.card-link.blog-post-title:hover .arrow-right {
  margin-left: .75rem;
}

.doctoral-parallax {
  position: relative;
}

.doctoral-parallax > *:not(.parallax) {
  position: relative;
  z-index: 1;
}

.doctoral-parallax > .parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: var(--parallax-bg-image);
  opacity: var(--parallax-bg-opacity);
  z-index: 0;
  position: absolute;
}

.vidbg-container {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.vidbg-container video {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s opacity ease-in-out;
  max-width: none;
  opacity: 0;
}

[class$="-overlay"] .parallax, [class*="-overlay"] .parallax {
  overflow: hidden;
}

[class$="-overlay"] .parallax:after, [class*="-overlay"] .parallax:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bs-dark-rgb), 0.5);
  z-index: 9;
}

[class$="-overlay"].primary-overlay .parallax:after, [class*="-overlay"].primary-overlay .parallax:after {
  background-color: rgba(var(--bs-primary-rgb), 0.5);
}

[class$="-overlay"].secondary-overlay .parallax:after, [class*="-overlay"].secondary-overlay .parallax:after {
  background-color: rgba(var(--bs-secondary-rgb), 0.5);
}

[class$="-overlay"].success-overlay .parallax:after, [class*="-overlay"].success-overlay .parallax:after {
  background-color: rgba(var(--bs-success-rgb), 0.5);
}

[class$="-overlay"].info-overlay .parallax:after, [class*="-overlay"].info-overlay .parallax:after {
  background-color: rgba(var(--bs-info-rgb), 0.5);
}

[class$="-overlay"].warning-overlay .parallax:after, [class*="-overlay"].warning-overlay .parallax:after {
  background-color: rgba(var(--bs-warning-rgb), 0.5);
}

[class$="-overlay"].danger-overlay .parallax:after, [class*="-overlay"].danger-overlay .parallax:after {
  background-color: rgba(var(--bs-danger-rgb), 0.5);
}

[class$="-overlay"].light-overlay .parallax:after, [class*="-overlay"].light-overlay .parallax:after {
  background-color: rgba(var(--bs-light-rgb), 0.5);
}

[class$="-overlay"].dark-overlay .parallax:after, [class*="-overlay"].dark-overlay .parallax:after {
  background-color: rgba(var(--bs-dark-rgb), 0.5);
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.wpcf7-spinner {
  position: absolute;
  bottom: 1rem;
  right: 0;
}

.footer-widget.news-letter .input-group-text {
  height: 44px;
}

.footer-widget.news-letter input[type="email"] {
  margin-bottom: 0;
}

.footer-widget.news-letter button[type="submit"] {
  border: none;
}

@media (min-width: 768px) {
  .subscribe-form .mc4wp-form {
    padding: 0 14%;
  }
}

@use 'doctoral' as *;
@media (min-width: 1400px) {
  .theme-doctoral .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--bs-container-max-widths-xxl);
  }
}

.theme-doctoral .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

@use 'doctoral' as *;
.card-link {
  transition: all 0.2s ease-in-out;
}

.card-link:hover, .card-link:focus {
  gap: 0.75rem !important;
}

.card-title a {
  color: inherit;
}

.card-title a:hover, .card-title a:focus {
  color: var(--bs-primary);
  text-decoration: none;
}

.card-img {
  background-color: var(--bs-light);
}

.card {
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  --bs-card-inner-border-radius: 0;
}

.card:hover, .card:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@use 'doctoral' as *;
@media (min-width: 1199.99px) {
  .navbar-nav {
    --bs-nav-link-padding-y: 1.5rem;
  }
  .navbar-nav .dropdown-toggle {
    --bs-navbar-nav-link-padding-x: 1.25rem;
  }
}

.navbar-nav .dropdown-toggle {
  cursor: pointer;
}

.navbar-nav .dropdown-toggle.active:after {
  border-right-color: var(--bs-nav-link-active-color);
}

.navbar-nav .dropdown-toggle:after {
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: .5rem;
  pointer-events: none;
  width: .5rem;
  display: inline-block;
  margin-left: 0;
  margin-top: 7px;
  vertical-align: middle;
  transform: translateY(-70%) rotate(45deg);
  border-right-color: var(--bs-nav-link-color);
}

.navbar-nav .dropdown-toggle.show:after {
  transform: translateY(-30%) rotate(-135deg);
}

.offcanvas .offcanvas-body {
  padding-top: calc(var(--bs-offcanvas-padding-y) + var(--wp-admin--admin-bar--height));
}

#header:not(.bg-tra) {
  transition: all 0.2s ease-in-out;
}

#header.fixed-top {
  margin-top: var(--wp-admin--admin-bar--height);
}

#header.bg-tra {
  background-color: rgba(var(--scroll-bg-color-rgb), var(--scroll-bg-opacity, 1));
  --bs-border-color: rgba(var(--bs-white-rgb), 0);
}

#header.scroll.header-dark {
  --scroll-bg-color-rgb: var(--bs-dark-rgb);
}

#header.scroll.header-light {
  --scroll-bg-color-rgb: var(--bs-white-rgb);
  --bs-border-color: rgba(var(--bs-dark-rgb), .2);
}

#header.bg-tra {
  padding: 1rem 0;
}

#header.bg-tra.scroll {
  padding: 0;
}

#header.bg-tra + div section:first-child,
#header.bg-tra + section section:first-child {
  padding-top: 10rem !important;
}

@use 'doctoral' as *;
.post-meta {
  color: rgba(var(--bs-black-rgb), 0.6);
}

.post-meta a {
  color: rgba(var(--bs-black-rgb), 0.7);
}

@use 'doctoral' as *;
/********************************/
/* Default widget CSS */
/********************************/
.widget {
  --list-link-color: rgba(var(--bs-black-rgb), .9);
  --list-link-hover-color: rgba(var(--bs-primary-rgb), 1);
  --list-text-color: rgba(var(--bs-black-rgb), .7);
  color: var(--list-text-color);
}

.widget ol,
.widget ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  gap: 10px;
}

.widget ol li,
.widget ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid #f7f7f7;
}

.widget ol ol,
.widget ol ul,
.widget ul ol,
.widget ul ul {
  padding-left: 1rem;
}

.widget a {
  color: var(--list-link-color);
}

.widget a:hover, .widget a:focus {
  color: var(--list-link-hover-color);
}

.recent-posts {
  line-height: 1;
}

.recent-posts img {
  width: 90px;
  min-width: 90px;
  height: 90px;
}

.recent-posts a {
  line-height: 1.2;
}

.recent-posts a:hover, .recent-posts a:focus {
  text-decoration: none;
}

.recent-posts .comment-meta {
  float: right;
}

.recent-posts .comment-meta i {
  margin-right: 6px;
}

#wp-calendar #next {
  text-align: right;
}

.screen-reader-text {
  position: absolute !important;
  left: -999em;
}

.tagcloud {
  --tag-color: var(--bs-dark);
  --tag-boder-color: var(--bs-gray-500);
  --tag-boder-hover-color: var(--bs-primary);
  --tag-bg-color: var(--bs-gray-100);
  --tag-bg-hover-color: var(--bs-primary);
  --tag-boder-radius: 20px;
  --tag-font-size: 14px;
  --tag-font-weight: 500;
  --tag-padding: .25rem 1.2rem;
  --tag-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--tag-gap);
  column-gap: var(--tag-gap);
}

.tagcloud a {
  font-size: var(--tag-font-size) !important;
  font-weight: var(--tag-font-weight);
  background-color: var(--tag-bg-color);
  border: 1px solid var(--tag-border-color);
  border-radius: var(--tag-boder-radius);
  padding: var(--tag-padding);
  color: inherit;
}

.tagcloud a:hover, .tagcloud a:focus {
  color: #fff !important;
  text-decoration: none;
  border-color: var(--tag-boder-hover-color);
  background-color: var(--tag-bg-hover-color);
}

blockquote {
  font-style: italic;
}

.text-underline {
  border-bottom: 2px solid #f7f7f7;
  color: #000;
}

.text-underline:hover {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.sidebar-wrap h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.sidebar-wrap ol li:first-child {
  padding: 0 0 15px;
}

.sidebar-wrap ol li {
  margin-bottom: 0;
  border-bottom: 1px dashed #c0c0c0;
  padding: 15px 0;
}

.sidebar-wrap.widget_block ul > li {
  border-bottom: 1px dashed #c0c0c0;
  padding: 10px 0;
}

.sidebar-wrap.widget_block ul > li:first-child {
  padding: 0 0 10px;
}

.sidebar-wrap .wp-block-latest-comments {
  padding-left: 0;
}

.sidebar-wrap.widget_recent_comments ul li span a,
.sidebar-wrap ol li .wp-block-latest-comments__comment-author {
  font-weight: bold;
}

.sidebar-wrap.widget_nav_menu ul > li > ul,
.sidebar-wrap.widget_pages ul > li > ul,
.sidebar-wrap.widget_categories ul > li > ul {
  margin-left: 15px;
  padding-top: 10px;
  border-top: 1px dashed #c0c0c0;
  margin-top: 10px;
}

.sidebar-wrap.widget_nav_menu ul > li ul li:last-child,
.sidebar-wrap.widget_pages ul > li ul li:last-child,
.sidebar-wrap.widget_categories ul > li ul li:last-child {
  padding-top: 0;
}

.sidebar-wrap.widget_text p strong {
  margin-bottom: -5px;
  display: block;
}

.wp-block-latest-comments__comment footer {
  background-color: transparent;
}

@use 'doctoral' as *;
/* ==========================================================================
17.0 Footer
========================================================================== */
footer {
  background-color: #000;
  position: relative;
}

footer.text-light {
  --bs-text-opacity: .8;
}

footer.text-light a:hover {
  color: var(--bs-primary);
}

footer.text-light .footer-widget {
  --list-link-color: rgba(var(--bs-light-rgb), .9);
  --list-link-hover-color: rgba(var(--bs-primary-rgb), 1);
  --list-text-color: rgba(var(--bs-light-rgb), .8);
}

footer ul.footer-group {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  display: inline-block;
}

footer ul.footer-group li {
  display: inline-block;
}

footer ul.footer-group li a {
  font-size: 13px;
  text-transform: uppercase;
}

footer ul.footer-group li a:hover {
  color: var(--bs-primary);
}

footer ul.footer-group li {
  margin-right: 30px;
}

footer ul.footer-group li:last-child {
  margin-right: 0;
}

footer span.fa-heart {
  color: var(--bs-primary);
  font-size: 15px;
  margin: 0 2px;
}

footer .social-share {
  padding-bottom: 30px;
}

footer .social-share p {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}

footer .social-share a {
  height: 60px;
  width: 60px;
  background-color: #1AB4EF;
  border-radius: 3px;
  font-size: 22px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}

footer .social-share a:hover,
footer .social-share a:focus {
  opacity: .9;
}

footer .social-share a {
  color: #fff;
}

footer .social-share a:hover {
  color: #fff;
}

footer .social-share a i {
  margin-top: 20px;
}

footer .footer-links {
  padding: 70px 0 50px 0;
}

.footer-widget-area {
  padding: 75px 0 50px;
}

.footer-widget-area .widget-title {
  color: #fff;
  margin-top: 0;
}

.footer-widget-area .widget li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  color: var(--list-text-color);
}

.footer-widget-area p {
  font-size: 14px;
  color: var(--list-text-color);
}

.footer-content img {
  margin-bottom: 15px;
}

.widget .footer-links {
  margin: 0;
}

.widget .footer-links a {
  height: 40px;
  width: 40px;
  line-height: 32px;
  margin-left: 0;
}

.widget .footer-links a i {
  margin-top: 0;
  font-size: 14px;
}

.footer-widget-area .form-control {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.get-in-touch p,
.news-letter p {
  margin-bottom: 0;
}

.news-letter button {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  width: auto !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.get-in-touch i {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  font-size: 18px;
}

.get-in-touch i.et-phone {
  font-size: 24px;
}

.footer-widget-area ul {
  padding-right: 30px;
}

.footer-content {
  padding-right: 30px;
}

.copyright-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-bar p:last-child {
  margin-bottom: 0;
}

.copyright-bar #menu-footer-menu a {
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity));
  font-size: 14px;
}

.copyright-bar #menu-footer-menu a:hover, .copyright-bar #menu-footer-menu a:focus {
  text-decoration: none;
  color: rgba(var(--bs-primary-rgb), 1);
}

.linear-gradient {
  position: relative;
}

.linear-gradient:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(var(--bs-direction, to bottom), var(--bs-gradient-color1, rgba(0, 0, 0, 0.3)), var(--bs-gradient-color2, white));
  z-index: 9;
}

.linear-gradient > * {
  position: relative;
  z-index: 10;
}

.mw-100 {
  max-width: 100% !important;
}

.mw-auto {
  max-width: none !important;
}

.overlay-primary {
  --bs-bg-opacity: 0.75;
  --bs-overlay-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.overlay-secondary {
  --bs-bg-opacity: 0.75;
  --bs-overlay-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.overlay-success {
  --bs-bg-opacity: 0.75;
  --bs-overlay-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.overlay-info {
  --bs-bg-opacity: 0.75;
  --bs-overlay-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.overlay-warning {
  --bs-bg-opacity: 0.75;
  --bs-overlay-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.overlay-danger {
  --bs-bg-opacity: 0.75;
  --bs-overlay-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.overlay-light {
  --bs-bg-opacity: 0.75;
  --bs-overlay-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.overlay-dark {
  --bs-bg-opacity: 0.75;
  --bs-overlay-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.overlay-black {
  --bs-bg-opacity: 0.75;
  --bs-overlay-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.overlay-white {
  --bs-bg-opacity: 0.75;
  --bs-overlay-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.overlay-body {
  --bs-bg-opacity: 0.75;
  --bs-overlay-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.gd-to-right {
  --bs-direction: to right !important;
}

.gd-to-left {
  --bs-direction: to left !important;
}

.gd-to-top {
  --bs-direction: to top !important;
}

.gd-to-bottom {
  --bs-direction: to bottom !important;
}

.gc1-primary {
  --bs-bg-opacity: 1;
  --bs-gradient-color1: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.gc1-secondary {
  --bs-bg-opacity: 1;
  --bs-gradient-color1: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.gc1-success {
  --bs-bg-opacity: 1;
  --bs-gradient-color1: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.gc1-info {
  --bs-bg-opacity: 1;
  --bs-gradient-color1: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.gc1-warning {
  --bs-bg-opacity: 1;
  --bs-gradient-color1: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.gc1-danger {
  --bs-bg-opacity: 1;
  --bs-gradient-color1: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.gc1-light {
  --bs-bg-opacity: 1;
  --bs-gradient-color1: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.gc1-dark {
  --bs-bg-opacity: 1;
  --bs-gradient-color1: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.gc1-black {
  --bs-bg-opacity: 1;
  --bs-gradient-color1: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.gc1-white {
  --bs-bg-opacity: 1;
  --bs-gradient-color1: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.gc1-body {
  --bs-bg-opacity: 1;
  --bs-gradient-color1: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.gc1-transparent {
  --bs-bg-opacity: 1;
  --bs-gradient-color1: transparent !important;
}

.gc2-primary {
  --bs-bg-opacity: 1;
  --bs-gradient-color2: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.gc2-secondary {
  --bs-bg-opacity: 1;
  --bs-gradient-color2: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.gc2-success {
  --bs-bg-opacity: 1;
  --bs-gradient-color2: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.gc2-info {
  --bs-bg-opacity: 1;
  --bs-gradient-color2: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.gc2-warning {
  --bs-bg-opacity: 1;
  --bs-gradient-color2: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.gc2-danger {
  --bs-bg-opacity: 1;
  --bs-gradient-color2: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.gc2-light {
  --bs-bg-opacity: 1;
  --bs-gradient-color2: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.gc2-dark {
  --bs-bg-opacity: 1;
  --bs-gradient-color2: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.gc2-black {
  --bs-bg-opacity: 1;
  --bs-gradient-color2: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.gc2-white {
  --bs-bg-opacity: 1;
  --bs-gradient-color2: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.gc2-body {
  --bs-bg-opacity: 1;
  --bs-gradient-color2: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.gc2-transparent {
  --bs-bg-opacity: 1;
  --bs-gradient-color2: transparent !important;
}

@media (min-width: 576px) {
  .mw-sm-100 {
    max-width: 100% !important;
  }
  .mw-sm-auto {
    max-width: none !important;
  }
}

@media (min-width: 768px) {
  .mw-md-100 {
    max-width: 100% !important;
  }
  .mw-md-auto {
    max-width: none !important;
  }
}

@media (min-width: 992px) {
  .mw-lg-100 {
    max-width: 100% !important;
  }
  .mw-lg-auto {
    max-width: none !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-100 {
    max-width: 100% !important;
  }
  .mw-xl-auto {
    max-width: none !important;
  }
}

@media (min-width: 1400px) {
  .mw-xxl-100 {
    max-width: 100% !important;
  }
  .mw-xxl-auto {
    max-width: none !important;
  }
}

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