/* Hearts Malabar - V 1.0 */

@import url('../fonts/Nunito.css');

html,
body {
  overflow-x: hidden;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  color: var(--d-text);
}

:root {
  --white: #FFFFFF;
  --red: #D9252E;
  --lt-rose: #FAE9E9;
  --lt-blue: #E7F2F6;
  --d-blue: #216DAE;
  --d-text: #263238;
  --ft-blue: #245DA1;
}

.lt-rose {
  background: var(--lt-rose);
}

.ft-white {
  color: var(--white) !important;
}

.ft-red {
  color: var(--red);
}

.lt-blue {
  background: var(--lt-blue);
}

.rose-bg {
  background: #ffeeef;
}

.blue-bg {
  background: var(--lt-blue);
}

.white-bg {
  background: #ffffff;
}

.ft-400 {
  font-weight: 400;
}

.ft-500 {
  font-weight: 500;
}

.ft-600 {
  font-weight: 600;
}

.ft-700 {
  font-weight: 700;
}

.ft-800 {
  font-weight: 800;
}

.career-box .book-app {
  border-radius: 50px;
  font-size: 15px;
  padding: 1rem 4rem !important;
  display: block;
  width: fit-content;
  float: right;
}

/* html, body{
  
} */

h1,
h2,
h3,
h4 {
  font-weight: 800;
  color: var(--d-text);
}

a {
  text-decoration: none;
}

p {
  color: var(--d-text);
  font-weight: 600;
}

.p-t-b-50 {
  padding: 50px 0;
}

.p-t-50 {
  padding-top: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

/* .pl-0{
  padding-left: 0 !important;
} */

.m-t-15 {
  margin-top: 15px;
}

.m-t-b-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Header */
.brand-logo {
  background: var(--white);
  padding: 10px;
  border-radius: 43px;
  position: absolute;
  top: 21px;
  z-index: 9;
}

.brand-logo img {
  height: 30px;
}

.ml-auto {
  margin-left: auto;
}

.navbar-right {
  margin-left: auto;
}

.custom-header .navbar-nav .nav-link {
  color: #2D1049;
  padding-right: 1rem;
  padding-left: 1rem;
  font-weight: 600;
}

.custom-header .navbar-nav .nav-link svg {
  margin-right: 10px;
}

.custom-header .navbar-nav .nav-link.ft-blue {
  color: var(--ft-blue);
}

.custom-header .navbar-nav .nav-link.active {
  color: var(--red);
}

.book-app {
  background: var(--red);
  font-size: 12px;
  color: var(--white) !important;
  border-radius: 6px;
  padding: 0.5rem 1rem !important;
  font-weight: 600;
  transition: all 0.3s ease;
}

.book-app:hover {
  background: var(--d-blue);
  transition: all 0.3s ease;
}

.custom-header .navbar-toggler {
  border: unset;
}

.custom-header .navbar-toggler:focus {
  border: unset;
  box-shadow: unset;
}

/* Sidebar */

.video-container {
  max-height: 500px;
  display: flex;
  align-items: center;
}

.video-container {
  width: 100%;
}

.sidebar {
  width: 250px;
  padding: 15px;
  position: fixed;
  top: 0;
  right: -250px;
  z-index: 9;
  background: rgba(245, 245, 245, 0.9);
  height: 100%;
  overflow-y: auto;
  transition: all 0.5s ease
}

.sidebar.active {
  right: 0;
  transition: all 0.5s ease;
}

.sidebar .close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #acacac; */
  box-shadow: 0 0 3px #cfcfcf;
  font-size: 14px;
  background: var(--red);
}

.sidebar .close svg {
  color: var(--white);
}

.sidebar ul {
  list-style-type: none;
  margin-top: 45px;
  padding-left: 15px;
}

.sidebar ul li a {
  text-decoration: none;
  color: var(--d-text);
  font-weight: 600;
  padding: 15px 15px 15px 0;
  display: block;
  border-bottom: 1px solid #e9b0b2;
}

