/***
====================================================================
	Reset
====================================================================
***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}
.mobile-view {
  display: none;
}
:root {
  --color-default: #292929;
  --color-primary: #d4af37;
  --color-secondary: #08172a;
}
.container {
  position: relative;
}
.mobile-view {
  display: none;
}
/***
====================================================================
	Desktop Menu
====================================================================
***/
.desktop-nav-toggler {
  margin-top: 30px;
  cursor: pointer;
}
.inner1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: visible;
  border: 1px solid;
  padding: 3px 10px;
  border-radius: 41px;
  background: var(--color-secondary);
}
.inner1 img {
  width: 28px;
  filter: brightness(0) invert(1);
}
.inner1 span {
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 3px;
  color: #fff;
}
.main-menu-visible {
  overflow: hidden;
}
.main-menu-visible .main-menu {
  opacity: 1;
  visibility: visible;
}
.main-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.menu-box-centered {
  position: absolute;
  /* display: flex;  */
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-top: 65px;
}
/*** 
====================================================================
	Global Settings
====================================================================
 ***/
body {
  font-size: 16px;
  color: var(--color-default);
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
  background: #eee2dc36;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: var(--color-primary);
}

.serv-matter p a,
.serv-matter p a:hover,
.serv-matter p a:focus,
.serv-matter p a:visited,
.serv-matter ol li a,
.serv-matter ol li p a:hover,
.serv-matter ol li a:focus,
.serv-matter ol li a:visited { 
  color: #023779;
  font-weight: 500;
}

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;
}
.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%;
  z-index: -99;
  background-image: url(../gallery/bg1.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  top: 0px;
  opacity: 0.6;
}
.top-wrap {
  position: relative;
  height: 100vh;
  border-top: 3px solid var(--color-secondary);
}
/**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: 12px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  width: 462px;
}
.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: 64px 0 0;
  top: 0;
}
.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}
.main-menu .navigation {
  position: relative;
  display: block;
  padding: 5px 11px;
  background: #84a852;
  border-radius: 41px;
}
.main-menu .navigation > li {
  position: relative;
  display: inline-table;
}
.main-menu .navigation > li > a:hover {
  color: var(--color-default);
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  font-size: 19px;
  line-height: 30px;
  border-right: 0px;
  padding: 2px 10px;
  opacity: 1;
  color: #fff;
  border-radius: 5px;
}
.main-menu .navigation > li > a i {
  font-size: 14px;
  color: #fff;
}
/*** 
========================================
    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;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-secondary);
  clip-path: polygon(84% 0%, 73% 100%, 0% 100%, 0% 0%);
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -2;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
}
.mobile-menu-visible .mobile-menu::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  transition: all 0.7s ease;
}
.mobile-menu::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/menu-bg.jpg);
  background-position: center left;
  clip-path: polygon(84% 0%, 73% 100%, 0% 100%, 0% 0%);
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
}
.mobile-menu-visible .mobile-menu::after {
  opacity: 0.3;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  transition: all 0.7s ease;
}
.mobile-menu-inner {
  position: relative;
  height: 100%;
}
.mobile-menu-inner::before {
  content: " ";
  position: absolute;
  width: 2px;
  height: 58%;
  background: #fff;
  left: 88px;
  bottom: 0px;
  opacity: 0.1;
  z-index: -1;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #08172aba;
  -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;
}
.menu-opac {
  position: absolute;
  left: -72px;
  color: #fff;
  transform: rotate(-90deg);
  top: 132px;
  font-size: 198px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 5px;
  opacity: 0.05;
  animation: floatUpDown 4s ease-in-out infinite;
}
@keyframes floatUpDown {
  0% {
    top: 132px;
  }
  50% {
    top: 110px;
  }
  100% {
    top: 132px;
  }
}
.mobile-menu-logo {
  position: relative;
}
.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 .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-box {
  position: absolute;
  left: -128px;
  top: 0px;
  right: 0px;
  margin: auto;
  width: 750px;
  height: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 88px 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-logo {
  position: relative;
  text-align: center;
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 30px;
}
.mobile-menu-logo img {
  width: 338px;
  filter: brightness(0) invert(1);
}
.mobile-menu .close-btn {
  position: absolute;
  top: 10px;
  border: 2px solid #fff;
  right: 10px;
  color: #ffffff;
  font-size: 18px;
  border-radius: 50%;
  line-height: 27px;
  width: 32px;
  height: 32px;
  display: block;
  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-btm-contact {
  text-align: center;
  color: #fff;
  position: relative;
  margin-top: 40px;
}
.mobile-btm-block i {
  /* opacity: 0.6; */
  margin-bottom: 3px;
}
.mobile-btm-block p {
  font-weight: 100;
  font-size: 18px;
  /* opacity: 0.6; */
}

