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

:root {
  --color-default: #292929;
  --color-primary: #017f84;
  --color-secondary: #255075;
  --color-teritary: #ffbc07;
}

.container {
  position: relative;
}

.mobile-view {
  display: none;
}

@font-face {
  font-family: 'MADEMirage';
  src: url(../webfont/mademirage/MADEMirage.ttf.eot),
    url(../webfont/mademirage/MADEMirage.ttf.svg), url(../webfont/mademirage/MADEMirage.ttf.woff);
  font-weight: normal;
  font-style: normal;
}

/*** 
====================================================================
	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: .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-secondary);
  border-bottom: 2px solid;
  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/web-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -9;
  opacity: .2;
}

.page-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/mithra-holo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26%;
  background-attachment: fixed;
  top: 0px;
  z-index: -8;
  filter: grayscale(1);
  opacity: 0.05;
}

.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: 14px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  width: 278px;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.mobile-menu .menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: 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>.custom-width {
  width: 133px;
}

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

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

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

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

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

.main-menu .navigation>li.dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

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

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

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

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

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

.main-menu .navigation>li>ul>li>a i {
  position: absolute;
  right: 12px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
}

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

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

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

/*
* 4. banner style
*/
.banner-wrapper {
  position: relative;
}

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

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

/***
====================================================================
	Scroll To Top style
====================================================================
***/
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  background: var(--color-secondary);
  display: none;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

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

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

.doc-img::before {
  content: " ";
  position: absolute;
  width: 100px;
  height: 100px;
  background: var(--color-primary);
  bottom: -20px;
  right: 0px;
  z-index: -1;
}

.doc-img::after {
  content: " ";
  position: absolute;
  width: 400px;
  height: 500px;
  border: 1px solid var(--color-teritary);
  bottom: 16px;
  left: 5px;
  z-index: -1;
}

.doc-img img {
  box-shadow: 0px 0px 13px #0000003b;
}

.doc-head {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 8px;
}

.doc-head::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--color-secondary);
  bottom: 0px;
  left: 0px;
}

.doc-head h2 {
  font-size: 50px;
  font-family: 'MADEMirage';
  text-transform: capitalize;
  font-weight: 500;
  color: var(--color-primary);
}

.doc-head h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 3px;
}

.doc-head h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: var(--color-secondary);
}

.doc-content p {
  line-height: 30px;
  font-size: 16px;
}

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

.sec-head h3 {
  font-weight: 400;
  font-size: 18px;
  padding-left: 8px;
  margin-bottom: 12px;
}

.sec-head.sub-head h2 {
  text-transform: capitalize;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 25px;
  margin-bottom: 15px;
}

.sub-head p {
  font-size: 15px;
  font-weight: 300;
}

.serv-sec {
  position: relative;
  color: #fff;
}

.serv-sec .sec-head.sub-head h2 {
  color: #fff;
}

.serv-bg {
  position: relative;
  margin-bottom: 60px;
  padding: 80px 0px 128px;
}

.serv-bg::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 18%, 100% 84%, 0 100%);
  z-index: -3;
  top: 0px;
  left: 0px;
}

.serv-bg::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-secondary);
  clip-path: polygon(100% 0, 0 5%, 0 86%, 100% 100%);
  z-index: -2;
  top: 0px;
  left: 0px;
}

.serv-sec::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/appnt-test-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.08;
  z-index: -1;
  top: 0px;
  left: 0px;
  filter: grayscale(1);
}

.serv-outer-img {
  position: relative;
  right: 0px;
  top: 0px;
  text-align: center;
  border-radius: 50%;
}

.serv-outer-img::before {
  content: " ";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 0px;
  left: -18px;
  right: 0px;
  margin: auto;
  z-index: 1;
}

.serv-outer-img .serv-inner-img img {
  border-radius: 50%;
  width: 280px;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.415));
  transition: all 0.3s ease 0s;
}

.serv-block:hover .serv-outer-img .serv-inner-img img {
  filter: grayscale(1);
}

.serv-content {
  position: relative;
  padding: 10px 12px 30px;
  cursor: pointer;
  width: 288px;
  margin: auto;
}

.serv-content::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 118%;
  background: linear-gradient(to top, #ffffff1c, #ffffff00);
  clip-path: polygon(0 100%, 0 32%, 50% 0, 100% 32%, 100% 100%);
  bottom: 21px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}

