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

:root {
  --color-default: #292929;
  --color-primary: #0e2443;
  --color-secondary: #292929;
  --color-teritary: #ffa92e;
}

.container {
  position: relative;
}

.mobile-view {
  display: none;
}

.sticky-header .main-menu .navigation>li:before,
.sticky-header .main-menu .navigation>li.dropdown>a:before {
  display: none;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
  color: #00aa55;
}

.sticky-header .main-menu .navigation>li.dropdown {
  padding-right: 0px;
}

/*** 
====================================================================
				Sticky Header
====================================================================
***/
.sticky-header {
  display: none;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: -1;
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: top 300ms ease;
  -moz-transition: top 300ms ease;
  -ms-transition: top 300ms ease;
  -o-transition: top 300ms ease;
  transition: top 300ms ease;
}

.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99901;
  visibility: visible;
}

.fixed-header .sticky-header .logo {
  padding: 10px 0px;
}

.sticky-header .main-menu .navigation>li {
  margin-left: 40px !important;
  padding: 0;
  margin-right: 0;
  background-color: transparent;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
  display: none;
}

.sticky-header .main-menu .navigation>li>a {
  padding: 21px 0px !important;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #25283a;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li>ul>li>ul {
  left: auto;
  right: 100%;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
  opacity: 1;
}

.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: var(--color-primary);
  box-shadow: 0px 0px 10px;
  height: 105px;
  width: 100%;
}

.fixed-header .lower-box .logo {
  top: 11px;
  width: 250px;
}

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

.fixed-header .top-social {
  top: 16px;
}

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

/*** 
====================================================================
	Global Settings
====================================================================
 ***/
body {
  font-size: 16px;
  color: var(--color-default);
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Exo", 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: var(--color-primary);
  margin-top: 3px;
  border-radius: 0px 0px 8px 8px;
  background-color: #e8dcd0;
}

.main-menu .navigation>li .active i {
  color: #fff;
}

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

.main-menu .navigation>li .active .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;
  z-index: 1;
}

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

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

.top-border {
  width: 60%;
  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: 15px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  width: 270px;
}

.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: 60px 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-teritary);
}

.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;
  font-weight: 300;
}

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

.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: #393939;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}

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

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

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

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

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

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

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

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--color-primary);
  padding: 50px 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: 500;
  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: var(--color-secondary);
  font-size: 16px;
  line-height: 32px;
  background: var(--color-teritary);
  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>.custom-width {
  width: 133px;
}

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

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

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

.main-menu .navigation>li>ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  left: 0;
  width: 328px;
  opacity: 0;
  z-index: 100;
  background-color: var(--color-primary);
  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 {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #fdfdfd59;
}

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

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

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

.slide-one {
  background-image: url(../gallery/banner.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);
}

.header-top {
  background: var(--color-secondary);
  position: relative;
  min-height: 48px;
  cursor: pointer;
}

.header-contact {
  position: absolute;
  top: 8px;
  left: 0px;
}

.header-contact ul li {
  display: inline-block;
  margin-right: 8px;
}

.header-contact ul li:nth-child(1) a {
  border-right: 1px dashed #e8e8e8;
  padding-right: 10px;
}

.header-contact ul li a {
  color: #e8e8e8;
  font-size: 14px;
}

.header-top-social {
  position: absolute;
  top: 8px;
  right: 198px;
}

.header-top-social ul li {
  display: inline-block;
}

.header-top-social ul li a {
  color: #e8e8e8;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #ffffff26;
  display: block;
  text-align: center;
}

.appointment {
  position: absolute;
  right: 0px;
  top: 10px;
  color: #e8e8e8;
}

.appointment span {
  font-size: 14px;
  border: 1px solid #ffffff26;
  padding: 5px 10px 6px;
}

.abt-sec {
  position: relative;

  margin-bottom: 50px;
  padding-top: 50px;
}

