@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/***
====================================================================
	Reset
====================================================================
***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}

:root {
  --color-default: #292929;
  --color-primary: #f6597b;
  --color-secondary: #093a5b;
}

.container {
  position: relative;
}

.mobile-view {
  display: none;
}

@font-face {
  font-family: "Optima";
  src: url(../webfont/optima/OPTIMA.TTF), url(../webfont/optima/Optima\ Medium.ttf), url(../webfont/optima/OPTIMA_B.TTF);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

.fixed-header .lower-box .logo {
  top: 18px;
}

/*** 
====================================================================
	Global Settings
====================================================================
***/

body {
  font-size: 16px;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.5px;
}

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

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

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

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

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

.top-border {
  width: 80%;
  height: 3px;
  position: relative;
  margin: auto;
  background: linear-gradient(to right, var(--color-primary), 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: 23px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  width: 348px;
}

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

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

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

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

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
  position: relative;
}
/* .main-menu .navbar-collapse::before {
    content: " ";
    position: absolute;
    left: 82%;
    width: 80%;
    height: 1px;
    top: -22px;
    background: var(--color-secondary);
    z-index: -1;
} */
.main-menu .navbar-collapse::before {
  content: " ";
  position: absolute;
  left: 80%;
  width: 80%;
  height: 1px;
  top: -22px;
  background: var(--color-secondary);
  z-index: -1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-menu .navigation li > ul > li {
  border-top: 1px solid rgb(0 0 0 / 10%);
}

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

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

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

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

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

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

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

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

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

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

.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: 270px;
  opacity: 0;
  z-index: 100;
  background-color: var(--color-secondary);
  box-shadow: 0px 0px 5px #a5a5a5;
  border-radius: 20px;
  overflow: hidden;
}

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

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

.main-menu .navigation > li > ul > li > 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: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%;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: var(--color-secondary);
}

.appnt-main-outer {
  position: relative;
  display: inline-block;
}

.appnt-btn {
  position: relative;
  display: inline-block;
  background: var(--color-primary);
  cursor: pointer;
  padding: 6px 15px 4px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 28px;
  font-family: "Optima";
  font-size: 18px;
  overflow: hidden;
  z-index: 1;
}

.appnt-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--color-secondary);
  transition: width 0.3s ease;
  z-index: -1;
  border-radius: 28px;
}

.appnt-btn:hover::before {
  width: 100%;
}
/* .social-icons {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 157px;
} */
.social-icons {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 195px;
}

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

.social-icons ul li a {
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  border-radius: 33px;
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
  text-align: center;
  font-size: 16px;
}

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

.top-phn-btn a {
  color: var(--color-secondary);
  font-size: 16px;
  background: #ffeef1;
  padding: 6px 11px;
}

.abt-sec {
  position: relative;
  margin-top: 48px;
  margin-bottom: 100px;
}

.abt-sec-head h3 {
  font-size: 22px;
  color: var(--color-primary);
  position: relative;
  font-weight: 400;
}

.abt-sec-head h3::before {
  content: " ";
  position: absolute;
  width: 87px;
  height: 1px;
  background: var(--color-secondary);
  left: 135px;
  margin: auto;
  top: 0px;
  bottom: 0px;
}

.abt-sec-head h3::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--color-secondary);
  left: 134px;
  margin: auto;
  top: 0px;
  bottom: 0px;
}

.abt-sec-head h2 {
  font-size: 56px;
  font-family: "Optima";
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 6px;
  color: var(--color-secondary);
}

.abt-sec-head h4 {
  font-size: 20px;
  background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
  display: inline-block;
  color: #fff;
  padding: 3px 8px 6px;
  font-weight: 400;
  border-radius: 8px;
}

.abt-content p {
  line-height: 30px;
}

.web-btn {
  color: var(--color-secondary);
  padding: 3px 10px;
  position: relative;
  display: inline-block;
}

.web-btn a {
  color: var(--color-secondary);
}

.web-btn::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #093a5b63;
  z-index: -1;
  top: -1px;
  right: -7px;
}

.web-btn::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f6597b21;
  left: 0px;
  bottom: -5px;
  z-index: -1;
}

.abt-circles {
  position: relative;
  width: 258px;
  height: 258px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  padding: 82px 50px;
  transition: all 300ms ease;
}

.abt-circles:hover {
  transform: scale(1.1);
}

