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

:root {
  --color-default: #231f20;
  --color-primary: #f68b1e;
  --color-secondary: #ee3523;
}

.container {
  position: relative;
}

.mobile-view {
  display: none;
}

@font-face {
  font-family: "Sabrina Reyna";
  src: url(../web-fonts/Sabrina-Reyna.otf)
}

/*** 
====================================================================
	Global Settings
====================================================================
 ***/
body {
  font-size: 17px;
  color: #231f20;
  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-primary);
}

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

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

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

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

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

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

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

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

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

.main-menu li .submenu {
  position: absolute;
  width: 150px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background-color: #f2fcff;
  z-index: 25;
  box-shadow: 0 3px 3px #6e6e6e;
  right: -42px;
  padding: 14px;
  text-align: left;
}

.main-menu li .submenu li {
  display: block
}

.main-menu li .submenu li a {
  padding: 3px 5px;
  border-bottom: 1px solid #a2a2a27a;
  display: block;
  font-weight: 400;
  text-transform: initial;
  color: #fff;
  font-size: 15px;
  transition: all 500ms ease;
  position: relative;
}

.main-menu li .submenu li a:hover {
  background: var(--color-primary);
  color: #fff
}

.main-menu li:hover>.submenu.mega-menu {
  width: 800px;
}

.main-menu li:hover>.submenu {
  left: -200px
}

.mega-menu .row .col-md-6 {
  border-right: 1px dashed #a2a2a27a;
}

.mega-menu .col-md-6:nth-child(1) li:last-child a,
.mega-menu .col-md-6:nth-child(2) li:last-child a {
  border-bottom: 0px;
}

.mega-menu .row .col-md-6:last-child {
  border-right: 0px;
}

.header-one {
  position: relative;
}

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

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

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

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

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

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

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

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

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  border-right: 0px;
  padding: 8px 12px;
  opacity: 1;
  color: var(--color-default);
  text-transform: uppercase;
}

.main-menu li .submenu {
  position: absolute;
  width: 150px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background-color: #f2fcff;
  z-index: 25;
  box-shadow: 0 3px 3px #6e6e6e;
  right: -42px;
}

.main-menu li:hover>.submenu.mega-menu {
  width: 700px;
}

.mega-menu .row .col-md-6 {
  border-right: 1px dashed #333;
}

.mega-menu .row .col-md-6:last-child {
  border-right: 0px;
}

.header-top {
  position: relative;
  background: var(--color-primary);
  min-height: 50px;
}

.header-top .container {
  max-width: 1060px;
}

.header-top-social {
  position: absolute;
  right: 129px;
  top: 13px;
}

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

.header-top-social ul li a {
  width: 30px;
  height: 30px;
  background: #fff;
  color: var(--color-primary);
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin-right: 6px;
  font-size: 18px;
  display: block;
}

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

.header-menu-nav ul li {
  display: inline-block;
}

.header-menu-nav {
  position: absolute;
  top: 14px;
  right: 379px;
}

.header-contact {
  position: absolute;
  top: 14px;
}

.header-menu-nav ul li a {
  color: #fff;
  padding: 0px 10px;
  border-right: 1px dashed;
}

.header-contact ul li:nth-child(2) a {
  border-right: 0px;
}

.header-contact ul li a {
  color: #fff;
  padding: 0px 10px;
  border-right: 1px dashed;
}

.logins_section {
  position: absolute;
  right: 0px;
  z-index: 99;
  display: inline-block;
  top: 10px;
}

.logins_section span {
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
  background: var(--color-secondary);
}

.logins_section a {
  color: #fff;
}

.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-default);
  -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-default);
  padding: 45px 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: 16px;
  font-weight: 500;
  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;
}

.main-menu .navigation>li>a:hover {
  color: var(--color-primary);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

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

.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  -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 .social-links li a:hover {
  color: #dddddd;
}

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

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

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

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

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

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

.main-menu .navigation .cstmwidth1 {
  width: 160px;
}

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

/*
* 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/banners/banner-final.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: 51px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  background-color: 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-color: var(--color-primary);
}

.top-border {
  position: relative;
  width: 100%;
  height: 2px;
  border-radius: 15px;
  z-index: 1;
  background-color: #fff0;
  box-shadow: 0px 3px 3px #1003;
}

.abt-sec {
  position: relative;
  padding-top: 95px;
  margin-bottom: 65px;
}

.sec-head h3 {
  font-size: 20px;
  position: relative;
  font-weight: 400;
  margin-bottom: 10px;
}

.sec-head-shape {
  position: relative;
  width: 10%;
  height: 2px;
  background: var(--color-secondary);
  margin: auto;
}

.sec-head-shape::before {
  content: " ";
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--color-primary);
  border-radius: 50%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
}

.sec-head h2 {
  color: var(--color-default);
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 11px;
  display: inline-block;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 5px 0px 5px;
  margin-left: 14px;
  margin-top: 0px;
}

.abt-matter {
  margin-bottom: 32px;
}

.abt-matter p {
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.abt-matter a {
  padding: 3px 10px 4px;
  color: #fff;
  background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
  border-radius: 20px;
  font-size: 15px;
}

.abt-sec .sec-head h3 {
  border: 2px solid var(--color-primary);
  display: inline-block;
  padding: 5px 38px 5px 10px;
  border-bottom: none;
  border-left: none;
  font-weight: 600;
  text-transform: uppercase;
}

.abt-sec .sec-head h5 {
  border: 2px solid var(--color-primary);
  display: inline-block;
  padding: 5px 38px 16px 10px;
  border-top: none;
  border-left: none;
  margin-bottom: 0px;
  letter-spacing: 1px;
  font-family: "Sabrina Reyna";
  text-transform: capitalize;
  font-size: 47px;
  color: var(--color-secondary);
  font-weight: 500;
  line-height: 31px;
  margin-top: 8px;
}

.abt-sec .sec-head h2 {
  font-family: "Sabrina Reyna";
  text-transform: capitalize;
  letter-spacing: 0px;
  background-image: linear-gradient(175deg, var(--color-primary), var(--color-secondary));
  color: transparent;
  background-clip: text;
  line-height: 73px;
  margin: -4px 0px;
  font-weight: 500;
  font-size: 78px;
  border-top: none;
  border-bottom: none;
  padding: 0px 0px 0px 10px;
}

.abt-sec .sec-head::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  border-left: 2px solid var(--color-primary);
}

.abt-sec .sec-head {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.ad-img img {
  width: 55px;
}

.ad-num a {
  color: var(--color-default);
  font-size: 35px;
  font-weight: 500;
}

.ser-sec {
  position: relative;
  margin-bottom: 180px;
  padding: 85px 0px 70px;
}

.ser-sec1-row {
  margin: 80px 0px 35px;
  /* padding-bottom: 55px; */
}

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

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

