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

.mobile-view {
  display: none;
}

@font-face {
  font-family: "Minerva Modern";
  src: url(../webfont/minerva-modern/minerva-modern-black.otf);
  src: url(../webfont/minerva-modern/minerva-modern-bold.otf);
  src: url(../webfont/minerva-modern/minerva-modern-regular.otf);
  display: swap;
}

:root {
  --color-default: #292929;
  --color-primary: #05597b;
  /* --color-secondary: #fba4ad; */
  --color-secondary: #fdc2a0;
}

.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: #fff;
  box-shadow: 0px 0px 10px;
  height: 105px;
  width: 100%;
}

.fixed-header .lower-box .logo {
  top: 6px;
  width: 113px;
}

.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: "Open Sans", sans-serif;
}

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

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

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

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

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

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

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

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

.page-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  z-index: -10;
  background-image: url(../gallery/logo-bg.png);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.1;
}

/* .page-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  z-index: -1;
  background-image: url(../gallery/bgg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
 
} */

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

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

.header-one {
  position: relative;
}

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

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

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

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

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
  border-bottom: 1px solid #ffffff1c;
}

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

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

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

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  font-size: 19px;
  line-height: 30px;
  border-right: 0px;
  padding: 2px 14px;
  opacity: 1;
  /* text-transform: uppercase; */
  color: var(--color-default);
  border-radius: 5px;
}

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

.top-social {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 20px;
  right: 40px;
  width: auto;
  display: inline-flex;
  padding-bottom: 8px;
}

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

.top-social li a {
  display: block;
  width: 30px;
  height: 30px;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0px 1px;
  transition: all 300ms ease;
}

.top-social li .logins_section {
  display: block;
  width: 30px;
  height: 30px;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0px 1px;
  transition: all 300ms ease;
  cursor: pointer;
}

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

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

.top-phn-btn a i {
  background: var(--color-primary);
  color: #fff;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 8px;
  font-size: 15px;
}

.phn-first {
  margin-right: 10px;
  padding-right: 15px;
  border-right: 1px solid var(--color-primary);
}

/*** 
========================================
    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: 45px 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: var(--color-primary);
  font-size: 16px;
  line-height: 32px;
  background: var(--color-secondary);
  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: 138px;
}

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

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

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  top: 0%;
  visibility: hidden;
  left: 100%;
  width: 180px;
  opacity: 0;
  z-index: 100;
  background: 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.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 #f2f2f287;
}

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

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

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

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 7px 20px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.right-icon i {
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

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

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

/***
====================================================================
	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-primary);
  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-primary);
}

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

.sec-head h3 {
  position: relative;
  font-size: 21px;
  font-weight: 500;
}

.sec-head h2 {
  position: relative;
  font-size: 55px;
  text-transform: capitalize;
  color: var(--color-primary);
  font-family: "Minerva Modern";
  font-weight: 400;
}

.abt-head h2 {
  position: relative;
  font-size: 80px;
  text-transform: uppercase;
  color: var(--color-primary);
  font-family: "Minerva Modern";
  font-weight: 400;
}

.abt-head h4 {
  margin-top: -5px;
  font-weight: 400;
  font-size: 20px;
  background: #fdc2a0;
  display: inline-block;
  padding: 3px 10px;
}

.abt-sec {
  position: relative;
  margin-bottom: 68px;
  padding-top: 88px;
}

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

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

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

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

.doc-content {
  background: #fff;
  position: relative;
  right: -50px;
  top: -48px;
  padding: 10px 5px;
  border-radius: 20px;
  box-shadow: 0px 0px 9px #0556773d;
}

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

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

.doc-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--color-default);
  line-height: 25px;
}

.doc-content a {
  background: var(--color-secondary);
  color: var(--color-default);
  padding: 3px 10px;
  font-size: 15px;
}

.abt-matter p a {
  background: #ffffff00;
  color: var(--color-secondary);
  padding: 0px;
}

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

.mvv-block {
  position: relative;
  width: 180px;
  height: 180px;
  background: #fce6d9;
  box-shadow: 0px 0px 5px #00000029;
  border-radius: 50%;
  padding: 40px 0px;
}

.mvv-row {
  padding-top: 40px;
  left: -31px;
  position: relative;
}

.mvv-row .col-md-4:nth-child(2) .mvv-block::before {
  display: none;
}

.mvv-row .col-md-4:nth-child(2) .mvv-block {
  margin-left: 58px;
  position: relative;
  z-index: 1;
  /* background: linear-gradient(45deg,var(--color-primary),var(--color-secondary)); */
  background: var(--color-primary);
  color: #fff;
  transform: scale(1.08);
}