.doc-content {
  position: relative;
  padding-top: 10px;
  color: var(--color-secondary);
}

.doc-content h2 {
  text-transform: uppercase;
  color: var(--color-secondary);

  font-family: "Cinzel", sans-serif;
}

.doc-content h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 4px;
  margin-top: 4px;
}

.doc-content h4 {
  font-size: 23px;
  margin-bottom: 15px;
}

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

.doc-img {
  position: relative;
  text-align: center;
}

.doc-img img {
  width: 390px;
}

.abt-num-sec .num-block {
  position: relative;
  padding-top: 22px;
  margin-bottom: 75px;
}

.num-block .num-txt-btm {
  background-color: var(--color-primary);
  display: inline-block;
  position: absolute;
  height: 120px;
  width: 140px;
  border-top-left-radius: 68px;
  bottom: -25px;
  right: 0;
  padding: 25px 0px;
  box-shadow: 8px 8px 0px #1414142e;
}

.num-txt-btm h2 {
  color: #fff;
  font-size: 54px;
  font-family: "Cinzel", sans-serif;
  line-height: 80px;
}

.num-txt-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.num-txt-top h2 {
  font-size: 17px;
  font-weight: 400;
  color: var(--color-secondary);
}

.abt-matter p {
  color: var(--color-default);
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0px;
}

.abt-matter p a {
  color: var(--color-teritary);
  font-weight: 600;
}

.abt-sec-head h2 {
  color: var(--color-secondary);
  font-size: 41px;
  font-family: "Cinzel", sans-serif;
}

.abt-sec-head h3 {
  font-weight: 400;
  font-size: 23px;
  display: inline-block;
  padding: 0 11px;
  border-radius: 26px;
  background: var(--color-primary);
  color: #fff;
}

.text-div {
  width: 220px;
  margin: auto;
}

.text-div img {
  filter: brightness(0) invert(0);
}

.abt-sec-head h2 span {
  font-size: 56px;
}

.why-sec {
  position: relative;

  margin-bottom: 50px;
}

.why-blk h2 {
  color: var(--color-secondary);
  display: inline-block;
  border-bottom: 1px dashed var(--color-default);
  font-weight: 500;
  padding: 0 25px;
  background-color: #ffa92e30;
}

.why-row {
  position: relative;
  padding-top: 15px;
}

.why-blk {
  position: relative;
  /* background: linear-gradient(to top, #cacaca, #ffffff);
  border-radius: 25px; */
  padding: 55px 0px;
}

/* .why-blk::after {
  content: "";
  position: absolute;
  border: 2px solid var(--color-primary);
  height: 80%;
  width: 102%;
  margin: auto;
  top: 0;
  left: -11px;
  right: 0;
  bottom: 0;
  z-index: -1;
} */

.why-shape-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 400px;
}

.why-shape-btm {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 400px;
  width: 400px;
}

.why-shape-top::before {
  content: "";
  position: absolute;
  height: 230px;
  width: 2px;
  background-color: var(--color-default);
  top: 0;
  left: 0;
}

.why-shape-top::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 135px;
  background-color: var(--color-default);
  top: 26px;
  left: -30px;
}

.why-shape-btm::after {
  content: "";
  position: absolute;
  height: 230px;
  width: 2px;
  background-color: var(--color-default);
  bottom: -30px;
  right: 0;
}

.why-shape-btm::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 135px;
  background-color: var(--color-default);
  right: -29px;
  bottom: 0;
}

.why-blk p {
  padding: 0 140px;
  padding-top: 15px;
}

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

.serv-top {
  position: relative;
  top: 2px;
}

.serv-btm {
  position: relative;
}

.serv-sec::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../gallery/serv-bgg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.serv-sec::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-primary);
  z-index: -1;
}

.serv-sec .abt-sec-head h2 {
  color: #fff;
  font-size: 56px;
  font-family: "Exo", sans-serif;
  font-weight: 400;
}

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