.mobile-btm-block p a {
  color: #fff;
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  /* width: 100%; */
  float: none;
  margin: 56px 132px;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid #ffffff08;
}
.mobile-menu .navigation li:first-child {
  border-top: 0px;
}
.mobile-menu .navigation li > ul > li {
  border-top: 1px solid rgb(255 255 255 / 10%);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid #ffffff08;
}
.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: 18px 14px;
  color: #ffffff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  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;
  letter-spacing: 0.5px;
}
.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: 0px;
  text-transform: capitalize;
  position: relative;
  color: #fff;
  padding: 6px 16px;
  letter-spacing: 0px;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  top: 18px;
  right: 6px;
  width: 26px;
  height: 26px;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  line-height: 26px;
  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: 1;
}
.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: 105px;
}
.main-menu .navigation > li > ul.cstmwidth1 {
  width: 285px;
}
.main-menu .navigation > li > ul > li > a:hover {
  padding-left: 30px;
}
.mobile-menu .navigation li > ul {
  display: none;
  position: absolute;
  z-index: 2;
  box-shadow: 0px 0px 8px #ffffff45;
  left: 0px;
  margin: auto;
  width: fit-content;
  background: var(--color-secondary);
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  top: 0%;
  visibility: hidden;
  left: 100%;
  width: 300px;
  opacity: 0;
  z-index: 100;
  background: linear-gradient(to bottom, #fff, #f4edfff7);
  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 {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f0f0f03d;
}
.main-menu .navigation > 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: 15px;
  font-weight: 400;
  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 {
  border-bottom: none;
}
.fa-right i {
  position: absolute;
  right: 13px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
}
/*
* 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/banner1.jpeg);
}
/***
====================================================================
	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-teritary);
}
.doc-sec {
  position: relative;
  margin-bottom: 125px;
}
.doc-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/about-bg.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto;
  top: 0px;
  z-index: -1;
  opacity: 0.2;
  filter: grayscale(1);
}
.doc-opac {
  font-size: 80px;
  font-weight: 300;
  left: 311px;
  top: 80px;
  text-transform: uppercase;
  opacity: 0.03;
  position: absolute;
  color: var(--color-secondary);
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 2px;
}
.doc-right-side {
  position: relative;
  margin-top: 132px;
}
.doc-inner-head {
  position: relative;
  padding: 10px 20px;
}
.doc-inner-head h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 48px;
  color: var(--color-secondary);
}
.doc-inner-head h3 {
  font-size: 16px;
  font-weight: 500;
  padding-right: 103px;
  margin: 3px 0px 4px;
  line-height: 23px;
}
.doc-inner-head h4 {
  font-size: 16px;
  font-weight: 500;
  background: #f5efdb;
  display: inline-block;
  padding: 6px 10px 8px;
  color: var(--color-secondary);
  border-radius: 3px;
  margin-top: 5px;
  left: -10px;
  position: relative;
  box-shadow: -13px 0px 12px -10px #000000;
}
.exp-blk {
  position: relative;
  background-color: #f5efdb;
  padding: 10px 0;
  border-radius: 15px;
  margin-top: 30px;
}
.exp-blk .col-md-3:nth-child(1),
.exp-blk .col-md-3:nth-child(2),
.exp-blk .col-md-3:nth-child(3) {
  border-right: 1px dashed var(--color-secondary);
}
.exp-blk .exp-txt {
  position: relative;
  padding: 11px;
}
.exp-blk .exp-txt h2 {
  font-family: "Cinzel", serif;
  font-size: 71px;
  line-height: 55px;
  font-weight: 300;
  color: var(--color-secondary);
}
.exp-txt h3 {
  color: var(--color-default);
  font-size: 18px;
  font-weight: 400;
}
.exp-blk .col-md-3:nth-child(2)::before {
  content: "";
  position: absolute;
  height: 6px;
  width: 95px;
  border-radius: 5px;
  background-color: var(--color-primary);
  z-index: -1;
  bottom: -16px;
  left: -48px;
  margin: auto;
}
.exp-blk .col-md-3:nth-child(4)::before {
  content: "";
  position: absolute;
  height: 6px;
  width: 95px;
  border-radius: 5px;
  background-color: var(--color-primary);
  z-index: -1;
  bottom: -16px;
  left: -48px;
  margin: auto;
}
.exp-blk::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 95px;
  border-radius: 5px;
  background-color: var(--color-primary);
  z-index: -1;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
}
.doc-profession-data {
  position: relative;
  padding: 18px 18px 5px;
  margin: 20px 35px 0px;
  left: -30px;
}
.doc-profession-data::after {
  content: " ";
  position: absolute;
  width: 49%;
  height: 44%;
  border: 2px solid var(--color-primary);
  top: 30px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.item-indu {
  width: 157px;
  height: 113px;
  background: var(--color-secondary);
  color: #fff;
  text-align: center;
  padding: 22px 8px;
  border-radius: 18px;
  margin: 0px auto 20px;
}
.item-indu span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.item-indu p {
  margin-bottom: 0px;
  line-height: 15px;
  font-size: 13px;
  position: relative;
  z-index: 1;
}
.doc-profession-data h5 {
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 2px;
  border-bottom: 1px solid;
  display: inline-block;
  color: var(--color-secondary);
}
.extra-sec {
  position: relative;
  margin-bottom: 78px;
}
.extra-head h2 {
  font-weight: 400;
  margin-left: 200px;
  margin-bottom: 20px;
  position: relative;
}
.extra-head h2 span {
  color: #fff;
  background: var(--color-secondary);
  padding: 0px 8px 5px;
  font-weight: 300;
}
.extra-head h2::after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #ffffff00;
  border-left: 14px solid var(--color-primary);
  border-bottom: 10px solid #ffffff00;
  left: -13px;
}
.extra-head {
  position: relative;
  margin-bottom: 20px;
}
.extra-head h3 {
  text-align: right;
  margin-right: 80px;
  font-weight: 400;
  position: relative;
}
.extra-head h3::before {
  content: " ";
  position: absolute;
  width: 203px;
  height: 2px;
  background: var(--color-primary);
  left: 240px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.extra-head h3 span {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-primary);
}
.extra-matter p {
  line-height: 30px;
}
.extra-row-btm .col-md-3:nth-child(2) .extra-img-block {
  transform: scale(1.1);
}
.extra-row-btm .col-md-3:nth-child(1) .extra-img-block {
  text-align: right;
}
.extra-row-btm .col-md-3:nth-child(1) .extra-img-block img {
  border-radius: 50px 0px 0px 50px;
  position: relative;
  left: 41px;
  filter: grayscale(1);
}
.extra-row-btm .col-md-3:nth-child(3) .extra-img-block img {
  border-radius: 0px 50px 50px 0px;
  left: -41px;
  position: relative;
  z-index: -1;
  filter: grayscale(1);
}
.extra-row-btm .col-md-4:nth-child(2) .extra-img-block img {
  border-radius: 30px;
}
.extra-row-btm {
  position: relative;
  margin-top: 30px;
}
.extra-img-block {
  position: relative;
}
.extra-img-block img {
  border: 2px solid #fff;
  box-shadow: 0px 20px 10px -10px #0000004d;
}
.extra-img-btm {
  text-align: right;
  margin: 40px 0px 10px;
}
.extra-img-btm p {
  font-size: 20px;
  font-weight: 600;
  border-right: 3px solid var(--color-primary);
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-transform: uppercase;
  color: var(--color-secondary);
  background: linear-gradient(to left, #08172a12, #00000000);
}
.extra-img-top {
  text-align: left;
  margin: 10px 0px 30px;
}
.extra-img-top p {
  font-size: 20px;
  font-weight: 600;
  border-left: 3px solid var(--color-primary);
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-transform: uppercase;
  color: var(--color-secondary);
  background: linear-gradient(to right, #08172a12, #00000000);
}
.extra-points {
  position: relative;
  text-align: center;
}
/* .extra-points::before{
  content: " ";
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg,var(--color-primary),#ffffff00);
  z-index: -1;
  opacity: 0.3;
} */
.extra-points img {
  width: 46px;
}
.extra-points h4 {
  margin-top: 8px;
  font-size: 18px;
  color: var(--color-secondary);
  padding: 0px 26px;
}
.extra-points p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0px;
}
.extra-points-row {
  position: relative;
  margin: 8px 0px 20px;
}
.extra-points-row .col-md-3:nth-child(2)::before,
.extra-points-row .col-md-3:nth-child(3)::before,
.extra-points-row .col-md-3:nth-child(4)::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 70%;
  background: var(--color-secondary);
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  z-index: -1;
}
.serv-sec {
  position: relative;
  margin-bottom: 98px;
}
.serv-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-secondary);
  z-index: -2;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}
