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

.mobile-view {
  display: none;
}

:root {
  --color-default: #292929;
  /* --color-primary: #902720; */
  /* --color-primary: #842270; */
  --color-primary: #9d298f;
  --color-secondary: #9d298f;
  --color-teritary: #3b98bc;
}

.container {
  position: relative;
}

.mobile-view {
  display: none;
}

/*** 
====================================================================
	Global Settings
====================================================================
 ***/
body {
  font-size: 16px;
  color: var(--color-default);
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.7px;
}

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

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

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

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

.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%;
  z-index: -99;
  background-image: url(../gallery/bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  top: 0px;
  opacity: 0.4;
}

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

.top-border {
  width: 60%;
  height: 2px;
  position: relative;
  margin: auto;
  background: var(--color-primary);
}

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

.header-one {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 168px;
  opacity: 0;
  z-index: 100;
  background: linear-gradient(to bottom, #ffffff, #edd5e8);
  box-shadow: 0px 0px 5px #a5a5a5;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  top: 0%;
  visibility: hidden;
  left: 100%;
  width: 300px;
  opacity: 0;
  z-index: 100;
  background: linear-gradient(to bottom, #ffffff, #edd5e8);
  box-shadow: 0px 0px 5px #a5a5a5;
}

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

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

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

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

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

.main-menu .navigation > li > ul > 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-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--color-default);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--color-default);
  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/banners/bimg1.jpg);
}

.slide-two {
  background-image: url(../gallery/banners/bimg2.jpg);
}

.slide-three {
  background-image: url(../gallery/banners/bimg3.jpg);
}

.slide-four {
  background-image: url(../gallery/banners/bimg4.jpg);
}

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

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

.abt-head h3 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 0px;
  display: inline-block;
  border-radius: 20px;
  color: var(--color-default);
  position: relative;
}

.abt-head h1 {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-primary);
  font-size: 58px;
}

.abt-head h4 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 0px;
  display: inline-block;
  border-radius: 20px;
  color: var(--color-default);
  position: relative;
}

.abt-head h2 {
  font-weight: 500;
  font-size: 46px;
  text-transform: capitalize;
  color: var(--color-default);
  margin-top: 10px;
  margin-bottom: 5px;
}

.sec-shape img {
  width: 198px;
  filter: grayscale(1);
}

.sec-head h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
  color: var(--color-primary);
}

.sec-head h3 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 4px;
  display: inline-block;
  border-radius: 20px;
  color: var(--color-default);
  position: relative;
}

.sec-head p {
  padding: 0px 210px;
  font-size: 15px;
}

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

.abt-matter p {
  position: relative;
  line-height: 30px;
  padding-top: 8px;
}

.abt-matter .main-abt-btn {
  background: var(--color-teritary);
  color: #fff;
  padding: 4px 10px 6px;
}

.doc-sec {
  position: relative;
  margin-bottom: 88px;
}

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

.doc-outer {
  padding-bottom: 20px;
  position: relative;
  margin: 0px 12px;
}

.doc-outer::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 58%;
  background: #f5f5f5;
  bottom: 0px;
  box-shadow: 0px 12px 7px -10px #0000004d;
}

.doc-side {
  position: relative;
}

.doc-side::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 54%;
  border: 1px solid var(--color-primary);
  z-index: -1;
  bottom: 8px;
  left: 0px;
  right: 0px;
  margin: auto;
}

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

.doc-img {
  position: relative;
}

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

.doc-content h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 28px;
}

.doc-content {
  padding-top: 13px;
}

.doc-content h4 {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-teritary);
}

.doc-img img {
  border: 8px solid #dedede;
  box-shadow: 0px 11px 9px -10px #0000004d;
}

.extra-block {
  position: relative;
}

.extra-content {
  position: absolute;
  top: 0px;
  bottom: -42px;
  height: fit-content;
  margin: auto;
  /*! right: 45px; */
  text-align: center;
  right: 0;
  left: 0;
  margin: auto;
}

.extra-content h2 {
  font-size: 53px;
  font-weight: 400;
}

.extra-content p {
  position: relative;
  font-size: 18px;
}

.extra-side {
  right: -88px;
  position: relative;
}