.abt-circles h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 21px;
  margin-top: 5px;
}

.abt-circles-main .col-md-6:nth-child(1) .abt-circles {
  margin-left: 116px;
  background: var(--color-secondary);
  color: #fff;
}

.abt-circles-main .col-md-6:nth-child(1) .abt-circles img {
  filter: brightness(0) invert(1);
}

.abt-circles-main .col-md-6:nth-child(2) .abt-circles {
  margin-top: 151px;
  margin-left: -10px;
  background: #f6597b26;
}

.abt-circles-main .col-md-6:nth-child(3) .abt-circles {
  margin-top: -193px;
  margin-left: -83px;
  background: #00435c17;
}

.abt-circles-main {
  position: relative;
}

.abt-circles img {
  width: 58px;
}

.doc-sec {
  position: relative;
  margin-bottom: 30px;
  margin-top: 80px;
}

.doc-sec::after {
  content: " ";
  position: absolute;
  width: 500px;
  height: 500px;
  background: linear-gradient(to left, var(--color-primary), #ffffff00);
  top: -223px;
  opacity: 0.05;
  border-radius: 28px;
  transform: rotate(45deg) skewY(10deg);
  left: -203px;
  z-index: -2;
}

.doc-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/abt-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.3;
  z-index: -1;
}

.doc-img {
  position: relative;
  text-align: end;
  cursor: pointer;
  width: fit-content;
  border-radius: 999px;
  overflow: hidden;
}

.doc-img-outer {
  width: fit-content;
  position: relative;
}

.doc-img-outer::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-primary);
  border-radius: 999px;
  left: -14px;
  top: -3px;
}
.doc-img:hover img {
  transform: scale(1.1);
}

.doc-img img {
  width: 388px;
  box-shadow: 0px 18px 13px -10px #000;
  transition: all 300ms ease;
}

.doc-content {
  padding-top: 42px;
  position: relative;
  color: #fff;
}

.doc-content h2 {
  text-transform: uppercase;
  font-size: 48px;
  font-family: "Optima";
  font-weight: 400;
}

.doc-content h3 {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 5px;
}

.doc-content h4 {
  font-weight: 400;
  font-size: 22px;
}

.doc-content p {
  padding-right: 145px;
  line-height: 30px;
  font-weight: 300;
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
}

.doc-content p:before {
  content: " ";
  position: absolute;
  width: 65%;
  height: 1px;
  background: #fff;
  left: 0px;
  top: 0px;
}

.doc-content a {
  background: var(--color-primary);
  color: #fff;
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 14px;
}

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

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

.serv-sec::after {
  content: " ";
  position: absolute;
  width: 500px;
  height: 500px;
  background: linear-gradient(to right, var(--color-primary), #ffffff00);
  top: -223px;
  opacity: 0.05;
  border-radius: 28px;
  transform: rotate(45deg) skewY(10deg);
  right: -240px;
  z-index: -2;
}
.serv-sec-head {
  position: relative;
  text-align: center;
}

.serv-sec-head h3 {
  font-size: 22px;
  color: var(--color-primary);
  position: relative;
  font-weight: 400;
}

.serv-sec-head h2 {
  font-size: 56px;
  font-family: "Optima";
  font-weight: 500;
  text-transform: capitalize;
  color: var(--color-secondary);
}

.serv-sec-head p {
  padding: 0px 200px;
}

.serv-main-blk {
  position: relative;
  margin: 28px;
  cursor: pointer;
  perspective: 1000px;
}

.serv-main-blk::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 44px 0px;
  border: 2px solid var(--color-primary);
  top: -8px;
  left: 2px;
  border-left: 0px;
  border-bottom: 0px;
}

.serv-main-img {
  position: relative;
  overflow: hidden;
  border-radius: 44px 0px;
  width: 215px;
  box-shadow: 0px 0px 8px #00000026;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

.serv-main-blk:hover .serv-main-img {
  transform: rotateY(-18deg) scale(1.05);
}

.serv-main-blk:hover .serv-main-img::before {
  transform: rotateY(90deg);
}

.serv-main-blk:hover .serv-main-content h2 {
  transform: translateY(-6px) scale(1.05);
  transition: transform 0.4s ease;
}

.serv-main-img img {
  transition: all 300ms ease;
  filter: grayscale(1);
}

.serv-main-blk:hover .serv-main-img img {
  transform: scale(1.1);
  filter: grayscale(0);
}

.serv-main-content {
  position: absolute;
  padding: 6px 0px;
  bottom: 18px;
  width: 100%;
}

.serv-main-blk:hover .serv-main-content::before {
  background: var(--color-primary);
}

.serv-main-content::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-secondary);
  left: -18px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  transition: all 300ms ease;
}