.mvv-row .col-md-4:nth-child(2) .mvv-block .mvv-img img {
  filter: brightness(0) invert(1);
}

.mvv-row .col-md-4:nth-child(1) .mvv-block {
  margin-left: 123px;
}

.mvv-img img {
  width: 48px;
}

.mvv-block h2 {
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
}

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

.num-sec {
  position: relative;

  margin-bottom: 100px;
}

.doc-numb-content {
  position: absolute;
  top: 36px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
  width: fit-content;
  right: 0px;
  left: 0px;
}

.num-bg {
  position: relative;
}

.doc-numb-content h2 {
  font-size: 68px;
  font-weight: 500;
  color: var(--color-primary);
  font-family: "Minerva Modern";
}

.doc-numb-content p {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 500;
}

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

.fellow-block {
  position: relative;
  text-align: center;
  background: linear-gradient(to right, #ffffff00, #ffe8db, #ffffff00);
  padding: 18px 0px;
}

.fellow-block h3 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 500;
  padding: 0px 68px;
  line-height: 32px;
}

.fellow-block h2 {
  /* text-transform: uppercase; */
  font-size: 35px;
  color: var(--color-primary);
  margin-bottom: 4px;
  display: inline-block;
  border-bottom: 1px dashed;
  padding-bottom: 3px;
}

.fellow-block p {
  margin-bottom: 0px;
}

.fellow-block::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: var(--color-primary);
  transform: rotate(45deg);
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}

.fellow-block::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 80%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--color-primary);
}

.serv-sec {
  position: relative;
  min-height: 85vh;
  background: #00415d;
}

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

.serv-btm {
  margin-bottom: 100px;
}

.serv-sec .sec-head h3,
.serv-sec .sec-head h2,
.serv-sec .sec-head p {
  color: #fff;
}

.serv-sec .sec-head p {
  font-size: 15px;
}

.serv-img-main {
  position: absolute;
  top: -8px;
  z-index: 1;
}

.serv-block1 .serv-img-main {
  right: 0px;
}

.serv-img-main img {
  width: 200px;
  border-radius: 50%;
  transition: all 300ms ease;
}

.serv-inner-img {
  position: relative;
  width: fit-content;
  height: fit-content;
}

.serv-img-main::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-secondary);
  border-radius: 50%;
  top: -6px;
  left: -6px;
}

.serv-block1 .serv-img-main::before {
  left: initial;
  right: -6px;
}

.serv-block {
  position: relative;
  padding-bottom: 20px;
  cursor: pointer;
  margin-bottom: 70px;
}

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

.serv-about p a {
  border: 0px;
  padding: 0px;
  font-size: 15px;
}

.serv-about a {
  border: 1px solid #fdc2a09c;
  color: #fdc2a09c;
  font-size: 14px;
  padding: 3px 10px;
}

.serv-about p {
  padding-top: 30px;
  color: #ffffff9c;
  padding-right: 70px;
  font-size: 15px;
}

.serv-block1 .serv-about p {
  padding-left: 70px;
  padding-right: 0px;
}

.serv-block::before {
  content: " ";
  position: absolute;
  width: 391px;
  height: 168px;
  background: #00415d;
  bottom: 0px;
  right: 30px;
  bottom: 0px;
  border-radius: 20px;
  box-shadow: 8px 9px 9px #00000030;
}

.serv-block.serv-block1::before {
  left: 30px;
  right: initial;
  box-shadow: -9px 9px 9px #00000030;
}

.serv-block1 .serv-head {
  clip-path: polygon(100% 0, 10% 0, 0 50%, 10% 100%, 100% 100%);
  background: var(--color-primary);
  padding: 7px 69px 7px 78px;
  position: relative;
  right: -149px;
  left: initial;
  width: 248px;
}