.serv-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 21px;
  border: 3px solid #fff;
  opacity: 1;
  margin: -13px 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: var(--color-secondary);
}

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

.sec-head p {
  padding: 0 235px
}

.ser-sec .sec-head p {
  color: #fff;
}
.ser-sec .sec-head p a{
  color: #fff;
  font-weight: 500;
}
.ser-sec .sec-head h4 {
  background-color: #fff;
  color: var(--color-default);
}

.sec-head h4 {
  text-transform: capitalize;
  background-color: var(--color-primary);
  padding: 0px 10px 4px;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  font-size: 42px;
  line-height: 59px;
}

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

.team-sec {
  position: relative;
  margin-bottom: 40px;
}

.ser-sec .ser-ad-txt {
  position: absolute;
  background-color: #fff;
  bottom: -165px;
  left: 0px;
  width: 100%;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  padding: 25px;
  align-content: center;
  border-radius: 16px;
}

.ser-ad-txt .ser-stat {
  position: relative;
  text-align: center;
  transition: all ease-in-out .8s;
  cursor: pointer;
}

.ser-stat:hover {
  transform: scale(1.1);
}

.ser-stat h3 {
  font-size: 45px;
  font-weight: 400;
}

.ser-ad-txt h2 {
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center;
}

.ser-ad-txt .col-md-3:nth-child(1),
.ser-ad-txt .col-md-3:nth-child(2),
.ser-ad-txt .col-md-3:nth-child(3) {
  border-right: 2px solid var(--color-primary);
}

.ser-ad-txt p {
  margin-bottom: 0px;
}

.ser-ad-txt::before {
  position: absolute;
  content: "";
  height: 20%;
  width: 20%;
  background-color: var(--color-primary);
  left: 10%;
  bottom: -15px;
  z-index: -1;
  transform: skew(15deg, 0deg);
}

.ser-ad-txt::after {
  position: absolute;
  content: "";
  height: 20%;
  width: 20%;
  background-color: var(--color-primary);
  right: 10%;
  bottom: -15px;
  z-index: -1;
  transform: skew(-15deg, 0deg);
}

.team-sec .team-blk {
  position: relative;
  padding: 0px 25px 25px;
}

.testimonial-blk {
  margin-top: -40px;
}

.testimonial-blk .col-md-7 {
  right: -90px;
}

.team-iblk .team-img {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
}

.team-info h2 {
  font-weight: 500;
  font-size: 25px;
}

.team-img img {
  border-radius: 15px;
  box-shadow: 8px 9px 5px #1c1a1a4a;
  border: 7px solid #fff
}

.team-info a {
  background-color: var(--color-primary);
  color: #fff;
  padding: 5px 10px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.team-info a::before {
  content: "";
  position: absolute;
  background-color: #ffffff1c;
  height: 100px;
  width: 154px;
  border-radius: 50%;
  top: 30px;
  left: -19px;
  z-index: 1;
}

.team-sec .appt-timings {
  position: relative;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 45px;
}

/* .team-sec .appt-timings:before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: var(--color-default);
  top: -297px;
  left: 0;
  z-index: -1;
  bottom: 0;
  border-radius: 20px;
} */

.team-sec .appt-timings::after {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(../gallery/dbg.jpg);
  opacity: 1;
  top: -285px;
  left: 0;
  z-index: -1;
  bottom: 0;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-blk .team-info {
  position: relative;
  color: #fff;
}

.team-info p {
  margin-bottom: 8px;
  font-size: 15px;
}

.team-scroll .owl-dots {
  text-align: center;
  margin-top: 23px;
}

.team-scroll .owl-dots .owl-dot {
  display: inline-block;
  width: 28px;
  height: 6px;
  margin: 0 4px;
  background: var(--color-primary);
  border-radius: 5px;
}

.team-scroll .owl-dots .owl-dot.active {
  background-color: #fff;
}

.appt-row {
  padding-bottom: 20px;
}

.appt-row::before {
  content: "";
  position: absolute;
  width: 75%;
  height: 2px;
  background-color: #ffffff36;
  left: 0;
  right: 0;
  margin: auto;
  top: 25px;
}

.appt-row .col-md-6:nth-child(1) {
  border-right: 2px solid #ffffff36;
}

.appt-row h2 {
  font-weight: 400;
  font-size: 23px;
  margin-bottom: 8px;
}

.appt-row p {
  font-size: 25px;
  margin-bottom: 0px;
}

.appt-row p span {
  font-weight: 600;
}

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

.testimonial-blk .testi-iblk {
  position: relative;
  padding: 20px;
}

.testi-iblk::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 3px;
  background: linear-gradient(to top, var(--color-primary), #fff0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  bottom: 63px;
}

.testi-iblk h2 {
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  display: inline-block;
  background-color: var(--color-primary);
  padding: 2px 10px;
  color: #fff;
  border-radius: 9px;
}

.testi-star {
  color: var(--color-primary);
}

.testi-sec::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../gallery/testibg1.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  bottom: 140px;
}

.ad-it::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to left, #fff, #fff, #fff, var(--color-primary), #fff, #fff, #fff);
  left: 0;
  top: 0;
  z-index: -1;
}