.serv-main-content::after {
  content: " ";
  position: absolute;
  width: 30%;
  height: 1px;
  background: #fff;
  bottom: 0px;
  top: 0px;
  margin: auto;
  right: 0px;
}

.serv-main-content a {
  font-weight: 400;
  /* text-transform: uppercase; */
  font-size: 20px;
  color: #fff;
  transition: transform 0.4s ease;
  position: relative;
  display: inline-block;
}

.main-serv-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 12px;
  background: var(--color-primary);
  text-align: center;
  top: 0px;
  right: 15px;
  border-radius: 50%;
  transition: 0.5s all ease-out;
  z-index: 1;
  display: block;
  opacity: 0;
}

.main-serv-icon img {
  filter: brightness(0) invert(1);
  width: 38px !important;
}

.serv-main-blk:hover .main-serv-icon img {
  filter: brightness(0) invert(1);
}

.serv-main-blk:hover .main-serv-icon {
  opacity: 1;
  top: 20px;
  background: var(--color-secondary);
}

.serv-btm-content {
  position: relative;
  margin-top: 20px;
  padding-top: 15px;
}

.serv-btm-content::before {
  content: " ";
  position: absolute;
  width: 50%;
  height: 1px;
  background: var(--color-primary);
  left: -116px;
  top: 6px;
}

.serv-btm-content::after {
  content: " ";
  position: absolute;
  width: 50%;
  height: 1px;
  background: var(--color-primary);
  right: -50px;
  bottom: -8px;
}

.serv-btm-content p {
  font-size: 26px;
  line-height: 42px;
  margin-bottom: 0px;
  color: var(--color-secondary);
}

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

.serv-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 21px;
  border: 3px solid var(--color-primary);
  opacity: 1;
  margin: 0px 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: var(--color-secondary);
}

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

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

.appnt-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/appnt-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: -113px;
}

.appnt-sec::after {
  content: " ";
  position: absolute;
  width: 500px;
  height: 500px;
  background: linear-gradient(to left, var(--color-primary), #ffffff00);
  top: -223px;
  opacity: 0.05;
  border-radius: 28px;
  transform: rotate(45deg) skewY(10deg);
  left: -203px;
  z-index: -2;
}

.appointment-form h2 {
  font-weight: 400;
  color: var(--color-secondary);
  font-family: "Optima";
  font-size: 45px;
}

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

.appointment-form p a {
  color: #fff;
  font-weight: 500;
}

.appointment-form {
  padding: 24px 78px 0px;
  position: relative;
  border-radius: 50%;
  left: 0px;
  z-index: 1;
  text-align: center;
}

.appointment-form::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 114%;
  background-image: url(../gallery/abt-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  top: -28px;
  left: 15px;
  opacity: 0.5;
}
.btn-style-one {
  margin-top: 25px;
  background: var(--color-primary);
  color: #fff;
  padding: 2px 10px;
  border-radius: 24px;
}

.form-group i {
  position: absolute;
  left: 22px;
  top: 16px;
  color: var(--color-secondary);
  font-size: 14px;
}

.appointment-form textarea {
  height: 78px;
}

.appointment-form .form-control::placeholder {
  color: var(--color-secondary);
}

.appointment-form .form-control {
  color: var(--color-secondary);
  border-bottom: none;
  background: #00000000;
  border-bottom: 1px solid var(--color-secondary);
  border-radius: 0px;
  padding: 11px 35px;
  font-size: 15px;
}

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

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

.timings-sec {
  position: relative;
  left: -74px;
}

.timings-sec::before {
  content: " ";
  position: absolute;
  width: 100px;
  height: 100px;
  background: linear-gradient(45deg, #f6597b21, #ffffff00);
  z-index: -1;
  border-radius: 50%;
  top: -24px;
}

.timings-sec h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Optima";
  font-weight: 400;
  color: var(--color-secondary);
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.timings-sec h2::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--color-primary);
  bottom: -3px;
  left: 41px;
}

.timings-sec h2::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--color-primary);
  bottom: -3px;
  right: -41px;
}

