@charset "UTF-8";
html {
  scroll-behavior: smooth; }

body {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2;
  color: #8e989f;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    body {
      font-size: 0.8rem; } }

/* ----------------------------------------------------------
:: Mixin CSS
---------------------------------------------------------- */
.bg-banner-size, .bg-2, .bg-3, .bg-8, .bg-12, .bg-13, .session-online, .students-speakers {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.before-after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.bg-2 {
  background-image: url(../images/bg-img/bg-2.png);
  background-attachment: fixed; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .bg-2 {
      background-position: 0% 50%; } }

.bg-3 {
  background-image: url(../images/bg-img/bg-3.png);
  background-attachment: fixed;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .bg-3 {
      background-position: 0% 50%; } }

.bg-9 {
  background: #fff; }

.bg-back {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7734265581) 25%, #d4c9e24d 100%); }

.bg-10 {
  background-color: #fff; }

.bg-11 {
  background-color: #fff; }

.bg-8 {
  background-image: url(../images/bg-img/bg-8.png);
  background-attachment: fixed;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .bg-8 {
      background-position: 0% 50%; } }

.bg-12 {
  background-image: url(../images/bg-img/bg-12.png);
  background-attachment: fixed;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .bg-12 {
      background-position: 0% 50%; } }

.bg-13 {
  background-image: url(../images/bg-img/bg-13.jpg);
  background-attachment: fixed;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .bg-13 {
      background-position: 0% 50%; } }

.overlay-bg-3 {
  background: #ff980042;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* Common Class */
/*-------------------------------
*/
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0; }

.row-30 {
  margin-top: 30px; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .row-30 {
      margin-top: 0px; } }

.row-20 {
  margin-bottom: 20px; }

::selection {
  color: #fff;
  background: #5C0F8B; }

a {
  text-decoration: none;
  color: #8e989f; }
  a:hover {
    color: #8e989f; }

.font-weight-600 {
  font-weight: 600; }

section {
  position: relative;
  overflow: hidden; }

.section-hm {
  padding: 60px 0 60px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .section-hm {
      padding: 25px 0 10px;
      background: #fff; } }

.section-xs {
  padding: 60px 0; }

.black-color {
  color: #000; }

.yellow-color {
  color: #FF5100; }

.bg-home {
  background: #0e0e0e12; }

.text-justify {
  text-align: justify; }

.section-xs {
  padding: 60px 0; }

/*--------------------------------*/
.section-title {
  position: relative; }
  .section-title h4 {
    color: #5C0F8B;
    font-weight: bold;
    font-size: 1.2rem; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .section-title h4 {
        font-size: 0.8rem; } }
  .section-title .main-title {
    position: relative; }
    .section-title .main-title h2 {
      color: #000;
      font-size: 2.1rem;
      font-weight: 600; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .section-title .main-title h2 {
          font-size: 1.3rem; } }
      .section-title .main-title h2 span {
        color: #5C0F8B; }

/*----------------------------*/
.bar-big, .bar-big-inner {
  margin: 20px auto;
  position: relative; }
  .bar-big:before, .bar-big-inner:before {
    display: block;
    content: "";
    position: absolute;
    width: 163px;
    height: 4px;
    left: 0;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: #FF5100;
    top: auto;
    right: 0;
    margin: auto;
    bottom: 8px; }

/*-----------------*/
.bar-big-inner:before {
  margin: 0; }

.list-group li {
  padding-left: 28px;
  position: relative; }
  .list-group li:before {
    content: "\f101";
    position: absolute;
    left: 11px;
    top: 0;
    font-weight: 600;
    color: #5C0F8B;
    font-family: "FontAwesome"; }
  .list-group li a {
    color: #fff;
    transition: 0.4s; }
    .list-group li a:hover {
      color: #5C0F8B;
      margin-left: 5px; }

.list-ul-li {
  column-count: 2; }
  .list-ul-li li {
    position: relative;
    padding-left: 22px;
    text-align: justify;
    margin-bottom: 5px; }
    .list-ul-li li:before {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      background-color: #FF5100;
      left: 0px;
      top: 10px;
      transform: rotate(45deg);
      box-shadow: 3px 3px 0px #080302; }

/*------------------button--------------------*/
.default-btn {
  font-size: 16px;
  color: white;
  line-height: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-table;
  padding: 18px 30px;
  font-weight: 600;
  background-color: #5C0F8B;
  border-radius: 10px;
  border: none; }
  .default-btn:before, .default-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .default-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .default-btn {
      padding: 8px 12px;
      font-size: 14px; } }
  @media screen and (max-width: 992px) and (min-width: 767px) {
    .default-btn {
      padding: 18px 30px;
      font-size: 16px; } }
  .default-btn:hover {
    color: #fff; }
    .default-btn:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
    .default-btn:hover:after {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }

/*------------------------*/
.speakers-box {
  margin-bottom: 30px;
  padding: 0 20px; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .speakers-box {
      padding: 0 0px; } }
  .speakers-box .speakers-box-thumb {
    border: 4px solid transparent;
    border-radius: 20px;
    display: inline-block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    border-color: #5C0F8B;
    box-shadow: 0 0 9px 0 #25263a6b; }
    .speakers-box .speakers-box-thumb:hover {
      border-color: #000; }
    .speakers-box .speakers-box-thumb img {
      border-radius: 20px;
      border: 10px solid #fff;
      width: 200px;
      height: 200px; }

/*-----------------*/
.main-top .top-header {
  background-color: #5C0F8B;
  color: #fff;
  font-size: 0.7rem;
  padding: 4px;
  line-height: 1;
  position: relative; }
  .main-top .top-header p {
    margin-bottom: 0; }
  .main-top .top-header .anno-text {
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    /* width: 65%; */
    /* left: 26px; */
    /* height: 100%; */
    line-height: 2;
    text-transform: uppercase;
    background-color: #ff5100bd;
    padding: 0px 25px 0 10px;
    text-align: center;
    color: #fff;
    position: relative;
    /* -webkit-clip-path: polygon(0 0,90% 0,100% 57%,89% 100%,0 100%); */
    clip-path: polygon(0 0, 90% 0, 100% 57%, 89% 100%, 0 100%); }
  .main-top .top-header marquee {
    font-size: 1rem;
    color: #fff; }
  .main-top .top-header .audio-div {
    margin: 0px 73px;
    padding: 10px; }
.main-top .top-header-1 {
  background-color: #fff; }
  .main-top .top-header-1 h1 {
    color: #313131;
    font-weight: 600;
    font-size: 2rem;
    text-shadow: 5px 4px 4px #63616129; }
  .main-top .top-header-1 .head-img {
    width: 200px; }

header .navbar {
  transition: 500ms ease;
  background: #000000eb;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    header .navbar {
      background: #000;
      padding: 0.5rem 1rem; }
      header .navbar .panel-title img {
        width: 60px; } }
  header .navbar .navbar-collapse .navbar-nav.nav-right .nav-item:last-child {
    margin-right: 0px !important; }
  header .navbar .navbar-collapse .navbar-nav.nav-right .nav-item a {
    font-size: 0.9rem;
    color: #fff; }
    header .navbar .navbar-collapse .navbar-nav.nav-right .nav-item a:hover {
      color: red; }
  @media (max-width: 992px) {
    header .navbar .navbar-collapse .navbar-nav {
      overflow-y: scroll;
      height: auto; } }
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    list-style: none;
    margin: 0 14px;
    position: relative;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    vertical-align: middle; }
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
      color: #fff;
      padding: 0;
      font-size: 0.9rem;
      text-transform: uppercase;
      font-weight: 600;
      position: relative; }
      header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
        color: #fff;
        font-weight: 600; }
        header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
          width: 100%; }
  header .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    padding: 0;
    border-bottom: 3px solid #5C0F8B;
    padding: 10px 15px;
    margin-top: 5px; }
    header .navbar .navbar-collapse .navbar-nav .dropdown-menu li {
      line-height: initial; }
      header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item {
        color: #000;
        font-weight: 500;
        padding: 10px 16px;
        font-size: 15px;
        transition: 0.3s;
        position: relative; }
        header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:before {
          position: absolute;
          content: "\f105";
          font-family: "FontAwesome";
          height: 2px;
          font-size: 15px;
          color: #FF5100;
          top: 12px;
          left: 0;
          font-weight: 600; }
        header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item .active, header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:hover, header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:active {
          color: #fff;
          background-color: #5C0F8B;
          padding-left: 0.8em; }
header .navbar.scrolled {
  box-shadow: 0px 0px 30px 0px #0000001a;
  background: #000; }
  header .navbar.scrolled .navbar-brand {
    display: none; }
    @media (max-width: 991px) {
      header .navbar.scrolled .navbar-brand {
        display: block; } }
  header .navbar.scrolled .navbar-nav {
    margin: 0 auto;
    width: auto; }
@media (max-width: 991px) {
  header .navbar-collapse {
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    height: auto;
    color: #fff;
    background: #5C0F8B;
    z-index: 9;
    padding: 20px; }
  header .navbar-collapse.collapsing {
    left: -75%;
    transition: height 0s ease; }
  header .navbar-collapse.show {
    left: 0px;
    transition: left 300ms ease-in-out; }
  header .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out; }
  header .navbar-toggler {
    border: none;
    outline: none;
    background: #ffffff;
    color: #fff;
    font-size: 1rem; } }

.navbar .megamenu {
  padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important; }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 74%;
    margin: 0 auto;
    padding: 30px !important; }
    .navbar .megamenu .row > div {
      border-right: 1px solid #fe96057d; }
      .navbar .megamenu .row > div:last-child {
        border: none; }
      .navbar .megamenu .row > div .row > div {
        border-right: none; }
    .navbar .megamenu h6 {
      font-size: 0.8rem; }
    .navbar .megamenu .read-more-bt {
      color: #5C0F8B;
      font-weight: 600;
      float: right; }
    .navbar .megamenu .default-btn {
      padding: 8px 8px;
      font-size: 13px;
      float: right; } }
/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px; } }
/* ============ only desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto; }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0; }

  .navbar .nav-item:hover .nav-link {
    color: #fff; }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%; }

  .navbar .dropdown-menu.fade-up {
    top: 180%; }

  .navbar .nav-item:hover .dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0 20px 14px #08080814;
    min-width: 250px;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    /*top: 100%;*/
    transform: rotateX(0deg); } }
.blink {
  animation-name: flash;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate; }

@-webkit-keyframes blinker {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* ============ desktop view .end// ============ */
/* ----------------------------------------------------------
:: Swiper Slider :: Home
---------------------------------------------------------- */
.home-slider {
  height: 100vh; }
  @media only screen and (max-width: 600px) {
    .home-slider {
      height: 28vh; } }
  @media only screen and (min-width: 600px) {
    .home-slider {
      height: 32vh; } }
  @media only screen and (min-width: 992px) {
    .home-slider {
      height: 47vh; } }
  @media only screen and (min-width: 1200px) {
    .home-slider {
      height: 80vh; } }
  .home-slider .swiper-container {
    padding: 0 !important; }
  .home-slider .swiper-home-slide {
    height: 100%;
    z-index: 2;
    /*  @media screen and (max-width: 992px) and (min-width: 320px) {           
          height: 40vh;
          padding-top: 43px;
      }
      @media screen and (max-width: 1200px) and (min-width: 992px) {  
          height: 800px;
          padding-top: 65px!important;    
      } */ }
    .home-slider .swiper-home-slide .swiper-slide {
      background-size: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      /* @media only screen and (max-width: 600px) {
              margin-top: 25px;      
          }*/ }
      @media only screen and (min-width: 600px) {
        .home-slider .swiper-home-slide .swiper-slide {
          margin-top: 0px; } }

/* ------:: Swiper Slider----------- */
.swiper-container {
  /*padding: 40px 0 !important;*/ }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .swiper-container {
      padding: 0px 0px !important; } }

/*------------*/
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: transparent;
                             /*
box-shadow: 0px 0px 6px $primary-purple;*/
  /*   border-radius: 100%;*/
  color: #5C0F8B;
  transition: 0.6s;
  left: -50px;
  font-weight: 600;
  right: 0;
  bottom: 17px;
  top: auto;
  margin: auto;
  border: 2px solid black; }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px; }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    box-shadow: none; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .swiper-button-next,
    .swiper-button-prev {
      display: none; } }

.swiper-button-next {
  right: -50px;
  left: 0; }

.swiper-pagination {
  left: 0px;
  right: 0px;
  bottom: 10px; }
  .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    background-color: transparent;
    border: 2px solid #5C0F8B;
    padding: 6px;
    opacity: 1;
    position: relative; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .swiper-pagination .swiper-pagination-bullet {
        display: none; } }
    .swiper-pagination .swiper-pagination-bullet:before {
      content: "";
      position: absolute;
      left: 3px;
      right: 0;
      background-color: #5C0F8B;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      top: 3px;
      bottom: 0;
      opacity: 0;
      transition: 0.6s; }
  .swiper-pagination .swiper-pagination-bullet-active {
    border: 2px solid #000; }
    .swiper-pagination .swiper-pagination-bullet-active:before {
      opacity: 1; }

/*breadcrum start*/
.breadcrum-banner {
  background-color: #5C0F8B;
  background-image: url(../images/bg-img/breadcrum-banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 167px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .breadcrum-banner {
      min-height: 154px; } }
  .breadcrum-banner .breadcrumb-title h2 {
    color: #fff;
    font-weight: bold; }
    .breadcrum-banner .breadcrumb-title h2 span {
      color: #FF5100; }
  .breadcrum-banner .breadcrumb-title .breadcrumb-inner-title-2 {
    position: relative; }
    .breadcrum-banner .breadcrumb-title .breadcrumb-inner-title-2 .breadcrumb-inner-bg {
      position: absolute;
      background: #ffffff;
      top: 26px;
      right: 0;
      padding: 5px;
      border: 24px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .breadcrum-banner .breadcrumb-title .breadcrumb-inner-title-2 .breadcrumb-inner-bg {
          top: 20px; } }
      .breadcrum-banner .breadcrumb-title .breadcrumb-inner-title-2 .breadcrumb-inner-bg .menu-list li {
        color: #5a5754;
        font-size: 14px;
        font-weight: 600;
        margin: 0 3px; }
        .breadcrum-banner .breadcrumb-title .breadcrumb-inner-title-2 .breadcrumb-inner-bg .menu-list li a {
          color: #5a5754;
          text-decoration: none; }
      .breadcrum-banner .breadcrumb-title .breadcrumb-inner-title-2 .breadcrumb-inner-bg .menu-list .active {
        color: #ef7f1b !important; }

.about-inner .about-black {
  border: 10px solid #0e0e0e;
  border-radius: 50%;
  width: 360px;
  height: 360px;
  position: relative; }
  .about-inner .about-black .about-yellow {
    border-radius: 50%;
    width: 340px;
    height: 340px;
    top: 0px;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    border: 10px solid #ff9800; }
    .about-inner .about-black .about-yellow img {
      padding: 10px; }

/*-------------------------------------*/
.about-nsp .img-effect {
  border: 1px solid;
  padding: 10px;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff; }
  .about-nsp .img-effect img {
    border-radius: 50%;
    border: 7px solid #fb9c02;
    width: 250px;
    height: 250px;
    margin-left: 30px; }
.about-nsp .about-right {
  position: relative;
  z-index: 2; }
  .about-nsp .about-right .m-img {
    position: relative;
    z-index: 555;
    width: 82%;
    right: -76px;
    top: -2px; }
  .about-nsp .about-right .shape-1 {
    position: absolute;
    top: -34px;
    left: 37px;
    width: 100%;
    z-index: 1; }

/*--------circle--*/
@-webkit-keyframes rotted {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg); } }
@keyframes rotted {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg); } }
/* slider end*/
/*about section*/
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-359deg); } }
/*---------------------------------------*/
.session-online {
  /*  background-image: url(../images/bg-img/bg-1.jpg);*/
  position: relative;
  z-index: 1;
  max-height: 81vh;
  background-attachment: fixed; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .session-online {
      background-position: 0% 50%;
      height: 60vh; } }
  .session-online:after {
    background: #5C0F8B;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 71% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 74% 100%, 0 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -13px;
    width: 50%; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .session-online:after {
        display: none; } }
    @media screen and (max-width: 992px) and (min-width: 767px) {
      .session-online:after {
        display: none; } }
  .session-online:before {
    background: #0e0e0d;
    /* background-position: 50%; */
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 71% 0, 100% 100%, 0 100%);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    content: "";
    height: 100%;
    right: 0px;
    position: absolute;
    top: 15px;
    width: 75%;
    z-index: -1; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .session-online:before {
        width: 100%;
        clip-path: none;
        top: 0px; } }
    @media screen and (max-width: 992px) and (min-width: 767px) {
      .session-online:before {
        width: 100%;
        clip-path: none;
        top: 0px; } }
  .session-online .img-banner {
    position: absolute;
    z-index: 1;
    left: 119px;
    bottom: 13px;
    top: auto; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .session-online .img-banner {
        display: none; } }
    @media only screen and (min-width: 1200px) {
      .session-online .img-banner {
        left: 127px; } }
    @media only screen and (min-width: 1600px) {
      .session-online .img-banner {
        left: 227px; } }
    @media screen and (max-width: 992px) and (min-width: 767px) {
      .session-online .img-banner {
        display: none; } }
    .session-online .img-banner img {
      width: 73%; }
      @media only screen and (min-width: 1200px) {
        .session-online .img-banner img {
          width: 69%; } }
      @media only screen and (min-width: 1600px) {
        .session-online .img-banner img {
          width: 63%; } }
  .session-online .regi-online {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -182px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 150px;
    background: #252723d6;
    clip-path: polygon(25% 0, 100% 0%, 76% 100%, 0% 100%);
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #ffffff; }
    @media only screen and (min-width: 1200px) {
      .session-online .regi-online {
        position: absolute;
        z-index: 1;
        top: 30%;
        left: 0;
        right: 250px;
        /* bottom: 0; */
        margin: 0 auto;
        width: 300px;
        height: 150px;
        background: #252723d6;
        clip-path: polygon(25% 0, 100% 0%, 76% 100%, 0% 100%);
        border-style: solid;
        border-width: 4px 4px 4px 4px;
        border-color: #ffffff; } }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .session-online .regi-online {
        top: 72%;
        left: 5px;
        bottom: 16px;
        width: 222px;
        height: 100px;
        background: #252723d6;
        clip-path: none;
        border-style: solid;
        border-width: 4px 4px 4px 4px;
        border-color: #ffffff; } }
    @media screen and (max-width: 992px) and (min-width: 767px) {
      .session-online .regi-online {
        top: 61%;
        left: 5px;
        bottom: 3px;
        width: 300px;
        height: 137px;
        background: #252723d6;
        clip-path: none;
        border-style: solid;
        border-width: 4px 4px 4px 4px;
        border-color: #ffffff; } }
    .session-online .regi-online h6 {
      text-align: center;
      color: #FF5100;
      font-weight: 600;
      font-size: 1.3rem;
      margin-top: 35px; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .session-online .regi-online h6 {
          margin-top: 20px; } }
    .session-online .regi-online p {
      text-align: center;
      color: #fff;
      font-size: 1rem;
      font-weight: 600; }
  .session-online .section-title h4 {
    color: #5C0F8B; }
  .session-online .section-title .main-title h2 {
    color: #fff; }
  .session-online .current-session ul li {
    padding-bottom: 6px;
    position: relative;
    /* padding-left: 25px;*/
    border-bottom: 1px dotted #FF5100;
    color: #fff;
    /* &:before{
            position:absolute;
            content: "\f0c1";
            font-family: 'FontAwesome';
            left: 0;
            top: 0px;
            color:#FF5100;
        }*/ }
    .session-online .current-session ul li span {
      font-weight: 600; }
    .session-online .current-session ul li a {
      color: #fff;
      display: inline-block;
      transition: 0.6s; }
    .session-online .current-session ul li:hover a {
      transform: translateX(5px);
      color: #fff; }
  .session-online .current-session h6 {
    color: #FF5100;
    font-weight: 600;
    font-size: 1.3rem; }
  .session-online .section-title .bar-big:before, .session-online .section-title .bar-big-inner:before {
    left: 0;
    right: auto; }
  .session-online .section-title:before {
    right: auto; }

/*------table-------------------*/
.schedule-table tr td,
.schedule-table tr th {
  padding: 15px 6px !important;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #5C0F8B; }

.schedule-table tr td {
  background-color: #fff;
  color: #000; }

/*-------------------------------*/
.common-table {
  margin: 20px 0;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 7px #231a1c47; }
  .common-table table {
    padding: 10px;
    border: 1px solid #9a662c; }
    .common-table table thead {
      background: #FF5100;
      background-image: linear-gradient(to left, #fe960521, #fe96058f);
      color: #fff; }
      .common-table table thead tr th {
        vertical-align: middle;
        text-align: center;
        /* border-right: 1px solid $green-color;*/
        font-weight: 500;
        text-transform: uppercase; }
        .common-table table thead tr th:last-child {
          border-right: none; }
    .common-table table tbody tr td {
      border: 1px solid #FF5100;
      padding: 5px 4px;
      vertical-align: middle; }

.tbl-sr-no {
  counter-reset: serial-number; }

.tbl-sr-no td:first-child {
  text-align: center; }
  .tbl-sr-no td:first-child:before {
    counter-increment: serial-number;
    content: counter(serial-number); }

/*----------------------------------------*/
.about-nsp .section-title .bar-big:before, .about-nsp .section-title .bar-big-inner:before {
  left: 0;
  right: auto; }
.about-nsp .section-title:before {
  right: auto; }

/*-----------------------------------*/
/*--------------.visi-miss---------------*/
.visi-miss .vis-mis-circle {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  border: 4px solid #FF5100;
  margin-top: 55px;
  margin-left: 34px;
  background: #fff; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .visi-miss .vis-mis-circle {
      width: 100px;
      height: 100px; } }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .visi-miss .vis-mis-circle {
      width: 100px;
      height: 100px;
      margin-top: 68px;
      margin-left: 36px; } }
.visi-miss .vis-mis-sepreator-left {
  position: relative;
  border-right: 3px solid #5C0F8B;
  float: right;
  padding: 37px 21px;
  text-align: right;
  height: 90%; }
  .visi-miss .vis-mis-sepreator-left:before {
    content: "";
    position: absolute;
    background: #5C0F8B;
    width: 32px;
    height: 57px;
    clip-path: polygon(0 55%, 32% 0, 34% 100%);
    top: 90px;
    right: -23px; }
.visi-miss .vis-mis-sepreator-right {
  position: relative;
  border-left: 3px solid #5C0F8B;
  padding: 37px 21px;
  height: 90%; }
  .visi-miss .vis-mis-sepreator-right:before {
    content: "";
    position: absolute;
    background: #5C0F8B;
    width: 32px;
    height: 57px;
    clip-path: polygon(100% 53%, 68% 0, 68% 100%);
    top: 90px;
    left: -23px; }

/*-----------------------*/
.current-speakers {
  position: relative; }
  .current-speakers .overlay-students-speakers {
    position: absolute;
    height: 39%;
    width: 100%;
    background: #f5f5f5;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .current-speakers .cuurent-speakers-box {
    background-color: #fff;
    box-shadow: 0 0 10px 6px #00000026;
    padding: 16px;
    position: relative; }
    .current-speakers .cuurent-speakers-box .speakers-box {
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding: 0 20px; }
      @media screen and (max-width: 992px) and (min-width: 320px) {
        .current-speakers .cuurent-speakers-box .speakers-box {
          padding: 0 0px; } }
      .current-speakers .cuurent-speakers-box .speakers-box .speakers-box-thumb {
        text-align: center;
        border: 4px solid transparent;
        border-radius: 20px;
        display: inline-block;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        position: relative;
        border-color: #5C0F8B;
        box-shadow: 0 0 9px 0 #25263a6b; }
        .current-speakers .cuurent-speakers-box .speakers-box .speakers-box-thumb:hover {
          border-color: #000; }
        .current-speakers .cuurent-speakers-box .speakers-box .speakers-box-thumb img {
          border-radius: 20px;
          border: 10px solid #fff;
          width: 200px;
          height: auto; }
      .current-speakers .cuurent-speakers-box .speakers-box .speakers-content {
        text-align: center; }
        .current-speakers .cuurent-speakers-box .speakers-box .speakers-content h6 {
          color: #000;
          font-weight: 600;
          font-size: 1.1rem;
          padding-top: 12px; }
    .current-speakers .cuurent-speakers-box .speakers-2021 {
      padding: 20px 0; }
      .current-speakers .cuurent-speakers-box .speakers-2021 .swiper-pagination {
        bottom: -5px; }
        .current-speakers .cuurent-speakers-box .speakers-2021 .swiper-pagination .swiper-pagination-bullet {
          border: 2px solid #999; }
        .current-speakers .cuurent-speakers-box .speakers-2021 .swiper-pagination .swiper-pagination-bullet-active {
          border: 2px solid #5C0F8B; }
  .current-speakers .bar-big, .current-speakers .bar-big-inner {
    margin: 21px 0 55px; }

/*----------------------*/
.students-speakers {
  background-image: url(../images/bg-img/bg-5.png);
  background-attachment: fixed;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .students-speakers {
      background-position: 0% 50%; } }
  .students-speakers:before {
    content: "";
    background: #131212db;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .students-speakers .students-speaker-box {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 0 20px; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      .students-speakers .students-speaker-box {
        padding: 0 0px; } }
    .students-speakers .students-speaker-box .students-speaker-box-thumb {
      text-align: center;
      border: 4px solid transparent;
      border-radius: 50%;
      display: inline-block;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      position: relative;
      border-color: #5C0F8B;
      box-shadow: 0 0 9px 0 #25263a6b; }
      .students-speakers .students-speaker-box .students-speaker-box-thumb:hover {
        border-color: #000; }
    .students-speakers .students-speaker-box img {
      border-radius: 50%;
      border: 10px solid #fff;
      width: 200px;
      height: auto; }
  .students-speakers .students-speaker-content h6 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 5px; }
  .students-speakers .section-title .main-title h2 {
    color: #fff; }

/*------------------------------*/
.testimonials {
  background: #f5f5f5; }
  .testimonials .testimonials-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    box-shadow: 2px 5px 25px rgba(34, 30, 31, 0.25);
    margin: 25px; }
    .testimonials .testimonials-box .testimonials-box-1 {
      padding: 30px 40px 0 40px;
      line-height: 26px;
      position: relative; }
      .testimonials .testimonials-box .testimonials-box-1:before {
        content: "“";
        position: absolute;
        top: 35px;
        left: 20px;
        font-size: 70px;
        color: #5C0F8B;
        opacity: 0.5; }
    .testimonials .testimonials-box .testimonial-author {
      background: #f5f5f5f5;
      padding: 20px 42px;
      padding-bottom: 30px; }
      .testimonials .testimonials-box .testimonial-author .author-img {
        float: right;
        /* width: 80px;*/
        position: relative;
        top: -65px;
        border: 5px solid #f5f5f5;
        border-radius: 100%;
        z-index: 9; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .testimonials .testimonials-box .testimonial-author .author-img {
            display: none; } }
        .testimonials .testimonials-box .testimonial-author .author-img img {
          width: 100px;
          border-radius: 100%;
          height: 100px;
          border: 2px solid #5C0F8B; }
      .testimonials .testimonials-box .testimonial-author .author-content {
        overflow: hidden; }
        .testimonials .testimonials-box .testimonial-author .author-content h5 {
          margin-bottom: 0;
          color: #FF5100;
          font-weight: 600;
          font-size: 1.1rem; }
        .testimonials .testimonials-box .testimonial-author .author-content p {
          font-size: 1rem;
          color: #000000b8; }

/* ------:: LightBox Gallery----------- */
.lightBox--gallery > ul > li {
  position: relative;
  padding: 7px; }
  .lightBox--gallery > ul > li a {
    position: relative;
    transition: 0.6s;
    display: block; }
    .lightBox--gallery > ul > li a > img {
      width: 100%;
      height: auto;
      border: 2px solid #ff9800; }
    .lightBox--gallery > ul > li a:hover .light-gallery-poster > i {
      opacity: 1;
      z-index: 1; }
    .lightBox--gallery > ul > li a .light-gallery-poster i {
      left: 50%;
      margin-left: -10px;
      margin-top: -10px;
      opacity: 0;
      position: absolute;
      top: 50%;
      color: #fff;
      font-size: 29px;
      z-index: 1; }
.lightBox--gallery .default-btn {
  position: absolute;
  right: 20px;
  width: 16%;
  bottom: 70px;
  top: auto; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .lightBox--gallery .default-btn {
      width: 36%;
      bottom: 50px; } }

.imag-effect {
  background: linear-gradient(-45deg, #FF5100, #FF5100, #FF5100);
  font-family: "Raleway", sans-serif;
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out; }
  .imag-effect:before {
    content: "";
    border: 2px solid #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1.5, 0, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.35s; }
  .imag-effect:hover:before {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1.5, 1, 1); }
  .imag-effect:hover img {
    opacity: 0.3;
    transform: translate3d(-12px, 0, 0) scale(1.1) rotate(3deg); }

.gallery-box {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding: 25px 15px 10px 30px;
  border-top: 7px double #fff;
  background: #fe960545;
  background-image: linear-gradient(45deg, #fe9605, transparent);
  box-shadow: 2px 5px 25px rgba(34, 30, 31, 0.25);
  min-height: 83px;
  text-align: center; }
  .gallery-box h6 a {
    color: #000000c2;
    font-size: 1.2rem;
    font-weight: 600; }

.separators-line {
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #000; }

/*----------------------------*/
.nsp-videos .img-area {
  padding: 0;
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .nsp-videos .img-area {
      margin-top: 8px; } }
  @media screen and (max-width: 992px) and (min-width: 767px) {
    .nsp-videos .img-area {
      margin-top: 8px; } }
  .nsp-videos .img-area::before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 43px;
    left: 0px;
    right: 0;
    width: 61%;
    margin: 0 auto;
    opacity: 1;
    transform: scale(1.5);
    z-index: 1;
    border: 1px dashed #fff; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .nsp-videos .img-area::before {
        top: 21px;
        bottom: 22px; } }
  .nsp-videos .img-area > img {
    height: auto;
    border-radius: 10px 0 10px 0; }
    @media only screen and (max-width: 320px) {
      .nsp-videos .img-area > img {
        height: auto; } }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .nsp-videos .img-area > img {
        height: auto; } }
  .nsp-videos .img-area .video-gallery {
    position: absolute;
    top: calc(50% - 36px);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    transition: all 0.5s ease-in-out 0s; }
    .nsp-videos .img-area .video-gallery li {
      float: none; }
    .nsp-videos .img-area .video-gallery .light-gallery-poster img {
      width: 50px; }
  .nsp-videos .img-area .overlay-color {
    opacity: 0.6;
    z-index: 0;
    background-color: #000000ed;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px 0 10px 0; }

.ripple-effect {
  border-radius: 100%;
  display: inline-block !important;
  -webkit-animation: witr-shadow 1s linear infinite;
  animation: witr-shadow 1s linear infinite;
  -webkit-transition: 0.5s; }

@keyframes witr-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 184, 77, 0.3), 0 0 0 10px rgba(255, 184, 77, 0.3), 0 0 0 20px rgba(255, 184, 77, 0.3); }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 184, 77, 0.3), 0 0 0 20px rgba(255, 184, 77, 0.3), 0 0 0 30px rgba(255, 255, 255, 0); } }
/*nav-pills start*/
@media screen and (max-width: 992px) and (min-width: 320px) {
  .nav-pills {
    display: block; } }
.nav-pills .nav-item {
  margin: 0px 8px 26px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .nav-pills .nav-item {
      margin: 0px 10px 20px; } }
  .nav-pills .nav-item .nav-link {
    transition: all 0.2s linear;
    color: #fff;
    width: 100%;
    background: #5C0F8B;
    color: #fff;
    position: relative; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      .nav-pills .nav-item .nav-link {
        border: 1px solid red; } }
    .nav-pills .nav-item .nav-link span {
      background: #fff;
      padding: 5px 10px;
      border-radius: 0px 45px 0px 45px;
      position: relative;
      z-index: 1;
      width: 100%; }
      @media screen and (max-width: 992px) and (min-width: 320px) {
        .nav-pills .nav-item .nav-link span {
          background: transparent; } }
    .nav-pills .nav-item .nav-link:before {
      content: "";
      background-color: #FF5100;
      width: 4px;
      height: 100%;
      opacity: 0;
      position: absolute;
      top: 0;
      left: -20%;
      transition: all 0.3s ease 0s; }
    .nav-pills .nav-item .nav-link:after {
      content: "";
      position: absolute;
      height: 10px;
      width: 10px;
      transform: translateY(-50%) rotate(45deg);
      top: 50%;
      transition: all 0.3s ease 0.1s; }
.nav-pills .nav-link.active,
.nav-pills .nav-pills .show > .nav-link {
  background-color: #000;
  color: #ffffff;
  position: relative; }
  .nav-pills .nav-link.active:before,
  .nav-pills .nav-pills .show > .nav-link:before {
    opacity: 1;
    left: 0; }
  .nav-pills .nav-link.active:after,
  .nav-pills .nav-pills .show > .nav-link:after {
    opacity: 1;
    left: 2px;
    transition: all 0.3s ease 0s;
    background: #FF5100; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .nav-pills .nav-link.active,
    .nav-pills .nav-pills .show > .nav-link {
      background-color: pink; } }
  .nav-pills .nav-link.active span,
  .nav-pills .nav-pills .show > .nav-link span {
    background: #eef9fd; }
    .nav-pills .nav-link.active span:before,
    .nav-pills .nav-pills .show > .nav-link span:before {
      background: pink;
      opacity: 1; }

/*-----------------------------*/
.all-speaker-img, .all-speakers-session {
  text-align: center; }
  .all-speaker-img .gvrg-body-img, .all-speakers-session .gvrg-body-img {
    border: 2px solid transparent;
    border-radius: 10px 0 10px 0;
    display: inline-block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    border-color: #5C0F8B; }
    .all-speaker-img .gvrg-body-img:hover, .all-speakers-session .gvrg-body-img:hover {
      border-color: #000; }
    .all-speaker-img .gvrg-body-img img, .all-speakers-session .gvrg-body-img img {
      border-radius: 20px;
      padding: 10px; }
  .all-speaker-img h6, .all-speakers-session h6 {
    color: #141414;
    font-weight: 600;
    margin: 8px 0 0 0;
    font-size: 1rem; }

/*----------------------------------*/
.governing-body-box {
  box-shadow: 0 0 10px #d8d8d8;
  min-height: 360px;
  padding: 20px;
  margin-bottom: 20px;
  transition: 0.3s;
  text-align: justify;
  position: relative; }
  .governing-body-box .gvrg-body-img {
    border: 4px solid transparent;
    border-radius: 20px;
    display: inline-block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    border-color: #5C0F8B;
    box-shadow: 0 0 9px 0 #25263a6b; }
    .governing-body-box .gvrg-body-img :hover {
      border-color: #000; }
    .governing-body-box .gvrg-body-img img {
      border-radius: 20px;
      padding: 10px; }
  .governing-body-box h4 {
    color: #FF5100;
    font-weight: 600; }
  .governing-body-box h6 {
    color: #1e1d1dc9; }
  .governing-body-box:hover {
    border: 1px solid #FF5100;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.32); }

/*-----------------------*/
.all-speakers-session {
  text-align: left; }
  .all-speakers-session .title-speaker {
    background: #c977040d;
    padding: 10px;
    border-radius: 14px; }
    .all-speakers-session .title-speaker h5 {
      font-size: 1rem;
      font-weight: 600; }
    .all-speakers-session .title-speaker span {
      color: #000000f0;
      font-size: 1rem;
      font-weight: 600; }

/*----------------------------------------------*/
.soviner .soviner-box {
  border: 2px solid #ff9706;
  border-radius: 10px 0 10px 0;
  text-align: center;
  padding: 14px;
  box-shadow: 0 0 9px 0 #25263a6b; }

/*-------------------------
*/
.testimonial .testi-box {
  background: #ffffffeb;
  text-align: center;
  padding: 22px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px 0 10px 0;
  width: 100%;
  border: 1px solid #5c0f8b;
  min-height: 400px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .testimonial .testi-box {
      min-height: 350px; } }
  .testimonial .testi-box .testi-img {
    /*position: absolute;*/
    content: "";
    /* top: 186px;*/
    border: 2px solid #fff;
    border-radius: 50%;
    /* box-shadow: 0 0 2px 2px #e5e6e7; */
    overflow: hidden;
    right: 5px; }
    .testimonial .testi-box .testi-img img {
      width: 100px;
      height: 100px; }
  .testimonial .testi-box .testi-cantent {
    padding-top: 12px;
    color: #fff; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .testimonial .testi-box .testi-cantent {
        margin-left: 0px; } }
  .testimonial .testi-box .img-content {
    display: flex;
    justify-content: space-between; }
    .testimonial .testi-box .img-content .content h6 {
      color: #fff; }
    .testimonial .testi-box .img-content .content i {
      color: #3a3a36; }
.testimonial .swiper-button-next,
.testimonial .swiper-button-prev {
  left: 50px;
  right: 0;
  top: auto;
  margin: 2px auto 0;
  bottom: 7px; }
.testimonial .swiper-button-prev {
  left: 0px;
  right: 60px; }

/*--------------------------------------*/
.contact-page .contact-innerbox {
  background-color: #fff;
  height: 319px; }
  .contact-page .contact-innerbox .contact-icon i {
    color: #FF5100; }

.contact-box {
  text-align: center;
  padding: 5px 30px 25px;
  margin: 10px 0 0 0;
  border-radius: 10px 0 10px 0;
  /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); */
  position: relative;
  z-index: 1;
  height: 230px; }
  .contact-box:before {
    content: "";
    background: #fff;
    width: calc(100% - 10px);
    height: 100%;
    border-radius: 0 30px 0 30px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1; }
  .contact-box .contact-details {
    padding: 60px 0px; }
    .contact-box .contact-details h6 {
      font-size: 1.2rem;
      font-weight: 600;
      color: #FF5100; }
  .contact-box .contact-icon {
    position: absolute;
    color: #fff;
    background: linear-gradient(144deg, #5c0f8b 63%, #ff5100 100%);
    font-size: 40px;
    width: 30%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0 50px 50px 0;
    /* box-shadow: -5px 5px 5px 0px rgb(0 0 0 / 20%) inset;*/ }
    .contact-box .contact-icon span {
      color: #fff; }
  .contact-box .title {
    color: #ff9901;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px; }
    .contact-box .title:after {
      content: "";
      background-color: #ff9901;
      height: 2px;
      width: 60%;
      margin: 5px auto 0;
      display: block;
      clear: both; }

/*-----------------------*/
footer {
  background: #5C0F8B; }
  footer:before {
    content: "";
    background: #5C0F8B;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1; }
  footer .footer-page {
    padding: 60px 0 0; }
    footer .footer-page p {
      color: #ede4e4b5;
      font-size: 1.2rem;
      font-weight: 600; }
    footer .footer-page .footer-title h5 {
      color: #ffffff9c; }
    footer .footer-page .footer-title .footer-bar {
      position: relative;
      margin-bottom: 30px; }
      footer .footer-page .footer-title .footer-bar:before {
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        right: 0;
        width: 100px;
        background: #5C0F8B; }
      footer .footer-page .footer-title .footer-bar:after {
        bottom: -5px;
        content: "";
        height: 2px;
        left: 0;
        right: 0;
        position: absolute;
        width: 50px;
        background: #5C0F8B; }
    footer .footer-page .unit {
      display: flex;
      flex: 0 1 100%; }
      footer .footer-page .unit .icon {
        color: #fff; }
    footer .footer-page .icon-xs {
      font-size: 25px;
      line-height: 38px; }
    footer .footer-page .cont-us address,
    footer .footer-page .cont-us a {
      margin-left: 12px;
      font-size: 0.9rem;
      color: #fff;
      font-family: "Raleway", sans-serif;
      font-weight: 500;
      font-size: 0.9rem;
      transition: all 0.6s; }
      footer .footer-page .cont-us address:hover,
      footer .footer-page .cont-us a:hover {
        color: #5C0F8B; }
    footer .footer-page .list-group li {
      padding-left: 28px;
      position: relative; }
      footer .footer-page .list-group li:before {
        content: "\f101";
        position: absolute;
        left: 11px;
        top: 0;
        font-weight: 600;
        color: #5C0F8B;
        font-family: "FontAwesome"; }
      footer .footer-page .list-group li a {
        color: #fff;
        transition: 0.4s; }
        footer .footer-page .list-group li a:hover {
          color: #fff;
          margin-left: 5px; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      footer .footer-page .social {
        margin: 17px auto; } }
    footer .footer-page .social .icon {
      width: 42px;
      height: 42px;
      color: #ffffff;
      background: #ff970838;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      line-height: 40px;
      font-size: 1rem;
      margin: 3px;
      border-radius: 10px 0 10px 0px;
      transition: all 0.3s; }
      footer .footer-page .social .icon:hover {
        background: #5C0F8B;
        color: #fff;
        border-radius: 0px 10px 0px 10px; }
  footer .footer-bottom {
    padding-top: 20px; }
    footer .footer-bottom .footer-left p {
      color: rgba(255, 255, 255, 0.5);
      font-size: .8rem; }
    footer .footer-bottom .footer-left span {
      color: #FF5100; }
    footer .footer-bottom .footer-right a {
      color: rgba(255, 255, 255, 0.5);
      font-size: .8rem; }

/* ----------------------------------------------------------
:: scroll-to-to
---------------------------------------------------------- */
.scroll-to-top {
  position: fixed;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 30px;
  background: linear-gradient(144deg, #5c0f8b 63%, #ff5100 100%);
  box-shadow: 0 0px 10px 0 #00000038;
  right: 8px;
  bottom: 82px;
  color: #fff;
  border-radius: 10px 0 10px 0;
  border: 1px solid #ff510000;
  cursor: pointer;
  display: none;
  z-index: 1;
  /* background: #121111; */ }
  .scroll-to-top:hover, .scroll-to-top:focus {
    background-image: linear-gradient(-45deg, #FF5100, transparent);
    outline: 0; }

/*--------------contcat form start------------------------*/
.form-contact {
  /* background: linear-gradient(317deg, #fe960557 50%, #fe96058c 50%); */
  padding: 20px;
  border: 1px solid #5c0f8b;
  border-radius: 10px 0 10px 0;
  height: 100%; }

.form-floating > .form-control:focus,
.form-floating > .form-select:focus {
  overflow: unset;
  box-shadow: none; }

.form-control,
.select2-container .select2-selection--single {
  color: #a8a8a8;
  border-radius: 10px 0 10px 0;
  border: 1px solid #cfcfcf !important;
  box-shadow: 0px 0px 8px #ffffff4f; }

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem; }

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0.35rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }

.form-floating > .text-msg-h {
  height: 150px;
  padding: 1rem 0.75rem; }

/*--------------Registration------------------------*/
.registration-form {
  margin-top: 30px;
  padding: 40px;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 10px;
  min-height: 181px;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0px 0 8px #706a6ad4;
  justify-content: center;
  background: linear-gradient(322deg, #fe96056b 50%, #fe9605bf 50%); }
  .registration-form .form-floating {
    position: relative; }
    .registration-form .form-floating i {
      position: absolute;
      right: 0;
      top: 21px;
      color: #ef7b12;
      border-left: 1px solid #e5e5e5;
      padding: 0 12px; }
    .registration-form .form-floating .gender-icon {
      position: absolute;
      right: 11px;
      top: 21px;
      z-index: 9; }
    .registration-form .form-floating img {
      position: absolute;
      right: 13px;
      top: 15px; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  height: 56px; }

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
  background-color: #141516 !important;
  color: #fff; }

.select2 {
  width: 100% !important; }

.select2-container .select2-selection--single {
  height: 58px !important; }

.select2-container--default
.select2-selection--single
.select2-selection__clear {
  display: none; }

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 31px !important;
  position: absolute !important;
  top: 15px !important;
  left: 105px !important;
  width: 30px !important; }

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  color: #444;
  line-height: 28px;
  padding-top: 10px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: 131px; }

.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0px;
  padding-bottom: 0.625rem; }

.regi-line {
  border-right: 1px solid black; }
  .regi-line li {
    color: #060606 !important; }

.logo-1 {
  width: 80%; }

/*# sourceMappingURL=style.css.map */
