/* ------------------------------------------
[Master Stylesheet]

Template Name: Confer - Conference Event HTML Template
Template Author: Colorlib
Template Author URL: http://colorlib.com
Version: 1.0.0
Last Update: March 14, 2019

[Tables of CSS Content]

+ body

    01.0 Reboot Area CSS
    02.0 Spacing Area CSS
    03.0 Preloader Area CSS
    04.0 Heading Area CSS
    05.0 Backtotop Area CSS
    06.0 Buttons Area CSS
    07.0 Header Area CSS
    08.0 Hero Area CSS
    09.0 Footer Area CSS
    10.0 About Area CSS
    11.0 Counter Area CSS
    12.0 Speakar Area CSS
    13.0 Breadcrumb Area CSS
    14.0 Blog Area CSS
    15.0 Widget Area CSS
    16.0 Client Area CSS
    17.0 Schedule Area CSS
    18.0 Ticket Area CSS
    19.0 Sponsor Area CSS
    20.0 Contact Area CSS
    21.0 CTA Area CSS
    22.0 Application Area CSS
--------------------------------------------- */
/* Import Fonts & All CSS */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700");
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/default-assets/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/material-design-iconic-font.min.css);
@import url(css/style.css);
/* :: 01.0 Reboot Area CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  z-index: auto; }

input, textarea, select {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.8rem !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #111343;
  line-height: 1.25;
  font-weight: 600; }

a,
a:active,
a:focus,
a:hover {
  /*color: #111343;
  text-decoration: none;*/
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 500; }

li {
  list-style: none; }

p {
  line-height: 1.8;
  color: #5d5e8d;
  font-size: 16px;
  font-weight: 400; }

img {
  max-width: 100%;
  height: auto; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.classy-navbar .nav-brand {
  margin-right: 0px;
  width: 175px;
}

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.4); }