.serv-content h2 {
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  /* letter-spacing: 1px; */
  font-size: 24px;
  margin-bottom: 8px;
  border-bottom: 2px solid #ffffff1c;
  padding-bottom: 8px;
  text-align: center;
}

.serv-content p {
  font-size: 15px;
  color: #ffffffed;
  font-weight: 300;
}

.serv-content .view-btn {
  padding: 3px 10px;
  color: #fff;
  background: var(--color-primary);
  float: inline-end;
  margin-top: -8px;
}

.serv-block {
  position: relative;
  margin-bottom: 50px;
}

.serv-row {
  padding-top: 30px;
}

.serv-btm {
  text-align: center;
  margin-top: 30px;
  padding: 21px 155px 0px;
  position: relative;
}

.serv-btm h2 {
  font-weight: 100;
  opacity: 0.6;
  line-height: 40px;
}

.serv-inner-img {
  position: relative;
  overflow: hidden;
  padding: 6px 0px;
}

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

.serv-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  background: var(--color-primary);
  border-radius: 50%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  line-height: 70px;
  border: 2px solid #fff;
  transition: all 0.3s ease 0s;
}

.serv-block:hover .serv-icon {
  transform: rotate(360deg);
}

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

.sinus-side-img img {
  border-radius: 200px 200px 0px 0px;
}

.sinus-side-img {
  position: relative;
  overflow: hidden;
  width: fit-content;
}

.sinus-side-ad {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.sinus-side-ad::before {
  content: " ";
  position: absolute;
  width: 94%;
  height: 94%;
  border: 1px solid var(--color-secondary);
  border-radius: 200px 200px 0px 0px;
  left: -24px;
  top: -23px;
}

.sinus-head h2 {
  font-size: 35px;
  font-weight: 500;
  color: var(--color-default);
  margin-bottom: 10px;
}

.sinus-head span {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  font-size: 46px;
  background: var(--color-primary);
  padding: 6px 10px;
  display: inline-block;
  margin-top: 10px;
}

.sinus-side-content h3 {
  font-size: 21px;
  color: var(--color-secondary);
  margin-bottom: 6px;
}

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

.ol_styles li {
  position: relative;
  /* padding-left: 20px; */
  margin-bottom: 7px;
  line-height: 28px;
  font-size: 15px;
  list-style: disc;
}

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

.ad-numb h5 {
  font-weight: 400;
  margin-top: 14px;
  font-size: 20px;
  position: relative;
}

.ad-numb h5 a {
  background: var(--color-secondary);
  color: #fff;
  padding: 3px 15px 4px;
  font-size: 19px;
  border-radius: 20px;
  margin-left: 9px;
}

.ad-numb {
  position: relative;
  color: var(--color-default);
  padding: 24px 4px 31px 53px;
  margin-top: 8px;
}

.ad-numb::before {
  content: " ";
  position: absolute;
  width: 126%;
  height: 100%;
  background: #f6f6f6;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  border-radius: 100px 0px;
  box-shadow: 9px 14px 7px -10px #0000004d;
}

.ad-numb h4 {
  font-weight: 300;
  line-height: 34px;
}

.sinus-row .col-md-6:nth-child(2)::before {
  content: " ";
  position: absolute;
  width: 2px;
  height: 100%;
  background: linear-gradient(to top, #ffffff00, #402e2a7d, #ffffff00);
  left: -19px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.ad-light-head {
  position: absolute;
  right: -70px;
  top: 130px;
}

.ad-light-head h2 {
  position: absolute;
  writing-mode: vertical-lr;
  font-size: 100px;
  font-weight: 800;
  /* opacity: 0.2; */
  right: 0px;
  text-transform: uppercase;
  color: #48373317;
  padding: 20px 0px;
}

.mvv-block {
  position: relative;
  width: 210px;
  height: 210px;
  margin: auto;
  background: var(--color-secondary);
  border-radius: 50%;
  padding: 30px 10px;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease;

  box-shadow: 4px 8px 8px #00000047;
}

.mvv-block:hover {
  transform: scale(1.05);
}

.mvv-block p a {
  color: #fff;
}

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

.mvv-block h2 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-top: 5px;
}

.mvv-block p {
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0px;
}

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

.serv_styles {
  margin: 0 0 2px;
  position: relative;
}

.serv_styles li a {
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #f5f5f570;
  display: inline-block;
  transition: all 0.4s ease;
}

.serv_styles li:before {
  position: absolute;
  left: 4px;
  top: 10px;
  height: 0px;
  width: 0px;
  transition: all 0.4s ease;
  content: "";
  background: #ffce35;
}

.serv_styles li:hover {
  padding-left: 25px;
}

.serv_styles li:hover::before {
  width: 15px;
  height: 2px;
}

.serv_styles li a:hover {
  color: #ffc424;
}

.serv_styles li {
  font-size: 16px;
  line-height: 19px;
  position: relative;
  padding: 0 11px;
  padding-left: 20px;
  transition: all 0.3s ease-in-out;
}

.serv_styles li:last-child a {
  border-bottom: 0px;
}

.box {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 280px;
  height: 280px;
  margin: auto;
}

.box:before,
.box:after {
  content: '';
  background: rgba(0, 56, 68, 0.6);
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  opacity: 0.75;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}

.box:after {
  transform: scaleX(0);
}

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

.serv-block:hover .box::after {
  transform: scaleX(1);
}

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

.box-content {
  color: #fff;
  width: 100%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.6s ease;
}

.serv-block .serv-inner-img img {
  transition: all 0.6s ease;
}

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

.serv-block:hover .box .box-content {
  opacity: 1;
}

.box .title {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 3px;
}

.box .post {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 10px;
  display: block;
}

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

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

.box .icon li a {
  background: var(--color-primary);
  border: 2px solid #fff;
  font-size: 16px;
  line-height: 70px;
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50%;
  transition: all 0.35s;
}

.box .icon li a img {
  width: 40px;
  filter: brightness(0) invert(1) !important;
}

.box .icon li a:hover {
  color: #fff;
  background: var(--color-secondary);
  border: 2px solid #fff;
}

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

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

.test-appnt::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, var(--color-secondary), var(--color-primary));
  clip-path: polygon(0 0, 72% 23%, 100% 4%, 100% 100%, 0 100%);
  top: 0px;
  z-index: -1;
}

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

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

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

