/**
 * Created by Ashish Shrestha
*/
/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.ex-flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.ex-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.ex-transition {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }

.ex-transition-medium {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease; }

.ex-transition-large {
  -webkit-transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -ms-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
  transition: all 1.8s ease; }

/*--------------------------------------- Mixins Ends -------------------------------------*/
/*------------------------------------ Site Wide Starts -----------------------------------*/
/*------------------------------------- Site Wide Ends ------------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
#header-wrapper .header-inner .top-header {
  padding: 15px;
  text-align: center;
  background: linear-gradient(94deg, #3D0E56, #AD5B9E);
  box-shadow: -1px 2px 6px 1px #00000094; }
  #header-wrapper .header-inner .top-header .top-header-text a {
    color: #fff;
    font-weight: bold; }
#header-wrapper .header-inner .main-header {
  padding: 10px 0px; }
  #header-wrapper .header-inner .main-header .navigation-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #header-wrapper .header-inner .main-header .navigation-wrapper .site-navigation ul {
      display: flex; }
      #header-wrapper .header-inner .main-header .navigation-wrapper .site-navigation ul li {
        padding-right: 60px; }
        #header-wrapper .header-inner .main-header .navigation-wrapper .site-navigation ul li:last-of-type {
          padding-right: 0; }
        #header-wrapper .header-inner .main-header .navigation-wrapper .site-navigation ul li a {
          color: #411058;
          font-weight: bold;
          font-size: 20px; }

/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
#content-wrapper #home-page .awareness-section {
  position: relative; }
  #content-wrapper #home-page .awareness-section .common-wrapper {
    text-align: center; }
    #content-wrapper #home-page .awareness-section .common-wrapper .section-title {
      padding-bottom: 0; }
    #content-wrapper #home-page .awareness-section .common-wrapper .content-container .small-title {
      padding-bottom: 30px; }
    #content-wrapper #home-page .awareness-section .common-wrapper .content-container .text-item {
      text-align: left;
      padding-bottom: 40px; }
      #content-wrapper #home-page .awareness-section .common-wrapper .content-container .text-item label {
        padding-bottom: 15px;
        font-weight: bold; }
  #content-wrapper #home-page .awareness-section:after {
    content: '';
    background-image: url("../img/photos/Logo-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 250px;
    height: 250px;
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 1;
    opacity: 0.3; }
  #content-wrapper #home-page .awareness-section:before {
    content: '';
    background-image: url("../img/photos/Logo-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 250px;
    height: 250px;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
    opacity: 0.2; }
#content-wrapper #home-page .team-section {
  position: relative; }
  #content-wrapper #home-page .team-section .team-slider .common-item {
    padding: 25px 50px; }
    #content-wrapper #home-page .team-section .team-slider .common-item .inner-wrapper {
      text-align: center;
      padding: 20px 40px;
      box-shadow: 0px 0px 5px 0px #0000004a; }
      #content-wrapper #home-page .team-section .team-slider .common-item .inner-wrapper .team-image img {
        width: 180px;
        margin: auto;
        border-radius: 100%;
        height: 180px;
        object-fit: cover;
        border: 1px solid #411058; }
      #content-wrapper #home-page .team-section .team-slider .common-item .inner-wrapper .team-name {
        padding: 15px 0px; }
      #content-wrapper #home-page .team-section .team-slider .common-item .inner-wrapper .social-links {
        padding-top: 15px; }
        #content-wrapper #home-page .team-section .team-slider .common-item .inner-wrapper .social-links ul {
          display: flex;
          justify-content: center; }
          #content-wrapper #home-page .team-section .team-slider .common-item .inner-wrapper .social-links ul li {
            padding-right: 15px; }
            #content-wrapper #home-page .team-section .team-slider .common-item .inner-wrapper .social-links ul li:last-of-type {
              padding-right: 0; }
            #content-wrapper #home-page .team-section .team-slider .common-item .inner-wrapper .social-links ul li i {
              font-size: 25px; }
  #content-wrapper #home-page .team-section:before {
    content: '';
    background-image: url("../img/photos/Logo-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 250px;
    height: 250px;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
    opacity: 0.2; }
#content-wrapper #what-is-lupus .what-lupus-section .common-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #content-wrapper #what-is-lupus .what-lupus-section .common-wrapper .nav {
    width: 25%;
    border-right: 2px solid #411058; }
    #content-wrapper #what-is-lupus .what-lupus-section .common-wrapper .nav a {
      display: block;
      font-size: 18px;
      padding: 15px; }
      #content-wrapper #what-is-lupus .what-lupus-section .common-wrapper .nav a.active {
        font-weight: bold;
        background: #411058;
        color: #fff;
        border-right: 2px solid #fff;
        font-size: 20px; }
  #content-wrapper #what-is-lupus .what-lupus-section .common-wrapper .tab-content {
    width: 75%;
    padding: 0px 80px; }
    #content-wrapper #what-is-lupus .what-lupus-section .common-wrapper .tab-content .title {
      padding-bottom: 40px; }
      #content-wrapper #what-is-lupus .what-lupus-section .common-wrapper .tab-content .title h2 {
        font-weight: bold;
        color: #411058; }
#content-wrapper #lupus-stories .stories-section .common-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  #content-wrapper #lupus-stories .stories-section .common-wrapper .common-item {
    width: 25%;
    text-align: center;
    padding: 40px; }
    #content-wrapper #lupus-stories .stories-section .common-wrapper .common-item .story-image {
      padding-bottom: 40px;
      border-bottom: 2px solid; }
      #content-wrapper #lupus-stories .stories-section .common-wrapper .common-item .story-image img {
        width: 250px;
        height: 250px;
        object-fit: cover;
        border-radius: 100%; }
#content-wrapper #story-inside-page .story-inside-section .common-wrapper .brief-text {
  padding-bottom: 30px; }
#content-wrapper #story-inside-page .story-inside-section .common-wrapper .image-item img {
  width: 100%; }
#content-wrapper #story-inside-page .story-inside-section .common-wrapper .text-item {
  padding-top: 30px; }
  #content-wrapper #story-inside-page .story-inside-section .common-wrapper .text-item h4 {
    font-size: 20px;
    padding-bottom: 10px;
    color: #411058;
    font-weight: bold; }

/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
#footer-wrapper {
  background: #E7CFEE; }
  #footer-wrapper .common-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #footer-wrapper .common-wrapper .footer-navigation {
      display: flex;
      justify-content: space-between;
      width: 70%; }
      #footer-wrapper .common-wrapper .footer-navigation .nav-item h4 {
        padding-bottom: 25px;
        font-weight: bold; }
      #footer-wrapper .common-wrapper .footer-navigation .nav-item ul li {
        padding-bottom: 15px; }
  #footer-wrapper .copyright-item {
    background: #411058;
    color: #fff;
    font-weight: bold;
    padding: 8px;
    text-align: center; }

/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*----------------------------------- Components Starts -----------------------------------*/
.common-button {
  padding-top: 60px; }
  .common-button a, .common-button button {
    padding: 20px;
    display: inline-block;
    background: #3f1058;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #ffffff4d;
    transition: all 0.6s ease; }
    .common-button a:hover, .common-button button:hover {
      background: #fff;
      color: #411058;
      transition: all 0.6s ease; }
  .common-button.purple-border a {
    border: 2px solid #411058; }
  .common-button.big-button a, .common-button.big-button button {
    max-width: 450px;
    width: 100%; }

.common-remove-tab-style {
  border-bottom: 0; }
  .common-remove-tab-style li a {
    padding: 0;
    background-color: transparent;
    border: 0; }
    .common-remove-tab-style li a:focus, .common-remove-tab-style li a:hover {
      background-color: transparent;
      border: 0; }
  .common-remove-tab-style li.active a {
    background-color: transparent;
    border: 0; }
    .common-remove-tab-style li.active a:focus, .common-remove-tab-style li.active a:hover {
      background-color: transparent;
      border: 0; }

.common-banner-section .banner-image {
  width: 100%;
  height: 730px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0; }
  .common-banner-section .banner-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: -1; }
  .common-banner-section .banner-image .banner-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .common-banner-section .banner-image .banner-content .banner-title h1 {
      color: #fff;
      font-weight: bold;
      font-size: 50px; }