.serv-sec::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/serv-bg1.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.08;
  filter: grayscale(1);
  top: 0px;
}
.serv-sec-inner {
  position: relative;
  padding: 90px 0px 80px;
}
.serv-sec-inner::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/serv-bg-top.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 750px;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 0.1;
}
.serv-row .col-md-4 {
  padding: 8px;
}
.serv-row::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 98%;
  background: #fff;
  bottom: 0px;
  right: 0px;
  left: -258px;
  margin: auto;
  z-index: -1;
  opacity: 0.2;
}
.serv-row::after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 98%;
  background: #fff;
  bottom: 0px;
  right: 0px;
  left: 258px;
  margin: auto;
  z-index: -1;
  opacity: 0.2;
}
.serv-row-outer {
  position: relative;
}
.serv-row-outer::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  top: -220px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  opacity: 0.2;
}
.serv-row-outer::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  top: 220px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  opacity: 0.2;
}
.serv-block {
  position: relative;
  padding: 20px 8px;
  height: 210px;
  border-radius: 12px;
  cursor: pointer;
  display: block;
  text-align: center;
}
.serv-block h2 {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  margin: 10px 0px 5px;
  border-bottom: 1px solid;
}
.serv-block p {
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 300;
  padding: 0px 10px;
}
.serv-img {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin: auto;
}
.serv-img img {
  width: 48px;
  filter: brightness(0) invert(1);
}
.serv-sec-outer {
  position: relative;
}
.serv-sec-outer::before {
  content: " ";
  position: absolute;
  width: 1004px;
  height: 89px;
  background: #755c10;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 6% 0%);
  top: -42px;
  right: 0pc;
}
.serv-sec-outer::after {
  content: " ";
  position: absolute;
  width: 500px;
  height: 58px;
  background: #755c10;
  clip-path: polygon(92% 0%, 100% 100%, 0% 100%, 0% 0%);
  bottom: -1pc;
  left: 0pc;
}
.appoint-sec {
  position: relative;
  margin-bottom: 68px;
}
.appointment-form.appointment-form1 {
  position: absolute;
  top: 0.5pc;
  left: 0pc;
  opacity: 0.05;
  filter: grayscale(1);
  transform: perspective(1000px) rotate(14deg) translateX(-40px);
}
.appointment-form.appointment-form2 {
  position: absolute;
  top: 1pc;
  left: 0pc;
  opacity: 0.05;
  filter: grayscale(1);
  transform: perspective(1000px) rotate(14deg) translateX(-80px);
}
.appointment-form {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  text-align: center;
  padding: 68px 70px;
  color: #fff;
  position: relative;
  background: var(--color-secondary);
  top: 0px;
  left: 0pc;
  margin-top: 0pc;
  margin-left: 112px;
  transform: perspective(1000px) rotate(0deg);
}
.appointment-form::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-primary);
  left: -13px;
  right: 0px;
  top: 10px;
  bottom: 0px;
  margin: auto;
  border-radius: 50%;
}
.appointment-form h2 {
  font-size: 29px;
  font-weight: 500;
}
.appointment-form .form-control {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 11px 22px;
  border-radius: 0px;
  font-size: 15px;
}
.appointment-form .form-group i {
  position: absolute;
  left: 13px;
  top: 16px;
  color: #fff;
  font-size: 13px;
}
.appointment-form .form-control::placeholder {
  color: #fff;
}
.appointment-form .theme-btn {
  background: var(--color-primary);
  color: #fff;
  padding: 3px 12px 0px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 22px;
  margin-top: 15px;
}
.appointment-form .col-md-6,
.appointment-form .col-md-12 {
  padding: 0px 8px;
}
.appointment-form p {
  font-size: 15px;
}
.inner-form {
  padding: 0px 20px;
}
.feedback-sec {
  position: relative;
  margin-bottom: 135px;
}
.feedback-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/test-img.png);
  background-repeat: no-repeat;
  right: -101px;
  background-position: right;
  background-size: contain;
  top: 64px;
  filter: grayscale(1);
  opacity: 0.5;
}
.feedback-sec .f-one {
  position: relative;
  min-height: 200px;
  background: linear-gradient(to left, #fcfcfb, #f3f0e4);
  border-radius: 25px;
  margin-bottom: 25px;
  padding: 24px;
}
.testi-star {
  background: #dec984;
  display: inline-block;
  padding: 0 12px;
  border-radius: 15px;
  color: var(--color-secondary);
  position: relative;
  left: -33px;
  margin: 3px 0px 5px;
}
.f-one p {
  font-size: 15px;
  margin-bottom: 7px;
}
.f-row {
  position: relative;
  padding-top: 65px;
}
.f-row::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/google-icon.png);
  filter: brightness(0) invert(0);
  background-size: 295px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.03;
  top: 0px;
  left: 0px;
}
.f-left {
  margin-top: -25px;
}
.f-left::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  top: -81px;
  left: 0;
  background-image: url(../gallery/q-top.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.2;
  margin: auto;
  right: 0;
}
.f-right::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  bottom: -81px;
  left: 0;
  background-image: url(../gallery/q-btm.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.2;
  margin: auto;
  right: 0;
}
.f-one h2 {
  font-size: 28px;
  color: var(--color-secondary);
}
.f-right {
  margin-top: 25px;
}
.sec-head h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-primary);
}
.sec-head h2 {
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 500;
  color: var(--color-secondary);
}
.sec-head p {
  padding: 0px 118px;
}
.text-div {
  width: 200px;
  margin: auto;
}
.sub-head p {
  font-size: 15px;
}
.sec-head h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  padding: 3px 8px 4px;
  margin-left: 5px;
  background: var(--color-primary);
}
.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 {
  padding: 5px 0;
}
.bottom-footer p {
  margin: 0;
  font-size: 15px;
  display: inline-block;
  padding: 5px 2px;
  border-top: 1px solid #39393938;
}
.bottom-footer a {
  font-weight: 600;
}
.footer_section .footer_wid .footer_logo {
  width: 300px;
}
.footer_section .footer_top {
  position: relative;
  padding: 15px 10px 10px;
}
.footer_section .footer_top h2 {
  color: var(--color-secondary);
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
  background-color: #fbfbfb;
  border-bottom: 2px solid var(--color-primary);
  padding: 2px 10px;
  border-radius: 25px;
  box-shadow: 0px 3px 5px #c1c1c1;
}
.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;
}
.social-icon-two {
  position: relative;
  margin: 2px 0px;
}
.social-icon-two li {
  position: relative;
  display: inline-block;
}
.social-icon-two li a {
  position: relative;
  display: block;
  font-size: 24px;
  width: 38px;
  height: 38px;
  line-height: 37px;
  color: var(--color-default);
  border-radius: 50%;
  font-weight: 400;
  margin: 0 1px;
}
.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: 363px;
  margin: 10px 0px;
}
.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;
  position: relative;
  margin-bottom: 4px;
  margin-top: 20px;
}
.footer-widget__social span {
  color: #06334d;
  font-size: 24px;
  font-weight: 600;
}
.footer-widget__social ul {
  display: flex;
  list-style: none;
  margin: 0 2px 0;
  padding: 0;
}
.footer-widget__social li a {
  display: block;
  width: 41px;
  height: 41px;
  border-radius: 8px;
  text-align: center;
  line-height: 39px;
  color: var(--color-secondary);
  margin: 0 4px;
  box-shadow: 0px 3px 5px #c1c1c1;
  font-size: 19px;
  border: 1px solid var(--color-primary);
}

