

body {
  background: #fff;
  color: #2f3138;
 
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "azosansbold";
  src: url("../font/azosansbold.OTF");
  font-weight: 600;
       
}

@font-face {
  font-family: segoeuib;
  src: url(../font/segoeuib.TTF);
  font-weight: 200;
}

/*@font-face {
  font-family:  AZOSANS-BOLD;
  src: url(../font/RUI ABREU - AZOSANS-BOLDITALIC_0.OTF);
}*/

a {
  color: #ffb041;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #f8234a;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
 font-family: segoeuib;
}
#studentRegisterFrm1 p {
  margin: -17px 0 17px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {

  font-weight: 600;
  margin: 0 0 5px 0;
  padding: 0;
  color: #173b3b;
  /* font-family: segoeuib !important;*/
}
.section-header h2 {
  color: #0e5cad;
}
.carousel-caption h1 {
  color: #0e5cad;
}
.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #ffb041;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
  z-index: 9999999;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: #e0072f;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #e0072f;
  color: #fff;
}

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 31px;
  position: relative;
  padding-bottom: 3px;
}

.section-header::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #173b3b;
    bottom: 0;
    left: 0;
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
 /* margin-bottom: 10px;*/
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.section-with-bg {
  background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 90px;
  padding: 25px 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-fixed {
  background: rgba(6, 12, 34, 0.98);
  height: 70px;
  padding: 15px 0;
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;

  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #ffb041;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 55px;
}
li.buy-tickets a:hover {
    background: #ffb041 !important;
    border-color: #ffb041 !important;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f0d7";
  position: absolute;
  right: 15px;
  top: 10px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: #000000;

  font-weight: 600;
  font-size: 14px;
  outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #000;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffb041;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.buy-tickets a {
  color: #fff;
  background: #000000;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #000000;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
  background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 0px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #ffb041;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(6, 12, 34, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #ffb041;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #ffb041;
}

#mobile-nav ul .menu-item-active {
  color: #ffb041;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 34, 0.8);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  background: url(../img/BG-1.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

/*#intro:before {
  content: "";
  background: rgba(6, 12, 34, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}*/

#intro .intro-container {
  position: relative;
  bottom: 0;
  left: 0;
  top: 155px;
  /*right: 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display:inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  padding: 0 15px;
}

#intro h1 {
  color: #173b3b;
  font-family: azosansbold !important;
  font-size: 65px;
  font-weight: 600;
  text-transform: capitalize;
}

#intro h1 span {
  color: #ffb041;
}

#intro p {
  color: #173b3b;
  font-weight: 600;
  font-size: 31px;
  font-family: azosansbold !important;
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ffb041 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro .play-btn:hover::after {
  border-left: 15px solid #ffb041;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#intro .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro .about-btn {
  
  font-weight: 600;
  font-size: 17px;
 /* letter-spacing: 1px;*/
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #ffb041;
  background: #ffb041;
  text-transform: uppercase;
}

#intro .about-btn:hover {
  background: transparent;
  border: 2px solid #ffb041;
  color: #fff;
}

@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about {
  padding: 42px 0 52px 0;
  background: #173b3b;
  width: 100%;
  display: inline-block;
}

/*#about:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}*/

#about h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

#about h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
}

#about p {
  font-size: 13px;
    margin-bottom: 10px;
    color: #000;
}

/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/

#speakers {
  padding: 60px 0 30px 0;
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

/*#speakers .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}*/

#speakers .speaker .details h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#speakers .speaker .details p {
  color: #000000;
  font-size: 15px;
  margin-bottom: 10px;
  
}

#speakers .speaker .details .social {
  height: 30px;
}

#speakers .speaker .details a {
  color: #000;
}

#speakers .speaker .details a:hover {
  color: #ffb041;
}

#speakers .speaker:hover .details {
  bottom: 0;
}

#speakers-details {
  padding: 60px 0;
}

#speakers-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#speakers-details .details .social {
  margin-bottom: 15px;
}

#speakers-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#speakers-details .details .social a:hover {
  background: #ffb041;
  color: #fff;
}

#speakers-details .details .social a i {
  font-size: 18px;
}

#speakers-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/

#schedule {
  padding: 60px 0 60px 0;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #173b3b;
  color: #fff;
  padding: 10px 100px;
}

#schedule .nav-tabs a.active {
  background-color: #ffb041;
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}

#signupModal .hide {
  display: none !important;
}
#signupModal .show {
  display: block !important;
}

#signupModal .modal-dialog{
  min-width: 570px!important;
}
#signupModal .modal-body {
    padding: 0 !important;
    margin: 0 !important;
}
#signupModal .load-bar {
    min-height: 0 !important;
}
#signupModal .modal-body .mainContent {
    padding: 2em 2.5em;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}
#signupModal .modal-body .mainContent .formContainer .formElement {
    text-transform: uppercase;
    color: #777;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}

#signupModal .modal-body .mainContent .formContainer .formElement .formPre {
    display: inline-block;
    padding: 9px;
    background: #eee;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 1px solid #aaa;
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 9;
}
#signupModal .modal-body .mainContent .formContainer .formElement input {
    width: 100%;
    height: 38px;
    border: 1px solid #aaa;
    border-radius: 2px;
    padding-left: 43px;
}

#signupModal .modal-body .mainContent .formContainer .formElement .formMessage {
    font-size: 11px;
    color: #8899a6;
    margin-top: 10px;
    text-transform: none;
    line-height: 1.2;
    font-weight: 500;
}
#signupModal .modal-body .mainContent .callToAction {
    padding: 15px 30px;
    border-radius: 100px;
    background: linear-gradient( 135deg,#0e5cad 10%, #072e57 120%);
    /*float: right;*/
    box-shadow: 8px 10px 20px 0 rgba(46,61,73,.15);
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    transition: all .2s;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    min-width: 171px!important;
    width: 152px!important;
    margin: 2px auto 18px;
    border: none;
}
#signupModal .modal-content {
  padding: 0px;
}
.topBanner p {
    top: 75px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
}
.topBanner {
    padding: 28px 0 12px 0;
    text-align: center;
    background: linear-gradient( 135deg, #0e5cad 10%, #072e57 120%);
    color: #fff;
    position: relative;
    width: 100%;
}

#contactModal .hide {
  display: none !important;
}
#contactModal .show {
  display: block !important;
}

#contactModal .modal-dialog{
  min-width: 650px!important;
}
#contactModal .modal-body {
    padding: 0 !important;
    margin: 0 !important;
}
#contactModal .load-bar {
    min-height: 0 !important;
}
#contactModal .modal-body .mainContent {
    padding: 2em 2.5em;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}
#contactModal .modal-body .mainContent .formContainer .formElement {
    text-transform: uppercase;
    color: #777;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}

#contactModal .modal-body .mainContent .formContainer .formElement .formPre {
    display: inline-block;
    padding: 9px;
    background: #eee;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 1px solid #aaa;
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 9;
}
#contactModal .modal-body .mainContent .formContainer .formElement input {
    width: 100%;
    height: 38px;
    border: 1px solid #aaa;
    border-radius: 2px;
    padding-left: 43px;
}

#contactModal .modal-body .mainContent .formContainer .formElement .formMessage {
    font-size: 11px;
    color: #8899a6;
    margin-top: 10px;
    text-transform: none;
    line-height: 1.2;
    font-weight: 500;
}
#contactModal .modal-body .mainContent .callToAction {
    padding: 15px 30px;
    border-radius: 100px;
    background: linear-gradient( 135deg,#0e5cad 10%, #072e57 120%);
    float: right;
    box-shadow: 8px 10px 20px 0 rgba(46,61,73,.15);
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    transition: all .2s;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    min-width: 171px!important;
    width: 152px!important;
    margin: 36px auto 18px;
    border: none;
}