.appointment-form {
  padding: 70px 60px 44px;
  position: relative;
  width: 500px;
  height: 500px;
  background: var(--color-secondary);
  border-radius: 50%;
  left: -28px;
}

.appointment-form::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 8px;
  left: 5px;
}

.btn-style-one {
  margin-top: 25px;
  background: #fff;
  color: var(--color-secondary);
  padding: 2px 10px;
  border-radius: 24px;
}

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

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

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

.appointment-form .form-control {
  color: #eeeeeef0;
  border-bottom: none;
  background: #00000000;
  border-bottom: 1px solid #f5f5f53b;
  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;
}

.test-block {
  padding: 138px 0px 0px;
}

.test-block .sec-head {
  color: #fff;
}

.test-inner-block {
  position: relative;
}

.test-small-blck {
  color: #fff;
  position: relative;
  padding: 70px 68px 70px 178px;
}

.test-small-blck::before {
  content: " ";
  position: absolute;
  width: 48%;
  height: 1px;
  background: #fff;
  top: -208px;
  bottom: 0px;
  margin: auto;
  left: 170px;
  right: 0px;
  opacity: 0.3;
}

.test-small-blck p {
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 8px;
}

.test-small-blck h2 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.test-img img {
  position: absolute;
  width: 250px;
  opacity: 0.1;
  filter: brightness(0) invert(1);
  z-index: -1;
}

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

}


.main-timeline .timeline {
  padding: 18px 15px 15px 15px;
  position: relative;
  z-index: 1;
}

.main-timeline .timeline:before {
  content: "";
  height: 2px;
  width: 15%;
  border-top: 2px dashed #999;
  transform: translateY(-50%);
  position: absolute;
  left: 118px;
  top: 50%;
  z-index: -1;
}

.main-timeline .timeline-content {
  color: #fff;
  width: 65%;
  margin: 0 auto;
  display: block;
}

.main-timeline .timeline-content:hover {
  color: #fff;
}

.main-timeline .timeline-icon {
  color: #fff;
  background: linear-gradient(to left, var(--color-primary), var(--color-secondary));
  font-size: 50px;
  text-align: center;
  line-height: 70px;
  height: 90px;
  width: 90px;
  border: 5px solid #fff;
  box-shadow: 0 0 0 7px #D3CDCD;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
}