.footer-widget__social li a img{
  width: 18px;
}
.footer-widget__social li a:hover img{
  filter: brightness(0)invert(1);
}
.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, #ffffff00, #ddd);
}
.footer_add_row .col-md-3:nth-child(2) {
  background: linear-gradient(to right, #ffffff00, #ddd, #ffffff00);
}
.footer_add_row .col-md-3:nth-child(3) {
  background: linear-gradient(to left, #ffffff00, #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;
  color: var(--color-default);
}
.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-secondary);
  cursor: pointer;
  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 {
  font-size: 19px;
  display: inline-block;
  background-color: var(--color-default);
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.f-ad p {
  margin-bottom: 0px;
}
.footer_section .f-ad {
  text-align: center;
  padding-top: 6px;
}
.footer_section .f-call {
  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-secondary);
}
.footer_section .footer-btm a {
  color: var(--color-secondary);
  font-size: 15px;
  display: block;
}
.footer_section .shape {
  position: relative;
  width: 70%;
  height: 5px;
  border-radius: 15px;
  background: linear-gradient(to left, var(--color-primary), transparent, var(--color-secondary));
}
.f-reach {
  margin-top: 15px;
}
.footer_links1 {
  text-align: center;
}
.footer_links1 ul {
  display: inline-block;
  margin: 0 0 15px;
}
.footer_links1 ul li {
  display: inline-block;
  line-height: 35px;
}
.footer_links1 ul li:last-child a {
  border-right: 0px;
}
.footer_links1 ul li a {
  color: var(--color-default);
  font-size: 15px;
  line-height: 19px;
  border-right: 1px dashed;
  padding: 0 11px;
}
.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;
  border-radius: 12px;
}
.subscribe-block::before {
  content: "";
  position: absolute;
  height: 120%;
  width: 95%;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: #0a3b5921;
  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: 16px;
}
.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-primary);
  border: none;
  border-radius: 0;
  padding: 11px 16px;
  color: #fff;
}
.v-text {
  position: relative;
  text-align: center;
}
.footer_section .fd-img img {
  width: 350px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 13px #8c8c8c;
}
.footer-logo {
  position: relative;
  display: inline-block;
  margin: auto;
  left: 0;
  right: 0;
}
.footer-txt {
  position: relative;
}
.footer-adr {
  padding: 25px 0 10px;
}
.footer-adr .fad-txt h3 {
  font-size: 20px;
  color: var(--color-primary);
}
.footer-adr .f-icon {
  width: 45px;
  margin-right: 10px;
}
.f-adr {
  display: flex;
}
.footer-adr .col-md-4:nth-child(2) {
  border-left: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
}
.c_address_block {
  position: relative;
  padding: 0 0 18px;
}
.c_address_block_list {
  position: relative;
}
.c_address_block_list::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 98%;
  border-left: 1px dashed var(--color-secondary);
  left: 36px;
  top: -19px;
  margin: auto;
  z-index: -1;
}
.c_adress_list {
  position: relative;
  padding: 26px 0px 3px 66px;
}
.c_adress_list i {
  position: absolute;
  left: 16px;
  width: 42px;
  height: 42px;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 9px;
  line-height: 40px;
  top: 19px;
}
.c_adress_list span {
  font-size: 15px;
}