form#studentRegisterFrm1 button.btn.btn-primary{
  padding: 15px 30px;
    border-radius: 100px;
    background: linear-gradient( 135deg,#0e5cad 10%, #072e57 120%);
    /*float: right;*/
    box-shadow: 8px 10px 20px 0 rgba(46,61,73,.15);
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    transition: all .2s;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    min-width: 171px!important;
    width: 152px!important;
    /*margin: 36px auto 18px;*/
    border: none;
}
form#studentLoginFrmStep1, form#studentLoginFrmStep2, form#studentLoginFrmStep3 {
    width: 76%;
    margin: 0 auto;
}
label.error {
    color: red;
    font-size: 12px;
    font-weight: 200;
    text-transform: capitalize;
}
button#passwordShowBrn {
    float: right;
    background: none;
    border: none;
    color: #000;
}
button#otpShowBtn {
    float: right;
    background: none;
    border: none;
    color: #000;
}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/

#venue {
  padding: 60px 0;
}

#venue .container-fluid {
  margin-bottom: 3px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#venue .venue-info {
  background: url("../img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}

#venue .venue-gallery-container {
  padding-right: 12px;
}

#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

#venue .venue-gallery:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Hotels Section
--------------------------------------------------------------*/

#hotels {
  padding: 60px 0;
}

#hotels .hotel {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
}

#hotels .hotel:hover .hotel-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#hotels .hotel-img {
  overflow: hidden;
  margin-bottom: 15px;
}

#hotels .hotel-img img {
  transition: 0.3s ease-in-out;
}

#hotels h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}

#hotels a {
  color: #152b79;
}

#hotels a:hover {
  color: #ffb041;
}

#hotels .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}

#hotels .stars i {
  color: #ffc31d;
}

#hotels p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #060c22;
  font-style: italic;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

#gallery {
  padding: 60px;
  overflow: hidden;
}

#gallery .owl-nav,
#gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}

#gallery .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

#gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#gallery .owl-dot.active {
  background-color: #ffb041;
}

#gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

#gallery .gallery-carousel .center {
  border: 6px solid #ffb041;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/*--------------------------------------------------------------
# supporters Section
--------------------------------------------------------------*/

#supporters {
  padding: 60px 0;
}

#supporters .supporters-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}

#supporters .supporter-logo {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
}

#supporters .supporter-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#supporters img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

#faq {
  padding: 60px 0;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
 
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #ffb041;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/

#subscribe {
  padding: 60px;
  background: url(../img/subscribe-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#subscribe:before {
  content: "";
  background: rgba(6, 12, 34, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#subscribe .section-header h2,
#subscribe p {
  color: #fff;
}

#subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #ffb041;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

#subscribe button:hover {
  background: #e0072f;
}

/*--------------------------------------------------------------
# Buy Tickets Section
--------------------------------------------------------------*/

#buy-tickets {
  padding: 60px 0;
}

#buy-tickets .card {
  border: none;
  border-radius: 5px;
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}

#buy-tickets .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

#buy-tickets .card hr {
  margin: 25px 0;
}

#buy-tickets .card .card-title {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

#buy-tickets .card .card-price {
  font-size: 48px;
  margin: 0;
}

#buy-tickets .card ul li {
  margin-bottom: 20px;
}

#buy-tickets .card .text-muted {
  opacity: 0.7;
}

#buy-tickets .card .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #ffb041;
  border: 0;
  color: #fff;
}

#buy-tickets .card .btn:hover {
  background-color: #e0072f;
}

#buy-tickets #buy-ticket-modal input,
#buy-tickets #buy-ticket-modal select {
  border-radius: 0;
}

#buy-tickets #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #ffb041;
  border: 0;
  color: #fff;
}

#buy-tickets #buy-ticket-modal .btn:hover {
  background-color: #e0072f;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #ffb041;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #112363;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

#contact .contact-info a {
  color: #4869df;
}

#contact .contact-info a:hover {
  color: #ffb041;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #ffb041;
  border: 1px solid #ffb041;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #ffb041;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #e0072f;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #5e5e5e;
    color: #eee;
    font-size: 14px;
    width: 100%;
    float: left;
}
#footer .footer-top {
  /*background: #040919;*/
  padding: 60px 0 30px 0;
}

footer#footer .section-header h2 {
    color: #FFF;
    text-transform: capitalize;
}
footer#footer .section-header::before{
  background: #a7a5a5;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
 
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;

  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ffb041;
  color: #fff;
}

#footer .social-accounts{
  border-top: 2px solid #a3a2a2;
  width: 100%;
}

#footer .footer-top h4 {
  font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    padding-top: 24px;
    float: left;
    margin-right: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #ffb041;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ffb041;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #ffb041;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

.address-widget h5 {
    color: #fff;
}

.address-widget h5 {
    font-size: 15px;
}

.address-widget p {
    font-size: 14px;
    line-height: 34px;
}

.social-accounts ul li a img {
    width: 29px;
}
.social-accounts ul  {
    padding: 0;
    margin: 0;
}
.social-accounts ul li{
  list-style-type: none;
  float: left;
  margin-right: 10px;
}

.social-accounts ul li {
    list-style-type: none;
    float: left;
    margin-right: 33px;
    margin-top: 15px;
}

.social-accounts ul li a img {
    width: 34px;
    height: 34px;
}
.address-widget ul{
  padding: 0;
  margin: 0;
}

.address-widget ul li{
  list-style-type: none;
  padding-right: 8px;
  float: left;
}

.address-widget ul li a{
  color: #fff;
  font-size: 18px;
  position: relative;
  padding: 0 5px;
}
.address-widget ul li a::after {
    content: '';
    position: absolute;
    height: 18px;
    border-width: 1px;
    border-style: solid;
    right: -6px;
    top: 4px;
}
.container-new {
    max-width: 1117px !important;
}
/************************
  testimonial slider start
************************/

.about-student .carousel {
  margin: 0 auto;
  padding: 0 0px;
}
.about-student .carousel .item {
  color: #999;
  overflow: hidden;
  min-height: 120px;
  font-size: 13px;
  margin-top: 8px;
}
.about-student .carousel .media {
  position: relative;
  /*padding: 0 0 0 20px;*/
  left: -30px;
}
.about-student .carousel .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
}
.about-student .carousel .testimonial-wrapper {
  padding: 0 0px;
}
.about-student .carousel .testimonial {
    color: #808080;
    position: relative;
    padding: 9px 0;
    margin-bottom: 0;
}
/*.about-student .carousel .testimonial::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: #f1f1f1;
  border: 1px solid #efefef;
  border-width: 0 0 1px 1px;
  position: absolute;
  bottom: -8px;
  left: 46px;
  transform: rotateZ(-46deg);
}*/
.about-student .carousel .star-rating li {
  padding: 0 2px;
}
.about-student .carousel .star-rating i {
  font-size: 16px;
  color: #ffdc12;
}
.about-student .carousel .overview {
  padding: 3px 0 0 0px;
}
.about-student .carousel .overview .details {
    padding: 2px 0;
    font-size: 11px;
    color: #000;
}
.about-student .carousel .overview b {
  text-transform: uppercase;
  color:#000000;
}
.about-student .carousel .carousel-indicators {
  bottom: -70px;
}
.about-student .carousel-indicators li, .about-student .carousel-indicators li.active {
  width: 18px;
    height: 18px;
  border-radius: 50%;
  margin: 1px 2px;
}
.about-student .carousel-indicators li { 
    background: #e2e2e2;
    border: 4px solid #fff;
}
.about-student .carousel-indicators li.active {
  color: #fff;
    background: #1abc9c;
    border: 5px double;    
}

.about-student h2 {
    position: relative;
}
.about-student h2:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 1px;
    border-style: solid;
    border-width: 1px;
    left: 0;
    bottom: 0;
    border-color: #ccc;
}
/*.about-student .carousel .testimonial-wrapper {
    padding: 0 0px;
    width: 100%;
    display: inline-block;
    background: #fff;
}*/

