@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

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

:root {
  --color-default: #292929;
  --color-primary: #cd0384;
  /* --color-secondary: #11334f; */
  --color-secondary: #004aad;
}

.container {
  position: relative;
}

.mobile-view {
  display: none;
}

.fixed-header .header-one {
  position: fixed;
  -webkit-animation-name: slideInDown;
  -webkit-animation-duration: 700ms;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: slideInDown;
  -moz-animation-duration: 700ms;
  -moz-animation-timing-function: ease;
  -ms-animation-name: slideInDown;
  -ms-animation-duration: 700ms;
  -ms-animation-timing-function: ease;
  animation-name: slideInDown;
  animation-duration: 700ms;
  animation-timing-function: ease;
  background-color: #fff;
  box-shadow: 0px 0px 10px;
  height: 105px;
  width: 100%;
}

.fixed-header .lower-box .logo {
  top: 7px;
  width: 216px;
}

.fixed-header .main-menu {
  margin: 55px 0 0;
}

.fixed-header .top-phn-btn {
  top: 19px;
}

/*** 
====================================================================
	Global Settings
====================================================================
 ***/
body {
  font-size: 16px;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "IBM Plex Sans", sans-serif;
}

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

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  color: var(--color-primary);
}

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;
}

.main-menu .navigation > li .active {
  color: #fff;
  background: var(--color-primary);
  margin-top: 3px;
}

.main-menu .navigation > li .active:hover {
  color: #fff;
  background: var(--color-secondary);
}

.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-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -9;
} 
.top-wrap {
  position: relative;
  height: 100vh;
}

.top-border {
  width: 80%;
  height: 2px;
  position: relative;
  margin: auto;
  background: var(--color-primary);
}

/**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: 8px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  width: 252px;
}

.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: 58px 0 0;
  top: 0;
}

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

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

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

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

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

.main-menu .navigation > li > a i {
  font-size: 14px;
  color: var(--color-default);
}

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

.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: #0e3c62;
  -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.3;
  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 li > ul > li {
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.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;
  color: var(--color-default);
}

.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;
}

.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;
  background: #fff;
}

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

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

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  padding-left: 30px;
}

.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  left: 0;
  width: 218px;
  opacity: 0;
  z-index: 100;
  background-color: var(--color-secondary);
  box-shadow: 0px 0px 5px #a5a5a5;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  top: 0%;
  visibility: hidden;
  left: 105px;
  width: 200px;
  opacity: 0;
  z-index: 100;
  background-color: var(--color-secondary);
  box-shadow: 0px 0px 5px #a5a5a5;
}

.main-menu .navigation > li > ul > li > ul > li > ul {
  position: absolute;
  top: -7%;
  visibility: hidden;
  left: 200px;
  width: 155px;
  opacity: 0;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px #a5a5a5;
}

.main-menu .navigation > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  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;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  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 > ul > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  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 {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #929292;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #929292;
}

.main-menu .navigation > li > ul > li:hover > a {
  background: linear-gradient(to right, var(--color-primary), #ffffff00);
  color: #fff;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  background: linear-gradient(to right, var(--color-primary), #ffffff00);
  color: #fff;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
  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 > a i {
  position: absolute;
  right: 12px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
  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 {
  border-bottom: none;
}

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

/*
* 4. banner style
*/
.banner-wrapper {
  position: relative;
  /* background-color: #fff; */
}

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

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

.slide-two {
  background-image: url(../gallery/banners/banner2.png);
}

/***
====================================================================
	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: 9999;
  cursor: pointer;
  background: 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: var(--color-secondary);
}

.sec-head h2 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--color-secondary);
  margin: 5px 0px;
}

.sec-head h4 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  background: #cd038414;
  padding: 6px 12px;
  color: var(--color-default);
  border-radius: 25px;
}

.sec-head h3 {
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  background: linear-gradient(to left, var(--color-secondary), var(--color-primary));
  background-color: var(--color-secondary);
  padding: 2px 14px;
  color: #fff;
}

.about-sec .sec-head h2 {
  /* color: #fff; */
  color: var(--color-secondary);
  text-transform: uppercase;
  font-size: 63px;
  font-family: "Cinzel", serif;
  margin-top: 10px;
  font-weight: 500;
  line-height: 68px;
  margin-bottom: 10px;
}

.about-sec {
  position: relative;
  margin-bottom: 50px;
  /* padding-bottom: 138px; */
  padding-top: 48px;
}

/* .about-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #11334f;
  clip-path: polygon(0 0, 0 100%, 50% 80%, 100% 100%, 100% 0);
  top: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
  z-index: -1;
  opacity: 0.93;
}

.about-sec::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/hos-img.webp);
  top: 0px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  clip-path: polygon(0 0, 0 100%, 50% 80%, 100% 100%, 100% 0);
  background-attachment: fixed;
  z-index: -2;
} */

.abt-matter {
  padding-top: 20px;
}

.abt-matter p {
  line-height: 35px;
  /* color: #ffffffcf; */
  color: var(--color-default);
}