.apt-sec {
  position: relative;
  min-height: 750px;
}

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

.ad-txt1 .container {
  padding: 0px;
}

.appt-sec .title-sec h2 {
  font-size: 45px;
  color: var(--color-secondary);
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0px;
}

.appointment-form {
  text-align: center;
  padding: 55px 25px 35px;
  background: var(--color-default);
  z-index: 999;
  position: relative;
  box-shadow: 0px 0px 13px #8c8c8c;
  overflow: hidden;
}

.appointment-form::after {
  content: "";
  position: absolute;
  height: 600px;
  width: 600px;
  background: linear-gradient(to left, #ffffff36, #0000, #0000, #0000, #0000);
  border-radius: 50%;
  top: 33px;
  left: -280px;
  z-index: -1;
  opacity: 0.5;
}

.appointment-form .appt-text {
  margin-bottom: 15px;
}

.appointment-form .form-control {
  border: none;
  background-color: transparent;
  color: #838585;
  padding: 10px 25px;
  margin-bottom: 20px;
  /* border-bottom: 2px solid var(--color-default); */
  border-bottom: 1px solid #838585;
}

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

.appointment-form p {
  color: #fff;
}

.section_title_text h3 {}

.appointment-form .form-control:focus {
  color: #ffffff;
  background-color: #000;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 10px var(--color-primary);
}

.appointment-form .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}

.appointment-form .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1
}

.appointment-form .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1
}

.appointment-form .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1
}

.appointment-form .form-control::placeholder {
  color: #838585;
  opacity: 1
}

.appointment-form .form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

.theme-btn {
  font-size: 20px;
  color: #fff;
  padding: 4px 14px;
  align-items: center;
  background-color: var(--color-primary);
  display: flex;
  justify-content: center;
  margin: auto;
  border-radius: 25px;
}

.theme-btn:hover {
  background-color: var(--color-primary);
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.appt-sec {
  position: relative;
  padding: 45px 0px;
  margin-bottom: 50px;
}

.appt-sec .appointment-inner {
  padding: 45px 0px;
  position: relative;
}

.appt-left::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 70%;
  top: 120px;
  bottom: 0;
  margin: auto;
  left: 0;
  background-color: var(--color-default);
  z-index: -1;
  clip-path: polygon(0% 0px, 100% 35%, 100.00% 59.68%, 0% 100%);
}

.appt-left::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 70%;
  top: 120px;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: -1;
  background-image: url(../gallery/appt-bg1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0% 0px, 100% 35%, 100.00% 59.68%, 0% 100%);
}

.appt-right::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 70%;
  top: 120px;
  bottom: 0;
  margin: auto;
  right: 0;
  background-color: var(--color-default);
  z-index: -1;
  clip-path: polygon(0.11% 34.87%, 100% 2%, 100% 100%, -0.62% 59.34%);
}

.appt-right::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 70%;
  top: 120px;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: -1;
  background-image: url(../gallery/appt-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0.11% 34.87%, 100% 2%, 100% 100%, -0.62% 59.34%);
}

.appt-sec .appointment-emg {
  position: relative;
  z-index: 9999;
  color: #fff;
  margin-left: 15px;
}

.appt-sec .appointment-emg h2 {
  font-size: 40px;
  margin-bottom: 35px;
}

.appt-sec .appointment-emg a {
  display: inline-block;
  position: relative;
  color: #fff;
  background: var(--color-secondary);
  padding: 10px 20px;
  margin-bottom: 15px;
  font-size: 33px;
  box-shadow: 0px 8px 18px #000;
}

.appt-sec .appointment-emg p {
  margin-top: 15px;
}

.appointment-inner .appt-sec-txt {
  position: relative;
}

.appt-sec-txt h2 {
  text-align: right;
  color: #fff;
  font-weight: 400;
}

.appt-sec-txt h2 span {
  font-weight: 500;
  font-size: 55px;
  line-height: 60px;
  color: var(--color-primary);
  text-transform: capitalize;
}

.appt-sec-txt .qimg {
  position: absolute;
  width: 97px;
  right: 0;
  margin-top: 10px;
  opacity: 1;
}

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

/* .healthtalks-sec .sec-head span {
  text-transform: capitalize;
  background-color: var(--color-default);
  padding: 0 10px;
  font-weight: 400;
  color: #fff;
}
.healthtalks-sec .sec-head h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 56%;
  right: 0;
  background-color: var(--color-default);
  bottom: -15px;
}
.healthtalks-sec .sec-head h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 56%;
  right: 0;
  background-color: var(--color-default);
  top: -15px;
}
.healthtalks-sec .sec-head h2 {
  font-size: 45px;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 400;
  color: var(--color-default);
  line-height: 25px;
} */
.blogs_section {
  padding: 78px 0;
}

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

.blog_blocks::before {
  content: "";
  position: absolute;
}