.about-student .carousel .testimonial-wrapper {
    padding: 0px 0px 7px;
    width: 85%;
    display: inline-block;
    background: #fff;
    float: right;
    min-height: 202px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.about-student .carousel .testimonial-wrapper::before {
    content: '';
    position: absolute;
    background: url(../img/Champions-Speack-Text-Box.png) no-repeat;
    background-size: 25.99%;
    height: 100%;
    width: 100%;
    left: 25px;
}
.about-student .media-left img {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    float: left;
}

.about-student .media-left {
    float: left;
    position: relative;
    bottom: -90px;
    left: -44px;
}
.about-student .carousel .testimonial::after {
    content: '';
    border-style: solid;
    border-width: 2px;
    position: absolute;
    width: 43px;
    bottom: 0;
    left: 0px;
    color: #ffb041;
}
.media-body::after {
    content: '';
    position: absolute;
    background: url(../img/Comma2.png);
    background-size: 25%;
    width: 150px;
    height: 150px;
}
.media-body::after {
    content: '';
    position: absolute;
    background: url(../img/Comma2.png);
    background-size: 67%;
    width: 55px;
    height: 72px;
    right: 0;
    background-repeat: no-repeat;
    bottom: -16px;
}

/************************
  testimonial slider end
************************/
.speaker img {
    width: 100%;
    position: relative;
}
.speaker .video-part {
    position: absolute;
    z-index: 99;
    top: 7px;
    width: 94%;
    height: 101%;
    padding: 0 11px;
    left: 13px;
}

/*.speaker.bg-screen {
    background: url(../img/img-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.speaker.bg-screen {
    background: url(../img/img-2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 80vh;
    width: 100%;
}
*/
.speaker.bg-screen iframe {
    width: 100%;
    /*padding: 14px;*/
}
.gurukulam-tx {
    position: relative;
}

.gurukulam-tx img {
    width: 100%;
    position: relative;
}
.gurukulam-tx .video-part {
    position: absolute;
    z-index: 99;
    top: 41px;
    width: 100%;
    height: 100%;
    padding: 0 11px;
}


section.safalta-section {
    background: #ddded9;
   /* height: 100vh;*/
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 50px 0;
}
section.safalta-section.gurukulam {
    background: none;
}

.btn {
    font-size: 15px;
    border-radius: 50px;
    padding: 10px 40px;
    transition: all 0.2s;
    background-color: #ffb041;
    border: 0;
    color: #000;
    font-weight: 600;
}
.gurukulam {
    padding: 50px 0;
    width: 100%;
    float: left;
}

.icon-point {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.icon-point img{
  width: 100%;
}

.feature {
    width: 100%;
    float: left;
    padding: 60px 0;
    background: #173b3b;
}
.feature-part {
    width: 100%;
    float: left;
}

.feature .section-header h2 {
    color: #ffff;
}
.feature .section-header::before{
  background: #fff;
}

.section-header{
  width: 100%;
  display: inline-block;
}

.feature-part {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 16px;
    text-align: center;
    margin-top: 65px;
}
.icon-point {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #eee;
    margin: -74px auto 0;
    text-align: center;
    border: 8px solid #fff;
}
.icon-point img {
    width: 52px;
}
.icon-point h3 {
    font-size: 16px;
}
.icon-point {
    line-height: 69px;
    display: inline-block;
}

section.buy-one {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #ddded9;
}

section#faq {
    width: 100%;
    float: left;
    padding: 50px 0;
    background:#fff;
}
section#faq .myaccordion .card-header{
  padding: 0;
}

.card-body1 img {
    width: 100%;
    margin-top: 93px;
}
/******************************
slider-main-sec start
*****************************/
 .slider-main-sec .carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .slider-main-sec .carousel-caption{
    text-align: left;
  }

  .slider-main-sec .carousel-caption h1, .carousel-caption h3,  .carousel-caption p{
    margin: 0;
  }
  .slider-main-sec .carousel-caption{
    top: 32%;
    bottom: auto;
  }

  .slider-main-sec .carousel-caption p {
    font-size: 31px;
    color: #000;
    font-weight: 600;
}

 .slider-main-sec .carousel-caption h1 {
    font-size: 48px;
    font-weight: 800;
}
.about-btn {
    background: #ffb041;
    border: 2px solid #ffb041;
    border-radius: 81px;
    padding: 6px 21px;
    color: #000;
    font-weight: 500;
    font-size: 17px;
    margin-top: 24px;
    display: inline-block;
    text-transform: uppercase;
}

/***********************
  Accourdion start
***********************/
.myaccordion {
  max-width: 500px;
  margin: 12px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
  padding: 0 1.25rem;
  border-bottom: 2px solid rgba(0,0,0,.125);
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}
.myaccordion .card-header button {
    border: none;
    font-size: 17px;
    width: 100%;
    /*height: 58px;*/
    background: #fff;
    cursor: pointer;
}
.myaccordion .card{
  border-bottom: 1px solid #cccccc9c;
}
.myaccordion:last-child .card {
    border: none;
}
button:focus{
  outline: none !important;
}

.card-header button img {
    width: 28px;
    float: left;
    margin-top: 5px;
}
.myaccordion .card-header button h4 {
    font-size: 16px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: normal !important;
    text-align: left;
}
.myaccordion .fa-stack {
    font-size: 18px;
    float: right;
    /*-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;*/
}
.myaccordion .card-body {
    float: left;
}

.panel-heading i.fa.fa-angle-down{
  transition: all 0.4s ease;
  
}
.panel-heading.highlight i.fa.fa-angle-down{
  transition: all 0.4s ease;
    transform: rotateZ(-177deg);
}

/*.pricing-section .card-body img{
  width: 100%;
}*/

section#faq .myaccordion .fa-stack {
    float: left;
}

section#faq .myaccordion{
  width: 100%;
  max-width: 100%;
  margin-top: -38px;
}

section#faq .myaccordion .card-header h3 {
    font-size: 19px;
    float: left;
    line-height: 37px;
}
section#faq .myaccordion .card-header button{
    margin-top: 19px;
}
/*.pricing-section .card-body {
    padding: 0;
}

.pricing-section .card {
    border-radius: 15px;
}
.pricing-section .card .top-pricing {
    background: #173b3b;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 15px;
}
.pricing-section .card .top-pricing h5, .pricing-section .card .top-pricing h6 {
    text-align: left !important;
    font-size: 17px;
    color: #fff !important;
    margin: 0;
}
.pricing-section .card .top-pricing h6{
    font-family: segoeuib !important;
    font-size: 15px;
}

.pricing-section .card-body hr {
    border-color: #4b6a6a;
    margin: 9px 0;
}
.pricing-section .card-body p{
  font-size: 15px;
  color: #fff;
}

.pricing-section .card-body p {
    font-size: 13px;
    color: #fff;
    margin: 0;
}


.pricing-section .card-body ul.fa-ul {
    padding: 15px 14px 15px 36px;
    margin: 0;
}

.pricing-section .card-body ul.fa-ul li {
    font-size: 14px;
    line-height: 29px;
}

.price-price {
    background: #b9d870;
    padding: 11px 21px;
}
.cross p span {
    font-weight: 600 !important;
    font-size: 21px;
}
.cross p{
  position: relative;
  font-weight: 600;
}
.cross p {
    color: #173b3b !important;
}
.cross p::after {
    content: " ";
    display: block;
    width: 62%;
    border-top: 2px solid #173b3b;
    height: 16px;
    position: absolute;
    bottom: 0;
    left: -4px;
    transform: rotate(-7deg);
}

.price-price h2 span {
    font-size: 29px;
    font-weight: 600 !important;
}
.price-price h2 {
    font-size: 16px;
    color: #fff;
}

.price-price h2 i.fa.fa-inr {
    font-size: 21px;
}
.pricing-section .about-btn {
    background: #173b3b;
    border-color: #173b3b;
    padding: 3px 20px;
    font-size: 14px;
    color: #fff;
    margin-top: 13px;
    margin-bottom: 14px;
}*/
.details ul {
    padding: 0;
    margin: 0;
}
.details ul li {
    float: left;
    width: 50%;
    list-style-type: none;
    padding-left: 13px;
    font-size: 15px;
    line-height: 28px;
    position: relative;
}
.details ul li::before {
    content: '\f111 ';
    position: absolute;
    font-family: fontawesome;
    font-size: 8px;
    left: 0;
}

.white{
  color: #fff !important;
}

.feature-part .card-body p {
    text-align: left !important;
    font-size: 14px !important;
    line-height: 22px;
}