.main-timeline .timeline-icon:before,
.main-timeline .timeline-icon:after {
  content: "";
  height: 120px;
  width: 120px;
  border: 2px solid transparent;
  border-right: 2px solid #999;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.main-timeline .timeline-icon:after {
  background: #999;
  height: 8px;
  width: 8px;
  border: none;
  transform: translateX(0) translateY(-50%);
  left: auto;
  right: -23px;
}

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

.main-timeline .inner-content {
  color: var(--color-default);

  background: linear-gradient(to right, #fff, #e7ebed);
  text-align: center;
  padding: 10px 14px 10px 23px;
  -webkit-clip-path: polygon(100.11% 0px, 100% 48%, 99.76% 100.77%, 10% 100%, 0px 49%, 10% 0px);
  clip-path: polygon(100.11% 0px, 100% 48%, 99.76% 100.77%, 10% 100%, 0px 49%, 10% 0px);
}

.main-timeline .title {
  font-size: 23px;
  font-weight: 500;
  margin: 0 0 5px;
}

.main-timeline .description {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

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

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

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
  border: 2px solid transparent;
  border-left-color: #999;
}

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

.main-timeline .timeline:nth-child(4n+2) .timeline-icon {
  color: #fff;
  background-color: var(--color-secondary);
  box-shadow: 0 0 0 7px #D3CDCD;
}

.main-timeline .timeline:nth-child(4n+2) .inner-content {
  background: linear-gradient(to left, #fff, #e7ebed);
  -webkit-clip-path: polygon(90% 0px, 100% 48%, 90% 100%, 0.07% 100.00%, 0px 49%, -0.1% -2px);
  clip-path: polygon(90% 0px, 100% 48%, 90% 100%, 0.07% 100.00%, 0px 49%, -0.1% -2px);
  padding: 10px 23px 10px 14px;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-icon {
  color: #fff;
  background-color: var(--color-secondary);
  box-shadow: 0 0 0 7px #D3CDCD;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-icon {
  color: #fff;
  background-color: var(--color-secondary);
  box-shadow: 0 0 0 7px #D3CDCD;
}

@media only screen and (max-width:576px) {
  .main-timeline .timeline {
    padding: 100px 0 0 0;
    margin: 0 0 10px;
  }

  .main-timeline .timeline-content {
    width: 100%;
  }

  .main-timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    top: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
  }

  .main-timeline .timeline-icon:before,
  .main-timeline .timeline-icon:after {
    display: none;
  }
}


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

.facebook iframe {
  position: relative;
  height: 500px;
  border: 6px solid #fff;
  box-shadow: 0 0 10px #48484857;
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
  position: relative;
}

.main-footer:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to left, var(--color-secondary), var(--color-primary));
  clip-path: polygon(0 0, 29% 20%, 100% 0, 100% 100%, 0 100%);
}

.main-footer .footer-upper {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  padding: 34px 0px;
}

.main-footer .footer-upper .footer-column {
  position: relative;
  margin-bottom: 16px;
  margin-top: 55px;
}

.main-footer .footer-upper .footer-column:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 137px;
  right: 12px;
  top: 83px;
}

.main-footer .footer-upper .footer-column:last-child:before {
  content: none;
}

.main-footer .footer-widget .widget-title {
  position: relative;
  font-size: 23px;
  font-weight: 500;
  color: #fefefe;
  margin-bottom: 14px;
  text-transform: uppercase;
  border-left: 4px solid var(--color-teritary);
  padding-left: 7px;
}

/*Links Widget*/

.main-footer .links-widget {
  position: relative;
}

.footer_links_row_sec .col-md-2:nth-child(1),
.footer_links_row_sec .col-md-3:nth-child(2),
.footer_links_row_sec .col-md-4:nth-child(3) {
  /* border-left: 2px dotted #b5b5b5; */
}

.main-footer .list {
  position: relative;
}

.main-footer .list li {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding-left: 15px;
}

.main-footer .list li:before {
  position: absolute;
  left: 0;
  top: 9px;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  border: 2px solid #cfcfcf;
  content: "";
  background: #ffce35;
}

.main-footer .list li a {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  color: #f1f1f1;
  text-transform: capitalize;
}

.main-footer .list li a:hover {
  color: #ffce35;
}


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