.bg-gradient-overlay {
  position: relative;
  z-index: 1; }
  .bg-gradient-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #c63fa4;
    background-image: -moz-linear-gradient(120deg, #df42b1 0%, #505add 100%);
    background-image: -webkit-linear-gradient(120deg, #df42b1 0%, #505add 100%);
    background-image: -ms-linear-gradient(120deg, #df42b1 0%, #505add 100%);
    opacity: 0.9; }

.bg-gradient-overlay-2 {
  position: relative;
  z-index: 1; }
  .bg-gradient-overlay-2::after {
    border-radius: 10px;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(30%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 100%); }

.bg-img {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.bg-boxshadow {
  -webkit-box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
  box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15); }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  position: fixed;
  z-index: 100;
  color: #ffffff;
  right: 20px;
  text-align: center;
  padding-right: 0;
  width: 100%;
  top: 20px;
  width: 30px;
  background: #df42b1;
  height: 30px;
  line-height: 30px; }

img.mfp-img {
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }

button.mfp-close,
button.mfp-arrow {
  background: #df42b1; }

.mfp-bottom-bar {
  display: none !important; }

.mfp-bg {
  background-color: #000000; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f7f7f7 !important; }

textarea:focus,
input:focus {
  outline: none !important; }

input:focus,
input.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: none !important;
}

textarea:invalid,
input:invalid,
textarea:required,
input:required {
  box-shadow: none !important; }

.border {
  border-color: #4b4d7b; }

.mfp-arrow-left::after {
  border-right-color: transparent; }

.mfp-arrow-left::before {
  border-right-color: #ffffff; }

.mfp-arrow-right::after {
  border-left-color: transparent; }

.mfp-arrow-right::before {
  border-left-color: #ffffff; }

/* :: 02.0 Spacing Area CSS */
.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-20 {
  margin-top: 20px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-100 {
  margin-top: 100px; }

.mt-150 {
  margin-top: 150px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }


.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.mr-100 {
  margin-right: 100px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.ml-100 {
  margin-left: 100px; }

.pt-50 {
  padding-top: 50px !important; }

.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

.section-padding-80-50 {
  padding-top: 80px;
  padding-bottom: 50px; }

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-0-85 {
  padding-top: 0;
  padding-bottom: 85px; }

.section-padding-100-60 {
  padding-top: 100px;
  padding-bottom: 60px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

.section-padding-100-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-50-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.section-padding-20-50 {
  padding-top: 20px;
  padding-bottom: 50px; }

/* :: 3.0 Preloader Area CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background: #df42b1;
  background-image: -webkit-linear-gradient(120deg, #505add 0%, #df42b1 100%);
  background-image: -ms-linear-gradient(120deg, #505add 0%, #df42b1 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }

.loader {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-animation: loader linear 2s infinite;
  animation: loader linear 2s infinite;
  border-top: 2px solid #ffffff;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* :: 4.0 Heading Area CSS */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 60px; }
  .section-heading p {
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 400; }
  .section-heading h4 {
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media only screen and (max-width: 767px) {
      .section-heading h4 {
        font-size: 26px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .section-heading h4 {
        font-size: 30px; } }

.section-heading-2 {
  position: relative;
  z-index: 1;
  margin-bottom: 60px; }
  .section-heading-2 p {
    color: #df42b1;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 400; }
  .section-heading-2 h4 {
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media only screen and (max-width: 767px) {
      .section-heading-2 h4 {
        font-size: 26px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .section-heading-2 h4 {
        font-size: 30px; } }

.section-heading-3 {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .section-heading-3 p {
    color: #df42b1;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 400; }
  .section-heading-3 h4 {
    font-size: 38px;
    color: #111343;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media only screen and (max-width: 767px) {
      .section-heading-3 h4 {
        font-size: 26px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .section-heading-3 h4 {
        font-size: 30px; } }

/* :: 5.0 Backtotop Area CSS */
#scrollUp {
  position: fixed;
  right: 40px;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  bottom: 40px;
  background-color: #df42b1;
  color: #ffffff;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  z-index: 15962536; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      right: 20px;
      bottom: 20px; } }
  #scrollUp:focus, #scrollUp:hover {
    background-color: #000000;
    color: #ffffff; }

/* :: 6.0 Buttons Area CSS */
.btn:focus {
  box-shadow: none; }

.confer-btn {
  position: relative;
  z-index: 1;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  border-radius: 23px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden; }
  .confer-btn i {
    margin-left: 5px; }
  .confer-btn::before {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    content: '';
    background: #df42b1;
    background-image: -webkit-linear-gradient(120deg, #505add 0%, #df42b1 100%);
    background-image: -ms-linear-gradient(120deg, #505add 0%, #df42b1 100%);
    z-index: -2; }
  .confer-btn:focus, .confer-btn:hover {
    font-weight: 500;
    background-color: #ffffff;
    color: #111343 !important;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }
    .confer-btn:focus i, .confer-btn:hover i {
      -webkit-animation: buttonIcon 1s ease-in infinite;
      animation: buttonIcon 1s ease-in infinite; }
    .confer-btn:focus::before, .confer-btn:hover::before {
      left: 110%; }

.confer-btn-nb {
  position: relative;
  z-index: 1;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  border-radius: 23px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden; }
  .confer-btn-nb i {
    margin-left: 5px; }
  .confer-btn-nb::before {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    content: '';
    background: #151853;
    z-index: -2; }
  .confer-btn-nb:focus, .confer-btn-nb:hover {
    font-weight: 500;
    background-color: #ffffff;
    color: #111343 !important;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }
    .confer-btn-nb:focus i, .confer-btn-nb:hover i {
      -webkit-animation: buttonIcon 1s ease-in infinite;
      animation: buttonIcon 1s ease-in infinite; }
    .confer-btn-nb:focus::before, .confer-btn-nb:hover::before {
      left: 110%; }

@-webkit-keyframes buttonIcon {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes buttonIcon {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.confer-btn-2 {
  position: relative;
  z-index: 1;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  border-radius: 23px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .confer-btn-2 i {
    margin-left: 4px; }
  .confer-btn-2.btn-2 {
    color: #111343; }
  .confer-btn-2:focus, .confer-btn-2:hover {
    font-weight: 500;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    background-color: #df42b1;
    color: #ffffff; }

.confer-btn-white {
  position: relative;
  z-index: 1;
  height: 46px;
  padding: 0 25px;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 23px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 42px;
  font-weight: 500;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .confer-btn-white i {
    margin-left: 5px; }
  .confer-btn-white:hover, .confer-btn-white:focus {
    background-color: #df42b1;
    border-color: #df42b1;
    color: #ffffff; }

.confer-btn-white-2 {
  position: relative;
  z-index: 1;
  height: 46px;
  padding: 0 25px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 23px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 42px;
  font-weight: 500;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .confer-btn-white-2 i {
    margin-left: 3px; }
  .confer-btn-white-2:hover, .confer-btn-white-2:focus {
    background-color: #df42b1;
    border-color: #df42b1;
    color: #ffffff; }

.confer-gb-btn {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 46px;
  padding: 0 25px;
  min-width: 180px;
  height: 46px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 23px;
  border: none;
  overflow: hidden; }
  .confer-gb-btn::before {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    content: '';
    background: #df42b1;
    background-image: -webkit-linear-gradient(120deg, #505add 0%, #df42b1 100%);
    background-image: -ms-linear-gradient(120deg, #505add 0%, #df42b1 100%);
    z-index: -2; }
  .confer-gb-btn::after {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 23px;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background-color: #151853;
    content: '';
    z-index: -1; }
  .confer-gb-btn:hover, .confer-gb-btn:focus {
    color: #ffffff; }
    .confer-gb-btn:hover::after, .confer-gb-btn:focus::after {
      opacity: 0; }

/* :: 7.0 Header Area CSS */
.classy-nav-container {
  background-color: transparent;
  padding: 0; }
  .classy-nav-container .classy-navbar {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 114px;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar .nav-brand {
        max-width: 170px;
        margin-right: 15px; } }
    .classy-nav-container .classy-navbar .classynav ul li a {
      font-size: 16px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 500;
      padding: 0 16px; } /*padding: 0 20px;*/
      .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
        color: #df42b1; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px;
          color: #111343; }
          .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
            color: #df42b1; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px;
          color: #111343; }
          .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
            color: #df42b1; } }
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
      font-size: 14px;
      text-transform: uppercase;
      height: 42px;
      line-height: 42px;
      padding: 0 30px;
      color: #111343; }
      .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:hover {
        color: #df42b1; }
    .classy-nav-container .classy-navbar .classynav ul li.active a {
      color: #df42b1; }

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
  color: #df42b1; }

.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
  width: 280px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  border-radius: 4px; }

.breakpoint-off .classynav ul li .megamenu {
  width: 100%; }

.classy-navbar-toggler .navbarToggler span {
  background-color: #ffffff; }

.header-area {
  position: fixed;
  z-index: 999;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: rgba(0, 0, 0, 0.8); }
  .header-area.sticky {
    background-color: #000000;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }
    .header-area.sticky .classy-navbar {
      height: 80px; }

/* :: 8.0 Hero Area CSS */
.welcome-area {
  position: relative;
  z-index: 1; }
  .welcome-area .icon-scroll {
    width: 26px;
    height: 39px;
    position: absolute;
    z-index: 999999;
    left: 50%;
    bottom: 40px;
    margin-left: -13px;
    -webkit-box-shadow: inset 0 0 0 2px #ffffff;
    box-shadow: inset 0 0 0 2px #ffffff;
    border-radius: 25px;
    opacity: 0.75;
    cursor: pointer; }
    .welcome-area .icon-scroll::before {
      position: absolute;
      z-index: 999999;
      content: '';
      width: 6px;
      height: 6px;
      background: #ffffff;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 8px;
      border-radius: 4px;
      -webkit-animation: iconScroll linear 1200ms infinite;
      animation: iconScroll linear 1200ms infinite; }

@-webkit-keyframes iconScroll {
  0% {
    top: 8px;
    opacity: 1; }
  50% {
    opacity: 0;
    top: 23px; }
  100% {
    top: 8px;
    opacity: 0; } }
@keyframes iconScroll {
  0% {
    top: 8px;
    opacity: 1; }
  50% {
    opacity: 0;
    top: 23px; }
  100% {
    top: 8px;
    opacity: 0; } }
.welcome-slides {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .welcome-slides .owl-prev,
  .welcome-slides .owl-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 50%;
    position: absolute;
    width: 46px;
    height: 46px;
    top: 50%;
    left: 70px;
    margin-top: -33px;
    z-index: 10;
    text-align: center;
    line-height: 44px;
    border: 2px solid #9293bc;
    color: #9293bc;
    font-size: 34px; }
    .welcome-slides .owl-prev:hover, .welcome-slides .owl-prev:focus,
    .welcome-slides .owl-next:hover,
    .welcome-slides .owl-next:focus {
      background-color: rgba(255, 255, 255, 0.5);
      color: #000000; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .welcome-slides .owl-prev,
      .welcome-slides .owl-next {
        left: 30px; } }
    @media only screen and (max-width: 767px) {
      .welcome-slides .owl-prev,
      .welcome-slides .owl-next {
        width: 40px;
        left: 15px;
        height: 40px;
        font-size: 18px;
        line-height: 38px; } }
  .welcome-slides .owl-next {
    left: auto;
    right: 70px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .welcome-slides .owl-next {
        right: 30px; } }
    @media only screen and (max-width: 767px) {
      .welcome-slides .owl-next {
        right: 15px; } }

.pfcmp-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pfcmp-slide svg {
  /*width: 56%;
  display:flex;
  margin-top: 100px;*/

  width: 50%;
  position: absolute;
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-welcome-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 980px;
  background-color: #df42b1; }
  @media only screen and  (min-width: 1440px) and (max-width: 1920px) {
  /*.pfcmp-slide svg {
      margin-top: 0px !important;
    width: 48%; }*/
  }
  @media only screen and (max-width: 1440px) {
    .single-welcome-slide {
      height: 748px; }
    /*.pfcmp-slide svg {
      margin-top: 110px; } */
    .welcome-text {
      width:750px;
    }
    .welcome-text h6{
      width:750px !important;
    }
    .single-welcome-slide .welcome-text h6 {
      font-size: 33px !important;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide {
      height: 800px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide {
      height: 800px; }
      .pfcmp-slide svg {
      width: 95%; } 
     }
  @media only screen and (max-width: 767px) {
    .single-welcome-slide {
      height: 700px; } 
    .pfcmp-slide svg {
      width: 95%; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-welcome-slide {
      height: 600px; }
      .pfcmp-slide svg {
      width: 95%; } 
  }
  .single-welcome-slide .welcome-text {
    position: relative;
    z-index: 1; }
    .single-welcome-slide .welcome-text h2 {
      position: relative;
      z-index: 1;
      font-weight: 700;
      font-size: 60px;
      text-transform: uppercase;
      display: block;
      margin-bottom: 10px;
      color: #b64dba;
      /*New Added*/
      display: inline-block;
      padding-right: 20px;
      /*background: rgba(221, 157, 157, 0.5); */
      border-radius: 6px;
      width: 260px;
      padding-left: 20px;
    }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 60px; width: auto; } }
      @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 30px; width: auto; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 42px; width: auto; } }
      /*.single-welcome-slide .welcome-text h2::after {
        position: absolute;
        content: "";
        height: 23px;
        width: 400px;
        top: 67px;
        right: 5px;
        z-index: -1;
        background-image: -webkit-linear-gradient(120deg, #505add 0%, #df42b1 100%);
        background-image: -ms-linear-gradient(120deg, #505add 0%, #df42b1 100%); }*/
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-welcome-slide .welcome-text h2::after {
            top: 40px;
            height: 15px; } }
        @media only screen and (max-width: 767px) {
          .single-welcome-slide .welcome-text h2::after {
            top: 45px;
            height: 20px;
            right: 0;
            width: 240px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .single-welcome-slide .welcome-text h2::after {
            top: 20px; } }
    .single-welcome-slide .welcome-text h6 {
      color: #ffffff;
      margin-bottom: 50px;
      text-transform: uppercase;
      display: inline-block;
      /*background-color: rgba(255, 255, 255, 0.1);*/
      /*background: rgba(11, 11, 11, 0.5);*/
      padding: 10px 20px;
      /*font-size: 47px;*/
      font-size: 38px;
      width: 900px;
      border-radius: 6px; }
    .single-welcome-slide .welcome-text h4 {
      color: #ffffff;
      margin-bottom: 50px;
      text-transform: uppercase;
      display: inline-block;
      /*background-color: rgba(255, 255, 255, 0.1);*/
      background: rgba(11, 11, 11, 0.5);
      padding: 10px 20px;
      font-size: 18px; }
      @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text h6 {
          font-size: 14px; }
        .single-welcome-slide .welcome-text h4 {
          font-size: 14px; } }
    .single-welcome-slide .welcome-text .hero-mail-contact {
      color: #ffffff;
      font-style: italic;
      text-decoration: underline; }
      .single-welcome-slide .welcome-text .hero-mail-contact:hover, .single-welcome-slide .welcome-text .hero-mail-contact:focus {
        color: #df42b1; }
  .single-welcome-slide .welcome-text-two {
    position: relative;
    z-index: 1; }
    .single-welcome-slide .welcome-text-two h5 {
      font-size: 40px;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text-two h5 {
          font-size: 20px; } }
    .single-welcome-slide .welcome-text-two h2 {
      font-size: 90px;
      color: #ffffff;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      font-weight: 700; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-welcome-slide .welcome-text-two h2 {
          font-size: 62px; } }
      @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text-two h2 {
          font-size: 30px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .single-welcome-slide .welcome-text-two h2 {
          font-size: 42px; } }
    .single-welcome-slide .welcome-text-two .event-meta {
      position: relative;
      z-index: 1;
      margin-bottom: 50px; }
      .single-welcome-slide .welcome-text-two .event-meta a {
        color: #ffffff;
        margin-right: 40px; }
        @media only screen and (max-width: 767px) {
          .single-welcome-slide .welcome-text-two .event-meta a {
            margin-right: 15px;
            font-size: 12px; } }
        .single-welcome-slide .welcome-text-two .event-meta a i {
          margin-right: 5px; }
     
/* :: Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-color: #111343; }
  .footer-area .row {
    margin-left: -30px;
    margin-right: -30px; }
    @media only screen and (max-width: 767px) {
      .footer-area .row {
        margin-left: -15px;
        margin-right: -15px; } }
    .footer-area .row .col-12 {
      padding-left: 30px;
      padding-right: 30px; }
      @media only screen and (max-width: 767px) {
        .footer-area .row .col-12 {
          padding-left: 15px;
          padding-right: 15px; } }

.main-footer-area {
  position: relative;
  z-index: 1; }
  .main-footer-area .single-footer-widget .widget-title {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px; }
  .main-footer-area .single-footer-widget p {
    color: #9293bc;
    font-size: 14px; }
    .main-footer-area .single-footer-widget p i {
      margin-right: 5px; }
  .main-footer-area .single-footer-widget .footer-logo {
    width: 150px;
    display: block;
    margin-bottom: 20px; }
  .main-footer-area .single-footer-widget .social-info a {
    height: 34px;
    width: 34px;
    border: 1px solid #3d3e66;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    font-size: 15px;
    margin-right: 8px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    .main-footer-area .single-footer-widget .social-info a:hover, .main-footer-area .single-footer-widget .social-info a:focus {
      background-color: #5d5e8d;
      border-color: #5d5e8d; }
  .main-footer-area .single-footer-widget .footer-contact-info {
    position: relative;
    z-index: 1; }
    .main-footer-area .single-footer-widget .footer-contact-info p {
      margin-bottom: 13px; }
      .main-footer-area .single-footer-widget .footer-contact-info p:last-child {
        margin-bottom: 0; }
  .main-footer-area .single-footer-widget .footer-nav {
    position: relative;
    z-index: 1; }
    .main-footer-area .single-footer-widget .footer-nav li a {
      color: #9293bc;
      font-size: 14px;
      margin-bottom: 15px;
      display: inline-block;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
      .main-footer-area .single-footer-widget .footer-nav li a:hover, .main-footer-area .single-footer-widget .footer-nav li a:focus {
        color: #ffffff; }
    .main-footer-area .single-footer-widget .footer-nav li:last-child a {
      margin-bottom: 0; }
  .main-footer-area .single-footer-widget .footer-gallery .row {
    margin-right: -5px;
    margin-left: -5px; }
    .main-footer-area .single-footer-widget .footer-gallery .row .col-4 {
      padding-left: 5px;
      padding-right: 5px; }
  .main-footer-area .single-footer-widget .footer-gallery a {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%; }
    .main-footer-area .single-footer-widget .footer-gallery a img {
      border-radius: 5px;
      width: 100%; }
    .main-footer-area .single-footer-widget .footer-gallery a::before {
      background: #c63fa4;
      background-image: -webkit-linear-gradient(120deg, #505add 0%, #df42b1 100%);
      background-image: -ms-linear-gradient(120deg, #505add 0%, #df42b1 100%);
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms;
      border-radius: 5px; }
    .main-footer-area .single-footer-widget .footer-gallery a:hover::before {
      visibility: visible;
      opacity: 0.8; }

.copywrite-content {
  border-top: 1px solid #414269;
  padding: 15px 0; }
  @media only screen and (max-width: 767px) {
    .copywrite-content {
      text-align: center; } }
  .copywrite-content .copywrite-text p {
    color: #9293bc;
    font-size: 14px;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .copywrite-content .copywrite-text p {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .copywrite-content .copywrite-text p {
        font-size: 12px; } }
    .copywrite-content .copywrite-text p a {
      color: #ffffff;
      font-weight: 400; }
      .copywrite-content .copywrite-text p a:hover, .copywrite-content .copywrite-text p a:focus {
        color: #df42b1; }
  .copywrite-content .footer-menu {
    position: relative;
    z-index: 1; }
    .copywrite-content .footer-menu .nav {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media only screen and (max-width: 767px) {
        .copywrite-content .footer-menu .nav {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .copywrite-content .footer-menu .nav li {
        margin-right: 20px; }
        .copywrite-content .footer-menu .nav li:last-child {
          margin-right: 0; }
        .copywrite-content .footer-menu .nav li a {
          color: #9293bc;
          font-size: 14px;
          font-weight: 400; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .copywrite-content .footer-menu .nav li a {
              font-size: 12px; } }
          @media only screen and (max-width: 767px) {
            .copywrite-content .footer-menu .nav li a {
              font-size: 12px; } }
          .copywrite-content .footer-menu .nav li a i {
            position: relative;
            z-index: 1;
            top: -2px;
            font-size: 6px;
            margin-right: 2px;
            color: #505add; }
          .copywrite-content .footer-menu .nav li a:hover, .copywrite-content .footer-menu .nav li a:focus {
            color: #ffffff; }

/* :: 10.0 About Area CSS */
.about-us-countdown-area {
  position: relative;
  z-index: 1;
  background-color: #151853; }
  .about-us-countdown-area .about-content-text h6 {
    font-size: 14px;
    font-weight: 500;
    color: #df42b1;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #4b4d7b;
    margin-bottom: 20px;
    padding-bottom: 5px;
    display: inline-block; }
  .about-us-countdown-area .about-content-text h2 {
    color: white;font-weight: normal;}
  .about-us-countdown-area .about-content-text h3 {
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about-us-countdown-area .about-content-text h3 {
        font-size: 32px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-us-countdown-area .about-content-text h3 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .about-us-countdown-area .about-content-text h3 {
        font-size: 22px; } }
  .about-us-countdown-area .about-content-text p {
    color: #ffffff; }

/* :: About Single Page CSS */
.single-we-offer-content {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
  box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
  border-radius: 10px;
  padding: 30px 25px;
  margin-bottom: 30px;
  overflow: hidden; }
  .single-we-offer-content .offer-icon {
    position: relative;
    z-index: 1;
    margin: auto;
    height: 115px;
    width: 115px;
    background: #c63fa4;
    background-image: -moz-linear-gradient(120deg, #df42b1 0%, #505add 100%);
    background-image: -webkit-linear-gradient(120deg, #df42b1 0%, #505add 100%);
    background-image: -ms-linear-gradient(120deg, #df42b1 0%, #505add 100%);
    border-radius: 50%;
    line-height: 115px; }
    .single-we-offer-content .offer-icon::after {
      -webkit-transition-duration: 1000ms;
      -o-transition-duration: 1000ms;
      transition-duration: 1000ms;
      border-radius: 50%;
      content: '';
      position: absolute;
      width: 0%;
      height: 0%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #c63fa4;
      background-image: -moz-linear-gradient(120deg, #df42b1 0%, #505add 100%);
      background-image: -webkit-linear-gradient(120deg, #df42b1 0%, #505add 100%);
      background-image: -ms-linear-gradient(120deg, #df42b1 0%, #505add 100%);
      z-index: -10; }
  .single-we-offer-content h5 {
    -webkit-transition-duration: 1000ms;
    -o-transition-duration: 1000ms;
    transition-duration: 1000ms;
    font-size: 22px;
    color: #111343;
    margin-top: 25px;
    position: relative;
    z-index: 2; }
  .single-we-offer-content p {
    -webkit-transition-duration: 1000ms;
    -o-transition-duration: 1000ms;
    transition-duration: 1000ms;
    color: #5d5e8d;
    margin-bottom: 0;
    position: relative;
    z-index: 2; }
  .single-we-offer-content:hover h5,
  .single-we-offer-content:hover p, .single-we-offer-content:focus h5,
  .single-we-offer-content:focus p {
    color: #ffffff; }
  .single-we-offer-content:hover .offer-icon::after, .single-we-offer-content:focus .offer-icon::after {
    width: 800%;
    height: 800%; }

.our-gallery-area {
  position: relative;
  z-index: 1; }
  .our-gallery-area .row {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .our-gallery-area .row .col-12 {
      padding-left: 7.5px;
      padding-right: 7.5px; }
  .our-gallery-area .single-gallery-thumb {
    margin-bottom: 15px;
    position: relative;
    z-index: 1; }
    .our-gallery-area .single-gallery-thumb::before {
      background: #c63fa4;
      background-image: -webkit-linear-gradient(120deg, #505add 0%, #df42b1 100%);
      background-image: -ms-linear-gradient(120deg, #505add 0%, #df42b1 100%);
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      opacity: 0;
      -webkit-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms; }
    .our-gallery-area .single-gallery-thumb:hover::before {
      opacity: 0.8; }

/* :: 11.0 Counter Area CSS */
.about-us-countdown-area {
  position: relative;
  z-index: 1; }
  .about-us-countdown-area .countdown-up-area {
    position: relative;
    z-index: 1;}
    .about-us-countdown-area .countdown-up-area .countdown-content-text h2 {
      font-size: 32px;
      text-transform: uppercase;
      color: white;
      font-weight: 400;
      margin-bottom: 15px;
      letter-spacing: 1px; }
    .about-us-countdown-area .countdown-up-area .countdown-content-text h4 {
      font-size: 20px;
      color: #df42b1;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .about-us-countdown-area .countdown-up-area .countdown-content-text h2 {
          font-size: 16px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-us-countdown-area .countdown-up-area .countdown-content-text h2 {
          font-size: 14px; } }
    .about-us-countdown-area .countdown-up-area .countdown-timer #clock {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #ffffff; }
      .about-us-countdown-area .countdown-up-area .countdown-timer #clock div {
        font-size: 62px;
        font-weight: 600;
        padding: 20px 5px;
        width: 20%;
        margin: 0 15px;
        border: 2px solid rgba(255, 255, 255, 0.15);
        text-align: center;
        line-height: 1; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .about-us-countdown-area .countdown-up-area .countdown-timer #clock div {
            font-size: 42px;
            margin: 0 10px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .about-us-countdown-area .countdown-up-area .countdown-timer #clock div {
            font-size: 36px;
            margin: 0 5px; } }
        @media only screen and (max-width: 767px) {
          .about-us-countdown-area .countdown-up-area .countdown-timer #clock div {
            font-size: 16px;
            margin: 0 2px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .about-us-countdown-area .countdown-up-area .countdown-timer #clock div {
            font-size: 24px; } }
        .about-us-countdown-area .countdown-up-area .countdown-timer #clock div span {
          margin-top: 5px;
          font-size: 18px;
          color: #5d5e8d;
          font-weight: 500;
          display: block; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .about-us-countdown-area .countdown-up-area .countdown-timer #clock div span {
              font-size: 16px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .about-us-countdown-area .countdown-up-area .countdown-timer #clock div span {
              font-size: 14px; } }
          @media only screen and (max-width: 767px) {
            .about-us-countdown-area .countdown-up-area .countdown-timer #clock div span {
              font-size: 10px; } }
          @media only screen and (min-width: 480px) and (max-width: 767px) {
            .about-us-countdown-area .countdown-up-area .countdown-timer #clock div span {
              font-size: 12px; } }

/* :: 12.0 Speaker Area CSS */
.our-speaker-area {
  position: relative;
  z-index: 1; }
  .our-speaker-area .row {
    margin-left: -20px;
    margin-right: -20px; }
    @media only screen and (max-width: 767px) {
      .our-speaker-area .row {
        margin-left: -15px;
        margin-right: -15px; } }
    .our-speaker-area .row .col-12 {
      padding-left: 20px;
      padding-right: 20px; }
      @media only screen and (max-width: 767px) {
        .our-speaker-area .row .col-12 {
          padding-left: 15px;
          padding-right: 15px; } }

.single-speaker-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 10px; }
  .single-speaker-area .speaker-single-thumb {
    position: relative;
    z-index: 1;
    border-radius: 10px; }
    .single-speaker-area .speaker-single-thumb img {
      -webkit-transition-duration: 1500ms;
      -o-transition-duration: 1500ms;
      transition-duration: 1500ms;
      border-radius: 10px;
      width: 100%; }
  .single-speaker-area .social-info {
    position: absolute;
    top: -180px;
    right: 0;
    z-index: 22;
    background-color: #df42b1;
    padding: 15px;
    border-radius: 0 10px 0 10px;
    text-align: center;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms; }
    .single-speaker-area .social-info a {
      display: block;
      font-size: 18px;
      color: #ffffff;
      margin-bottom: 5px; }
      .single-speaker-area .social-info a:last-child {
        margin-bottom: 0; }
  .single-speaker-area .speaker-info {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 22; }
    .single-speaker-area .speaker-info h5 {
      font-size: 20px;
      font-weight: 500;
      color: #ffffff;
      letter-spacing: 1px;
      margin-bottom: 10px; }
    .single-speaker-area .speaker-info p {
      color: #df42b1;
      margin-bottom: 0;
      letter-spacing: 1px;
      line-height: 1; }
  .single-speaker-area:hover .social-info, .single-speaker-area:focus .social-info {
    top: 0; }

/* :: 13.0 Breadcrumb CSS */
/*.breadcrumb-area {
  position: relative;
  z-index: 1;
  height: 160px; }
  @media only screen and (max-width: 767px) {
    .breadcrumb-area {
      height: 300px; } 

    .expiration-date .expmonth {
      margin-right: 0px !important;
    }
    .expiration-date .expyear {
      margin-left: 0px !important;
    }
    .total-cost {
      span {
        width: 3.5% !important;
      }
      .form-control {
        width: 96.5% !important;
      }
    }
    .section-padding-100 {
      padding-top: 40px !important;
    }
  }
  .breadcrumb-area .page-title {
    color: #ffffff;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .breadcrumb-area .page-title {
        font-size: 24px; } }

.breadcrumb-content {
  position: relative;
  z-index: 1;
  margin-top: 105px; }
  .breadcrumb-content .breadcrumb {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0; }
    .breadcrumb-content .breadcrumb .breadcrumb-item {
      color: #ffffff;
      font-weight: 400;
      font-size: 18px; }
      .breadcrumb-content .breadcrumb .breadcrumb-item a {
        font-size: 16px;
        color: #ffffff;
        font-weight: 400; }
        .breadcrumb-content .breadcrumb .breadcrumb-item a:hover, .breadcrumb-content .breadcrumb .breadcrumb-item a:focus {
          color: #df42b1; }
    .breadcrumb-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: '\f105';
      color: #ffffff;
      font-family: "FontAwesome"; }*/

.breadcrumb-area {
  position: relative;
  z-index: 1;
  background-color: rgb(233, 224, 245);
  min-height: 160px; }
  @media only screen and (max-width: 767px) {
    .breadcrumb-area {
      /*height: 300px;*/ 
      /*margin-bottom: 40px;*/
    } 

    .expiration-date .expmonth {
      margin-right: 0px !important;
    }
    .expiration-date .expyear {
      margin-left: 0px !important;
    }
    .total-cost {
      span {
        width: 3.5% !important;
      }
      .form-control {
        width: 96.5% !important;
      }
    }
    .section-padding-100 {
      padding-top: 40px !important;
    }
  }
  .breadcrumb-area .page-title {
    color: black;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .breadcrumb-area .page-title {
        font-size: 24px; } }

.breadcrumb-content {
  position: relative;
  z-index: 1;
  margin-top: 114px; }
  .breadcrumb-content .breadcrumb {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0; }
    .breadcrumb-content .breadcrumb .breadcrumb-item {
      color: black;
      font-weight: 400;
      font-size: 18px; }
      .breadcrumb-content .breadcrumb .breadcrumb-item a {
        font-size: 16px;
        color: black;
        font-weight: 400; }
        .breadcrumb-content .breadcrumb .breadcrumb-item a:hover, .breadcrumb-content .breadcrumb .breadcrumb-item a:focus {
          color: #df42b1; }
    .breadcrumb-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: '\f105';
      color: black;
      font-family: "FontAwesome"; }

.breadcrumb-area.blog {
  height: 550px; }
  .breadcrumb-area.blog .breadcrumb-content .post-catagory {
    padding: 2px 15px;
    border-radius: 2px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #df42b1;
    font-weight: 500;
    margin-bottom: 15px; }
    .breadcrumb-area.blog .breadcrumb-content .post-catagory:hover, .breadcrumb-area.blog .breadcrumb-content .post-catagory:focus {
      font-weight: 500;
      background-color: #000000; }
  .breadcrumb-area.blog .breadcrumb-content .page-title {
    display: block;
    font-size: 48px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .breadcrumb-area.blog .breadcrumb-content .page-title {
        font-size: 30px; } }
  .breadcrumb-area.blog .breadcrumb-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 5px; }
    .breadcrumb-area.blog .breadcrumb-content .post-meta a {
      position: relative;
      z-index: 1;
      font-size: 16px;
      color: #ffffff;
      font-weight: 500;
      margin-right: 21px; }
      @media only screen and (max-width: 767px) {
        .breadcrumb-area.blog .breadcrumb-content .post-meta a {
          font-size: 13px; } }
      .breadcrumb-area.blog .breadcrumb-content .post-meta a::after {
        content: '|';
        position: absolute;
        top: 0;
        right: -11px;
        z-index: 1; }
      .breadcrumb-area.blog .breadcrumb-content .post-meta a:last-child::after {
        display: none; }
      .breadcrumb-area.blog .breadcrumb-content .post-meta a:hover, .breadcrumb-area.blog .breadcrumb-content .post-meta a:focus {
        color: #df42b1; }
        .breadcrumb-area.blog .breadcrumb-content .post-meta a:hover::after, .breadcrumb-area.blog .breadcrumb-content .post-meta a:focus::after {
          color: #ffffff; }

.breadcrumb-area .container {
  border-bottom: 1px solid rgb(225, 210, 245);
}

/* :: 14.0 Blog Area CSS */
.our-blog-area .row {
  margin-left: -20px;
  margin-right: -20px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .our-blog-area .row {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (max-width: 767px) {
    .our-blog-area .row {
      margin-left: -15px;
      margin-right: -15px; } }
  .our-blog-area .row .col-12 {
    padding-left: 20px;
    padding-right: 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .our-blog-area .row .col-12 {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (max-width: 767px) {
      .our-blog-area .row .col-12 {
        padding-left: 15px;
        padding-right: 15px; } }

.single-blog-area {
  position: relative;
  z-index: 1;
  margin-bottom: 70px; }
  .single-blog-area .single-blog-thumb {
    border-radius: 10px 10px 0 0;
    overflow: hidden; }
    .single-blog-area .single-blog-thumb img {
      border-radius: 10px 10px 0 0;
      -webkit-transition-duration: 800ms;
      -o-transition-duration: 800ms;
      transition-duration: 800ms; }
  .single-blog-area .single-blog-text {
    background-color: #ffffff;
    padding: 30px 30px 50px 30px;
    border-radius: 0 0 10px 10px; }
    .single-blog-area .single-blog-text .blog-title {
      font-size: 20px;
      font-weight: 600;
      color: #111343;
      margin-bottom: 5px;
      display: inline-block;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
      .single-blog-area .single-blog-text .blog-title:hover, .single-blog-area .single-blog-text .blog-title:focus {
        color: #df42b1; }
    .single-blog-area .single-blog-text .post-meta {
      margin-bottom: 15px; }
      .single-blog-area .single-blog-text .post-meta a {
        color: #9293bc;
        font-size: 14px;
        margin-right: 20px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms; }
        .single-blog-area .single-blog-text .post-meta a i {
          margin-right: 5px; }
        .single-blog-area .single-blog-text .post-meta a:last-child {
          margin-right: 0; }
        .single-blog-area .single-blog-text .post-meta a:hover, .single-blog-area .single-blog-text .post-meta a:focus {
          color: #df42b1; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-blog-area .single-blog-text .post-meta a {
            margin-right: 15px;
            font-size: 12px; } }
        @media only screen and (max-width: 767px) {
          .single-blog-area .single-blog-text .post-meta a {
            margin-right: 15px;
            font-size: 12px; } }
    .single-blog-area .single-blog-text p {
      color: #5d5e8d;
      margin-bottom: 0; }
  .single-blog-area:hover .single-blog-thumb img, .single-blog-area:focus .single-blog-thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .single-blog-area.style-2 {
    background-color: #ffffff;
    box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15); }

.blog-btn {
  position: absolute;
  z-index: 22;
  bottom: -25.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .blog-btn a {
    height: 51px;
    width: 51px;
    background-image: -webkit-linear-gradient(120deg, #505add 0%, #df42b1 100%);
    background-image: -ms-linear-gradient(120deg, #505add 0%, #df42b1 100%);
    text-align: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
    line-height: 47px;
    color: #ffffff;
    font-size: 25px;
    display: inline-block; }

/* :: Blog Details Page CSS */
.post-details-content {
  position: relative;
  z-index: 1; }
  .post-details-content .post-blog-thumbnail {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    .post-details-content .post-blog-thumbnail img {
      border-radius: 10px; }
  .post-details-content .post-title {
    color: #111343;
    font-size: 25px; }
  .post-details-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    .post-details-content .post-meta a {
      color: #9293bc;
      font-size: 14px;
      font-weight: 400;
      margin-right: 15px; }
      .post-details-content .post-meta a i {
        margin-right: 5px; }
      .post-details-content .post-meta a:last-child {
        margin-right: 0; }
  .post-details-content img {
    border-radius: 10px; }

.confer-blockquote {
  padding-left: 10%;
  margin: 30px 0; }
  .confer-blockquote h5 {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.6;
    color: #111343;
    border-left: 3px solid #df42b1;
    padding-left: 10px;
    margin-bottom: 0; }

.post-tags-social-area {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #dbdcf1; }
  .post-tags-social-area .popular-tags {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    .post-tags-social-area .popular-tags p {
      margin-bottom: 0;
      margin-right: 10px;
      color: #505add; }
    .post-tags-social-area .popular-tags ul li a {
      position: relative;
      z-index: 1;
      font-size: 16px;
      color: #9293bc;
      font-weight: 400;
      margin-right: 25px; }
      @media only screen and (max-width: 767px) {
        .post-tags-social-area .popular-tags ul li a {
          font-size: 14px; } }
      .post-tags-social-area .popular-tags ul li a::after {
        position: absolute;
        right: -15px;
        content: "/";
        top: 0;
        z-index: 1; }
      .post-tags-social-area .popular-tags ul li a:hover, .post-tags-social-area .popular-tags ul li a:focus {
        color: #505add; }
    .post-tags-social-area .popular-tags ul li:last-child a {
      margin-right: 0; }
      .post-tags-social-area .popular-tags ul li:last-child a::after {
        display: none; }
  .post-tags-social-area .author-social-info {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    text-align: right; }
    .post-tags-social-area .author-social-info a {
      display: inline-block;
      font-size: 16px;
      color: #9293bc;
      margin-right: 15px; }
      @media only screen and (max-width: 767px) {
        .post-tags-social-area .author-social-info a {
          font-size: 14px; } }
      .post-tags-social-area .author-social-info a:last-child {
        margin-right: 0; }
      .post-tags-social-area .author-social-info a:hover, .post-tags-social-area .author-social-info a:focus {
        color: #505add; }

.post-author-area {
  position: relative;
  z-index: 1;
  padding: 30px 35px;
  box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
  border-radius: 10px; }
  .post-author-area .author-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    max-width: 125px;
    width: 125px;
    border: 3px solid #505add;
    border-radius: 50%;
    margin-right: 20px; }
    .post-author-area .author-avatar img {
      border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .post-author-area .author-avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        width: 50px; } }
  .post-author-area .author-content h5 {
    margin-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .post-author-area .author-content h5 {
        font-size: 14px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .post-author-area .author-content h5 {
        font-size: 16px; } }
  .post-author-area .author-content span {
    font-size: 14px;
    color: #df42b1;
    margin-bottom: 15px;
    display: block; }
    @media only screen and (max-width: 767px) {
      .post-author-area .author-content span {
        font-size: 12px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .post-author-area .author-content span {
        font-size: 14px; } }
  .post-author-area .author-content p {
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .post-author-area .author-content p {
        font-size: 12px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .post-author-area .author-content p {
        font-size: 14px; } }

.pager-area {
  position: relative;
  z-index: 1; }
  .pager-area .pager-single-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    .pager-area .pager-single-post .post-thumb {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
      flex: 0 0 60px;
      max-width: 60px;
      width: 60px;
      border-radius: 50%;
      margin-right: 15px; }
      @media only screen and (max-width: 767px) {
        .pager-area .pager-single-post .post-thumb {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 30px;
          flex: 0 0 30px;
          max-width: 30px;
          width: 30px; } }
      .pager-area .pager-single-post .post-thumb a {
        display: block; }
        .pager-area .pager-single-post .post-thumb a img {
          border-radius: 50%; }
    .pager-area .pager-single-post .post-title {
      font-size: 18px;
      display: block;
      margin-bottom: 5px;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .pager-area .pager-single-post .post-title {
          font-size: 12px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .pager-area .pager-single-post .post-title {
          font-size: 16px; } }
      .pager-area .pager-single-post .post-title:hover, .pager-area .pager-single-post .post-title:focus {
        color: #df42b1; }
    .pager-area .pager-single-post span {
      font-size: 14px;
      display: block;
      color: #9293bc; }
      @media only screen and (max-width: 767px) {
        .pager-area .pager-single-post span {
          font-size: 10px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .pager-area .pager-single-post span {
          font-size: 12px; } }
    .pager-area .pager-single-post:last-child {
      margin-left: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .pager-area .pager-single-post:last-child .post-thumb {
        margin-right: 0;
        margin-left: 15px; }
      .pager-area .pager-single-post:last-child .post-meta {
        text-align: right; }

.comment_area {
  position: relative;
  z-index: 1; }
  .comment_area h4 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 25px; }
  .comment_area ol {
    margin: 0;
    padding: 0; }
  .comment_area .single_comment_area {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #dbdcf1;
    margin-bottom: 40px; }
    .comment_area .single_comment_area:last-child {
      margin-bottom: 0; }
  .comment_area .comment-content {
    position: relative;
    z-index: 1;
    margin-bottom: 40px; }
    .comment_area .comment-content .comment-author {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
      flex: 0 0 90px;
      width: 90px;
      max-width: 90px;
      margin-right: 15px;
      border-radius: 50%; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-author {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 40px;
          flex: 0 0 40px;
          width: 40px;
          max-width: 40px;
          margin-right: 15px; } }
      .comment_area .comment-content .comment-author img {
        border-radius: 50%; }
    .comment_area .comment-content .comment-meta .comment-meta-data {
      position: relative;
      z-index: 1;
      display: block;
      margin-bottom: 10px; }
      .comment_area .comment-content .comment-meta .comment-meta-data a {
        font-size: 18px;
        font-weight: 600;
        margin-right: 15px;
        display: inline-block; }
        @media only screen and (max-width: 767px) {
          .comment_area .comment-content .comment-meta .comment-meta-data a {
            font-size: 14px; } }
        .comment_area .comment-content .comment-meta .comment-meta-data a:focus, .comment_area .comment-content .comment-meta .comment-meta-data a:hover {
          color: #df42b1; }
      .comment_area .comment-content .comment-meta .comment-meta-data span {
        font-size: 14px;
        color: #9293bc; }
        @media only screen and (max-width: 767px) {
          .comment_area .comment-content .comment-meta .comment-meta-data span {
            font-size: 12px; } }
        .comment_area .comment-content .comment-meta .comment-meta-data span i {
          margin-right: 10px;
          display: inline-block; }
    .comment_area .comment-content .comment-meta p {
      font-size: 16px;
      margin-bottom: 8px; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta p {
          font-size: 13px; } }
    .comment_area .comment-content .comment-meta .reply {
      display: inline-block;
      padding: 0;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      color: #9293bc;
      letter-spacing: 0.5px; }
      .comment_area .comment-content .comment-meta .reply:focus, .comment_area .comment-content .comment-meta .reply:hover {
        color: #000000; }
  .comment_area .children {
    margin-left: 105px; }
    @media only screen and (max-width: 767px) {
      .comment_area .children {
        margin-left: 60px; } }
    .comment_area .children .single_comment_area {
      border-bottom: none;
      border-top: 1px solid #dbdcf1;
      padding-top: 40px; }
      .comment_area .children .single_comment_area:last-of-type {
        margin-bottom: 0; }
      .comment_area .children .single_comment_area .comment-author {
        margin-right: 20px; }
        @media only screen and (max-width: 767px) {
          .comment_area .children .single_comment_area .comment-author {
            margin-right: 10px; } }

.confer-leave-a-reply-form {
  position: relative;
  z-index: 1; }
  .confer-leave-a-reply-form h4 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 25px; }

/* :: 15.0 Widget Area CSS */
.single-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px; }
  .single-widget-area:last-child {
    margin-bottom: 0; }
  .single-widget-area .widget-title {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #111343; }
  .single-widget-area .search-widget {
    position: relative;
    z-index: 1; }
    .single-widget-area .search-widget form {
      position: relative;
      z-index: 1; }
      .single-widget-area .search-widget form input {
        color: #5d5e8d;
        width: 100%;
        height: 40px;
        border: none;
        border-bottom: 1px solid #9293bc;
        font-size: 14px; }
      .single-widget-area .search-widget form button {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0;
        right: 0;
        z-index: 120;
        border: none;
        background-color: transparent;
        font-size: 18px;
        color: #5d5e8d; }
  .single-widget-area .categories-list li a {
    display: block;
    color: #5d5e8d;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400; }
  .single-widget-area .categories-list li:last-child a {
    margin-bottom: 0; }
  .single-widget-area .tag-cloud li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px; }
    .single-widget-area .tag-cloud li a {
      display: inline-block;
      padding: 5px 15px;
      border: 1px solid #dbdcf1;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 400;
      color: #5d5e8d; }
      .single-widget-area .tag-cloud li a:hover, .single-widget-area .tag-cloud li a:focus {
        border-color: #df42b1; }
  .single-widget-area .sidebar-gallery .row {
    margin-right: -5px;
    margin-left: -5px; }
    .single-widget-area .sidebar-gallery .row .col-4 {
      padding-left: 5px;
      padding-right: 5px; }
  .single-widget-area .sidebar-gallery a {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%; }
    .single-widget-area .sidebar-gallery a img {
      border-radius: 5px;
      width: 100%; }
    .single-widget-area .sidebar-gallery a::before {
      background: #c63fa4;
      background-image: -webkit-linear-gradient(120deg, #505add 0%, #df42b1 100%);
      background-image: -ms-linear-gradient(120deg, #505add 0%, #df42b1 100%);
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms;
      border-radius: 5px; }
    .single-widget-area .sidebar-gallery a:hover::before {
      visibility: visible;
      opacity: 0.8; }
  .single-widget-area .post-author-widget {
    position: relative;
    z-index: 1;
    padding: 45px 30px;
    border-radius: 10px;
    box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
    text-align: center; }
    .single-widget-area .post-author-widget .post-author-avatar {
      position: relative;
      z-index: 1;
      width: 115px;
      height: 115px;
      border-radius: 50%;
      background: #df42b1;
      background-image: -webkit-linear-gradient(120deg, #505add 0%, #df42b1 100%);
      background-image: -ms-linear-gradient(120deg, #505add 0%, #df42b1 100%);
      padding: 4px;
      margin: 0 auto 20px; }
      .single-widget-area .post-author-widget .post-author-avatar img {
        border-radius: 50%; }
    .single-widget-area .post-author-widget .post-author-content h5 {
      font-size: 18px;
      margin-bottom: 5px;
      color: #111343; }
    .single-widget-area .post-author-widget .post-author-content span {
      font-size: 14px;
      margin-bottom: 15px;
      display: block;
      color: #df42b1; }
    .single-widget-area .post-author-widget .post-author-content p {
      font-size: 16px;
      font-weight: 400;
      color: #5d5e8d; }
    .single-widget-area .post-author-widget .author-social-info a {
      display: inline-block;
      width: 34px;
      height: 34px;
      border: 1px solid #ebebf3;
      border-radius: 50%;
      line-height: 32px;
      font-size: 14px;
      margin: 0 5px; }
      .single-widget-area .post-author-widget .author-social-info a:hover, .single-widget-area .post-author-widget .author-social-info a:focus {
        background-color: #505add;
        border-color: #505add;
        color: #ffffff; }

.single-recent-post-area {
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  .single-recent-post-area:last-child {
    margin-bottom: 0; }
  .single-recent-post-area .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84px;
    flex: 0 0 84px;
    max-width: 84px;
    width: 84px;
    border-radius: 5px;
    margin-right: 15px; }
    .single-recent-post-area .post-thumb img {
      border-radius: 5px; }
  .single-recent-post-area .post-content .post-title {
    display: block;
    color: #111343;
    font-size: 16px;
    margin-bottom: 5px; }
  .single-recent-post-area .post-content .post-date {
    display: block;
    font-size: 14px;
    color: #9293bc; }

/* 16.0 Client Area CSS */
.our-client-area {
  position: relative;
  z-index: 1; }
  .our-client-area .owl-prev,
  .our-client-area .owl-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 50%;
    left: -30px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 40px;
    opacity: 0.5; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .our-client-area .owl-prev,
      .our-client-area .owl-next {
        left: -15px; } }
    @media only screen and (max-width: 767px) {
      .our-client-area .owl-prev,
      .our-client-area .owl-next {
        left: -15px; } }
    .our-client-area .owl-prev:hover, .our-client-area .owl-prev:focus,
    .our-client-area .owl-next:hover,
    .our-client-area .owl-next:focus {
      opacity: 1; }
  .our-client-area .owl-next {
    left: auto;
    right: -30px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .our-client-area .owl-next {
        right: -15px; } }
    @media only screen and (max-width: 767px) {
      .our-client-area .owl-next {
        right: -15px; } }
  .our-client-area.about-page .owl-prev,
  .our-client-area.about-page .owl-next {
    color: #5f608e;
    opacity: 1; }
    .our-client-area.about-page .owl-prev:hover, .our-client-area.about-page .owl-prev:active,
    .our-client-area.about-page .owl-next:hover,
    .our-client-area.about-page .owl-next:active {
      color: #df42b1; }

.single-client-content {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 40px 50px;
  border-radius: 10px;
  margin: 5px; }
  @media only screen and (max-width: 767px) {
    .single-client-content {
      padding: 30px; } }
  .single-client-content .single-client-text {
    position: relative;
    z-index: 1; }
    .single-client-content .single-client-text p {
      color: #ffffff;
      margin-bottom: 20px;
      font-weight: 300; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-client-content .single-client-text p {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .single-client-content .single-client-text p {
          font-size: 14px; } }
    .single-client-content .single-client-text .single-client-thumb-info .single-client-thumb {
      width: 65px;
      height: 65px; }
      .single-client-content .single-client-text .single-client-thumb-info .single-client-thumb img {
        border-radius: 50%; }
    .single-client-content .single-client-text .single-client-thumb-info .client-info {
      margin-left: 15px; }
      .single-client-content .single-client-text .single-client-thumb-info .client-info h6 {
        color: #ffffff;
        font-size: 18px;
        margin-bottom: 0; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-client-content .single-client-text .single-client-thumb-info .client-info h6 {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .single-client-content .single-client-text .single-client-thumb-info .client-info h6 {
            font-size: 14px; } }
      .single-client-content .single-client-text .single-client-thumb-info .client-info p {
        margin-bottom: 0;
        color: #df42b1; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-client-content .single-client-text .single-client-thumb-info .client-info p {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .single-client-content .single-client-text .single-client-thumb-info .client-info p {
            font-size: 14px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .single-client-content .single-client-text .single-client-thumb-info .client-info p {
            font-size: 12px; } }
    .single-client-content .single-client-text.about-page p {
      color: #5d5e8d; }
    .single-client-content .single-client-text.about-page .client-info h6 {
      color: #111343; }
  .single-client-content .client-icon {
    background: #df42b1;
    background: -moz-linear-gradient(120deg, #df42b1 0%, #505add 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.7;
    position: absolute;
    top: -8px;
    left: 45px;
    font-size: 80px; }
    .single-client-content .client-icon i {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

/* :: 17.0 Schedule Area CSS */
.our-schedule-area {
  position: relative;
  z-index: 1;
  background-color: #151853; }
  .our-schedule-area .schedule-tab {
    position: relative;
    z-index: 1;
    margin-bottom: 45px; }
    .our-schedule-area .schedule-tab .nav-tabs {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-bottom: none; }
      .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
        color: #9293bc;
        background-color: #1f2371;
        text-align: center;
        border-radius: 0;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        padding: 15px 30px;
        border-bottom: none;
        border-top: none;
        border-left: none;
        border-right: 1px solid #4c4f8d; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
            font-size: 10px;
            padding: 10px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
            font-size: 12px;
            padding: 15px 20px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
            font-size: 14px; } }
        .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link span {
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 0;
          text-transform: capitalize; }
          @media only screen and (max-width: 767px) {
            .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link span {
              font-size: 9px; } }
          @media only screen and (min-width: 480px) and (max-width: 767px) {
            .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link span {
              font-size: 10px; } }
        .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link.active {
          background-color: #5d5e8d;
          color: #ffffff; }
      .our-schedule-area .schedule-tab .nav-tabs .nav-item:nth-child(1) .nav-link {
        border-radius: 10px 0 0 10px; }
      .our-schedule-area .schedule-tab .nav-tabs .nav-item:last-child .nav-link {
        border-right: none;
        border-radius: 0 10px 10px 0; }

.single-schedule-area {
  border: 1px solid #444675;
  border-radius: 10px;
  padding: 25px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 20px; }
  .single-schedule-area:hover, .single-schedule-area:focus {
    border-color: #df42b1; }
  .single-schedule-area .single-schedule-tumb-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
    width: 42%;
    padding-right: 15px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-schedule-area .single-schedule-tumb-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
        width: 35%; } }
    @media only screen and (max-width: 767px) {
      .single-schedule-area .single-schedule-tumb-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-bottom: 30px; } }
    .single-schedule-area .single-schedule-tumb-info .single-schedule-tumb {
      height: 90px;
      width: 90px; }
      .single-schedule-area .single-schedule-tumb-info .single-schedule-tumb img {
        border-radius: 50%; }
    .single-schedule-area .single-schedule-tumb-info .single-schedule-info {
      margin-left: 30px; }
      .single-schedule-area .single-schedule-tumb-info .single-schedule-info h6 {
        font-size: 20px;
        color: #ffffff;
        font-weight: 600; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info h6 {
            font-size: 16px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info h6 {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info h6 {
            font-size: 14px; } }
      .single-schedule-area .single-schedule-tumb-info .single-schedule-info p {
        color: #9293bc;
        margin-bottom: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info p {
            font-size: 12px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info p {
            font-size: 12px; } }
        @media only screen and (max-width: 767px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info p {
            font-size: 12px; } }
        .single-schedule-area .single-schedule-tumb-info .single-schedule-info p span {
          color: #ffffff; }
  .single-schedule-area .schedule-time-place {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
    width: 42%;
    padding: 0 15px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-schedule-area .schedule-time-place {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
        width: 35%; } }
    @media only screen and (max-width: 767px) {
      .single-schedule-area .schedule-time-place {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 0 0 30px 0; } }
    .single-schedule-area .schedule-time-place p {
      color: #ffffff;
      margin-bottom: 0;
      letter-spacing: 1px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-schedule-area .schedule-time-place p {
          font-size: 12px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-schedule-area .schedule-time-place p {
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .single-schedule-area .schedule-time-place p {
          font-size: 12px; } }
      .single-schedule-area .schedule-time-place p i {
        color: #df42b1;
        margin-right: 5px; }
      .single-schedule-area .schedule-time-place p:last-child {
        margin-bottom: 0; }
  .single-schedule-area .btn.confer-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    width: 16%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-schedule-area .btn.confer-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        width: 30%; } }
    @media only screen and (max-width: 767px) {
      .single-schedule-area .btn.confer-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
  .single-schedule-area.single-page {
    -webkit-box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
    box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
    border-color: #ffffff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    .single-schedule-area.single-page .single-schedule-info h6 {
      color: #111343; }
    .single-schedule-area.single-page .single-schedule-info p {
      color: #9293bc;
      margin-bottom: 0; }
      .single-schedule-area.single-page .single-schedule-info p span {
        color: #111343; }
    .single-schedule-area.single-page .schedule-time-place p {
      color: #111343; }
    .single-schedule-area.single-page:hover, .single-schedule-area.single-page:focus {
      border-color: #df42b1; }

/* :: 18.0 Tickets Area CSS */
.our-ticket-pricing-table-area {
  position: relative;
  z-index: 1; }
  /*.our-ticket-pricing-table-area .row .package-name{
    background: #df42b1;padding: 10px 22px;display: inline-block;color: #ffffff;letter-spacing: 1px;line-height: 1;border-radius: 0 0 5px 5px; }*/
  .our-ticket-pricing-table-area .row {
    margin-right: 5px;
    margin-left: 5px;
    /*background: white;
    padding: 15px;*/
    padding-top: 50px;
    border-radius: 20px;
    margin-bottom: 10px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .our-ticket-pricing-table-area .row {
        margin-right: 5px;
      margin-left: 5px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .our-ticket-pricing-table-area .row {
        margin-right: 5px;
      margin-left: 5px; } }
    @media only screen and (max-width: 767px) {
      .our-ticket-pricing-table-area .row {
        margin-right: 5px;
      margin-left: 5px; } }
    .our-ticket-pricing-table-area .row .col-12 {
      padding-left: 30px;
      padding-right: 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .our-ticket-pricing-table-area .row .col-12 {
          padding-left: 15px;
          padding-right: 15px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .our-ticket-pricing-table-area .row .col-12 {
          padding-left: 15px;
          padding-right: 15px; } }
      @media only screen and (max-width: 767px) {
        .our-ticket-pricing-table-area .row .col-12 {
          padding-left: 15px;
          padding-right: 15px; } }

.single-ticket-pricing-table {
  background-color: #ffffff;
  padding: 0 40px 40px 40px;
  border-radius: 10px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-ticket-pricing-table:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
    @media only screen and (max-width: 767px) {
      .single-ticket-pricing-table:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); } }
  .single-ticket-pricing-table .ticket-plan {
    background-color: #df42b1;
    padding: 10px 22px;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0 0 5px 5px;
    /*margin-bottom: 25px;*/
    line-height: 1; }
  .single-ticket-pricing-table .ticket-icon img {
    max-height: 100px; }
    @media only screen and (max-width: 767px) {
      .single-ticket-pricing-table .ticket-icon img {
        max-height: 60px; } }
  .single-ticket-pricing-table .ticket-price {
    font-size: 50px;
    color: #111343;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 15px; }
    .single-ticket-pricing-table .ticket-price span {
      font-size: 14px;
      font-weight: 600;
      position: relative;
      top: -20px; }
  .single-ticket-pricing-table .ticket-pricing-table-details p {
    color: #5d5e8d;
    margin-bottom: 8px;
    text-align: left; 
    font-size: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-ticket-pricing-table .ticket-pricing-table-details p {
        font-size: 14px; } }
    .single-ticket-pricing-table .ticket-pricing-table-details p i {
      color: #df42b1;
      margin-right: 10px; }
    .single-ticket-pricing-table .ticket-pricing-table-details p:last-child {
      margin-bottom: 0; }
  .single-ticket-pricing-table.style-2 {
    background-color: #ffffff;
    box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15); }

/* :: 19.0 Sponsor Area CSS */
.our-sponsor-client-area {
  position: relative;
  z-index: 1;
  background-color: #151853; }

.our-sponsor-area {
  position: relative;
  z-index: 1;
  width: 100%; }
  .our-sponsor-area .single-sponsor {
    border: 1px solid #444675;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -1px;
    margin-top: -1px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .our-sponsor-area .single-sponsor {
        height: 200px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .our-sponsor-area .single-sponsor {
        height: 150px; } }
    @media only screen and (max-width: 767px) {
      .our-sponsor-area .single-sponsor {
        height: 80px; } }
    .our-sponsor-area .single-sponsor a img {
      -webkit-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms;
      max-height: 110px;
      opacity: 0.5; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .our-sponsor-area .single-sponsor a img {
          max-height: 90px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .our-sponsor-area .single-sponsor a img {
          max-height: 50px; } }
      @media only screen and (max-width: 767px) {
        .our-sponsor-area .single-sponsor a img {
          max-height: 30px; } }
    .our-sponsor-area .single-sponsor:hover a img, .our-sponsor-area .single-sponsor:focus a img {
      opacity: 1; }

/* :: 20.0 Contact Area CSS */
.contact-our-area {
  position: relative;
  z-index: 1;
  background-color: #ffffff; /*#151853;*/
	padding-bottom: 50px;
}
  .contact-our-area .contact-information .single-contact-info {
    margin-bottom: 25px; }
    .contact-our-area .contact-information .single-contact-info p {
      color: #9293bc;
      margin-bottom: 5px; }
    .contact-our-area .contact-information .single-contact-info h6 {
      font-size: 18px;
      color: #ffffff;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .contact-our-area .contact-information .single-contact-info h6 {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .contact-our-area .contact-information .single-contact-info h6 {
          font-size: 14px; } }
    .contact-our-area .contact-information .single-contact-info:last-child {
      margin-bottom: 0; }
  .contact-our-area .contact_from_area {
    background-color: rgba(255, 255, 255); /*rgba(255, 255, 255, 0.05)*/
    padding: 30px;
    border-radius: 10px; }
  .contact-our-area .contact-our-content {
	background-color: #111343;
	padding: 30px;
	padding-top: 25px; /*padding-top: 45px;*/
	border-radius: 10px;
  }

.form-group .form-control {
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  background-color: transparent;
  border-right: none;
  border-top: none;
  border-left: none;
  border-radius: 4;
  border-bottom: 1px solid #4d507d;
  font-size: 15px;
  text-transform: capitalize;
  color: #9293bc;
  padding-left: 0; }
  .form-group .form-control:focus {
    box-shadow: none; }
  .form-group .form-control:active, .form-group .form-control:focus {
    border-bottom-color: #ffffff; }
.form-group textarea.form-control {
  height: 80px; }

/* :: Contact us single page CSS */
.contact--us-area .row {
  margin-right: -25px;
  margin-left: -25px; }
  @media only screen and (max-width: 767px) {
    .contact--us-area .row {
      margin-left: -15px;
      margin-right: -15px; } }
  .contact--us-area .row .col-12 {
    padding-left: 25px;
    padding-right: 25px; }
    @media only screen and (max-width: 767px) {
      .contact--us-area .row .col-12 {
        padding-left: 15px;
        padding-right: 15px; } }
.contact--us-area .contact-us-thumb img {
  border-radius: 10px; }
.contact--us-area .contact_from_area .contact-heading h4 {
  font-size: 25px;
  color: #111343;
  text-transform: uppercase; }
.contact--us-area .contact_from_area .contact-heading p {
  color: #5d5e8d;
  margin-bottom: 30px; }

.contact_input_area .form-group .form-control {
  border-bottom: 1px solid #dbdcf1;
  color: #9293bc; }
  .contact_input_area .form-group .form-control:active, .contact_input_area .form-group .form-control:focus {
    border-bottom-color: #5d5e8d; }
.contact_input_area .form-group textarea.form-control {
  height: 70px; }

.map-area {
  position: relative;
  z-index: 1; }
  .map-area iframe {
    height: 580px;
    width: 100%;
    border: none; }

.contact--info-area {
  padding: 40px 50px 0;
  position: relative;
  z-index: 22;
  top: -75px;
  background-color: #ffffff;
  border-radius: 10px; }
  .contact--info-area .single-contact--info {
    position: relative;
    z-index: 1;
    margin-bottom: 50px; }
    .contact--info-area .single-contact--info h5 {
      color: #111343;
      font-size: 16px;
      margin-bottom: 0;
      margin-top: 10px;
      display: inline-block; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .contact--info-area .single-contact--info h5 {
          font-size: 14px; } }

/* :: 21.0 CTA Area CSS */
.call-to-action-area {
  position: relative;
  z-index: 1; }

.call-to-action-content {
  position: relative;
  z-index: 1; }
  .call-to-action-content .call-to-action-heading h6 {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
  .call-to-action-content .call-to-action-heading h2 {
    font-size: 55px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 30px;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .call-to-action-content .call-to-action-heading h2 {
        font-size: 30px; } }
  .call-to-action-content .event-time {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px 50px;
    display: inline-block;
    border-radius: 10px; }
    .call-to-action-content .event-time p {
      font-size: 18px;
      color: #ffffff;
      margin-bottom: 3px; }
      .call-to-action-content .event-time p:last-child {
        margin-bottom: 0; }
      .call-to-action-content .event-time p i {
        margin-right: 3px; }

/* :: 22.0 Application Area CSS */
.application_form {
    padding-top: 30px;
}

.application_input_area {
  .form-group {
      .form-control {
          border: 1px solid #dbdcf1;/*border-bottom: 1px solid #dbdcf1;*/

          color: #5c5c62;

          &:active,
          &:focus {
              border-bottom-color: #5d5e8d;
          }
      }

      textarea.form-control {
          height: 100px;
      }

      .subLabel {
        color: grey;
        font-size: 12px;
        padding-left: 15px;
      }
  }

  .presenter_info span{
    margin-bottom: 15px;display: inline-block;
  }

  .presenter_info .col-12{
    /*padding-left: 0px;*/
  }

  .confer-btn {
    margin-top: 30px;
  }
}

.contact_from_area {
  .contact-heading p{
    margin-top: 20px;
  }
}

.attachments span {
  color:red;
}

.attachments ol {
  margin-left: 12px;
  .lipass {
    color: green;
  }
  .lifail {
    color: red;
  }
}

.attachments ol li {
  list-style: decimal !important;
}

.navlogo {
  width: 100% !important;
}

.event-date {
  animation-delay: 700ms;
  font-size: 30px;
  font-weight: bold;
}

.mehide {
  display: none;
}

.mehide2 {
  position: absolute;
  opacity: 0;
}

.whattoexpect li{
  list-style: disc;
  color: #d3d3d3;
  font-size: 25px;
  padding-bottom: 10px;
}

.wsa-main-title h4 {
  color: #df42b1;
}

.wsa-title p {
  width: 100%;
  text-align: center;
}

.software-lifecycle-aspects {
  width: 100%;
  text-align: center;
  .single-aspect {
    display: inline-block;
    box-shadow: 2px 3px 15px 0px rgba(38, 90, 190, 0.35);
    height: 60px;
    vertical-align: middle;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    background: white;
    .aspect-name {
      padding: 15px;
    }
  }
}

.conference-topics {
  width: 100%;
  text-align: center;
  .conference-topic {
    display: inline-block;
    box-shadow: 2px 3px 15px 0px rgba(38, 90, 190, 0.35);
    height: 60px;
    vertical-align: middle;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    background: white;
    .topic-name {
      padding: 15px;
      padding-left: 0px;
      padding-right: 0px;
      h5 {
        font-size: 17px;
      }
    }
  }
}

.quick-facts-title {
  width: 100%;
  padding: 10px;
  color: #df42b1;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.quick-facts-title h4 {
  color: #df42b1;margin: 0;
}

.quick-facts-content, .software-lifecycles {
  padding-left: 15px;
}

.software-lifecycles {
  padding-top: 15px;
}

.quick-facts-content li {
  list-style: square;
  padding-bottom: 10px;
  color: #5d5e8d;
}

.software-lifecycles li {
  list-style: circle;
  padding-bottom: 10px;
}

.anticipated-attendees { 
  width: 100%;
  .anticipated-attendee {
    width: 100%;
    border-bottom: 1px solid #ece6e6;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #5d5e8d;
  }
  .anticipated-attendee div:nth-child(1) {
    width: 85%;
    display: inline-block;
  }
  .anticipated-attendee div:nth-child(2) {
    width: 15%;
    display: inline-block;
    text-align: right;
  }
}

.anticipated-data {
  text-align: right;
  img {
    margin-top: 30px;
  }
}

.our-ticket-pricing-table-area {
  .container {
    .row {
      .single-ticket-pricing-table {
        height: 395px;
      }
    }

    .row .col-12:nth-child(1) {
      padding-left: 50px;
    }

    .row .col-12:nth-child(3) {
      padding-right: 50px;
    }
  }
}

.sponsorship-packages {
  width: 100%;
  padding-top: 20px;
}

.become-sponser-list {
  padding-left: 35px;
  li {
    list-style: square;
    padding-bottom: 10px;
    color: #5d5e8d;
  }
}

.submit-speaker-application {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.sponsor-registration {
  .payinfotitle {
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .total-cost {
    cursor: not-allowed;
  }
  
}

.expiration-date div {
  display: inline-block;
  width: 49%;
}

.expiration-date div span{
  display: inline-block;
}

.expiration-date .expmonth {
  margin-right: 7px;
}

.expiration-date .expyear {
  margin-left: 10px;
}

.total-cost {
  span {
    display: inline-block;
    padding-right: 5px;
    width: 1.5%;
  }
  .form-control {
    display: inline-block;
    width: 98.5%;
  }
}

@media only screen and (max-width: 767px) {
  .software-lifecycle-aspects {
    padding-left: 30px;
    padding-right: 30px;
    .single-aspect {
      height: auto;
    }
  }

  .conference-topics {
    padding-left: 15px;
    padding-right: 15px;
    .conference-topic {
      height: auto;
      width: 90%;
      margin-right: 0px;
    }
  }

  .whattoexpect {
    padding-left: 35px;
    padding-right: 35px;
    li {
      font-size: 18px;
    }
  }

  .application-area {
    padding-left: 15px;
    padding-right: 15px;
  }

  .our-ticket-pricing-table-area {
    .container {
      .row .col-12:nth-child(1) {
        padding-left: 15px;
      }

      .row .col-12:nth-child(3) {
        padding-right: 15px;
      }
    }
  }
}

@media (min-width: 768px) {
  .software-lifecycle-aspects {
    /*padding-left: 30px;
    padding-right: 30px;*/
    .single-aspect {
      height: auto;
    }
  }  
}

.contactasbillto {
  padding-top: 12px;
  span {
    padding-left: 5px;
  }
}

.normal-text {
  text-transform: none !important;
}

.package-container {
  .package-name {
    background: #df42b1;padding: 10px 22px;display: inline-block;color: #ffffff;letter-spacing: 1px;line-height: 1;border-radius: 0 0 5px 5px; margin-bottom: 30px;font-size: 1.3rem;}
  .ticket-pricing-table-details p {
    font-size: 14px !important;
    margin-bottom: .3rem !important; 
    color: #dbdbf9;}
  .ticket-pricing-table-details p i {
    color: #df42b1;
    margin-right: 5px; 
    font-size: 17px; }
  .package-features-details {
    padding-left: 20px !important;
    padding-right: 5px !important;
    padding-bottom: 15px;
    .minimum-price {
      margin-top: -24px;
      margin-bottom: 25px;
      font-size: 18px;
      font-weight: 500;
      position: relative;
      color: white;
    }
    .minimum-price span {
      display: inline-block;
      padding-right: 5px;
    }
    .minimum-price div {
      display: inline-block;
    }
  }
  .package-pricing-details {
    padding-left: 15px !important;
    padding-right: 15px !important;
    background: white;
    border-radius: 0px 20px 20px 0px;
    .row {
      margin-right: 0px !important;
      margin-left: 0px !important;
      padding: 8px !important;
      padding-left: 5px !important;
      padding-right: 0px !important;
      margin-bottom: 10px !important;
    }
    .row .col-md-3 {
      padding-left: 3px !important;
      padding-right: 3px !important;
      font-size: 14px;
      line-height: 1.7;
      color: #5d5e8d;
    }
    .header-pricing-row {
      margin-top: 50px;
    }
    .header-pricing-row .col-md-3 {
      text-decoration: underline;
      color: #df42b1;
      font-size: 16px;
    }
    .sub-pricing-row {
      background: #e1d8fd;
      border-radius: 0px;
    }
    .header-pricing-row .col-md-3:first-child {
      color: #3339c6 !important;
    }
    .sub-heading {
      color: #3339c6 !important;
    }
  }
}

.package-container-bg {
  background: #151853;
}

.pack-feature {
  color: #f9d1d1;
}

.gradiant-seperator {
  background: #6765D6;
  background: linear-gradient(90deg, rgba(103, 101, 214, 1) 0%, rgba(139, 97, 206, 1) 50%, rgba(223, 66, 177, 1) 100%);
  height: 4px;
}

.toggle-container {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

@media only screen and (max-width: 926px) {
  .toggle-container {
    flex-direction: column;
  }
  .toggle-cont-option {
    width: 100%;
  }
  .toggle-cont-option:nth-child(2) span {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .toggle-container {
    flex-direction: column; 
  }
  .toggle-cont-option {
    width: 100%;
  }
  .toggle-cont-option:nth-child(2) span {
    padding-left: 0px !important;
  }
}  

.toggle-wrapper {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgb(51, 54, 113);
  display: flex;
  padding: 5px;
  width: 220px;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.toggle-option {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  z-index: 2;
  color: #555;
  font-weight: 400;
  transition: color 0.3s ease, opacity 0.3s ease;
  opacity: 0.4;
}

.toggle-option.active {
  color: #fff;
  opacity: 1;
  animation: fadeIn 0.4s ease;
}

.toggle-slider {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  width: calc(50% - 5px);
  background-color: #151853;
  border-radius: 25px;
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.free-im {
  margin-top: 7%;
}

.free-im div {
  text-align: center;
  font-size: 1.2rem;
  padding: 20px 0;
}

.pricing-sub-heading {
  font-size: 13px !important;
  color: #151853 !important;
  padding-top: 10px;
}

.showInCenter {
  position: fixed;
  max-width: none !important;
  z-index: 9999;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
  border-radius: 10px;
  background: white;
  padding: 10px;
  margin-top: 0px !important;
}

.mWidth1100 {
  max-width: 1100px !important;
}

.contentlist {
  padding-bottom: 10px;
}

.contentlist ul {
  padding-left: 25px;
}

.contentlist ul li {
  padding-bottom: 10px;
  color: #5d5e8d;
}

.contentlist ul li::before {
  content: "\2022"; /* Unicode character for a disc bullet */
  color: #df42b1; /* Set the bullet color to red */
  display: inline-block; /* Allows for proper spacing and alignment */
  width: 1em; /* Adjust width for spacing */
  margin-left: -1em; /* Adjust margin for alignment */
}

/* ------------------------------------------
Platform-Components
-------------------------------------------*/
.ialm-platform-components {
  width: 100%;
}

.component-detail .component-sub-heading {
  color: #df42b1 !important;
}

.ticket-pricing-table-details p .zmdi-close {
  color: black !important;
}

.annualsave {
  margin-left: 20px;
  background: #c4c6f9;
  padding: 5px 10px 5px 10px;
  border-radius: 12px;
}

.subscription-group {
  border-radius: 10px;
  overflow: hidden;
}

.subscription-group .btn:hover {
  background: #151853 !important;
  color: white !important;
}

.subscription-group .sub-inactive {
  background: whitesmoke !important;
  color: #acacac !important;
  border-color: #c6c5c5;
}

.subscription-group .sub-active {
  background: #151853 !important;
  color: white !important;
}

.subscription-group .btn {
  background: whitesmoke;
  color: #acacac;
}

.subscription-group button:first-of-type {
  border-radius: 10px 0px 0px 10px !important;
}

.subscription-group button:last-of-type {
  border-radius: 0px 10px 10px 0px !important;
}

.package-learn-more {
  color: #2832f9 !important;
  padding-left: 18px;
  cursor: pointer;
}

.package-learn-more:hover {
  text-decoration: underline;
}

.mb0 {
  margin-bottom: 0px !important;
}

.comp-svg-container {
  width: 850px !important;
}

.pack-comp-dialog {
  max-width: 1150px !important;
}

.plan-support {
  margin-bottom: 15px;
  color: #df42b1;
  font-size: 15px;
}

/*ai-feature-highlight*/
.ai-feature-h {
  background: #ebe4ff;
  padding: 8px;
  border-radius: 18px;
  border: 1px solid #e5dbff;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.pricing-area .pricing-area-heading {
  margin-bottom: 0px !important;
  margin-top: -60px;
}

.dib {
  display: inline-block;
}

.packageComponents .compdata-row {
  justify-content: center;
}

.packageComponents .component-svg-container {
  max-width: 884px !important;
}

.packageComponents .modal-header {
  border-bottom: none !important;
  padding-bottom: 0px !important;
}

.packageComponents .modal-body {
  padding-top: 0px !important;
  padding-bottom: 30px !important;
}

.component-detail {
  padding-top: 20px;
}

.contact-option {
  /*background: white;*/
  padding: 20px;
  border-radius: 10px;
  /*box-shadow: 0px 8px 27px 0px rgba(255, 255, 255, 0.20);*/
  height: 270px;
  background: white;
  padding-left: 14px;
  padding-right: 14px;
}

@media only screen and (max-width: 926px) {
  .contact-option {
    margin-bottom: 30px;
  } 
}

@media only screen and (max-width: 480px) {
  .contact-option {
    margin-bottom: 30px;
  } 
}

.contact-option h4 {
  font-size: 1.40rem;
}

.contact-option p {
  margin-top: 1rem;
  font-size: 15px;
}

.contact-options-container .row {
  /*margin-bottom: 60px !important;*/
  justify-content: center;
}

/*.contact-options-container .row .col-xl-5:first-of-type{
  margin-right: 30px !important;
}*/

.contact-options-container .row .col-xl-4 {
  margin-bottom: 30px !important;
}

.contact-option .confer-btn {
  /*border-radius: 10px;*/
  width: 220px !important;
  text-transform: capitalize;
  margin-left: -3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-option .confer-btn-nb::before {
  background: #df42b1 !important;
}

.contact-section-heading-2 h4 {
  color: #151853 !important
}

.mt-45 {
  margin-top: 45px !important;
}

.contactusmodal .modal-dialog {
  max-width: 580px !important;
}

.close {
  font-weight: 400 !important;
}

.modal-backdrop.show {
  opacity: .7 !important;
}

.section-3 .row {
  margin-bottom: 50px;;
}

.section-3 .section-heading h4 {
  color: inherit !important;
}

.section-3 .section-heading p {
  color: #df42b1 !important;
}

.section-3 .sub-heading {
  color: #151853 !important;
}

.section-3 .sub-heading h2 {
  color: #151853;
  font-size: 25px;
}

.section-3 .sub-heading p{
  padding-top: 10px;
  font-size: 1.25rem;
  font-weight: normal;
  color: #5d5e8d;
  padding-left: 12%;
  padding-right: 12%;
  line-height: 30px;
}

.section-3 img {
  border-radius: 10px;
  box-shadow: rgb(21, 24, 83) 0px 2px 10px 4px;
}

.section-3 .single-welcome-slide {
  position: relative;
  z-index: 2;
  width: 530px !important;
  height: 340px !important;
  background-color: white !important; 
}

.section-3 .jarallax video {
  width: 530px !important;
  height: 340px !important;
  object-fit: contain !important;
  margin: 0px;
}

.align-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us-countdown-area img {
  margin-top: 30px;
}

.about-us-countdown-area .about-thumb {
  margin-top: -10px;
}

.about-us-countdown-area .about-content-text h6 {
  margin-bottom: 0px;
}

.about-us-countdown-area .about-content-text h2 {
  color: white;
  font-size: 2.61rem;
  line-height: 1.18;
}

.welcome-text h6:first-of-type {
  margin-bottom: 0px !important;
}

.welcome-text h6:last-of-type {
  color: #aa3ef6 !important;
}

/*Cloud Setup CSS*/
.cloudSetupContent, .emailVerificationContent {
  width: 48%;
  text-align: center;
  padding: 50px;
  box-shadow: 0 0 8px #091e4229;
  min-height: 585px;
  border-radius: 10px;
  background: white;
}

@media only screen and (max-width: 926px) {
  .cloudSetupContent, .emailVerificationContent {
    width: 100%;
  } 
}

@media only screen and (max-width: 480px) {
  .cloudSetupContent, .emailVerificationContent {
    width: 100%;
  } 
}  

.cloudSetupContent .section-heading-3 h2, .emailVerificationContent .section-heading-3 h2 {
  font-size: 1.8rem !important;
}

.cloudSetupContent .emailForm {
  display: flex;
  gap: 8px;
}

@media only screen and (max-width: 926px) {
  .cloudSetupContent .emailForm {
    flex-direction: column;
  } 
}

@media only screen and (max-width: 480px) {
  .cloudSetupContent .emailForm {
    flex-direction: column;
  } 
}

.cloudSetupContent .emailForm input {
  height: 46px; 
  border-radius: 10px;
  flex: 1;
  display: flex;
}

.txtVfyC {
  width: 36px;
  padding: 0.375rem .55rem !important;
  text-align: center;
  text-transform: uppercase;
}

.verifycodeForm {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.sc3-subheading {
  font-size: 14px;
}

.sc3-subheading span {
  font-size: 14px;
  font-weight: 600;
  color: black;
}

.email-verified {
  background-color: #c8ffc8;
  color: #006200;
  padding: 10px;
  border-radius: 20px;
}

.accountsetup-detail-form {
  text-align: left;
  margin-bottom: 5px;
}

.accountsetup-detail-form label{
  font-weight: 400;
  font-size: 14px;
}

.decision-options label {
  font-weight: normal !important;
  color: #5d5e8d;
  padding-right: 10px;
}

.decision-options label input {
  margin-right: 5px;
}

.accountsetup-detail-form textarea {
  width: 100%;
}

.sitenamewrapper {
  position: relative;
}

.sitenamewrapper input {
  padding: 10px 97px 10px 10px;
}

.sitenamewrapper .postfix {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  pointer-events: none;
  color: #5d5e8d;
}

.sitenamewrapper .postIcon {
  display: none;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) scale(0.7);
  pointer-events: none;
}

.sitenamewrapper.invalid-sn input {
  border: 1px solid var(--danger);
}

.sitenamewrapper.is-validsn input {
  border: 1px solid var(--success);
}

.sitenamewrapper.invalid-sn .postfix {
  right: 38px;
}

.sitenamewrapper.invalid-sn .postIcon {
  display: block;
}

.sitenamewrapper.is-validsn .postIcon {
  display: none !important;
}

.sitenamewrapper.is-validsn .postfix {
  right: 38px;
}

.validationIcon {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  pointer-events: none;
}

.error-message {
  color: var(--danger);
  font-size: 12px;
  margin-bottom: 10px;
  display: flex;
  margin-top: 3px;
}

.emailwrapper {
  position: relative;
}

.emailwrapper input {
  padding: 10px 38px 10px 10px;
}

.emailwrapper .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  pointer-events: none;
}

.validicon {
  color: #45c241;
}

.invalidicon {
  color: var(--red);
}

.validborder {
  border-color: #45c241 !important;
}

.invalidborder {
  border-color: var(--red) !important;
}

.siteError {
  padding-top: 5px;padding-bottom: 12px;display: flex;font-size: 12px;color: var(--danger);
}

/*====== LOGIN ======*/

.account-login {
  width: 36%;
  text-align: center;
  padding: 50px;
  box-shadow: 0 0 8px #091e4229;
  min-height: 485px;
  border-radius: 10px;
  background: white; 
}

.account-login .logo img {
  width: 60% !important;
}

.account-login .section-heading-3 h2 {
  font-size: 20px;
}


@media only screen and (max-width: 768px) {
  .account-login {
    width: 100%;
  } 
}

@media only screen and (max-width: 480px) {
  .account-login {
    width: 100%;
  } 
}

.account-options, .privacy-notice {
  font-size: 13px;
}

.recaptcha-protected p {
  font-size: 12px;
}

.account-options span, .privacy-notice span {
  padding-left: 5px;
  padding-right: 5px;
}

.btnLnk {
  color: #007bff;
  font-weight: 500;
  padding: 0;
}

input::-webkit-input-placeholder {
  color: #888;
}

input:-moz-placeholder {
  color: #888;
  opacity: 1; /* Firefox requires this */
}

input::-moz-placeholder {
  color: #888;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #888;
}

.pricing-platcomps {
  height: auto !important;
  background: none;
}

.pricing-platcomps svg {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  width: 72% !important;
}

#arrowGroup {
  transform-box: fill-box;
  transform-origin: center;
  /*transform: scale(0.5);*/
  /*animation: diagonalLoop 1s ease-in-out infinite alternate;*/
  animation: diagonalFadeLoop 2.5s ease-in-out infinite;
}

@keyframes diagonalLoop {
  0%   { transform: scale(0.5) translate(0px, 0px); }
  50%  { transform: scale(0.5) translate(140px, -140px); }
  100% { transform: scale(0.5) translate(0px, 0px); }
}

@keyframes diagonalFadeLoop {
  0% {
    transform: scale(0.5) translate(0px, 0px);
    opacity: 1;
  }
  80% {
    transform: scale(0.5) translate(140px, -140px); /* Diagonal movement */
    opacity: 0;
  }
  100% {
    transform: scale(0.5) translate(0px, 0px); /* Reset position */
    opacity: 0;
  }
}

.welcome-slide .single-welcome-slide .col-6 {
  flex: 0 0 55% !important;
  max-width: 55% !important; }
  @media only screen and (max-width: 767px) {
    .welcome-slide .single-welcome-slide .col6 {
      flex: 0 0 55% !important;
      max-width: 55% !important; } }
 
.welcome-slide .single-welcome-slide {
  background-image: url('img/home-back.png');
}
      
/* For tablets (e.g., max-width 768px) */
@media (max-width: 768px) {
  .welcome-slide .single-welcome-slide {
    background-image: url('img/home-back-mobile.png');
  }
}

/* For mobile devices (e.g., max-width 480px) */
@media (max-width: 480px) {
  .welcome-slide .single-welcome-slide {
    background-image: url('img/home-back-mobile.png');
  }

  .welcome-slide .single-welcome-slide .col-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  
  .welcome-slide .single-welcome-slide .col-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .welcome-slide .single-welcome-slide .col-5 svg {
    margin-top: 200px !important;
    margin-right: 0px !important;
  }
}

.section-support-sub-1 h2 {
  font-size: 4rem;
  line-height: 1.0;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 926px) {
  .section-support-sub-1 h2 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 480px) {
  .section-support-sub-1 h2 {
    font-size: 2.5rem;
  } 
}

.section-support-sub-1 h4 {
  color: #5d5e8d;
  font-weight: 400;
  margin-bottom: 1.2rem;
}

.section-support-sub-2 {
  background-color: rgb(233, 224, 245);
  text-align: center;
}

.section-support-sub-2 .row {
  justify-content: center;
}

.section-support-sub-3 .row:first-of-type {
  text-align: center;
}

.section-support-sub-4 {
  background-color: #8a2ce2;
  text-align: center;
}

.section-support-sub-4 h3, .section-support-sub-4 p {
  color: white;
}

.section-support-sub-4 .row {
  justify-content: center;
}

.section-support-sub-3 svg {
  width: 40px;
  height: 40px;
  fill: #8a2ce2;
  margin-bottom: 10px;
}

/*.section-support-sub-3 .col-12.col-lg-4:hover {
  background-color: rgb(233, 224, 245);
}*/

.section-support-sub-3 .col-12.col-lg-4 h4 {
  font-size: 1.3rem;
}

.section-support-sub-3 .col-12.col-lg-4 p {
  font-size: 14.8px;
}

.section-support-sub-3 .col-12.col-lg-4 .support-box:hover {
  background-color: rgb(233, 224, 245);
}

.section-support-sub-3 .col-12.col-lg-4 .support-box:hover svg {
  fill: black;
}

.section-support-sub-3 .col-12.col-lg-4 .support-box {
  padding: 10px;
  height: 210px;
}

.section-support-sub-3 .col-12.col-lg-4 a:hover {
  text-decoration: none;
}

.section-support-sub-4 .btnFeedback {
  background: white !important;
  color: black !important;
  border-color: white;
  border-radius: 12px;
}

/*-----Requirement Tools-----*/
.section-reqtools-sub-1 {
  background-color: rgb(233, 224, 245);
}

.section-reqtools-sub-1 h2 {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.section-reqtools-sub-1 h4 {
  color: #5d5e8d;
  font-weight: 400;
  margin-bottom: 1.2rem;
}

.section-reqtools-sub-2A .row:first-of-type {
  text-align: center;
}

.section-reqtools-sub-2A {
  background: #f2f7fd;
}

.section-reqtools-sub-2A h4 {
  color: #5d5e8d;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.55;
}

.section-reqtools-sub-2 .col-12.col-lg-4 h4 {
  font-size: 1.3rem;
}

.section-reqtools-sub-2 .col-12.col-lg-4 p {
  font-size: 14.8px;
}

.section-reqtools-sub-2 .col-12.col-lg-4 .support-box:hover {
  background-color: rgb(233, 224, 245);
}

.section-reqtools-sub-2 .col-12.col-lg-4 .support-box:hover svg {
  fill: black;
}

.section-reqtools-sub-2 .col-12.col-lg-4 .support-box {
  padding: 10px;
  height: 210px;
}

.section-reqtools-sub-3 {
  background: #f2f7fd;
  padding-bottom: 100px;
}

.section-reqtools-sub-3 .row:first-of-type {
  text-align: center;
}

.section-reqtools-sub-3 svg {
  width: 40px;
  height: 40px;
  fill: #8a2ce2;
  margin-bottom: 10px;
}

.section-reqtools-sub-3 .col-12.col-lg-4 h4 {
  font-size: 1.3rem;
}

.section-reqtools-sub-3 .col-12.col-lg-4 p {
  font-size: 14.8px;
}

.section-reqtools-sub-3 .col-12.col-lg-4 .reqtools-box:hover {
  background-color: rgb(212, 224, 238);
}

.section-reqtools-sub-3 .col-12.col-lg-4 .reqtools-box:hover svg {
  fill: black;
}

.section-reqtools-sub-3 .col-12.col-lg-4 .reqtools-box {
  padding: 10px;
  height: 270px;
}

.section-reqtools-sub-3 .reqtools-content h4 {
  color: #5d5e8d;
  font-weight: 400;
  font-size: 1.1rem;
}

.section-reqtools-sub-3 .reqtools-box:nth-child(2) svg {
  transform: rotate(180deg) scaleX(-1);
}

.reqtools-content .confer-btn-nb {
  width: 40% !important;
}

.reqtools-content .confer-btn-nb:last-of-type {
  margin-left: 20px;
}

.pill {
  border: 1px solid #a87ef9;
  background-color: #a87ef9;
  padding: 14px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 20px;
  display: inline-flex;
  width: auto;
  border-radius: 30px;
  color: white;
}


.section-reqtools-sub-5 {
  background-color: #8a2ce2;
  text-align: center;
}

.section-reqtools-sub-5 h3, .section-reqtools-sub-5 p {
  color: white;
}

.section-reqtools-sub-5 .row {
  justify-content: center;
}

.section-reqtools-sub-5 .btn-primary {
  background: white !important;
  color: black !important;
  border-color: white;
  border-radius: 12px;
}

.section-reqtools-sub-4 .row:first-of-type {
  text-align: center;
}

.section-reqtools-sub-4 .row:last-of-type .col-12 {
  border: 1px solid lightgray;
  padding: 20px;
  border-radius: 8px;
  margin-right: 10px;
  /*max-width: 31.5% !important;*/
  text-align: center;
  flex: 1;
}

@media only screen and (max-width: 768px) {
  .section-reqtools-sub-4 .row:last-of-type .col-12.col-lg-4 {
    width: 95%;
    flex: unset;
    margin-left: 10px;
    margin-bottom: 10px;
  } 
}

@media only screen and (max-width: 480px) {
  .section-reqtools-sub-4 .row:last-of-type .col-12.col-lg-4 {
    width: 95%;
    flex: unset;
    margin-left: 10px;
    margin-bottom: 10px;
  } 
}


/*--------Training and Mentoring--------*/
.section-trainnment-sub-1 {
  background-color: rgb(233, 224, 245);
}

.section-trainnment-sub-1 h2 {
  font-size: 4rem;
  line-height: 1.0;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 926px) {
  .section-trainnment-sub-1 h2 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 480px) {
  .section-trainnment-sub-1 h2 {
    font-size: 2.5rem;
  }
}
.section-trainnment-sub-1 h4 {
  color: #5d5e8d;
  font-weight: 400;
  margin-bottom: 1.2rem;
}

.section-trainnment-sub-2 {
  text-align: center;
}

.section-trainnment-sub-2 .row {
  justify-content: center;
}

.section-trainnment-sub-2 h4 {
  color: #5d5e8d;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.section-trainnment-sub-3 {
  background-color: #f2f7fd;
  padding-bottom: 50px;
}

.section-trainnment-sub-3 svg {
  width: 30px;
  height: 30px;
  fill: #8a2ce2;
  margin-bottom: 10px;
}

.section-trainnment-sub-3 .trainnment-duration {
  display: flex;
}

.section-trainnment-sub-3 .bi-clock {
  width: 15px;
  height: 15px;
  fill: #686868;
  margin-bottom: 20px;
  margin-right: 5px;
}

.section-trainnment-sub-3 span {
  display: flex;
  margin-top: -3px;
  color: #5d5e8d;
  font-size: 14px;
}

.section-trainnment-sub-3 .col-12.col-lg-4 h4 {
  font-size: 1.2rem;
}

.section-trainnment-sub-3 .col-12.col-lg-4 p {
  font-size: 15.4px;
}

/*.section-trainnment-sub-3 .col-12.col-lg-4 .trainnment-box:hover {
  background-color: rgb(233, 224, 245);
}

.section-trainnment-sub-3 .col-12.col-lg-4 .trainnment-box:hover svg {
  fill: black;
}*/

.section-trainnment-sub-3 .col-12.col-lg-4 .trainnment-box {
  padding: 20px;
  height: 358px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
}

.section-trainnment-sub-3 > div > div > div:is(:nth-child(1), :nth-child(2), :nth-child(4), :nth-child(6)) p {
  margin-top: 38px;
}

.section-trainnment-sub-3 > div > div > div:is(:nth-child(5)) p {
  margin-top: 14px;
}

.section-trainnment-sub-3 > div > div > div:is(:nth-child(2)) a {
  margin-top: 1px;
}

.section-trainnment-sub-3 > div > div > div:is(:nth-child(2)) > div {
  margin-top: 7px;
}

.trainnment-box-container:nth-of-type(2) .trainnment-duration {
  margin-top: 37px;
}

.section-trainnment-sub-3 > div > div > div:is(:nth-child(3)) a {
  margin-top: 6px;
}

.section-trainnment-sub-3 h2 {
  text-align: center;
}

.section-trainnment-sub-3 .trainnment-box-container {
  padding-left: 15px;
  padding-right: 15px;
}

.section-trainnment-sub-3 .trainnment-box {
  background: white;
  padding: 10px;
  border-radius: 8px;
}

.section-trainnment-sub-4 {
  background-color: #8a2ce2;
  text-align: center;
}

.section-trainnment-sub-4 h3, .section-trainnment-sub-4 p {
  color: white;
}

.section-trainnment-sub-4 .row {
  justify-content: center;
}

.section-trainnment-sub-4 .btnFeedback {
  background: white !important;
  color: black !important;
  border-color: white;
  border-radius: 12px;
}

/*--------Tutorials--------*/
.section-tutorials-sub-1 {
  background-color: rgb(233, 224, 245);
  text-align: center;
}

.section-tutorials-sub-1 h2 {
  font-size: 3rem;
  line-height: 1.0;
  margin-bottom: 1rem;
}

.tut-search-wrapper {
  border: 1px solid #ab94ca;
  text-align: left;
  padding: 10px;
  border-radius: 20px;
  background-color: white;
}

.tut-search-wrapper input {
  border: 0;background: transparent;
  width: 95%;
}

.tut-search-wrapper .bi-x {
  width: 22px;
  height: 22px;
}

.section-tutorial-sub-3 {
  background-color: white;
  padding-bottom: 50px;
}

.section-tutorial-sub-3 svg {
  width: 30px;
  height: 30px;
  fill: #8a2ce2;
  margin-bottom: 10px;
}

.section-tutorial-sub-3 .tutorial-duration {
  display: flex;
  padding-top: 10px;
}

.section-tutorial-sub-3 .bi-clock {
  width: 15px;
  height: 15px;
  fill: #9744e5;
  margin-bottom: 20px;
  margin-right: 5px;
}

.section-tutorial-sub-3 span {
  display: flex;
  margin-top: -3px;
  color: #5d5e8d;
  font-size: 14px;
}

.section-tutorial-sub-3 .col-12.col-lg-4 h4 {
  font-size: 1.2rem;
  color: #d56dd5;
}

.section-tutorial-sub-3 .col-12.col-lg-4 p {
  font-size: 15.4px;
}

.section-tutorial-sub-3 .col-12.col-lg-4 .tutorial-box {
  padding: 20px;
  margin-bottom: 30px;
}

.tutorial-box-container:nth-of-type(1) .tutorial-duration {
  padding-top: 33px;
}

.tutorial-box-container .confer-btn-nb::before {
  background: #690dab !important;
}

.tutorial-seperator {
  margin-bottom: 25px;
  border-bottom: 2px solid lightgray;
  margin-top: 35px;
}

.no-results-message {
    text-align: center;
    font-size: 1.2em;
    color: #ff2727;
    margin-top: 20px;
}

.tut-search-wrapper .bi-x {
  cursor: pointer;
}

/*----------Book a Demo----------*/
.book-a-demo {
  /*width: 48%;*/
  text-align: center;
  padding: 50px;
  box-shadow: 0 0 8px #091e4229;
  min-height: 585px;
  border-radius: 10px;
  background: white;
}

.book-a-demo .section-heading-3 h2 {
  font-size: 1.8rem !important;
}

.book-a-demo .section-heading-3 span {
  font-size: 14px;
  color: red;
  font-weight: 400;
}

.book-a-demo-detail-form {
  text-align: left;
}

.book-a-demo-detail-form span {
  color: red;
}

.book-a-demo-detail-form label {
  font-size: 14px;
  font-weight: 400;
}

.book-a-demo-detail-form textarea {
  width: 100%;
}

.book-a-demo-detail-form input[type="radio"] {
  margin-right: 5px;
}

.book-a-demo-detail-form textarea::placeholder {
  font-size: 12px; /* Adjust the value as needed (e.g., px, rem, %) */
}


/*--------Account Management--------*/
.section-account-management-sub-1 {
  background-color: rgb(233, 224, 245);
  text-align: center;
}

.section-account-management-sub-1 h2 {
  font-size: 3rem;
  line-height: 1.0;
  margin-bottom: 1rem;
}
.section-account-management-sub-2 .account-management-option svg {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  fill: purple;
}

.acc-mgmt-opt-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  .acc-mgmt-opt-container {
    max-width: 40% !important;
  } 
}

.section-account-management-sub-2 {
  padding-bottom: 54px !important;
}

.account-management-option .btn.confer {
  padding: 30px;
  width: 245px;
}

.account-management-option .btn.confer:hover {
  background-color: rgb(233, 224, 245);
}

.account-management-option .btn.confer:hover h5 {
  color: purple !important;
}

.account-management-option .btn.confer:hover svg {
  fill:black;
}

.user-login {
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .user-login, .tnBuynow {
    margin-left: 10px !important;
  }
}

.user-login img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid white;
  margin-right: 15px;
  object-fit: cover;  
}

.user-login svg {
    fill: white;
    cursor: pointer;
    width: 45px;
    height: 45px;
    margin-right: 16px;
}
.user-login svg:hover {
    fill: #B64DBA;
}

.user-login .uMenu {
  display: none;
  position: absolute;
  background: white;
  padding: 10px;
  width: auto;
  height: 165px;
  margin-top: 5px;
  border-radius: 8px;
  border: 1px solid #d9d5d9;
  /*box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);*/
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  z-index: 1000;
}

.uMenu a {
  color: #212529 !important;
  text-transform: none !important;
}

.uMenu li:hover a {
  text-decoration: none !important;
  color: #df42b1 !important;
}

.user-name {
  margin-bottom: 10px;
  font-size: 16px;
  color: #b64cb9;
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
}

.user-name span {
  font-size: 12px !important;
  color: #555454 !important;
}

.tnBuynow {
  /*margin-left: 0px !important;*/
}

.logout, .acmgmt {
  fill: black !important; 
  width: 20px !important; 
  height: 20px !important;
}

/*--Reset Password--*/
.account-reset {
  width: 36%;
  text-align: center;
  padding: 50px;
  box-shadow: 0 0 8px #091e4229;
  min-height: 485px;
  border-radius: 10px;
  background: white; 
}

@media only screen and (max-width: 926px) {
  .account-reset {
    width: 100%;
  } 
}

@media only screen and (max-width: 480px) {
  .account-reset {
    width: 100%;
  } 
}  

.account-reset .logo img {
  width: 60% !important;
}

.account-reset .section-heading-3 h2 {
  font-size: 20px;
}

.mailsent {
  justify-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 15px;
}

.mailsent svg {
  width: 70px;
  height: 60px;
  fill: #b74ebb;
}

.subNote {
  font-size: 12px;
  margin-top: 15px;
}

.reset-mail-sent h2 {
  font-size: 1rem;
}

.reset-mail-footer {
  font-size: 14px;
}

.reset-mail-footer span {
  padding-left: 5px;
  padding-right: 5px;
}

.reset-mail-footer .btn {
  font-size: 14px !important;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.passwordFeedback {
  margin-top: 5px;
  font-size: 12px;
}

.signup.emailwrapper {
  width: 100%;
}

/*-- End Reset Password --*/

/*-- Submit Ticket --*/
#file-upload-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

#drop-zone {
  border: 2px dashed #B34BB7;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  color: #555;
  cursor: pointer;
  transition: background-color 0.3s ease;
  justify-content: center;
  display: flex;
  position: relative;
  height: 130px;
}

#drop-zone .drop-icon {
  width: 45px;
  height: 44px;
  display: flex;
  position: absolute;
  top: 24px;
}

#drop-zone.dragover {
  background-color: #e6f7ff;
}

#drop-zone p {
  position: absolute;
  top: 75px;
  font-size: 15px;
}

#file-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

#file-list li {
  padding: 8px;
  /*border-bottom: 1px solid #ddd;*/
  font-size: 14px;
}

.prog-bar {
  width: 100%;
  background-color: #eee;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 5px;
}

.prog-fill {
  height: 5px;
  background-color: #28a745;
  width: 0%;
}

/*-- End Submit Ticket --*/

/*-- My Tickets --*/
.ticket-search-wrapper {
  border: 1px solid #d9d9d9;
  text-align: left;
  padding: 10px;
  border-radius: 20px;
  background-color: #dfdfdf;
  display: flex;
}

.ticket-search-wrapper input {
  border: 0;background: transparent;
  width: 95%;
  padding-left: 5px;
}

.ticket-search-wrapper .bi-search {
  margin-top: 1px;
  width: 20px;
  height: 20px;
}

.ticket-search-wrapper .bi-x {
  width: 22px;
  height: 22px;
}

.list-table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  border-radius: 8px;
  overflow: hidden;
}

.list-table thead {
  background-color: #292929;
  color: white;
}

.list-table th {
  cursor: pointer;
}

.list-table th:hover {
  color: #B34BB7;
}

.list-table th,
.list-table td {
  padding: 12px 16px;
  text-align: left;
  font-weight: normal;
}

.list-table tbody tr:nth-child(even) {
  /*background-color: #f9f9f9;*/
}

.list-table tbody tr:hover {
  background-color: #eef6ff;
}

.ticketStatus {
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.85em;
  font-weight: 500;
}

.ticketStatus.open {
  background-color: #d1e7dd;
  color: #0f5132;
}

.ticketStatus.closed {
  background-color: #f8d7da;
  color: #842029;
}

.actionBtn {
  padding: 6px 10px;
  /*margin-right: 6px;*/
  border: none;
  border-radius: 4px;
  font-size: 0.9em;
  cursor: pointer;
  transition: background-color 0.2s ease;
  background: transparent;
}

.actionBtn svg {
  width: 16px;
  height: 16px;
}

.actionBtn.edit {
  /*background-color: #ffc107;*/
  color: #212529;
}

.actionBtn.delete {
  /*background-color: #dc3545;*/
  color: black;
}

.actionBtn.edit:hover svg {
  fill: #007bff;
}

.actionBtn.delete:hover svg{
  fill: #c82333;
}

.pagination-cell {
  text-align: center;
  padding: 12px;
}

.page-btn {
  margin: 0 4px;
  padding: 6px 12px;
  border: none;
  background-color: #8c8c8c;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

.page-btn:hover {
  background-color: #b74ebb;
}

.page-btn.active {
  background-color: #b74ebb;
  font-weight: bold;
  box-shadow: 0 0 0 2px #ffffff inset;
}

.sort-icon::before {
  content: '⇅';
  font-size: 1em;
  color: white;
  margin-left: 4px;
}

.sort-icon.asc::before {
  content: '↑';
  color: #007BFF;
}

.sort-icon.desc::before {
  content: '↓';
  color: #007BFF;
}

.clearTicketsSearch {
  cursor: pointer;
}

.sorted {
  color: #B64DBA !important;
}

@media screen and (max-width: 768px) {
  .ticket-table th, .ticket-table td {
    padding: 10px;
    font-size: 0.9em;
  }

  .actionBtn {
    font-size: 0.8em;
    padding: 4px 8px;
  }
}
/*-- End My Tickets --*/

.loading-wrapper {
  background: #fff;
  position: absolute;
  z-index: 99;
  opacity: .7;
  width: 100%;
  justify-content: center;
  justify-items: center;
  height: 100%;
  align-items: center;
}

.loading-wrapper .loader {
  border-top: 4px solid black;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent; }

.pos-relative {
  position: relative;
}

/* View Ticket Screen */
.ticket-details {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 10px;
  /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
}

.ticket-activity-timeline {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 10px;
}

.ticket-activity-timeline h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.timeline-entries {
  padding-top: 10px;
}

.timestamp {
  padding-left: 10px;
}

.timeline-entry {
  margin-bottom: 40px;
}

.timeline-entry .entryrow {
  color: gray;
  padding-bottom: 5px;
  font-size: 14px;
  position: relative;
  padding-left: 25px;
}

.timeline-entry .entryrow .entry-label {
  font-weight: 500;
  color: black;
}

.timeline-entry .status {
  padding: 2px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 20px;
  font-size: 13px;
  margin-left: 5px;
  margin-right: 10px;
  background-color: #2424c8;
  color: white;
  border: 1px solid #2424c8;
}

.timeline-entry .s-open {
  background-color: #2424c8;
  color: white;
  border: 1px solid #2424c8;
}

.timeline-entry .s-ui {
  background-color: #c88024;
  color: black;
  border: 1px solid #c88024;
}

.timeline-entry .priority {
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 20px;
  font-size: 13px;
  margin-left: 5px;
  margin-right: 10px;
}

.timeline-entry .p-low {
  background-color: #f2f204;
  color: black;
  border: 1px solid #f2f204;
}

.timeline-entry p {
  color: #111343;
  font-size: 15px;
  padding-top: 10px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.entryrow .entry-point {
  width: 10px;
  height: 10px;
  background-color: #b64dba;
  position: absolute;
  border-radius: 20px;
  left: 0;
  margin-top: 5px;
}

.entry-seperator {
  border-bottom: 1px solid #f2f2f2;
  margin-top: 15px;
  margin-bottom: 20px;
  display: flex;
}

.log-attachments {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.log-attachments .thumb {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #ccc;
  transition: transform 0.2s ease;
}

.log-attachments .thumb:hover {
  transform: scale(1.1);
  border-color: #007BFF;
}

.file-link svg {
  width: 70px;
  height: 70px;
}

/*Project Management Tools*/
.section-projtools-sub-1 {
  background-color: rgb(233, 224, 245);
}

.section-projtools-sub-1 h2 {
  font-size: 3.2rem;
  line-height: 1.0;
  margin-bottom: 1rem;
}

.section-projtools-sub-1 h4 {
  color: #5d5e8d;
  font-weight: 400;
  margin-bottom: 1.2rem;
}

.whiteback {
  background: white !important;
}

.section-projtools-sub-3 {
  background: #f2f7fd;
  padding-bottom: 100px;
}

.section-projtools-sub-3 .row:first-of-type {
  text-align: center;
}

.section-projtools-sub-3 svg {
  width: 40px;
  height: 40px;
  fill: #8a2ce2;
  margin-bottom: 10px;
}

.section-projtools-sub-3 .col-12.col-lg-4 h4 {
  font-size: 1.3rem;
}

.section-projtools-sub-3 .col-12.col-lg-4 p {
  font-size: 14.8px;
}

.section-projtools-sub-3 .col-12.col-lg-4 .projtools-box:hover {
  background-color: rgb(212, 224, 238);
}

.section-projtools-sub-3 .col-12.col-lg-4 .projtools-box:hover svg {
  fill: black;
}

.section-projtools-sub-3 .col-12.col-lg-4 .projtools-box {
  padding: 10px;
  height: 270px;
}

.section-projtools-sub-3 .projtools-content h4 {
  color: #5d5e8d;
  font-weight: 400;
  font-size: 1.1rem;
}

.section-projtools-sub-3 .projtools-box:nth-child(2) svg {
  transform: rotate(180deg) scaleX(-1);
}

.projtools-content .confer-btn {
  width: 40% !important;
}

.projtools-content .confer-btn:last-of-type {
  margin-left: 20px;
}

.section-projtools-sub-5 {
  background-color: #8a2ce2;
  text-align: center;
}

.section-projtools-sub-5 h3, .section-projtools-sub-5 p {
  color: white;
}

.section-projtools-sub-5 .row {
  justify-content: center;
}

.section-projtools-sub-5 .btn-primary {
  background: white !important;
  color: black !important;
  border-color: white;
  border-radius: 12px;
}

.sub-3-projtools {
  text-align: center;
}

.sub-3-projtools svg {
  width: 60px;
  height: 60px;
}

/*Testing Tools*/
.section-testtools-sub-1 {
  background-color: rgb(233, 224, 245);
}

.section-testtools-sub-1 h2 {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.section-testtools-sub-1 h3 {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.section-testtools-sub-1 h4 {
  color: black;
  font-weight: 500;
  margin-top: 25px !important;
  margin-bottom: 25px;
}


.section-testtools-sub-3 {
  background: #f2f7fd;
  padding-bottom: 100px;
}

.section-testtools-sub-3 .row:first-of-type {
  text-align: center;
}

.section-testtools-sub-3 svg {
  width: 40px;
  height: 40px;
  fill: #8a2ce2;
  margin-bottom: 10px;
}

.section-testtools-sub-3 .col-12.col-lg-4 h4 {
  font-size: 1.3rem;
}

.section-testtools-sub-3 .col-12.col-lg-4 p {
  font-size: 14.8px;
}

.section-testtools-sub-3 .col-12.col-lg-4 .testtools-box:hover {
  background-color: rgb(212, 224, 238);
}

.section-testtools-sub-3 .col-12.col-lg-4 .testtools-box:hover svg {
  fill: black;
}

.section-testtools-sub-3 .col-12.col-lg-4 .testtools-box {
  padding: 10px;
  height: 270px;
}

.section-testtools-sub-3 .testtools-content h4 {
  color: #5d5e8d;
  font-weight: 400;
  font-size: 1.1rem;
}

.section-testtools-sub-3 .testtools-box:nth-child(2) svg {
  transform: rotate(180deg) scaleX(-1);
}

.section-testtools-sub-3 svg {
  width: 60px;
  height: 60px;
}

.section-testtools-sub-3 .reqtools-box {
  padding: 20px;
  height: 270px;
  border: 1px solid lightgray;
  border-radius: 5px;
  margin-bottom: 25px;
}


.section-testtools-sub-5 {
  background-color: #8a2ce2;
  text-align: center;
}

.section-testtools-sub-5 h3, .section-testtools-sub-5 p {
  color: white;
}

.section-testtools-sub-5 .row {
  justify-content: center;
}

.section-testtools-sub-5 .btn-primary {
  background: white !important;
  color: black !important;
  border-color: white;
  border-radius: 12px;
}

/*My Profile*/
.my-profile {
  width: 70%;
  text-align: left;
  padding: 50px;
  box-shadow: 0 0 8px #091e4229;
  min-height: 485px;
  border-radius: 10px;
  background: white; 
}

@media only screen and (max-width: 480px) {
  .my-profile {
    width: 100% !important;
  }
  .my-profile > form > .row:last-of-type .col-12 {
    text-align: left !important;
  }

  .my-profile > form > .row:last-of-type .col-12 .btncancel {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .my-profile > form > .row:last-of-type .col-12 .btnChangePwd {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .my-profile > form > .row:last-of-type .col-12 .btnSave {
    margin-bottom: 10px;
  }
}

.my-profile .logo img {
  width: 60% !important;
}
.my-profile .section-heading-3 h2 {
  font-size: 20px;
}
.my-profile .account-login .section-heading-3 h2 {
  font-size: 20px;
}

.my-profile > .row > .col-12 > label {
  font-size: 14px !important;
  font-weight: 400;
}

.my-profile > .row:first-of-type .col-12 {
  justify-content: center;
  display: flex;
}

.my-profile > .row:last-of-type .col-12 {
  justify-content: center;
  display: flex;
}

.profile-picture {
  width: 150px;
  height: 150px;
  background: lightgray;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-picture img {
  border-radius: 50%;
}

.edit-pp {
  border: 1px solid #bdbdbd;
  padding: 5px;
  border-radius: 8px;
  font-weight: 400;
  color: black;
  font-size: 13px;
  text-decoration: none;
}

.edit-pp svg {
  width: 15px;
  height: 17px;
  margin-right: 5px;
}

.my-profile > form > .row:last-of-type .col-12 {
  text-align: right;
}

.my-profile > form > .row:last-of-type .col-12 .btncancel{
  margin-right: 10px;
}

.my-profile > form > .row:last-of-type .col-12 .btnChangePwd {
  margin-right: 10px;
}

.my-profile > form > .row:last-of-type .col-12 .btnSave {
  margin-right: 10px;
}

.btncancel {
  color: black !important;
}

.btncancel::before {
  background: lightgray !important;
  border: 1px solid lightgray !important;
  color: black !important;
}

.fc-readonly {
  background: #e8e8e8;
}

.pp-drop-zone {
  border: 2px dashed #007BFF;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  align-items: center;
  display: flex;
}

.pp-drop-zone.dragover {
  background-color: #e0f0ff;
  border-color: #0056b3;
}
.pp-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
}
.pp-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 15px;
  border-radius: 8px;
  width: 90%;
  max-width: 450px;
  text-align: center;
  overflow: hidden;
}
.pp-modal-close {
  float: right;
  font-size: 24px;
  cursor: pointer;
}
.profile-pic-preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #007BFF;
  margin-bottom: 10px;
}

.cropper-wrapper {
  height: 400px; /* Fixed height */
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.cropper-wrapper img {
  max-height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}

.crop-controls {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.crop-controls button {
  padding: 6px 12px;
  font-size: 13px;
  background: #007BFF;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.crop-controls button:hover {
  background: #0056b3;
}

.modal-buttons {
  text-align: right;
}

.pp-browse-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
}
.pp-browse-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 15px;
  border-radius: 8px;
  width: 230px;
  text-align: center;
  overflow: hidden;
}
.pp-browse-modal-close {
  float: right;
  font-size: 24px;
  cursor: pointer;
}

/*Bug Tracking*/

.bugtools-sec2 .sub-3-bugtools {
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-bottom: 25px;
  text-align: left;
  min-height: 295px;
}

.bugtools-sec2 .sub-3-bugtools p {
  font-size: 15px;margin-bottom: 0px;
}

.sub-3-bugtools svg {
  width: 40px;
  height: 40px;
}

.sub-3-bugtools h4 {
  font-size: 1.2rem;
}

.bugtools-sec3 .col-12 {
  text-align: center;
}

/*Agile Tools*/

.agiletools-sec2 .sub-3-agiletools {
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-bottom: 25px;
  text-align: left;
  min-height: 235px;
  background: white;
}

.agiletools-sec2 .sub-3-agiletools p {
  font-size: 15px;margin-bottom: 0px;
}

.agiletools-sec-2 {
  background: #f2f7fd !important;
}


.usecase-tools-sec2 .sub-3-usecase-tools {
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-bottom: 25px;
  text-align: center;
  height: 225px;
  background: white;
}

.usecase-tools-sec2 .sub-3-usecase-tools p {
  font-size: 15px;
  margin-bottom: 0px;
}

.usecase-tools-sec-2 {
  background: #f2f7fd !important;
}

.agiletools-content a {
  margin-left: 0px !important;
}

/*Document Management Tools*/
.doctools-sec2 .sub-3-doctools {
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-bottom: 25px;
  text-align: center;
  height: 235px;
}

.doctools-sec2 .sub-3-doctools p {
  font-size: 15px;
  margin-bottom: 0px;
}

.jiraintigration-sec-2 {
  background: white !important;
}

.sub-3-jiraintigration {
  padding: 20px;
  height: 240px;
  text-align: center;
  border: 1px solid #d3d3d3;
  margin-bottom: 10px;
}

.jiraintigration-content .confer-btn-nb {
  width: 40% !important;
}

.jiraintigration-content .confer-btn-nb:last-of-type {
  margin-left: 20px;
}

.action-view svg {
  width: 20px !important;
  height: 20px !important;
}

.order-details .lblHeader {
  font-weight: 600;
  padding-bottom: 5px;
  width: 100%;
  border-top: 1px solid lightgray;
  padding-top: 10px;
}

.order-details .order-details-row {
  font-size: 15px;
}

.adointigration-sec-3 {
  background: #f2f7fd !important
}

.adointigration-sec-3 .sub-3-jiraintigration{
  border: 0px !important;
  height: 190px;
}

.adointigration-sec-4 .sub-3-jiraintigration{
  padding: 20px;
  height: 220px;
  text-align: center;
  border: 1px solid #e8e7e7;
  margin-bottom: 30px;
}

.content-center {
  justify-content: center;
}

.feedback-form {
  box-shadow: 0 0 8px #091e4229;
  padding: 15px;
}

.contactUs-type {
  font-size: 1rem;
  color: #444343;
  font-weight: 500;
  padding-bottom:15px;
}

.order-content .row {
  margin-bottom: 20px;
  margin-right: 0px;
  margin-left: 0px;
}

.order-content .lic-sub-options div label {
  padding-left: 5px;
  color: gray;
  font-size: .9rem;
}

.centered-div {
  width: 45%;
  margin: 0 auto; /* Centers the div horizontally */
  padding: 20px;
  border: 1px solid #ccc;
  justify-content: center;
}

.order-area {
  /*padding: 5px !important;*/
  padding-top: 25px;
  padding-bottom: 25px;
}

.order-area .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.order-area .toggle-wrapper {
  background: #fff;
  border-radius: 30px;
  display: flex;
  padding: 0px;
  width: 180px;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid rgb(213, 213, 213);
  box-shadow: none !important;
}

.order-area .toggle-wrapper .toggle-option {
  flex: 1;
  text-align: center;
  padding: 9px 0;
  z-index: 2;
  color: #555;
  font-weight: 400;
  transition: color 0.3s ease, opacity 0.3s ease;
  opacity: 0.4;
  font-size: 13px;
}

.order-area .toggle-wrapper .toggle-option.active {
  color: #fff;
  opacity: 1;
  animation: fadeIn 0.4s ease;
}

.order-area .toggle-wrapper .toggle-slider {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  width: calc(50% - 5px);
  background-color: #151853;
  border-radius: 25px;
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.order-plan-wrapper {
  display: flex;
  align-items: center;
}

.order-plan-wrapper select {
  width: 50%;
}

.plan-price {
  margin-left: 10px;
  font-weight: 500;
}

.order-plan-wrapper span {
  font-size: 12px;
  color: #df42b1;
}

.get-started-actions > .btn:last-of-type {
  margin-left: 20px;
}

/* Media query for smaller screens (mobile) */
@media (max-width: 768px) {
  .centered-div {
    width: 100%; /* Overrides the desktop width for mobile */
  }

  .order-plan-wrapper select {
    width: 100%;
  }

  .get-started-actions > .btn {
    margin-bottom: 5px;
    margin-left: 0px;
  }
}

.cc-form {
  .authnetinfo {
    display: inline-block;
    img {
      width: 190px;
    }
  }

  .clabel {
    color: #df42b1;
  }

  .cc-siteseal {
    display: inline-block;
  }
}

.reg-email {
  span {
    width: 100%;
    display: block;
  }
  .form-control {
    display: inline-block;
    width: 90%;
  }
  .loaderImage {
    display: none;
    width: 44px;
    height: auto;
    padding-top: 0px;
    padding-left: 5px;
  }
}

.payccmodalbody .application_form {
  margin-top: 0px !important;
}

.supt-thumb img {
  width: 400px;
}

.req-tool-thumb img {
  width: 580px;
  border-radius: 15px 0px;
  box-shadow: 0 1px 10px 1px rgb(151, 150, 150);
}

.uc-tool-thumb img {
  width: 580px;
  border-radius: 15px 0px;
  box-shadow: 0 1px 10px 1px rgb(151, 150, 150);
}

.tc-tool-thumb img {
  width: 580px;
  border-radius: 15px 0px;
  box-shadow: 0 1px 10px 1px rgb(151, 150, 150);
}

.proj-tool-thumb img {
  width: 580px;
  border-radius: 15px 0px;
  box-shadow: 0 1px 10px 1px rgb(151, 150, 150);
}

.reqtools-thumbnail {
  display: flex;
  gap: 20px;
}

.reqtools-thumbnail a {
  width: 48%;
}

.reqtools-thumbnail a img {
  border-radius: 10px;
  box-shadow: 0 1px 10px 1px rgb(151, 150, 150);
}

.reqtools-thumbnail a:last-of-type img {
  max-width: 67% !important;
}

.change-req-tool-thumb img {
  width: 580px;
  border-radius: 15px 0px;
  box-shadow: 0 1px 10px 1px rgb(151, 150, 150);
}

.agile-mgmt-thumb img {
  width: 360px;
  border-radius: 15px;
  box-shadow: 0 1px 10px 1px rgb(151, 150, 150);
}

@media only screen and (max-width: 480px) {
  .agile-mgmt-thumb img {
    width: 100%
  } 
}

.issue-tool-thumb img {
  width: 580px;
  border-radius: 15px 0px;
  box-shadow: 0 1px 10px 1px rgb(151, 150, 150);
}

.changemgmt-tools-sec2 .sub-3-agiletools {
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-bottom: 25px;
  text-align: left;
  min-height: 235px;
  background: white;
}

@media only screen and (max-width: 926px) {
  .changemgmt-tools-sec2 .sub-3-agiletools {
    min-height: 205px !important;
  } 
}

@media only screen and (max-width: 480px) {
  .changemgmt-tools-sec2 .sub-3-agiletools {
    min-height: 205px !important;
  } 
}

.changemgmt-tools-sec2 .sub-3-agiletools p {
  font-size: 15px;margin-bottom: 0px;
}

.changemgmt-tools-sec-2 {
  background: #f2f7fd !important;
}


@media only screen and (max-width: 480px) {
  .jiraintigration-sec-1 {
    padding-bottom: 0px !important;
  }
  .adointigration-sec-1 {
    padding-bottom: 0px !important;
  }
}

/* Default styles */
.hide-on-mobile {
  display: table-cell; /* or block, depending on your layout */
}

/* Styles for smaller screens (e.g., mobile) */
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}

.order-actions {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.doc-model-thumb img {
  width: 580px;
  border-radius: 15px 0px;
  box-shadow: 0 1px 10px 1px rgb(151, 150, 150);
}