.modal-content {
    padding: 0px 43px;
}
.gurukulam-tx p {
    margin-bottom: 5px;
}
.gurukulam-tx h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}
section.team-area.text-center {
    width: 100%;
    float: left;
    padding: 40px 0;
}
.team-area .team-content-wrap .team-item {
    margin-bottom: 30px;
    padding: 0 15px;
}
.team-area .team-content-wrap .team-item .team__img {
    margin-bottom: 10px;
    position: relative;
}
.team-area .team-content-wrap .team-item .team__img img {
    width: 100%;
}
.team-area .team-content-wrap .team-item .team__img .team__img-links {
    position: absolute;
    bottom: -10px;
    z-index: 1;
    padding: 25px 0 15px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    text-align: center;
    width: 100%;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,rgba(0,0,0,.03)),to(rgba(0,0,0,0.99)));
    background: linear-gradient(to bottom,rgba(0,0,0,.03) 20%,rgba(0,0,0,0.99) 100%);
    opacity: 0;
    visibility: hidden;
}
.team-area .team-content-wrap .team-item .team__img .team__img-links ul li {
    display: inline-block;
    font-size: 14px;
}
.team-area .team-content-wrap .team-item .team__img .team__img-links ul li a {
    display: block;
    color: #fff;
    margin: 0 10px;
}
.team-area .team-content-wrap .team-item .team__title {
    position: relative;
    z-index: 1;
    padding-top: 25px;
    padding-bottom: 20px;
}
.team-area .team-content-wrap .team-item .team__title .team__title-title {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 2px;
    width: 95%;
}
.team-area .team-content-wrap .team-item .team__title .team__title-meta {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.team-area .team-content-wrap .team-item .team__title:after {
    right: 21px;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.team-area .team-content-wrap .team-item .team__title:before, .team-area .team-content-wrap .team-item .team__title:after {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    right: 12px;
    z-index: -1;
    /* background-color: #04e6fa; */
    background: #173b3b;
}
h3.team__title-title a {
    color: #fff;
}
.single_widget img {
    width: 80%;
}

/*****************/
  MODAL BOX
/*****************/
#section1 {
  height: 30em;
}


/* Multi-Step Form */
* {
  box-sizing: border-box;
}

#loginModal #regForm {
    /*background-color: #fff;*/
   /* margin: 100px auto;*/
    width: 100%;
    min-width: 100%;
    float: left;
}

#loginModal h1 {
  text-align: center;  
}

#loginModal input {
  padding: 10px;
  width: 100%;
  font-size: 14px;
  /*font-family: Raleway;*/
  border: 1px solid #ffb0416b;
}
#loginModal select{
  font-size: 14px;
  /*font-family: Raleway;*/
  border: 1px solid #ffb0416b;
}

/* Mark input boxes that get errors during validation: */
/*#loginModal input.invalid {
  background-color: #ffdddd;
}*/

/* Hide all steps by default: */
#loginModal .tab {
  display: none;
}

#loginModal button {
  background: #173b3b;
    border: 2px solid #173b3b;
    border-radius: 81px;
    padding: 6px 21px;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    margin-top: 24px;
    display: inline-block;
    text-transform: uppercase;
}

#loginModal button:hover {
  opacity: 0.8;
}

#loginModal #prevBtn {
  background-color: #bbbbbb;
}

/* Step marker: Place in the form. */
#loginModal .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

#loginModal .step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
#loginModal .step.finish {
  background-color: #4CAF50;
}
#loginModal .modal-dialog{
  max-width: 900px;
  margin: 25px auto;
}
#loginModal button.close {
    position: absolute;
    right: 36px;
    top: 35px;
    font-size: 52px;
    font-weight: 100;
    padding: 0;
    line-height: 0;
    width: 39px;
    height: 39px;
    transform: rotate(46deg);
    color: #000;
    background: none !important;
    margin-top: -16px;
    border: none;
}