.main-footer .footer-bottom:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .03;
  content: "";
}

.main-footer .footer-bottom .social-icon-two {
  position: relative;
  float: right;
}

.main-footer .footer-bottom .copyright {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  padding: 12px 0px;
  border-top: 1px dotted #f1f1f1;
  color: #f1f1f1;
}

.main-footer .footer-bottom .copyright a {
  color: var(--color-teritary);
  font-weight: 600;
}


.timings {
  color: #f1f1f1;
  padding-top: 30px;
}

.timings h3 {
  position: relative;
  font-size: 23px;
  font-weight: 500;
  color: #f1f1f1;
  margin-bottom: 14px;
  text-transform: uppercase;
  border-left: 4px solid var(--color-teritary);
  padding-left: 7px;
}

.timings_list span {
  position: relative;
  left: 94px;
}

.timings_list {
  font-size: 15px;
}

.ftrabout {
  margin-bottom: 10px;
}

.ftrabout img {
  width: 270px;
  background: #fff;
  border-radius: 5px;
  padding: 3px;
  box-shadow: 0px 0px 12px #0000004a;
}

.footer-matter p {
  color: #f1f1f1;
  line-height: 30px;
}

.add-round {
  width: 458px;
  height: 458px;
  background: var(--color-secondary);
  border-radius: 50%;
  position: absolute;
  left: 28px;
  top: -48px;
  padding: 78px 60px;
  color: #f1f1f1;
}

.footer-matter p a {
  color: #f1f1f1;
}

.add-round a {
  color: #f1f1f1;
  font-weight: 300;
}

.foot-box {
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #f1f1f176;
}

.add-round .col-md-12:nth-child(2) .foot-box:nth-child(2) {
  border-bottom: 0px;
}

.foot-box-head {
  margin-bottom: 10px;
}

.foot-box-head h2 {
  opacity: 0.08;
  font-size: 58px;
}

.footer-widget__social {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

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

.footer-widget__social li a {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #ffffffb8;
  background: #ffffff18;
  margin: 0 4px;
  font-size: 16px;
}

.footer-widget__social li a img {
  width: 20px;
  filter: brightness(0) invert(1);
  opacity: 0.7;
}

.top-phn-btn {
  position: absolute;
  right: 38px;
  top: 18px;
  z-index: 1;
  background: var(--color-primary);
  padding: 5px 10px;
  border-radius: 20px;
}

.top-phn-btn a {
  color: #fff;
}

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

.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: 8px;
  width: 228px;
}

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

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

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

.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 h2 {
  line-height: 33px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
}

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

.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: 16px;
  line-height: 23px;
}


.top-wrap1 {
  position: relative;
}

.bread_cumb_wrap {
  position: relative;
  text-align: center;
  left: 0;
  right: 0;
  padding: 150px 0 20px;
}

.bread_cumb_wrap h1 {
  text-transform: capitalize;
  color: var(--color-default);
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 400
}

.bread_cumb_wrap ul {
  display: inline-block;
  padding: 4px 15px;
  border-radius: 10px;
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
  position: relative;
}

.bread_cumb_wrap ul li {
  display: inline-block;
  position: relative;
  padding: 0 7px;
  color: #ffffff
}

.bread_cumb_wrap ul i {
  color: #fff;
}

.bread_cumb_wrap ul li a {
  display: block;
  color: #ffffff;
  font-size: 17px
}

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

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

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

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

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

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

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

.inner-serv-img img {
  border: 6px solid #ffffff;
  box-shadow: 0px 0px 8px #00000052;
  border-radius: 50%;
}

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

.gallery_list .box1:after,
.gallery_list .box1:before {
  content: "";
  width: 20%;
  height: 10px;
  border-top: 1px solid rgba(255, 255, 255, .8);
  border-bottom: 1px solid rgba(255, 255, 255, .8);
  opacity: 0;
  transform: rotate(-40deg);
  transform-origin: top right;
  position: absolute;
  top: -6px;
  right: 0;
  z-index: 1;
  transition: .5s
}

.gallery_list .box1:after {
  transform-origin: left bottom;
  top: auto;
  bottom: -6px;
  right: auto;
  left: 0
}

.box1:hover:after,
.box1:hover:before {
  width: 30%;
  opacity: 1
}

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

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

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

.box1 .title {
  color: #fff;
  font-size: 24px;
  letter-spacing: .5px;
  margin: 0 0 3px
}