.common-floating-box {
  max-width: 1000px;
  margin: auto;
  position: relative;
  background: #fff;
  border: 1px solid #411058;
  box-shadow: 0px 0px 12px 0px #0000007d;
  margin-top: -65px; }
  .common-floating-box .common-wrapper {
    display: flex;
    justify-content: center;
    width: 100%; }
    .common-floating-box .common-wrapper .common-item {
      width: 25%;
      border-right: 2px solid #411058;
      text-align: center;
      padding: 15px; }
      .common-floating-box .common-wrapper .common-item:last-of-type {
        border-right: 0; }
      .common-floating-box .common-wrapper .common-item a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        font-weight: bold; }
      .common-floating-box .common-wrapper .common-item .sm-title {
        padding-top: 10px; }
      .common-floating-box .common-wrapper .common-item .sm-image img {
        width: 60px; }

.warriors-section .common-wrapper {
  padding: 40px;
  background: linear-gradient(94deg, #3D0E56, #AD5B9E);
  box-shadow: 0px 5px 12px 0px #00000038;
  border-radius: 10px;
  color: #fff; }
  .warriors-section .common-wrapper .common-slider .common-item {
    text-align: center; }
    .warriors-section .common-wrapper .common-slider .common-item img {
      margin: auto;
      padding-bottom: 20px; }
    .warriors-section .common-wrapper .common-slider .common-item .slide-text {
      padding: 30px 0px; }

/*------------------------------------ Components Ends ------------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  display: none; }
.slick-slider .slick-prev:after, .slick-slider .slick-next:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url("../img/icons/right-arrow2.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  z-index: 1; }
.slick-slider .slick-prev {
  left: -130px;
  transform: rotate(180deg); }
.slick-slider .slick-next {
  right: -130px; }

.slick-dots {
  position: absolute;
  bottom: 0;
  display: flex;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
  top: 50%;
  left: 20px; }
  .slick-dots li {
    color: #fff;
    margin-bottom: 15px; }
    .slick-dots li button:before {
      opacity: 1;
      color: unset;
      border: 2px solid #fff;
      border-radius: 100%;
      top: 50%;
      transform: translateY(-50%); }
    .slick-dots li.slick-active button:before {
      opacity: 1;
      color: #3e0f57;
      font-size: 0;
      border: 5px solid #fff;
      border-radius: 100%; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*------------------------------------- Mcustom Starts ------------------------------------*/
/*-------------------------------------- Mcustom Ends -------------------------------------*/
/*-------------------------------------- Modal Starts -------------------------------------*/
.modal-dialog {
  margin: 70px auto; }
  .modal-dialog .modal-header {
    padding: 0;
    border: 0; }
    .modal-dialog .modal-header button {
      position: absolute;
      top: -30px;
      right: 0;
      color: #fff;
      opacity: 1; }
  .modal-dialog .modal-content {
    background: black;
    border-radius: 0; }
    .modal-dialog .modal-content .modal-body {
      padding: 30px 26px; }
      .modal-dialog .modal-content .modal-body .modal-loading-gif {
        height: 130px;
        position: relative; }
        .modal-dialog .modal-content .modal-body .modal-loading-gif img {
          width: 30px;
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%); }
      .modal-dialog .modal-content .modal-body p, .modal-dialog .modal-content .modal-body h1, .modal-dialog .modal-content .modal-body h2, .modal-dialog .modal-content .modal-body h3, .modal-dialog .modal-content .modal-body h4, .modal-dialog .modal-content .modal-body h5, .modal-dialog .modal-content .modal-body h6, .modal-dialog .modal-content .modal-body ul li, .modal-dialog .modal-content .modal-body ol li, .modal-dialog .modal-content .modal-body span {
        color: #fff; }

/*--------------------------------------- Modal Ends --------------------------------------*/

/*# sourceMappingURL=thestyles.css.map */
