:root {
  --color-default: #2d2d2c;
  --color-primary: #f26d20;
  --color-secondary: #034d66;
}
body {
  font-family: "mulish", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  color: #333333;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: var(--color-primary);
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 600;
  margin: 0px;
  background: none;
  line-height: 1.2em;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol,
li {
  margin: 0;
  padding: 0;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
.page-wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  position: relative;
}
.page-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/back-ground.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.49;
}
.header-main {
  position: absolute;
  width: 100%;
  z-index: 5;
  top: 50px;
}
.header-one {
  position: relative;
}
.header-one .container {
  position: relative;
}
.header-one .lower-box {
  position: relative;
  height: 100%;
}
.lower-box .logo {
  top: 20px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  width: 283px;
}
.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: 48px -25px 0 0px;
  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: 18px;
  line-height: 30px;
  font-weight: 400;
  border-right: 0px;
  padding: 8px 12px;
  opacity: 1;
  color: #000000;
}
.logins_section {
  position: absolute;
  right: -4px;
  z-index: 99;
  display: inline-block;
  top: 74px;
}
.logins_section span {
  display: inline-block;
  color: #fff;
  padding: 6px 16px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  border-radius: 20px;
  background: var(--color-primary);
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid #04102a;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  z-index: 5;
}
/*** 
========================================
  Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 25px 0;
}
.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-secondary);
  -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-secondary);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation: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;
}
.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-secondary);
  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;
}
.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 > li > ul {
  position: absolute;
  top: -9%;
  visibility: hidden;
  left: 160px;
  width: 259px;
  opacity: 0;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px #a5a5a5;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #929292;
}
.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  left: 0;
  width: 245px;
  opacity: 0;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px #a5a5a5;
}
.main-menu .navigation > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #929292;
}
.main-menu .navigation > li > ul > li > a:hover {
  background: var(--color-secondary);
  color: #fff;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  background: var(--color-secondary);
  color: #fff;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-size: 15px;
  text-transform: capitalize;
  color: #000000;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-size: 15px;
  text-transform: capitalize;
  color: #000000;
  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;
}
.banner-wrapper {
  position: relative;
}
.banner-one {
  background-image: url(../images/banner-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.banner-one__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.slide-one {
  background-image: url(../images/new-slider/banner.jpg);
}
.slide-two {
  background-image: url(../images/slide2.png);
}
.slide-three {
  background-image: url(../images/slide3.png);
}
.slide-four {
  background-image: url(../images/slide4.png);
}
.slide-five {
  background-image: url(../images/slide5.png);
}
.header-top-area {
  background: var(--color-secondary);
  padding: 15px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header-top-area .header-top-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.header-top-area .header-top-left ul li {
  display: inline-block;
  margin-right: 15px;
}
.header-top-area .header-top-left ul li:hover {
  transition: 0.5s;
}
.header-top-area .header-top-left ul li:hover a {
  color: var(--color-primary);
  transition: 0.3s;
}
.header-top-area .header-top-left ul li:hover a img {
  transition: 0.5s;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
}
.header-top-area .header-top-left ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}
.header-top-area .header-top-left ul li a img {
  margin-right: 10px;
}
.header-top-area .header-top-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.header-top-area .header-top-right ul li {
  display: inline-block;
  border-right: 1px dashed #fff;
  margin: 0;
  width: 30px; 
  height: 30px;
  line-height: 30px;
  padding-right: 4px;
  text-align: center;
}
.header-top-area .header-top-right ul li:nth-child(5) {
  border-right: none;
}
.header-top-area .header-top-right ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}
.header-top-area .header-top-right ul li a img {
  width: 15px;
}
.header-top-area .header-top-right ul li a:hover {
  color: var(--color-primary);
  transition: 0.3s;
}
.top-border {
  position: relative;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, transparent, var(--color-primary), var(--color-primary), var(--color-secondary), var(--color-primary), var(--color-primary), transparent);
  top: 0;
}
.abt-sec {
  padding-top: 20px;
  position: relative;
  margin-bottom: 55px;
}
.abt-sec .line-head {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  color: var(--color-default);
  display: inline-block;
  border-bottom: 4px solid var(--color-primary);
  border-radius: 25px;
  padding: 5px 15px;
  box-shadow: 0px 3px 5px #0000008e;
  margin-bottom: 13px;
  color: #fff;
  background-color: var(--color-primary);
}
.line-head {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  color: var(--color-primary);
  display: inline-block;
}
.line-head1 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  color: var(--color-primary);
  display: inline-block;
}
.line-head .line {
  position: absolute;
  width: 100px;
  height: 1px;
  background: var(--color-primary);
}
.line-head .line.before {
  left: -119px;
  top: 50%;
}
.line-head .line.after {
  right: -119px;
  top: 50%;
}
.fancy-head {
  position: relative;
  padding-bottom: 10px;
}
.fancy-head p {
  padding: 0px 150px;
}
.fancy-head h2 {
  color: var(--color-secondary);
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 600;
}
.abt-sec .fancy-head h2 {
  color: var(--color-secondary);
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 700;
}
.abt-sec .fancy-head h1 {
  color: var(--color-primary);
  font-size: 30px;
  font-weight: 500;
}
.serviceBox {
  padding: 5px 0 0;
}
.serviceBox .service-icon {
  color: #fff;
  background-color: #0aafaf;
  font-size: 45px;
  text-align: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 10px solid #fff;
  border-radius: 50%;
  position: relative;
}
.serviceBox .service-icon img {
  width: 55px;
}
.serviceBox .service-icon:before,
.serviceBox .service-icon:after {
  content: "";
  border: 5px solid #0aafaf;
  border-radius: 50%;
  transform: rotate(36deg);
  position: absolute;
  left: -15px;
  top: -15px;
  bottom: -15px;
  right: -15px;
  clip-path: polygon(0 0, 0 87.5%, 87% 0);
}
.serviceBox .service-icon:after {
  transform: rotate(36deg);
  clip-path: polygon(100% 10%, 100% 100%, 11% 100%);
}
.serviceBox .service-content {
  padding: 70px 15px 15px;
  margin: -55px 0 0;
  border-radius: 20px;
  border: 5px solid #0aafaf;
}
.serviceBox .title {
  color: #0aafaf;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.serviceBox .description {
  color: var(--color-default);
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.serviceBox.red .service-icon {
  background-color: var(--color-primary);
}
.serviceBox.red .service-icon:before,
.serviceBox.red .service-icon:after,
.serviceBox.red .service-content {
  border-color: var(--color-primary);
}
.serviceBox.red .title {
  color: var(--color-primary);
}
.serviceBox.purple .service-icon {
  background-color: var(--color-secondary);
}
.serviceBox.purple .service-icon:before,
.serviceBox.purple .service-icon:after,
.serviceBox.purple .service-content {
  border-color: var(--color-secondary);
}
.serviceBox.purple .title {
  color: var(--color-secondary);
}
@media only screen and (max-width: 990px) {
  .serviceBox {
    margin: 0 0 30px;
  }
}
.mvv-list .col-md-3:nth-child(2) {
  margin-top: 40px;
}
.abt-matter {
  padding-bottom: 20px;
}
.serv-sec {
  position: relative;
  margin-bottom: 60px;
}
.serv-sec .doc-img img {
  width: 400px;
  border: 10px solid #fff;
  -webkit-box-shadow:
    0px 10px 13px -7px #000000,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow:
    0px 10px 13px -7px #000000,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.serv-1,
.serv-4 {
  margin-top: -50px;
}
.serv-block img:hover {
  transform: scale(1.1);
  filter: grayscale(1);
  border-radius: 10px;
  -webkit-filter: grayscale(1);
}
.serv-block {
  overflow: hidden;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  position: relative;
  box-shadow: -1px 6px 21px #c8c8c8;
  border: 5px solid #fff;
  border-radius: 15px;
  transition: all 0.5s ease-in-out;
  padding: 10px;
}
.serv-block:hover:before {
  width: 100%;
  opacity: 1;
  left: 0;
}
.serv-block p {
  margin-bottom: 4px;
  margin-top: 8px;
}
.serv-block h2 {
  font-size: 22px;
  text-transform: uppercase;
  color: var(--color-primary);
}
.serv-block img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.serv-block:hover img {
  opacity: 0.2;
  transform: scale(1.5);
}
.serv-block .serv-content {
  color: #fff;
  width: 100%;
  padding: 0 0px;
  opacity: 0;
  transform: translateY(-50%) scale(3);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease;
}
.serv-block:hover .serv-content {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
.serv-block .title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 7px;
}
.serv-block .post {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 11px;
  padding: 0 0 2px;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-right: none;
  border-left: none;
  display: inline-block;
}
.serv-block .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}
.serv-block .icon li {
  margin: 0 3px;
  display: inline-block;
}
.serv-block .icon li a {
  color: var(--color-primary);
  background: #fff;
  font-size: 16px;
  line-height: 29px;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  display: block;
  transition: all 0.3s;
}
.serv-block .icon li a:hover {
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 990px) {
  .serv-block {
    margin: 0 0 30px;
  }
}
.anime::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), transparent, #001218);
  left: 0;
  bottom: 0;
  position: absolute;
  content: "";
}
.doc-content h2 {
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 40px;
  border-bottom: 1px dashed;
  display: inline-block;
  color: var(--color-secondary);
  font-weight: 700;
}
.doc-content h4 {
  margin-top: 7px;
  margin-bottom: 5px;
}
.doc-content h6 {
  margin-bottom: 10px;
}
.doc-content a {
  display: inline-block;
  padding: 2px 10px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 10px;
}
.text-d {
  position: relative;
  padding: 45px 0px;
  margin-top: 45px;
  margin-bottom: 60px;
}
.text-d::before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, var(--color-secondary), var(--color-primary));
  width: 100%;
  height: 100%;
  top: 0;
}
.text-d h2 {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 38px;
  letter-spacing: 1px;
  font-weight: 400;
}
.process-sec {
  position: relative;
  margin-bottom: 70px;
}
.process-block {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 15%;
  display: inline-block;
  margin-bottom: 10px;
  border: 8px solid #ffffff;
  box-shadow: 0px 0px 10px #929292;
}
.process-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(32 32 32 / 39%);
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  top: 0;
  margin: auto;
}
.process-block img {
  transition: all ease-in-out 0.7s;
}
.process-block:hover img {
  transform: scale(1.1);
  filter: grayscale(0);
}
.process-block h3 {
  position: absolute;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 29px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 1;
  padding: 0 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.first-row {
  padding-top: 20px;
}
.why-choose-sec {
  margin-top: -50px;
}
.pricingTable {
  text-align: center;
  box-shadow: 0px 0px 10px #929292;
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
.pricingTable:before,
.pricingTable:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 26px;
  left: 15px;
  right: 15px;
  z-index: -1;
  clip-path: polygon(15% 0, 85% 0, 90% 5%, 100% 5%, 100% 100%, 0 100%, 0 5%, 10% 5%);
}
.pricingTable:after {
  background: transparent;
  border: 14px solid var(--color-secondary);
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 0;
  right: 0;
  top: 25px;
  clip-path: none;
}
.pricingTable .pricingTable-header {
  padding: 40px 0 0;
  margin: 0 0 20px;
}
.pricingTable .title {
  color: var(--color-secondary);
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
}
.pricingTable .price-value {
  color: #fff;
  background: var(--color-secondary);
  width: 80%;
  padding: 10px;
  margin: 0 auto 20px;
}
.pricingTable .price-value .amount {
  font-size: 33px;
  line-height: 33px;
  font-weight: 700;
  margin: 0 0 3px;
  display: block;
}
.pricingTable .price-value .duration {
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
  display: block;
}
.pricingTable .pricing-content {
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  display: inline-block;
}
.pricingTable .pricing-content li {
  color: #272727;
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  padding: 8px 0 8px 35px;
  border-bottom: 2px solid #e3e3e3;
  position: relative;
}
.pricingTable .pricing-content li:last-child {
  border-bottom: none;
}
.pricingTable .pricing-content li:before {
  content: "\f046";
  color: var(--color-secondary);
  font-family: "Fontawesome";
  font-weight: 900;
  position: absolute;
  top: 9px;
  left: 0;
}
.pricingTable .pricing-content li.disable:before {
  content: "\f00d";
  color: #e93e41;
}
.pricingTable .pricingTable-signup span {
  color: #fff;
  background: var(--color-primary);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 25px;
  width: 70%;
  padding: 9px 0;
  margin: 0 auto;
  display: block;
  transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup span:hover {
  letter-spacing: 2px;
}
@media only screen and (max-width: 990px) {
  .pricingTable {
    margin: 0 0 40px;
  }
}
.health-packages {
  position: relative;
  margin-bottom: 100px;
}
.pricingTable1 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.pricingTable1:before,
.pricingTable1:after {
  content: "";
  background: linear-gradient(to right, #d6d6d6, #d6d6d6);
  height: calc(100% - 45px);
  width: 80%;
  border-radius: 0 0 200px 200px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 10px;
  z-index: -1;
  box-shadow: 0px 0px 10px #929292;
}
.pricingTable1:after {
  background: #fff;
  width: calc(80% - 10px);
  height: calc(100% - 51px);
}
.pricingTable1 .pricingTable-header {
  color: #222;
  margin: 0 0 35px 0;
}
.pricingTable1 .title {
  color: #fff;
  background: var(--color-secondary);
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 10px;
  margin: 0 0 25px;
  border-radius: 50px;
}
.pricingTable1 .price-value .amount {
  font-size: 50px;
  font-weight: 700;
  display: block;
}
.pricingTable1 .price-value .duration {
  font-size: 16px;
  display: block;
}
.pricingTable1 .pricing-content {
  text-align: left;
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  display: inline-block;
}
.pricingTable1 .pricing-content li {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 0 28px;
  margin: 0 0 15px;
  position: relative;
}
.pricingTable1 .pricing-content li.disable:before {
  content: "\f00d";
  background: #ed4444;
  padding-right: 1px;
}
.pricingTable1 .pricingTable-signup span {
  color: #fff;
  background: linear-gradient(-135deg, var(--color-primary), var(--color-secondary));
  font-size: 50px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 65px;
  width: 100px;
  height: 100px;
  padding: 20px 15px;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: block;
  transition: all 0.5s;
}
.pricingTable1 .pricingTable-signup span:hover {
  text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 990px) {
  .pricingTable1 {
    margin-bottom: 40px;
  }
}
.pricingTable1 .price-value {
  padding: 0px 58px;
}
.testimonials-sec {
  position: relative;
  margin-bottom: 80px;
  padding: 85px 0px;
}
.testimonials-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, var(--color-secondary), var(--color-primary), var(--color-secondary));
  top: 0;
  z-index: -1;
}
.logos-sec {
  margin-bottom: 100px;
}
.logos-block img {
  width: 150px;
}
.logos-block {
  display: inline-block;
  border-radius: 30px;
  border: 5px solid #f5f5f5;
  padding: 20px 33px;
  box-shadow: 0px 0px 10px #929292;
  background: #fff;
}
.appointment-form {
  text-align: center;
  padding: 32px 30px;
  background: linear-gradient(to top, #f5d7d7, #ffffff);
  border-radius: 27px;
  position: relative;
  outline: 2px dotted #fff;
  outline-offset: 10px;
}
.appointment-form h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  font-size: 25px;
}
.appointment-form p {
  font-size: 16px;
  margin: 0 0 13px;
}
.appointment-form .form-control {
  border: none;
  background-color: transparent;
  border-bottom: 1px dotted #000000;
  border-radius: 0px;
  height: 50px;
  color: #000000;
}
.appointment-form .form-control::placeholder {
  color: #000;
}
.appointment-form textarea.form-control {
  height: 122px;
}
.appointment-form .btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 6px 30px;
  font-weight: 600;
  overflow: hidden;
  min-width: 123px;
  border-radius: 30px;
  background: #000000;
  border: none;
  color: #ffffff;
}
.feedbacks-block i {
  font-size: 100px;
  color: #ffac7c;
}
.feedbacks-inner-block {
  margin: 25px 0px;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}
.feedbacks-block .line-head {
  color: #fff;
}
.feedbacks-block .fancy-head h1 {
  color: #fff;
}
.feedbacks-block .feedbacks-inner-block h3 {
  color: var(--color-secondary);
}
.asahcmaab .container {
  background: var(--color-secondary);
  text-align: center;
  padding: 34px 28px 28px 28px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 6px 0px #9b9b9b;
  border-radius: 88px;
  justify-content: center;
}
.asahcmaab {
  position: relative;
  margin-bottom: 50px;
}
.asahcmaab p {
  color: #ffffff;
  font-size: 39px;
  font-weight: 400;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.asahcmaab h2 {
  font-size: 27px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  color: #ffffff;
}
.asahcmaab h2 a {
  color: #fff;
}
.asahcmaab::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0px;
  top: 72px;
  border-bottom: 3px solid var(--color-secondary);
  background: var(--color-secondary);
}
.test-bg::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/apt-bg.png);
  top: 0px;
  z-index: -1;
  right: 0px;
  background-position: center right;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.test-bg::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/f-bg.png);
  top: 0px;
  z-index: -1;
  right: 0px;
  background-position: center left;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.extra-sec {
  position: relative;
  margin-bottom: 10px;
}
.extra-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(to right, transparent, var(--color-secondary), var(--color-secondary), var(--color-secondary), transparent);
  z-index: -1;
}
.main-footer .footer-upper .footer-column {
  position: relative;
  margin-bottom: 27px;
  margin-top: 11px;
}
.main-footer .links-widget {
  position: relative;
}
.main-footer .footer-widget .widget-title {
  position: relative;
  font-size: 23px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.main-footer .footer-widget .widget-title::before {
  content: "";
  position: absolute;
  width: 62px;
  height: 2px;
  border-bottom: 2px solid var(--color-primary);
  left: 0;
  top: 32px;
}
.main-footer .list {
  position: relative;
}
.main-footer .list li {
  position: relative;
  display: block;
  margin-bottom: 4px;
  padding-left: 17px;
}
.main-footer .list li:before {
  position: absolute;
  left: 0;
  top: 9px;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  border: 2px solid #000000;
  content: "";
}
.main-footer .list li a {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  color: #000000;
}
.add_bar_row .col-md-4 {
  border-right: 1px dashed #000;
}
.add_bar_row .col-md-4:last-child {
  border-right: 0px;
}
.add_bar_row {
  margin-bottom: 10px;
}
.footer-bottom {
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.main-footer .list li a:hover {
  color: var(--color-secondary);
}
.footer-img img {
  width: 250px;
  border: 5px solid #f5f5f5;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #929292;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-logo img {
  width: 300px;
  border: 2px solid var(--color-secondary);
  border-radius: 10px;
}
.footer-bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  left: 0;
  right: 0;
  z-index: -1;
  top: 0;
}
.footer-bottom a {
  color: var(--color-secondary);
}
.breadcumb_section {
  position: relative;
  padding: 180px 0 16px;
  text-align: center;
}
.breadcumb_section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #ffe5d7, transparent);
  transform: skew(0deg, 0);
}
.breadcrumb_container {
  position: relative;
  top: 0;
  left: 0;
}
.breadcumb_section .breadcrumb_container h1 {
  text-transform: capitalize;
  color: #1b2a37;
  font-size: 30px;
  padding-bottom: 0;
  font-weight: 700;
  margin-bottom: 6px;
}
.breadcumb_section .breadcrumb_container ul {
  list-style: none;
  padding: 5px;
  display: inline-block;
  background-color: var(--color-primary);
  border-bottom: 2px solid #191818;
  border-radius: 10px;
  text-align: center;
}
.breadcumb_section .breadcrumb_container ul li {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  border-radius: 0 25px 0 25px;
  margin-bottom: 5px;
  text-align: center;
  margin-left: -8px;
}
.breadcumb_section .breadcrumb_container ul li a {
  color: #fff !important;
  border-radius: 0 25px 0 25px;
}
.breadcumb_section .breadcrumb_container ul li a:hover {
  color: var(--color-secondary);
}
.breadcumb_section .breadcrumb_container ul li::before {
  content: "";
  position: absolute;
}
.breadcumb_section .breadcrumb_container ul li:last-child:before {
  content: none;
}
.breadcumb_section .breadcrumb_container ul li {
  display: inline-block;
  padding: 0;
  color: #fff;
  border-radius: 0;
  margin-bottom: 5px;
  text-align: center;
  margin-left: 7px;
}
.separator {
  content: "";
  height: 9px;
  width: 9px;
  background-color: #fff;
  position: relative;
  top: 5px;
}
.inner-section {
  position: relative;
  min-height: 47vh;
  padding: 110px 0px 80px;
  text-align: center;
}
.app input::placeholder,
.app textarea::placeholder {
  color: #fff !important;
}
.add {
  position: relative;
}
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 6px rgb(154 155 156 / 60%);
  padding: 25px 36px 29px;
  border-radius: 4px;
  background: linear-gradient(to left, #ffe6d8, transparent, #f7f7f7);
}
.contact .info-box i {
  font-size: 32px;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  background: var(--color-primary);
  height: 50px;
  line-height: 52px;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #444;
  font-weight: 700;
  margin: 12px 0 0;
  text-transform: uppercase;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  padding: 21px;
  border-radius: 19px;
  background-color: var(--color-secondary);
  border: 12px solid #ccc;
}
.contact .php-email-form .error-message {
  display: none;
  color: #3f3f3f;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #3f3f3f;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #3f3f3f;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 25px;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  color: #fff;
  background: #e03a3c00;
  border-color: #fff;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #111;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 32px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  box-shadow: 0 0 0 3px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: var(--color-primary);
}
.map_location iframe {
  border: 3px solid #ccc;
}
.map_location {
  position: relative;
  padding-top: 50px;
}
iframe {
  box-shadow: 0 0 17px 0 #848484;
}
.inner-section1 {
  padding: 80px 0px;
}
.contact h2 {
  border-bottom: 2px solid #000;
  display: inline-block;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.main-timeline {
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.main-timeline:before {
  content: "";
  width: 4px;
  height: 100%;
  border-left: 4px dashed #777;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
}
.main-timeline .timeline {
  width: 50%;
  padding: 0 0 0 25px;
  margin: 0 0 20px 5px;
  float: right;
  position: relative;
}
.main-timeline .timeline:before {
  content: "";
  background-color: var(--color-secondary);
  height: 16px;
  width: 16px;
  transform: translateY(-50%);
  position: absolute;
  left: -8px;
  top: 50%;
}
.main-timeline .timeline-content {
  background: #999;
  padding: 25px 45px 25px 65px;
  display: block;
  position: relative;
  z-index: 1;
  clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0 100%, 0 0);
}
.main-timeline .timeline-content:hover {
  text-decoration: none;
}
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  z-index: -1;
  clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0 100%, 0 0);
}
.main-timeline .timeline-content:after {
  background-color: #f6f3f0;
  left: 7px;
  top: 7px;
  right: 7px;
  bottom: 7px;
}
.main-timeline .timeline-icon {
  color: #777;
  background-color: #fff;
  font-size: 30px;
  line-height: 65px;
  width: 40px;
  height: 65px;
  padding-left: 3px;
  border-radius: 0 300px 300px 0;
  transform: translateY(-50%);
  position: absolute;
  left: 6px;
  top: 50%;
}
.main-timeline .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 5px;
}
.main-timeline .description {
  font-size: 14px;
  margin: 0;
}
.main-timeline .timeline:nth-child(even) {
  padding: 0 25px 0 0;
  margin: 0 5px 20px 0;
  float: left;
}
.main-timeline .timeline:nth-child(even):before {
  left: auto;
  right: -8px;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 25px 65px 25px 60px;
  clip-path: polygon(7% 0, 0 50%, 7% 100%, 100% 100%, 100% 0);
}
.main-timeline .timeline:nth-child(even) .timeline-content:before,
.main-timeline .timeline:nth-child(even) .timeline-content:after {
  clip-path: polygon(7% 0, 0 50%, 7% 100%, 100% 100%, 100% 0);
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
  padding-left: 7px;
  border-radius: 300px 0 0 300px;
  left: auto;
  right: 6px;
}
@media screen and (max-width: 767px) {
  .main-timeline:before {
    transform: translateX(0);
    left: 5px;
  }
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    width: 100%;
    padding: 0 0 0 25px;
    margin: 0 0 35px 0;
  }
  .main-timeline .timeline:before,
  .main-timeline .timeline:nth-child(even):before {
    transform: translateY(0);
    right: auto;
    left: 0;
    top: 45px;
  }
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 100px 30px 20px 20px;
    clip-path: polygon(97% 0, 100% 50%, 97% 100%, 0 100%, 0 0);
  }
  .main-timeline .timeline-content:before,
  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(even) .timeline-content:before,
  .main-timeline .timeline:nth-child(even) .timeline-content:after {
    clip-path: polygon(97% 0, 100% 50%, 97% 100%, 0 100%, 0 0);
  }
  .main-timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    padding-left: 2px;
    border-radius: 0 300px 300px 0;
    transform: translateY(0);
    left: 7px;
    right: auto;
    top: 20px;
  }
}
.stroke {
  text-decoration: line-through;
}
.btn {
  border: 1px solid var(--color-secondary);
  padding: 8px 10px;
  background: var(--color-secondary);
  color: var(--white);
}
.btn:hover {
  color: var(--white);
}
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: var(--color-secondary);
  display: none;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.scroll-to-top:hover {
  background: var(--color-primary);
}
.serv-sec .serv-inner-sec {
  padding-top: 35px;
}
.call-us {
  position: fixed;
  bottom: 20px;
  left: 20px;
  line-height: 48px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #fff;
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  border-radius: 50%;
  display: flex;
  padding: 10px 16px;
  align-items: center;
}
.call-us-i {
  color: green;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  font-size: 50px;
}
.call-us-i span {
  color: green;
}
.call-us h2 {
  margin-left: 10px;
  font-size: 20px;
}
a.department-link {
  display: table;
  margin: auto;
  color: #000;
  border: 1px solid #ccc;
  padding: 0 6px;
  background-color: #fffffd;
}
.pp-header.modal-header {
  display: block;
  padding: 0;
  border: none;
}
.pp-body.modal-body {
  padding: 0;
}
.pp-dialouge.modal-dialog {
  margin-top: 4%;
}
button.pp-close.close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: var(--color-primary);
  opacity: 1;
  color: #fff;
  font-size: 35px;
  padding: 0 6px;
  padding-bottom: 8px;
}
.top-wrap {
  position: relative;
  height: 100vh;
}
.serv-img img {
  border: 7px solid #f5f5f5;
  box-shadow: 0px 0px 10px #9f9f9f;
  margin-bottom: 15px;
  width: 100%;
}
.serv-matter p {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: justify;
}
.serv-matter h2 {
  color: var(--color-secondary);
  font-size: 23px;
}
.ol_styles {
  padding: 0;
  padding-left: 20px;
}
.ol_styles li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
  line-height: 28px;
  font-size: 15px;
}
.ol_styles li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
  line-height: 28px;
  color: var(--color-secondary);
  font-weight: 900;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
}
.header-top-right {
  display: flex;
}
.header-top-right p {
  color: #fff;
  margin-bottom: 0px;
  margin-right: 5px;
}
.buttons-sec {
  position: absolute;
  right: 0px;
  margin-right: 30px;
}
.button-block {
  background: #fff;
  padding: 7px 10px 3px;
  margin-bottom: 20px;
  border: 1px dashed;
  border-radius: 10px;
  text-align: center;
}
.button-content p {
  margin-bottom: 10px;
  line-height: 15px;
  font-size: 14px;
  color: #000;
}
.button-img img {
  width: 35px;
}
.vertical-tab {
  display: table;
  padding-top: 15px;
}
.vertical-tab .nav-tabs {
  width: 100%;
  padding-left: 15px;
  border: none;
  vertical-align: top;
  padding-top: 15px;
  margin-bottom: 12px;
  justify-content: center;
}
.vertical-tab .nav-tabs li a {
  background-color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 10px 0px;
  border-radius: 10px;
  border: 1px dashed #000;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 147px;
  min-width: 155px;
}
.vertical-tab .nav-tabs li a.active,
.vertical-tab .nav-tabs li a.active a:hover {
  font-weight: 500;
}
.vertical-tab .tab-content {
  color: #000000;
  background: rgb(251 251 251);
  font-size: 14px;
  line-height: 23px;
  padding: 20px;
  padding-right: 0px;
  box-shadow: 0 0 10px #cacaca;
}
.vertical-tab .tab-content h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: var(--color-primary);
}
@media only screen and (max-width: 479px) {
  .vertical-tab .nav-tabs {
    width: 100%;
    padding-left: 0px;
    display: block;
  }
  .vertical-tab .nav-tabs li a {
    padding: 15px 10px 14px;
  }
  .vertical-tab .tab-content {
    font-size: 14px;
    display: block;
    width: 100%;
  }
}
.tab-content .ol_styles {
  margin-bottom: 0px;
}
.tab-content .ol_styles li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 7px;
}
.tab-content .ol_styles li p {
  text-align: justify;
}
.tab-content .ol_styles li::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f111";
  font-weight: 600;
  left: 0;
  width: 24px;
  height: 24px;
  padding-left: 0px;
  text-align: center;
  line-height: 25px;
  font-size: 8px;
}
/* .tab-pane img {
  border: 7px solid #f5f5f5;
  box-shadow: 0px 0px 10px #9f9f9f;
} */
.tab-pane h4 {
  color: #3c3b3b;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.tab-pane {
  padding-right: 20px;
}
.vertical-tab .nav-tabs li {
  display: inline-block;
  margin-right: 13px;
  margin-bottom: 13px;
}
.vertical-tab .nav-tabs li a img {
  width: 65px;
}
.vertical-tab .nav-tabs li a h2 {
  font-size: 16px;
  color: #000;
  margin-top: 15px;
}
.why-block {
  background: #fff;
  padding: 7px 10px 3px;
  margin-bottom: 20px;
  border: 1px dashed;
  border-radius: 10px;
  text-align: center;
}
.why-content p {
  margin-bottom: 10px;
  line-height: 28px;
  margin-top: 10px;
  font-size: 19px;
  color: #000;
}
.why-img img {
  width: 50px;
}
.why-content p span {
  font-size: 30px;
  font-weight: 600;
}
/* 
=================================================
mvv section
================================================= 
*/
.mvv-sec {
  margin-bottom: 100px;
}
.mvv_main_sec {
  position: relative;
  padding: 17px 17px 0;
}
.mvv_main_sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 115px;
  top: 0;
  left: 0;
  background: #cecece;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.mvv_blocks {
  text-align: center;
  background: linear-gradient(to top, #e5e5e5, white);
  position: relative;
  z-index: 1;
  padding: 21px 10px;
  border-radius: 18px;
  box-shadow: 0px 4px 5px #9a9a9a;
}
.mvv_icon {
  display: table;
  width: 90px;
  height: 90px;
  background: #f5f5f5;
  border-radius: 50%;
  line-height: 86px;
  margin: -77px auto 0;
}
.mvv_blocks h3 {
  text-transform: uppercase;
  margin: 11px 0 5px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px dotted;
  font-size: 25px;
}
.mvv_blocks p {
  margin: 10px 0px 0px 0px;
  line-height: 25px;
}
.mvv_icon img {
  width: 55px;
}
.mobile-view {
  display: none;
}
.test-block p {
  text-align: center;
  font-size: 20px;
}
.bl_slides {
  position: relative;
  margin: 14px 14px;
}
.bl_slides::before {
  content: "";
  position: absolute;
  right: 0;
  width: 87%;
  height: 100%;
  box-shadow: 0px 0px 10px #cfcfcf;
  border-radius: 17px;
}
.blog_img_ {
  border: 8px solid #fff;
  box-shadow: 0px 0px 10px #9b9b9b;
  overflow: hidden;
  border-radius: 23px;
}
.blog_desc_ {
  position: relative;
  padding: 35px 14px;
}
.blog_desc_ h3 {
  font-size: 22px;
  margin: 0 0 12px;
}
.blog_desc_ p {
  line-height: 25px;
  margin: 0 0 15px;
}
.blog_section {
  margin-bottom: 20px;
}
.blog_desc_ a {
  display: inline-block;
  background: linear-gradient(to left, var(--color-primary), var(--color-secondary));
  color: #fff;
  font-size: 17px;
  padding: 5px 13px;
  border-radius: 4px;
}
.blogs_slider .owl-nav {
  position: absolute;
  right: 119%;
  width: 109px;
  bottom: 47px;
}
.blogs_slider .owl-nav button {
  display: inline-block;
  background: transparent;
}
.blogs_slider .owl-nav button span {
  display: inline-block;
  background: #fff;
  border: 1px dotted #04064a;
  padding: 9px 16px 16px;
  font-size: 34px;
  line-height: 14px;
  color: #e1163c;
  margin: 0 4px;
}
.icons-scroll img {
  width: 220px;
}
.icons-scroll .col-md-3:nth-child(3) img {
  width: 150px !important;
}