.timings-sec p {
  margin-bottom: 5px;
  font-size: 18px;
}

.timings-img {
  position: relative;
}

.timings-img::before {
  content: " ";
  position: absolute;
  width: 2px;
  height: 290%;
  background: linear-gradient(to top, var(--color-primary), #ffffff00);
  right: 159px;
  left: 0px;
  margin: auto;
  top: 108px;
}

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

.test-sec::before {
  content: " ";
  position: absolute;
  width: 500px;
  height: 500px;
  background: linear-gradient(to left, var(--color-primary), #ffffff00);
  top: -223px;
  opacity: 0.05;
  border-radius: 28px;
  transform: rotate(45deg) skewY(10deg);
  left: -203px;
  z-index: -2;
}

/* .test-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 168%;
  background-image: url(../gallery/serv-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transform: rotate(180deg) scaleX(1);
  top: 0;
} */

/* .test-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-secondary);
  transform: skewY(12deg);
  z-index: -2;
  top: 0px;
}

.test-sec::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/bg.jpg);
  top: 0px;
  transform: skewY(12deg);
  z-index: -1;
  background-position: center;
  background-size: cover;
  opacity: 0.1;
} */

.test-sec-head {
  position: relative;
  text-align: center;
}

.test-sec-head h3 {
  font-size: 22px;
  color: var(--color-primary);
  position: relative;
  font-weight: 400;
}

.test-sec-head h2 {
  font-size: 56px;
  font-family: "Optima";
  font-weight: 500;
  text-transform: capitalize;
  color: var(--color-secondary);
}
.test-quote {
  text-align: center;
}
.test-sec-head p {
  padding: 0px 200px;
}

.test-main-block {
  position: absolute;
  padding: 10px;
  width: 358px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
  text-align: center;
  right: 0px;
  left: 0px;
}

.test-main-block h2 {
  text-transform: uppercase;
  font-size: 22px;
  color: var(--color-secondary);
}

.test-main-block p {
  margin-bottom: 0px;
  line-height: 30px;
}

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

.test-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 21px;
  border: 3px solid var(--color-secondary);
  opacity: 1;
  margin: 0px 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;
}

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

.test-g-img {
  position: relative;
  left: 16px;
}

.test-g-img img {
  width: 102px;
  z-index: 1;
  position: relative;
}

.test-icon {
  text-align: center;
  position: relative;
  left: -111px;
  margin-top: 122px;
  cursor: pointer;
}

.test-icon::before {
  content: " ";
  position: absolute;
  width: 200px;
  height: 200px;
  background: linear-gradient(to left, var(--color-primary), #ffffff00);
  border-radius: 50%;
  top: -48px;
  opacity: 0.5;
  right: -42px;
}

.test-content {
  color: #fff;
  position: absolute;
  right: 0px;
  top: -50px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
}

.test-content p {
  margin-bottom: 0px;
  font-size: 20px;
  position: relative;
}

.test-content p::before {
  content: " ";
  position: absolute;
  width: 126%;
  height: 1px;
  background: #fff;
  bottom: -5px;
  left: -16px;
}

.test-content p::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  bottom: -5px;
  right: -34px;
}

.test-btm-num {
  position: absolute;
  bottom: -58px;
  left: 24px;
}

.test-btm-num span {
  font-size: 50px;
  font-weight: 400;
  font-family: "Optima";
}

.test-btm-num h3 {
  position: absolute;
  font-weight: 400;
  font-size: 20px;
  top: -10px;
  right: -66px;
}

.g-ratings1 {
  position: absolute;
  top: 13px;
  right: -96px;
}

.stroke-sec {
  position: relative;
  margin-bottom: 78px;
  margin-top: 125px;
}

.stroke-sec::before {
  content: " ";
  position: absolute;
  width: 500px;
  height: 500px;
  background: linear-gradient(to right, var(--color-primary), #ffffff00);
  top: -223px;
  opacity: 0.05;
  border-radius: 28px;
  transform: rotate(45deg) skewY(10deg);
  right: -240px;
  z-index: -2;
}

.stroke-content-side {
  position: relative;
}

.stroke-content-side::before {
  content: " ";
  position: absolute;
  width: 150px;
  height: 142px;
  border: 2px solid var(--color-secondary);
  border-radius: 20px;
  border-right-color: transparent;
  top: -36px;
  left: -18px;
}

.stroke-content-side::after {
  content: " ";
  position: absolute;
  width: 22px;
  height: 22px;
  background: var(--color-primary);
  border-radius: 20px;
  top: -28px;
  left: -10px;
}

.stroke-content-side h2 {
  font-size: 25px;
  font-weight: 500;
  color: var(--color-secondary);
}

.stroke-content-side h2 span {
  font-weight: 400;
  color: var(--color-primary);
  font-family: "Optima";
  font-size: 58px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 22px;
}

.stroke-main-img {
  position: relative;
  text-align: center;
  top: -38px;
  cursor: pointer;
}

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

.stroke-main-img img {
  width: 388px;
  margin: auto;
  transition: all 300ms ease;
  border-radius: 38px;
  box-shadow: -5px 10px 19px -10px #000000;
}

.stroke-content {
  margin-top: 30px;
}

.stroke-content p {
  line-height: 30px;
  padding-right: 113px;
  margin-bottom: 8px;
}

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

.ol_styles li {
  position: relative;
  padding-left: 20px;
  line-height: 27px;
  margin-bottom: 4px;
  font-weight: 400;
  list-style: none !important;
}

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

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

.blog-sec::before {
  content: " ";
  position: absolute;
  width: 500px;
  height: 500px;
  background: linear-gradient(to right, var(--color-primary), #ffffff00);
  top: -223px;
  opacity: 0.05;
  border-radius: 28px;
  transform: rotate(45deg) skewY(10deg);
  right: -240px;
  z-index: -2;
}

.blog-sec-head {
  position: relative;
  text-align: right;
}

.blog-sec-head h3 {
  font-size: 21px;
  color: var(--color-primary);
  position: relative;
  font-weight: 400;
}

.blog-sec-head h3::before {
  content: " ";
  position: absolute;
  width: 100px;
  height: 1px;
  background: var(--color-secondary);
  right: 193px;
  margin: auto;
  top: 1px;
  bottom: 0px;
}

.blog-sec-head h3::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--color-secondary);
  right: 193px;
  margin: auto;
  top: 0px;
  bottom: 0px;
}

.blog-sec-head h2 {
  font-size: 56px;
  font-family: "Optima";
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 6px;
  color: var(--color-secondary);
}

.blog-sec-head p {
  padding-left: 400px;
}

.blog-block {
  position: relative;
  cursor: pointer;
  padding: 0px 30px 30px;
}

.blog-block::before {
  content: " ";
  position: absolute;
  width: 300px;
  height: 300px;
  background: linear-gradient(59deg, #f6597b1c, #ffffff00);
  border-radius: 50%;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 8px;
}

.blog-img {
  position: relative;
  text-align: end;
}

.blog-img img {
  width: 148px;
  border-radius: 50%;
  border: 6px solid var(--color-primary);
  transition: all 300ms ease;
}

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

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

.blog-content::before {
  content: " ";
  position: absolute;
  width: 70%;
  height: 2px;
  background: var(--color-secondary);
  top: 0px;
  left: -48px;
}

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

.blog-content p {
  margin-bottom: 8px;
}

.blog-numb {
  position: absolute;
  left: 18px;
  top: 75px;
  font-size: 112px;
  font-weight: 700;
  opacity: 0.1;
  color: var(--color-secondary);
}

.blog-content a {
  background: var(--color-primary);
  color: #fff;
  padding: 1px 8px;
  border-radius: 30px;
  font-size: 15px;
}

.blog-row {
  padding-top: 50px;
}

.blog-emerg-sec {
  position: absolute;
  top: 28px;
  left: 55px;
  background: var(--color-secondary);
  color: #fff;
  width: 350px;
  text-align: center;
  border-radius: 18px;
}

.blog-emerg-sec p {
  margin-bottom: 0px;
  padding: 30px 22px 16px;
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
}

.blog-did-head {
  position: absolute;
  top: -25px;
  left: -22px;
}

.blog-did-head h2 {
  background: var(--color-primary);
  color: #fff;
  font-weight: 400;
  font-family: "Optima";
  font-size: 30px;
  padding: 4px 28px;
  clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%);
}

.blog-did-head::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/light-bulb.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  left: -9px;
  top: -18px;
  z-index: 1;
}