.c_adress_list span a {
  color: var(--color-default);
}

.cta-sec {
  position: relative;
}
.cta-sec .container {
  max-width: 1280px;
}
.cta-inner-sec {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  color: #fff;
  padding: 65px 60px;
  text-align: center;
}
.cta-inner-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-secondary);
  top: 0px;
  z-index: -1;
  bottom: 0px;
  margin: auto;
  left: 0px;
  opacity: 0.9;
}
.cta-inner-sec::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/cta-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  top: 0px;
  z-index: -2;
  bottom: 0px;
  left: 0px;
  margin: auto;
  filter: grayscale(1);
}
.cta-row::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/cta-side-img.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 450px;
  right: 0px;
  top: 0px;
  margin: auto;
  opacity: 0.6;
  filter: grayscale(1);
}
.cta-main-block p {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 300;
}
.cta-main-block a {
  display: inline-block;
  padding: 4px 10px;
  background: var(--color-primary);
  border-radius: 5px;
  margin-top: 8px;
  text-transform: capitalize;
  font-size: 15px;
  color: #fff;
}
.cta-main-block h2 {
  font-weight: 300;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
.cta-main-block h2::before {
  content: " ";
  position: absolute;
  width: 80%;
  height: 1px;
  background: #fff;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.serv-head {
  position: absolute;
  text-align: left;
  top: -111px;
  right: -12pc;
  width: 748px;
}
.serv-head h2 {
  /* color: var(--color-secondary); */
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0px 15px;
  border-left: 4px solid;
}
.serv-head p {
  font-size: 14px;
  padding-right: 180px;
  line-height: 22px;
  color: #fff;
  margin-top: 5px;
}
.appoint-matter-head {
  position: relative;
}
.appoint-matter-head h2 {
  font-size: 40px;
}
.serv-watermark {
  position: absolute;
  left: -185px;
  color: #fff;
  transform: rotate(-90deg);
  top: 380px;
  font-size: 198px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 5px;
  opacity: 0.05;
  animation: floatUpDown1 4s ease-in-out infinite;
}
@keyframes floatUpDown1 {
  0% {
    top: 360px;
  }
  50% {
    top: 320px;
  }
  100% {
    top: 360px;
  }
}
.hipec-sec {
  position: relative;
  margin-bottom: 45px;
}
.hipec-inner-btm {
  position: relative;
  padding: 42px 12px;
  color: #fff;
  margin: 0px 70px;
  text-align: center;
  background: var(--color-secondary);
  border-radius: 16px;
}
.hipec-inner-btm::before {
  content: " ";
  position: absolute;
  width: 385px;
  height: 1px;
  background: var(--color-primary);
  left: -26px;
  top: 14px;
}
.hipec-inner-btm::after {
  content: " ";
  position: absolute;
  width: 352px;
  height: 1px;
  background: var(--color-primary);
  right: -35px;
  bottom: 14px;
}
.hipec-circle {
  position: relative;
}
.hipec-inner-head h2 {
  font-weight: 300;
  font-size: 26px;
  position: relative;
  margin-bottom: 10px;
  background: linear-gradient(to right, #ffffff00, #ffffff24, #ffffff00);
}
.hipec-inner-btm p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0px;
}
.hipec-inner-btm h3 {
  font-weight: 300;
  margin-bottom: 8px;
  font-size: 19px;
}
.hipec-opac {
  position: absolute;
  right: -30px;
  left: 0px;
  margin: auto;
  color: var(--color-secondary);
  top: -195px;
  font-size: 162px;
  transform: rotate(-90deg);
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 5px;
  opacity: 0.05;
}
@keyframes floatright {
  0% {
    top: -11pc;
  }
  50% {
    top: -9pc;
  }
  100% {
    top: -11pc;
  }
}
.wa-form {
  vertical-align: bottom;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: fixed !important;
  bottom: 55px;
  left: -8px;
  padding: 0;
  width: 320px;
  max-width: 90%;
  -moz-transition: 0.5s linear;
  pointer-events: none;
  z-index: -1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  animation-delay: -2s;
  -webkit-animation-delay: -2s;
}
.whatsapp-block.active .wa-form {
  pointer-events: auto;
  z-index: 1000;
}
.wa-header {
  display: flex;
  align-items: center;
  background: linear-gradient(to left, var(--color-primary), var(--color-secondary));
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 10px 15px;
  position: relative;
  justify-content: space-between;
  box-shadow: 0px 16px 32px 0px #1a0e3529;
  min-height: 45px;
}
.whatsapp-block .wa-text-field {
  padding-right: 0;
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.whatsapp-block .wa-icon img {
  height: 33px;
  width: 33px;
}
.whatsapp-block .wa-close i {
  color: #fff;
}
.wa-message {
  padding: 7px 14px 6px;
  background-color: #f7faff;
  border-radius: 0 10px 52px;
  position: relative;
  transform-origin: center top;
  z-index: 2;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  box-shadow: 0px 0px 8px #0000001a;
  border: 1px solid #fff;
}
.wa-time {
  color: #a1a1a9;
  font-size: 10px;
  line-height: 12px;
}
.wa-content {
  padding: 20px;
  z-index: 1000;
  padding-bottom: 0px;
}
.wa-text-field {
  margin-top: 8px;
  position: relative;
  z-index: 1001;
}
.wa-footer {
  position: relative;
  padding: 20px 15px;
  pointer-events: auto;
  padding-top: 5px;
}
.wa-btn {
  text-align: center !important;
  height: 40px !important;
  width: 40px !important;
  padding: 0 !important;
  background: var(--color-secondary) !important;
  border-radius: 20px !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  margin: 0 0 0 10px !important;
  text-decoration: none !important;
  border: none !important;
  min-width: 1px !important;
  flex: 0 0 40px;
  color: #fff;
}
.wa-text-field .form-control {
  height: 40px !important;
  line-height: 40px;
  padding: 0 10px 0 15px;
  font-size: 16px;
  resize: none;
  width: 100%;
  border: none !important;
  border-radius: 24px;
  outline: 0;
  box-shadow: none !important;
  background: #fff8df !important;
  margin: 0;
  color: var(--color-secondary);
  flex: 1;
}
.form-control::placeholder {
  color: #000000;
}
.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out;
}
.whatsapp-block.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 1000;
}
.wa-close {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  z-index: 1001;
}
.whatsapp-block {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 320px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
  z-index: -1;
}
.whatsapp-block.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 1000;
}
.wa-close {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  z-index: 1001;
  /* Ensure it's on top */
}
.wa-text-field .form-control::placeholder {
  font-size: 13px;
}
.blogs-sec {
  position: relative;
  min-height: 450px;
}
.whatsapp-img {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 20px;
  line-height: 51px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  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;
  border-radius: 50%;
  background-color: #fff;
  padding: 4px;
  box-shadow: 0px 1px 10px #cba73559;
}
.whatsapp-img img {
  border-radius: 50%;
  filter: saturate(0.6);
}
.whatsapp-img::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  right: 0;
  border-radius: 50%;
  background-color: var(--color-secondary);
}
.wa-inner-content p span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-20px);
}
.wa-inner-content p span.animate {
  animation: slideIn 0.5s forwards;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.mobile-menu .close-btn.mobile-view {
  display: none;
}

.breadcrumb {
  position: relative;
  margin: 134px 0 16px;
  z-index: 2;
  background: #ffffff00;
  display: block;
  box-shadow: 0px 0px 15px #0000004f;
  padding: 73px 0px;
}

.breadcrumb::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-secondary);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: -2;
}
.breadcrumb::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/breadcrumb.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  opacity: 0.3;
  filter: grayscale(1);
}

