html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  color: #555555;
  text-decoration: none;
  background: linear-gradient(
    to right,
    var(--theme-color-1),
    var(--theme-color-0_5)
  );
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #191515;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 0;
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}

.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fs-xl {
  font-size: 1.25rem !important;
}

.fs-lg {
  font-size: 1.125rem !important;
}

.fs-base {
  font-size: 1rem !important;
}

.fs-sm {
  font-size: 0.875rem !important;
}

.fs-xs {
  font-size: 0.75rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.rounded-1 {
  border-radius: 0.25rem !important;
}

.rounded-2 {
  border-radius: 0.5rem !important;
}

.rounded-3 {
  border-radius: 0.75rem !important;
}

.rounded-4 {
  border-radius: 1rem !important;
}

.rounded-5 {
  border-radius: 1.25rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

figure,
img {
  height: auto;
  vertical-align: middle;
}

figure,
img,
svg {
  max-width: 100%;
}

iframe {
  width: 100%;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--theme-color-1);
  border-color: var(--theme-color-1);
  transition: 0.3s filter;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem var(--theme-color-0_5);
  border-color: var(--theme-color-1);
}

.btn-primary:hover {
  filter: grayscale(10%);
}

.text-primary {
  color: var(--theme-color-1) !important;
}

.bg-primary {
  background-color: var(--theme-color-1) !important;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.53rem 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

.form-label {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.form-icon-start {
  padding-left: calc(2.375rem + 1px);
}

.form-icon-start.form-control-lg {
  padding-left: calc(2.5rem + 1px);
}

.form-icon-start.form-control-sm {
  padding-left: calc(1.75rem + 1px);
}

.form-icon-end {
  padding-right: calc(2.375rem + 1px);
}

.form-icon-end.form-control-lg {
  padding-right: calc(2.5rem + 1px);
}

.form-icon-end.form-control-sm {
  padding-right: calc(1.75rem + 1px);
}

.hover-effect-underline:hover {
  text-decoration: underline !important;
}

.btn-close {
  --btn-close-color: #111827;
  --btn-close-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23111827' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3E%3C/svg%3E");
  --btn-close-opacity: 0.6;
  --btn-close-hover-opacity: 0.9;
  --btn-close-focus-opacity: 1;
  --btn-close-disabled-opacity: 0.3;
  --btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  background: transparent var(--btn-close-bg) center/.75em auto no-repeat;
  border: 0;
  border-radius: 0.5rem;
  box-sizing: content-box;
  height: 0.75em;
  opacity: var(--btn-close-opacity);
  padding: 0.25em;
  width: 0.75em;
}

.btn-close,
.btn-close:hover {
  color: var(--btn-close-color);
}

.btn-close:hover {
  opacity: var(--btn-close-hover-opacity);
  text-decoration: none;
}

.btn-close:focus {
  opacity: var(--btn-close-focus-opacity);
  outline: none !important;
}

.btn-close.disabled,
.btn-close:disabled {
  opacity: var(--btn-close-disabled-opacity);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.page-wrapper {
  width: 100%;
  max-width: 400px;
  min-width: 320px;
  margin: 50px 0;
}

.page-details {
  background-position: top;
  background-size: cover;
  box-shadow: 1px 1px 25px 0px rgb(88 88 88 / 35%);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.page-details-inner {
  background: var(--theme-color-0_25);
}

.vcard-cover-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  clip-path: url(#myCurve);
}

.vcard-cover-image-wrapper img {
  max-width: 100%;
}

.hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 10% 10px;
  margin: 0 auto;
  position: relative;
  margin-top: 45px;
}

.hero-section.colored {
  border: 7px solid #f5bc31;
  box-shadow: inset 0px 0px 10px rgb(0 0 0 / 50%);
}

.hero-sub-section {
  padding: 20px;
  margin-top: -1px;
  position: relative;
  z-index: 10;
}

.hero-sub-section.colored {
  background-color: #f5bc31;
  color: #ffffff;
}

.hero-sub-section a:hover {
  color: var(--theme-color-1) !important;
}

.user-image {
  text-align: left;
}

.user-status {
  display: block;
  color: #333;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.user-image .logo-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid var(--theme-color-0_1);
  margin-bottom: 15px;
}

.name {
  margin: 10px 0 0;
  color: #222f3e;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.company-name {
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.4px;
}

.line-separator-50 {
  width: 50%;
  background-color: var(--theme-color-1);
  height: 2px;
}

.contact-action-container-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px !important;
  color: white;
  background-color: var(--theme-color-1);
  font-size: 16px;
  position: absolute;
  left: 14px;
}

.contact-action-container-text {
  color: #f1f1f1;
  margin-left: 10px;
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
  word-break: break-word;
}

a {
  text-decoration: none !important;
  transition: 0.3s color;
}

.contact-buttons {
  /* background-color: rgba(244,244,244,0.4); */
  margin: 0 -20px;
  padding: 10px 20px;
  text-align: left;
}

.contact-button {
  padding: 6px 10px;
  border-radius: 50px;
  min-width: 70px;
  display: inline-block;
  font-size: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2),
    0 0 40px rgba(255, 251, 251, 0.1) inset;
  text-align: center;
  background-color: #4489c4;
  color: #fff;
  border: none;
  margin-right: 5px;
  margin-bottom: 10px;
}

.contact-button i {
  margin-right: 5px;
}

table {
  border-collapse: inherit !important;
}

.contact-action-table {
  width: 100%;
  -webkit-border-vertical-spacing: 10px;
}

/* Section CSS Starts */
.section-header {
  color: var(--theme-color-1);
  font-size: 1.3rem;
  text-transform: uppercase;
}

.section-header-separator {
  width: 70px;
  background-color: var(--theme-color-1);
  height: 2px;
  margin-bottom: 20px;
}

.section-container {
  text-align: left;
  padding: 20px;
  margin-top: 15px;
  background-color: #f4f4f4;
  line-height: 22px;
  font-size: 14px;
}

.about-us-table {
  font-size: 14px;
  margin-top: 15px;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.about-us-table tr {
  text-align: -webkit-left;
  vertical-align: top;
}

.about-us-table .table-row-label {
  text-align: left;
  min-width: 150px;
  vertical-align: top;
  position: relative;
}

.about-us-table .table-row-label .table-row-label-text {
  display: inline-block;
  margin: 0;
  font-size: 14px;
}

.about-us-table .table-row-label .table-row-label-separator {
  position: absolute;
  right: 0;
}

.speciality-label {
  font-size: 1.2rem;
  margin: 10px 0;
}

.about-us-text {
  text-align: justify;
  max-width: 95%;
  margin: 0 auto;
}

.item-wrapper {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 32px;
  border-radius: 12px;
  position: relative;
  background: #fff;
  color: #191515;
}

/************ CLOSE BUTTON **************/
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/*********** SOCIAL SHARE BUTTON *************/
.social-share-btn {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0 60px;
  margin: 0;
}

.social-share-btn .social-button {
  padding: 4px;
  list-style: none;
}

.social-share-btn .social-button i {
  background-image: none;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  overflow: hidden;
  line-height: 1.1em;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  height: 40px;
  width: 40px;
  text-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-share-btn.inprofile {
  padding: 0;
  justify-content: flex-end;
  margin: -4px;
}

.social-share-btn.inprofile .social-button {
  padding: 3px;
}

.social-share-btn.inprofile .social-button i {
  padding: 0;
  height: 27px;
  width: 27px;
  font-size: 12px;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2),
    0 0 40px rgba(255, 251, 251, 0.1) inset;
}

.btn-whatsapp {
  background-color: #29a71a;
}

.btn-sms {
  background-color: #1598d5;
}

.btn-facebook {
  background-color: #3b5998;
}

.btn-twitter {
  background-color: #2ba9e1;
}

.btn-skype {
  background-color: #00aff0;
}

.btn-pinterest {
  background-color: #cb2027;
}

.btn-linkedin {
  background-color: #007bb6;
}

.btn-instagram {
  background-color: #f18644;
}

.btn-youtube {
  background-color: #e63631;
}

.btn-mail {
  background-color: #939598;
}
/* Share Form in modal Completed*/

/* Animations classes start */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Animations Classes Completed */

/* Media query on Smaller Screens */
@media only screen and (max-width: 576px) {
  .modal-content {
    width: 100%;
  }

  .share-modal {
    align-items: flex-end;
  }

  .page-wrapper {
    margin: 0;
    max-width: 100%;
  }
  .page-details {
    border-radius: 0;
    min-height: 100vh;
  }
}

.list-style {
  list-style-type: decimal;
  padding-left: 20px;
}

.orderedList {
  list-style: decimal;
  padding-left: 16px;
}

.unorderedList {
  list-style: disc;
  padding-left: 16px;
}

.add-to-contact-wrapper {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.vcard-branding {
  margin-bottom: 20px;
}

.add-to-contact {
  position: fixed;
  width: 100%;
  bottom: 10px;
  max-width: 400px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.add-to-contact-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.card {
  border-radius: 10px !important;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.gallery-box {
  overflow: hidden;
  position: relative;
}

.gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
}

.gallery-box .gallery-img > img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
}

.gallery-box .gallery-detail {
  opacity: 0;
  color: #ffffff;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transform: translate(0%, 0%);
}

.gallery-box:hover .gallery-detail {
  top: 50%;
  opacity: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box:hover .gallery-img:after {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.slick-dotted.slick-slider {
  margin-bottom: 5px;
}

.profile-section .slick-list,
.blog-content .slick-list {
  padding-left: 0;
}

.slick-slide {
  padding-right: 16px;
}

.slick-dots {
  bottom: -5px;
  position: relative;
}

.slick-dots li {
  height: 8px !important;
  margin: 0 3px !important;
  width: 8px !important;
}

.slick-dots li button,
.slick-dots li button:before {
  font-size: 0;
  height: 8px !important;
  width: 8px !important;
}

.slick-dots li button:before {
  background-color: var(--theme-color-0_4);
  border-radius: 10px;
}

.slick-dots li.slick-active,
.slick-dots li.slick-active button {
  width: 30px !important;
}

.slick-dots li.slick-active button:before {
  background-color: var(--theme-color-1);
  color: transparent !important;
  opacity: 1;
  width: 30px !important;
}
/************************ 10.Testimonial css ***************************/

#testimonial-slider .carousel-control-next,
#testimonial-slider .carousel-control-prev {
  position: relative;
  display: inline-flex;
  opacity: 1;
  width: 40px;
  height: 40px;
  background-color: rgba(245, 247, 250, 1);
  border: transparent;
  border-radius: 50%;
}

#testimonial-slider .carousel-control-next-icon,
#testimonial-slider .carousel-control-prev-icon {
  width: 24px;
  height: 24px;
}

#testimonial-slider .carousel-control-prev {
  left: 35%;
}

#testimonial-slider .carousel-control-next {
  right: -40%;
}

#testimonial-slider .carousel-control-prev-icon {
  background-image: url(../../global/svg/left-slider-icon.svg) !important;
}

#testimonial-slider .carousel-control-next-icon {
  background-image: url(../../global/svg/right-slider-icon.svg) !important;
}

.blockquote::before {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f10e";
  font-size: 3rem;
  color: var(--theme-color-1);
}

.map-img iframe {
  width: 100%;
  height: 250px;
  border-radius: 12px;
}