.sidebar ul li a.active {
  color: var(--red);
}

.cus-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.cus-scroll::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}

.cus-scroll::-webkit-scrollbar-thumb {
  background-color: #e9b0b2;
}


/* Body */

.banner-container {
  padding: 50px 0;
  background: #216dae;
  margin-top: -7px;
}

.banner-container h1 {
  font-weight: 600;
}

.banner-container h1,
.banner-container p {
  color: var(--white);
  text-align: center;
}

.banner-container h1 {
  margin-bottom: 1.5rem;
}

.banner-container p {
  margin: 0 22vw
}

.services-container {
  padding: 30px;
  border-radius: 18px;
  margin-bottom: 25px;
  min-height: 250px;
  background-size: cover !important;
  transition: all 0.3s ease;
  position: relative;
}

.services-container:hover {
  box-shadow: 0 5px 10px rgba(0 0 0 / 10%);
  transition: all 0.3s ease;
}

.services-container .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  margin-bottom: 25px;
  top: 0;
  left: 0;
  background: rgba(233, 238, 250, 0.8);
  padding: 30px;
}

.services-container h3 {
  font-size: calc(1.8rem + .6vw);
}

.services-container h3 {
  margin-bottom: 1.5rem;
}

.services-container p {
  margin-bottom: 1rem;
}

.services-container a {
  display: block;
  width: fit-content;
}

.book-btn {
  padding: 5px 30px;
  background: var(--red);
  color: var(--white);
  text-decoration: none;
  border-radius: 70px;
  display: block;
  transition: all 0.5s ease;
  border: 2px solid var(--red);
  width: fit-content;
}

.book-btn:hover {
  background: unset;
  color: black;
  border: 2px solid var(--red);
  transition: all 0.5s ease;
}



.directors-message .image-section {
  padding: 0 5vw;
}

.directors-message .image-section img {
  border-radius: 18px;
}

.custom-tab ul li button {
  font-size: 22px;
  padding: 30px 25px;
  border: 1px solid #EAEAEA !important;
  margin: 15px 15px;
  color: #263238;
  border-radius: 9px !important;
  width: 242px;
  transition: all 0.3s ease;
}

.custom-tab ul li button:hover {
  color: #263238;
  border-color: var(--red) !important;
  transition: all 0.3s ease;
}


.custom-tab ul li button:hover svg path {
  fill: var(--red);
}

.custom-tab ul li:first-child button:hover svg path {
  stroke: var(--red) !important;
  fill: transparent !important;
}

.custom-tab ul li button.active {
  background-color: var(--red) !important;
}

.custom-tab ul li button svg {
  margin-right: 10px;
  height: 35px;
}

.custom-tab ul li button.active svg path {
  fill: var(--white) !important;
}

.custom-tab ul li:first-child button.active svg path {
  stroke: var(--white) !important;
  fill: transparent !important;
}

.custom-tab .tab-content .tab-pane {
  margin-top: 30px;
  margin-bottom: 30px;
}

.custom-tab .tab-content .tab-pane h3 {
  text-align: center;
  color: var(--red);
}

.custom-tab .tab-content .tab-pane p {
  text-align: center;
  margin: 0 15vw;
}

.our-services a {
  text-decoration: none;
  transition: all 0.5s ease;
}

.service-box {
  padding: 20px;
  border-radius: 18px;
  display: flex;
  align-items: center;
}

.service-box:hover {
  box-shadow: 0 5px 10px rgba(0 0 0 / 10%);
  /* cursor: pointer; */
}

.service-box img {
  height: 100px;
  margin-right: 15px;
  border-radius: 50%;
}

.service-box .title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0;
}

.testimonial-outer {
  background: var(--d-blue);
  padding: 15px;
  border-radius: 18px;
  height: 300px;
}

.testimonial-outer h3 {
  text-align: center;
  color: var(--white);
}

.testimonial-outer p {
  color: var(--white);
  text-align: center;
}

.testimonial-inner {
  margin-top: -180px;
}

