/***
====================================================================
	Reset
====================================================================
***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}

:root {
  --color-primary: #ee813b;
  --color-secondary: #312d68;
  --color-default: #454545;
}

/*** 
====================================================================
	Global Settings
====================================================================
 ***/
body {
  font-size: 16px;
  color: #393d3f;
  line-height: 1.6em;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Noto Sans", serif;
}

a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--color-primary);
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 600;
  margin: 0px;
  background: none;
  line-height: 1.2em;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol,
li {
  margin: 0;
  padding: 0;
}

.mobile-view {
  display: none;
}

.main-menu .navigation > li .cstmwidth {
  width: 125px;
}

.main-menu .navigation > li .cstmwidth1 {
  width: 155px;
}

.main-menu .navigation > li .active {
  color: var(--color-primary);
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  position: relative;
}

.page-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
}

.top-wrap {
  position: relative;
  height: 100vh;
}

/**header-main**/
.header-main {
  position: absolute;
  width: 100%;
  z-index: 5;
}

.header-one {
  position: relative;
}

.header-one .container {
  position: relative;
  max-width: 1200px;
}

.header-one .lower-box {
  position: relative;
  height: 100%;
}

.lower-box .logo {
  top: 40px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  width: 323px;
}

.lower-box .nav-outer {
  position: relative;
  display: inline-block;
  text-align: right;
  margin-left: 0;
  width: 100%;
  padding: 0;
  margin-top: 0;
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 25px 0;
}

.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}

.main-menu {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 52px 0 0;
  top: 0;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  position: relative;
  display: block;
  padding: 4px;
}

.main-menu .navigation > li {
  position: relative;
  display: inline-table;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  border-right: 0px;
  padding: 4px 10px;
  opacity: 1;
  color: var(--color-default);
}

.logins_section {
  position: absolute;
  right: 34px;
  z-index: 99;
  display: inline-block;
  top: 0px;
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary));
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.logins_section span {
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  border-radius: 20px;
  /* background: var(--color-primary); */
}

.social-links-1 {
  position: relative;
  z-index: 9;
  right: -175px;
  text-align: center;
  top: -77px;
}

.social-icon-one-1 {
  padding: 0px;
  margin: 0px;
}

.social-icon-one-1 li {
  position: relative;
  border-right: 1px dashed;
  display: inline-block;
  padding: 0px 0px 0px 10px;
}

.social-icon-one-1 li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #000000;
  text-align: center;
  padding: 2px 12px;
}

.social-icon-one-1 li span {
  font-size: 17px;
}

.social-icon-one-1 li:nth-child(5) a {
  color: #fff;
  background-color: #8e56a1;
  padding: 8px;
  bottom: 2px;
  border-radius: 4%;
  cursor: pointer;
}

.social-icon-one-1 li:nth-child(5) a:hover {
  color: #fff;
}

.social-icon-one-1 li:nth-child(5) .fa-calendar {
  font-family: "fontawesome";
}

.social-icon-one-1 li:nth-child(5) span {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-left: 7px;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid #04102a;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  z-index: 5;
}

/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 25px 0;
}

.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #2d2d2d;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.mobile-menu .nav-logo a {
  position: relative;
  display: inline-block;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--color-secondary);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li ul li > a {
  font-size: 15px;
  font-weight: 400;
  margin-left: 20px;
  text-transform: capitalize;
  position: relative;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  background: var(--color-primary);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.main-menu .navigation > li > a:hover {
  color: var(--color-primary);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
  color: #dddddd;
}

.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  border-top: 3px solid var(--color-primary);
  left: 0;
  width: 228px;
  opacity: 0;
  z-index: 100;
  /* background-color: #ffffff; */
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
  box-shadow: 0px 0px 5px #a5a5a5;
  border-radius: 0 0 10px 10px;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  top: 0%;
  visibility: hidden;
  border-top: 3px solid var(--color-primary);
  left: 100%;
  width: 228px;
  opacity: 0;
  z-index: 100;
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
  box-shadow: 0px 0px 5px #a5a5a5;
}
.main-menu .navigation > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li,
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #faf8f859;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  background: var(--color-primary);
  color: #fff;
}
.main-menu .navigation > li > ul > li i {
  position: absolute;
  right: 20px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  color: #fff;
  height: fit-content;
}
.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child,
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

/*
* 4. banner style
*/
.banner-wrapper {
  position: relative;
}

.banner-one__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.slide-one {
  background-image: url(../gallery/banner.png);
}

.custom-container {
  max-width: 1190px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-align: right;
}

/***
====================================================================
	Scroll To Top style
====================================================================
***/
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary));
  display: none;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary));
}

/***
====================================================================
	Section-headings
====================================================================
***/
.sec-title h3 {
  position: relative;
  font-size: 21px;
  color: var(--color-default);
  text-align: center;
  display: inline-block;
  background: linear-gradient(to left, var(--color-primary), var(--color-secondary));
  color: #fff;
  padding: 2px 10px;
  margin-bottom: 10px;
  font-weight: 400;
}

.sec-title h2 {
  font-size: 44px;
  color: var(--color-primary);
}

.sec-title p {
  padding: 0 284px;
  color: var(--color-default);
  font-size: 15px;
  margin-top: 11px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 55px;
  line-height: 44px;
  padding-top: 5px;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 0px;
  font-family: "Marcellus", serif;
  color: var(--color-secondary);
}