.serv-sec .abt-sec-head .text-div {
  filter: brightness(0) invert(1);
}

.serv-row {
  padding-top: 45px;
  padding-bottom: 120px;
}

.serv-img {
  position: relative;
}

/* .serv-img::after {
  content: "";
  position: absolute;
  background-color: #00000094;
  border-radius: 50%;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
} */

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

.serv-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 5px;
  opacity: 1;
  margin: -13px 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #fff;
}

.serv-scroll .owl-dot:hover,
.serv-scroll .owl-dot.active {
  opacity: 1;
  background: var(--color-teritary);
}

.serv-box {
  position: relative;
  width: 255px !important;
  margin: 10px;
}

.serv-txt {
  position: absolute;
  top: 29px;
  color: #fff;
  left: 0;
  margin: auto;
  right: 0;
}

.serv-img2 {
  position: absolute;
  bottom: 0;
}

.serv-box {
  position: relative;
}

.serv-img2 img {
  transition: transform 0.5s ease, filter 0.5s ease;
}

.serv-box:hover .serv-img2 img {
  transform: scale(1.1);
  filter: grayscale(100%);
}

.serv-txt h2 {
  position: relative;
  font-weight: 600;
  font-size: 22px;
  display: inline-block;
  padding: 0 20px;
  padding-bottom: 3px;
  /* background: linear-gradient(to top, #475466, #fff0); */
}

.serv-txt h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0%;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  transition: width 0.4s ease, left 0.4s ease;
}

.serv-box:hover .serv-txt h2::after {
  width: 100%;
  left: 0;
}

.serv-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.serv-icon i {
  color: #fff;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: var(--color-teritary);
  padding: 5px 15px;
  padding-top: 5px;
  padding-top: 7px;
  font-size: 30px;
}

.serv-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.serv-box:hover .serv-icon {
  opacity: 1;
  transform: translateX(0);
}

.extra-sec {
  position: relative;
  margin-bottom: 78px;
}

.extra-right-head h2 {
  font-size: 80px;
  margin-bottom: -28px;
  color: #ec971e;
  z-index: 1;
}

.extra-right-head h3 {
  font-size: 20px;
  text-align: right;
  background: var(--color-primary);
  color: #fff;
  font-weight: 400;
  padding: 20px 20px;
  position: relative;
}

.extra-right-head h3::before {
  content: " ";
  position: absolute;
  width: 43%;
  height: 1px;
  background: #fff;
  left: -23px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.extra-right-bg-img img {
  filter: brightness(0) invert(0);
  opacity: 0.05;
  width: 400px;
}

.extra-right-bg-img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: fit-content;
  z-index: -1;
}

.extra-content p {
  line-height: 30px;
  padding-top: 21px;
}

.extra-content h4 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 10px;
  border-left: 4px solid var(--color-primary);
  padding-left: 8px;
}

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

.ol_styles li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 6px;
  font-weight: 400;
}

.ol_styles li::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/correct.png);
  background-size: 18px;
  background-position: center left;
  background-repeat: no-repeat;
  left: 0px;
  left: 0;
  top: 0;
}

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

.appointment-form {
  position: relative;
  z-index: 1;
  background: var(--color-primary);
  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/appointment-img.png);
  background-repeat: no-repeat;
  background-position: center;
  left: 0px;
  top: 0px;
  opacity: 0.3;
  z-index: -1;
}

.appointment-form h2 {
  color: #fff;
  font-size: 48px;
  font-family: "Exo", sans-serif;
  font-weight: 400;
}

.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-primary);
  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: var(--color-default);
  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 #fff;
  border-radius: 0px;
  font-weight: 200;
  padding: 11px 25px;
  font-size: 15px;
}

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

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

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

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

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

.test-blk {
  background: #fff;
  border-radius: 28px;
  padding: 17px;
  margin-bottom: 25px;
  /* box-shadow: 7px 7px 6px #0000001f; */
  box-shadow: -1px 0px 7px #0000001f;
  text-align: center;
}