.blo_info {
  position: relative;
  bottom: 0px;
  right: 0;
  width: 84%;
  background: linear-gradient(to bottom, rgb(255 255 255), #f4f4f4);
  padding: 16px 14px;
  text-align: center;
  display: inline-block;
  margin-top: -71px;
  box-shadow: 0px 8px 14px #bfbfbf;
  border-radius: 24px;
}

.blog_row {
  margin-top: 75px;
}

.blog_row .col-md-4:nth-child(1) .blog_blocks,
.blog_row .col-md-4:nth-child(3) .blog_blocks {
  margin-top: 30px;
}

.blo_info h3 {
  color: #16123a;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.blo_info p {
  color: #060606;
  line-height: 21px;
  font-size: 14px;
}

.blo_info a {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  padding: 4px 15px;
  border-radius: 30px;
  margin-top: 10px;
}

.blo_img::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 85px;
  background-color: var(--color-primary);
  top: -8px;
  left: -8px;
  z-index: -1;
}

.blogBox {
  color: #555;
  text-align: right;
  padding: 10px 10px 10px 20px;
  position: relative;
  z-index: 1;
}

.blogBox:before,
.blogBox:after {
  content: '';
  width: calc(100% - 121px);
  height: calc(100% - 60px);
  border-left: 2px solid #333;
  border-top: 2px solid #333;
  position: absolute;
  bottom: 0;
  left: 4px;
}

.blogBox:after {
  background-color: #333;
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: 0;
}

.blogBox .blog-icon {
  color: #fff;
  /* background-color: var(--color-primary); */
  background: linear-gradient(to bottom, var(--color-primary), var(--color-secondary));
  font-size: 50px;
  text-align: center;
  line-height: 100px;
  height: 100px;
  width: 100px;
  margin: 0 0 30px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: inline-block;
  position: relative;
}

.blogBox .blog-icon i {
  line-height: inherit;
}

.blogBox .blog-icon:before {
  content: '';
  border: 2px solid #333;
  border-left-color: transparent;
  border-top-color: transparent;
  border-radius: inherit;
  transform: rotate(45deg);
  position: absolute;
  right: -8px;
  top: -8px;
  bottom: -8px;
  left: -8px;
}

.blogBox .title {
  color: var(--color-default);
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-transform: capitalize;
  text-align: left;
  margin: 0 0 5px;
}

.blogBox .description {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin: 0;
}

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

.blog-icon img {
  width: 65px;
}

.footer_section {
  position: relative;
}

.footer_section .footer_add_row {
  position: relative;
}

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

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

.address_info_sec i {
  position: relative;
  left: 0px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  text-align: center;
  color: var(--color-primary);
  border-radius: 50%;
  line-height: 40px;
  display: inline-block;
}

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

.bottom-footer p {
  margin: 0;
  color: var(--color-default);
  font-size: 15px;
  /* display: inline-block; */
  padding: 10px 15px;
  border-top: 1px solid;
}

.bottom-footer 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: 2px solid var(--color-primary);
  font-weight: 500;
}

.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: 240px;
  margin-bottom: 13px;
}

.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: 43px;
  color: var(--color-default);
  background-color: #fff;
  margin: 0 4px;
  box-shadow: 0px 0px 5px #6464649e;
  font-size: 19px !important;
}

.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 {
  font-size: 15px;
  line-height: 29px;
  margin: 0;
  padding: 0px 0px 25px;
}

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

.footer_section .f-call i,
.footer_section .f-mail i,
.footer_section .f-ad i {
  font-size: 13px;
  display: inline-block;
  background-color: var(--color-default);
  color: #fff;
  padding: 8px;
  border-radius: 50%;
  height: 28px;
  width: 28px;
}

.footer_section .f-ad {
  text-align: center;
  padding-top: 6px;
}

.footer_section .f-call {
  position: relative;
}

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

.f-ad p {
  font-size: 15px;
  color: var(--color-default);
  margin-bottom: 0px;
  padding-left: 8px;
}

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

.footer_section .f-ad {
  width: 565px;
  margin: 0px auto 10px;
}

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

.footer_links1 {
  text-align: center;
}

.footer_links1 ul {
  display: inline-block;
  margin: 0 0 15px;
}

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

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

.footer_links1 ul li a {
  color: var(--color-default);
  font-size: 15px;
  line-height: 19px;
  border-right: 1px dashed;
  padding: 0 11px;
}

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

.subscribe-block {
  position: relative;
  padding: 25px 20px;
  background-color: var(--color-default);
  margin: 30px 0px;
  border-radius: 12px;
}

.subscribe-block::before {
  content: "";
  position: absolute;
  height: 120%;
  width: 95%;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: #d5d5d5;
  margin: auto;
  z-index: -1;
}

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

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

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

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

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

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

.footer_section::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../gallery/testibg1.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  bottom: 140px;
}

.footer_section::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../gallery/testibg1.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  bottom: 0px;
  transform: rotateX(180deg) rotateY(180deg);
}

.serv-outer-img::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 0%;
  background: #fff;
  top: 6px;
  opacity: 0;
  transition: all ease-in-out .6s;
}

.serv-outer-img {
  position: relative;
  width: 195px;
  padding: 6px;
  margin: auto;
}

.serv-outer-img:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  border-top: 4px solid var(--color-primary);
  border-left: 4px solid var(--color-primary);
  border-bottom: 5px dotted var(--color-primary);
  border-right: 5px dotted var(--color-primary);
  border-radius: 50%;
  transform: rotate(-135deg);
  -moz-transform: rotate(-180deg);
}

.serv-outer-img img {
  border-radius: 50%;
  width: 200px;
  margin: auto;
  transition: all ease-in-out .6s;
}