.serv-content {
  position: relative;
  padding-left: 218px;
  padding-top: 15px;
}

.serv-block1 .serv-content {
  padding-right: 218px;
  padding-left: 0px;
}

.serv-content::before {
  content: " ";
  position: absolute;
  width: 55%;
  height: 100%;
  border: 2px solid var(--color-secondary);
  left: 120px;
  bottom: -24px;
  border-top: 0px;
  border-right: 1px;
  border-radius: 0px 0px 0px 20px;
}

.serv-block1 .serv-content::before {
  border: 2px solid var(--color-secondary);
  right: 120px;
  left: initial;
  bottom: -24px;
  border-top: 0px;
  border-right: 2px solid var(--color-secondary);
  border-left: 0px;
  border-radius: 0px 0px 20px 0px;
}

.serv-content::before {
  content: " ";
  position: absolute;
  width: 55%;
  height: 100%;
  border: 2px solid var(--color-secondary);
  left: 120px;
  bottom: -24px;
  border-top: 0px;
  border-right: 0px;
  opacity: 0.5;
}

.serv-content::after {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--color-secondary);
  left: 296px;
  right: 0px;
  margin: auto;
  bottom: -27px;
  transform: rotate(45deg);
}

.serv-block1 .serv-content::after {
  left: 0px;
  right: 296px;
}

.serv-block1 .serv-about {
  text-align: right;
}

.serv-head {
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  background: var(--color-primary);
  padding: 7px 78px 7px 69px;
  position: relative;
  left: -78px;
  width: 248px;
}

.serv-head h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-size: 28px;
}

.serv-row {
  position: relative;
  margin-top: 65px;
}

.serv-row::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: linear-gradient(to top, var(--color-secondary), var(--color-primary), var(--color-secondary), var(--color-primary), var(--color-secondary), var(--color-primary), var(--color-secondary));
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 0.5;
}

.box {
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
}

.box img {
  height: auto;
  transform: scale(1.3);
  transition: all 0.3s ease 0s;
}

.box:hover img {
  filter: grayscale(100%);
  transform: scale(1.2);
}

.box .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.2s ease 0s;
}

.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after {
  content: "";
  width: 100%;
  height: 25%;
  background: linear-gradient(to right, rgb(0 65 93 / 90%), rgb(0 65 93 / 70%), transparent, rgb(0 65 93 / 70%), rgb(0 65 93 / 90%));
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}

.box:before {
  transform: translateX(100%);
}

.box:after {
  height: 25.1%;
  top: 25%;
  transform: translateX(-100%);
  transition-delay: 0.05s;
}

.box .box-content:before {
  top: 50%;
  transform: translateX(100%);
  transition-delay: 0.1s;
}

.box .box-content:after {
  top: 75%;
  transform: translateX(-100%);
  transition-delay: 0.15s;
}

.serv-block:hover .box:before,
.serv-block:hover .box:after,
.serv-block:hover .box .box-content:before,
.serv-block:hover .box .box-content:after {
  transform: translateX(0);
}

.box .inner-content {
  padding: 7px 0;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 2;
  transition: all 0.3s ease 0s;
}

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: -200px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: fit-content;
  bottom: 0px;
  z-index: 2;
  transition: all 0.6s ease;
}

.serv-block:hover .box .icon {
  top: 70px;
}

.box .icon li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 43px;
  background: #fff;
  font-size: 20px;
  color: var(--color-secondary);
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.box .icon li a:hover {
  text-decoration: none;
  border-radius: 30%;
  background: var(--color-primary);
  color: #fff;
}

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

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

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

.test-blk {
  position: relative;
  margin-top: 7px;
}

.test-blk h2 {
  color: var(--color-primary);
  font-size: 28px;
}

.test-blk p {
  padding: 0 25px;
  margin-bottom: 0px;
}

.test-img2 {
  position: absolute;
  bottom: 0;

  right: 0;
  margin: auto;
  width: 120px;
  opacity: 0.5;
}


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