.test-rv-btn {
  width: 180px;
  margin: auto;
  margin-bottom: 25px;
}

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

.test-ad img {
  width: 45px;
}

.test-ad p {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
}

.test-ad p::before {
  content: " ";
  position: absolute;
  width: 30%;
  height: 1px;
  background: var(--color-secondary);
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.test-ad p::after {
  content: " ";
  position: absolute;
  width: 30%;
  height: 1px;
  background: var(--color-secondary);
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.test-ad .test-r {
  position: relative;
}

.test-ad h2 a {
  color: #fff;
}

.test-ad h2 {
  color: #fff;
  font-size: 18px;
  background-color: var(--color-primary);
  border-radius: 25px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 500;
  padding: 8px 11px;
  display: inline-block;
}

.testi-star {
  color: #f8b90c;
}

.test-txt-top h2 {
  color: var(--color-primary);
  border-bottom: 1px solid #fff;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 27px;
}

.testi-star {
  display: inline-block;
  border-radius: 25px;
  color: #f8b90c;
}

.test-row .one {
  position: relative;
  margin-top: 75px;
}

.test-txt-top h3 {
  background-color: var(--color-primary);
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  line-height: 38px;
  font-weight: 500;
  margin: auto;
}

.test-txt-top p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 26px;
}

.sec-head h3 {
  font-weight: 400;
  font-size: 23px;
  display: inline-block;
  padding: 0 11px;
  border-radius: 26px;
  background: var(--color-primary);
  color: #fff;
}

.sec-head h2 {
  font-size: 56px;
  font-family: "Exo", sans-serif;
  font-weight: 400;
}

.main-footer {
  position: relative;
}

.main-footer::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../gallery/footer-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  left: 0;
  right: 0;
  z-index: -1;
  top: 0;
  opacity: 0.1;
}

.main-footer::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--color-primary);
  margin: auto;
  left: 0;
  right: 0;
  z-index: -2;
  top: 0;
}

.footer-logo img {
  width: 300px;
}

.footer-logo {
  position: relative;
  padding-top: 30px;
  text-align: center;
}

.footer-about p {
  color: #c7c7c7;
  padding-top: 10px;
  font-size: 15px;
  line-height: 30px;
}

.footer-about a {
  color: #c7c7c7;
}

.footer-about {
  position: relative;
  padding-bottom: 15px;
}

.footer-links {
  text-align: center;
  padding: 35px 0px 0px;
  position: relative;
}

.footer-links ul {
  display: inline-block;
  margin: 6px 0px 0px;
}

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

.footer-links ul li a {
  font-size: 18px;
  line-height: 19px;
  padding: 0 11px;
  text-transform: uppercase;
  color: #c7c7c7;
  transition: all 300ms ease;
}

.footer-links ul li a:hover {
  color: var(--color-teritary);
}

.social-bottom-icons {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}

.social-bottom-icons ul li a {
  color: #c7c7c7;
  display: block;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ffffff1f;
  border-radius: 50%;
}

.social-bottom-icons ul li a img {
  width: 18px;
  opacity: 0.6;
  filter: brightness(0) invert(1);
}

.social-bottom-icons ul li {
  display: inline-flex;
  margin-right: 5px;
}

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

.bottom-footer p {
  color: #c7c7c7;
  font-size: 15px;
}

.bottom-footer p a {
  color: #c7c7c7;
  font-weight: 600;
}

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

.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-teritary);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.footer-adr {
  padding: 25px 0 10px;
  position: relative;
}

.footer-adr .f-icon {
  width: 45px;
  margin: 0px auto 5px;
}

.footer-adr .f-icon img {
  filter: brightness(0) invert(1);
}

.f-adr {
  padding: 18px 0px;
}

.footer-adr .col-md-4 .f-adr {
  padding: 0px 0px;
}