/* .serv-outer-img::before {
  content: " ";
  position: absolute;
  width: 89%;
  height: 111%;
  border-radius: 50%;
  border: 4px solid var(--color-primary);
  border-bottom: 2px solid transparent;
  border-radius: 50%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
} */
.serv-shape {
  position: relative;
}

.serv-shape::before {
  content: " ";
  position: absolute;
  width: 3px;
  height: 23px;
  background: var(--color-primary);
  left: 51px;
  bottom: -7px;
  transform: rotate(45deg);
}

.serv-shape::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--color-primary);
  border-radius: 50%;
  left: 40px;
  bottom: -7px;
}

.serv-shape-1 {
  position: relative;
}

.serv-shape-1::before {
  content: " ";
  position: absolute;
  width: 3px;
  height: 23px;
  background: var(--color-primary);
  right: 51px;
  bottom: -7px;
  transform: rotate(-45deg);
}

.serv-shape-1::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--color-primary);
  border-radius: 50%;
  right: 40px;
  bottom: -7px;
}

.serv-content h2 {
  color: #fff;
  font-size: 19px;
  margin-top: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.serv-inner-img {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}

.serv-inner-img img {
  transition: all ease-in-out .6s;
}

.testimonial-slider {
  margin-bottom: -145px;
  left: 35px;
}

.ser-sec1 {
  position: relative;
  margin-bottom: 55px;
}

.ser-sec1 .ser-ad-txt {
  position: relative;
  background-color: #fff;
  left: 0px;
  width: 100%;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  padding: 25px;
  align-content: center;
  border-radius: 16px;
}

.ser-sec .ser-row {
  padding-top: 45px;
}

.counter {
  text-align: center;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.counter:before {
  content: "";
  background: linear-gradient(39deg, #757575, #303030);
  width: 88%;
  height: 88%;
  border-radius: 20px 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.counter .counter-icon {
  color: #fff;
  font-size: 28px;
  line-height: 25px;
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.counter-icon img {
  width: 40px;
  position: relative;
  left: 12px;
}

.counter .counter-content {
  background-color: #fff;
  height: 92%;
  width: 92%;
  padding: 31px 20px 15px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all ease-in-out .6s;
}

.counter p {
  color: var(--color-default);
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  margin: 0 0 5px;
}

.counter .counter-value {
  font-size: 22px;
  font-weight: 500;
  display: block;
  color: var(--color-default);
}

@media screen and (max-width:990px) {
  .counter {
    margin-bottom: 40px;
  }
}

.abt-sec .hos-img {
  margin-bottom: 10px;
}

.abt-sec .hos-img img {
  box-shadow: 0px 0px 5px #8b8b8b;
  border: 8px solid #fff;
}

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

.faq-row {
  padding-top: 18px;
}

.main-timeline {
  position: relative;
}

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

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

.main-timeline .timeline-content {
  background-color: #fff;
  min-height: 140px;
  padding: 20px 60px 20px 20px;
  border-radius: 20px 10px 10px 20px;
  box-shadow: 0 0 15px -5px #555;
  display: block;
  position: relative;
}

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

.main-timeline .timeline-icon {
  color: #fff;
  background: linear-gradient(to bottom, var(--color-primary), var(--color-secondary));
  font-size: 45px;
  text-align: center;
  line-height: 80px;
  height: 80px;
  width: 80px;
  border-radius: 10px 10px 0 10px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -40px;
  z-index: 1;
}

.main-timeline .timeline-icon:after {
  content: '';
  background: linear-gradient(to left top, transparent 49%, var(--color-default) 50%);
  height: 20px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 100%;
}

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

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

.main-timeline .description {
  color: #555;
  font-size: 15px;
  text-align: justify;
  margin: 0;
}

.main-timeline .timeline:nth-child(even) {
  padding: 0 0 0 40px;
  margin: 0 0 0 50px;
  float: right;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 20px 20px 20px 60px;
  border-radius: 10px 20px 20px 10px;
}

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

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

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

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

  .main-timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    border-radius: 10px 10px 10px 0;
    transform: translateY(0);
    top: -40px;
    left: -40px;
    right: auto;
  }

  .main-timeline .timeline-icon:after {
    transform: rotateY(-180deg);
    right: auto;
    left: 0;
  }

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

@media screen and (max-width:567px) {
  .main-timeline .title {
    font-size: 18px;
  }
}

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

.top-social-head {
  position: relative;
  text-align: left;
  padding-bottom: 9px;
  margin-right: 14px;
}

.top-social-head::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--color-primary);
  bottom: 9px;
  left: 0px;
}

.top-social-head::after {
  content: " ";
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 13px solid var(--color-secondary);
  border-left: 15px solid transparent;
  bottom: 9px;
  right: -9%;
}

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

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

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

.top-social li a {
  display: block;
  width: 34px;
  height: 33px;
  color: var(--color-primary);
  text-align: center;
  line-height: 31px;
  font-size: 15px;
  margin: 0px 1px;
  border-radius: 50%;
  border: 1px solid #f68b1e87;
}
.top-social li a img{
  width: 15px;
}

.top-social li a:hover {
  color: var(--color-secondary);
}

.top-social p {
  line-height: 32px;
  margin-bottom: 0px;
}

.counter1 {
  color: #222;
  text-align: center;
  width: 300px;
  height: 300px;
  padding: 10px 10px 13px;
  margin: 0 auto;
  border: 2px solid #ffffff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 25px 25px 25px 0;
  position: relative;
  cursor: pointer;
}

.counter1 .counter1-content {
  background-color: #fff;
  height: 100%;
  padding: 9px 10px;
  border-radius: 18px;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.3);
}

.serv-img {
  position: relative;
  overflow: hidden;
}

.serv-img img {
  transition: all ease-in-out .6s;
}

.counter1:hover .serv-img img {
  transform: scale(1.1);
  filter: grayscale(1);
}

.serv-img::after {
  content: "";
  position: absolute;
  left: -50px;
  top: 0px;
  bottom: auto;
  width: 50px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all ease 0.6s;
  z-index: 1;
  /* transform: rotate(-45deg); */
}

.counter1:hover .serv-img::after {
  left: 100%;
}

.serv-img::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #191919, transparent);
  bottom: 0px;
  z-index: 1;
  transition: all ease 0.6s;
  left: 0px;
  top: 0px;
  /* border-radius: 999px; */
}

