@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --brand: #DF6C37;
  --secondary: #13314c;
  --blue: #2F758D;
  --heading-color: #000000;
  --dark: #080808;
  --title-color: #030303;
  --mini-text-color:#121212;
  --white: #ffffff;
  --body-text-color: #6A6A6A;
  --border-radius: .35rem;
  --br: 10px;
  --border-color: #707070;
  --body-font: "Montserrat", sans-serif;
}

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

html {
  font-size: 100%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  text-rendering: optimizeLegibility;
  font-family: var(--body-font);
  font-display: swap;
  line-height: 1.65;
  color: var(--body-text-color);
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

.owl-carousel .owl-item img {
  width: auto;
}

.whatsapp__btn {
  width: 4rem;
  height: 4rem;
  background-color: #4fce5d;
  bottom: 2rem;
  left: 2rem;
  z-index: 9999;
  -webkit-box-shadow: 0 0 0 #0568A8;
  box-shadow: 0 0 0 #0568A8;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}
.whatsapp__btn.tel {
  left: auto;
  right: 2rem;
}
.whatsapp__btn svg {
  width: 2rem;
  height: 2rem;
}
.whatsapp__btn svg path {
  fill: var(--white);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #0568A8;
  }
  70% {
    -webkit-box-shadow: 0 0 0 1.25rem rgba(5, 103, 168, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(5, 103, 168, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #0568A8;
    box-shadow: 0 0 0 0 #0568A8;
  }
  70% {
    -moz-box-shadow: 0 0 0 1.25rem rgba(5, 103, 168, 0);
    box-shadow: 0 0 0 1.25rem rgba(5, 103, 168, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(5, 103, 168, 0);
    box-shadow: 0 0 0 0 rgba(5, 103, 168, 0);
  }
}
.lead-lg {
  font-size: 1.375rem;
}

.lead-sm {
  font-size: 1.125rem;
}

.lead-md {
  font-size: 0.955rem;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-15 {
  font-size: 0.937rem;
}

.btn {
  font-size: 0.937rem;
}

.top__title {
  color: var(--brand);
  margin-bottom: 0.45rem;
  text-transform: capitalize;
  font-size: 1.125rem;
  font-weight: 400;
}

.z--1 {
  z-index: -1;
}

.bg-light {
  background-color: #F5F5F5 !important;
}

.bg-light-blue {
  background-color: var(--bg-light-blue) !important;
}

.bg-primary {
  background-color: var(--brand) !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.bg-gradient {
  background-color: rgba(215, 233, 243, 0.24) !important;
}

.z-index {
  z-index: 99;
  position: relative;
}

.round {
  border-radius: var(--br);
}

.ptb {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.col--5 {
  flex: 0 0 20%;
  max-width: 20%;
}

.transition {
  transition: all 0.3s ease-in-out;
}

.bg-transparent {
  background-color: transparent !important;
}

.text-primary {
  color: var(--brand) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-dark {
  color: var(--dark) !important;
}

.text-info {
  color: var(--title-color) !important;
}

.mini-text {
  color: var(--mini-text-color);
}

.text-black {
  color: var(--heading-color) !important;
}

.text-e5 {
  color: #E5D2AA !important;
}

.text-6a {
  color: #6A6A6A !important;
}

.text-2f {
  color: #2F2F2F !important;
}

.text-25 {
  color: #252525 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600;
}

.text-justify {
  text-align: justify;
}

.ff-mons {
  font-family: var(--body-font);
}

.spacing-x {
  letter-spacing: 2px;
}

.spacing-x-1 {
  letter-spacing: 1px;
}

.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.link {
  color: var(--brand);
  cursor: pointer;
  word-wrap: break-word;
  text-decoration: none;
}
.link:hover {
  color: var(--dark);
}

.link__white {
  color: var(--white);
}
.link__white:hover {
  text-decoration: underline;
  color: var(--white);
}

a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: var(--dark);
}
a:hover {
  color: var(--brand);
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  list-style-type: none;
}

.btn:focus, .form-control:focus, .form-select:focus, .form-check-input:focus {
  box-shadow: none;
}

.btn {
  font-weight: 500;
  font-size: 1rem;
  border-radius: var(--border-radius);
  padding: 0.875rem 1.875rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  transition: all 0.4s ease-in-out;
}

.btn-primary {
  position: relative;
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}
.btn-primary.blue {
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}
.btn-primary.blue:hover, .btn-primary.blue:focus, .btn-primary.blue:active {
  background-color: var(--secondary);
  border-color: var(--dark);
  color: var(--white);
}

.btn-outline-primary {
  border-color: var(--brand);
  color: var(--brand);
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white) !important;
}

.btn-outline-white {
  border-color: var(--white);
  color: var(--white);
  background-color: transparent;
  letter-spacing: 2px;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--brand);
}

.btn-white {
  border-color: var(--white);
  color: var(--secondary);
  background-color: var(--white);
  letter-spacing: 2px;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}

.btn-dark {
  border-color: var(--dark);
  color: var(--white);
  background-color: var(--dark);
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
  background-color: var(--white);
  border-color: var(--dark);
  color: var(--dark) !important;
}

.tooltip {
  opacity: 1;
}
.tooltip .tooltip-inner {
  padding: 0 0.5rem;
  min-height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark);
  opacity: 1;
  line-height: 1.2;
}

.tooltip.show {
  opacity: 1 !important;
}

@media (max-width: 1399.99px) {
  html {
    font-size: 93.75%;
  }
}
@media (max-width: 991.99px) {
  html {
    font-size: 87.5%;
  }
}
@media (max-width: 575.99px) {
  :root {
    --br-lg: 1rem;
  }
  .btn {
    font-size: 0.937rem;
    padding: 0.625rem 1.5rem;
  }
  .container {
    max-width: calc(100% - 20px);
  }
}
@media (min-width: 2000px) {
  .container-fluid {
    max-width: 1920px;
  }
}
/*====================== Navigation Styles ===================*/
.navbar {
  padding: 0.875rem 0;
  z-index: 999;
}
.navbar .navbar-brand img {
  height: 6rem;
}
.navbar .nav-item {
  flex: 1 auto;
}
.navbar .nav-item .nav-link {
  font-size: 1.125rem;
  color: var(--brand);
  font-weight: 400;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.navbar .nav-item .nav-link img {
  position: relative;
  top: -3px;
  margin-left: 3px;
}
.navbar .nav-item .nav-link:hover {
  color: var(--blue);
}
.navbar .nav-item.active {
  position: relative;
}
.navbar .nav-item.active .nav-link {
  color: var(--brand);
}
.navbar .nav-item.active::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background-color: var(--brand);
  position: absolute;
  bottom: -0.5rem;
  left: 0%;
}
.navbar .dropdown-toggle::after {
  vertical-align: 0.1em;
  border-top: 0.4em solid;
}
.navbar .dropdown {
  -webkit-appearance: none;
}
.navbar .dropdown .dropdown-menu {
  position: absolute;
  top: 96%;
  left: 19%;
  width: 100%;
  min-width: 17rem;
  transition: all 0.3s ease;
  transform: scaleY(0);
  opacity: 0;
  padding: 0%;
  visibility: hidden;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}
.navbar .dropdown .dropdown-menu .dropdown-item {
  color: var(--link-color);
  display: block;
  padding: 0.35rem 0.75rem;
  position: relative;
  word-break: break-all;
  white-space: pre-line;
}
.navbar .dropdown .dropdown-menu .dropdown-item:hover, .navbar .dropdown .dropdown-menu .dropdown-item:focus, .navbar .dropdown .dropdown-menu .dropdown-item:active {
  color: var(--white);
  background-color: var(--brand);
}
.navbar .dropdown .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.navbar .dropdown .dropdown-menu.show {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.navbar .dropdown:hover > .nav-link {
  color: var(--brand);
}

.smart-scroll {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  background-color: var(--secondary);
  padding: 0.625rem 0;
}
.scrolled-up .navbar-brand img {
  height: 3.5rem;
  width: auto;
}
.scrolled-up .btn-dark {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--dark);
}
.scrolled-up .btn-dark:hover, .scrolled-up .btn-dark:focus, .scrolled-up .btn-dark:active {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white) !important;
}

.sideNav {
  z-index: 1050;
  background-color: rgba(0, 0, 0, 0.5725490196);
  transition: all 0.3s ease-in-out;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}
.sideNav .content {
  max-width: 440px;
  margin-left: auto;
  min-height: 100vh;
}
.sideNav .content .btn-close {
  width: 2rem;
  height: 2rem;
  min-height: auto;
  opacity: 1;
}
.sideNav .content ul.links__list {
  max-height: calc(100vh - 3rem);
  overflow-y: auto;
}
.sideNav .content ul.links__list li {
  border-bottom: 1px solid #eee;
}
.sideNav .content ul.links__list li a {
  font-size: 1.125rem;
  display: flex;
  padding: 0.875rem 1rem;
  color: var(--link-color);
  text-transform: capitalize;
  justify-content: space-between;
  align-self: center;
}
.sideNav .content ul.links__list li a.btn__link {
  width: calc(100% - 3rem);
}
.sideNav .content ul.links__list li a.collapse__btn {
  border-left: 1px solid #eee;
}
.sideNav .content ul.links__list li a.collapse__btn::after {
  content: "+";
  font-family: inherit;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--link-color);
}
.sideNav .content ul.links__list li a.collapse__btn:not(.collapsed) {
  color: var(--brand);
}
.sideNav .content ul.links__list li a.collapse__btn:not(.collapsed)::after {
  content: "−";
  color: var(--brand);
}
.sideNav .content ul.links__list li a:hover, .sideNav .content ul.links__list li a:focus, .sideNav .content ul.links__list li a:active {
  color: var(--brand);
}
.sideNav .content ul.links__list li .collapse li:first-child {
  border-top: 1px solid #eee;
}
.sideNav .content ul.links__list li .collapse a {
  word-break: break-all;
  white-space: pre-line;
}
.sideNav.js--open {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

@media (min-width: 992px) {
  .navbar .dropdown .dropdown-menu {
    display: block;
  }
  .navbar .dropdown:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1300px) {
  .navbar .nav-item .nav-link {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .navbar .nav-item .nav-link .caret {
    width: 8px;
    height: 5px;
  }
}
@media (max-width: 992px) {
  .navbar .container-fluid.right {
    max-width: calc(100% - 80px);
    margin-right: auto;
    padding-right: 0.65rem;
  }
}
@media (max-width: 576px) {
  .navbar .container-fluid.right {
    max-width: calc(100% - 14px);
  }
  .navbar .navbar-brand img {
    max-height: 3.5rem;
  }
  .navbar.fixed-top {
    padding: 0;
  }
  .navbar.fixed-top .navbar-brand img {
    max-height: 3rem;
  }
  .sideNav .content {
    max-width: 100%;
  }
}
@media (min-width: 2000px) {
  .navbar.fixed-top .container, .navbar.fixed-top .container-fluid {
    max-width: 1920px;
  }
}
footer a {
  color: var(--white);
}
footer a:hover {
  text-decoration: underline;
  color: var(--secondary);
}

.backTop {
  bottom: 7rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  z-index: 99;
  display: none;
}
.backTop:hover {
  background-color: var(--dark);
}
.backTop.show {
  display: block;
}

.social__links li {
  margin-bottom: 0;
}
.social__links li a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 3px;
  background-color: var(--white);
}
.social__links li a svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--dark);
}
.social__links li a:hover, .social__links li a:focus {
  background-color: var(--dark);
  color: var(--white);
}
.social__links li a:hover svg, .social__links li a:focus svg {
  fill: white;
}

@media (max-width: 575.99px) {
  footer .logo img {
    max-height: 8rem;
    width: auto;
  }
}
.owl-dots {
  text-align: center;
  position: absolute;
  bottom: 11px;
  left: 50%;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50% !important;
  margin: 0 4px;
  background-color: #707070 !important;
}
.owl-dots .owl-dot.active {
  background-color: var(--brand) !important;
  width: 20px;
  height: 10px;
  border-radius: 8px !important;
}

.listing__page .thumbnail {
  height: 100vh;
}
.listing__page .title a {
  color: #E5D2AA;
}
.listing__page .title a:hover {
  color: var(--white);
}

@media (max-width: 991px) {
  .listing__page .thumbnail {
    height: 50vh;
  }
}
.header__wraper {
  min-height: 100vh;
  padding: 10rem 0 4rem 0;
}
.header__wraper .thumbnail {
  object-position: center top;
}
.header__wraper .title__outline {
  border-color: #E5D2AA !important;
  border-left: 0 !important;
}
.header__wraper .title__outline::before, .header__wraper .title__outline::after {
  content: "";
  width: 1px;
  height: 15%;
  background-color: #E5D2AA;
  position: absolute;
  top: 0%;
  left: 0%;
}
.header__wraper .title__outline::after {
  top: auto;
  bottom: 0%;
}

@media (min-width: 2000px) {
  .header__wraper {
    min-height: 1080px;
  }
}
@media (max-width: 991px) {
  .header__wraper {
    min-height: 700px;
  }
}
@media (max-width: 575px) {
  .header__wraper {
    min-height: 500px;
  }
}
.our__pricing {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #D0D0D0;
  border-radius: 37px;
}
.our__pricing .enquire__box {
  background-color: rgba(223, 108, 55, 0.2);
  border-radius: 37px;
}

@media (min-width: 992px) {
  .end__border {
    border-right: 2px dashed #D0D0D0;
  }
}
@media (max-width: 992px) {
  .end__border {
    border-bottom: 1px dashed #D0D0D0;
  }
}
.check__list li {
  position: relative;
  padding-left: 1.5rem;
}

.check__list li::before {
  content: "";
  width: 18px;
  height: 13px;
  display: block;
  background: var(--check-icon) no-repeat center center/cover;
  position: absolute;
  top: 6px;
  left: 0px;
}

.services__card {
  background-color: #fff;
}
.services__card svg {
  width: auto;
  height: 4.5rem;
}
.services__card .expert {
  color: var(--brand);
}

@media (max-width: 575px) {
  .kochi__video iframe {
    height: 500px;
  }
}
.InstagramFeed .owl-stage {
  display: flex;
}
.InstagramFeed .owl-stage .owl-item {
  display: flex;
}
.InstagramFeed .owl-stage .owl-item > * {
  display: flex;
  width: 100%;
}
.InstagramFeed .owl-stage .owl-item > * img {
  object-fit: cover;
  object-position: center center;
}

.nav-tabs .nav-link {
  color: #707070;
}
.nav-tabs .nav-link.active {
  color: var(--brand);
  font-weight: 700 !important;
}/*# sourceMappingURL=style.css.map */