.footer-adr .fad-txt h3 {
  font-size: 20px;
  color: var(--color-teritary);
}

.footer-adr .fad-txt p {
  color: #c7c7c7;
  margin-bottom: 0px;
}

.footer-adr .col-md-3::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff14;
  left: 0px;
  z-index: -1;
  border-radius: 8px;
}

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

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

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


.top-social li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #c7c7c7;
  /* color: #fff; */
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0px 1px;
  background: #ffffff38;
  transition: all 300ms ease;
  border-radius: 50%;
}

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

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

.top-social li a:hover {
  background: #fff;
  color: var(--color-primary);
}


.top-phn-btn {
  position: absolute;
  right: 30px;
  top: 26px;
  z-index: 1;
}

.top-phn-btn a {
  color: var(--color-primary);
  background: var(--color-teritary);
  padding: 5px 13px;
  border-radius: 8px;
}


.phn-first {
  margin-right: 10px;
}

.call-us {
  position: fixed;
  bottom: 20px;
  left: 20px;
  line-height: 48px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.call-us-i {
  color: green;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  font-size: 41px;
}

.call-us-i span {
  color: green;
}

.call-us h2 {
  margin-left: 10px;
  font-size: 20px;
}

.call-us img {
  width: 55px;
  filter: drop-shadow(0 0px 8px rgb(0 0 0 / 38%));
}




.top-wrap1 {
  position: relative;
}


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

.bread-bg {
  padding: 115px 0px;
  position: relative;
  text-align: right;
}


.breadcrumb::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/breadcrumb-bg.png);
  background-size: cover;
  background-position: center;
  left: 0px;
  top: 0px;
  z-index: -1;
  background-repeat: no-repeat;

}

.breadcrumb h1 {
  color: #fff;
  font-size: 38px;
  text-transform: capitalize;
  font-weight: 100;
  margin-bottom: 0px;
  font-family: "Cinzel", sans-serif;
}



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


.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 {
  padding: 6px 0px;
  position: relative;
  display: inline-block;
}

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

.bread-bg .active a {
  color: var(--color-teritary);
}

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


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

.abt-inner p {
  text-align: justify;
  line-height: 30px;
  margin-bottom: 10px;
}

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

.serv-matter .ol_styles li {
  font-size: 16px;
}

.serv-image {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}

.serv-image img {
  box-shadow: 0px 0px 10px #9f9f9f;
  border: 6px solid #f5f5f5;
}

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

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

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

.serv-matter h3 {
  color: #d68b20;
  font-size: 18px;
  margin: 16px 0px 4px;
}

._cform {
  position: relative;
  padding: 23px 23px;
  max-width: 1000px;
  text-align: center;
}

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

._cform .form-control {
  height: 50px;
}

._cform textarea {
  height: 100px !important;
}

iframe {
  box-shadow: 0 0 10px #ccc;
  border: 7px solid #fff;
}

._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;
  padding: 25px 15px;
}

.c-form-row .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-primary);
  background-color: #cfd7e3;
  background-clip: padding-box;
  border-bottom: none;
  border-radius: 25px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.c-form-row .form-control:focus {
  box-shadow: 0 0 10px #d6e7ff;
}

.contact-page {
  position: relative;
}

.contact-page h2 {
  color: var(--color-primary);
}

.adr-icon {
  width: 250px;
  margin: auto;
}


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

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