.abt-sec .sec-title h1 {
  font-size: 74px;
  line-height: 68px;
  font-family: "Marcellus", serif;
  color: var(--color-secondary);
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 0px;
  position: relative;
  display: block;
  padding-top: 5px;
}

.sec-title h4 {
  position: relative;
  display: block;
  font-size: 49px;
  line-height: 34px;
  background-image: linear-gradient(to Right, var(--color-primary), var(--color-secondary));
  color: transparent;
  background-clip: text;
  padding-top: 5px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 400;
}

.top-border {
  width: 75%;
  height: 5px;
  left: 0;
  right: 0;
  margin: auto;
  position: relative;
  background: linear-gradient(to right, var(--color-primary), transparent, var(--color-primary));
  border-radius: 10px;
}

.abt-sec {
  position: relative;
  margin-bottom: 25px;
  padding-top: 45px;
}

.abt-matter p {
  font-size: 15px;
  line-height: 35px;
}

.abt-matter {
  margin-top: 10px;
}

.num-sec {
  position: relative;
  padding-top: 15px;
  margin-bottom: 100px;
}

.num-blk {
  position: relative;
}

.num-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  padding: 23px 13px 6px;
}

.num-head h2 {
  font-size: 22px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  background: linear-gradient(to left, #ff751959, #45454500);
  margin-bottom: 10px;
}

/* .num-sec .col-md-3:nth-child(odd) {
  margin-top: 55px;
} */
.num-head p {
  margin-bottom: 0px;
  font-size: 15px;
  color: var(--color-default);
}

.doc-sec {
  position: relative;
  margin-bottom: 50px;
  padding-top: 55px;
}

.doc-txt-blk {
  background: var(--color-secondary);
  padding: 45px 10px;
  color: #fff;
  border-top-right-radius: 45px;
  padding-left: 17px;
}

.doc-img {
  position: relative;
}

.doc-img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--color-secondary);
  left: -9px;
  top: -8px;
  z-index: -1;
}

.doc-txt-blk h2 {
  font-weight: 600;
  font-size: 45px;
  text-transform: uppercase;
  color: var(--color-primary);
  font-family: "Marcellus", serif;
}

.doc-txt-blk h3 {
  font-weight: 400;
  font-size: 20px;
}

.deg-txt li {
  font-size: 17px;
  display: inline-block;
  position: relative;
  padding-top: 7px;
  margin-left: 37px;
  padding-bottom: 10px;
}

.deg-txt ul {
  margin-top: 5px;
}

.deg-txt li::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to left, #fff0, #707070, #fff0);
}

.deg-txt li::before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  left: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--color-primary);
  transform: rotate(45deg);
}

.doc-txt-blk::before {
  content: "";
  position: absolute;
  height: 115%;
  width: 10px;
  border-left: 1px dashed var(--color-primary);
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.footer-social-icons {
  position: relative;
  padding: 10px 0px;
  margin-bottom: 11px;
}

.footer-social-links li {
  display: inline-block;
  margin: 0px 1px;
}

.footer-social-links li a {
  display: block;
  width: 35px;
  height: 35px;
  color: #ffeddf;
  line-height: 35px;
  background: #5c5d5eba;
  font-size: 18px;
  text-align: center;
}

.view-p {
  background-color: var(--color-primary);
  display: inline-block;
}

.view-p a {
  color: #fff;
  padding: 5px 20px;
}

.footer-social-icons span {
  line-height: 33px;
  display: block;
  margin-right: 10px;
}

.time-sec {
  position: relative;
  margin-bottom: 55px;
}

.time-sec .time-head h2 {
  font-size: 28px;
  font-weight: 400;
  font-family: "Marcellus", serif;
  padding: 0 168px;
  line-height: 40px;
}

.timings-row {
  position: relative;
  padding: 25px;
  background: linear-gradient(to left, #f8e6db54, #fff0, #f8e6db54);
  width: 578px;
  margin: auto;
}

.time-head {
  margin-bottom: 14px;
}

.time-blk {
  position: relative;
  padding: 7px;
}

.ti-left p,
.ti-right p {
  margin-bottom: 0px;
  margin-top: 5px;
}

.ti-left h2,
.ti-right h2 {
  font-weight: 500;
  display: inline-block;
  border-bottom: 1px dashed var(--color-default);
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 22px;
  color: var(--color-primary);
}

.ti-left img,
.ti-right img {
  width: 40px;
}

/* .serv-sec {
  position: relative; 
  margin-top: -80px;
  padding: 160px 0px 201px;
} */
.serv-sec {
  position: relative;
  padding: 60px 0px 70px;
  margin-bottom: 100px;
}

.serv-sec .sec-title {
  /* padding-top: 185px; */
}

.serv-sec .sec-title h2 {
  color: #fff;
}

.s-left-img {
  position: absolute;
  left: 0;
  top: 0;
}

.s-right-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.serv-sec::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../gallery/serv-bg-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
}

.serv-sec::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: var(--color-secondary);
  clip-path: polygon(0px 32.85%, 11.73% -9px, 100% 0px, 99.73% 67.65%, 88.63% 99.75%, 0px 100%);
}

.serv-sec .sec-title p {
  color: #fff;
}

.serv-row {
  padding-top: 35px;
}

.serv-row .col-md-3:nth-child(even) {
  margin-top: 85px;
}