.counter1 .counter1-content:before,
.counter1 .counter1-content:after {
  content: '';
  background-color: #ffffff;
  height: 10px;
  width: 10px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 4px;
}

.counter1 .counter1-content:after {
  top: auto;
  bottom: 4px;
  left: auto;
  right: 2px;
}

.counter1 .counter1-icon {
  font-size: 35px;
  line-height: 35px;
  margin: 0 0 10px;
}

.counter1 .counter1-value {
  color: #f4550c;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 8px;
  display: block;
}

.counter1 h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

@media screen and (max-width:990px) {
  .counter {
    margin-bottom: 40px;
  }
}

.ser-sec1::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../gallery/serv-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.serv-btm {
  position: relative;
  padding: 0px 125px;
  margin-top: 60px;
}

.serv-btm h2 {
  color: #fff;
  line-height: 44px;
  font-weight: 300;
  display: inline-block;
  border-top: 1px dashed;
  padding-top: 20px;
}

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

.serv-btn {
  position: absolute;
  bottom: -30px;
  z-index: 1;
  width: fit-content;
  left: 0px;
  right: 0px;
  margin: auto;
  transition: all ease 0.6s;
  opacity: 0;
}

.counter1:hover .serv-btn {
  bottom: 100px;
  opacity: 1;
}

.serv-btn a {
  font-size: 15px;
  background: var(--color-secondary);
  color: #fff;
  border-radius: 20px;
  padding: 3px 10px;
}

.counter-content:hover,
.test-img:hover,
.f-ad1:hover,
.timeline-content:hover,
.blogBox:hover,
.appointment-form:hover,
.hos-img:hover,
.team-img img:hover {
  transform: scale(1.04);
}

.test-img,
.f-ad1,
.timeline-content,
.blogBox,
.appointment-form,
.hos-img,
.team-img img {
  transition: all ease-in-out .8s;
}

.f-call a,
.f-mail a,
.f-ad b {
  padding-left: 5px;
}

.top-wrap1 {
  position: relative;
}

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

.bread_cumb_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 425px;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../gallery/bread-cumb.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2
}

.bread_cumb_wrap h1 {
  text-transform: capitalize;
  color: #000;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 600
}

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

.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: 155px 0 80px
}

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

._c_dd_info {
  position: relative;
  border: 2px solid #ccc;
  /* background: linear-gradient(45deg,var(--color-primary),var(--color-secondary)); */
  padding: 20px 18px 15px;
}

._c_dd_info ul li {
  position: relative;
  padding: 0 0px 12px 40px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
  color: #000;
}

._c_dd_info ul li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-bottom: 0px;
}

._c_dd_info ul li i {
  position: absolute;
  left: 0px;
  width: 30px;
  height: 30px;
  background: var(--color-secondary);
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 29px;
}

._cmap iframe {
  width: 100%;
  height: 200px;
}

.contact-form {
  position: relative;
  text-align: center;
  padding: 14px 30px 20px;
  border: 7px solid #f5f5f5;
  box-shadow: 0px 0px 3px #0000007a;
}

.contact-form h2 {
  margin-bottom: 23px;
  color: var(--color-secondary);
  font-size: 33px;
  border-bottom: 1px dashed;
  display: inline-block;
  padding-bottom: 5px;
}

.contact-form .form-control {
  height: 49px;
  background-color: #fff1e5;
  color: #000;
  border: none;
  border-radius: 0;
  font-size: 16px;
}

.contact-form .btn-danger {
  color: #fff;
  background: linear-gradient(to left, var(--color-secondary), var(--color-primary));
  border-color: initial;
}

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

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

.main-timeline1 .timeline1-content {
  color: #999;
  text-align: right;
  min-height: 100px;
  border-bottom: 5px solid var(--color-primary);
  display: block;
  position: relative;
}

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

.main-timeline1 .title {
  color: #fff;
  background-color: var(--color-secondary);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 15px 7px 25px;
  margin: 0;
  border-radius: 25px 0 0 0;
  display: inline-block;
}