.extra-btm {
  margin-top: 30px;
  position: relative;
}

.extra-btm::before {
  content: " ";
  position: absolute;
  width: 80%;
  height: 2px;
  background: var(--color-secondary);
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 0px;
}

.extra-btm p {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.extra-btm h1{
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.extra-sec {
  position: relative;
  margin-bottom: 60px;
}

.extra-block {
  position: relative;
  padding: 20px 10px;
  cursor: pointer;
  transition: all 0.4s ease;
  background: #f5f5f5;
  border: 4px solid #ffffff;
  border-radius: 18px;
  box-shadow: 0px 0px 11px #00000030;
}

.extra-block:hover .extra-icon {
  transform: scale(1.1);
}

.extra-row::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to right, #f3458461, #ffffff00, #f3458461); */
  left: 0px;
  z-index: -1;
  opacity: 0.2;
  border-radius: 18px;
  top: 0px;
}

.extra-icon {
  width: 80px;
  height: 80px;
  /* background: #0e3c62; */
  background: var(--color-secondary);
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  margin: auto;
  transition: all 0.4s ease;
}

.extra-icon img {
  width: 40px;
  filter: brightness(0) invert(1);
}

.extra-content h2 {
  font-weight: 200;
  font-size: 58px;
  font-family: "Cinzel", serif;
  color: var(--color-default);
}

.extra-content p {
  margin-bottom: 0px;
  color: var(--color-default);
  margin-top: -10px;
  line-height: 25px;
}

/* .extra-row .col-md-3:nth-child(1) .extra-block::after,
.extra-row .col-md-3:nth-child(2) .extra-block::after,
.extra-row .col-md-3:nth-child(3) .extra-block::after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 55%;
  background: var(--color-secondary);
  top: 0px;
  right: -14px;
  bottom: 0px;
  margin: auto;
} */

.hos-img {
  margin-top: 50px;
  border: 8px solid #fff;
  box-shadow: 0px 14px 13px -10px #000;
  transition: all 0.4s ease;
  position: relative;
  cursor: pointer;
}

.hos-img:hover {
  transform: scale(1.08);
}

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

.serv-sec::before {
  content: " ";
  position: absolute;
  width: 200px;
  height: 300px;
  /* background: #0e3c62; */
  background: var(--color-secondary);
  top: -78px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -2;
}

.serv-sec::after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 70px;
  background: #fff;
  top: -50px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}

.serv-block {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 250px;
  height: 250px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  border: 5px solid #f5f5f5;
  box-shadow: 0px 0px 15px #0000002b;
}

.serv-row .col-md-4:nth-child(2) .serv-block {
  width: 350px;
  height: 350px;
}

.serv-img {
  position: relative;
}

.serv-img img {
  transition: all 0.4s ease;
}

.serv-main-block:hover .serv-img img {
  transform: scale(1.1);
}

.serv-content {
  position: relative;
  left: 0;
  margin-top: 8px;
  text-align: center;
  transition: all 0.4s ease;
  display: inline-block;
}

.serv-content h2 {
  font-size: 23px;
  text-transform: uppercase;
  color: var(--color-secondary);
  font-weight: 500;
  padding: 5px 10px;
}

.serv-main-block {
  position: relative;
  cursor: pointer;
}

.serv-row .col-md-4:nth-child(2) .serv-content::before {
  top: -4px;
  left: 60px;
}

.serv-row .col-md-4:nth-child(2) .serv-content::after {
  right: 60px;
}

.serv-content a {
  color: #fff;
}

.service-btn {
  position: relative;
  display: inline-block;
  padding: 10px 22px;
  color: #fff;
  background: var(--color-primary);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0px 15px 13px -10px #000000bf;
}

.serv-main-block:hover .service-btn {
  background: var(--color-primary);
}

.serv-btm-head {
  position: absolute;
  bottom: -118px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: fit-content;
  opacity: 0.1;
}

.serv-btm-head h3 {
  text-transform: uppercase;
  font-size: 100px;
  color: var(--color-secondary);
}

.box {
  background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
}

.box:before,
.box:after {
  content: "";
  background: var(--color-secondary);
  width: 150px;
  height: 150px;
  transform: translateX(-50%) translateY(-50%) scale(0);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s ease-in-out;
}

.box:after {
  transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(0);
  border: 1px solid #ffffff75;
  background: #ffffff00;
}

.serv-main-block:hover .box::before {
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.serv-main-block:hover .box::after {
  transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1);
}

.box img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}

.serv-main-block:hover .box img {
  opacity: 0.1;
}

.box .box-content {
  color: var(--color-default);
  width: 100%;
  padding: 0 20px;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(0);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.serv-main-block:hover .box-content {
  transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
}

.box .title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 3px;
}

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

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

.box .icon li a {
  color: var(--white);
  background: var(--color-primary);
  font-size: 16px;
  line-height: 35px;
  height: 35px;
  width: 35px;
  display: block;
  transition: all 0.3s ease 0s;
}