.main-timeline .timeline-content {
  background: linear-gradient(to right, transparent, #3341561a);
  min-height: 120px;
  padding: 120px 20px 20px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 28px;
}

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

.main-timeline .timeline-icon {

  width: 70px;
  height: 80px;
  position: absolute;
  left: 20px;
  top: 20px;

}

.main-timeline .timeline-icon i {
  line-height: inherit;
}

.main-timeline .timeline-year {
  color: #fff;
  background-color: #FF9521;
  font-size: 22px;
  font-weight: 600;
  padding: 13px 30px;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.main-timeline .timeline-year:after {
  content: '';
  background-color: #DE7101;
  height: 40px;
  width: 20px;
  border-radius: 0 0 10px 0;
  transform: rotate(-20deg);
  position: absolute;
  right: -8px;
  top: 3px;
  z-index: -1;
}

.main-timeline .title {
  color: #FF9521;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 7px;
}

.main-timeline .description {
  color: var(--color-default);
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 1px;
  margin: 0;
}

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

.main-timeline .timeline:nth-child(even) .timeline-content {
  background: linear-gradient(to left, transparent, #eee);
}

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

.main-timeline .timeline:nth-child(even) .timeline-year {
  left: 0;
  right: auto;
}

.main-timeline .timeline:nth-child(even) .timeline-year:after {
  border-radius: 0 0 0 10px;
  transform: rotate(20deg);
  left: -8px;
  right: 0;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  background: linear-gradient(to left, transparent, #ffa92e21);
  min-height: 120px;
  padding: 120px 20px 20px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 28px;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
  background-color: var(--color-primary);
}

.main-timeline .timeline:nth-child(even) .timeline-year:after {
  background-color: #20406c;
}

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

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

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

.review-icon {
  position: absolute;
  right: 0;
}


.box {
  background-color: #1a2d48;
  overflow: hidden;
  position: relative;
}

.box:before {
  content: '';
  border: 1px solid #fff;
  transform: scaleY(0);
  position: absolute;
  left: 12px;
  top: 12px;
  bottom: 27px;
  right: 12px;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

.box:hover:before {
  transform: scaleY(1);
}

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

.box:hover img {
  opacity: 0.2;
  transform: scale(1.1);
  transform-origin: left top;
}

.box .box-content {
  color: #fff;
  text-align: center;
  width: 90%;
  filter: blur(5px);
  opacity: 0;
  transform: translateX(-50%) translateY(50%);
  position: absolute;
  bottom: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.5s ease 0.2s;
}

.box:hover .box-content {
  filter: blur(0);
  opacity: 1;
}

.box .title {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
}

.box .post {
  color: var(--color-teritary);
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize;
  display: block;
}

.box .icon {
  padding: 0;
  margin: auto;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%) scale(0);
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 1;
  transition: all 0.3s ease 0.3s;
  top: 0px;
  height: fit-content;
}

.box:hover .icon {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

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

.box .icon li a {
  color: #fff;
  background-color: var(--color-teritary);
  font-size: 15px;
  text-align: center;
  line-height: 38px;
  height: 35px;
  width: 35px;
  display: block;
  transition: all 0.3s ease 0s;
}

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

.gallery_block {
  margin-bottom: 28px;
  border: 6px solid #ffffff36;
  box-shadow: 0 0 10px #29292938;
}

.abt-doc-img img {
  border: 8px solid #ebebeb;
  box-shadow: 0px 17px 13px -10px #00000061;
}

.abt-doc-content h2 {
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 0px;
}

.abt-doc-content h3 {
  font-size: 18px;
  line-height: 27px;
  color: var(--color-default);
  font-weight: 400;
  margin: 4px 0 0px;
  padding-bottom: 2px;
}

.abt-doc-content h4 {
  font-size: 20px;
  line-height: 27px;
  color: var(--color-default);
  font-weight: 500;
  margin: 0px 0 12px;
  padding-bottom: 1px;
}


.abt-doc-content {
  margin-top: 20px;
}

.abt-sec h1 {
  margin-top: 68px;
}

.c-timings h3 {
  text-transform: capitalize;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 34px;
  color: var(--color-primary);
  display: inline-block;
  border-bottom: 1px dashed;
  padding-bottom: 5px;
}

.c-timings {
  margin-bottom: 30px;
}

.c-timings p {
  line-height: 28px;
  font-weight: 600;
}



.serv-sec .abt-sec-head p a , .appointment-form p a {
  color: var(--color-teritary);
}