.call-us {
  box-shadow: 0px 0px 6px #0000008c;
  position: fixed;
  bottom: 19px;
  left: 17px;
  line-height: 70px;
  width: 70px;
  text-align: center;
  height: 70px;
  cursor: pointer;
  border-radius: 50%;
  background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
  z-index: 1;
}

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

.doc-sec .doc-desc h2 {
  font-size: 38px;
  font-weight: 400;
  color: var(--color-secondary);
  font-family: "Optima";
  text-transform: uppercase;
}
.doc-sec .doc-desc h3 {
  font-size: 20px;
  font-weight: 400;
  color: #243328;
  padding-bottom: 10px;
  border-bottom: 1px dashed #000;
  padding-top: 10px;
}
.doc-sec .doc-desc p {
  padding-top: 15px;
  margin-bottom: 10px;
  line-height: 25px;
  font-size: 16px;
}
.doc-sec .doc-desc a {
  padding: 5px 10px;
  color: #fff;
  border-radius: 32px;
  background: var(--color-default);
  transition: all 500ms ease;
}

.mvv-list {
  text-align: center;
  padding: 35px 18px;
  background-color: #ffff;
  box-shadow: 0px 0px 10px #ccc;
  border: 10px solid #f5f5f5;
  border-radius: 34px;
}