.box .icon li a:hover {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  color: var(--color-secondary);
}

.inner-content {
  width: 130px;
  margin: auto;
}

.inner-content p {
  padding-top: 32px;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}

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

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

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

.doc-block {
  position: relative;
  cursor: pointer;
  margin: 20px 0 32px;
}

.doc-content {
  background: linear-gradient(to top, #f5f5f5, #ffffff);
  position: relative;
  padding: 20px 8px;
}

.doc-content::before {
  content: " ";
  position: absolute;
  width: 90%;
  height: 60px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  box-shadow: 0px 20px 20px -10px #00000070;
  z-index: -1;
}

.doc-content h2 {
  font-size: 30px;
  color: var(--color-secondary);
  font-weight: 500;
  line-height: 28px;
}

.doc-2-block .doc-content h2 {
  color: var(--color-primary);
}

.doc-content h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 8px 0px 4px;
}

.doc-content h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.doc-content a {
  background: var(--color-primary);
  color: #fff;
  padding: 3px 10px;
}

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

.doc-img::before {
  content: " ";
  position: absolute;
  width: 307px;
  height: 381px;
  border: 1px solid var(--color-secondary);
  border-radius: 168px 168px 0px 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 0px;
  bottom: 0px;
}

.doc-img img {
  width: 294px !important;
  margin: auto;
  border-radius: 168px 168px 0px 0px;
}

.doc-row {
  margin-top: 20px;
}

.cardiac-sec {
  position: relative;
  margin-bottom: 70px;
  /* padding-top: 178px;
  padding-bottom: 38px; */
  padding: 100px 0px 100px;
}

.cardiac-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 22%, 71% 0, 100% 15%, 100% 83%, 29% 100%, 0 89%);
  /* background: #11334f; */
  background: #003882;
  top: 0px;
  z-index: -1;
  opacity: 0.9;
  transform: skewY(4deg);
}

.cardiac-bg {
  position: relative;
}

.cardiac-bg::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffd2ef;
  clip-path: polygon(0 0, 78% 22%, 100% 0, 100% 99%, 22% 86%, 0 100%);
  z-index: -2;
  top: 0px;
}

.cardiac-sec::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/cardiac-ad-img.jpg);
  clip-path: polygon(0 22%, 71% 0, 100% 15%, 100% 83%, 29% 100%, 0 89%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: skewY(4deg);
  top: 0px;
  z-index: -2;
}

.cardiac-row {
  position: relative;
}

.cardiac-row::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/cardia-right.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 60%;
  right: -110px;
  bottom: -35px;
  z-index: -1;
} 
.cardiac-head {
  position: relative;
  color: #fff;
  margin-bottom: 30px;
}

.cardiac-head h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 500;
}

.cardiac-head h3 {
  background: var(--color-primary);
  display: inline-block;
  padding: 3px 10px 3px 38px;
  margin-left: 120px;
  margin-top: 10px;
  font-weight: 400;
  position: relative;
}

.cardiac-head h3::before {
  content: " ";
  position: absolute;
  width: 50%;
  height: 1px;
  background: #fff;
  left: -142px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.cardiac-head h3::after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 18px solid #fff;
  border-bottom: 10px solid transparent;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: -22px;
}

.cardiac-content p {
  color: #fff;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 8px;
}

.cardiac-content p span {
  text-transform: uppercase;
}

.cardiac-content h4 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
  color: #fff;
}

.ol_styles {
  position: relative;
  margin-bottom: 12px;
  list-style-type: none;
}

.ol_styles li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 4px;
  font-weight: 300;
  color: #fff;
}

.ol_styles li::before {
  font-family: "FontAwesome";
  content: "\f14a";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 13px;
}

.appointment-form {
  position: relative;
  z-index: 1;
  background: #003882;
  padding: 45px 43px 30px;
  border-right: 0px;
  margin: auto;
  box-shadow: 0px 13px 15px -10px #000;
}

.appointment-form::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/appnt-bg.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  left: 0px;
  top: 0px;
  opacity: 0.2;
  filter: grayscale(1);
}

.appointment-inner-form {
  position: relative;
  margin-top: 28px;
  z-index: 1;
}

.appointment-form h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  text-transform: uppercase;
}

.appointment-form p {
  color: #fff;
  font-size: 15px;
}

.appointment-form .btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  padding: 3px 11px;
  font-weight: 400;
  letter-spacing: 1px;
  overflow: hidden;
  min-width: 110px;
  border-radius: 30px;
  border: none;
  background: #fff;
  color: var(--color-secondary);
  margin-top: 25px;
  cursor: pointer;
}

/* .appointment-form textarea.form-control {
  height: 98px;
} */

.appointment-form .form-control::placeholder {
  color: #fff;
}

.appointment-form .form-control:focus {
  color: #fff;
  background-color: #00000000;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 10px #fff;
  font-weight: 400;
}

.appointment-form .form-control {
  color: #fff;
  border-bottom: 1px solid #ffffff3d;
  background: #00415d00;
  border-radius: 0px;
  font-weight: 200;
  padding: 11px 30px;
  font-size: 15px;
}

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