.extra-side-head h2 {
  background: var(--color-primary);
  color: #fff;
  font-weight: 300;
  display: inline-block;
  padding: 20px 20px;
  font-size: 30px;
  position: relative;
}

.extra-side-head h2::before {
  content: " ";
  position: absolute;
  width: 90%;
  height: 1px;
  background: var(--color-secondary);
  bottom: 10px;
  right: -90px;
}

.extra-side-head h2 span {
  padding-left: 120px;
  font-size: 100px;
  font-weight: 600;
  display: inline-block;
  margin-top: 18px;
}

.extra-side-head h3 {
  font-weight: 400;
  color: var(--color-default);
  display: inline-block;
  font-size: 27px;
  margin-top: 10px;
  padding-left: 98px;
  position: relative;
}

.extra-side-head h3::before {
  top: 1px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 30px solid var(--color-secondary);
  border-bottom: 15px solid transparent;
  left: 60px;
}

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

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

.ol_styles1 li span {
  font-size: 28px;
  font-weight: 800;
  color: var(--color-primary);
}

.extra-side-matter p {
  line-height: 30px;
}

.extra-side-matter {
  margin-top: 10px;
}

.extra-side-btm {
  position: relative;
  padding-top: 12px;
  margin-top: 12px;
}

.extra-side-btm::before {
  content: " ";
  position: absolute;
  width: 95%;
  height: 1px;
  border-top: 1px solid var(--color-default);
  top: 0px;
  left: 0px;
  opacity: 0.5;
}




.newletter_section {
  z-index: 1;
  position: relative;
}

.subscribe-block {
  position: relative;
  padding: 25px 20px;
  background-color: var(--color-primary);
}

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

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

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

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

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

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

.subscribe-block::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #05597b2e;
  top: -13px;
  left: -11px;
  z-index: -1;
}

.footer_section {
  position: relative;
  padding-top: 34px;
}

.footer_section::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/footer-bg.png);
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
}

.footer_section .footer_add_row {
  position: relative;
}

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

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

.address_info_sec i {
  position: relative;
  left: 0px;

  width: 40px;
  height: 40px;
  font-size: 24px;
  text-align: center;
  color: var(--color-primary);
  border-radius: 50%;
  line-height: 40px;
  display: inline-block;
  /*! margin-bottom: 15px; */
  /*! box-shadow: 0px 0px 0px 5px #adadad; */
}

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

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

  padding: 10px 15px;
  background-color: var(--color-primary);
}

.bottom-footer a {
  color: #fff !important;
}

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

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

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

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

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

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

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

.social-icon-two {
  position: relative;
  margin: 2px 0px;
}

.social-icon-two li {
  position: relative;
  display: inline-block;
}

.social-icon-two li a {
  position: relative;
  display: block;
  font-size: 24px;
  width: 38px;
  height: 38px;
  line-height: 37px;
  color: var(--color-default);
  border-radius: 50%;
  font-weight: 400;
  margin: 0 1px;
}

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

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

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

.footer-logo img {
  width: 200px;
  margin-bottom: 16px;
}

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

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

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

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

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

.footer-widget__social li a {
  display: block;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  text-align: center;
  line-height: 39px;
  color: var(--color-primary);

  margin: 0 4px;

  font-size: 19px;
  border: 1px solid var(--color-primary);
}

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

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

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

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

.footer_mp iframe {
  border: 5px solid #f5f5f5;
  background: #fff;

  box-shadow: 0px 0px 11px #919191;
}

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

.footer_wid .address_info_sec {
  position: relative;
}

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

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

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

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

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

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

.footer_links {
  text-align: center;
}

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

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

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

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

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

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



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

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

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

.footer_section .f-call,
.footer_section .f-mail,
.footer_section .f-loc {
  text-align: center;
  margin-bottom: 10px;
}

.f-loc p {
  font-size: 15px;
  color: var(--color-default);
}

.footer_section a {
  color: var(--color-default);
  font-size: 15px;
}

.footer_section .shape {
  position: relative;
  width: 70%;
  height: 5px;
  border-radius: 15px;
  background: linear-gradient(to left, var(--color-primary), transparent, var(--color-secondary));
}

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

.footer_links1 {
  text-align: center;
}

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