.mvv-block {
  display: block;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.mvv-block img {
  filter: brightness(0);
  width: 70px;
  text-align: center;
}

.mvv-block h3 {
  text-transform: uppercase;
  font-size: 22px;
  color: var(--color-secondary);
  font-weight: 600;
}

.mvv-block p {
  color: #000000;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
}

.mvv-block:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.mvv-list {
  text-align: center;
}

.mvv-list::before {
  content: " ";
  position: absolute;
  width: 200px;
  height: 200px;
  background: #2b6e9b;
  z-index: -1;
  border-radius: 50%;
  top: -58px;
  right: -38px;
  opacity: 0.05;
}

.test-box {
  margin-top: 48px;
}

.footer-abt-logo {
  text-align: center;
}

.footer-abt-logo img {
  width: 338px;
}

.main-footer::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/serv-bg1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  top: 0px;
}

.footer-logo {
  margin-bottom: 25px;
}

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

.upper-logo-box p {
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  padding: 0px 0px 30px;
  color: var(--color-default);
}

.footer-widget__social {
  margin: 0px 0 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

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

.footer-widget__social li a {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #fff;
  background-color: var(--color-secondary);
  margin: 0 4px;
  /* box-shadow: inset 0px 0px 10px #646464; */
  font-size: 16px;
}

.footer-btm-box {
  padding: 40px 20px 13px;
  position: relative;
  margin-bottom: -24px;
}

.footer-title h2 {
  color: var(--color-secondary);
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  background-color: #fbfbfb;
  border-bottom: 2px solid var(--color-primary);
  padding: 4px 21px;
  border-radius: 25px;
  box-shadow: 0px 3px 5px #c1c1c1;
  margin-bottom: 10px;
}

.footer-txt {
  margin-top: 30px;
}

.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 a {
  color: var(--color-default);
  font-size: 15px;
  line-height: 19px;
  border-right: 1px dashed;
  padding: 0 11px;
}
.footer_links1 ul li:last-child a{
  border-right: none;
}
.footer_links1 ul li a:hover {
  color: var(--color-primary);
}
.f-adr {
  display: block;
  text-align: center;
}

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

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

.footer-adr .col-md-4:nth-child(2) {
  border-left: 1px solid var(--color-default);
  border-right: 1px solid var(--color-default);
}

.footer-txt {
  position: relative;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 26px;
}

.block1 {
  position: relative;
  margin: 0px 100px;
}
.fad-txt p {
  font-size: 15px;
}

.bottom-footer p {
  margin: 0;
  font-size: 15px;
  display: inline-block;
}

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

.bottom-footer {
  position: relative;
  padding: 8px 18px 8px;
  display: inline-block;
  background: var(--color-secondary);
  color: #fff;
}

.main-footer {
  position: relative;
}

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

.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);
  /* background: linear-gradient(to right, var(--color-primary), var(--color-secondary)); */
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-left {
  position: relative;
}