#loginModal .form-group select.form-control {
    height: 45px !important;
}
.right-img img {
    width: 100%;
    border: none;
    margin-top: 25px;
}
.step-none {
    opacity: 0 !important;
}
form#regForm .form-group label {
    font-weight: 600;
}
form#regForm h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #173b3b;
}
.helpline {
    position: fixed;
    bottom: 15px;
    box-shadow: 3px 2px 26px 2px #a09c9c
}
.helpline span {
    background: #173b3b;
    padding: 18px 30px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
a.lounch {
    display: inline-block;
    width: 100%;
    margin-top: 22px;
}

.top-head-sec {
    width: 100%;
    float: left;
    text-align: center;
    background: #eeee;
    display: table;
    vertical-align: middle;
    padding: 42px 0;
}
/*.herder-top{
  position: relative !important;
}
*/
.video-part-main {
    padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 8px 1px #cccccc63;
}

.second-slid p {
    font-weight: 400 !important;
    color: #212529 !important;
    font-size: 22px !important;
    margin-bottom: -12px !important;
    line-height: 37px;

}
.second-slid h1{
    font-size: 48px;
    font-weight: 800;
    margin-bottom: -7px;
  }
  .second-slid h2{
  font-size: 5em;
    color: #570419;
    font-weight: 400;
    line-height: 73px;
    margin-left: -4px;
    position: relative;
    margin-bottom:15px;
}
.second-slid h2::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 132px;
    /* height: 5px; */
    border-width: 3px;
    left: 6px;
    bottom: -10px;
    border-color:#fff;
    
}
.second-slid ul {
    padding: 0;
    margin: 6px 0 0 0;
    list-style-type: none;
}
.second-slid ul li i.fa.fa-circle {
    font-size: 7px;
    color: #212529;
}
.second-slid ul li {
    font-style: italic;
    color: #000;
    font-size: 13px;
}
.carousel-caption.second-slid {
    top: 87px;
}
li.help {
    font-weight: 700;
    font-size: 14px;
    background: #ffb041;
    padding: 2px 15px;
    border-radius: 50px;
    line-height: 2;
    color: #fff;
}
div#logo {
    margin-top: -7px;
}
@font-face {
  font-family: 'Azo Sans Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Azo Sans Bold'), url('../font/AzoSansBold.woff') format('woff');
}
@font-face {
  font-family: Aldrich-Regular;
  src: url(https://colorlib.com/etc/cs/comingsoon_06/fonts/Aldrich/Aldrich-Regular.ttf); 
}

/******************************
  Countdownd Timer start
*****************************/
 .countdown {
   height: 100%;
  /* Reset */
  /* Skeleton */
  /* Colon Seperator - IE */
  /* Colon Seperator */
}
 .countdown * {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}
 .countdown .countdownFix {
   z-index: 3 !important;
}
 .countdown .clockFix {
   z-index: 1 !important;
}
 .countdown li {
  /*backface-visibility*/
}
 .countdown li span .inn {
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   -o-backface-visibility: hidden;
   backface-visibility: hidden;
}
 .countdown ul {
   list-style: none;
}
 .countdown li {
   line-height: 87px;
}
 .countdown ul.flip {
   position: relative;
   float: left;
   margin-right: 2px;
   height: 100%;
   width: 40px;
   font-size: 50px;
   font-weight: bold;
   -webkit-border-radius: 6px;
  /*border-radius*/
   -moz-border-radius: 6px;
   -ms-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .7);
  /*box-shadow*/
   -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .7);
   -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, .7);
   box-shadow: 0 2px 5px rgba(0, 0, 0, .7);
}
 @media only screen and (max-width: 540px) {
   .countdown ul.flip {
     width: 25px !important;
     font-size: 29px !important;
     height: 83% !important;
  }
   .countdown ul.flip li {
     line-height: 37px !important;
  }
   .countdown ul.flip:nth-child(2n+2):not(:last-child):after {
     top: -24% !important;
  }
}
 @media only screen and (max-width: 440px) {
   .countdown ul.flip {
     width: 22px !important;
     font-size: 23px !important;
     height: 66% !important;
  }
   .countdown ul.flip li {
     line-height: 30px !important;
  }
   .countdown ul.flip:nth-child(2n+2):not(:last-child):after {
     font-size: 28px !important;
  }
}
 /*.countdown ul.nth-child-2np2-notlast:after, .countdown ul.flip:nth-child(2n+2):not(:last-child):after {
   position: absolute;
   top: 20%;
   right: -13px;
   content: ":";
   display: block;
   color: #fff;
   font-size: 46px;
   text-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
}*/
 .countdown ul.nth-child-2np2-notlast {
   margin-right: 14px;
}
 .countdown ul.flip:nth-child(2n+2) {
   margin-right: 12px;
}
 .countdown ul.flip li {
   z-index: 1;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   line-height: 60px;
}
 .countdown ul.flip li span {
   display: block;
   height: 100%;
   -webkit-perspective: 200px;
  /*perspective*/
   -moz-perspective: 200px;
   -ms-perspective: 200px;
   -o-perspective: 200px;
   perspective: 200px;
}
 .countdown ul.flip li span div {
   z-index: 1;
   position: absolute;
   left: 0;
   width: 100%;
   height: 50%;
   overflow: hidden;
}
 .countdown ul.flip li span div .shadow {
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: 2;
}
 .countdown ul.flip li span div.up {
  /*transform-origin*/
   -webkit-transform-origin: 50% 100%;
   -moz-transform-origin: 50% 100%;
   -ms-transform-origin: 50% 100%;
   -o-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
   top: 0;
}
 .countdown ul.flip li span div.up:after {
   content: "";
   position: absolute;
   bottom: 0px;
   left: 0;
   z-index: 5;
   width: 100%;
   height: 1px;
   background-color: rgba(0, 0, 0, .4);
}
 .countdown ul.flip li span div.down {
  /*transform-origin*/
   -webkit-transform-origin: 50% 0%;
   -moz-transform-origin: 50% 0%;
   -ms-transform-origin: 50% 0%;
   -o-transform-origin: 50% 0%;
   transform-origin: 50% 0%;
   bottom: 0;
}
 .countdown ul.flip li span div div.inn {
   font-family: Aldrich-Regular;
    color: #252525;
    font-size: 35px;
    font-weight: 600;
    text-align: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    text-shadow: 0 0px 0px #fff;
    background-color: #fefefe;
    border-radius: 3px;
}
.about-site ul.flip{
  position: relative;
    /*float: unset;*/
    margin: 2px;
    width: 41px !important;
    height: 54px;
    font-size: 36px;
    font-weight: unset;
    line-height: unset;
    border-radius: 3px;
    background: #e7e1cb;
}

 .countdown ul.flip li span div.up div.inn {
   top: 0;
}
 .countdown ul.flip li span div.down div.inn {
   bottom: 0;
}
/* PLAY */
 .play ul li.previous {
   z-index: 2;
}
 .play ul li.current {
  /*animation*/
   -webkit-animation: asd 0.5s 0.5s linear both;
   -moz-animation: asd 0.5s 0.5s linear both;
   -ms-animation: asd 0.5s 0.5s linear both;
   -o-animation: asd 0.5s 0.5s linear both;
   animation: asd 0.5s 0.5s linear both;
   z-index: 3;
}
 @-webkit-keyframes asd {
   0% {
     z-index: 2;
  }
   5% {
     z-index: 4;
  }
   100% {
     z-index: 4;
  }
}
 @-moz-keyframes asd {
   0% {
     z-index: 2;
  }
   5% {
     z-index: 4;
  }
   100% {
     z-index: 4;
  }
}
 @-ms-keyframes asd {
   0% {
     z-index: 2;
  }
   5% {
     z-index: 4;
  }
   100% {
     z-index: 4;
  }
}
 @-o-keyframes asd {
   0% {
     z-index: 2;
  }
   5% {
     z-index: 4;
  }
   100% {
     z-index: 4;
  }
}
 @keyframes asd {
   0% {
     z-index: 2;
  }
   5% {
     z-index: 4;
  }
   100% {
     z-index: 4;
  }
}
 .play ul li.current .down {
   z-index: 2;
   -webkit-animation: turn 0.5s 0.5s linear both;
  /*animation*/
   -moz-animation: turn 0.5s 0.5s linear both;
   -ms-animation: turn 0.5s 0.5s linear both;
   -o-animation: turn 0.5s 0.5s linear both;
   animation: turn 0.5s 0.5s linear both;
}
 @-webkit-keyframes turn {
   0% {
     -webkit-transform: rotateX(90deg);
  }
   100% {
     -webkit-transform: rotateX(0deg);
  }
}
 @-moz-keyframes turn {
   0% {
     -moz-transform: rotateX(90deg);
  }
   100% {
     -moz-transform: rotateX(0deg);
  }
}
 @-ms-keyframes turn {
   0% {
     -ms-transform: rotateX(90deg);
  }
   100% {
     -ms-transform: rotateX(0deg);
  }
}
 @-o-keyframes turn {
   0% {
     -o-transform: rotateX(90deg);
  }
   100% {
     -o-transform: rotateX(0deg);
  }
}
 @keyframes turn {
   0% {
     transform: rotateX(90deg);
  }
   100% {
     transform: rotateX(0deg);
  }
}
 .play ul li.previous .up {
   z-index: 2;
   -webkit-animation: turn2 0.5s linear both;
  /*animation*/
   -moz-animation: turn2 0.5s linear both;
   -ms-animation: turn2 0.5s linear both;
   -o-animation: turn2 0.5s linear both;
   animation: turn2 0.5s linear both;
}
 @-webkit-keyframes turn2 {
   0% {
     -webkit-transform: rotateX(0deg);
  }
   100% {
     -webkit-transform: rotateX(-90deg);
  }
}
 @-moz-keyframes turn2 {
   0% {
     -moz-transform: rotateX(0deg);
  }
   100% {
     -moz-transform: rotateX(-90deg);
  }
}
 @-ms-keyframes turn2 {
   0% {
     -ms-transform: rotateX(0deg);
  }
   100% {
     -ms-transform: rotateX(-90deg);
  }
}
 @-o-keyframes turn2 {
   0% {
     -o-transform: rotateX(0deg);
  }
   100% {
     -o-transform: rotateX(-90deg);
  }
}
 @keyframes turn2 {
   0% {
     transform: rotateX(0deg);
  }
   100% {
     transform: rotateX(-90deg);
  }
}
/* SHADOW */
 .play ul li.previous .up .shadow {
  /*linear-gradient*/
   background: -webkit-gradient(linear, left top, left bottom, color-stop(rgba(0, 0, 0, .1), 0), color-stop(rgba(0, 0, 0, 1), 1));
   background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
   background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
   background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
   background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
  /*@@prefixmycss->No equivalent*/
   background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
   background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
   background: -o-linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
  /*animation*/
   -webkit-animation: show 0.5s linear both;
   -moz-animation: show 0.5s linear both;
   -ms-animation: show 0.5s linear both;
   -o-animation: show 0.5s linear both;
   animation: show 0.5s linear both;
}
 .play ul li.current .up .shadow {
  /*linear-gradient*/
   background: -webkit-gradient(linear, left top, left bottom, color-stop(rgba(0, 0, 0, .1), 0), color-stop(rgba(0, 0, 0, 1), 1));
   background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
   background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
   background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
   background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
  /*@@prefixmycss->No equivalent*/
   background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
   background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
   background: -o-linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
  /*animation*/
   -webkit-animation: hide 0.5s 0.3s linear both;
   -moz-animation: hide 0.5s 0.3s linear both;
   -ms-animation: hide 0.5s 0.3s linear both;
   -o-animation: hide 0.5s 0.3s linear both;
   animation: hide 0.5s 0.3s linear both;
}
/*DOWN*/
 .play ul li.previous .down .shadow {
  /*linear-gradient*/
   background: -webkit-gradient(linear, left top, left bottom, color-stop(rgba(0, 0, 0, 1), 0), color-stop(rgba(0, 0, 0, .1), 1));
   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
   background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
   background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
   background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
  /*@@prefixmycss->No equivalent*/
   background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
   background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
   background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
  /*animation*/
   -webkit-animation: show 0.5s linear both;
   -moz-animation: show 0.5s linear both;
   -ms-animation: show 0.5s linear both;
   -o-animation: show 0.5s linear both;
   animation: show 0.5s linear both;
}
 .play ul li.current .down .shadow {
  /*linear-gradient*/
   background: -webkit-gradient(linear, left top, left bottom, color-stop(rgba(0, 0, 0, 1), 0), color-stop(rgba(0, 0, 0, .1), 1));
   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
   background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
   background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
   background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
  /*@@prefixmycss->No equivalent*/
   background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
   background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
   background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
  /*animation*/
   -webkit-animation: hide 0.5s 0.3s linear both;
   -moz-animation: hide 0.5s 0.3s linear both;
   -ms-animation: hide 0.5s 0.3s linear both;
   -o-animation: hide 0.5s 0.3s linear both;
   animation: hide 0.5s 0.3s linear both;
}
 @-webkit-keyframes show {
   0% {
     opacity: 0;
  }
   100% {
     opacity: 1;
  }
}
 @-moz-keyframes show {
   0% {
     opacity: 0;
  }
   100% {
     opacity: 1;
  }
}
 @-ms-keyframes show {
   0% {
     opacity: 0;
  }
   100% {
     opacity: 1;
  }
}
 @-o-keyframes show {
   0% {
     opacity: 0;
  }
   100% {
     opacity: 1;
  }
}
 @keyframes show {
   0% {
     opacity: 0;
  }
   100% {
     opacity: 1;
  }
}
 @-webkit-keyframes hide {
   0% {
     opacity: 1;
  }
   100% {
     opacity: 0;
  }
}
 @-moz-keyframes hide {
   0% {
     opacity: 1;
  }
   100% {
     opacity: 0;
  }
}
 @-ms-keyframes hide {
   0% {
     opacity: 1;
  }
   100% {
     opacity: 0;
  }
}
 @-o-keyframes hide {
   0% {
     opacity: 1;
  }
   100% {
     opacity: 0;
  }
}
 @keyframes hide {
   0% {
     opacity: 1;
  }
   100% {
     opacity: 0;
  }
}
/**********************
 TIMER COUNTDOWN END
***********************/
.about-site ul{
  padding: 0;
  margin: 9px 0 0 0;
  list-style-type: none;
}
.about-site ul li a{
  color: #fff;

} 
.about-site ul li a i.fa.fa-arrow-right {
    font-size: 12px;
    margin-right: 10px;
}
ul.about-bt ul li a {
    color: #173b3b;
    background: #fff;
    padding: 15px;
    float: left;
}
ul.about-bt li {
    margin: 16px 14px;
    display: inline-block;
}