.extra-img img {
  width: 183px;
}

.extra-block {
  position: relative;
  text-align: center;
  margin-bottom: 12px;
}

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

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

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

.serv-sec .sec-head p a {
  color: #fff;
  font-weight: 700;
}

.serv-sec .sec-head .sec-shape img {
  filter: brightness(0) invert(1);
}

.serv-sec::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #822276;
  top: 0px;
  left: 0px;
  z-index: -1;
}

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

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

.serv-block {
  position: relative;
  margin-bottom: 28px;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.serv-img img {
  transition: all 300ms ease;
  width: 208px !important;
}

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

.serv-scroll1 .col-md-3:nth-child(2)::before,
.serv-scroll1 .col-md-3:nth-child(3)::before,
.serv-scroll1 .col-md-3:nth-child(4)::before,
.serv-scroll1 .col-md-3:nth-child(6)::before,
.serv-scroll1 .col-md-3:nth-child(7)::before,
.serv-scroll1 .col-md-3:nth-child(8)::before,
.serv-scroll1 .col-md-3:nth-child(10)::before,
.serv-scroll1 .col-md-3:nth-child(11)::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 50%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  background: linear-gradient(to top, #ffffff00, #fff, #ffffff00);
  /* background: #fff; */
  opacity: 0.7;
}

.serv-img {
  position: relative;
  margin-bottom: -58px;
  text-align: center;
}

.serv-content {
  color: #fff;
  text-align: center;
  padding: 0px 11px 0px 14px;
}

.serv-content p {
  display: none;
}

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

.serv-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 13px 2px;
  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;
  background: var(--color-default);
}

.serv-scroll .owl-dot:hover,
.serv-scroll .owl-dot.active {
  opacity: 1;
  background: #fff;
}

.serv-content p {
  margin-bottom: 0px;
}

.serv-btm {
  position: absolute;
  margin-bottom: -111px;
  bottom: 0;
}

.serv-top {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -111px;
}

.serv-content h2 a {
  color: #fff;
}

.serv-content h2 {
  font-size: 22px;
  font-weight: 400;
  text-transform: capitalize;
  background: linear-gradient(to right, #3b98bc85, var(--color-primary));
  padding: 0 6px;
  display: inline-block;
}

.doc-btm h2 {
  font-weight: 500;
  line-height: 38px;
  font-size: 25px;
  padding: 0px 48px;
}

.doc-btm {
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
}

.doc-btm::before {
  content: " ";
  position: absolute;
  width: 92%;
  height: 1px;
  border-top: 1px solid #00000047;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.doc-btm .doc-btm-btn {
  background: var(--color-teritary);
  color: #fff;
  display: inline-block;
  padding: 5px 10px 8px;
  margin-top: 10px;
}

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

.test-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/test-left.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 50%;
  filter: grayscale(1);
  opacity: 0.7;
}

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

.extra-ad-side h2 {
  font-weight: 500;
  font-size: 38px;
  line-height: 52px;
}

.extra-ad-side h2 span {
  text-transform: uppercase;
  font-size: 50px;
  color: var(--color-primary);
}

.extra-ad-side h3 {
  font-weight: 500;
  font-size: 38px;
  line-height: 52px;
  padding-left: 148px;
  position: relative;
  color: #fff;
}

/* .extra-ad-side h3 span::before {
  content: " ";
  position: absolute;
  width: 28%;
  height: 100%;
  background: var(--color-primary);
  left: 130px;
  z-index: -1;
} */

.extra-ad-side h3 span {
  text-transform: uppercase;
  font-size: 50px;
  color: var(--color-primary);
}

.colour-change {
  color: #fff !important;
  background: var(--color-teritary);
  padding: 0px 8px;
}

.extra-ad-head {
  position: relative;
}

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

.extra-ad-head::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--color-default);
  bottom: 0px;
}

.extra-ad-content p {
  font-size: 15px;
}

.extra-ad-img-btm p {
  font-size: 17px;
  line-height: 28px;
}

.extra-ad-img img {
}

.extra-ad-content .frst-p {
  padding-top: 10px;
  margin-bottom: 10px;
}

.extra-ad-content .secs-p {
  margin-bottom: 0px;
}

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