.main-timeline1 .description {
  color: #444;
  background: linear-gradient(#f5f5f5, #eee);
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  padding: 25px;
  margin: 0;
}

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

.main-timeline1 .timeline1:nth-child(even) .timeline1-content {
  text-align: left;
}

.main-timeline1 .timeline1:nth-child(even) .title {
  padding: 8px 25px 7px 15px;
  border-radius: 0 25px 0 0;
}

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

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

.main-timeline1 .timeline-icon {
  color: #f68d1e5c;
  font-size: 70px;
  /* text-shadow: -5px 5px 10px rgba(0, 0, 0, .2); */
  position: absolute;
  left: 20px;
  top: -5px;
  z-index: 1;
  padding: 14px;
}

.main-timeline1 .timeline1:nth-child(2n) .timeline-icon {
  left: auto;
  right: 20px
}

:root {
  --main-color: var(--color-secondary);
}

.counter2 {
  color: #fff; 
  padding: 20px 10px 50px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.counter2:before {
  content: "";
  background: var(--main-color);
  width: 75px;
  height: 70%;
  position: absolute;
  z-index: -1;
}

.counter2:before {
  border-radius: 50px 50px 20px 20px;
  top: 0;
  left: 0;
}

/* .counter2:after{ 
    height: 62%;
    border-radius: 20px 20px 50px 50px;
    bottom: 0;
    right: 0;
} */
.counter2 .counter2-icon {
  color: #fff;
  font-size: 35px;
  text-align: center;
  line-height: 35px;
  width: 55px;
  margin: 0 0 10px;
}

.counter2 .counter2-icon i {
  line-height: inherit;
}

.counter2 .counter2-content {
  background-color: var(--color-default);
  text-align: center;
  padding: 25px 15px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.counter2 h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
  color: #fff;
  border-bottom: 1px dashed;
  display: inline-block;
  padding-bottom: 5px;
}

.counter2 .counter2-value {
  font-size: 38px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 15px;
  display: block;
}


.counter2 a {
  color: #fff;
}

.counter2 p {
  font-size: 16px;
  margin-bottom: 0px;
}

.contact-page-map iframe {
  box-shadow: 0px 15px 20px -13px rgb(0 0 0);
}

.contact-page-map h2 {
  margin-bottom: 23px;
  color: var(--color-secondary);
  font-size: 33px;
  border-bottom: 1px dashed;
  display: inline-block;
  padding-bottom: 5px;
}

.home_team_list {
  position: relative;
  text-align: center;
  width: auto;
  top: 0;
  left: 0;
  z-index: 1;
}

.home_team_list::before {
  content: "";
  position: absolute;
}

.hm_team_pic {
  margin: 0 auto 0;
  width: 337px;
}

._hmdoc_info {
  position: relative;
  width: 83%;
  margin: auto;
  background: var(--color-default);
  padding: 14px 0;
}

._hmdoc_info h2 {
  text-transform: capitalize;
  color: #fff;
  font-size: 26px;
}

._hmdoc_info h3 {
  font-size: 20px;
  color: #eee;
  margin: 6px 0 9px;
}

._hmdoc_info h4 {
  font-size: 17px;
  color: #eee;
}

.inner_team_list ._hmdoc_info {
  width: 100%;
}

.hm_team_pic img {
  width: 300px;
}

.inner_team_list ._hmdoc_info span {
  display: inline-block;
  background: var(--color-secondary);
  color: #fff;
  padding: 1px 8px;
  font-size: 15px;
  border-radius: 4px;
  cursor: pointer;
}

.team_modal .modal-dialog {
  max-width: 800px;
}

.team_modal .modal-header {
  display: block;
  padding: 0px;
  border: none;
}

.team_modal .modal-header .close {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  background: var(--color-secondary);
  opacity: 1;
  color: #fff;
  padding: 7px 8px;
}

.modal_team_head {
  text-align: center;
  margin-bottom: 25px;
  box-shadow: 0px 4px 2px #ccc;
  padding: 0 0 16px;
}

.modal_team_head h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 29px;
}

.modal_team_head h3 {
  font-size: 19px;
}

.modal_team_head h4 {
  font-size: 19px;
  color: var(--color-secondary);
}

.call-us {
  position: fixed;
  bottom: 20px;
  left: 23px;
  line-height: 67px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 7px 9px #8383838f;
}

.call-us-i {
  text-align: center;
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.call-us-i img {
  width: 55px;
}

.call-us-i.change-color {
  animation: BLINK 0.8s infinite;
}

@-webkit-keyframes BLINK {

  0%,
  50% {
    background: var(--color-primary);
  }

  51%,
  100% {
    background: var(--color-secondary);
  }
}

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

.abt-inner-img {
  border: 1px dashed #0000005e;
  padding: 9px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

.abt-inner-img img {
  box-shadow: 0px 0px 5px #f25f20e3;
}


.toolTip {
  color: var(--color-secondary);
  background: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 0;
  opacity: 1;
  box-shadow: 0 0 0px 5px #ffffff, 1px 18px 15px -7px rgb(0 0 0 / 43%);
  position: relative;
  transition: all 0.3s ease 0s;
  /* border: 1px solid; */
  border: 1px solid #00000017;
  margin-bottom: 40px;
}

.tooltip.top {
  line-height: inherit;
  text-align: center;
}

.toolTip:hover,
.toolTip:focus {
  border-color: var(--color-primary);
}

.toolTip:before {
  content: attr(data-tip);
  color: #ffffff;
  background: var(--color-default);
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  width: 190px;
  text-align: center;
  margin: auto;
  padding: 11px 16px;
  border: 3px solid #fff;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.toolTip:hover:before {
  opacity: 1;
  visibility: visible;
}

.toolTip.top:before {
  transform: translateX(-50%) scale(0.5);
  position: absolute;
  left: 50%;
}

.toolTip.top:hover:before {
  transform: translateX(-50%) scale(1);
  top: 0%;
}

@media only screen and (max-width: 767px) {
  .toolTip {
    margin: 0 0 40px;
  }
}



:root{ --main-color: var(--color-secondary); }
.serviceBox{
    /* border: 2px solid var(--main-color); */
    color: var(--color-default);
    background: #fff;
    text-align: center;
    padding: 5px 1px 10px 17px;
    margin: 20px 15px 30px 0;
    border-radius: 5px 5px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.serviceBox-img{
  position: relative;
  overflow: hidden;
}
.serviceBox-img img{
  transition: all ease-in-out .6s;
}

.serviceBox:hover .serviceBox-img img{
  transform: scale(1.1);
}
.serviceBox-img::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, var(--color-default), transparent);
  bottom: 0px;
  z-index: 1;
  transition: all ease 0.6s;
}

.serviceBox:hover .serviceBox-img::before {
  height: 100%;
}
.serviceBox:before,
.serviceBox:after{
    content: "";
    /* background: var(--color-primary); */
    width: 100%;
    height: 100%;
    border-radius: 5px 5px;
    position: absolute;
    top: -20px;
    right: -16px;
    z-index: -1;
}
.serviceBox:after{
    background: #fff;
    top: -10px;
    left: 8px;
    box-shadow: 0 0 6px rgba(0,0,0,0.3); 
}
.serviceBox .service-icon{
    font-size: 45px;
    transition: all 0.3s;
    margin: 0px auto 15px;
}
.serviceBox .service-icon i{line-height:inherit}
.serviceBox .title{
    color: var(--color-default);
    font-size: 18px;
    font-weight: 600;
    margin:10px 0 11px;
}
.serviceBox .description{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 22px;
    text-align: justify;
    margin: 0;
}
@media only screen and (max-width: 1199px){
    .serviceBox{  margin: 20px 15px 13px 0; }
}



.team_head_title {
  position: relative
}

.team_head_title h4 {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  padding-right: 217px;
  position: relative;
  margin: 13px 0 16px;
  border-left: 5px solid var(--color-secondary);
  padding-left: 20px;
}

.team_head_title h4::before {
  content: "";
  position: absolute;
  width: 154px;
  height: 2px;
  border-bottom: 1px dashed #e94915;
  right: 35px;
  top: 21px
}

.team_row {
  align-items: center;
  /* border: 1px dashed; */
  padding: 18px 0;
  margin: 0 -6px 30px;
  background: linear-gradient(to bottom, #fff, #ededed);
    position: relative;
}
.team_row::before {
  content: " ";
  position: absolute;
  width: 86%;
  height: 19%;
  box-shadow: 0 0 10px #898989;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.team_row::after {
  content: " ";
  position: absolute;
  width: 86%;
  height: 5px;
  /* background: linear-gradient(to right,var(--color-primary),#ffffff00, var(--color-secondary)); */
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 30px;
}
.team_row .col-md-7 {
  padding: 0 10px
}

.team_img {
  display: inline-block
}

.team_img img {
  border-radius: 50%;
  border: 7px solid #f5f5f5;
  box-shadow: 0 0 10px #898989
}

.team_info h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: #e94611;
  font-size: 27px
}

.team_info h4 {
  font-size: 17px;
  margin: 6px 0px 2px;
  color: #212121;
  font-weight: 500;
}
.team_info h5 {
  font-size: 21px;
  font-weight: 500;
  color: #212121;
  margin-bottom: 10px;
  margin-top: 7px;
}

.team_info h6 {
  font-size: 18px;
  font-weight: 600;
  color: #152e6a
}

.team_info span {
  display: inline-block;
  /* background: linear-gradient(to left, var(--color-primary), var(--color-secondary)); */
  /* background: var(--color-default); */
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
  cursor: pointer;
  padding: 1px 9px;
  border-radius: 7px;
  font-size: 15px;
}

.team_header {
  display: block;
  padding: 10px 0
}

.team_header h4 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 31px;
  color: var(--color-secondary)
}

.team_header .close {
  position: absolute;
  background: #eb410e;
  opacity: 1;
  color: #fff;
  padding: 10px 9px;
  right: 0
}

.team_modal_doilauge.modal-dialog {
  max-width: 682px;
  margin-top: 7%
}

.team_m_content.modal-content {
  border: 7px solid #f1c7bb
}
.list-style {
  padding-left: 20px;
  margin-bottom: 19px
}

.list-style li {
  position: relative;
  color: #484848;
  margin: 3px 0;
  padding-left: 23px;
  list-style-type: none
}

.list-style li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f140";
  position: absolute;
  left: 0;
  top: 3px;
  color: #ff6900;
  font-weight: 800;
  font-size: 14px
}
.team-second-row{
  margin-top: 30px;
}

