* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
  box-sizing: border-box;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #141414;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #ef5ea1;
}
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;
}
.pagetop {
  width: 100%;
  height: 5px;
  background: 5px #7e3d97;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}
.nav-outer {
  position: relative;
  display: inline-block;
  text-align: right;
  margin-left: 0;
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.block-title {
  margin-bottom: 25px;
}
.block-title__title {
  margin: 0;
  color: #142446;
  font-size: 43px;
  line-height: 47px;
  font-weight: 700;
  text-transform: uppercase;
}
.block-title__title span {
  color: #000000;
}
.block-title__title + .block-title__text {
  margin-top: 7px;
}
.block-title__text {
  margin: 0;
  font-size: 16px;
  color: #000000;
}
.block-title__line {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 2px;
  background-color: #181e44;
  margin-top: 5px;
}
.block-title__lite-color {
  color: #fff;
}
.block-title__lite-bg {
  background-color: #fff;
}
.thm-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background-color: transparent;
  border-radius: 3px;
  background-color: #d83b4d;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  padding: 11px 27px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.thm-btn:hover {
  color: #fff;
  background-color: #181e44;
}
img {
  max-width: 100%;
}
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: linear-gradient(to left, #f0559f, #773291);
  color: #fff;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
}
.scroll-to-top i {
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scroll-to-top:hover {
  background: #773291;
}
.scroll-to-top:hover i {
  color: #ffffff;
}
/*
* 3. header style
*/
.topbar-two {
  padding: 25px 0;
}
.topbar-two .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topbar-two__infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topbar-two__info:not(:first-child) {
  margin-left: 50px;
}
.topbar-two__info-icon,
.topbar-two__info-content {
  display: table-cell;
  vertical-align: middle;
}
.topbar-two__info-icon i {
  color: #1d59bc;
  font-size: 25px;
}
.topbar-two__info-content {
  padding-left: 20px;
}
.topbar-two__info-text {
  margin: 0;
  color: #767676;
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
}
.topbar-two__info-text a,
.topbar-two__info-text span {
  display: block;
  color: #181e44;
  font-weight: 600;
  margin-bottom: 8px;
  transition: all 0.4s ease;
}
.topbar-two__info-text a:hover {
  color: #eb4343;
}
.topbar-three {
  padding: 24.5px 0;
}
.topbar-three .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topbar-three__infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topbar-three__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.topbar-three__info:not(:last-child) {
  margin-left: 33px;
  padding-left: 33px;
}
.topbar-three__info:not(:last-child):before {
  content: "";
  width: 1px;
  height: 47px;
  background-color: #d4d4d4;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.topbar-three__info:first-child {
  margin-left: 0;
  padding-left: 0;
}
.topbar-three__info:first-child:before {
  display: none;
}
.topbar-three__info:last-child {
  margin-left: 38px;
}
.topbar-three__text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #181e44;
  line-height: 23px;
}
.topbar-three__text a {
  color: inherit;
  transition: all 0.4s ease;
}
.topbar-three__text a:hover {
  color: #eb4343;
}
.topbar-three__phone {
  font-size: 26px;
  color: #181e44;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}
.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}
.header-navigation .container .logo-box {
  position: absolute;
  top: 0px;
 width: 250px;
 z-index: 1;
}
.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}
.header-navigation .container .menu-toggler {
  display: none;
}
.header-navigation .main-navigation {
  text-align: right;
  padding: 65px 1px 0 0;
}
.social-links {
  position: absolute;
  z-index: 9;
  right: -3px;
  text-align: center;
  top: 33px;
}
.social-icon-one {
  padding: 0px;
  margin: 0px;
}
.social-icon-one li {
  position: relative;
  display: inline-block;
}
.social-icon-one li a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #007bff;
  text-align: center;
  border-left: 1px dashed #333;
  padding: 2px 12px;
}
.social-icon-one li:nth-child(2) a {
  color: red;
}
.social-icon-one li:nth-child(3) a {
  color: #208a4c;
}
.social-icon-one li:nth-child(4) a {
  color: #f518da;
}
.social-icon-one li:nth-child(5) a {
  color: #fff;
  background-color: #8e56a1;
  padding: 8px;
  bottom: 2px;
  border-radius: 4%;
  border-left: none;
  cursor: pointer;
}
.social-icon-one li:nth-child(5) a:hover {
  color: #fff;
}
.social-icon-one li:nth-child(5) .fa-calendar {
  font-family: "fontawesome";
  font-size: 17px;
}
.social-icon-one li:nth-child(5) span {
  font-size: 16px;
  cursor: pointer;
}
.email_ {
  position: absolute;
  right: 370px;
  top: 42px;
  color: #000a1e;
  font-size: 16px;
}
.header-navigation ul.navigation-box {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  list-style: none;
  display: inline-block;
  position: relative;
  top: 17px;
  background-color: #f6e4fc;
  border-radius: 10px;
}
.navigation-box::after {
  background-color: #f6e4fc;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 10px 17px;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {
}
.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}
.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 90px;
  right: 0;
  background: linear-gradient(to left, #142446, #f8ae2f);
  padding: 8px 11px;
  padding-left: 20px;
  border-radius: 35px;
}
.header-navigation ul.navigation-box > li > a {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.header-navigation ul.navigation-box > li:hover > a {
  color: #ec56a4;
}
.header-navigation ul.navigation-box > li > .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #8e52a5;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .submenu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > .submenu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li > .submenu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > .submenu > li {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > .submenu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > .submenu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 6px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > .submenu > li:hover > a {
  color: #fff;
  background: #ec56a4;
}
.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li > .submenu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background: none;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .submenu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul > li > .submenu.right-align {
  left: auto;
  right: 100%;
}
.header-navigation ul.navigation-box > li > ul > li > .submenu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > .submenu > li {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .submenu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 6px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #8e52a5;
}
.header-navigation ul.navigation-box > li > ul > li > .submenu > li:hover > a {
  color: #fff;
  background: #ec56a4;
}
.header-navigation ul.navigation-box > li > ul > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
}
.t_wrap {
  position: relative;
  height: 100vh;
}
.header-one {
  width: 100%;
  z-index: 9999;
  position: absolute;
  top: 0;
}
.header-one .header-navigation .container {
  padding-right: 0px;
  max-width: 1160px;
}
.header-one .main-logo {
  display: inline-block;
}
/*
* 4. banner style
*/
.banner-one__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.slide-one {
  background-image: url(../img/slider/slider.jpg);
}
.slide-two {
  background-image: url(../img/slider/slider1.jpg);
}
.slide-three {
  background-image: url(../img/slider/slider2.jpg);
}
.abt_serv_sections {
  position: relative;
  padding: 0 0 28px;
}
.know_abt {
  position: relative;
  background: linear-gradient(to bottom, #f9e7ff, #d1daf9);
  text-align: center;
  margin: -54px auto 0;
  z-index: 9;
  height: 408px;
  width: 340px;
}
.know_abt img {
  padding-top: 9px;
}
.know_abt::after {
  left: initial;
  top: initial;
  right: 0px;
  bottom: 0;
}
.know_abt span {
  display: inline-block;
  color: #ffcf21;
  font-size: 24px;
}
.know_abt h2 {
  text-transform: uppercase;
  padding-top: 20px;
  font-weight: 700;
  color: #eee;
}
.know_abt h3 {
  font-size: 31px;
  margin: 0 0 20px;
  color: #ccc;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  display: inline-block;
}
.know_abt p {
  color: #ccc;
}
.know_abt a {
  color: #ffcf21;
}
._exp_row h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #85479c;
  font-size: 26px;
  display: inline-block;
  border-top: 2px solid #56247b;
  padding-top: 15px;
}
._exp_row h3 {
  font-size: 27px;
  color: #d94792;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 30px;
}
._exp_row h4 {
  display: inline-block;
  color: #56247b;
  padding: 4px 15px;
  font-size:22px;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
}
._exp_row .col-md-6 {
  padding: 14px 10px;
}
._exp_row .col-md-6:nth-child(1) {
  border-right: 1px dashed;
}
._exp_row .col-md-6 {
  border-bottom: 1px dashed #142446;
}
._exp_row .col-md-6:nth-child(3) {
  border-bottom: 0px;
}
._exp_row .col-md-12 {
  padding-top: 10px;
}
._exp_row .btn {
  background-color: #f5f5f5;
  border: none;
  width: auto;
  padding: 5px 33px;
  font-size: 20px;
  margin-top: -5px;
  color: #85479c;
  border: 1px solid #8e4f9f;
}
.service-one__link {
  margin-left: 64px;
  font-size: 30px;
  transition: all 0.4s ease;
  display: inline-block;
  vertical-align: middle;
  color: #333058;
  padding: 13px 21px;
  text-transform: uppercase;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
}
.service-one__link a {
  color: #000;
}
/* services*/
.program-section {
  position: relative;
  padding: 0px 0 24px;
}
.service_btm_sec {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.service_btm_sec::before,
.service_btm_sec::after {
  content: "";
  position: absolute;
  width: 36%;
  height: 60px;
  bottom: 160px;
  left: 0px;
  transform: skew(0deg, -10deg);
}
.service_btm_sec::after {
  left: initial;
  right: 0px;
  transform: skew(0deg, 10deg);
}
.ser_head {
  text-align: center;
}
.whatwedo {
  position: relative;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  color: #ea5996;
  text-align: center;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.2em;
  color: #7e3d97;
  font-weight: 700;
  padding-top: 20px;
  text-transform: uppercase;
}
.ser_head p {
  color: #4c4c4c;
  font-size: 16px;
  margin: 0 0 35px;
}
.services-row {
  position: relative;
}
.services-blocks {
  text-align: center;
  position: relative;
}
.services-blocks .col-md-3:nth-child(1),
.services-blocks .col-md-3:nth-child(3),
.services-blocks .col-md-3:nth-child(5) {
  border-radius: 147px 147px 0px 0px;
}
.services-blocks .col-md-3:nth-child(1),
.services-blocks .col-md-3:nth-child(3),
.services-blocks .col-md-3:nth-child(5) {
  background: #d4ddfc;
}
.services-blocks .col-md-3:nth-child(7),
.services-blocks .col-md-3:nth-child(9) {
  border-radius: 0px 0px 147px 147px;
  background: #f5e3fb;
}
.services-blocks .col-md-3 {
  padding: 30px 4px;
  flex: 0 0 25%;
  max-width: 20%;
}
.services_list {
  position: relative;
  z-index: 1;
}
.services_list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  transition: all ease-in-out 0.7s;
}
.ser_image {
  position: relative;
  display: inline-block;
  transition: all ease-in-out 1s;
  overflow: hidden;
  border: 7px solid #ffffff;
  border-radius: 50%;
  width: 178px;
  box-shadow: 0px 0px 10px #9f9f9f;
}
.ser_image:hover {
  transition: all ease-in-out 1s;
}
.ser_image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.ser_image img {
  width: auto;
  transition: all ease-in-out 1s;
}
.ser_info {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 36px;
  transition: all ease-in-out 0.7s;
  z-index: 2;
}
.services_list h3 {
  text-transform: capitalize;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 600;
  margin: 13px 0 11px;
}
.services_list a {
  color: #141414;
  display: inline-block;
  background: #ffffff;
  border: 1px solid;
  padding: 2px 8px;
  position: relative;
  border-radius: 20px;
  width: 104px;
  left: 0;
  right: 0;
}
.ser_btn_text {
  position: relative;
  text-align: center;
  margin-top: 34px;
}
.ser_btn_text h3 {
  text-transform: uppercase;
  font-size: 40px;
  color: #0a4c60;
}
.ser_btn_text h3 {
  text-transform: uppercase;
  font-size: 38px;
  color: #0a4c60;
}
/*** 
====================================================================
	 	Testimonial Section
====================================================================
***/
.testimonial-section {
  position: relative;
  padding: 61px 0 110px;
}
.testimonial-head {
  margin-top: 0;
  margin-bottom: 42px;
}
.testimonial-section:after {
  position: absolute;
  left: 0;
  top: -70px;
  bottom: 0;
  right: 0;
  content: "";
  width: 350px;
  height: 350px;
  margin-top: -4px;
  margin-bottom: 40px;
  margin-right: 100px;
  margin-left: 450px;
  z-index: 2;
}
.testimonial {
  position: relative;
  margin: 0 auto;
}
.testimonial .owl-nav {
  display: none;
}
.testimonial .owl-dots {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.testimonial .owl-dot {
  position: relative;
  display: inline-block;
  height: 21px;
  width: 21px;
  border: 3px solid #171348;
  opacity: 1;
  margin: 0 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: #fff;
}
.testimonial .owl-dot:hover,
.testimonial .owl-dot.active {
  opacity: 1;
  border: 3px solid #8e4f9f;
}
.sec-title span {
  color: #ea5996;
  font-size: 23px;
  margin-left: -9px;
}
.testimnila_box {
  position: relative;
  text-align: center;
  border: 2px dotted #787878;
  padding: 16px 32px;
  background: #fdfdfd;
  border-radius: 20px;
}
.testimnila_box .fa-quote-left::before {
  content: "\f10d";
  position: absolute;
  left: 15px;
  top: 18px;
  font-size: 31px;
  font-weight: 700;
  color: #8e4f9f;
}
.testimnila_box .fa-quote-right::after {
  content: "\f10e";
  position: absolute;
  top: 241px;
  left: 500px;
  font-size: 31px;
  font-weight: 700;
  color: #8e4f9f;
}
.testimnila_box h3 {
  text-transform: uppercase;
  color: #1c1854;
  font-weight: 700;
  margin: 0 0 5px;
}
.testimnila_box p {
  line-height: 25px;
}
.ratings {
  color: #f9bb01;
  margin-top: 11px;
  display: inline-block;
}
.facilites_title_head {
  position: absolute;
  left: 105px;
  text-transform: uppercase;
  font-size: 43px;
  top: 16rem;
  color: #f08533;
  right: 0;
  text-align: center;
  line-height: 63px;
}
.testimonial-carousel .owl-item .ggicon {
  position: absolute;
  width: 50px;
  right: 9px;
  top: 8px;
}
.testimonial-carousel .owl-item .ggicon img {
  width: auto;
}
.auto-container {
  position: relative;
  max-width: 1155px;
  padding: 0px 15px;
  margin: 0 auto;
}
.sec-title.text-center h2:before {
  right: 0;
  margin: 0 auto;
}
.sec-title h2:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 15%;
  height: 0px;
  top: 9px;
  border-bottom: 2px dotted #8e4f9f;
  content: "";
}
.sec-title1 h2 {
  position: relative;
  display: block;
  font-size: 33px;
  line-height: 1.2em;
  color: #1c1854;
  font-weight: 700;
  padding-top: 20px;
  text-transform: uppercase;
}
.welcome-to {
  position: relative;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  color: #ea5996;
  text-align: center;
}
.sec-title1.text-center h2:before {
  right: 0;
  margin: 0 auto;
}
.sec-title1 h2:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 7px;
  width: 13%;
  height: 0px;
  content: "";
  border-bottom: 2px dotted #8e4f9f;
}
/*bottom footer*/
.enqery_section {
  position: relative;
}
.enquery_form .col-md-8 {
  left: -53px;
}
.enqery_section::after {
  content: "";
  position: absolute;
  top: 165px;
  left: 0px;
  width: 100%;
  height: 77%;
  background: #8f56a2;
  clip-path: polygon(0% 0, 100% 35%, 100% 75%, 0% 100%);
  z-index: -1;
}
.enquery_form .btn {
  background-color: #f2599a;
  border: none;
  width: auto;
  padding: 5px 13px;
  font-size: 20px;
  margin-top: 7px;
}
.enqery_section .maintitle {
  position: relative;
  margin: 0;
}
.enqery_section .maintitle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0px;
}
.enqery_section .maintitle h2 {
  font-size: 31px;
  margin-bottom: 14px;
  color: #fff;
}
.enqery_section .maintitle p {
  color: #fff;
  font-size: 16px;
}
.enquery_form {
  text-align: center;
  position: relative;
  padding: 220px 6px 36px;
  border-radius: 12px;
  z-index: 1;
  left: -40px;
}
.enquery_form .form-control {
  height: 45px;
  background: transparent;
  position: relative;
  border: none;
  border-bottom: 1px dotted;
  border-radius: 0px;
  color: #fff;
  font-size: 18px;
}
.enquery_form textarea.form-control {
  height: 108px;
}
.enquery_form .form-control::placeholder {
  color: #e6e6e6;
}
.enquery_form select.form-control option {
  background-color: #333;
}
.mahathmagandiqoute {
  background-color: #cc2428;
  padding: 20px 32px;
  margin-bottom: 19px;
}
.about-style1-text-box .inner-contant a {
  display: inline-block;
  color: #cc2428;
  font-size: 19px;
  border: 2px solid;
  padding: 7px 16px;
  border-radius: 30px;
  margin-top: 15px;
}
.testimonials_section {
  position: relative;
}
.ggrviweicon img {
  margin: 0 0 29px;
  width: 300px;
  padding: 7px;
}
.testimonila_section {
  text-align: center;
  position: relative;
  background: #ede6ef;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 12px;
  margin: 0px 0 0;
  box-shadow: 0px 0px 8px #565656;
  border: 10px solid #ffffff;
}
.testimonial_head p {
  padding-bottom: 10px;
  padding-top: 5px;
  border-bottom: 1px dashed #141414;
  color: #141414;
  text-align: center;
}
.testimonial_head p a:hover {
  color: #141414;
}
.testimonial-head i span {
  padding-left: 20px;
}
.social-icons {
  display: inline-block;
  padding: 9px 12px;
}
.social-icons li {
  display: inline-block;
  margin: 0 1px;
}
.social-icons li a {
  width: 36px;
  height: 36px;
  line-height: 35px;
  padding: 0;
  background: #8e55a0;
  color: #fff;
  font-size: 17px;
  text-align: center;
  border-radius: 50%;
}
.social-icons li a:hover {
  color: #fff;
  background-color: #ff4d24;
}
.testimonial .pic {
  width: 20%;
  padding: 20px 0;
  margin: 33px 0% 0 4%;
  float: left;
  position: relative;
  z-index: 1;
}
.testimonial .pic:before,
.testimonial .pic:after {
  content: "";
  width: 130px;
  height: 150px;
  background: #1e1e1e;
  position: absolute;
  z-index: -1;
}
.testimonial .pic:before {
  top: 0;
  right: -20px;
}
.testimonial .pic:after {
  bottom: 0;
  left: -20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .testimonial-content {
  text-align: center;
}
.testimonial .title {
  font-size: 23px;
  font-weight: 600;
  color: #ffffff;
  margin: 11px 0 8px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.testimonial .title::before {
  content: "";
  position: absolute;
  right: 37px;
  top: 17px;
  width: 24%;
  height: 2px;
}
.testimonial .post {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 25px;
  padding-left: 15px;
}
.testimonial .description {
  font-size: 19px;
  padding: 0 15px;
  margin: 0;
  position: relative;
  color: #eee;
  line-height: 26px;
}
.testimonial .description:before,
.testimonial .description:after {
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 17px;
  color: #d9d9d9;
  position: relative;
}
.testimonial .description:before {
  content: "\f10d";
  margin-right: 5px;
  top: 0;
  left: 0;
}
.testimonial .description:after {
  content: "\f10e";
  margin-left: 5px;
  position: relative;
  bottom: 0;
  right: 0;
}
.faq_blocks .col-md-2::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 4px;
  background: #333058;
  left: 54px;
  top: 36px;
  z-index: -1;
}
.faq_icon {
  text-align: center;
}
.faq_icon i {
  width: 74px;
  height: 74px;
  background: #ffffff;
  border-radius: 50%;
  color: #d84a80;
  font-size: 35px;
  line-height: 66px;
  border: 4px solid #333058;
}
.faq_info {
  position: relative;
  padding: 10px 28px;
  box-shadow: 0px 0px 10px #ccc;
  margin: 7px 0;
  background: #fff;
  border-radius: 58px;
}
.faq_info h3 {
  font-size: 19px;
  color: #333058;
  font-weight: 600;
}
.faq_info p {
  font-size: 15px;
  line-height: 24px;
}
.testimonilas_img img {
  border-radius: 10px;
}
.testimonials_slider .owl-item img {
  width: auto;
  display: inline-block;
}
@media only screen and (max-width: 990px) {
  .testimonial {
    text-align: center;
  }
  .testimonial .pic {
    width: 200px;
    margin: 0 auto;
    float: none;
  }
  .testimonial .pic:before,
  .testimonial .pic:after {
    width: 80px;
    height: 100px;
  }
  .testimonial .testimonial-content {
    width: 100%;
    float: none;
  }
  .testimonial .title {
    padding: 15px 0 0 0;
  }
  .testimonial .post {
    padding: 0;
    margin-bottom: 10px;
  }
}
.testimonial_head i {
  position: relative;
  left: 0px;
  background: #8e4f9f;
  width: 44px;
  height: 44px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  line-height: 44px;
  display: inline-block;
  transition: all ease-in-out 0.7s;
}
.new-btn {
  padding-left: 465px;
  padding-top: 30px;
}
.new-btn .btn {
  background-color: #8e4f9f;
  border: none;
  width: auto;
  padding: 5px 33px;
  font-size: 24px;
  margin-top: -5px;
  color: #ffffff;
  font-weight: 500;
  border: 3px solid #ececec;
}
.new-btn .btn a {
  color: #fff;
}
.footer_links {
  text-align: center;
  margin-bottom: 30px;
}
.footer_links h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 16px;
  color: #fff;
}
.footer_links ul {
  display: inline-block;
  padding: 6px 0px 6px;
  border-bottom: 1px solid #ebc9dd;
  border-top: 1px solid #ebc9dd;
}
.footer_links ul li {
  display: inline-block;
}
.footer_links ul li a {
  color: #ffffff;
  font-size: 17px;
  line-height: 22px;
  border-right: 1px dashed;
  padding: 0 5px;
  font-weight: 400;
}
.footer_links p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}
.dental_section {
  position: relative;
  padding: 110px 0;
  margin-top: -100px;
}
.dental_section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(17 14 60 / 86%);
  clip-path: polygon(0% 30%, 100% 2%, 100% 100%, 0% 80%);
}
.dental_section .auto-container {
  display: flex;
  align-items: center;
  padding: 15px 0px 0px;
}
/* .dental_section .auto-container .row {
    width: 100%;
} */
.dental_list {
  position: relative;
  z-index: 1;
}
.dental_list_block {
  position: absolute;
  border: 11px solid #8e4f9f;
  height: 532px;
  top: -49px;
  border-radius: 50%;
  overflow: hidden;
  width: 573px;
  right: 40px;
}
.dental_list_block img {
  width: 100%;
  height: 100%;
}
.dental_list_block::before {
  content: "";
  position: absolute;
  left: 100%;
  top: -11px;
  width: 100%;
  height: 379px;
  z-index: -1;
  border-left: 0;
}
.dental_list_block::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  left: 100%;
  top: 182px;
}
.dental_list_block h4 {
  font-size: 25px;
  color: #8e4f9f;
  margin: 0 0 24px;
  font-weight: 500;
}
.dental_list_block h3 {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  padding: 7px 17px;
  background: #8e4f9f;
  margin: 0 0 10px;
  border-radius: 7px;
  font-weight: 500;
}
.dental_list_block h2 {
  text-transform: uppercase;
  color: #171348;
  font-weight: 500;
  font-size: 50px;
  margin: 12px 0 0;
}
/*appointment-sec*/
.appointment-form {
  position: relative;
  z-index: 1;
  text-align: center;
  left: 50px;
}
.appointment-form p {
  padding-top: 10px;
}
.appointment-form .btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  padding: 2px 11px;
  font-weight: 500;
  overflow: hidden;
  min-width: 110px;
  border-radius: 30px;
  border: none;
  background: #8e4f9f;
  color: #fff;
}
.appointment-form textarea.form-control {
  height: 91px;
}
.appointment-form .form-control::placeholder {
  color: #000000;
}
.appointmeent_section {
  padding-top: 30px;
  padding-bottom: 87px;
}
.app_mnt_block {
  position: relative;
  left: -15px;
}
.app_mnt_block::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 200px;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 0px;
  box-shadow: 0px 0px 55px #0c0c0c;
}
.approw .col-md-6 {
  padding: 0px;
}
.appointment-form {
  text-align: center;
  padding: 42px 44px;
  background: #f5f5f5;
  border-right: 0px;
}
.appointment-form h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #eb72aa;
}
.appointment-form p {
  font-size: 18px;
  color: #000000;
}
.appointment-form .form-control {
  border: none;
  background-color: transparent;
  border-bottom: 1px dashed #1c1c1c;
  border-radius: 0px;
  height: 50px;
}
::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.breadcrumb {
  position: relative;
  text-align: center;
  padding: 226px 0 42px;
  margin-bottom: 0;
  z-index: 2;
  display: block;
  background-color: transparent;
}
.breadcrumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 72%;
  top: 0;
  opacity: 0.08;
  left: 0;
}
.breadcrumb h1 {
  color: #3c3c3c;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.breadcrumb ul li a {
  /* font-weight: 600; */
  color: #021436;
  font-size: 19px;
}
.breadcrumb ul li.active {
  color: #13aeb5;
  font-weight: 500;
}
.breadcrumb ul li::before {
  content: "\f101";
  font-weight: 900;
  font-family: "fontawesome";
  font-size: 22px;
  position: absolute;
  right: -17px;
  top: 52%;
  color: #8c529d;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumb ul li:last-child {
  margin-right: 0;
}
.breadcrumb ul li:last-child::before {
  content: none;
}
.breadcrumb ul li {
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  color: #233645;
  text-transform: capitalize;
}
.breadcrumb ul {
  display: inline-flex;
  padding: 8px 21px;
  position: relative;
  background: #fbfbfb;
  border-radius: 999px;
  border-top: 3px solid #9154a3;
  border-bottom: 3px solid #9055a0;
  box-shadow: 0 0 7px 4px #ccc;
}
/*
* 22. faq style
*/
.faq_section {
  position: relative;
  padding-bottom: 80px;
  padding-right: 0px;
  padding-left: 0px;
}
.faq_section::before {
  content: "";
  position: absolute;
}
.faq_leftpic {
  position: relative;
  border: 12px solid #fff;
  box-shadow: 0px 10px 9px #ccc;
}
.faq_leftpic img {
  width: 100%;
  display: inline-block;
  max-width: 100%;
  height: 500px;
}
.sec-title h3 {
  color: #333058;
}
.faq_blocks .col-md-2::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 4px;
  background: #333058;
  left: 54px;
  top: 36px;
  z-index: -1;
}
.faq_icon {
  text-align: center;
}
.faq_icon i {
  width: 74px;
  height: 74px;
  background: #ffffff;
  border-radius: 50%;
  color: #d84a80;
  font-size: 35px;
  line-height: 66px;
  border: 4px solid #333058;
}
.subscribe-form {
  text-align: center;
}
.subscribe-form input {
  height: 60px;
  margin-bottom: 20px;
  background-color: #fff;
}
.subscribe-form .thm-btn {
  width: 100%;
}
.subscribe-block {
  background-color: #f5f5f5;
  padding: 26px 30px;
}
.mail-us {
  text-align: center;
  background-color: #1e4881;
  padding: 26px 0;
  margin-top: 0px;
}
.mail-us h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 37px;
}
.mail-us a {
  color: #0e305f;
  background: #f5c63b;
  font-size: 20px;
  padding: 7px 13px;
  margin-top: 10px;
  display: inline-block;
}
.block-title .col-md-3 {
  padding-top: 10px;
}
.mvv_list_row .col-md-4 {
  width: 79%;
  padding: 20px 20px;
}
.mvv_list_row p {
  font-size: 16px;
  text-align: center;
}
.mvv_list_row .col-md-4::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: #f5e3fb;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  transform: rotate(45deg);
  border-radius: 30%;
  bottom: 54px;
  transition: all
    linear(
      0 0%,
      0 1.8%,
      0.01 3.6%,
      0.03 6.35%,
      0.07 9.1%,
      0.13 11.4%,
      0.19 13.4%,
      0.27 15%,
      0.34 16.1%,
      0.54 18.35%,
      0.66 20.6%,
      0.72 22.4%,
      0.77 24.6%,
      0.81 27.3%,
      0.85 30.4%,
      0.88 35.1%,
      0.92 40.6%,
      0.94 47.2%,
      0.96 55%,
      0.98 64%,
      0.99 74.4%,
      1 86.4%,
      1 100%
    )
    0.3s;
}
.mvv_list_row .col-md-4:hover:before {
  width: 60%;
  height: 100%;
  border-radius: 30%;
  background: #d4ddfc;
  bottom: 0px;
  transform: rotate(0deg);
}
.mvv_list_row {
  padding-top: 20px;
}
.block-title .col-md-3 h2 {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 600;
  color: #ea5996;
  border-bottom: 1px dashed #000;
  display: inline-block;
}
.block-title .col-md-3 h2:hover {
  color: #333058;
}
.mvv_list_row .col-md-4:nth-child(1),
.mvv_list_row .col-md-4:nth-child(2) {
  border-right: 1px dashed;
}
.mvv_list_row h3 {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #85479c;
}
.mvv_list {
  padding-top: 0px;
}
.subscribe-block {
  background-color: #ede6ef;
  padding: 26px 30px;
}
.block-title {
  margin-bottom: 25px;
  padding-top: 25px;
}
.block-title__title {
  margin: 0;
  color: #181e44;
  font-size: 38px;
  line-height: 47px;
  font-weight: 600;
  text-transform: uppercase;
}
.subscribe-block {
  text-align: center;
}
.subscribe-block input {
  height: 60px;
  margin-bottom: -55px;
  background-color: #fff;
  width: 70%;
}
.subscribe-block .thm-btn {
  margin-left: 390px;
}
.thm-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background-color: transparent;
  border-radius: 3px;
  background-color: #8f56a2;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  padding: 11px 27px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mail-us {
  text-align: center;
  background-color: #ffdc00;
  padding: 26px 0;
  margin-top: 0px;
}
.mail-us h4 {
  text-transform: uppercase;
  color: #181e44;
  font-size: 37px;
}
.mail-us a {
  color: #ffffff;
  background: #181e44;
  font-size: 20px;
  padding: 7px 13px;
  margin-top: 10px;
  display: inline-block;
}
.news-letter {
  position: relative;
  z-index: 1;
}
.subscribe {
  /* width: 63%; */
  position: relative;
  left: -50px;
}
.sec-title1 {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.whychooseus {
  position: relative;
  padding: 0px 0 12px;
}
.sec-title1 h3 {
  color: #ea5996;
  text-transform: uppercase;
  font-size: 24px;
}
.sec-title1 h1 {
  position: relative;
  display: block;
  font-size: 36px;
  color: #1c1854;
  font-weight: 700;
  /* padding-top: 15px; */
}
.sec-title1.text-center h2:before {
  right: 0;
  margin: 0 auto;
}
.why_list {
  position: relative;
  text-align: center;
}
.why_icon {
  width: 115px;
  height: 115px;
  border: 7px solid #ededed;
  border-radius: 50%;
  background: #fff;
  line-height: 94px;
  box-shadow: 0 0 9px #8b8b8b;
  margin-left: 71px;
  margin-top: 23px;
}
.why_icon img {
  display: inline-block;
}
.why_desc h3 {
  font-size: 19px;
  font-weight: 600;
  color: #1c1854;
  margin: 12px 0 3px;
}
.why_desc h3 {
  text-transform: uppercase;
}
._appoint {
  left: 300px;
}
.serv-matter p {
  font-size: 15px;
      line-height: 30px;
  text-align: justify;
}
.serv-matter h3 {
  font-size: 18px;
  font-weight: 600;
  color: #8f54a1;
}
.serv-matter h3 a{
  color: #ee5098
}
.serv-matter h2 a{
  color: #874ea0;
}
.serv-matter h2 {
  font-size: 20px;
  font-weight: 600;
  color: #ee5098;
}
.serv-matter h1 {
  font-size: 31px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.serv-p1 span {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 2;
  font-weight: 400;
  text-align: center;
  color: #ed589c;
}
.serv-matter p span:hover {
  color: #000;
}
.box {
  position: relative;
  overflow: hidden;
}
.box-content:after,
.box-content:before,
.box:after,
.box:before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
}
.box-content .lightboxed:hover {
  box-shadow: 0 0 32px #333;
  transform: scale(1.025);
}
.box:after {
  top: 25%;
  transition-delay: 0.1s;
}
.box-content:before {
  top: 50%;
  transition-delay: 0.2s;
}
.box-content:after {
  top: 75%;
  transition-delay: 0.3s;
}
.box:hover .box-content:after,
.box:hover .box-content:before,
.box:hover:after,
.box:hover:before {
  opacity: 1;
}
.box img {
  width: 100%;
  height: auto;
  border: 5px solid #e3e3e3;
  border-radius: 8%;
  box-shadow: -2px 7px 12px 0px #e3dce5;
}
.box .box-content {
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
}
.content {
  text-align: center;
  width: 100%;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 58px;
  z-index: 2;
  transition: all 0.3s ease 0;
}
.box .title {
  color: #25567a;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 0 2px #fff;
  text-transform: uppercase;
  margin: 0;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s ease 0.3s;
}
.box .post {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s ease 0.3s;
}
.box:hover .post,
.box:hover .title {
  opacity: 1;
  transform: translateX(0);
}
.box .icon {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transition: all 0.5s ease 0.3s;
}
.box:hover .icon {
  opacity: 1;
}
.box .icon li {
  margin: 0 4px;
  display: inline-block;
}
.box .icon li a {
  color: #fff;
  background-color: #8e54a1;
  font-size: 18px;
  line-height: 35px;
  height: 35px;
  width: 35px;
  border-radius: 0 0 50%;
  display: block;
  transition: all 0.3s;
}
.box .icon li a:hover {
  color: #fff;
  background-color: #eb5a9e;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8) inset;
}
@media only screen and (max-width: 479px) {
  .box .title {
    font-size: 20px;
  }
}
.mvv_list1 {
  background-color: #f5ecf7;
  border: 4px solid #fff;
  text-align: center;
  padding-top: 32px;
  padding-right: 10px;
  padding-left: 10px;
  box-shadow: 0px 0px 8px #565656;
  height: 260px;
}
.mvv_list2 {
  background-color: #dfe2ef;
  border: 4px solid #fff;
  text-align: center;
  padding-top: 32px;
  padding-right: 10px;
  padding-left: 10px;
  height: 260px;
  box-shadow: 0px 0px 8px #565656;
}
.mvv_list3 {
  background-color: #dbefc3;
  border: 4px solid #fff;
  text-align: center;
  padding-top: 32px;
  padding-right: 10px;
  box-shadow: 0px 0px 8px #565656;
  padding-left: 10px;
  height: 260px;
}
.mvv_list_info1 h3 {
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  text-decoration: dashed;
  border-bottom: 2px dotted;
  display: inline;
  padding-bottom: 0px;
}
.mvv_list_info1 p {
  padding-top: 10px;
}
.c-form {
  text-align: center;
  padding: 29px 24px;
  background: #8d52a1;
  box-shadow: 0 0 0 10px #e9e9e9;
  margin-top: 37px;
}
.c-form h3 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px;
  border-bottom: 2px dotted #ede6ef;
  display: inline-block;
}
.c-form-list {
  margin-bottom: 20px;
}
.map {
  text-align: center;
}
.enq-form .col-md-6 {
  padding-bottom: 30px;
}
.map .col-md-5 {
  box-shadow: 0px 0px 8px #565656;
}
.map h3 {
  text-transform: uppercase;
  border-bottom: 2px dotted #9154a1;
  display: inline-block;
}
.int_content_section {
  position: relative;
  min-height: 95vh;
  padding: 80px 0 90px;
}
.main-timeline {
  position: relative;
}
.main-timeline .timeline {
  width: calc(50% - 1px);
  padding: 3px 0;
  margin: 0 2px 0 0;
  float: left;
}
.main-timeline .timeline-content {
  color: #777;
  background: linear-gradient(to left, rgb(237 230 239), transparent);
  text-align: center;
  padding: 20px 60px 20px 0;
  display: block;
  position: relative;
}
 