.ol_styles li {
  position: relative;
  padding-left: 1px;
  line-height: 28px;
  font-size: 15px;
  list-style: disc;
}
.ol_styles p {
  margin-bottom: 0px !important;
}
.test-right {
  position: relative;
}

.test-row {
  padding-top: 70px;
}

.test-content {
  position: absolute;
  top: 88px;
  right: 15px;
  width: 300px;
  text-align: center;
  color: #fff;
}

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

.form-group i {
  position: absolute;
  left: 28px;
  top: 15px;
  color: #ffffff99;
  font-size: 15px;
}

.appointment-form {
  padding: 38px 55px 22px;
  position: relative;
  background: var(--color-default);
  border-radius: 10px;
}

.appointment-form::after {
  content: " ";
  position: absolute;
  width: 99%;
  height: 98%;
  border: 1px solid #ffffff33;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 10px;
}

.appoint-inner-form {
  position: relative;
  z-index: 1;
}

.appointment-form::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 68%;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
  box-shadow: 0px 0px 80px #000;
  z-index: -1;
}

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

.appointment-form .form-control {
  color: #eeeeeec7;
  border-bottom: none;
  background: #ffffff0f;
  padding: 11px 35px;
  font-size: 15px;
}

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

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

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

.appointment-form h2 {
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  font-size: 40px;
  line-height: 30px;
  margin-bottom: 18px;
}

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

.appnt-box {
  position: relative;
}

.appnt-box::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/appnt-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0.1;
}

.extra-ad-img-btm {
  border-top: 1px solid #29292936;
  margin-top: 10px;
  padding-top: 8px;
}

.main-footer {
  position: relative;
}

/* 
.footer-logo img {
  width: 358px;
} */

.footer-about {
  padding-top: 10px;
  margin-bottom: 30px;
}

.footer-about p {
  line-height: 30px;
  margin-bottom: 10px;
}

.footer-about .footer-abt-btn {
  color: var(--color-primary);
  border: 1px solid;
  padding: 2px 10px 4px;
}

.footer-txt {
  position: relative;
  margin-top: 40px;
}

.footer-title {
  margin-top: 15px;
  position: relative;
}

.footer-outer-title {
  position: relative;
  width: 495px;
  margin: auto;
}

.footer-outer-title::before {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--color-primary);
  top: -2px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  z-index: 1;
  transform: rotate(45deg);
}

.footer-outer-title::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--color-primary);
  top: -2px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  z-index: 1;
  transform: rotate(45deg);
}

.footer_links1 {
  text-align: center;
}

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

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

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

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

.footer-add-icon {
  width: 35px;
  height: 35px;
  background: var(--color-primary);
  line-height: 35px;
  margin: auto;
  color: #fff;
}

.footer-widget__social {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}

.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: var(--color-primary);
  background: linear-gradient(to top, #edd5e8, #fff);
  margin: 0 4px;
  font-size: 16px;
}

.footer-widget__social li a img {
  width: 18px;
}

.bottom-footer p {
  border-top: 1px solid var(--color-default);
  display: inline-block;
  margin-bottom: 5px;
  padding-top: 5px;
}

.bottom-footer p a {
  color: var(--color-primary);
  font-weight: 600;
}

.footer-add-block {
  position: relative;
  margin-bottom: 25px;
}

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

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

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

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

.f-left::before {
  content: "";
  position: absolute;
  background: linear-gradient(to left, #f1f1f1, #fff0);
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: -10px;
  border-radius: 25px;
}

.f-right::before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #f1f1f1, #fff0);
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: -5px;
  border-radius: 25px;
}

.f-right {
  padding: 10px 0px;
}

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

.footer-newsletter form {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px;
  text-align: left;
  background: rgb(255, 255, 255);
  padding: 6px 10px;
  border-radius: 50px;
}

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

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

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

.blog-blk {
  position: relative;
}

.blog-blk .blog-txt {
  margin-top: -81px;
  position: relative;
  padding: 25px 35px;
}

.blog-txt p {
  font-size: 14px;
  line-height: 23px;
}

.blog-txt h2 {
  font-size: 21px;
  font-weight: 600;
  color: var(--color-default);
}