.testimonial-inner .item-box {
  padding: 30px;
  background: var(--white);
  box-shadow: 0 2px 10px rgba(0 0 0 / 10%);
  border-radius: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.starter-quote {
  color: var(--red);
  margin-bottom: 10px;
}

.testimonial-inner .item-box .info {
  display: flex;
  align-items: center;
}

.testimonial-inner .item-box .info .photo {
  width: 56px;
  margin-right: 15px;
}

.testimonial-inner .item-box .info .details .name {
  color: var(--red);
  font-weight: 700;
}

.testimonial-inner .item-box .info .details .category {
  font-size: 14px;
  color: #607d8b;
  font-weight: 400;
}

.testimonial-inner .owl-nav {
  position: absolute;
  right: 30px;
  bottom: 50px;
}

.testimonial-inner .owl-dots {
  display: none;
}

.testimonial-inner .owl-nav button {
  background: #216dae !important;
  border-radius: 3px;
}

.testimonial-inner .owl-nav button.owl-prev {
  margin-right: 2px;
}

.testimonial-inner .owl-nav button.disabled {
  cursor: not-allowed;
  background: #acacac !important;
}

.testimonial-inner .owl-nav button span {
  padding: 0 10px !important;
  line-height: unset;
  color: #ffffff;
}

.owl-carousel-2 {
  overflow: hidden;
  padding: 5px;
}

.owl-carousel-2 .owl-item {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.owl-carousel-2 .owl-nav {
  display: none;
}

.owl-carousel-2 .owl-dots {
  text-align: center;
}

.owl-carousel-2 .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
  margin: 3px;
  border: none;
  background: #C4C4C4;
  transition: all 0.3s ease;
  margin-top: 30px;
}

.owl-carousel-2 .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  background: var(--red);
  transition: all 0.3s ease;
}

.team-member {
  background: rgba(255, 255, 255, 0.37);
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  border-radius: 18px;

}

.team-member .service-box {
  border-radius: 0;
}

.team-member .service-box img {
  height: 120px;
}

.team-member .service-box:hover {
  box-shadow: unset;
}

.team-member .service-box .title {
  color: var(--red);
  font-size: 22px;
  font-weight: 700;

}

.team-member .service-box .designation {
  font-size: 20px;
  color: #263238;
  font-weight: 300;
}

.team-member .team-details {
  padding: 20px;
  padding-top: 0;
}

.team-member .team-details ul {
  padding-left: 0;
}

.team-member .team-details ul li {
  list-style-type: none;
}

.team-member .team-details ul li p span {
  font-weight: 700;
}

.team-member .team-details .book-app {
  border-radius: 15px;
}

.ot .item .team-member {
  background: #ffffff;
  margin-bottom: 10px;
}




.our-location iframe {
  border-radius: 18px;
}

.gm-style-iw {
  width: 400px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
}

.gm-ui-hover-effect {
  right: 0 !important;
  top: 0 !important;
}

.marker-section {
  display: flex;
}

.marker-left {
  width: 35%;
  margin-right: 5%;

}

.marker-left img {
  width: 100%;
}

.marker-right {
  width: 60%;
  font-size: 14px;
}

.marker-right h5 {
  font-weight: 700;
}

.marker-right h6 {
  color: #2D1049;
}

.marker-right h6 svg {
  margin-right: 5px;
}

/* Footer */

.footer {
  background: #3C3D41;
  padding: 25px 0;
  color: #99999B;
  font-size: 14px;
}

.footer p {
  color: #99999B;
  font-size: 14px;
}

.footer .f-logo {
  width: 150px;
}

.footer ul {
  padding-left: 10px;
}

.footer ul li {
  list-style: none;
}

.footer ul li a {

  font-weight: 600;
  text-decoration: none;
  color: #99999B;
}

.footer ul li svg {
  width: 15px !important;
  margin-right: 10px;
}

.footer ul.wt li a {
  text-decoration: none;
  color: var(--white);
}

.footer .form-control {
  background: #2E2E30;
  border: unset;
  color: var(--white);
}