.appointment-form .form-group i {
  position: absolute;
  left: 25px;
  top: 16px;
  color: #fff;
  font-size: 14px;
}

.appointment-inner-form .col-md-6,
.appointment-inner-form .col-md-12 {
  padding: 0px 15px;
}

.appnt-block {
  position: absolute;
  width: 600px;
  height: 600px;
  background: #ffffff;
  border-radius: 50%;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  right: 0px;
  border: 2px solid var(--color-teritary);
}

.emger-sec {
  position: relative;
  width: 338px;
  height: 338px;
  padding: 20px;
  background: #ffffff11;
  z-index: 1;
  left: 39px;
  border-radius: 11px;
  box-shadow: 0px 0px 11px #00000042;
}

.help-numb {
  text-align: center;
}

.help-numb h3 {
  font-size: 20px;
  border: 2px solid #fff;
  display: inline-block;
  padding: 6px 10px 21px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}

.numb-help {
  position: relative;
  margin-top: -15px;
}

.numb-help a {
  background: var(--color-primary);
  color: #fff;
  display: inline-block;
  padding: 4px 10px;
  font-size: 18px;
}

.op-timings {
  position: relative;
  margin-top: 15px;
}

.op-timings p {
  color: #fff;
  font-size: 17px;
}

.op-timings h3 {
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 1px solid;
  color: #fff;
  display: inline-block;
}

.cardiac-emer img {
  width: 70px;
  filter: brightness(0) invert(1);
}

.cardiac-emer p {
  font-size: 20px;
}

.main-footer {
  position: relative;
  padding-top: 20px;
}

.footer-map-loc p {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-default);
  margin-bottom: 0px;
}

.footer-qr {
  text-align: center;
  position: relative;
}

.footer-qr::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 80%;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  background: var(--color-default);
}

.footer-logo img {
  width: 240px;
  margin: auto;
}

.footer-qr img {
  width: 133px;
  margin: auto;
  border: 5px solid #c0c0c0;
  box-shadow: 0 0 10px #4d4d4d38;
}

.footer-map-loc {
  margin-top: 20px;
}

.footer-map-loc .col-md-8 {
  padding-left: 0px;
}

.footer-phone {
  padding-top: 10px;
}

.footer-phone p {
  font-size: 18px;
  margin-bottom: 0px;
}

.footer-mail {
  margin-top: 1px;
  padding-top: 10px;
}

.footer-mail p {
  font-size: 18px;
  margin-bottom: 0px;
}

.contact-social-links p {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 19px;
  color: var(--color-default);
}

.contact-social-links {
  position: relative;
  margin-top: 18px;
}

.contact-social-links::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 35%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--color-default);
}
.contact-social-links::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 35%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--color-default);
}

.contact-social-links li {
  display: inline-flex;
  margin-right: 5px;
}

.contact-social-links li a {
  position: relative;
  left: 0px;
  width: 32px;
  height: 32px;
  /* background: linear-gradient(45deg, var(--color-secondary), var(--color-primary)); */
  color: var(--color-default);
  font-size: 20px;
  text-align: center;
  line-height: 31px;
  border: 1px solid;
}
.contact-social-links li a img{
  width: 18px;
  filter: grayscale(1);
}
.footer-bottom {
  color: var(--color-default);
  padding: 10px 0px 0px;
}

.footer-about {
  position: relative;
  margin-top: 10px;
  text-align: center;
}

.footer-about p {
  line-height: 30px;
  color: var(--color-default);
}

.usefull {
  text-align: center;
  position: relative;
  border-top: 1px solid #3b3b3b6b;
  padding-top: 10px;
}

.useful-links {
  display: inline-block;
  /* margin: 16px 0 0px; */
  margin-bottom: 10px;
  padding: 6px 7px;
}

.footer-newsletter {
  margin-bottom: 15px;
}

.useful-ul {
  text-align: center;
  margin: 0;
  padding: 0;
  display: inline;
}

.useful-links span {
  display: inline-block;
  margin-right: 0px;
  text-transform: uppercase;
  color: var(--color-secondary);
  font-weight: 600;
  font-size: 20px;
}

.usefull .useful-ul li {
  display: inline-block;
  margin-bottom: 8px;
}

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

.usefull .useful-ul li a {
  padding: 0 7px;
  border-right: 1px solid #818181;
  color: var(--color-default);
  font-size: 16px;
}

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

.footer-newsletter {
  width: 400px;
  margin: 0px auto 15px;
}

.footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0 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;
  cursor: pointer;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: 0 0;
  font-size: 16px;
  padding: 0 20px;
  background-color: var(--color-primary);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

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

.test-box {
  position: absolute;
  top: 78px;
  width: 276px;
  margin: auto;
  left: 0px;
  right: 0px;
}

.test-quote-box {
  position: relative;
  /* filter: drop-shadow(2px 4px 6px rgb(134, 134, 134)); */
}