.serv-matter p{
  font-size: 15px;
  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: 15px;
  text-align: justify;
  list-style: disc;
}

.serv-matter h2 {
  color: var(--color-secondary);
  font-size: 23px;
  margin: 15px 0px;
}
.inner-serv-img img {
  border: 6px solid #f5f5f5;
  box-shadow: 0px 0px 8px #00000052;
}

.modal-matter {
  padding: 15px 30px 0px;
  border-top: 1px solid #d7d7d7;
}
.modal-matter p{
  text-align: center;
}

.abt-inn-block{
  border: 1px solid #cacaca;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px; 
  border-radius: 15px;
}
.abt-inn-block p {
  margin-bottom: 0px;
  text-align: center;
  line-height: 25px;
}
.abt-inner-box{
  margin-top: 20px;
}
.abt-inn-box {
  background: #fff;
  box-shadow: 3px 2px 8px #00000057;
  border-radius: 10px;
  padding: 20px;
}
.abt-inn-box h2{
  color: var(--color-secondary);
  font-size: 25px;
}





.sec-main-head h1{
  margin-bottom: 10px;
  font-size: 40px;
}

.video-page iframe{
  width: 100%;
  height: 250px;
  border: 5px solid #f5f5f5;
  box-shadow: 0px 0px 11px #00000045;
  margin-bottom: 30px;
}

.tpa-head{
  margin: 30px 0px 15px;
}
.tpa-head h2{
  text-transform: uppercase;
}