.footer .form-control:focus {
  box-shadow: unset;

}

.footer .input-group-text {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.f-b-r-b {
  border-right: 1px solid #494a4e;
}

.ourstory-bg {
  background: url('../img/banner/story-banner.png');
}

.team-bg {
  background: url('../img/banner/team-banner.png');
}

.blog-bg {
  background: url('../img/banner/blog-banner.png');
}

.banner-section {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
}

.banner-section h1 {
  color: #ffffff;
}

.career-box {
  background: #ffffff;
  padding: 15px;
  border-radius: 18px;
  margin-bottom: 15px;
}

.career-box:last-child {
  margin-bottom: 0;
}

.career-box .title {
  font-size: 22px;
  color: var(--red);
  font-weight: 700;
}

.blog-preview .blog-content {
  margin-top: 15px;
}

.blog-content .blog-date {
  color: #303030;
  display: flex;
  align-items: center;
}

.blog-content .blog-date svg {
  font-size: 6px;
  color: #c4c4c4;
  margin: 0 10px;
}

.blog-content .blog-date .blog-time {
  color: #757575;
}


.blog-preview .blog-content p {
  color: #303030;
}

.blog-thumb .item {
  margin-bottom: 20px;
}

.blog-thumb .item:last-child {
  margin-bottom: 0;
}

.blog-thumb .blog-content .blog-date {
  font-size: 12px;
}


.blog-thumb .blog-content .title {
  font-size: 18px;
}

.blog-thumb .blog-content p {
  font-size: 14px;
  color: #303030;
}

.blog-thumb .blog-content p.description {
  color: #757575;
}

.contact-form {
  margin-bottom: -3rem;
}

.contact-form .title {
  background: #216DAE;
  border-radius: 10px 10px 0px 0px;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 800;
}

.contact-form .form {
  padding: 20px;
  background: #ffffff;
  border-radius: 0px 0px 10px 10px;
}

.contact-form .form .form-control {
  background: #F7F6F9;
  border: unset;
  margin-bottom: 15px;
  font-size: 14px;
}


.contact-form .form .form-control:focus {
  box-shadow: unset;
}

.contact-form .form .form-control::placeholder {
  color: #696E7A;
}

.contact-form .form textarea {
  resize: none;
}

.contact-form .form .book-app {
  background: var(--d-blue);
  font-size: 14px;
  font-weight: 700;
  padding: .5rem 1.5rem !important;
  display: block;
  width: fit-content;
  border: unset;
}

.contact-form .form .book-app:hover {
  background: var(--red);
}





/* Media Queries */

@media screen and (max-width:992px) {

  .banner-container p {
    margin: 0 5vw;
  }

  /* .navbar-nav{
    margin-top: 25px;
  } */

  .brand-logo {
    position: relative;
    top: unset;
    padding: 0;
  }

  .brand-logo img {
    height: 40px;
  }

  .copyright-web {
    display: none;
  }

}

@media screen and (min-width:992px) {
  .copyright-mob {
    display: none;
  }

  .mob-only {
    display: none;
  }
}

@media (max-width:992px) {
  .sidebar-toggle-btn {
    display: none;
  }

  .web-only {
    display: none;
  }
}

@media (max-width:767px) {
  .f-b-r-b {
    border-right: unset;
    border-bottom: 1px solid #494a4e;
  }

  .career-box .book-app {
    float: left;
  }
}

@media (max-width:414px) {
  .marker-left {
    display: none;
  }

  .marker-right {
    width: 100%;
  }

  .marker-right .book-btn {
    padding: 5px 20px;
  }
}

@media (min-width:414px) and (max-width:767px) {
  .banner-container p {
    margin: 0 5vw;
  }

}

@media (min-width:767px) and (max-width:992px) {

  .banner-container p {
    margin: 0 10vw;
  }

  .services-container {
    min-height: 315px;
  }

}


@media (min-width:992px) and (max-width:1200px) {
  .banner-container p {
    margin: 0 15vw;
  }

  .services-container {
    min-height: 267px;
  }

}