.main-timeline .timeline-year {
  color: #000;
  background-color: #f5f5f5;
  font-size: 37px;
  font-weight: 600;
  line-height: 94px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -50px;
  z-index: 1;
}
.main-timeline .timeline-year:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  z-index: -1;
}
.main-timeline .title {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.main-timeline .description {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.main-timeline .timeline:nth-child(even) {
  float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 20px 0 20px 60px;
  background: linear-gradient(to right, rgb(237 230 239), transparent);
}
.main-timeline .timeline:nth-child(even) .timeline-content:before {
  right: auto;
  left: -20px;
}
.main-timeline .timeline:nth-child(even) .timeline-year {
  right: auto;
  left: -50px;
}
.mvv_list_row1 {
  padding-bottom: 70px;
  margin-left: -11px;
}
.footer-sec {
  position: relative;
}
.enq-form {
  margin-bottom: 30px;
}
.top-up {
  margin-top: -120px;
}
.serv-matter1 {
  font-size: 31px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 60px;
}
.img2 {
  border: 7px solid #f5f5f5;
  box-shadow: 0px 0px 10px #9f9f9f;
}
.serv-p {
  text-align: center;
}
.serv-p1 {
  text-align: center;
  font-size: 29px;
  font-weight: 300;
}
.mvv_list_row1 {
  margin-left: -11px;
}
.serv-p2 {
  margin-bottom: 8px;
}
.map-1 iframe {
  border: 3px solid #ccc;
}
.btn-danger {
  background-color: #ede6ef;
  border-color: #fff;
  color: #000;
}
.btn-danger:hover {
  background-color: #ede6ef;
  border-color: #fff;
  color: #000;
}
.mvv_list_row4 {
  margin-top: 30px;
}
.mvv_list4 {
  background-color: #f5ecf7;
  border: 4px solid #fff;
  width: 341px;
  text-align: center;
  padding-top: 32px;
  padding-right: 10px;
  padding-left: 10px;
  box-shadow: 0px 0px 8px #565656;
  height: 274px;
  margin-bottom: 45px;
}
.mvv_list_info4 h3 {
  color: #85479c;
  font-size: 23px;
  text-transform: uppercase;
  border-bottom: 1px dashed;
  display: inline;
  padding-bottom: 0px;
}
.mvv_list_row4 .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}
.mvv_list_info4 p {
  margin-top: 20px;
}
.new-section{
  text-align: center;
}
.new-section p {
  text-align: center;
}
.new-section .appnt{
  color: #85479c;
  cursor: pointer;
  display: inline-block;
}
.bottom-footer__text a {
  color: #ea5996;
}
.testimonial-footer .row {
  width: 100%;
}
.testimonial-footer {
  position: relative;
}
.testimonial-footer::after {
  content: "";
  position: absolute;
  top: 160px;
  left: 0px;
  width: 100%;
  height: 73%;
  background: #8f56a2;
  clip-path: polygon(0% 0, 100% 35%, 100% 75%, 0% 100%);
  z-index: -1;
}
.whyrow .col-md-3:first-child,
.whyrow .col-md-3:nth-child(3) {
  background-color: #d4ddfc;
  height: 200px;
}
.whyrow .col-md-3:nth-child(2),
.whyrow .col-md-3:nth-child(4) {
  background-color: #f5e3fb;
  height: 200px;
}
.logins_section {
  display: none;
}
.serv-matter a {
  color: #f5539f;
}
.appnt-box {
  background: #8e52a3;
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
}
.serv-list {
  padding: 0;
  padding-left: 20px;
}
.serv-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
  line-height: 28px;
  font-size: 15px;
}
.serv-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
  line-height: 28px;
  color: #373434;
  font-weight: 900;
  content: "\f101";
  font-family: "FontAwesome";
}
.info {
  text-align: center;
  padding: 42px 44px;
  border-right: 0px;
}
.info h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
}
.info p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: initial;
  text-align: inherit;
  font-weight: 300;
}
.extra-row h5 {
  margin-top: 10px;
  text-align: center;
}
.blog-page {
  position: relative;
}
.blog-page h2 {
  border-bottom: 1px solid;
  display: inline-block;
  padding-bottom: 10px;
}
.blog-page p {
  text-align: justify;
}
.blog-page .blog-btn {
  background: #8f56a2;
  color: #fff;
  padding: 4px 10px 6px;
}
.blog-page .col-md-12 {
  /* border-bottom: 1px dashed #1e1e1e; */
  padding-bottom: 17px;
  margin-bottom: 80px;
}
.blog-sec-row {
  margin-top: 40px;
}
.blog-inner-page h2 {
  font-size: 23px;
  color: #8f56a2;
}
.img-head h2 {
  margin-bottom: 30px;
  border-left: 4px solid #e061a0;
  padding-left: 10px;
  color: #8f56a2;
}
.img_row1 {
  margin-bottom: 40px;
}
.video-page iframe {
  height: 200px;
  border: 5px solid #f5f5f5;
  box-shadow: 0px 0px 8px #565656;
  width: 100%;
}
.accordion {
  /* background-color: #ebebeb; */
  background: #faedff;
  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;
}
.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;
}


.video-page iframe{
  margin-bottom: 30px;
}
 
.main-timeline::after {
  content: "";
  display: table;
  clear: both;
}

.serv-matter1 p{
  font-size: 15px;
  text-transform: capitalize;
  text-align: left;
}

.cta-btn {
  margin-top: 40px;
}