.footer_links1 ul li {
  display: inline-block;
  line-height: 30px;
  background: #05597b0f;
  border-radius: 26px;
  margin-bottom: 10px;
  border: 1px solid var(--color-primary);
}

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

.footer_links1 ul li a {
  color: var(--color-primary);
  font-size: 15px;
  line-height: 19px;

  padding: 0 11px;
}

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

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

/* .f-left::after{
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: linear-gradient(to top, #fff0,var(--color-default),#fff0);
  top: 0;
  right: 0;
} */

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

.mobile-view {
  display: none;
}

.ortho-bg-left {
  position: absolute;
  right: 138px;
  top: -38px;
}

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

.appointment-form {
  position: relative;
  z-index: 1;
  background: #00415d;
  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-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 0px;
  top: 0px;
  opacity: 0.2;
  filter: grayscale(1);
}

.appointment-form::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-secondary);
  left: -10px;
  top: -10px;
}

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

.appointment-form h2 {
  color: #fff;
  font-size: 48px;
  font-family: "Minerva Modern";
  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: #fff;
  background-color: #00000000;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 10px #fff;
  font-weight: 400;
}

.appointment-form .form-control {
  color: #fff;
  border-bottom: 0px;
  background: #00415d;
  border-radius: 18px;
  font-weight: 200;
  padding: 11px 30px;
  font-size: 15px;
  box-shadow: -4px -4px 6px #fbc0a13d;
}

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

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

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

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

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

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

.chatbox-header h5 {
  line-height: 33px;
  font-weight: 300;
  text-transform: capitalize;
}

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

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

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

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

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

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

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

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

.chatbox-footer .form-control::placeholder {
  color: var(--color-primary);
}

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

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

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

/* #chatbox-open:hover::after {
  content: "Click here!";
  position: absolute;
  bottom: 100px; 
  left: 60%;
  transform: translateX(-50%);
  font-size: 26px;
  font-weight: bold;
  color: #000;
} */
.btn img {
  width: 65px;
}

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

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



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

.gallery-block {
  position: relative;
  width: 360px;
  height: 210px;
  margin-bottom: 20px;
  border-radius: 28px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0px 0px 8px #000000a3;
}

.gallery-inner::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00415dad;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
  opacity: 0.5;
  transition: all 900ms ease;
}

.gallery-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-block:hover img {
  transform: scale(1.5);
}

.gallery-main-row .col-md-8 .gallery-block.gallery-block1 {
  width: 740px;
  height: 386px;
}

.gallery-main-row .col-md-8 .gallery-block.gallery-block1 .box1 .icon1 li a {
  width: 740px;
  height: 386px;
}

.gallery-main-row .col-md-8 .gallery-block.gallery-block2 .box1 .icon1 li a {
  width: 425px;
  height: 264px;
}

.gallery-main-row .col-md-8 .gallery-block.gallery-block2 {
  width: 425px;
  height: 264px;
}

.gallery-main-row .col-md-8 .gallery-block.gallery-block3 .box1 .icon1 li a {
  width: 300px;
  height: 264px;
}

.gallery-main-row .col-md-8 .gallery-block.gallery-block3 {
  width: 300px;
  height: 264px;
}

/* .gallery-main-row .col-md-4 .gallery-block:nth-child(2) {
  height: 440px;
} */

.gallery-block img {
  transition: all 900ms ease;
}


.gallery_list .box1 {
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 9px;
}

.gallery_list .box1:before {
  content: "";
  width: 20%;
  height: 100%;
  opacity: 0;
  /* transform: rotate(-45deg); */
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
  transition: .5s;
}

.box1:hover:before {
  width: 100%;
  opacity: 1;
}

.box1 img {
  width: 100%;
  height: auto;
  transition: .4s;
}

.box1:hover img {
  opacity: .3;
  filter: grayscale(100%)
}

.box1 .box1-content {
  color: #fff;
  width: 85%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: .6s
}

.box1:hover .box1-content {
  opacity: 1;
}

.box1 .icon1 {
  margin: 0
}

.box1 .icon1 li {
  margin: 0 5px
}

.box1 .icon1 li a {
  font-size: 15px;
  margin: auto;
  width: 360px;
  height: 210px;
  display: block;
  transition: .35s;
}