.blog-txt a {
  color: var(--color-primary);
  font-weight: 600;
}

.blog-row {
  position: relative;
  padding-top: 25px;
}

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

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

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

.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 0.2rem #90272073;
}

.chatbox-header h5 {
  line-height: 33px;
}

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

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

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

#chatbox-open .btn {
  border: 0px;
}

#chatbox-open .btn.focus,
#chatbox-open .btn:focus {
  outline: 0;
  box-shadow: none !important;
}

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

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

.chatbox-footer .form-control:focus {
  box-shadow: none;
}

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

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

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

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

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

.top-social {
  position: absolute;
  z-index: 91;
  text-align: center;
  top: 21px;
  right: 28px;
  width: auto;
  display: inline-flex;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 5px 0px;
}

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

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

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

.top-social li a {
  display: block;
  width: 34px;
  height: 34px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  margin: 0px 1px;
  background-color: var(--color-default);
  border-radius: 50%;
}

.top-social li a img {
  width: 15px;
}

.top-social span {
  line-height: 33px;
  display: block;
  margin-right: 10px;
  color: var(--color-primary);
}

.top-social li a:hover {
  color: #fff;
}

.top-wrap1 {
  position: relative;
}

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

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

.bread_cumb_wrap ul {
  display: inline-block;

  padding: 4px 15px;
  border-radius: 25px;
  background: linear-gradient(to left, var(--color-primary), var(--color-teritary));
}

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

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

.bread_cumb_wrap i {
  color: #fff;
}

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

.inner-section {
  position: relative;
  min-height: 47vh;
  padding: 40px 0px;
  text-align: center;
  margin-bottom: 40px;
}

.main-timeline {
  position: relative;
}

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

.main-timeline .timeline {
  width: 50%;
  padding: 0 0 0 70px;
  margin: 0 0 0 50px;
  float: right;
  position: relative;
}

.main-timeline .timeline:before {
  content: "";
  background-color: var(--color-primary);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -70px;
  top: 50%;
}

.main-timeline .timeline-content {
  color: var(--color-default);
  background: linear-gradient(to right, #f9e5f5, #fff0);
  min-height: 140px;
  padding: 20px;
  border-radius: 10px;

  display: block;
  position: relative;
}

.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
  content: "";
  background: var(--color-teritary);
  height: 16px;
  width: 16px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  left: -8px;
  top: 50%;
}

.main-timeline .timeline-content:after {
  background: linear-gradient(to right, var(--color-primary), var(--color-teritary));
  transform: translateY(-50%) rotate(0);
  left: -140px;
  width: 140px;
  height: 5px;
}

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

.main-timeline .timeline-icon {
  color: rgba(0, 0, 0, 0.2);
  font-size: 40px;
  position: absolute;
  top: 15px;
  left: -90px;
  width: 55px;
  opacity: 0.25;
}

.main-timeline .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;

  margin: 0 0 7px 0;
}

.main-timeline .description {
  font-size: 15px;
  text-align: center;
  margin: 0;
}

.main-timeline .timeline:nth-child(even) {
  padding: 0 70px 0 0;
  margin: 0 70px 0 0;
  float: left;
}

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

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

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

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

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

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

.main-timeline .timeline:nth-child(even) .timeline-content:before {
  background: var(--color-teritary);
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
  background: linear-gradient(to right, var(--color-teritary), var(--color-primary));
}

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

  .main-timeline .timeline:before,
  .main-timeline .timeline:nth-child(even):before {
    transform: translateY(0);
    left: 0;
    right: auto;
    top: 47px;
  }

  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    transform: translateY(0) rotate(45deg);
    top: 45px;
    left: -4px;
  }

  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(even) .timeline-content:after {
    width: 40px;
    transform: translateY(0);
    right: auto;
    left: -38px;
    top: 50px;
  }

  .main-timeline .timeline:nth-child(even) .timeline-content:after {
    transform: translateY(0) rotateY(180deg);
  }

  .main-timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    font-size: 22px;
    left: -30px;
    right: auto;
    top: -17px;
  }
}

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