.testimonial-left::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--color-secondary);
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
}
.testimonial-left img {
  position: relative;
  filter: drop-shadow(3px -1px 3px #0000002d);
}

.test-row {
  margin-top: 30px;
}

.top-wrap1 {
  position: relative;
}

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

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

.inner-serv-matter p {
  text-align: justify;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 15px;
  hyphens: auto;
}
.short-para{
  text-align: left !important;
}
.inner-serv-matter strong {
  font-weight: 600;
}

.inner-serv-matter h2 {
  color: var(--color-primary);
  font-size: 20px;
  margin: 15px 0px 6px;
  font-weight: 600;
  text-transform: uppercase;
}

.inner-serv-matter h3 {
  color: var(--color-secondary);
  font-size: 18px;
  margin: 12px 0px 4px;
}

.inner-serv-matter h4 {
  color: var(--color-primary);
  font-size: 18px;
  margin: 12px 0px 4px;
}

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

.inner-serv-img img {
  box-shadow: 0px 0px 14px #000000d1;
  border-radius: 8px;
}

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

.ol_styles li {
  position: relative;
  margin-bottom: 5px;
  line-height: 26px;
  font-size: 15px;
  list-style: disc;
}

.breadcrumb {
  position: relative;
  padding: 173px 0 48px;
  margin-bottom: 0;
  z-index: 2;
  background: transparent;
  display: block;
  overflow: hidden;
}

.breadcrumb .container {
  max-width: 1200px;
}

.bread-bg {
  position: relative;
  background: var(--color-secondary);
  padding: 60px 0px;
}

.bread-bg::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/bg.jpg);
  top: 0px;
  bottom: 0px;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.08;
}

.bread-inner {
  position: relative;
  text-align: right;
  padding: 10px 0px 20px;
}

/* .bread-inner::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fcf3f5; 
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  margin: auto;
  border-radius: 0px 90px 90px 0px;
} */
.breadcrumb h1 {
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 10px;
}

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

.breadcrumb ul li.active a {
  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: 2px 8px;
  margin: 0;
  border-radius: 30px;
}

.breadcrumb ul {
  position: relative;
  display: inline-block;
  background: var(--color-primary);
  box-shadow: 0px 10px 14px -10px #0000008c;
}