.serv-about {
  position: relative;
}





.top-wrap1 {
  position: relative;
}

.bread_cumb {
  text-align: center;
  position: relative;
  padding: 169px 0 50px;
}

.bread_cumb h1 {
  text-transform: capitalize;
  color: #1c1c1c;
  font-weight: 600;
  font-size: 31px;
  margin-bottom: 14px;
}

.bread_cumb ul {
  display: inline-block;
  list-style: none;
  background: #fff;
  padding: 4px 0px;
  background: var(--color-primary);
  border-radius: 30px;
}

.bread_cumb ul li {
  display: inline-block;
  position: relative;
  padding: 0 16px;
  color: #000;
  font-size: 15px;
  text-transform: capitalize;
}

.bread_cumb ul li::before {
  content: "\f105";
  position: absolute;
  font-family: 'Fontawesome';
  right: -8px;
  top: 0;
  color: #fff;
  font-size: 21px;
}

.bread_cumb ul li a {
  display: block;
  color: #fff;
}

.bread_cumb ul li:last-child::before {
  display: none;
}

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

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

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

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

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

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

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

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

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

.home_about_img {
  position: relative;
  box-shadow: 0px 15px 18px -10px #00000075;
  border: 8px solid #fff;
}

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

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



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

.gallery_box .box2 {
  background: linear-gradient(to top right, var(--color-primary) 0.3%, #1e2130 90.2%);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  margin-bottom: 30px;
  box-shadow: 0px 16px 17px -10px #00000087;
}

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

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

.gallery_box .box2:hover:before {
  transform: scale(1);
}

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

.gallery_box .box2:hover img {
  opacity: 0.2;
}

.gallery_box .box2 .box2-content {
  color: #fff;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.4s ease;
  right: 0px;
  top: 0px;
}


.gallery_box .box2:hover .box2-content {
  opacity: 1;
  transition-delay: 0.25s;
}

.gallery_box .box2 .title {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
  margin: 0 0 3px;
}

.gallery_box .box2 .post {
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
  display: block;
}

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

.gallery_box .box2:hover .icon2 {
  transform: translateX(-50%) translateY(-50%) scale(1) rotate(360deg);
}

.gallery_box .box2 .icon2 li {
  margin: 0 4px;
  display: inline-block;
}

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

.gallery_box .box2 .icon2 li a:hover {
  border-radius: 0 10px;
  background: var(--color-primary);
}

.box2.newsbox {
  height: 180px;
}

.awardsbox {
  height: 198px;
}

.award_desc {
  color: var(--color-default);
  text-align: center;
  font-size: 20px;
  padding: 20px 54px;
  line-height: 32px;
  margin: 34px 0 25px;
  position: relative;
}

.award_desc::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--color-default);
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.video_block iframe {
  width: 100%;
  height: 240px;
  margin-bottom: 30px;
  border: 8px solid #ffffff;
  box-shadow: 0px 16px 17px -10px #00000087;
}

.main-timeline {
  position: relative;
}

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

.main-timeline .timeline-content {
  padding: 20px 120px 20px 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
}

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

.main-timeline .timeline-content:before {
  content: '';
  background: linear-gradient(to left, var(--color-secondary), var(--color-primary));
  height: 30px;
  width: 100%;
  position: absolute;
  left: 30px;
  top: 100%;
}

.main-timeline .timeline-icon {
  color: var(--color-default);
  font-size: 50px;
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
  border-left: 1px solid #000;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}

.main-timeline .title {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 7px;
}

.main-timeline .description {
  color: #161616;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

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

.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 20px 20px 20px 120px;
}

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

.main-timeline .timeline:nth-child(even) .timeline-icon {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 1px solid #000;
}

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

  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    width: 100%;
  }
}

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

  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    padding: 0 0 30px;
  }

  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(even) .timeline-content {
    text-align: center;
    padding: 120px 20px 20px;
  }

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

  .main-timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    border: none;
    border-bottom: 1px solid #000;
    transform: translateX(-50%) translateY(0);
    top: 0;
    left: 50%;
    right: auto;
  }
}