.serv-img-blk h2 {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  border-bottom: 2px solid #afadad;
  padding: 0 13px;
  padding-bottom: 3px;
  background: linear-gradient(to top, #ff751975, #45454500);
  padding-top: 5px;
}

.serv-img-top {
  position: relative;
  z-index: 1;
}

.serv-img-btm {
  position: relative;
}

.box {
  position: absolute;
  overflow: hidden;
  margin-top: 15px;
  width: fit-content;
  margin-left: 20px;
  border-radius: 5px;
  top: 0px;
}

.box:before {
  content: "";
  background: linear-gradient(to bottom, var(--color-primary), #fff0);
  height: 0;
  border-radius: 0 0 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.serv-main-box:hover .box:before {
  height: 100%;
  border-radius: 0;
  top: 15px;
  left: 15px;
  right: 15px;
}

.serv-scroll .owl-dots {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.serv-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 21px;
  border: 3px solid #fff;
  opacity: 1;
  margin: 0px 2px;
  border-radius: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: var(--color-secondary);
}

.serv-scroll .owl-dot:hover,
.serv-scroll .owl-dot.active {
  opacity: 1;
  border: 3px solid var(--color-primary);
}

.box img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease 0s;
  left: -5px;
  position: relative;
}

.serv-main-box:hover .box img {
  filter: blur(3px);
}

.box-content {
  color: #fff;
  width: 100%;
  padding: 0 15px;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.4s ease 0.1s;
}

.serv-main-box:hover .box .box-content {
  opacity: 1;
  top: 55%;
}

.box .title {
  font-size: 18px;
  font-weight: 400;
  background-color: var(--color-default);
  margin: 0 0 1px;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 35px;
}

.box .post {
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  display: block;
  margin: 0 0 12px;
}

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

.box .icon li {
  margin: 0 4px;
  display: inline-block;
}

.box .icon li a {
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 32px;
  width: 33px;
  height: 33px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.35s ease 0s;
}

.box .icon li a:hover {
  color: #5f27cd;
  background: #fff;
  border-radius: 10px 0;
}

.box .icon li a i {
  line-height: inherit;
}

@media only screen and (max-width: 990px) {
  .box {
    width: 300px;
    right: 3px;
    margin: auto;
    top: initial;
    bottom: 99px;
  }

  .serv-main-box {
    width: 320px;
    margin: auto;
  }
}

.serv-main-box {
  position: relative;
}

.serv-main-box h2 {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  border-bottom: 2px solid #afadad;
  padding: 0 13px;
  padding-bottom: 3px;
  background: linear-gradient(to top, #ff751975, #45454500);
  padding-top: 5px;
}

.test-sec {
  position: relative;
  margin-bottom: 100px;
  min-height: 85vh;
}

.tips-sec {
  position: relative;
  margin-bottom: 115px;
}

.tips-head h2 {
  color: var(--color-secondary);
  font-weight: 400;
  font-size: 35px;
}

.tips-head h2 span {
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 61px;
  font-weight: 500;
  line-height: 67px;
  border-bottom: 1px dashed;
  display: inline-block;
  border-top: 1px dashed;
  padding: -1px 3px;
  margin-top: 11px;
}

.tips-img {
  padding-top: 25px;
}

.form-group i {
  position: absolute;
  left: 24px;
  top: 15px;
  color: #ffffff99;
  font-size: 15px;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.appointment-form .form-control {
  padding: 11px 35px;
}

.pricingTable {
  text-align: center;
  padding: 30px 0 0;
  position: relative;
  z-index: 1;
  padding: 0 21px;
  padding-top: 170px;
  filter: drop-shadow(4px 7px 4px #b5b4b4);
}

.pricingTable .pricingTable-header:before,
.pricingTable .pricingTable-header:after {
  content: "";
  background-color: var(--color-secondary);
  width: 100%;
  height: calc(100% - 22px);
  border-radius: 30px 30px;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}

.pricingTable .pricingTable-header {
  margin: 0 0 30px;
}

.pricingTable .pricingTable-header:before,
.pricingTable .pricingTable-header:after {
  background: var(--color-primary);
  width: 60%;
  height: 6px;
  border-radius: 10px 10px;
  top: -6px;
  left: 50%;
}

.pricingTable .pricingTable-header:after {
  top: auto;
  bottom: 15px;
  z-index: -1;
}

.pricingTable .title {
  color: #fff;
  background: linear-gradient(18deg, var(--color1) 49%, var(--color2) 50%);
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 26px;
  margin: 0;
  border-radius: 50px 50px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.pricingTable .pricingTable-signup button {
  color: #fff;
  background: linear-gradient(18deg, #ff7519 49%, #ff9650 50%);
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  padding: 3px 21px;
  border-radius: 30px 30px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  top: -3px;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin: 0 0 68px;
  }
}

.title-txt h2 {
  color: #fff;
  font-weight: 500;
  font-size: 35px;
}

.title-txt p {
  color: #fff;
}

.form-control::placeholder {
  color: #9c9c9c;
}

.form-control:focus {
  color: #fff;
  background-color: #505050;
  border-color: #ffffff12;
  outline: 0;
  box-shadow: 0 0 10px var(--color-secondary);
}

.form-control {
  background-color: #b5b5b50f;
  background-clip: padding-box;
  border-bottom: 1px solid #ced4da;
  border-bottom: 1px solid #696969;
  color: #9c9c9c;
}

.pricingTable::after {
  content: "";
  background-color: var(--color-secondary);
  width: 100%;
  height: calc(100% - 22px);
  border-radius: 30px 30px;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}

.pricingTable::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 22px);
  border-radius: 30px 30px;
  background: url(../gallery/apt-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.health-talks {
  position: relative;
  margin-bottom: 70px;
}

.blog-row {
  position: relative;
  padding-top: 10px;
}

.blog-blk {
  position: relative;
}

.blog-img {
  position: relative;
  width: 257px;
}

.blog-content h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--color-secondary);
}

.blog-content p {
  margin-bottom: 0px;
  font-size: 15px;
}

.test-blk {
  position: relative;
  margin-bottom: 55px;
}

.test-row {
  position: relative;
  padding-top: 20px;
}

.test-bg-img {
  position: absolute;
  top: 0;
}

.test-txt {
  background: linear-gradient(to top, #ffe8d9, #fff);
  border-radius: 25px;
  padding: 15px;
  filter: drop-shadow(5px 6px 6px #00000054);
}

.test-txt h2 {
  font-weight: 600;
  font-size: 19px;
  text-transform: uppercase;
}

.test-txt p {
  font-size: 15px;
  margin-bottom: 0px;
}

.test-blk .testi-star {
  color: var(--color-primary);
  position: relative;
  left: 16px;
}

.test-btm {
  padding-top: 55px;
}

.test-blk.one {
  left: 55px;
}

.test-blk.two {
  left: -55px;
}

.footer_section {
  position: relative;
}

.footer_section .footer_add_row {
  position: relative;
}

.footer_add_row .col-md-4:nth-child(1),
.footer_add_row .col-md-4:nth-child(2) {
  border-right: 1px solid #fff;
}

.address_info_sec {
  position: relative;
  text-align: center;
}

.address_info_sec i {
  position: relative;
  left: 0px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  text-align: center;
  color: var(--color-primary);
  border-radius: 50%;
  line-height: 40px;
  display: inline-block;
}

.address_info_sec span {
  display: block;
  color: #000;
  line-height: 24px;
}

.bottom-footer p {
  margin: 0;
  color: var(--color-default);
  font-size: 15px;
  display: inline-block;
  border-top: 1px solid var(--color-default);
  padding: 10px 15px;
}

.bottom-footer a {
  color: var(--color-primary);
}

.footer_section .footer_wid p a {
  color: var(--color-primary);
}

.footer_section .footer_wid .footer_logo {
  width: 300px;
}

.footer_section .footer_top {
  position: relative;
  padding: 15px 10px 10px;
}

.footer_section .footer_top .footer-title h2 {
  color: var(--color-secondary);
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid var(--color-secondary);
  font-weight: 400;
}

.footer_section .footer_wid p {
  font-size: 14px;
  line-height: 25px;
  display: block;
}

.footer_section .footer_wid_text {
  position: relative;
  padding-bottom: 12px;
  margin: 10px 0px;
}

.footer_section .footer_wid_text li {
  font-size: 14px;
}

.footer_top .footer_wid_text:after,
.footer_top .footer_wid_text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: var(--color-primary);
  border-radius: 3px;
}

.footer_top .footer_wid_text:after {
  left: 44px;
  width: 4px;
  background-color: var(--color-primary);
}

.footer_wid li a {
  color: var(--color-default);
}

.footer-logo img {
  width: 350px;
  margin-bottom: 9px;
}

.footer_section .footer_wid ul li::before {
  content: "\f0da";
  position: absolute;
  left: 14px;
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: var(--color-primary);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.footer_section .footer_wid ul li {
  padding-left: 20px;
}

.footer-widget__social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.footer-widget__social span {
  color: #06334d;
  font-size: 24px;
  font-weight: 600;
}

.footer-widget__social ul {
  display: flex;
  list-style: none;
  margin: 0 8px 0;
  padding: 0;
}

.footer-widget__social li a {
  display: block;
  width: 38px;
  height: 38px;
  /*! border-radius: 50%; */
  text-align: center;
  line-height: 39px;
  color: #454545;
  /*! background-color: #fff; */
  margin: 0 4px;
  /*! box-shadow: 0px 0px 5px #454545; */
  font-size: 19px;
  /*! border: 1px solid #454545; */
  background: linear-gradient(to top, #ff751947, #45454500);
}

.footer-widget__social li a:hover {
  color: #ffffff;
  background: var(--color-primary);
}

.footer_add_row .col-md-3:nth-child(1) {
  background: linear-gradient(to right, transparent, #ddd);
}

.footer_add_row .col-md-3:nth-child(2) {
  background: linear-gradient(to right, transparent, #ddd, transparent);
}

.footer_add_row .col-md-3:nth-child(3) {
  background: linear-gradient(to left, transparent, #ddd);
}

.footer_mp iframe {
  border: 5px solid #f5f5f5;
  background: #fff;
  box-shadow: 0px 0px 11px #919191;
}

.as_inner_textad h2 a {
  color: var(--color-default);
  font-weight: 600;
}

.footer_wid .address_info_sec {
  position: relative;
}

.footer_wid .address_info_sec:nth-child(3) {
  border-top: 1px dashed var(--color-default);
  border-bottom: 1px dashed var(--color-default);
}

.footer-about p {
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  padding: 0px 0px 25px;
}

.footer-about p a {
  color: var(--color-primary);
}

.footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-bottom: 25px;
}

.footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

.footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background-color: var(--color-default);
  /* background: linear-gradient(to right, var(--color-primary),var(--color-secondary)); */
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.footer_links {
  text-align: center;
}

.footer_links ul {
  display: inline-block;
  padding: 6px 190px 6px;
  margin: 0 0 15px;
}

.footer_links ul li {
  display: inline-block;
  line-height: 35px;
}

.footer_links ul li:last-child a {
  border-right: 0px;
}

.footer_links ul li a {
  color: var(--color-default);
  font-size: 17px;
  line-height: 19px;
  border-right: 1px solid;
  padding: 0 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer_links ul li a:hover {
  color: var(--color-primary);
}

.footer_section .footer-left-sec a {
  color: #000;
  font-size: 15px;
}

.footer_section .f-call i,
.footer_section .f-mail i,
.footer-section .f-ad i {
  margin-right: 15px;
  font-size: 20px;
}

.f-ad p {
  margin-bottom: 0px;
}

.footer_section .f-ad {
  text-align: center;
  padding-top: 6px;
  border-bottom: 1px dashed #000;
  margin-bottom: 8px;
}

.footer_section .f-call {
  border-right: 1px dashed #000;
  left: 17px;
  position: relative;
}

/* .footer_section .f-call, .footer_section .f-mail, .footer_section .f-ad {
  text-align: center;
  margin-bottom: 10px;
} */
.f-ad p {
  font-size: 15px;
  color: var(--color-default);
}

.f-reach {
  margin-top: 15px;
}

.footer_links1 {
  text-align: center;
}

.footer_links1 ul {
  display: inline-block;
  /* padding: 0px 80px 6px; */
  margin: 0 0 15px;
}

.footer_links1 ul li {
  display: inline-block;
  margin-bottom: 10px;
}

.footer_links1 ul li:last-child a {
  border-right: 0px;
}

.footer_links1 ul li a {
  color: var(--color-default);
  font-size: 15px;
  line-height: 12px;
  padding: 3px 11px;
  background: #f8d3ba2e;
  border-left: 1px solid #4545452e;
}

.footer_links1 ul li a:hover {
  color: var(--color-primary);
}

.subscribe-block {
  position: relative;
  padding: 25px 20px;
  background-color: var(--color-secondary);
  margin: 30px 0px 15px;
  border-radius: 12px;
}

.subscribe-block::before {
  content: "";
  position: absolute;
  height: 120%;
  width: 80%;
  border: 2px solid var(--color-primary);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.sub-title h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 33px;
}

.subscribe-input {
  position: relative;
  margin-top: 8px;
}

.sub-title p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.subscribe-input .form-control {
  height: 58px;
  background-color: white;
  border: 1px solid #e4e4e4;
  color: var(--color-secondary);
}

.subscribe-input .form-control::placeholder {
  color: #6b6b6b;
}

.subscribe-input .btn {
  position: absolute;
  top: 7px;
  right: 8px;
  background: var(--color-secondary);
  border: none;
  border-radius: 0;
  padding: 11px 16px;
  color: #fff;
}

.footer_links1 p span {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 21px;
}

.frow-2 {
  background-color: var(--color-primary);
}

.footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin: 15px 0;
}

.footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

.footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background-color: var(--color-secondary);
  /* background: linear-gradient(to right, var(--color-primary),var(--color-secondary)); */
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.footer_timings p {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 20px;
}

.footer_timings h2 {
  color: var(--color-primary);
  font-size: 24px;
}

.address p {
  margin-bottom: 0px;
  font-size: 15px;
  color: var(--color-default);
}

.address {
  position: relative;
  margin-bottom: 14px;
  color: var(--color-secondary);
  text-align: center;
}

.address i {
  position: relative;
  left: 0px;
  width: 32px;
  height: 32px;
  background: var(--color-primary);
  margin: auto;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 31px;
  border-radius: 50%;
}

.footer-add-bg {
  position: relative;
}

.footer-add-bg::before {
  content: " ";
  position: absolute;
  width: 95%;
  height: 100%;
  border-top: 1px solid var(--color-default);
  top: -53px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  opacity: 0.3;
}

.footer-add-bg .col-md-4:nth-child(2) {
  border-right: 1px solid #45454545;
  border-left: 1px solid #45454545;
}

.footer-timings-blk {
  display: inline-block;
  background: #f3f3f3;
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  padding: 0 55px;
  border-radius: 25px;
  border: 4px solid #fff;
  box-shadow: 0 0 10px #bdbdbd;
  padding-bottom: 25px;
  padding-top: 10px;
}

.serv-shape-l {
  position: absolute;
  top: -109px;
}

.serv-shape-r {
  position: absolute;
  bottom: -109px;
  right: 0;
}

.team-sec {
  position: relative;
  margin-bottom: 100px;
}

.team-img img {
  width: 320px;
  border: 8px solid #fff;
  box-shadow: 0px 15px 7px -10px #00000091;
  border-radius: 5px;
}

.team-block {
  position: relative;
}

.team-content {
  position: relative;
  margin-top: 20px;
}

.team-content h2 {
  font-weight: 500;
  font-size: 28px;
  color: var(--color-primary);
  margin-bottom: 5px;
}

.team-content h3 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 5px;
}

.team-content h4 {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-secondary);
  margin-bottom: 10px;
}

.team-content a {
  background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
  color: #fff;
  padding: 2px 10px;
}

.doc-scroll .owl-dots {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.doc-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 21px;
  border: 3px solid var(--color-secondary);
  opacity: 1;
  margin: 0px 2px;
  border-radius: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: var(--color-secondary);
}

.doc-scroll .owl-dot:hover,
.doc-scroll .owl-dot.active {
  opacity: 1;
  border: 3px solid var(--color-primary);
}

.team-row {
  padding-top: 20px;
}

.facility-sec {
  position: relative;
  margin-bottom: 38px;
}

.fac-row {
  padding-top: 20px;
}

.fac-content h2 {
  font-size: 20px;
  display: inline-block;
  background: linear-gradient(to right, #ec803bb0, transparent);
  padding: 4px 10px;
  font-weight: 500;
  font-family: "Marcellus", serif;
}

.fac-content {
  margin-top: 20px;
}

.fac-block {
  position: relative;
  cursor: pointer;
  margin-top: 20px;
}

.fac-block:hover .fac-inner-img img {
  transform: scale(1.05);
}

.fac-img {
  position: relative;
}

.fac-inner-img {
  position: absolute;
  top: 9px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: fit-content;
  bottom: 0px;
}

.fac-inner-img img {
  width: 195px !important;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  border: 4px solid #f5f5f5;
  box-shadow: 0px 0px 12px #eb9f6d;
}

.fac-scroll .owl-dots {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.fac-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 21px;
  border: 3px solid var(--color-secondary);
  opacity: 1;
  margin: 0px 2px;
  border-radius: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: var(--color-secondary);
}

.fac-scroll .owl-dot:hover,
.fac-scroll .owl-dot.active {
  opacity: 1;
  border: 3px solid var(--color-primary);
}

.top-social {
  position: absolute;
  z-index: 91;
  text-align: center;
  top: 19px;
  right: 30px;
  width: auto;
  display: inline-flex;
}

.top-social li {
  display: inline-block;
  margin-right: 1px;
}

.top-social li:last-child {
  border-right: 0;
}

.top-social li img {
  filter: brightness(0) invert(1);
}

.top-social li a {
  display: block;
  width: 31px;
  height: 31px;
  color: #fff;
  text-align: center;
  line-height: 31px;
  font-size: 14px;
  margin: 0px 1px;
  background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
  transition: all 300ms ease;
  border-radius: 4px;
}

.top-social li a img {
  width: 15px;
}

.top-social span {
  line-height: 33px;
  display: block;
  margin-right: 10px;
  top: 0px;
  position: relative;
}

.top-social li a:hover {
  background: linear-gradient(-45deg, var(--color-secondary), var(--color-primary));
}

.top-phn {
  position: relative;
  left: -17px;
  border-right: 1px solid var(--color-default);
  padding-right: 12px;
  line-height: 31px;
  font-size: 15px;
}

.top-phn a {
  font-size: 18px;
}

.chatbox {
  position: fixed;
  bottom: 91px;
  left: 28px;
  width: 260px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 2;
}

.chatbox-header {
  background: var(--color-secondary);
  color: white;
  padding: 13px 15px;
  display: flex;
  justify-content: space-between;
  /* border-radius: 10px 10px 0 0; */
}

.chatbox-header h5 {
  line-height: 33px;
}

.chatbox-header .btn-danger {
  color: var(--color-secondary);
  background-color: #fff;
  border-color: #fff;
}

.chatbox-footer .btn-success {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.chatbox-footer .btn-success:hover {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.chatbox-footer .btn-success.focus,
.chatbox-footer .btn-success:focus {
  box-shadow: 0 0 0 0.2rem #6e341963;
}

.chatbox-body {
  height: 200px;
  overflow-y: auto;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-image: url(../gallery/chat-bg.jpg);
  background-size: cover;
}

.sent-btn i {
  /* transform: rotate(45deg); */
}

.close-btn {
  font-size: 34px;
  padding: 0px;
  line-height: 24px;
  width: 30px;
  height: 32px;
  text-align: center;
  display: block;
  padding-bottom: 5px;
}

.chatbox-footer .form-control {
  border-bottom: none;
  font-size: 15px;
}

.chatbox-footer .form-control:focus {
  box-shadow: none;
}

.chatbox-footer {
  padding: 5px 10px;
  display: flex;
  gap: 5px;
}

#chatbox-open {
  position: fixed;
  bottom: 15px;
  left: 15px;
  padding: 0px;
  background: #ffffff00;
  z-index: 5;
}

.btn img {
  width: 65px;
}

#chat-messages {
  background: #ffffff;
  padding: 14px;
  border-radius: 0px 25px 25px 25px;
  box-shadow: 0px 0px 8px #00000059;
}

#chat-messages p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 23px;
}

.op-tym {
  background: var(--color-secondary);
  color: #fff;
  display: inline-block;
  padding: 9px 30px;
  border-radius: 47px;
}

.op-tym p {
  margin-bottom: 0px;
  font-size: 19px;
}

.op-tym h2 {
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
  display: inline-block;
  border-bottom: 1px solid;
  font-weight: 400;
}

.breadcrumb {
  position: relative;
  text-align: center;
  padding: 157px 0 42px;
  margin-bottom: 0;
  z-index: 2;
  display: block;
  background-color: transparent;
}

.breadcrumb::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 8px;
  background: linear-gradient(to left, transparent, #ffa75b, transparent);
}

.breadcrumb h1 {
  color: var(--color-secondary);
  font-size: 38px;
  text-transform: capitalize;
  font-weight: 100;
  margin-bottom: 8px;
  font-family: "Marcellus", serif;
  letter-spacing: 1px;
}

.breadcrumb ul li a {
  color: var(--color-default);
}

.breadcrumb ul li.active a {
  color: var(--color-primary);
}

.breadcrumb ul li::before {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}

.breadcrumb ul li:last-child::before {
  content: none;
}

.breadcrumb ul li {
  font-size: 16px;
  display: inline-block;
  position: relative;
  color: #061338;
  text-transform: capitalize;
  padding: 0 14px;
  margin: 0;
}

.breadcrumb ul {
  padding: 0 21px;
  position: relative;
}

.top-wrap1 {
  position: relative;
}

.inner-section {
  position: relative;
  min-height: 47vh;
  padding: 155px 0 80px;
}

.inner-section1 {
  position: relative;
  padding: 60px 0 70px;
}

.serv-matter p {
  text-align: justify;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 15px;
}

.serv-matter h2 {
  color: var(--color-primary);
  font-size: 20px;
  margin: 15px 0px 5px;
}

.serv-matter h3 {
  color: var(--color-four);
  font-size: 20px;
  margin: 15px 0px 5px;
}

.inner-serv-img img {
  border: 6px solid #f5f5f5;
  box-shadow: 0px 0px 8px #00000052;
}

.c_address_block {
  position: relative;
  border-left: 5px solid var(--color-secondary);
  padding: 0 0 18px;
}

.c_address_block h2 {
  text-transform: uppercase;
  display: inline-block;
  background: linear-gradient(to right, var(--color-secondary), var(--color-primary));
  color: #fff;
  font-size: 35px;
  line-height: initial;
  padding: 4px 33px;
  margin: 0 0 18px;
}

.c_address_block_list {
  position: relative;
}

.c_adress_list {
  position: relative;
  padding: 26px 0px 26px 83px;
}

.c_adress_list::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 5px;
  background: var(--color-secondary);
  left: 0;
  top: 37px;
}

.c_adress_list i {
  position: absolute;
  left: 23px;
  width: 42px;
  height: 42px;
  background: linear-gradient(to right, var(--color-secondary), var(--color-primary));
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  line-height: 40px;
  top: 19px;
}

.c_adress_list span {
  font-size: 16px;
}

._c_form_sub {
  position: relative;
  padding: 0px 10px 6px;
  margin-top: 0;
  text-align: center;
}

._c_form_sub h3 {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 34px;
  border-bottom: 1px solid;
  display: inline-block;
}

._c_form_sub .form-control {
  background-color: #fff1e5;
  height: 45px;
  border: 0px;
  border-radius: 13px;
}

._c_form_sub .form-control::placeholder {
  color: var(--color-default);
}

._c_form_sub textarea.form-control {
  height: 95px;
}

._c_form_sub .btn {
  margin-top: 22px;
  background: linear-gradient(to right, var(--color-secondary), var(--color-primary));
  border: transparent;
}

._c_map iframe {
  margin-top: 31px;
  box-shadow: 0px 0px 10px #cbcbcb;
  width: 100%;
  height: 217px;
  border: 7px solid #ffffff;
}

:root {
  --main-color: var(--color-primary);
}

.main-timeline .timeline {
  width: 50%;
  padding: 60px 0 0 0;
  margin: 0 5px 25px 0;
  float: left;
}

.main-timeline .timeline-content {
  min-height: 100px;
  padding: 0 15px 0 0;
  border-right: 2px solid var(--main-color);
  display: block;
  position: relative;
}

.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
  content: "";
  background-color: var(--main-color);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  position: absolute;
  right: -4px;
  top: 0;
}

.main-timeline .timeline-content:after {
  top: auto;
  bottom: 0;
}

.main-timeline .timeline-year {
  color: var(--color-default);
  background: linear-gradient(to left, #ee813b78, #ffffff00);
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 20px 8px 50px;
  position: absolute;
  right: -2px;
  top: -60px;
  z-index: 1;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);
}

.main-timeline .title {
  color: var(--main-color);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 7px;
}

.main-timeline .description {
  font-size: 15px;
  line-height: 28px;
  text-align: left;
  margin: 0;
}

.main-timeline .timeline:nth-child(even) {
  margin: 0 0 25px 5px;
  float: right;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  text-align: left;
  padding: 0 0 0 15px;
  border-left: 2px solid var(--main-color);
  border-right: none;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before,
.main-timeline .timeline:nth-child(even) .timeline-content:after {
  right: auto;
  left: -4px;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
  right: auto;
  left: -2px;
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
  background: linear-gradient(to right, #d7d6e6, #ffffff00);
  padding: 5px 50px 8px 20px;
}

.main-timeline .timeline:nth-child(even) {
  --main-color: var(--color-secondary);
}

@media screen and (max-width: 767px) {
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    width: 100%;
    margin: 0 0 58px;
  }
}

.main-timeline .timeline:nth-child(even)::before {
  color: #312d6814;
  left: initial;
  right: 0rem;
  content: "\201d";
}

.main-timeline .timeline {
  position: relative;
}

.main-timeline .timeline::before {
  content: "\201c";
  font-size: 15rem;
  color: #fcd2ad33;
  /* opacity: .4; */
  font-family: serif;
  font-weight: 700;
  position: absolute;
  top: 4.8rem;
  left: 0rem;
  z-index: -1;
  pointer-events: none;
}

.abt-inner-page p {
  line-height: 30px;
  font-size: 15px;
  text-align: justify;
}

.mvv-inner-row {
  padding-top: 30px;
}

.serviceBox {
  color: var(--color-secondary);
  text-align: center;
  position: relative;
}

.serviceBox .service-icon {
  font-size: 48px;
  line-height: 95px;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 50%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  border: 2px solid var(--color-secondary);
  position: relative;
  z-index: 1;
  background: #fff;
}

.serviceBox .service-icon img {
  width: 52px;
}

.serviceBox .service-icon i {
  line-height: inherit;
}

.serviceBox .service-content {
  padding: 56px 10px 10px;
  border: 2px solid var(--color-secondary);
  border-radius: 20px;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
  background: #fff;
  margin-top: -53px;
  position: relative;
}

.serviceBox .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.serviceBox .description {
  color: var(--color-default);
  font-size: 15px;
  line-height: 23px;
  text-align: center;
}

.serviceBox.orange {
  color: #f97216;
}

.serviceBox.orange:before,
.serviceBox.orange .service-icon,
.serviceBox.orange .service-content {
  border-color: #f97216;
}

.serviceBox.orange .service-content:before,
.serviceBox.orange .service-content:after {
  background-color: #f97216;
}

@media only screen and (max-width: 990px) {
  .serviceBox {
    margin: 0 0 30px;
  }
}

.ol_styles {
  padding: 0;
  padding-left: 20px;
}

.ol_styles li {
  position: relative;
  padding-left: 1px;
  margin-bottom: 5px;
  line-height: 28px;
  text-align: justify;
  list-style: disc;
  font-size: 15px;
}

.serv-matter h3 {
  color: var(--color-secondary);
  font-size: 18px;
  font-weight: 400;
  margin: 15px 0px;
}

/* .panelrow .col-md-3 {
  padding: 0 5px;
} */

.panellist {
  box-shadow: 0 0 10px #ccc;
  margin-bottom: 30px;
  cursor: pointer;
  border: 4px solid #f5f5f5;
}

.team-inner-img img {
  width: 280px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 8px #0000003d;
}

.team-inner-content {
  background: linear-gradient(to bottom, #ffffff, #f5f5f5);
  padding: 20px 10px;
  box-shadow: 0px 13px 14px -10px #0000006e;
  position: relative;
  margin-top: -30px;
}

.team-inner-block {
  position: relative;
  margin-bottom: 60px;
}

.team-inner-content h2 {
  font-weight: 500;
  font-size: 28px;
  color: var(--color-primary);
  margin-bottom: 5px;
}

.team-inner-content h3 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 5px;
}

.team-inner-content h4 {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-secondary);
  margin-bottom: 10px;
}

.team-inner-content a {
  border-bottom: 1px solid var(--color-primary);
  display: inline-block;
}

.oncall-heading h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--color-secondary);
  border-bottom: 1px solid var(--color-secondary);
  display: inline-block;
}

.fac-inner {
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}

.gallery_box1 {
  position: relative;
  margin-bottom: 35px;
}

.gallery_box1 .box1 {
  background: linear-gradient(to top right, #052282 0.3%, #1e2130 90.2%);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  margin-bottom: 16px;
}

.gallery_box1 .box1:hover {
  filter: drop-shadow(5px 5px 10px #808080);
}

.gallery_box1 .box1:before {
  content: "";
  width: 50px;
  height: 50px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: top right;
  transform: scale(0);
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.4s ease;
}

.gallery_box1 .box1:hover:before {
  transform: scale(1);
}

.gallery_box1 .box1 img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}

.gallery_box1 .box1:hover img {
  opacity: 0.2;
}

.gallery_box1 .box1 .box1-content {
  color: #fff;
  opacity: 0;
  position: absolute;
  bottom: 15px;
  left: 15px;
  transition: all 0.4s ease;
}

.gallery_box1 .box1:hover .box1-content {
  opacity: 1;
  transition-delay: 0.25s;
}

.gallery_box1 .box1 .title1 {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  margin: 0 0 3px;
}

.gallery_box1 .box1 .post1 {
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  display: block;
}

.gallery_box1 .box1 .icon1 {
  padding: 0;
  margin: 0;
  list-style: none;
  transform: translateX(-50%) translateY(-50%) scale(0) rotate(0);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s ease;
}

.gallery_box1 .box1:hover .icon1 {
  transform: translateX(-50%) translateY(-50%) scale(1) rotate(360deg);
}

.gallery_box1 .box1 .icon1 li {
  margin: 0 4px;
  display: inline-block;
}

.gallery_box1 .box1 .icon1 li a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  height: 35px;
  width: 35px;
  border: 1px solid #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  display: block;
  transition: all 0.3s;
}

.gallery_box1 .box1 .icon1 li a:hover {
  border-radius: 0 10px;
  background: var(--color-primary);
}

.blog-inner-block {
  position: relative;
}

.blog-inner-img img {
  padding: 8px;
  border-radius: 20px;
  box-shadow: 0px 0px 8px #f4863636;
}

.blog-inner-img {
  position: relative;
  border: 1px solid var(--color-primary);
  border-radius: 20px;
}

.blog-inner-content {
  position: relative;
  margin-top: 10px;
}

.blog-inner-content h2 {
  background: var(--color-secondary);
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  padding: 8px 20px 32px;
  margin-bottom: -18px;
}

.blog-inner-content p {
  font-size: 15px;
  line-height: 30px;
}

.blog-inner-content a {
  background: var(--color-primary);
  color: #fff;
  padding: 5px 38px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