.about-site ul li a {
    color: #fff;
    background: #fff;
    padding: 10px;
    text-align: center;
    color: #000;
}
.about-site span.blink_me{
  color: #fff;
    font-weight: 600;
    font-size: 31px;
    margin-bottom: 18px;
    display: inline-block;
    text-align: center;
    width: 100%;

}
.play-store-dw h3 {
    text-transform: capitalize !important;
    color: #ffb041 !important;
    font-size: 17px !important;
    font-family: segoeuib !important;
}
.play-store-dw {
    text-align: center;
}
.play-store-dw img {
    width: 178px;
    margin-top: 9px;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}
.about-site ul li a i.fa.fa-arrow-right {
    font-size: 23px;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    background: #0f2b2b;
    border-radius: 50%;
    top: -6px;
    position: absolute;
    left: -14px;
    color: #fff;
    line-height: 58px;
    box-shadow: 1px 1px 5px 1px #2d2b2b;
    text-align: center;
}
.about-site ul li a {
    background: #fff;
    padding: 10px 10px 10px 55px;
    color: #000;
    position: relative;
    width: 231px;
    display: block;
    font-size: 17px;
    font-weight: 600;
    border-radius: 50px;
    text-align: left;
}
.about-site ul li a:hover {
    background: #ffb041;
    color: #fff;
}
.herder-top{
  position: relative !important;
}

/*-----------------------------------------------------------
#PRICING PAGE CSS
----------------------------------------------------------*/
section#pricing {
    background-image: url(../img/tile.jpg)!important;
    background-size: 200px!important;
    padding: 60px 0;
}
section#pricing .section-title.reveal h3 {
    color: #000;
    text-align: center;
    font-weight: 600;
    font-size: 37px;
}
section#pricing .pricing-tab.btn-group.outline-light.rounded-default.nav.nav-tabs.about-heading{
  text-align: center;
  display: inline-block;
  border: none !important;
}
section#pricing .btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pricing-tab a.btn{
    background-color: #b9c3ca;
    border-color: #b9c3ca;
    border: none !important;
}

.pricing-tab .btn.active {
    background-image: linear-gradient( 135deg,#0E5CAD 10%,#79F1A4 120%)!important;
    border: none!important;
}
/***********radio button tab*************/
.tab-pane .radio-test {
  display: none;
}

.tab-pane #test-1:checked ~ .labels #label-test-1 {
  background: pink;
}

.tab-pane #test-2:checked ~ .labels #label-test-2 {
  background: pink;
}

.tab-pane .content {
  display: none;
  background: pink;
}

.tab-pane #test-1:checked ~ #content-test-1 {
  display: block;
}

.tab-pane #test-2:checked ~ #content-test-2 {
  display: block;
}
tr.total td {
    font-size: 23px;
}
button.btn-by {
    /*display: block;*/
    background: #fff;
    border-radius: 52px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    border: none;
    padding: 5px 17px;
    margin: 19px;
}
span.btn__text {
    color: #fff;
}
span {
    display: inline-block;
}

section#pricing .features .tab-content{
  background: none;
}
table.table.table-dark tr th:nth-child(2), table.table.table-dark tr th:nth-child(3) {
    text-align: center;
}
.select-rad input[type="checkbox"], .select-rad input[type="radio"] {
   position: absolute !important;
   opacity: 0 !important;
   z-index: -1 !important;
}
.select-rad label {
   position: relative !important;
   margin-right: 1em !important;
   padding-left: 2em !important;
   padding-right: 1em !important;
   line-height: 2 !important;
   cursor: pointer !important;
   color: #000;
}
.select-rad label:before {
   box-sizing: border-box !important;
   content: " " !important;
   position: absolute !important;
   top: 0.3em !important;
   left: 0!important;
   display: block!important;
   width: 1.4em!important;
   height: 1.4em!important;
   border: 2px solid #d4ccb8!important;
   border-radius: 0.25em!important;
   z-index: 0!important;
}
.select-rad input[type="radio"] + label::before {
   border-radius: 1em!important;
}
/* Checked */
.select-rad input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
   padding-left: 1em!important;
   color: #ffffff!important;
}
.select-rad input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
   top: 0!important;
   width: 100%!important;
   height: 2em!important;
   /*background: white!important;*/
}
/* Transition */
.select-rad label, label::before {
   -webkit-transition: 0.25s all ease!important;
   -o-transition: 0.25s all ease!important;
   transition: 0.25s all ease!important;
}
div#price2 input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
   /*padding-left: 1em!important;*/
   color: #000!important;
}
div#price2 input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
   top: 0!important;
   width: 100%!important;
   height: 2em!important;
   /*background: white!important;*/
}

div#price2  input[type="checkbox"], div#price2  input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    z-index: -1 !important;
}
.pricing-tab a {
    padding: 10px 37px;
    font-size: 19px;
    margin-bottom: 20px;
    border: 3px solid #f2f2f2;
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
   
    outline: none !important;
    box-shadow: none;
}
:focus {
    outline: none;
}
.group.select-rad {
    text-align: center;
}
.pricing-container {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 45px;
    border-radius: 15px;
    box-shadow: 1px 1px 8px 1px #ccc;
}
.pricing-container .header {
    color: white;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 20px 5px;
    background-color: #2677AF;
    border-radius: 15px 15px 0 0;
    text-decoration: none;
    text-align: left;
}
.pricing-container .header h3 {
    
    margin-bottom: 4px;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
}

.pricing-container .price {
    color: #454545;
    padding: 18px;
    font-size: 12px;
    min-height: 102px;
    background: #dfdddd;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: left;
}
.pricing-container ul li {
    font-size: 14px;
}

 .pricing-container .itemsWrapper .item {
    position: relative;
}
.pricing-container .itemsWrapper .item {
    padding: 7px;
    text-transform: capitalize;
    color: #000;
    line-height: 22px;
    margin-bottom: -14px;
} 
.pricing-container .itemsWrapper .item::before {
    content: '';
    background: url(../images/check-right.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 33px;
    height: 33px;
    background-size: 13px;
    display: inline-block;
    left: 0;
    top: 15px;
}  
.pricing-container .itemsWrapper .items {
    list-style: none;
    padding: 15px;
    margin: 0;
    text-align: left;
    line-height: 9px;
    min-height: 170px;
}
ul.items li span {
    display: inline-block;
    margin-left: 15px;
    font-weight: 600;
    font-size: 12px;
}

.planPricingBox {
    position: relative;
}
.planPricingBox {
    width: 100%;
    float: left;
    text-align: left;
    background: #4799d5;
    padding: 18px 25px;
}
p.planPriceOld {
    font-size: 14px;
    font-weight: 600;
    font-family: SEGUIBL;
    color: #2677af;
    margin-bottom: 0;
    text-decoration: line-through;
}
p.planPriceNew {
    font-size: 18px;
    font-weight: 600;
    font-family: SEGUIBL;
    color: #fff;
}
section#pricing .buy-bt {
    width: 100%;
    float: left;
    text-align: center;
    padding: 25px 0;
}