.bread-bg {
  position: relative;
}

.bread-inner {
  position: relative;
  text-align: right;
}

.breadcrumb h1 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 11px;
  padding: 0px 10px;
  position: relative;
  border-bottom: 2px solid;
  display: inline-block;
}

.breadcrumb ul li a {
  font-weight: 400;
  color: #fff;
}

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

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

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

.breadcrumb ul {
  position: relative;
  display: inline-block;
  padding: 3px 14px;
  border-radius: 30px;
}

.breadcrumb ul i {
  font-size: 15px;
  color: #fff;
}

.bread-watermark {
  font-size: 90px;
  color: #fff;
  opacity: 0.06;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 2px;
  position: absolute;
}

.top-wrap1 {
  position: relative;
}

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

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

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

.serv-matter h2 {
  color: #d4af37;
  font-size: 20px;
  margin: 15px 0px 3px;
  font-weight: 500;
  display: inline-block;
}

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

.inner-serv-img {
  text-align: center;
  position: relative;
  border: 1px solid var(--color-secondary);
  padding: 8px;
  width: fit-content;
  margin: auto;
}
.ol_style {
  position: relative;
}

.ol_style li {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 15px;
  line-height: 28px;
}

.ol_style li:before {
  position: absolute;
  left: 0;
  top: 9px;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  border: 2px solid var(--color-primary);
  content: "";
  background: var(--color-secondary);
}