.breadcrumb ul::after {
  content: " ";
  position: absolute;
  width: 108px;
  height: 2px;
  background: #fff;
  left: -134px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

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

.address_c_info {
  text-align: center;
  padding: 26px 22px;
  border: 8px solid #f1f4f6;
  margin-bottom: 30px;
  border-radius: 538px 538px 0px 0px;
  background: #ffffff;
  box-shadow: 0px 13px 13px -10px #0000006b;
}

.address_c_info_list {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px dashed;
}

.address_c_info_list:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.address_c_info_list i {
  width: 53px;
  height: 53px;
  background: var(--color-primary);
  color: #fcfbf8;
  border-radius: 50%;
  border: 3px solid #fff;
  font-size: 20px;
  line-height: 48px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px #8d8d8d;
}

.address_c_info_list h5 {
  font-size: 16px;
  font-weight: 400;
}

.contact-form {
  background: var(--color-secondary);
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 12px;
}

.contact-form .app_form h3 {
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-form .app_form .form-control {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px dashed #fff;
  height: 44px;
  color: #fff;
  border-color: #fff;
}

.app_form .btn {
  background-color: var(--color-primary);
  color: #fff;
  border: none;
}

.contact-form .app_form textarea.form-control {
  height: 70px;
  resize: none;
}

.contact-form .app_form .form-control::placeholder {
  color: #fff;
}
.map iframe {
  width: 100%;
  height: 205px;
  border: 5px solid #dbdfe1;
}
.main-timeline {
  position: relative;
}
.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.main-timeline .timeline {
  width: calc(50% + 70px);
  padding: 50px 15px 10px 0;
  margin: 0 0 30px 10px;
  float: right;
  position: relative;
}
.main-timeline .timeline:before {
  content: "";
  background: var(--color-secondary);
  border-radius: 0 10px 10px 0;
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
}
.main-timeline .timeline-content {
  color: var(--color-primary);
  background: #fff;
  min-height: 140px;
  padding: 20px 20px 20px 175px;
  border-radius: 15px 15px 15px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
}
.main-timeline .timeline-content:before {
  content: "";
  background: #333;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 140px;
}
.main-timeline .timeline-content:after {
  content: "";
  background: var(--color-primary);
  width: 15px;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 135px;
}
.main-timeline .timeline-content:hover {
  text-decoration: none;
}
.main-timeline .timeline-icon {
  color: #474747;
  font-size: 50px;
  line-height: 50px;
  position: absolute;
  bottom: 20px;
  left: 45px;
}
.main-timeline .timeline-year {
  color: #fff;
  background: linear-gradient(45deg, #555 1px, var(--color-secondary) 40px);
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 20px;
}
.main-timeline .timeline-year span {
  font-size: 22px;
  font-weight: 400;
}
.main-timeline .title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.main-timeline .description {
  color: #222;
  font-size: 15px;
  margin: 0;
}
.main-timeline .timeline:nth-child(even) {
  float: left;
  padding: 50px 0 10px 15px;
  margin: 0 10px 30px 0;
}
.main-timeline .timeline:nth-child(even):before {
  border-radius: 10px 0 0 10px;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
}
.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 20px 175px 20px 20px;
  border-radius: 15px 15px 0 15px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before {
  left: auto;
  right: 140px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after {
  left: auto;
  right: 135px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 45px;
}
.main-timeline .timeline:nth-child(even) .timeline-year {
  left: auto;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .main-timeline .timeline {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .main-timeline .timeline .timeline-content,
  .main-timeline .timeline:nth-child(even) .timeline-content {
    text-align: center;
    padding: 115px 15px 15px;
  }
  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    width: 100%;
    height: 3px;
    top: 85px;
    left: 0;
  }
  .main-timeline .timeline-content:after {
    width: 30%;
    height: 15px;
    top: 79px;
    bottom: auto;
    left: auto;
    right: 0;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: 0;
  }
  .main-timeline .timeline-icon {
    top: 15px;
    bottom: auto;
    right: 25px;
    left: auto;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content .timeline-icon {
    right: auto;
    left: 25px;
  }
}

/* .doc-img-sec{
  border: 5px solid #cfc8c8;
  position: relative;
} */
.doc-img-sec {
  border: 5px solid #ffffff;
  position: relative;
  box-shadow: 0px 0px 5px #d9d5d5;
}
.doc-img-sec::before {
  content: " ";
  height: 180px;
  width: 5px;
  position: absolute;
  bottom: -57px;
  left: 284px;
  right: 0px;
  margin: auto;
  border-left: 3px solid #8eb2cb;
}
.doc-img-sec::after {
  content: " ";
  height: 15px;
  width: 15px;
  position: absolute;
  /* top: 191px; */
  bottom: -63px;
  left: 281px;
  right: 0px;
  margin: auto;
  border-radius: 50%;
  background: var(--color-primary);
}
.about-doc-content {
  position: relative;
}
.about-doc-content::before {
  content: " ";
  height: 151px;
  width: 400px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #eaeff3;
  left: -21px;
  top: 14px;
  padding: 2px 24px 2px;
  transform: translate3d(6px, -7px, 10px);
  z-index: -1;
  transform: skewX(10deg);
}
.about-doc-content h1 {
  padding-top: 20px;
  color: #0f3f5f;
  font-size: 40px;
  font-weight: 500;
}
.about-doc-content h6 {
  font-size: 20px;
  color: #f6597b;
}
.about-doc-content p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  padding-left: 0px;
  text-align: left;
  margin-bottom: 0px;
}



.whatsapp-num {
    height: 70px;
    width: 70px;
    line-height: 70px;
    position: fixed;
    bottom: 99px;
    left: 26px;
    display: inline-flex;
    /* right: 0; */
    margin: auto;
}
.whatsapp-num img {
    height: 60px;
    width: 60px;
}
.whatsapp-num p {
    position: relative;
    top: 10px;
    right: -8px;
    font-size: 17px;
    background: linear-gradient(to left, #093a5b, #f6597b);
    height: 36px;
    width: 250px;
    padding: 6px 18px 0px 8px;
    border-radius: 25px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    transition: all 900ms ease;
    line-height: 25px;
}
/* .whatsapp-num p {
    position: relative;
    top: 12px;
    right: -8px;
    font-size: 17px;
    background: linear-gradient(to left, #093a5b, #f6597b);
    height: 34px;
    width: 250px;
    padding: 6px 18px 0px 8px;
    border-radius: 25px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    transition: all 900ms ease;
} */
.whatsapp-num:hover p{
  visibility: visible;
  opacity: 1;
}

.whatsapp{
  height: 37px;
    width: 37px;
    position: relative;
    top: -2px;
}