section#pricing .buy-bt a {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 35px;
    background: #51ae3b;
    border-radius: 20px;
    text-decoration: none;
}

.planPriceOld span {
    font-size: 19px;
    font-weight: 600;
    font-family: AntartidaRounded;
}



.planPriceNew span {
    font-size: 30px;
    font-weight: 600;
    font-family: AntartidaRounded;
}

.price p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
}
.inner-only-cbse {
    width: 82%;
    margin: 0 auto;
}
.inner-only-cbse .col-md-3.col-sm-6.col-xs-12.color-1 {
    flex: 0 0 38%;
    max-width: 33%;
}
.inner-only-ntse {
    width: 44%;
    margin: 0 auto;
}
.inner-only-cbse .pricing-container .price {
    min-height: 135px;
}
div#rrb_10 .col-md-3.col-sm-6.col-xs-12.color-1 {
    margin: 0 auto;
}


/**************pricing popup  css 

**********/
.gray{
      background:#ebebeb;
   }
   .btn-custom-common{
      margin-top: -33px;
   }
   .btn-custom{
      font-size: 20px !important;
       background: #fff !important;
       border: solid #094433 !important;
       border-radius: 50px !important;
       padding: 3px 18px !important;
       color: #094433!important;
   }
   .btn-custom:hover{
      font-size: 20px;
       background: #fff;
       border: solid #094433;
       border-radius: 50px;
       padding: 3px 18px;
       color: #094433;
   }
   .green-txt{
      color: #094433;   
   }
   .green-box{
      background: #094433;
       color: #fff;
       padding: 16px;
       border-radius: 6px;
       width: 100%;
       float: left;
   }
   .first-half img{
      height: 324px;
       margin-top: 61px;
       margin-left: -52px;
       position:absolute;
   }
   .second-half{
      padding:16px;
      padding-left: 80px;
      border-radius: 6px;
   }
   .pop-heading{
      font-size:36px;
   }
   .pricing-opt lable{
      padding-left: 12px;
   }
   .subheading{
      font-size: 18px;
   }
   .arrow{
      width:22px;
   }
   .pricing-opt input {
    display: inline-block;
    float: left;
}
.pricing-opt lable {
    padding-left: 12px;
    display: flex;
    float: left;
    width: 96%;
    margin-top: -7px;
    line-height: 18px;
    margin-bottom: 17px;
}



/**********************
MUST WATCH VIDEOS SECTION START
*********************/
section.Must-videos-main {
    
    padding: 40px 0 0;
}

/************VIDEO SLIDER CSS***********/
.Must-videos-main .owl-carousel .owl-item img{
  height: 225px;
  cursor: pointer;
}

.Must-videos-main {
    width: 100%;
    display: inline-block;
}


.modal.mod-new .modal-content {
    padding: 0;
}
.modal.mod-new .modal-header {
    border: none;
    height: auto;
    padding: 0;
}
.modal.mod-new .modal-header .close {
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    right: -13px;
    line-height: 12px !important;
    padding: 0 !important;
    margin: 7px 0 0 0;
    top: -17px;
    color: #2f2b2b;
    text-shadow: none;
    font-size: 24px;
    display: block;
    opacity: 1;
    z-index: 12;
}


.modal.mod-new i.fa.fa-times {
    font-weight: 100 !important;
    font-size: 17px;
    margin-top: -54px;
    display: inline-block;
    line-height: 25px;
}

.modal.mod-new .modal-content{
  background: none;
}
.first-ban h1 span {
    font-size: 101px;
    text-transform: uppercase;
    color: #f5be40;
    text-align: center;
    font-weight: 600;
    font-family: SEGUIBL;
}
span.bod-botttom.white::after {
    border-color: #ffffff;
    z-index: -1;
}

span.bod-botttom.white {
    background: #fff;
    z-index: 9;
    position: relative;
}
section.Must-videos-main h2 {
    color: #fff;
}
.Must-videos-main .owl-carousel .owl-stage-outer{
      height: 309px;
}

.shadow-effect {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 2px 1px 7px 1px #ccc;
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: center;
    /*padding: 50px;*/
    margin-bottom:13px;
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
#customers-testimonials .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
   display: none;
   width: 100%;
   text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
   display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
   background: #3190E7;
   display: inline-block;
   height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.customer-feedback .gray-bg {
     padding-top: 0;
    display: inline-block;
}
.customer-feedback .gray-bg .align-items-center {
    margin-top: -95px;
}
button.owl-dot:focus {
    outline: none !important;
}

.gray-bg .align-items-center p {
    font-size: 14px;
    padding: 0 10px;
    margin-top: 22px;
    margin-bottom: 24px;
    color: #000;
    line-height: 12px;
}

.para-tx {
    display: inline-block;
    margin-top: 38px;
    margin-bottom: 16px;
}
.gray-bg .align-items-center p strong{
  color: #000;
  font-weight: 600;
  margin-top: 12px;
    display: inline-block;
}

#customers-testimonials .owl-item.active.center {
    width: 438px !important;
}

#customers-testimonials .owl-carousel, .owl-carousel .owl-item {
    z-index: 9999999999999999;
}

#customers-testimonials .owl-item.active {
    left: -39px;
    margin-right: 0px;
}

div#customers-testimonials {
    margin: 0px 0 0;
    z-index: 0;
}
section.Must-videos-main h2 {
    color: #0e5cad;
    /*text-align: center;
    display: block;
    margin-bottom: 33px;*/
}

.login-bt.white-bt {
    bottom: inherit;
    position: relative;
    margin: 39px 0;
}

.login-bt.white-bt a.btn-get-started.pulse {
    background: #fff;
    color: #0856a0;
    border-radius: 23px;
    padding: 10px 35px;
    font-size: 24px;
}
.intro-content.second-ban.text-center{
  left: 0 !important;
  width: 100% !important;
}

.third-ban h2{
  font-size: 60px;
}
.third-ban h1 span{
  font-size: 101px;
    text-transform: uppercase;
    color: #f5be40;
    text-align: center;
    font-weight: 600;
    font-family: SEGUIBL;

    position: relative;
}
.third-ban h1 span::after {
    content: '';
    position: absolute;
    border: 1px solid;
    width: 125px;
    color: #666666b8;
    left: 6px;
    bottom: 0;
}
p.para {
    font-size: 25px !important;
}

.modal.mod-new .modal-dialog {
    max-width: 70%;
}
.modal.mod-new .modal-body{
  padding: 0;
}


.section-title.reveal::after {
    content: '';
    position: absolute;
    background: url(https://iitsafalta.in/iitsafalta/img/Scholarship-Banner2.png);
    background-size: 100%;
    width: 287px;
    height: 250px;
    background-repeat: no-repeat;
    right: -136px;
    top: -29px;
}

@media (max-width: 723px){
#customers-testimonials .owl-item.active {
    position: relative;
    /*left: 3px;*/
    margin-right: 6px;
}
#customers-testimonials .owl-item.cloned {
    margin-right: 0px;
    margin-left: -6px;
}
#customers-testimonials .owl-item.cloned.active{
  margin-left: 4px;
}
#customers-testimonials .owl-item.active.center {
    width: 345px !important;
}
/*#customers-testimonials .owl-item.active.center {
    margin-left: -14px;
    margin-right: -15px;
}*/
}



/**********************
MUST WATCH VIDEOS SECTION END
*********************/
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  /*#intro {
    background-attachment: fixed;
  }

  #about {
    background-attachment: fixed;
  }

  #subscribe {
    background-attachment: fixed;
  }*/
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
}