.inner-serv-img img {
  box-shadow: 0px 0px 14px #dab85b73;
  border-radius: 20px;
}

.cnt_row_list .col-md-12,
.cnt_row_list .col-md-6 {
  padding: 38px 15px;
}

.cnt_row_list .col-md-6:nth-child(2),
.cnt_row_list .col-md-6:nth-child(1) {
  border-bottom: 1px dashed #333;
}

.cnt_row_list .col-md-6:nth-child(2) {
  border-left: 1px dashed #333;
}

.cnt_address {
  text-align: center;
}

.cnt_address i {
  position: relative;
  width: 54px;
  height: 55px;
  background: var(--color-secondary);
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  line-height: 53px;
  box-shadow: 0px 0px 10px #858383;
  border-radius: 6px;
  margin: 0 0 10px;
}

.cnt_address span {
  display: block;
  font-size: 16px;
}

.cnt_address span a {
  color: var(--color-default);
}

.cnt_address span strong {
  display: block;
}

._c_form_sub {
  position: relative;
  padding: 30px 25px 31px;
  text-align: center;
  border: 8px solid #e4e5e7;
  background: #f5f5f5;
  border-radius: 20px;
}

._c_form_sub h3 {
  text-transform: uppercase;
  margin-bottom: 16px;
  color: var(--color-secondary);
  font-weight: 500;
  font-size: 33px;
}

._c_form_sub .form-control {
  background-color: #ffffff;
  height: 50px;
  border: 0px;
  border-radius: 13px;
  /* border: 1px solid #cccccc8f; */
}

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

._c_form_sub .btn {
  margin-top: 19px;
  background: var(--color-primary);
  border: transparent;
}

.c_map iframe {
  height: 270px;
  border: 8px solid #ffffff;
  width: 100%;
  box-shadow: 0px 0px 10px #cbcbcb;
}

.c_map {
  position: relative;
}

.testimonial_timeline.main-timeline {
  position: relative;
  padding: 25px 0;
}

.testimonial_timeline.main-timeline:before {
  content: "";
  background: linear-gradient(to right, #433507, var(--color-secondary));
  height: 100%;
  width: 30px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
}

.testimonial_timeline.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}

.testimonial_timeline.main-timeline .timeline {
  width: 50%;
  padding: 0 0 30px 0;
  margin: 0 0 20px;
  float: left;
  position: relative;
  z-index: 1;
}

.testimonial_timeline.main-timeline .timeline-content {
  background: #f5f5f5;
  padding: 25px 25px 25px 100px;
  border-radius: 50px 50px 50px;
  display: block;
  position: relative;
  box-shadow: 0px 0px 8px #00000021;
  border: 2px solid #fff;
}

.testimonial_timeline.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.testimonial_timeline.main-timeline .timeline-content:before,
.testimonial_timeline.main-timeline .timeline-content:after {
  content: "";
  background: var(--color-primary);
  height: 80px;
  width: 130px;
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: -1;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.testimonial_timeline.main-timeline .timeline-content:before {
  background: white;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  bottom: -37px;
  right: -7px;
  clip-path: none;
}

.testimonial_timeline.main-timeline .timeline-icon {
  font-size: 45px;
  font-weight: 600;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 30px;
  color: var(--color-primary);
}

.testimonial_timeline.main-timeline .title {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.testimonial_timeline.main-timeline .description {
  font-size: 15px;
  margin: 0;
  line-height: 23px;
}

.testimonial_timeline.main-timeline .timeline:nth-child(even) {
  float: right;
  margin: 0 0 30px 10px;
}

.testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 25px 100px 25px 25px;
}

.testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-content:before {
  right: auto;
  left: -7px;
}

.testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-content:after {
  transform: rotateY(180deg);
  right: auto;
  left: 0;
}

.testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
  right: 30px;
  left: auto;
}

@media screen and (max-width: 767px) {
  .testimonial_timeline.main-timeline:before {
    transform: translateX(0);
    left: 0;
  }

  .testimonial_timeline.main-timeline .timeline,
  .testimonial_timeline.main-timeline .timeline:nth-child(even) {
    width: 100%;
    margin: 0 0 30px;
  }

  .testimonial_timeline.main-timeline .timeline-content,
  .testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 78px 25px 25px;
  }

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

  .testimonial_timeline.main-timeline .timeline-content:after,
  .testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-content:after {
    transform: rotateY(180deg);
    left: 0;
    right: 0;
  }

  .testimonial_timeline.main-timeline .timeline-icon,
  .testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 30px;
    right: auto;
    top: 20px;
    transform: translateY(0);
  }
}

.inner-serv-nav {
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-top: 30px;
  position: relative;
}