.test-quote-box::before {
  content: " ";
  position: absolute;
  width: 65%;
  height: 1px;
  background: var(--color-secondary);
  top: 64px;
  left: 0px;
}

.test-quote-box::after {
  content: " ";
  position: absolute;
  width: 65%;
  height: 1px;
  background: var(--color-secondary);
  bottom: 263px;
  right: 0px;
}

.test-quote-box img {
  /* filter: brightness(0) invert(1); */
}

.test-box-outer {
  position: relative;
  width: fit-content;
}

.test-head-inner h2 {
  font-size: 20px;
  color: var(--color-secondary);
}

.blog-content {
  position: relative;
  padding: 41px 30px 73px;
  background: #fff;
  box-shadow: 0px 0px 9px #0000001c;
  border-radius: 15px;
  margin-top: -28px;
  margin-bottom: -80px;
}

.blog-date h3 {
  font-size: 21px;
  background: var(--color-secondary);
  display: inline-block;
  padding: 6px 15px;
  color: #fff;
  font-weight: 300;
  z-index: 1;
}

.blog-content h2 {
  font-size: 20px;
  color: var(--color-primary);
}

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

.blogs-blk {
  position: relative;
  margin-top: 40px;
}

.blog-box {
  position: relative;
  cursor: pointer;
}

.blog-img {
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}

.blog-img img {
  width: 200px;
  border-radius: 50%;
  transition: all 300ms ease;
  position: relative;
}

.blog-img {
  position: relative;
}

.blog-img::before {
  content: " ";
  position: absolute;
  width: 198px;
  height: 198px;
  border: 1px solid var(--color-secondary);
  top: 6px;
  bottom: 0px;
  right: 20px;
  left: 0px;
  margin: auto;
  border-radius: 50%;
}

.blog-box:hover .blog-img img {
  transform: scale(1.05);
}

.blog-sec {
  position: relative;
  margin-bottom: 50px;
}

.blogs-blk {
  margin-top: 30px;
}

.feed-sec {
  position: relative;
  margin-bottom: 48px;
}

.feed-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/test-bg.png);
  background-repeat: no-repeat;
  left: 0px;
  background-position: left;
  background-size: 65%;
  top: 37px;
}

.contact-bg {
  position: relative;
}

.contact-bg img {
  box-shadow: 0px 0px 9px #0000008f;
}

.contact-btm .col-md-6 {
  padding-left: 0px;
  padding-right: 30px;
}

.contact-bg {
  margin-bottom: 15px;
}

.social-icons {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 1%;
}

.social-icons ul li {
  margin-right: 4px;
  display: inline-block;
}

.social-icons ul li a {
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  background: linear-gradient(to top, var(--color-primary), var(--color-secondary));
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 9px;
}

.social-icons ul li a:hover {
  background: var(--color-secondary);
}

.top-phn-btn {
  position: absolute;
  right: 212px;
  top: 18px;
  z-index: 1;
  font-size: 15px;
}

.top-phn-btn::before {
  content: " ";
  position: absolute;
  width: 123%;
  height: 1px;
  background: var(--color-secondary);
  bottom: -3px;
  right: -28px;
}

.top-phn-btn a {
  color: var(--color-default);
  font-size: 16px;
}

.chatbox {
  position: fixed;
  bottom: 108px;
  left: 28px;
  width: 260px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 51%);
  display: none;
  z-index: 99999;
}

.chatbox-header {
  background: var(--color-primary);
  color: #fff;
  padding: 13px 15px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px 10px 0px 0px;
}

.chatbox-header h2 {
  line-height: 33px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 24px;
}

.chatbox-header .btn-danger {
  color: var(--color-primary);
  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-primary);
  border-color: var(--color-primary);
}

.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;
}

.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::placeholder {
  color: var(--color-primary);
}

.chatbox-footer .form-control:focus {
  box-shadow: none;
  color: var(--color-primary);
}

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

#chatbox-open {
  position: fixed;
  bottom: 15px;
  left: 15px;
  padding: 0px;
  background: var(--color-primary);
  z-index: 5;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  box-shadow: 0px 15px 15px -10px #00000091;
  animation: BLINK 0.8s infinite;
}

@-webkit-keyframes BLINK {
  0%,
  50% {
    background-color: var(--color-primary);
  }

  51%,
  100% {
    background-color: var(--color-secondary);
  }
}

.btn img {
  width: 48px;
  filter: brightness(0) invert(1);
  position: relative;
}

#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;
}

.fac-sec {
  position: relative;

  margin-bottom: 100px;
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}

.facility-item {
  padding: 18px 12px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  border-bottom: 2px solid #007bff;
  text-align: center;
  transition: all 0.3s ease;
}

.facility-item:hover {
  color: #007bff;
  transform: translateY(-5px);
}

/* second row (3 items) */
.facility-grid > :nth-child(n + 5) {
  grid-column: span 1;
}

/* responsive */
@media (max-width: 992px) {
  .facility-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .facility-grid {
    grid-template-columns: 1fr;
  }
}