@media (max-width: 991px) {
  #header {
    /*background: rgba(6, 12, 34, 0.98);*/
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }
  #header #logo img{
      max-height: 64px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #intro .intro-container {
    top: 70px;
  }

  #intro h1 {
    font-size: 34px;
  }

  #intro p {
    font-size: 16px;
  }

  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
  .slider-main-sec .carousel-inner img {
    width: 100%;
    height: 511px;
    object-fit: cover;
}
}

@media (max-width: 970px){
.about-student .carousel .testimonial-wrapper::before{
  background-size: 27.99%;
}
.media-body::after{
  background-size: 48%;
}
.about-student .carousel .testimonial-wrapper{
  border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

}

@media (max-width: 933px){
.about-student .carousel .testimonial-wrapper {
    min-height: 224px;
    padding-left: 11px;
    width: 83%;
}
.about-student .carousel .testimonial-wrapper::before {
    background-size: 31.99%;
}
.about-student .media-left{
   bottom: -105px;
   left: -48px;
}
.media-body::after{
  background-size: 42%;
}
}

@media (max-width: 889px){
.about-student .carousel .testimonial-wrapper{
    min-height: 239px;
}
.about-student .carousel .testimonial-wrapper::before {
    background-size: 35.66%;
    left: 18px;
}
.about-student .carousel .media{
  left: 0px;
}
.about-student .carousel .testimonial-wrapper{
  padding-right: 15px;
  padding-left: 0;
}
.media-body::after {
    background-size: 53%;
    bottom: 3px;
}
.about-student .carousel .testimonial{
    min-height: 170px;
}
.about-student .media-left {
    bottom: -113px;
    left: -37px;
}

}

@media (max-width: 860px){
.full-wid {
    width: 100% !important;
    float: left !important;
    max-width: 61% !important;
    flex: 0 0 100%;
    margin: 37px auto;
}
.about-student .media-left {
    bottom: -115px;
    left: -37px;
}
.about-student .carousel .testimonial-wrapper::before {
    background-size: 29.99%;
    left: -65px;
}
.about-student .carousel .testimonial-wrapper{
  width: 410px;
}
.about-student .carousel .testimonial-wrapper::before {
    background-size: 158px;
}
.about-student .carousel .testimonial-wrapper{
  float: left !important;
  left: 42px;
  position: relative;
}.slider-main-sec .carousel-caption {
    top: 24%;
    bottom: auto;
}

}

@media (max-width: 806px){
iframe {
    overflow: hidden;
    height: 171px;
}
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
  #speakers .speaker{
    text-align: center;
  }
  .speaker img {
    width: 366px;
  }

  .speaker .video-part {
    position: relative;
    z-index: 99;
    top: 0;
    width: 368px;
    height: auto;
    padding: 0 11px;
    text-align: center;
    margin: 0 auto;
}
  .speaker .video-part iframe {
    overflow: hidden;
    height: 194px;
    text-align: center;
    /* width: 100%; */
    float: none;
    margin: 0 auto;
    position: absolute;
    top: -295px;
    left: 0;
}
.speaker img {
    width: 366px;
    position: relative;
    margin: 0 auto;
    float: none !important;
}
#speakers .speaker {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
}
.gurukulam-tx{
  position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
}
.gurukulam-tx .video-part{
    position: relative;
    z-index: 99;
    top: 0;
    width: 368px;
    height: auto;
    padding: 0 11px;
    text-align: center;
    margin: 0 auto;
}
.gurukulam-tx img{
  width: 366px;
    position: relative;
    margin: 0 auto;
    float: none !important;
}
.gurukulam-tx .video-part iframe{
   overflow: hidden;
    height: 194px;
    text-align: center;
    /* width: 100%; */
    float: none;
    margin: 0 auto;
    position: absolute;
    top: -295px;
    left: 0;
 }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
  .feature-part{
    margin-top: 73px;
    margin-bottom: 42px;
  }
}

@media (max-width: 720px){
.about-student .carousel .testimonial-wrapper{
    left: 10px;
}
}

@media (max-width: 632px){
button.collapsed h3 {
    width: 86%;
    text-align: left;
    font-size: 16px !important;
}
.section-header h2{
    font-size: 24px;
}
}

@media (max-width: 620px){
.about-student .carousel .testimonial-wrapper {
    left: 0;
}
.slider-main-sec .carousel-inner img {
    width: 100%;
    height: 392px;
    object-fit: cover;
}
}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}

@media (max-width: 567px){
.about-student .carousel .testimonial-wrapper {
    left: -12px;
}
}

@media (max-width: 546px){
.about-student .carousel .testimonial-wrapper {
    width: 371px;
}
}

@media (max-width: 495px){
.about-student .carousel .testimonial-wrapper {
    width: 359px;
}
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
  .about-student .carousel .testimonial-wrapper {
    width: 100%;
  }
  .full-wid{
    max-width: 90% !important;
  }
  .about-student .media-left {
    bottom: 29px;
    left: -6px;
}
.slider-main-sec .carousel-caption {
    top: 24%;
    bottom: auto;
}
.details ul li{
  text-align: left;
}

section#faq .myaccordion .card-header h3 {
    float: left;
    line-height: 28px;
    width: 86%;
    text-align: left;
    font-size: 17px;
}

}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
  .about-student .carousel .testimonial-wrapper {
    width: 100%;
    padding: 30px;
}
.about-student .media-left{
  float: initial;
}
.about-student .carousel .testimonial-wrapper::before{
  display: none;
}
.slider-main-sec .carousel-caption p {
    font-size: 20px;
}
.slider-main-sec .carousel-caption h1 {
    font-size: 37px;
    font-weight: 800;
}
.slider-main-sec .carousel-inner img{
  height: 349px;
}
}

@media (ma-width:480px){
.media {
    width: 100%;
    float: left;
}
.about-student .carousel .testimonial-wrapper {
    width: 100%;
    padding: 30px;
}
.about-student .media-left {
    bottom: 29px;
    left: -6px;
}
.about-student .carousel .media {
    left: 0px;
}
section#faq .myaccordion .card-header h3{
  line-height: 24px;
  width: 85%;
  text-align: left;
}
}

@media (max-width:410px){
.speaker img, .gurukulam-tx img{
  width: 100%;
}
.speaker .video-part{
    top: -12px;
    width: 100%;
}
.speaker .video-part iframe, .gurukulam-tx .video-part iframe{
    height: 203px;
}
.details ul li{
  width: 100%;
  text-align: left;
}
.section-header h2 {
    font-size: 25px;
}
}

@media (max-width: 406px){
.speaker .video-part, .gurukulam-tx .video-part {
    top: -8px;
    width: 97%;
}
}

@media (max-width: 396px){
.speaker .video-part, .gurukulam-tx .video-part {
    top: 0;
    width: 94%;
}
}

@media (max-width: 386px){
.speaker .video-part iframe, .gurukulam-tx .video-part iframe {
    height: 190px;
}
.speaker .video-part, .gurukulam-tx  .video-part{
    top: 8px;
    width: 94%;
}
}
@media (max-width: 374px){
.speaker .video-part, .gurukulam-tx .video-part {
    top: 16px;
    width: 94%;
}
}

@media (max-width: 364px){
.speaker .video-part, .gurukulam-tx .video-part {
    top: 23px;
    width: 94%;
}
}

@media (max-width: 355px){
.speaker .video-part, .gurukulam-tx .video-part {
    top: 32px;
    width: 94%;
}
.speaker .video-part iframe, .gurukulam-tx .video-part iframe {
    height: 174px;
}
}

@media (max-width: 346px){
  .speaker .video-part, .gurukulam-tx .video-part {
    top: 38px;
    width: 94%;
}
}

@media (max-width: 334px){
  .speaker .video-part, .gurukulam-tx .video-part {
    top: 50px;
    width: 94%;
}
.speaker .video-part iframe, .gurukulam-tx .video-part iframe {
    height: 161px;
}
}

@media (max-width: 328px){
  .speaker .video-part, .gurukulam-tx .video-part {
    top: 54px;
    width: 94%;
}
}

@media (max-width: 320px){
  .speaker .video-part, .gurukulam-tx .video-part {
    top: 60px;
    width: 94%;
}
}