.counter {
  background: linear-gradient(transparent, transparent 33%, #292929 33%, #939393 66%, transparent 66%);
  text-align: center;
  padding: 10px 20px 30px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.counter:before,
.counter:after {
  content: "";
  background: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: -1;
}

.counter:after {
  border: none;
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
  top: 19px;
  left: 19px;
  right: 19px;
  bottom: 19px;
}

.counter .counter-icon {
  color: #fff;
  background: var(--color-primary);
  font-size: 30px;
  line-height: 30px;

  padding: 15px;
  margin: 0 0 5px;
  display: inline-block;
  background: linear-gradient(to top, var(--color-primary), #fff);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

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

.counter h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  margin: 0 0 13px;
}

.counter .counter-value {
  color: var(--color-default);

  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  width: 55%;
  padding: 10px;
  display: inline-block;
}

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

.counter h2 {
  font-weight: 600;
  font-size: 25px;
  color: var(--color-primary);
  display: inline-block;
  border-bottom: 1px dashed var(--color-primary);
  margin-left: 10px;
}

._cform {
  position: relative;
  padding: 23px 23px;
  max-width: 1000px;
  text-align: center;
  background-color: #f7d6f2;
  border-radius: 17px;
}

._cform h3 {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 34px;
  color: var(--color-default);
  border-bottom: 1px dashed var(--color-primary);

  padding-bottom: 9px;
  display: inline-block;
}

._cform .form-control {
  height: 50px;
  background-color: #fff5fe;
  border-bottom: 1px solid var(--color-primary);
}

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

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

._cform .form-control::placeholder {
  color: #929292;
  opacity: 1;
}

._cform .form-control:focus {
  color: #000;
}

._cform .btn {
  background: var(--color-default);
  border-color: transparent;
}

.c-form-row {
  position: relative;

  padding: 25px 15px;
  margin-top: 19px;
}

/* .c-form-row::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 70%;
  background: linear-gradient(to left, var(--color-secondary), #fff0, var(--color-secondary));
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 25px;
} */

.c-form-row .form-control:focus {
  background-color: #fff;
}

.ibox {
  background: linear-gradient(to right, var(--color-primary), var(--color-default));

  text-align: center;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 7px solid #ffefee;
  box-shadow: 0px 0px 5px #00000045;
  margin-bottom: 25px;
}

.ibox:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transform: rotate3d(1, -1, 0, 100deg);
  transition: all 0.4s ease-in-out;
}

.ibox:hover:before {
  opacity: 0.9;
  transform: rotate3d(0, 0, 0, 0deg);
}

.ibox img {
  width: 100%;
  height: auto;
  transform: translate3d(0, 0, 0) scale(1);
  transition: all 0.5s ease 0s;
}

.ibox:hover img {
  opacity: 0.3;
  transform: translate3d(-12px, 0, 0) scale(1.1) rotate(3deg);
}

.ibox .ibox-content {
  color: var(--color-primary);
  width: 100%;
  padding: 15px 10px;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.ibox:hover .ibox-content {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}

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

.ibox .post {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 10px;
  display: block;
}

.ibox .iicon {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ibox .iicon li {
  display: inline-block;
  margin: 0 2px;
}

.ibox .iicon li a {
  color: var(--color-primary);
  background: #fff;
  font-size: 15px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: block;
  transition: all 0.35s;
}

.ibox .iicon li a:hover {
  color: var(--color-primary);
  background: #fff;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.5);
}

.ibox .iicon li a i {
  line-height: inherit;
}

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

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

.extra-obe-head h2 {
  font-weight: 500;
  font-size: 38px;
  line-height: 52px;
}

.extra-obe-head h2 span {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 600;
  color: var(--color-primary);
}

.extra-obe-head h3 {
  margin-bottom: 10px;
}

.extra-obe-head h3 span {
  text-transform: uppercase;
  font-size: 50px;
  color: #fff;
  background: var(--color-teritary);
  padding: 0px 8px;
  font-weight: 400;
}

.extra-obe-head p {
  text-align: justify;
  font-size: 15px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.extra-obe-right {
  position: relative;
}

.extra-obe-right::before {
  content: " ";
  position: absolute;
  width: 400px;
  height: 400px;
  background: #ffd4fa;
  z-index: -1;
  border-radius: 50%;
  left: -112px;
  top: -97px;
  opacity: 0.3;
}

.extra-obe-img img {
  border: 6px solid #fff;
  box-shadow: 0px 20px 9px -10px #00000057;
  filter: grayscale(1);
}

.extra-obe-img {
  text-align: right;
}

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

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

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

/* .inner-section1 {
  position: relative;
  padding: 28px 0 70px;
} */
.inner-section1 {
  position: relative;
  padding: 28px 0 30px;
}
.call-to-sec {
  height: 150px;
  padding: 20px 25px;
  color: #fff;
  margin-bottom: 30px;
  background: linear-gradient(45deg, #9d298f, #d9b0d4);
  border-radius: 25px;
  text-align: center;
}
.inner-serv-img img {
  border: 6px solid #f5f5f5;
  box-shadow: 0px 0px 8px #00000052;
}

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

.ol_styles1 li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 4px;
  font-weight: 400;
}

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

.serviceBox {
  color: var(--color-default);
  text-align: center;
  padding: 0 15px 8px;
  position: relative;
  margin: 50px 0 0;
  z-index: 1;
}

.serviceBox:after {
  content: "";
  background: #fcfcfc;
  width: calc(100% - 20px);
  height: calc(100% - 38px);
  border-radius: 30px 30px;
  border: 2px solid #fff;
  transform: translateX(-50%) translateY(0);
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: -1;
  box-shadow: 0px 0px 9px #0000001c;
}

.serviceBox .service-icon {
  color: #fff;
  background: var(--color-default);
  font-size: 40px;
  line-height: 80px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.serviceBox .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 12px;
  color: var(--color-primary);
}

.serviceBox .description {
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

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

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

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

.doc-abt {
  position: relative;
  margin: 40px 0px 0px;
}

.doc-abt-img img {
  border: 8px solid #ffffff;
  box-shadow: 0px 0px 9px 0px #0000004d;
}

.doc-abt-head h2 {
  background: linear-gradient(to right, #9d298f1f, transparent);
  border-left: 4px solid;
  color: var(--color-primary);
  padding: 6px 8px 6px 13px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 37px;
  display: inline-block;
}

.doc-abt-head h3 {
  margin-top: 4px;
  margin-bottom: -1px;
  color: var(--color-default);
  font-size: 20px;
  line-height: 28px;
}

.doc-abt-head h4 {
  font-size: 20px;
  color: var(--color-teritary);
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}

.doc-abt-matter h5 {
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 5px;
  border-bottom: 1px solid;
  display: inline-block;
  padding-bottom: 3px;
  color: var(--color-primary);
}

.doc-abt-img {
  margin-bottom: 20px;
}

.main-timeline-review {
  position: absolute;
  top: 0;
  left: 27px;
  background: var(--color-default);
  padding: 9px 12px 4px;
  text-align: center;
}

.main-timeline-review a {
  color: #fff;
}

.main-timeline-review a p {
  margin-bottom: 8px;
  font-size: 20px;
}

.main-timeline-review a i {
  font-size: 38px;
}

.main-timeline-review a img {
  width: 121px;
  filter: brightness(0) invert(1);
}

.toolTip:before {
  content: attr(data-tip);
  color: #ffffff;
  background: var(--color-default);
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  width: 168px;
  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;
  position: absolute;
  top: -70px;
}

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

.right-sidebar {
  position: fixed;
  z-index: 99;
  top: 45%;
  right: 8px;
  width: 86px;
}

.side-buttons {
  position: relative;
}

.button-img {
  background: #ffff;
  width: 84px;
  padding: 16px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 5px #6f6e6e;
  border-radius: 50%;
  border: 2px solid #ffffff;
  cursor: pointer;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.button-img img {
  filter: brightness(0) invert(1);
}

.c-tooltip {
  position: absolute;
  right: 123%;
  top: -5px;
  min-width: 86px;
  margin-left: 0;
  margin-top: 15px;
  text-align: center;
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.c-tooltip .tooltip-inner {
  position: relative;
  display: block;
  margin-bottom: 12px;
  min-width: 130px;
  padding: 3px 10px;
  line-height: 20px;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  background: #222222;
  text-transform: uppercase;
  border-radius: 7px;
}

.c-tooltip .tooltip-inner:before {
  content: "";
  position: absolute;
  right: -10px;
  margin-left: -5px;
  bottom: 9px;
  border: 5px solid transparent;
  border-left: 5px solid #222222;
}

.has-tooltip:hover .c-tooltip {
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.right-sidebar .change-color {
  animation: BLINK 0.8s infinite;
}

@-webkit-keyframes BLINK {
  0%,
  50% {
    background-color: var(--color-primary);
  }

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

.videos-page iframe {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
}

.img-blk1 {
  margin-bottom: 70px;
}

.img-blk1 h2 {
  font-weight: 500;
  margin-bottom: 20px;
}

.img-blk h2 {
  font-weight: 500;
  margin-bottom: 20px;
}

.abt-head h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-primary);
  font-size: 58px;
}

.dtitle-head {
  margin-top: 8px;
}

.dtitle-head h1 {
  font-weight: 500;
  color: var(--color-primary);
  font-size: 32px;
  text-transform: capitalize;
}

.inner-section1 .blog-img1 {
  padding: 5px;
  margin-bottom: 10px;
}

.inner-section1 .blg-txt1 h2 {
  color: var(--color-secondary);
  font-size: 20px;
}

.inner-section1 .blg-txt1 p {
  margin-bottom: 0px;
}

.inner-section1 .blog-img1 img {
  border-radius: 15px;
  box-shadow: 0 0 10px #00000078;
}

.inner-section1 .blog-blk1 {
  margin-bottom: 20px;

  padding: 15px;
  border-radius: 15px;
  position: relative;
}

.inner-section1 .blog-blk1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid var(--color-primary);
  height: 70%;
  width: 100%;
  z-index: -1;
  border-radius: 15px;
}

.inner-section1 .blog-blk1 .blg-txt1 {
  background-color: #f1f1f1;
  padding: 4px;
}

.blog-nav {
  position: relative;
  padding: 20px 18px 10px;
  margin-bottom: 40px;
  background: #e4f2f7;
  border-radius: 8px;
  box-shadow: 6px 6px 5px #0000003b;
}

.blog-nav p {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-secondary);
  margin-bottom: 24px;
}

.blog-nav ul li a {
  color: var(--color-default);
}
.blog-nav ul li a:hover {
  color: var(--color-primary);
}
.blog-nav ul li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px dotted #00000069;
}

.blog-nav ul li:last-child {
  border-bottom: 0px;
}

.blog-nav ul li::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid var(--color-default);
  border-bottom: 6px solid transparent;
  left: 3px;
  top: 8px;
}
.call-to-action {
  background: linear-gradient(45deg, #9d298f, #d290c2);
  color: #fff;
  text-align: center;
  padding-bottom: 35px;
  margin-bottom: 28px;
  border-radius: 23px;
}
.call-to-action h5 {
  font-size: 30px;
  padding-bottom: 11px;
  font-weight: 500;
}

.call-to-action p {
  padding-top: 16px;
  font-size: 17px;
  margin-bottom: 1px;
}
.call-to-action h6 {
  font-size: 16px;
  font-weight: 400;
}

.btm-blog-inner {
  background: var(--color-secondary);
  padding: 10px 20px;
  border-radius: 20px;
  font-style: italic;
  color: #fff;
}

.btm-blog-inner p {
  text-align: center;
  font-size: 22px;
}

.blog-video img {
  width: 200px;
  border: 1px solid;
  padding: 5px;
}

.accordion {
  background: #ededed;
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.accordion-header {
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  background-color: transparent;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  padding: 8px;
}

.accordion-header h3 {
  max-width: 100%;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 16px;
  display: inline;
  font-weight: 500;
  margin-bottom: 0px;
  color: #393939;
  margin-top: 0px;
}

.accordion-body {
  color: #333;
  font-size: 14px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s;
}

.accordion-body.active {
  height: 100%;
  opacity: 1;
  padding: 5px;
}

.arrow {
  transition: transform 0.2s linear;
}

.accordion:has(.active) .arrow {
  transform: rotate(180deg);
}

.service-faq i {
  font-size: 18px;
}

.serv-faq {
  margin-top: 20px;
  margin-bottom: 50px;
}