.inner-serv-nav::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, var(--color-secondary), #071c37);
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -2;
  border-radius: 20px;
}
.inner-serv-nav::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/serv-nav-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -2;
  border-radius: 20px;
  opacity: 0.15;
  filter: grayscale(1);
}

.inner-serv-nav h5 {
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  padding: 4px 11px;
  margin-bottom: 20px;
  background: linear-gradient(45deg, #ffffff00, #ffffff4d, #ffffff00);
  text-transform: uppercase;
}
.inner-serv-nav ul li a {
  color: #fff;
  font-size: 15px;
  display: block;
}

.inner-serv-nav ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: 5px;
  transition: all 300ms ease;
}

.inner-serv-nav ul li:hover {
  padding-left: 30px;
}

.inner-serv-nav ul li::before {
  content: " ";
  position: absolute;
  width: 8px;
  height: 1px;
  background: #fff;
  left: 2px;
  top: 10px;
  margin: auto;
}

.serv-quote {
  text-align: center;
  background: var(--color-primary);
  padding: 30px 66px;
}

.serv-quote span {
  font-size: 20px;
  color: #fff;
  font-style: italic;
  line-height: 30px;
}

#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px;
  position: relative;
}
#accordion .panel:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border: 1px dashed var(--color-secondary);
  top: 25px;
  left: 18px;
  position: absolute;
}
#accordion .panel:last-child:before {
  display: none;
}
#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
  box-shadow: 0px 0px 4px #00000012;
}
#accordion .panel-title a {
  display: block;
  padding: 10px 30px 10px 60px;
  margin: 0;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  width: 40px;
  height: 100%;
  line-height: 46px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: var(--color-primary);
  border-radius: 3px;
  border: 1px solid var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before {
  content: "\f105";
  color: var(--color-secondary);
  background: #fff;
  border: 1px solid var(--color-secondary);
}
#accordion .panel-body {
  padding: 13px 20px 8px;
  margin-left: 40px;
  border-top: none;
  background: var(--color-secondary);
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}
@media only screen and (max-width: 480px) {
  #accordion .panel-body {
    padding: 15px 10px;
  }
}

.blog-inner-block {
  position: relative;
  padding: 0px 13px;
}

.blog-inner-block::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-primary);
  top: 24px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  border-radius: 10px;
}

.blog-inner-block h2 {
  font-size: 20px;
  background: var(--color-primary);
  padding: 3px 10px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

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

.blog-inner-block p a {
  color: var(--color-primary);
}
.serv-separate .serv-block p {
  padding: 0px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.serv-separate .serv-block h2 {
  font-size: 20px;
}

.serv-separate .serv-block {
  height: auto;
  background: #ffffff12;
}

.address-main {
  position: relative;
}

.address-main-list i {
  position: relative;
  width: 42px;
  height: 42px;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 9px;
  line-height: 40px;
  display: block;
  margin: auto;
}

.address-main-list span {
  font-size: 15px;
  text-align: center;
}

.address-main-list span a {
  color: var(--color-default);
}

.address-main-list span strong {
  display: block;
  font-weight: 600;
}

.address-main-list {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.address-main .col-md-12:nth-child(1) .address-main-list {
  border-bottom: 1px dashed var(--color-default);
}

.c_map p {
  font-size: 15px;
}

.c_map p a {
  color: var(--color-default);
}

.c_map p strong {
  font-weight: 600;
  display: block;
}

.c_map p i {
  position: relative;
  width: 54px;
  height: 55px;
  background: var(--color-secondary);
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  line-height: 53px;
  box-shadow: 0px 0px 10px #858383;
  border-radius: 6px;
  margin: 0 0 10px;
}

.abt-pg-head {
  background: var(--color-secondary);
  padding: 10px 20px;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  border-top: 4px solid #d4ad42;
}

.abt-pg-head p {
  margin-bottom: 0px;
  font-size: 15px;
}

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

.abt-pg-text p {
  font-size: 15px;
  line-height: 30px;
}

.abt-pg-img img {
  border: 2px solid var(--color-primary);
  padding: 8px;
  box-shadow: 0px 18px 6px -10px #00000038;
}

.about-page h3 {
  font-size: 23px;
  margin-bottom: 10px;
  border-left: 4px solid var(--color-primary);
  margin-top: 20px;
  text-transform: uppercase;
  background: linear-gradient(to right, #d4af3712, #00000000);
  display: inline-block;
  padding: 5px 8px 5px 12px;
}
.about-page .ol_style li strong {
  font-weight: 600;
}

.about-page .ol_style li {
  margin-bottom: 5px;
}

.accordion {
  background: #ededed;
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.accordion-header {
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  background-color: transparent;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  padding: 8px;
}

.accordion-header h3 {
  max-width: 100%;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 16px;
  display: inline;
  font-weight: 500;
  margin-bottom: 0px;
  color: #393939;
  margin-top: 0px;
}

.accordion-body {
  color: #333;
  font-size: 14px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s;
}

.accordion-body.active {
  height: 100%;
  opacity: 1;
  padding: 5px;
}

.arrow {
  transition: transform 0.2s linear;
}

.accordion:has(.active) .arrow {
  transform: rotate(180deg);
}

.service-faq i {
  font-size: 18px;
}

.serv-faq {
  margin-top: 20px;
  margin-bottom: 50px;
}

.doc-inner-head h1 {
  font-size: 28px;
  margin-bottom: 4px;
  font-weight: 400;
}