.fac-main-blk,
.fac-txt-blk,
.fac-txt {
  position: relative;
}

.fac-main-blk::before {
  content: "";
  position: absolute;
  height: 30%;
  width: 100%;
  border: 2px solid var(--color-secondary);
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  top: 0;
  left: 0;
}
.fac-main-blk::after {
  content: "";
  position: absolute;
  height: 30%;
  width: 100%;
  border: 2px dashed var(--color-primary);
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  bottom: 0;
  left: 0;
}

.fac-main-blk {
  min-height: 120px;
  display: grid;
  place-items: center;
  text-align: center;

  border-radius: 10px;
  padding: 0 10px;
  margin-bottom: 25px;
  background: linear-gradient(to top, #fff9f9, #ffffff00);
}

.fac-main-blk h2 {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-default);
  margin: 0;
  text-align: center;
}

.fac-txt-blk::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
  right: -13px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fac-txt-blk::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  color: var(--color-primary);
  line-height: 41px;
}

.fac-l {
  margin-bottom: 0px;
}

.fac-dot::before {
  top: 10px;
}

.fac-img-txt h2 {
  font-size: 25px;
  font-weight: 400;
  display: inline-block;
  padding-left: 25px;
}
.fac-img-txt h2 .span1 {
  font-weight: 600;
  color: var(--color-primary);
}

.fac-img-txt h2 .span2 {
  background-color: var(--color-secondary);
  color: #fff;
  padding: 2px 10px;
}
.fac-img-txt h2::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 18px solid var(--color-secondary);
  border-bottom: 10px solid transparent;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
}

.fac-img-txt h2::after {
  content: " ";
  position: absolute;
  width: 60%;
  height: 1px;
  background: var(--color-primary);
  right: -125px;
  top: 35px;
  bottom: -10px;
  margin: auto;
}
.contact-btm {
  position: relative;
}
.contact-btm-img {
  position: absolute;
  right: 0;
  width: 400px;
  top: 0;
}

.copyright {
  position: relative;
  display: inline-block;
  background: var(--color-default);
  color: #fff;
  padding: 5px 44px;
}

.copyright a {
  color: #fff;
}

.appnt-blk::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: var(--color-primary);
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #ffd2ef, #ffffff00, #ffffff00);
}

.appnt-blk {
  padding-top: 85px;
  position: relative;
}

.appt-left {
  position: absolute;
  left: -15px;
  bottom: -22px;
  z-index: 1;
  width: 45px;
}

.appt-right {
  position: absolute;
  right: -15px;
  bottom: -22px;
  z-index: 1;
  width: 45px;
  transform: scaleX(-1);
}

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

.fac-sec .sec-head {
  margin-bottom: 25px;
}

.fac-img1 {
  min-height: 55vh;
}

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

.top-wrap1 {
  position: relative;
}

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

.breadcrumb {
  position: relative;
  padding: 145px 0 30px;
  margin-bottom: 0;
  z-index: 2;
  display: block;
  background: transparent;
}

.bread-bg {
  padding: 33px 0px;
  position: relative;
  text-align: center;
}
 

.breadcrumb h1 {
  color: var(--color-secondary);
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 15px;
}

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

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

.breadcrumb ul li {
  font-size: 17px;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  padding: 0 8px;
  margin: 0;
}

.breadcrumb ul li::before {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  width: 0px;
  color: var(--color-secondary);
}

.breadcrumb ul {
  padding: 6px 0px;
  position: relative;
  display: inline-block;
  border-bottom: 2px solid var(--color-primary);
  border-top: 2px solid var(--color-primary);
}

.breadcrumb ul i {
  font-size: 20px;
  color: var(--color-default);
}

.main-menu .active .fa {
  color: #fff;
}

.main-itest-blk {
  position: relative;
  z-index: 1;
}
.main-itest-blk:after {
  content: "";
  display: block;
  clear: both;
}
.main-itest-blk .itest-blk {
  width: 50%;
  min-height: 207px;
  padding: 15px 0;
  margin: 0 10px 30px 0;
  box-shadow: 6px 0 4px -5px #555;
  float: left;
}
.main-itest-blk .itest-blk-content {
  color: #555;
  background-color: #fff;
  text-align: center;
  padding: 10px 0 35px;
  display: block;
  position: relative;
}
.main-itest-blk .itest-blk-content:hover {
  text-decoration: none;
}
.main-itest-blk .itest-blk-content:before {
  content: "";

  height: 100px;

  border-radius: 50%;
  box-shadow: 0 0 0 25px #eaeaea, 0 0 40px #555;
  transform: translateY(-50%);
  position: absolute;
  right: -55px;
  top: 50%;
  z-index: -1;
}
.main-itest-blk .itest-blk-icon {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -90px;
  z-index: 1;
}