.heading-table {
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  background: var(--color-secondary);
}
.color-change .heading-table {
  background: var(--color-primary);
}
.table {
  margin-bottom: 0px;
  background: #f2f2f2;
}
.test-box {
  border: 6px solid #f5f5f5;
  box-shadow: 0px 0px 10px #cfcfcf;
  min-height: 145px;
  margin-bottom: 30px;
  padding: 20px 10px 10px;
  transition: all ease-in-out 0.6s;
}
.test-box h2 {
  font-size: 17px;
  display: block;
  margin-bottom: 15px;
}
.test-box a {
  background: var(--color-secondary);
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  position: relative;
  bottom: 0px;
  right: 0px;
  text-transform: uppercase;
  float: right;
}
.test-box p {
  font-size: 20px;
  color: var(--color-primary);
  font-weight: 700;
  bottom: 0px;
  display: inline;
  position: relative;
  left: 3px;
  margin-bottom: 0px;
}
.serv-matter .col-md-4 h4 {
  /* border: 7px solid #f5f5f5; */
  box-shadow: 0px 0px 10px #9f9f9f;
  background: #fff;
  margin-bottom: 50px;
  padding: 6px 0px;
  background: #f26d20;
  color: #fff;
  text-transform: uppercase;
}
.serv-matter .col-md-4 p {
  margin-bottom: 0px;
}
.serv-matter .col-md-8 h4 {
  /* border: 7px solid #f5f5f5; */
  box-shadow: 0px 0px 10px #9f9f9f;
  background: #fff;
  margin-bottom: 50px;
  padding: 6px 0px;
  background: #f26d20;
  color: #fff;
  text-transform: uppercase;
}
.serv-matter .col-md-8 p {
  margin-bottom: 0px;
}
.vertical-tab .nav-tabs li a.active {
  border: 5px solid #ffffff;
  box-shadow: 1px 1px 16px #808080;
}
.test-box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 10px #6d6c6c;
}
.book-panel {
  position: relative;
  bottom: -24px;
}
.book-panel1 {
  position: relative;
  bottom: -4px;
}
.tab-content > .active {
  margin: 10px;
}
.book-panel2 img {
  width: 65px;
}
.book-panel2 {
  position: relative;
  bottom: 3px;
}

/*****Our Team*******************/
.team-heading {
  font-size: 30px;
  color: var(--color-secondary);
  margin-bottom: 35px;
  text-align: center;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
}
.team-heading::before {
  content: "";
  height: 37px;
  width: 150px;
  border-bottom: 2px solid var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.doc-details {
  position: relative;
  text-align: center;
}
.doc-details img {
  border: 7px solid #e9e9e9;
  margin-bottom: 10px;
}
.doc-details h4 {
  font-size: 28px;
  color: var(--color-primary);
  text-transform: uppercase;
}
.doc-details .qualification {
  font-size: 16px;
  color: var(--color-default);
}
.doc-details .department {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color-secondary);
}
.doc-details p {
  margin-bottom: 0;
}

.extra-content p {
  margin-top: 30px;
}