.contact-box {
  position: relative;
  padding: 48px 41px 28px;
  background: #fff6f1;
  margin: 0px 20px;
  box-shadow: -2px -2px 9px #00000030;
}

.contact-box::before {
  content: " ";
  position: absolute;
  width: 97%;
  height: 98%;
  border: 1px solid var(--color-default);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 0.2;
}

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

.contact-adr .contact-icon {
  width: 68px;
  height: 68px;
  line-height: 68px;
  margin: 0px auto 24px;
}

.contact-adr {
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid var(--color-default);
}

.contact-box .contact-adr:last-child {
  border-bottom: none;
}

.contact-txt {
  margin-top: 7px;
}

.contact-box h2 {
  color: var(--color-primary);
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 1px solid;
}

.contact-form {
  position: relative;
  text-align: center;
  padding: 25px 30px 30px;
  border: 7px solid #f5f5f5;
  box-shadow: 0px 0px 3px #0000007a;
  background: #fff;
  margin-bottom: 30px;
  /* margin-top: 30px; */
}

.contact-form h2 {
  color: var(--color-primary);
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 1px solid;
}

.contact-form .form-control {
  /* background-color: #fdc2a03b; */
  background: #8585851c;
  color: #000;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  padding: 12px .75rem;
}

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

.contact-form textarea {
  height: 100px;
}

.contact-form .btn-danger {
  color: #fff;
  background: var(--color-primary);
  border-color: initial;
  margin-top: 14px;
}

.contact-map h2 {
  color: var(--color-primary);
  margin-bottom: 13px;
  display: inline-block;
  border-bottom: 1px solid;
}

.contact-map {
  text-align: center;
}

.contact-map iframe {
  box-shadow: -1px 2px 9px #0000006b;
  /* border: 7px solid #fff; */
  width: 640px;
  height: 200px;
  border-radius: 10px;
}

.doc-inner-img img {
  border: 8px solid #fff;
  box-shadow: 0px 20px 20px -10px #00000052;
}

.doc-abt-side h2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 8px;
}

.doc-abt-side h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #fff;
}

.doc-abt-side h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
}

.doc-abt-side h5 {
  color: #fff;
  margin-top: 5px;
}

.doc-abt-side {
  position: relative;
  background: var(--color-primary);
  padding: 20px 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.abt-inner-btm {
  margin-top: 50px;
}


.doc-abt-inner h2 {
  margin: 15px 0px 10px;
  font-size: 21px;
  color: var(--color-default);
  background: linear-gradient(45deg, #fce5d4, transparent);
  padding: 8px 18px;
  border-left: 5px solid #05597b;
  display: inline-block;
}

.abt-inner-btm a {
  color: var(--color-primary);
}

.abt-work p {
  background: var(--color-primary);
  color: #fff;
  display: inline-block;
  padding: 13px 20px;
  font-size: 20px;
}

.review-icon {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 229px;
}

.ol_styles li a {
  color: var(--color-primary);
}

.view-more {
  position: relative;
  text-align: center;
}

.view-more a {
  font-family: "Minerva Modern";
  color: #fff;
  font-size: 33px;
  /* background: var(--color-primary); */
  background: linear-gradient(45deg, #05597b, #6bbe6f);
  position: relative;
  padding: 20px 28px;
}


.num-sec h1 {
  text-transform: capitalize;
  margin-top: 68px;
  font-weight: 500;
}

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

.blog-inner-content h2 {
  line-height: 30px;
  margin-bottom: 10px;
}

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

.blog-inner-content p a {
  color: var(--color-primary);
}

.blog-inner-img img {
  border: 8px solid #ffffff;
  box-shadow: 0px 0px 8px #00000036;
}

.table_styles {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  min-width: 500px; /* helps horizontal scroll */
}

.table_styles th,
.table_styles td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

.table_styles th {
  background: var(--color-primary);
  font-weight: bold;
  color: #fff;
}

/* Wrapper for horizontal scroll */
.table-container {
  width: 100%;
  overflow-x: auto;
}

/* Optional: improve mobile view */
@media (max-width: 768px) {
  .table_styles th,
  .table_styles td {
    font-size: 14px;
    padding: 8px;
  }
}
