/*=====Reset CSS======*/
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
  border: 0;
}
a,
button,
input,
input[type="buttton"],
input[type="submit"],
select,
.btn,
textarea {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none !important;
  font-style: normal;
}
a:focus,
button:focus,
input:focus,
input[type="buttton"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
a,
label,
span {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
}
figure {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}
figure img {
  max-width: 100%;
}
ul,
ol {
  list-style: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
body {
  min-height: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #4e5257;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
}
.svg_container {
  display: none;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
/*=====Reset CSS======*/

/**header**/
.header_outer {
  padding: 25px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.3s ease;
  background-color: transparent;
}
.header_outer .navbar {
  padding: 0;
  margin-left: -75px;
}
.logo {
  margin-right: 20px;
}
.logo a {
  width: 190px;
  transition: 0.3s ease;
}
.logo a img {
  width: 100%;
}
.mobile_menu {
  display: none;
  line-height: 0;
}
.cross_icon {
  display: none;
}

.header_menu {
  margin-left: auto;
}
.custm_nav {
  text-align: right;
  font-size: 0;
  line-height: normal;
}
.custm_nav li {
  display: inline-block;
  margin: 0 20px 0 20px;
}
.custm_nav li:first-child {
  margin-left: 0;
}
.custm_nav li:last-child {
  margin-right: 0;
}
.custm_nav li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  transition: 0.3s ease;
}
.custm_nav li a::after {
  content: "";
  height: 2px;
  width: 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.3s ease;
}
.custm_nav li a:hover {
  color: #fff;
}
.custm_nav li a:hover::after {
  width: 100%;
}

.header_outer.shrink {
  padding: 20px 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.header_outer.shrink .logo a {
  width: 190px;
}

.header_outer.shrink .custm_nav li a::after {
  background-color: #762b70;
}
.header_outer.shrink .custm_nav li a:hover {
  color: #762b70;
}

.overly {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 98;
  pointer-events: none;
  transition: 0.3s ease;
}

/**Banner**/
.bnr_outer {
  padding: 200px 0 190px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
  z-index: 1;
}
.banner_cont {
  max-width: 720px;
}
.banner_cont h1 {
  font-weight: 700;
  font-size: 70px;
  color: #063844;
  line-height: 96px;
  letter-spacing: 0.2px;
  padding-bottom: 10px;
}
.banner_cont p {
  font-weight: 400;
  font-size: 23px;
  color: #030303;
  line-height: 34px;
  letter-spacing: 0.2px;
}

/**main**/
.divn_main_outer {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/**About**/
.abt_disc_outer {
  padding: 65px 0 50px;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.abt_text {
  text-align: center;
  padding-bottom: 75px;
}
.abt_text p {
  font-weight: 400;
  font-size: 23px;
  color: #030303;
  line-height: 34px;
  letter-spacing: 0.2px;
  padding-bottom: 40px;
}
.abt_text p:last-child {
  padding-bottom: 0;
}

.abt_debtxt {
  padding-bottom: 45px;
}
.abt_debtxt p {
  font-weight: 600;
  font-size: 25px;
  color: #063844;
  line-height: 33px;
  letter-spacing: 0.2px;
  padding-right: 65px;
  padding-bottom: 22px;
}
.abt_debtxt p:last-child {
  padding-bottom: 0;
}

.query_text {
  padding-right: 65px;
}
.query_text p {
  font-weight: 300;
  font-size: 16px;
  color: #063844;
  line-height: 30px;
  letter-spacing: 0.2px;
  padding-bottom: 25px;
}

.yrs_exp {
  display: flex;
  align-items: center;
}
.yrs_exp strong {
  font-weight: 700;
  font-size: 74px;
  color: #762b70;
  line-height: 70px;
  letter-spacing: 0.2px;
  margin-right: 12px;
}
.yrs_exp p {
  padding-bottom: 0;
  font-weight: 400;
  font-size: 22px;
  color: #063844;
  line-height: 27px;
  letter-spacing: 0.2px;
}
.yrs_exp p span {
  display: block;
}

.divnyga_outer {
  background: rgb(248, 254, 254);
  background: -moz-linear-gradient(
    top,
    rgba(248, 254, 254, 1) 0%,
    rgba(243, 253, 254, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(248, 254, 254, 1) 0%,
    rgba(243, 253, 254, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(248, 254, 254, 1) 0%,
    rgba(243, 253, 254, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fefe', endColorstr='#f3fdfe',GradientType=0 );
}
.qury_dtls {
  margin-right: -75px;
  padding-top: 30px;
}
.qury_dtls h2 {
  font-weight: 700;
  font-size: 53px;
  color: #063844;
  line-height: 71px;
  letter-spacing: 0.2px;
  padding-bottom: 15px;
}
.qury_dtls p {
  font-size: 18px;
  color: #063844;
  line-height: 28px;
  letter-spacing: 0.2px;
}

.qury_info {
  padding-top: 90px;
}
.qury_info a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 33px;
  color: #762b70;
  letter-spacing: 0.2px;
}
.qury_info a span img {
  transition: 0.3s ease;
}
.qury_info a:hover span img {
  transform: translateX(8px);
}

.divnd_img {
  padding-right: 40px;
  padding-top: 35px;
}

.dyoga_vdo {
  position: relative;
  z-index: 1;
  text-align: center;
}
.play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.yga_quts {
  padding: 55px 25px 25px 25px;
}
.yga_quts p {
  font-size: 22px;
  color: #000000;
  line-height: 34px;
  letter-spacing: 0.2px;
}
/* footer */
.pdng_rt65 {
  padding-right: 65px;
}
.footer {
  padding: 100px 0;
  background-color: #542450;
}
.footer_heading {
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  min-height: 87px;
}
.footer_heading h4 {
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 44px;
}
.footer_heading h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
}
.footer_heading h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.footer_heading h5:before {
  content: "";
  position: absolute;
  right: -20px;
  width: 90px;
  height: 1px;
  background-color: #fff;
}
.footer_heading h5:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 1px;
  background-color: #fff;
  right: -125px;
  top: 40%;
  z-index: 2;
  transform: translateY(-50%);
}
.contact_bx ul li a span {
  width: 65px;
  margin-right: 25px;
  display: inline-block;
}
.contact_bx ul li + li {
  margin-top: 25px;
}
.contact_bx ul li a {
  color: #d4effb;
  display: flex;
  align-items: center;
}
.contact_bx ul li a i {
  font-style: normal;
  font-size: 29px;
  font-weight: 600;
}
.contact_bx ul li a i em {
  font-style: normal;
  width: 100%;
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 300;
}
.contact_bx ul li a:hover i {
  color: #fff;
}
.contact_bx ul li a:hover em {
  color: #d4effb;
}
.cntct_frm ul li input {
  width: 100%;
  height: 65px;
  background-color: #40123c;
  border: 1px solid transparent;
  padding: 0 50px 0 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.cntct_frm ul li input:focus {
  border: 1px solid #310b2e;
}
.cntct_frm ul li textarea {
  width: 100%;
  height: 130px;
  resize: none;
  padding: 30px 50px 10px 30px;
  background-color: #40123c;
  color: #fff;
  background-repeat: no-repeat;
  background-position: top 20px right 20px;
  background-image: url(../images/ic4.png);
  border: 0;
}
.cntct_frm ul li + li {
  margin-top: 10px;
}
.usr {
  background-image: url(../images/ic1.png);
}
.eml {
  background-image: url(../images/ic2.png);
}
.cntct_frm ul li .sbmt {
  width: 210px;
  height: 70px;
  color: #bab9b9;
  background-color: #310b2e;
  padding: 0 20px;
}
.cntct_frm ul li .sbmt:hover {
  background-color: #40123c;
}
.cntct_frm ul li .dropdown-toggle.btn-light {
  width: 100%;
  height: 65px;
  background-color: #40123c;
  line-height: 65px;
  border: 0;
  border-radius: 0;
  padding: 0 30px;
  color: #757575;
}
.cntct_frm ul li .dropdown-toggle::after {
  background-image: url(../images/dwn_aro.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  margin-left: -10px;
  border: 0;
  background-size: contain;
}
.cntct_frm ul li .dropdown-item.active,
.cntct_frm ul li .dropdown-item:active {
  background-color: #310b2e;
}
/* what we do sec */
.what_we_do {
  padding: 125px 0 75px;
  position: relative;
}
.wave img {
  width: 100%;
}
.wave {
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
}

.gbl_heading h5 {
  font-size: 16px;
  color: #762b70;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 15px;
  display: inline-block;
}
.gbl_heading h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  left: 0;
  background-color: #762b70;
}
.gbl_heading h2 {
  font-size: 53px;
  color: #063844;
  font-weight: 700;
}
.gbl_heading {
  margin-bottom: 50px;
}
.what_we_items_inner {
  text-align: center;
  padding: 30px 25px 50px;
  position: relative;
}
.what_we_items_inner figure {
  width: 73px;
  height: 77px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
}
.what_we_items_inner h4 {
  font-size: 28px;
  color: #063844;
  font-weight: 600;
  margin-bottom: 20px;
}
.what_we_items_inner p {
  font-size: 16px;
  color: #063844;
  margin-bottom: 25px;
}
.what_we_items_inner a {
  font-size: 0;
  color: #1b1818;
  font-weight: 500;
  padding: 0 15px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.what_we_items_inner a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 100%;
  background-color: #caacc5;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.what_we_items_inner a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  right: 100%;
  background-color: #caacc5;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.what_we_items {
  margin: 0 10px;
}
.what_we_items_inner:hover {
  background-color: #fff;
  box-shadow: 0 10px 15px rgb(0 0 0 / 29%);
}
.what_we_items_inner:hover a {
  font-size: 17px;
}
.what_we_items_inner:hover a::after {
  background-color: #000;
}
.what_we_items_inner:hover a::before {
  background-color: #000;
}
.what_we_slider .slick-track {
  padding: 30px 0;
}
.what_we_items_inner:hover:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 350px 350px;
  border-color: transparent transparent #6b2766 transparent;
  z-index: -1;
  left: 10px;
  top: 30px;
}
.what_we_slider .slick-list {
  padding: 0 30px 0 0;
}
.what_we_slider .slick-dots {
  position: absolute;
  bottom: -70px;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}
.what_we_slider {
  margin-bottom: 75px;
}
.what_we_slider .slick-dots li button {
  width: 12px;
  height: 5px;
  border: 0;
  background-color: #dbdede;
  font-size: 0;
  padding: 0;
}
.what_we_slider .slick-dots li {
  margin: 0 3px;
}
.what_we_slider .slick-dots li.slick-active button {
  width: 40px;
  background-color: #762b70;
}
.what_we_items_inner:hover figure img {
  filter: brightness(0) contrast(1);
}
/* blog sec */
.blog_dtls {
  padding: 25px;
}
.blog_dtls h6 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 500;
}
.blog_dtls h4 {
  font-size: 25px;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 500;
}
.blog_dtls h4 a {
  color: #000000;
}
.blog_dtls h4 a:hover {
  color: #542450;
}
.blog_dtls p {
  font-size: 16px;
  color: #707070;
  font-weight: 400;
}
.blog .gbl_heading h2 {
  color: #590969;
}

.blog {
  padding-bottom: 80px;
}
.blog_block figure {
  overflow: hidden;
}
.blog_block figure img {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog_block figure:hover img {
  transform: scale(1.1);
}
.blog_slide_item_inner {
  display: flex;
}
.lft_blg {
  width: 50%;
  padding: 40px 40px 40px 60px;
  background-color: #fff;
}
.right_blg_pic {
  width: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 10px 15px rgb(0 0 0 / 17%);
}
.chat_icn {
  width: 110px;
  margin-bottom: 20px;
  border-bottom: 2px solid #762b70;
  padding-bottom: 10px;
}
.lft_blg h3 {
  font-size: 29px;
  color: #000;
  font-weight: 700;
  padding-right: 80px;
  margin-bottom: 30px;
}
.thumb_blg {
  width: 88px;
  box-shadow: 0 21px 51px rgb(0 0 0 / 17%);
}
.blg_sml_hold {
  display: flex;
  align-items: center;
}
.blg_thmb_dtls {
  padding-left: 20px;
}
.blg_thmb_dtls h5 {
  font-size: 22px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 500;
}
.blg_thmb_dtls h6 {
  font-size: 16px;
  color: #dbdede;
  font-weight: 300;
}
.blog_bottom {
  margin-top: 70px;
}
.blog_slider .slick-track {
  padding: 30px 0px;
}
.blog_slide_item {
  padding: 0 20px;
}
.blog_slider .slick-dots li button {
  width: 12px;
  height: 5px;
  border: 0;
  background-color: #dbdede;
  font-size: 0;
  padding: 0;
}
.blog_slider .slick-dots li {
  margin: 0 3px;
}
.blog_slider .slick-dots li.slick-active button {
  width: 40px;
  background-color: #762b70;
}
.blog_slider .slick-dots {
  position: absolute;
  bottom: 40px;
  display: flex;
  left: 40%;
  transform: translateX(-50%);
}
/* blog sec end*/

/* contact page*/
.contact_main_box {
  padding: 80px 65px 100px;
  box-shadow: 0 21px 45px rgb(0 0 0 / 29%);
  background-color: #fff;
}
.contact_sec {
  padding: 120px 0 130px;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.contact_main_box .footer_heading h4 {
  color: #000000;
  font-size: 35px;
}
.contact_main_box .footer_heading h5 {
  color: #191818;
}
.contact_main_box .footer_heading h5:after {
  background-color: #000;
}
.contact_main_box .cntct_frm ul li input {
  border: 1px solid #847f7f;
  padding: 0 50px 0 30px;
  color: #000;
  background-position: center right 20px;
  background-color: transparent;
}
.contact_main_box .cntct_frm ul li textarea {
  background-color: transparent;
  color: #000;
  background-image: url(../images/ic4b.png);
  border: 1px solid #847f7f;
}
.contact_main_box .footer_heading {
  margin-bottom: 25px;
}
.contact_main_box .cntct_frm ul li .sbmt {
  color: #fff;
  background-color: #310b2e;
  padding: 0 20px;
}
.contact_main_box .cntct_frm ul li .sbmt:hover {
  background-color: #40123c;
}
.contact_main_box .usr {
  background-image: url(../images/ic1b.png);
}
.contact_main_box .eml {
  background-image: url(../images/ic2b.png);
}
.contact_main_box .contact_bx ul li a span img {
  filter: brightness(0) contrast(1);
}
.contact_main_box .contact_bx ul li a span {
  width: 40px;
  margin-right: 20px;
}
.contact_main_box .contact_bx ul li a {
  color: #000;
}
.contact_main_box .contact_bx ul li a:hover i {
  color: #542450;
}
.contact_main_box .contact_bx ul li a:hover em {
  color: #000;
}
.get_in_touch {
  padding-left: 35px;
  border-left: 1px solid #eeeded;
}
/* contact page end*/
/* inner banner */
.innr_bnr {
  padding: 360px 0 260px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.bnr_txt {
  margin-left: -75px;
}
.bnr_txt h2 {
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 61px;
  color: #762b70;
  font-weight: 700;
}
/* inner banner */

/* about us page*/
.about_us_sec {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about_us_innr {
  padding: 95px 0 110px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about_us_hdng {
  text-align: center;
  padding-bottom: 95px;
}
.about_us_hdng h2 {
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 31px;
  color: #762b70;
  font-weight: 700;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.about_us_hdng p {
  max-width: 930px;
  font-size: 16px;
  line-height: 30px;
  color: #063844;
  font-weight: 300;
  margin: 0 auto 20px;
}
.about_us_block {
  padding-bottom: 160px;
}
.about_us_block .row {
  align-items: center;
}
.about_us_img {
  margin-right: -30px;
}
.about_us_img img {
  width: 100%;
}
.about_us_txt {
  margin-left: 65px;
}
.about_us_txt h5 {
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #762b70;
  font-weight: 300;
  margin-bottom: 20px;
}
.about_us_txt h5 span {
  font-weight: 700;
}
.about_us_txt h6 {
  font-size: 19px;
  line-height: 22px;
  color: #063844;
  font-weight: 400;
  margin-bottom: 25px;
}
.about_us_txt h6 span {
  font-style: italic;
}
.about_us_txt p {
  font-size: 16px;
  line-height: 30px;
  color: #063844;
  font-weight: 300;
  margin-bottom: 15px;
}
.about_us_content {
  margin-bottom: 40px;
}
.about_us_content h2 {
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 55px;
  color: #762b70;
  font-weight: 700;
  margin-bottom: 15px;
}
.about_us_para p {
  font-size: 16px;
  line-height: 30px;
  color: #063844;
  font-weight: 300;
  margin-bottom: 30px;
}
.about_us_para p:last-child {
  margin-bottom: 0;
}
.about_us_para p em {
  font-style: italic;
  font-size: 20px;
  line-height: 33px;
  color: #063844;
  font-weight: 300;
}
/* about us page*/

/* blog page*/
.blog_sec_full {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.blg_heading_prt h2 {
  font-size: 35px;
  color: #762b70;
  font-weight: 700;
  line-height: 48px;
}
.blg_heading_prt {
  margin-bottom: 50px;
}
.blg_heading_prt h2 span {
  font-weight: 300;
  display: block;
}
.blog_inner_para p {
  font-size: 16px;
  color: #063844;
  font-weight: 300;
  line-height: 32px;
}
.blog_inner_para p + p {
  margin-top: 25px;
}
.quote_prt i {
  font-size: 20px;
  color: #063844;
  font-weight: 300;
}
.quote_prt {
  margin-bottom: 25px;
}
.blog_inner_para + .blog_inner_para {
  margin-top: 70px;
}
.blog_quote p {
  font-size: 20px;
  color: #063844;
  font-style: italic;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 25px;
  padding: 0 45px;
}
.blog_quote h5 {
  font-size: 18px;
  color: #063844;
  font-weight: 600;
  margin-bottom: 50px;
}
.blog_sml_img {
  max-width: 730px;
  margin: 0 auto 70px;
}
/* blog page end*/

/**Programm Page**/
.prgrm_outer {
  padding: 90px 0 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom 50px center;
  border-bottom: 1px solid rgba(118, 43, 112, 0.2);
}
.pgrm_hding {
  text-align: center;
  padding: 0 115px 50px;
}
.pgrm_hding h4 {
  font-weight: 700;
  font-size: 32px;
  color: #762b70;
  line-height: 42px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.pgrm_hding p {
  font-weight: 300;
  font-size: 16px;
  color: #063844;
  line-height: 30px;
  letter-spacing: 0.2px;
  padding-bottom: 20px;
}
.pgrm_hding p:last-child {
  padding-bottom: 0;
}

.chkra_hl {
  padding-top: 60px;
}

.chkra_list {
  padding-left: 5px;
}
.chkra_list li {
  font-weight: 700;
  font-size: 20px;
  color: #762b70;
  line-height: 30px;
  letter-spacing: 0.2px;
  margin-bottom: 4px;
}
.chkra_list li:last-child {
  margin-bottom: 0;
}
.chkra_list li span {
  margin-right: 10px;
  width: 50px;
}
.chkra_list li span img {
  width: 100%;
}

.bk_prgrm_btn {
  line-height: 0;
  padding-top: 60px;
  text-align: center;
}
.book_btn {
  height: 55px;
  line-height: 55px;
  background-color: #762b70;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  padding: 0 35px;
  border-radius: 10px;
  overflow: hidden;
  text-transform: uppercase;
}
.book_btn:hover {
  color: #fff;
  background-color: #063844;
}

/**advnce healing**/
.advnc_hlng_outer {
  padding: 80px 0 260px;
  border-bottom: 1px solid rgba(118, 43, 112, 0.2);
}
.advnc_hlng_outer .pgrm_hding {
  padding: 0 165px 50px;
}
.advnc_hinner {
  padding-top: 60px;
}
.adheal_main {
  position: relative;
  width: 330px;
  margin: 0 auto;
}
.advchl_cont {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 15px;
  width: 350px;
  position: absolute;
}
.advchl_cont p {
  font-weight: 300;
  font-size: 16px;
  color: #3b2839;
  line-height: 25px;
  letter-spacing: 0.2px;
}
.advchl_cont:nth-child(1) {
  top: -50px;
  left: -95%;
  text-align: right;
}
.advchl_cont:nth-child(7) {
  top: -50px;
  right: -95%;
}
.advchl_cont:nth-child(2) {
  top: 100px;
  left: -112%;
  text-align: right;
}
.advchl_cont:nth-child(6) {
  top: 100px;
  right: -112%;
}
.advchl_cont:nth-child(3) {
  bottom: 0px;
  left: -105%;
  text-align: right;
}
.advchl_cont:nth-child(5) {
  bottom: 0px;
  right: -105%;
}
.advchl_cont:nth-child(4) {
  text-align: center;
  top: 116%;
  left: 50%;
  transform: translateX(-50%);
}

.advnc_bking_outer {
  padding: 105px 0 150px;
}
.advnc_bkin_block {
  background-color: #762b70;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 50px rgba(47, 51, 53, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 45px;
  flex-wrap: wrap;
}
.advnc_bkin_block h4 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 36px;
  padding-bottom: 15px;
}
.advnc_bkin_block a {
  font-weight: 300;
  color: #fff;
  font-size: 19px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.advnc_bkin_block a::before {
  content: "";
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  opacity: 1;
  transition: 0.3s ease;
}
.advnc_bkin_block a:hover::before {
  opacity: 0;
}

.advnc_bking_inner .row {
  align-items: center;
}

.advnc_cont {
  padding: 0 45px 0 35px;
}
.advnc_cont h4 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 30px;
  color: #000;
  line-height: 40px;
  letter-spacing: 0.2px;
  padding-bottom: 25px;
}
.advnc_cont p {
  font-weight: 300;
  font-size: 16px;
  color: #adadad;
  line-height: 25px;
  letter-spacing: 0.2px;
}
.advnc_bkng {
  padding-top: 32px;
}


/**challenge page**/
.innr_bnr.chalng_bnr {padding: 230px 0 200px;}
.chalng_bnr .bnr_txt h2 {color: #fff; line-height: 75px;}
.chalng_bnr .bnr_txt h2 span {display: block;}

.chnlg_outer {padding: 90px 0 110px; position: relative; z-index: 1;}
.chnlg_inner .row {align-items: center; padding-bottom: 110px;}
.chnlg_inner .row:last-child {padding-bottom: 0;}
.chlng_img {padding-left: 30px;}
.chnlg_cont h3 {font-weight: 700; color: #762b70; font-size: 35px; letter-spacing: 0.2px; 
text-transform: uppercase; line-height: 45px; padding-bottom: 30px;}
.chnlg_cont h6 {font-weight: 300; color: #000; font-size: 12px; letter-spacing: 0.2px; 
text-transform: uppercase; line-height: 18px; padding-bottom: 5px;}

.chnlg_cont ul li {font-weight: 300; color: #063844; font-size: 16px; letter-spacing: 0.2px; 
line-height: 30px; position: relative; z-index: 1; padding-left: 25px; margin-bottom: 30px;}
.chnlg_cont ul li:last-child {margin-bottom: 0;}

.chnlg_cont ul li::before {content: ''; height: 5px; width: 5px; background-color: #762b70; position: absolute; 
left: 0; top: 10px;}

.vmre_btn {padding-left: 25px; padding-top: 30px;}
.vmre_btn a {font-weight: 500; font-size: 16px; color: #000; letter-spacing: 0.2px;}
.vmre_btn a:hover {color: #762b70;}
.vmre_btn a span {margin-left: 5px;}

.chnlg_inner .row:nth-child(even) [class*="col-"]:first-child {order: 2;}
.chnlg_inner .row:nth-child(even) [class*="col-"]:last-child {order: 1;}
.chnlg_inner .row:nth-child(even) .chlng_img {padding-left: 0; padding-right: 30px;}

.ctop_shp {position: absolute; right: 0; top: 0; z-index: -1;}
.chnlg_wv {width: 100%; position: absolute; left: 0; top: 55.5%; z-index: -1; }
.chnlg_wv img {width: 100%;}