.itest-blk-icon img {
  width: 75px;
}
.main-itest-blk .title {
  color: var(--color-secondary);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.main-itest-blk .description {
  color: var(--color-default);

  font-size: 16px;

  padding: 10px 15px;
  margin: 0;
  background: linear-gradient(to left, #cd038400, #cd038414);
}
.main-itest-blk .itest-blk:nth-child(even) {
  float: right;
  margin: 0 0 30px 10px;
  box-shadow: -6px 0 4px -5px #555;
}
.main-itest-blk .itest-blk:nth-child(even) .itest-blk-content:before {
  right: auto;
  left: -55px;
}
.main-itest-blk .itest-blk:nth-child(even) .itest-blk-icon {
  right: auto;
  left: -90px;
}
.main-itest-blk .itest-blk:nth-child(even) .description {
  background: linear-gradient(to right, #cd038400, #e6effa);
}

.main-itest-blk .itest-blk:nth-child(even) .title {
  color: var(--color-primary);
}

@media screen and (max-width: 767px) {
  .main-itest-blk .itest-blk,
  .main-itest-blk .itest-blk:nth-child(even) {
    width: 100%;
    padding: 0;
    margin: 60px 0 50px;
    box-shadow: 0 -6px 4px -5px #555;
  }
  .main-itest-blk .itest-blk-content:before {
    transform: translateY(0) translateX(50%);
    top: -50px;
    right: 50%;
  }
  .main-itest-blk .itest-blk:nth-child(even) .itest-blk-content:before {
    transform: translateY(0) translateX(-50%);
    left: 50%;
  }
  .main-itest-blk .itest-blk-icon {
    transform: translateY(0) translateX(50%);
    top: -75px;
    right: 50%;
  }
  .main-itest-blk .itest-blk:nth-child(even) .itest-blk-icon {
    transform: translateY(0) translateX(-50%);
    left: 50%;
  }
}
@media screen and (max-width: 567px) {
  .main-itest-blk .title {
    font-size: 18px;
  }
}

.rv-btn-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 290px;
}

.counter {
  border-radius: 12px;
  padding: 40px 0 20px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}
.counter:before,
.counter:after {
  content: "";
  background: linear-gradient(to bottom, #cd038400, var(--color-secondary));
  width: 100%;
  height: calc(100% - 30px);
  border-radius: 12px;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
.counter:after {
  background: #fff;
  width: calc(100% - 20px);
  height: calc(100% - 25px);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.counter .counter-icon {
  color: var(--color-primary);
  font-size: 35px;
  line-height: 35px;
  margin: 0 auto 24px;
  height: 25px;
  width: 46px;
  background: linear-gradient(to bottom, #2929292e, #cd038400);
  padding-top: 7px;
}

.counter p {
  font-size: 16px;
  font-weight: 400;
  margin: 0 10px 15px;
  color: var(--color-default);
  padding: 0 25px;
}
.counter .counter-value {
  color: var(--color-primary);
  font-size: 30px;
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 990px) {
  .counter {
    margin-bottom: 26px;
  }
}

._cform {
  position: relative;
  padding: 23px 23px;
  max-width: 1000px;
  text-align: center;
  border-right: 1px dashed;
}
._cform h3 {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 34px;
  color: var(--color-secondary);
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 9px;
}
._cform .form-control {
  height: 50px;
}
._cform textarea {
  height: 100px !important;
}

._cform .form-control::placeholder {
  color: #000000;
  opacity: 1;
}
._cform .form-control:focus {
  color: #000;
}
._cform .btn {
  background: var(--color-primary);
  border-color: transparent;
}
.c-form-row {
  position: relative;
  background-color: #fff;
  padding: 25px 15px;
  margin-top: 19px;
  box-shadow: 0 10px 10px #00000038;
  border-top: 7px solid #cd038433;
  border-radius: 14px;
}
.c-form-row::before {
  content: "";
  position: absolute;
  height: 150px;
  width: 150px;
  background-color: #e5eaf3;
  left: -35px;
  bottom: -35px;
  z-index: -1;
}
.c-form-row::after {
  content: "";
  position: absolute;
  height: 150px;
  width: 150px;
  background-color: #e5eaf3;
  right: -35px;
  bottom: -35px;
  z-index: -1;
}

.c-map iframe {
  box-shadow: -10px 10px 10px #00000069;
  width: 100%;
  height: 288px;
}

.c-map h3 {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 34px;
  color: var(--color-secondary);
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 9px;
}

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

.serv-image {
  position: relative;
  border: 1px solid var(--color-secondary);
  padding: 10px;
  margin-bottom: 10px;
}

.serv-image img {
  box-shadow: 0px 0px 10px #1a97a087;
}

.ol_istyles {
  padding: 0;
}

.ol_istyles li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  line-height: 28px;
  font-size: 16px;
  text-align: left;
}

.ol_istyles li::before {
  content: " ";
  position: absolute;
  width: 14px;
  height: 30px;
  background-image: url(../gallery/ip-bpnts.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0px;
  background-position: left;
  margin: auto;
}

.serv-matter h2 {
  color: var(--color-secondary);
  font-size: 23px;
  margin: 15px 0px 9px;
  font-weight: 500;
}

.serv-matter h2 a {
  color: var(--color-teritary);
}

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

.gallery_list .gbox {
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 176px;
  margin-bottom: 30px;
  border: 6px solid #f5f5f5;
  box-shadow: 0 0 12px #c2c2c2;
}

.gbox {
  background: #333;

  text-align: center;
  overflow: hidden;
  position: relative;
  transition: all 0.35s ease-in-out;
}

.gbox:before,
.gbox:after {
  content: "";
  background: var(--color-primary);
  width: 100%;
  height: 0;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.gbox:before {
  right: 0;
  bottom: 0;
  background: var(--color-secondary);
}
.gbox:after {
  top: 0;
  left: 0;
}
.gbox:hover:before,
.gbox:hover:after {
  width: 100%;
  height: 100%;
}
.gbox img {
  width: 100%;
  height: auto;
  transform: scale(1.1) translateY(4%);
  transition: all 0.35s ease-in-out;
}
.gbox:hover img {
  opacity: 0.3;
  transform: scale(1.1) translateY(-4%);
}
.gbox-content {
  color: #fff;
  width: 100%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.25s ease 0s;
}
.gbox:hover .gbox-content {
  opacity: 1;
}
.gbox .gtitle {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.gbox .gicon {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gbox .gicon li {
  margin: 0 3px;
  display: inline-block;
}
.gbox .gicon li a {
  color: var(--color-primary);
  background: #fff;
  font-size: 14px;
  line-height: 29px;
  width: 32px;
  height: 32px;
  border: 3px solid transparent;
  display: block;
  position: relative;
  transition: all 0.25s ease;
}
.gbox .gicon li a:hover {
  color: #fff;
  background: var(--color-primary);
  border: 3px solid #fff;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
.gbox .gicon li a i {
  line-height: inherit;
}
@media only screen and (max-width: 990px) {
  .gbox {
    margin: 0 0 30px;
  }
}

.ip-abt-counter {
  color: var(--color-default);
  text-align: center;
  padding: 100px 0 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ip-abt-counter:before {
  content: "";
  height: 150px;
  width: 150px;
  background: linear-gradient(to bottom, var(--color-primary), var(--color-secondary));
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  top: 35px;
  z-index: -1;
}
.ip-abt-counter .ip-abt-counter-icon {
  color: #fff;
  font-size: 45px;
  transform: translateX(-50%) scale(1) rotateX(0);
  position: absolute;
  left: 50%;
  top: 32px;
  transition: all 0.3s;
}

.ip-abt-counter .ip-abt-counter-icon i {
  line-height: inherit;
}
.ip-abt-counter .ip-abt-counter-content {
  background-color: #fff;
  height: 250px;
  width: 250px;
  padding: 35px 11px 30px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 10px #909090, 0 0 0 10px #e7e1e8;
  z-index: 1;
  transition: all 0.3s;
}

.ip-abt-counter .ip-abt-counter-value {
  font-size: 15px;

  text-transform: capitalize;
  margin: 0;
  text-align: center;
  line-height: 25px;
}
.ip-abt-counter h3 {
  color: var(--color-secondary);
  font-size: 35px;
  font-weight: 500;
  margin: 0px;
  display: inline-block;
  border-bottom: 1px dashed var(--color-default);
}

@media screen and (max-width: 990px) {
  .ip-abt-counter {
    margin-bottom: 30px;
  }
}

.abt-ipmvv {
  margin-top: 45px;
}

.ip-abt-counter-icon img {
  width: 50px;
  filter: brightness(0) invert(1);
}

.abt-ipmvv .col-md-4 {
  margin: 0px -20px;
}

.team-ip-blk {
  position: relative;
}
.team-ip-doc-blk {
  position: relative;
  margin-bottom: 45px;
}
.team-ip-doc-content {
 position: relative;
  text-align: center;
  margin-top: 16px;
  padding-top: 18px;
  background: linear-gradient(to top,#cd03840d,#29292900);
  padding-bottom: 25px; 
}
.team-ip-doc-content h2 {
  color: var(--color-secondary);
  font-weight: 500;
  font-size: 28px;
}

.team-ip-doc-content h3 {
  font-weight: 400;
  font-size: 18px;
}

.team-ip-doc-content h4 {
  font-weight: 500;
  font-size: 20px;
}

.team-ip-doc-content::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: var(--color-primary);
  left: 0;
  top: 0;
}

.team-ip-doc-content::after {
  content: "";
  position: absolute;
  top: -5px; /* adjust as needed */
  left: 0;
  right: 0;
  margin: auto;

  width: 0;
  height: 0;

  border-left: 8px solid transparent;   
  border-right: 8px solid transparent;  
  border-bottom: 8px solid var(--color-secondary); 
}
.team-ip-doc-img img {
  border: 8px solid #fff0;
  box-shadow: 0 0 10px #00000030;
}

.video-block iframe{
  border: 8px solid #fff;
  box-shadow: 0 0 10px #00000030;
  width: 100%;
  height: 200px;
}

.video-block{
  margin-bottom: 20px;
}