.box1 .post {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px;
  display: block
}

.box1 .icon {
  margin: 0
}

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

.box1 .icon li a {
  color: var(--color-secondary);
  background-color: rgb(255 255 255);
  font-size: 15px;
  line-height: 33px;
  width: 33px;
  height: 33px;
  display: block;
  transition: .35s;
  margin: auto;
}

.box1 .icon li a:hover {
  color: #104627;
  background: #fff;
  box-shadow: 3px 3px 1px rgba(255, 255, 255, .4)
}

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

.box1:hover .box-content1 {
  opacity: 1
}




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

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

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

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

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

.main-timeline1 .timeline-icon1 {
  color: var(--color-secondary);
  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-timeline1 .title {
  color: var(--color-secondary);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 7px;
}

.main-timeline1 .description {
  color: #333;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  margin: 0;
}

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

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

.main-timeline1 .timeline1:nth-child(even) .timeline-content1:before {
  left: auto;
  right: 30px;
  background: linear-gradient(to right, var(--color-primary), #ffffff00);
}

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


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

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

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

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

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

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

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

.contact-form {
  position: relative;
  text-align: center;
  padding: 26px 38px 32px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px #00000026;
  border: 10px solid #f5f5f5;
}

.contact-form h2 {
  margin-bottom: 17px;
  color: var(--color-secondary);
  font-size: 33px;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid;
}

.contact-form .form-control {
  height: 49px;
  color: #000;
  border-bottom: 1px solid #00000045;
  border-radius: 0;
  font-size: 16px;
  background: #fdc3001c;
}

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

.contact-form textarea.form-control {
  height: 95px;
}

.contact-page-map h2 {
  margin-bottom: 23px;
  color: #ffffff;
  font-size: 28px;
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: 300;
  position: relative;
}

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

.contact-map iframe {
  width: 100%;
  height: 380px;
  box-shadow: 0px 0px 12px 0px #00000026;
}

.contact-map h2 {
  margin-bottom: 17px;
  color: var(--color-secondary);
  font-size: 33px;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid;
}

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

.abt-inner-matter h2 {
  color: var(--color-secondary);
  font-size: 20px;
  margin-bottom: 5px;
}

.inner-doc-img img {
  border: 8px solid #fff;
  box-shadow: 0px 0px 13px #00000042;
}

.inner-doc-matter {
  margin-top: 15px;
}

.inner-doc-matter h2 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 500;
}

.inner-doc-matter h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 3px;
}

.inner-doc-matter h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: var(--color-secondary);
}

.mvv-inner-block p {
  text-align: center;
  line-height: 23px;
  font-size: 14px;
}

.mvv-inner-block {
  position: relative;
  background: #f7f7f7;
  border-radius: 999px;
  box-shadow: 0px 0px 8px #0000005c;
  padding: 24px 19px;
  height: 310px;
  border: 2px solid #fff;
}

.mvv-inner-block img {
  width: 50px;
}

.mvv-inner-block h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color-primary);
  margin: 3px 0px;
}

.mvv-inner-sec {
  margin-top: 20px;
}

.serv_nav {
  position: relative;
  margin: 0 0 19px;
  text-align: center;
}

.serv_nav h4 {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 15px;
  display: inline-block;
  color: var(--color-secondary);
  font-weight: 600;
}

.serv_nav ul {
  padding: 0;
  list-style: none;
  margin: 0px;
}

.serv_nav ul li a {
  display: block;
  position: relative;
  background: var(--color-primary);
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 4px;
  padding: 10px 10px;
  border-radius: 10px;
}

.serv_nav ul li a:hover {
  background: var(--color-teritary);
}

.serv_nav ul li a.active {
  background: var(--color-secondary);
}

.google_review_link {
  position: absolute;
  top: 0;
  right: 27px;
  box-shadow: 0 10px 4px #ccc;
  padding: 4px 4px;
  text-align: center
}

.google_review_link a {
  display: inline-block;
  width: 191px
}

.google_review_link p {
  font-size: 20px;
}

.doc-head h1 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
}

.videos-row iframe {
  width: 100%;
  height: 200px;
  box-shadow: 0px 15px 13px -10px #000;
  border: 5px solid #fff;
  border-radius: 8px;
}
.videos-row .col-md-4{
  margin-bottom: 30px;
}