@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
a {
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
  color: #3baee6;
}
a:hover{text-decoration:none;}
.view-btn,
.open-overlay {
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #355aa5;
  padding: 4px 10px;
  border-radius: 15px;
  text-transform: uppercase;
  border: none;
}
/* .filter-block { */
  /* position: absolute; */
  /* right: 15px; */
  /* z-index: 99; */
/* } */
/* .open-overlay{
	color: #000;
	font-size: 26px;
	background: none;
    border: none;
  } */

.sorting_filter {
  margin: 0;
  padding: 0;
  display: block;
}
.sorting_filter span {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 1px 30px 2px 10px;
  margin: 0 2px 3px 0px;
  font-size: 12px;
  display: inline-block;
  color: #000;
  line-height: 20px;
  position: relative;
}
.sorting_filter a {
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 0 8px;
  line-height: 16px;
  width: 18px;
  height: 18px;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 2px;
  -webkit-text-stroke: 1px #ccc;
}
.sorting_filter a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.box-block {
  margin-bottom: 10px;
}
.page-heading {
  color: #979797;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

/* box css start */
.img-box {
  /* max-width: 100px; */
  width: 100%;
  min-width: 80px;
  padding:8px 10px;
}
.img-box img {
  max-width:170px;
}
.txt-box {
  position: relative;
  background: rgba(242, 242, 242, 1);
  background: -moz-linear-gradient(
    left,
    rgba(242, 242, 242, 1) 0%,
    rgba(255, 255, 255, 1) 46%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(242, 242, 242, 1)),
    color-stop(46%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(242, 242, 242, 1) 0%,
    rgba(255, 255, 255, 1) 46%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(242, 242, 242, 1) 0%,
    rgba(255, 255, 255, 1) 46%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(242, 242, 242, 1) 0%,
    rgba(255, 255, 255, 1) 46%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(242, 242, 242, 1) 0%,
    rgba(255, 255, 255, 1) 46%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1 );
  padding:8px 10px;
  border-radius: 0 16px 16px 0;
}
.bookmark {
  position: absolute;
  right: 5px;
  top: 5px;
}
.bookmark a {
  color: #cecece;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.98);
  width: 26px;
  height: 26px;
  padding: 2px 0 0 0;
	display:inline-block;
	text-align: center;
	border-radius: 5px;
}
.bookmark.active a {
  color: #ff0000;
}
.box-heading,
.box-heading a {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
  color: #000;
}
.small-txt {
  color: #979797;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  padding-left: 10px;
}
.small-txt:before {
  position: absolute;
  left: 0;
  font-family: fontawesome;
  content: '\f041';
  top: -2px;
  color: #000;
}

.wishlist {
  background: rgba(255, 255, 255, 0.7);
  width: 26px;
  height: 26px;
  padding: 2px 0 0 0;
  color: #000;
  border-radius: 5px;
  position: absolute;
  right: 15px;
	top:15px;
  font-size: 16px;
  text-align: center;
	z-index:9;
}
.wishlist.active {
  background: rgba(255, 255, 255, 0.9);
  color: #ff0000;
}
.txt-box .wishlist {top: 5px !important; right: 5px !important;}

.right-btn-block .wishlist{
	background: rgba(255, 255, 255, 0.7);
	  width:auto;
	  height: auto;
	  padding: auto;
	  color: #000;
	  border-radius: auto;
	  position: relative;
	  right: auto;
	  top:auto;
	  font-size: 14px;
	  text-transform: uppercase;
	  line-height: 16px;
	  text-align: center;
	  z-index:9;
}
.right-btn-block .wishlist.active {
  background: rgba(255, 255, 255, 0.9);
  color: #ff0000;
}


.box-btn {
  margin-top: 8px;
}
.box-btn span a {
  display: inline-block;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 67%, #cfd0d2 100%);
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 67%,
    #cfd0d2 100%
  );
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 67%, #cfd0d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfd0d2',GradientType=0 );
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 8px;
  border-radius: 8px;
  margin-right: 5px;
}
.box-btn span a img {
  width: 24px;
  height: 22px;
}
.box-btn-big {
  margin:0px 0 15px 0;
  text-align: center;
  display: flex;
    /*align-items: center;
    justify-content: center;*/
    flex-wrap:wrap;
        max-height: 70vh;
    overflow: auto;
}
.videoThumbBox .video-img-box{
       position: absolute;
    right: -17px;
    top: -2px;
    width: 40px !important;
}
.orange_bg > h2{font-size:22px;}
.videoThumbBox {
    width: 50%;
    height: auto;
    display: flex;
    /* margin: 0 3px; */
    border: 1px solid #bf0a3d;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 0px;
    transition: .5s;
  transform: scale(0.85);
  background:#fff;
}
.box-content{text-align:left;width: 100%;}
/*#callframe iframe{top:30px !important;}*/
.videoThumbBox:hover
{
    transform: scale(0.87);
  box-shadow: 0 0 15px #ffc4d4;
  background-color:#f3f3f3;
}
 .videoThumbBox .videoThumbImg {
            max-width: 100%;
            border: 1px solid #7f4330;
            border-radius: 50px;
            display: block;
            position: relative;
            margin-right: 15px;
        }
        .videoThumbBox .videoPlayBtn {
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 9;
            cursor: pointer;
        }
        .videoDivHeight {
            min-height: 70vh;
            border:1px solid #000;
                margin-top: 30px;
        }
        .closeBtn {
            width: 44px;
            height: 44px;
            line-height: 44px;
            position: absolute;
            right: 0;
            top: auto;
            bottom: 0px;
            color: #FFF!important;
            font-style: normal;
            font-size: 24px;
            font-weight: bold;
            /* opacity: 0.6; */
            background: #f00;
            border-radius: 7px;
            text-align: center !important;
            cursor: pointer;
            z-index: 999;
            padding: 0px;
            transition: All 0.5s ease-in-out;
            -webkit-transition: All 0.5s ease-in-out;
            -moz-transition: All 0.5s ease-in-out;
            -o-transition: All 0.5s ease-in-out;
        }
.box-content p{margin:0;padding:0;text-align:left;text-wrap: wrap; overflow-wrap: break-word;}
.university-block {
  height: 100px;
}
.box-btn-big span a {
  display: inline-block;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 67%, #cfd0d2 100%);
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 67%,
    #cfd0d2 100%
  );
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 67%, #cfd0d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfd0d2',GradientType=0 );
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 13px;
  border-radius: 8px;
  margin-right: 5px;
  text-align: center;
  width: 99px;
  height:92px;
}
.box-btn-big span:last-child a {
  margin-right: 0;
}
.box-btn-big span a:hover{text-decoration:none;}
.box-btn-big span a span {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 8px;
  line-height:20px;
}
.box-btn-big span a img {
  width: 40px;
  height: 40px;
}
.logout-block {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  padding:15px;
  text-align: center;
}
.logout-btn {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.logout-btn:hover,
.logout-btn:active,
.logout-btn:focus {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
.noofrecord {
  text-align: right;
  color: #979797;
  margin-right: 5px;
}
.coustom-nav .navbar-nav .nav-item {
  margin: 0 10px 0 10px;
}
.btn {
  border-radius: 30px;
  padding: 7px 25px;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  /* color: #fff; */
}
.btn-sm {
  font-size: 0.675rem;
  padding: 5px 15px;
}
.btn-danger {
  background: #cc2228;
  color:#fff;
}
.btn-primary {
  background: #0069d9;
  border-color: #0069d9;
}
.btn-primary:hover {````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
  background-color: #551b71;
  border-color: #551b71;
}
.btn-purple:focus,
.btn-purple.focus {
  color: #fff;
  background-color: #551b71;
  border-color: #551b71;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-yellow {
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  background: #fdb813;
  background: -moz-linear-gradient(top, #fdb813 0%, #f5821f 100%);
  background: -webkit-linear-gradient(top, #fdb813 0%, #f5821f 100%);
  background: linear-gradient(to bottom, #fdb813 0%, #f5821f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb813', endColorstr='#f5821f',GradientType=0 );
}
.btn-yellow:hover {
  color: #fff;
  background: #f5821f;
  background: -moz-linear-gradient(top, #f5821f 0%, #fdb813 100%);
  background: -webkit-linear-gradient(top, #f5821f 0%, #fdb813 100%);
  background: linear-gradient(to bottom, #f5821f 0%, #fdb813 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5821f', endColorstr='#fdb813',GradientType=0 );
}
.btn-yellow:focus,
.btn-yellow.focus {
  color: #fff;
}
.btn-pink {
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  background: #73040b;
}
.btn-pink:hover {
  color: #fff;
  background: #73040b;
}
.btn-pink:focus,
.btn-pink.focus {
  color: #fff;
}

.btn-green {
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  background: #a5bc38;
  background: -moz-linear-gradient(top, #a5bc38 0%, #829623 100%);
  background: -webkit-linear-gradient(top, #a5bc38 0%, #829623 100%);
  background: linear-gradient(to bottom, #a5bc38 0%, #829623 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5bc38', endColorstr='#829623',GradientType=0 );
}
.btn-green:hover {
  color: #fff;
  background: #829623;
  background: -moz-linear-gradient(top, #829623 0%, #a5bc38 100%);
  background: -webkit-linear-gradient(top, #829623 0%, #a5bc38 100%);
  background: linear-gradient(to bottom, #829623 0%, #a5bc38 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#829623', endColorstr='#a5bc38',GradientType=0 );
}
.btn-green:focus,
.btn-green.focus {
  color: #fff;
}

.btn-lg {
  padding: 10px 25px;
  font-size: 1rem;
  color: #fff;
}

.btn-blue {
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  background: #05a3ff;
  background: -moz-linear-gradient(top, #05a3ff 0%, #0087d5 100%);
  background: -webkit-linear-gradient(top, #05a3ff 0%, #0087d5 100%);
  background: linear-gradient(to bottom, #05a3ff 0%, #0087d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05a3ff', endColorstr='#0087d5',GradientType=0 );
}
.btn-blue:hover {
  color: #fff;
  background: #0087d5;
  background: -moz-linear-gradient(top, #0087d5 0%, #05a3ff 100%);
  background: -webkit-linear-gradient(top, #0087d5 0%, #05a3ff 100%);
  background: linear-gradient(to bottom, #0087d5 0%, #05a3ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0087d5', endColorstr='#05a3ff',GradientType=0 );
}
.btn-blue:focus,
.btn-blue.focus {
  color: #fff;
}
.btnBar {
  padding: 0;
  margin: 15px 0 0 0;
}
/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/
.page-loader {
  position: fixed;
  background: #000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid #ffffff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*left-container*/
.left-container {
  background: url('../images/left-side-bg.png') bottom center no-repeat;
  padding: 0 0 340px 0;
  margin: 0;
}
.left-container h2 {
  font-size: 48px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  color: #d3080e;
  letter-spacing: -0.5px;
}
.left-container h3 {
  font-size: 31px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  color: #9eb339;
  letter-spacing: 0px;
}
.left-container h4 {
  font-size: 28px;
  font-weight: 800;
  margin: 0;
  padding: 0;
}
.left-container p {
  font-size: 14px;
  font-weight: 400;
  width: 60%;
}
.left-container p span {
  display: block;
  font-weight: 700;
}
.left-container .date-time {
  font-size: 18px;
  font-weight: 500;
}
.left-container .date-time span {
  font-size: 22px;
  font-weight: 700;
  background-color: #e4e4e3;
  border-radius: 7px;
  display: inline-block;
  padding: 5px 15px;
  text-transform: uppercase;
}
.left-container .date-time span sup {
  text-transform: lowercase;
}
/*left-container-end*/

/*form-outer*/
.form-outer {
  padding: 0 0 0 80px;
  margin: 0;
  position: relative;
}
.form-outer .form-title {
  padding: 0;
  margin: 0 0 20px 0;
  position: relative;
  color: #000;
  font-weight: 800;
  font-size: 28px;
  text-transform: uppercase;
}
.form-outer .form-title span {
  padding: 0;
  margin: 0;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  display: block;
}
.form-outer .form-container {
  min-height: 280px;
}
.form-outer .form-control {
  border: 1px solid #fff;
}

.form-outer .otp-container {
  padding: 70px 0 0 0;
  font-weight: 700;
}
.form-outer .otp-container .form-control {
  padding: 0.275rem 0.75rem;
  font-weight: 700;
}
.form-outer .form-group label {
  text-transform: uppercase;
}
.form-outer .form-footer {
  padding: 0;
  margin: 10px 0 70px 0;
}
.form-outer .next-btn {
  padding: 0;
  margin: 0;
  position: relative;
  opacity: 0.8;
}
.form-outer .next-btn:hover {
  opacity: 1;
}
.form-outer .prev-btn {
  padding: 0;
  margin: 0 10px 0 0;
  position: relative;
  opacity: 0.5;
}
.form-outer .prev-btn:hover {
  opacity: 1;
}
/*.form-outer .next-btn::after{
   content:'';
   display:inline-block;
   width: 90px;
   height: 90px;
   -moz-border-radius:90%;
   -webkit-border-radius:90%;
	border-radius: 90%;
	background-color: #fff;
	position: absolute;
	left: 30px;
	top: -30px;
	z-index: -1;
}*/

.form-group label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.drop-select {
  height: calc(2.5em + 0.75rem + 2px);
  padding: 0.475rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  background-color: #eff0f2;
  border: none;
  border-radius: 40px;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.726' height='9.624' viewBox='0 0 16.726 9.624'%3E%3Cg id='Group_2098' data-name='Group 2098' transform='translate(-214.586 328.21) rotate(-90)'%3E%3Crect id='line' width='11.836' height='1.775' rx='0.888' transform='translate(319.841 221.687) rotate(45)' fill='%23404040'/%3E%3Crect id='line-2' data-name='line' width='11.836' height='1.775' rx='0.888' transform='translate(318.586 222.955) rotate(-45)' fill='%23404040'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 95% center;
}
.drop-select:focus {
  border: none;
  outline: none;
}

/*form-outer-end*/

/*inner-page*/
.header {
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 0 0 25px 25px;
  margin-bottom: 10px;
  box-shadow: 0px 3px 6px 0px #d8d8d8;
}
.header .navbar {
  padding: 0rem 1rem;
  margin: 0;
}
.dateBox {
  border: 1px solid #e4e4e3;
  border-radius: 7px;
  background: #fff;
  text-align: center;
  font-weight: 600;
  padding: 5px 0 0 0;
}
.dateBox span {
  font-size: 14px;
  font-weight: 700;
  background-color: #e4e4e3;
  display: block;
  padding: 5px 15px;
  margin-top: 5px;
  text-transform: uppercase;
  border-radius: 0 0 7px 7px;
}
.MobileDateBox {
  background: #ccc;
  text-align: center;
  font-weight: 500;
  padding: 5px 0;
  font-size: 12px;
  display: none;
}
.MobileDateBox span {
  margin-top: 5px;
  text-transform: capitalize;
  border-radius: 0 0 7px 7px;
}


.inner_page_section {
  position: relative;
  padding: 0px 15px 20px 15px;
  margin: -20px 0 20px 0;
  background: #fff;
  border-radius: 10px;
}

.commonBox {
  margin: 0;
  padding: 0;
  position: relative;
}
.common-h {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  position: relative;
  padding: 0 0 10px 0;
  margin-bottom: 16px;
  position:relative;
}
.counter{
	position:absolute;right:0;color:#979797;font-weight:normal;font-size:14px;    top: 50%;
    margin-top: -13px;
}
.common-h::before {
  background: #73040b;
  border-radius: 9px;
  width: 40px;
  height: 4px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}
.gallery-popup img {
  border-radius: 10px;
  border: 1px solid #d1d1d1;
}
.quicFact {
  margin: 0 0 15px 0;
  padding: 0;
}
.quicFact span {
  margin: 0;
  color: #979797;
  display: block;
  font-size: 14px;
}
.quicFact p {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 600;
  font-size: 16px;
}

.my-list {
  padding: 0 0 0 20px;
}
.my-list li {
  padding: 0 0 0 0px;
  margin: 0 0 15px 0;
  line-height: 24px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  list-style:none;
}

.confusedGirl {
  position: fixed;
  right: 0;
  top: 70%;
  z-index: 100;
}

.contactIconBox {
  position: fixed;
  width: 100px;
  top: 22%;
  right: 30px;
  z-index: 99;
}

.courseBox {
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  padding: 15px;
  margin: 0 0 15px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.13);
  display: flex;
  flex-wrap: wrap;
  position:relative;
}
.scholarship-badge{
	position:absolute;
	right:0;top: -8px;background:#06BA41;width:auto;height:15px;color:#fff;font-size:9px;text-transform: uppercase;border-radius: 8px 0 0 8px;padding:1px 5px 2px 7px;

}
.sml-btn{
	display:block;
	text-align:center;color:#fff;font-size:10px;line-height:9px;padding:6px;margin-top:5px;text-transform: uppercase;
}
.sml-btn:hover, .sml-btn:focus,.sml-btn:active{
	text-decoration:none;
	opacity:0.8;
	color:#fff;

}
.download-btn{
	
	background:#355AA5;
	border-radius:20px 0 0 20px;
	
}
.apply-btn{
	
	background:#73040b;
	border-radius:0 20px 20px 0;
	
}
.course-accordian{
	position:relative;
	background:#355AA5;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border:1px solid #D1D1D1;
  display:block;
  width:100%;text-align:left;font-size:14px;font-weight:600;padding:8px 15px 8px 15px;margin-bottom:10px;color:#fff;
}
.course-accordian:focus{
	outline: none;
}
.course-accordian.collapsed{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #F9F9F9 67%, #CBCBCB 100%);
	background: -webkit-linear-gradient(
	  top,
	  #ffffff 0%,
	  #F9F9F9 67%,
	  #CBCBCB 100%
	);
	background: linear-gradient(to bottom, #ffffff 0%, #F9F9F9 67%, #CBCBCB 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#CBCBCB',GradientType=0 );
	color:#000;
}
.course-accordian[aria-expanded="false"]:before{
	position:absolute;content:'\f067';right:0;color:#355AA5;border-left:1px solid #D1D1D1;font-family:fontawesome;    top: 0;
    bottom: 0;
    padding: 10px;
}
.course-accordian[aria-expanded="true"]:before{
	position:absolute;content:'\f068';right:0;color:#fff;border-left:1px solid #fff;font-family:fontawesome;    top: 0;
    bottom: 0;
    padding: 10px;
}
.courseBox .courseDetails {
  width: 70%;
  display: inline-block;
}
.courseBox .courseDetails h4 {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 5px 0;
  padding: 0;
}
.mycourseBox {min-height:300px;}
.mycourseBox  .courseBox .courseDetails h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px 0;
  padding: 0;
}
.mycourseBox  .courseBox .courseDetails .subTitle {
	 font-size: 14px;
  font-weight: 500;
  margin: 0 0 5px 0;
  line-height:16px;
}
.courseBox .courseDetails .badge-txt{
font-size:12px;color:#979797;
}
.courseBox .courseDetails span {
  font-size: 11px;
  background-color: #dfdfdf;
  font-weight: 500;
  border-radius: 4px;
  padding: 3px 8px;
  display: inline-block;
  text-transform:capitalize;
}
.courseBox .courseinformation {
  width: 30%;
}
.list-inline {
  display: flex;
}
.courseBox .courseinformation li {
  width: 33%;
  padding: 0 7px;
  margin: 15px 0 0 0;
}

/*scheduleBox*/
.scheduleBox {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.13);
}
.scheduleBox .sessionsDetails {
  width: 80%;
  display: inline-block;
}
.scheduleBox .sessionsDetails h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
}
.scheduleBox .sessionsDetails h4 span {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  background: none;
  color: #d8213c;
}
.scheduleBox .sessionsDetails span {
  font-size: 12px;
  background-color: #dfdfdf;
  font-weight: 500;
  border-radius: 30px;
  padding: 3px 12px;
  display: inline-block;
}

.scheduleBox .sessionsDetails .status {
  bottom: auto;
  position: relative;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
}
.scheduleBox .sessionsDetails .status .online {
  background-color: #06ba41 !important;
  border-radius: 20px;
  padding: 2px 10px 3px 24px;
  border: 1px solid #06ba41;
  position: relative;
  color: #fff;
}
.scheduleBox .sessionsDetails .status .online::before {
  background-color: #fff;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  position: absolute;
  content: '';
  left: 3px;
  top: 3px;
}
.scheduleBox .sessionsDetails .status .offline {
  background-color: #ccc !important;
  border-radius: 20px;
  padding: 2px 10px 3px 24px;
  border: 1px solid #ccc;
  position: relative;
  color: #444;
}
.scheduleBox .sessionsDetails .status .offline::before {
  background-color: #ffffff;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  position: absolute;
  content: '';
  left: 3px;
  top: 3px;
}
.scheduleBox .sessionsDetails .status .busy {
  background-color: #32ccfe !important;
  border-radius: 20px;
  padding: 2px 10px 3px 24px;
  border: 1px solid #32ccfe;
  position: relative;
  color: #000;
}
.scheduleBox .sessionsDetails .status .busy::before {
  background-color: #ffffff;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  position: absolute;
  content: '';
  left: 3px;
  top: 3px;
}

.scheduleBox .sessionsinformation {
  width: 20%;
  display: inline-block;
  float: right;
  text-align: right;
}
.scheduleBox .sessionsinformation a {
  width: 50px;
  display: inline-block;
}
.scheduleBox .sessionsinformation a.btn {
  width: 100%;
  padding: 7px;
  margin-top: 10px;
}
/*scheduleBox*/

/*section-header*/
.section-header {
  color: #000;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #dcdcdc;
}

.section-header .section-title {
  font-size: 22px;
  margin: 0 0 0px 0;
  text-transform: none;
  font-weight: 500;
  color: #000;
  position: relative;
  padding: 0 0 10px 0;
}

.right-part {
  padding: 20px 0px 20px 15px;
}
/*side_filters*/
.web_filter {
  background: #fff url('../images/filter-bg.png') top right repeat-y;
}
.side_filters {
  padding: 20px 10px 20px 0;
  margin: 0 0 0px 0;
  position: relative;
}
.side-filter-tittle span {
  color: #73040b;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
.side_filters .side-filter-tittle {
  font-size: 16px;

  text-align: center;
  padding: 10px;
  margin: 0 0 15px 0;
  position: relative;
  border-radius: 7px;
}
.side_filters hr {
  margin-bottom: 15px;
  margin-top: 15px;
}
.scrollbar_box {
  height: 150px;
  overflow: auto;
}
.category_box {
  padding: 0;
  margin: 0;
  position: relative;
}
.drop-label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.category_box h1 {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.category_box h3 {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 13px;
  font-weight: 500;
}
.category_box h3 i {
  float: right;
  margin: 0 2px 0 0;
}
.category_box .search_filter_box {
  margin: 0;
  padding: 0;
}
.category_box .search_filter_box label {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
.category_box .search_filter_box input[type='text'] {
  margin: 0 0 10px 0;
}
.category_box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.category_box ul li {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  color: #333;
  list-style: none;
}
.category_box ul li input[type='checkbox'] {
  position: absolute;
  margin-left: 0px;
}
.category_box .checkbox label {
  min-height: auto;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 400;
  width:100%;
  padding-left:21px;
}
/*.btn_box {
	padding: 20px 0 !important;
	margin: 0;
	position: relative;
}*/
/*side_filters_end*/

.mobile-fixed-footer {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: auto;
  z-index: 99;
  padding: 0;
  display: none;
}
.mobile-fixed-footer button {
  color: #ffffff;
  border: 2px solid #fff;
  padding: 0px;
  text-align: center;
  cursor: pointer;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 90%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.54);

  background: rgba(142, 16, 20, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(142, 16, 20, 1) 0%,
    rgba(205, 35, 40, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(142, 16, 20, 1)),
    color-stop(100%, rgba(205, 35, 40, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(142, 16, 20, 1) 0%,
    rgba(205, 35, 40, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(142, 16, 20, 1) 0%,
    rgba(205, 35, 40, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(142, 16, 20, 1) 0%,
    rgba(205, 35, 40, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(142, 16, 20, 1) 0%,
    rgba(205, 35, 40, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e1014', endColorstr='#cd2328', GradientType=1 );
}
.mobile-fixed-footer button:hover,
.mobile-fixed-footer button:focus {
  background-color: #fc0e16;
}
.noscroll {
  overflow: hidden;
}
@media (min-device-width: 1025px) {
  .noscroll {
    padding-right: 15px;
  }
}
.overlay-div {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 120 !important;
  display: none;
}
.overlay-div[aria-hidden='true'] {
  transition: opacity 1s, z-index 0s 1s;
  width: 100vw;
  z-index: -1;
  opacity: 0;
}
.overlay-div[aria-hidden='false'] {
  transition: opacity 1s;
  width: 100%;
  z-index: 9999;
  opacity: 1;
  display: block;
}
/* this code is not strictly necessary: just to make this demo a bit pleasant */

.overlay div {
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  padding: 5px;
  /*min-height: 200vh;
   background: rgba(255,255,255, .95);*/
  position: relative;
}
.overlay-div {
  background: rgba(255, 255, 255, 0.99);
}

.overlay-div .side_filters {
  background: none;
  border: none;
  height: 100%;
  min-height: 100%;
  overflow-y: auto;
}
.overlay-div .side_filters .category_box ul {
  height: auto;
  overflow-y: auto;
}
.overlay-div .side_filters .category_box ul li {
  color: #333;
}
.close-overlay {
  top: 0;
  text-align: center;
  padding: 0;
  background: none;
  border-radius: 0;
  z-index: 99;
  border: none;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  left: 0;
}

/*checkbox_radio_btn_style*/
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 14px;
}
.checkbox label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  /*left: 0;*/
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 21px;
  top: 0;
  margin-left: -20px;
  padding-left: 2px;
  padding-top: 0px;
  font-size: 9px;
  color: #555555;
}
.checkbox input[type='checkbox'] {
  opacity: 0;
}
.checkbox input[type='checkbox']:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type='checkbox']:checked + label::after {
  font-family: 'FontAwesome';
  content: '\f00c';
}
.checkbox input[type='checkbox']:disabled + label {
  opacity: 0.65;
}
.checkbox input[type='checkbox']:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-common input[type='checkbox']:checked + label::before {
  background-color: #06ba41;
  border-color: #06ba41;
}
.checkbox-common input[type='checkbox']:checked + label::after {
  color: #fff;
}
.checkbox-primary input[type='checkbox']:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}
.checkbox-primary input[type='checkbox']:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type='checkbox']:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type='checkbox']:checked + label::after {
  color: #fff;
}
.checkbox-info input[type='checkbox']:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type='checkbox']:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type='checkbox']:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type='checkbox']:checked + label::after {
  color: #fff;
}
.checkbox-success input[type='checkbox']:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type='checkbox']:checked + label::after {
  color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: ' ';
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type='radio'] {
  opacity: 0;
}
.radio input[type='radio']:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type='radio']:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type='radio']:disabled + label {
  opacity: 0.65;
}
.radio input[type='radio']:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type='radio'] + label::after {
  background-color: #428bca;
}
.radio-primary input[type='radio']:checked + label::before {
  border-color: #428bca;
}
.radio-primary input[type='radio']:checked + label::after {
  background-color: #428bca;
}
.radio-danger input[type='radio'] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type='radio']:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type='radio']:checked + label::after {
  background-color: #d9534f;
}
.radio-info input[type='radio'] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type='radio']:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type='radio']:checked + label::after {
  background-color: #5bc0de;
}
.radio-warning input[type='radio'] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type='radio']:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type='radio']:checked + label::after {
  background-color: #f0ad4e;
}
.radio-success input[type='radio'] + label::after {
  background-color: #5cb85c;
}
search_filter_box .radio-success input[type='radio']:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type='radio']:checked + label::after {
  background-color: #5cb85c;
}
/*checkbox_radio_btn_style_end*/

.exhibitors_list {
  padding: 0;
  margin: 15px 0;
  position: relative;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #dcdcdc;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);
}
.exhibitors_list:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
}
.exhibitors_list .exhibitors_img {
  border-radius: 0;
}
.exhibitors_list .star_list {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 10px;
}
.exhibitors_list .star_list .active {
  color: #f5bc11;
}
.exhibitors_list .exhibitors_detail_box {
  background: #fff;
  padding: 0 0px;
  margin: 0;
  border-top: 1px solid #dcdcdc;
  position: relative;
  height: 80px;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.exhibitors_list .exhibitors_detail_box h1 {
  padding: 0;
  margin: 0 0 0px 0;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
.exhibitors_list .exhibitors_detail_box h1 a,
.exhibitors_list .exhibitors_detail_box h1 a:hover {
  color: #000;
}
.exhibitors_list .exhibitors_detail_box .exhibitors_info {
  padding: 0;
  margin: 0 0 0px 0;
  font-size: 12px;
  width: 100%;
}
.exhibitors_list .exhibitors_detail_box .exhibitors_info span {
  padding: 2px 10px;
  margin: 0;
  font-size: 15px;
  color: #000000;
  background-color: #d7d7d7;
  border-radius: 5px;
  font-weight: 700;
}

.exhibitors_list .contactIcon {
  padding: 5px;
  margin: 0;
}
.exhibitors_list .contactIcon a {
  padding: 5px;
  margin: 0 5px;
  width: 33%;
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 7px;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  line-height: 8px;
  text-decoration: none;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 67%, #cfd0d2 100%);
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 67%,
    #cfd0d2 100%
  );
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 67%, #cfd0d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfd0d2',GradientType=0 );
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.exhibitors_list .contactIcon a span {
  display: block;
}
.exhibitors_list .contactIcon a:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
}
.exhibitors_list .contactIcon a .img-box {
  width: 80%;
  margin: 0 auto 5px auto;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
}

.exhibitor-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
/*exhibitors-left-container*/
.exhibitors-left-container {
  padding: 0;
  margin: 0;
  position: relative;
}
.exhibitorsLogo {
  width: 43%;
  margin: 0 auto 20px auto;
  border: 1px solid #ccc;
  position: relative;
}
.exhibitorsLogo::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 10px;
  z-index: 2;
  background: url('../images/logo-bullet.png') center center no-repeat;
  width: 36px;
  height: 226px;
}
.exhibitorsLogo::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 10px;
  z-index: 2;
  background: url('../images/logo-bullet.png') center center no-repeat;
  width: 36px;
  height: 226px;
}
.exhibitorsIconBox {
  margin: 30px 0;
  padding: 0;
}
.exhibitors-icon-btn {
  border: 1px solid #ccc;
  border-radius: 15px;
  background: #fff;
  text-align: center;
  display: block;
  padding: 15px 10px;
  color: #000;
}
.exhibitors-icon-btn p {
  margin: 0;
  padding: 10px 0 0 0;
  text-transform: uppercase;
  font-weight: 600;
}
.exhibitors-icon-btn:hover {
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
}
.exhibitorsBtnBox {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.exhibitors-booth span {
  display: inline-block;
  padding: 7px 20px;
  margin: 0;
  font-size: 16px;
  color: #000000;
  background-color: #d7d7d7;
  border-radius: 30px;
  font-weight: 700;
}
/*exhibitors-left-container*/

/*exhibitors-right-container*/
.exhibitors-right-container {
  background: #0087d5;
  padding: 15px;
  margin: 0;
  color: #fff;
}
.exhibitor-title {
  padding: 0;
  margin: 0 0 20px 0;
  position: relative;
  color: #9eb339;
  font-weight: 800;
  font-size: 28px;
  text-transform: uppercase;
}
.exhibitor-title span {
  padding: 0;
  margin: 0;
  position: relative;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  display: block;
}

.exhibitor-conact {
  margin: 0 0 0 0;
  position: relative;
  font-weight: 600;
}
.exhibitor-conact .media {
  font-size: 16px;
}
.exhibitor-conact .media h5 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  color: #000;
  font-weight: 500;
}
.exhibitor-conact .media a {
  color: #73040b;
  font-size: 16px;
  font-weight: 500;
}
.text1 {
  font-size: 14px;
  color: #979797;
  font-weight: 500;
}
.text2 {
  font-size: 16px;
  font-weight: 500;
}
.exhibitors-right-container .exhibitorAbout {
  margin: 0 0 20px 0;
}
.exhibitors-right-container .exhibitorAbout .scrollbar_box {
  height: 200px;
}
.second-heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 7px 0;
  margin: 0 0 10px 0;
}
.second-heading::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #9eb339;
  width: 30px;
  height: 4px;
}
.exhibitors-right-container .dateTime span {
  font-size: 18px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  display: block;
  padding: 5px 15px;
  text-transform: uppercase;
}
.exhibitors-right-container .dateTime span sup {
  text-transform: lowercase;
}
.mobile_only {
  display: none;
}
.mobile_only .exhibitor-title {
  margin: 0 0 10px 0;
}
.mobile_only .exhibitorBannerMobile {
  background-color: #9eb339;
  padding: 15px 0;
  margin: 0;
}
.mobile_only .exhibitorBannerMobile .exhibitor-title {
  color: #000;
  font-size: 17px;
}
.mobile_only .exhibitorBannerMobile .exhibitor-title span {
  color: #000;
  font-size: 14px;
}
.mobile_only .exhibitor-conact {
  margin: 0;
  background: rgba(0, 0, 0, 1);
  padding: 10px 0;
}
.mobile_only .exhibitor-conact .media {
  margin: 5px 0;
  background: rgba(255, 255, 255, 0.3);
  padding: 5px;
}
.mobile_only .exhibitors-booth span {
  display: inline-block;
  padding: 3px 10px;
  margin: 0;
  font-size: 14px;
  color: #000000;
  background-color: #fff;
  border-radius: 7px;
  font-weight: 700;
}

.exhibitors-right-container .form-control {
  border: 1px solid #fff;
}

/*exhibitors-right-container*/

.upcomming-item {
  position: relative;
  float: left;
  width: 100%;
  margin: 11px 0;
}
.upcomming-item .upcomming-hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(252, 14, 22, 0.9)),
    to(rgba(179, 0, 6, 0.9))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(252, 14, 22, 0.9) 0%,
    rgba(179, 0, 6, 0.9) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.upcomming-item .upcomming-hover .popup-video {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #fc0e16;
}
.upcomming-item .upcomming-hover .play-video {
  background-color: #ffffff;
  font-size: 1.4rem;
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.upcomming-item .upcomming-hover .play-video:hover {
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.6);
}
.upcomming-item .upcomming-hover .play-video i {
  color: #fc0e16 !important;
  margin-left: 3px;
}

.upcomming-item:hover .upcomming-hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.backIcon {
  padding: 10px;
  margin-right: 15px;
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 7px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  line-height: 8px;
  text-decoration: none;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 67%, #cfd0d2 100%);
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 67%,
    #cfd0d2 100%
  );
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 67%, #cfd0d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfd0d2',GradientType=0 );
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.backIcon:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
}

/* .menuIcon{ padding:10px 10px; cursor: pointer; display:flex; border: 1px solid #ccc; background-color:#fff; border-radius: 7px; font-size:24px; font-weight: 700; text-transform: uppercase; color:#000; text-decoration: none; line-height: 24px;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 67%, #cfd0d2 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 67%,#cfd0d2 100%);
background: linear-gradient(to bottom, #ffffff 0%,#ffffff 67%,#cfd0d2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfd0d2',GradientType=0 );
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.menuIcon:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
}
.menuIcon span{ font-size:14px; margin-left:8px;} */

.mainBg {
  background: #000 url('../images/main-bg.jpg') center top no-repeat;
  background-size: cover;
  padding: 20px 0;
  min-height: 550px;
}

.mainBg .main-title h2 {
  padding: 0;
  margin: 0 0 0px 0;
  position: relative;
  color: #fff;
  font-weight: 800;
  font-size: 40px;
  text-shadow: 1px 1px 1px #000000;
}
.mainBg .main-title p {
  font-size: 18px;
  margin: 0;
  display: block;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 1px #000000;
}
.mainBg .main-title h5 span {
  font-size: 20px;
  padding: 10px 10px;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  background-color: rgba(210, 1, 46, 0.81);
  text-shadow: 1px 1px 1px #000000;
}
.session-tab.collapsed{
  background: #b6b6b6;
  
  padding: 5px 20px;
  font-size: 14px;
  color: #fff;    border-radius: 30px;font-weight: 500;text-transform: uppercase;border:none;outline:none;margin-right:10px;
}
.session-tab{
  background: rgba(210, 1, 46, 0.81);
 
  padding: 5px 20px;
  font-size: 14px;
  color: #fff;    border-radius: 30px;font-weight: 500;text-transform: uppercase;border:none;outline:none;margin-right:10px;
}
.session-tab:focus{
  outline:none;border:none;
}
.my-tabs {
  margin: 0;
  padding: 0;
}
.my-tabs .nav-pills .nav-item {
  margin: 0 5px 0 0;
}
.my-tabs .nav-pills .nav-link {
  border-radius: 2.25rem;
  padding: 0.3rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: #dfdfdf;
}
.my-tabs .nav-pills .nav-link.active,
.my-tabs .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #9eb339;
}

/*inner-page*/

/*nav*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.50);
  transition: 0.5s;
}
.user-profile-block {
  width: 100%;
  padding: 20px;
  background: #fff;
  position: relative;
  text-align: left;
}
.username {
  font-size: 24px;
  font-weight: 400;
   color: #1f2251;
}
.profile p {
    color: #1f2251;
    opacity: 0.9;
    margin-bottom: 0px;
}
.profile p a,
.profile p a:hover,
.profile p a:active,
.profile p a:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}

.profile .avtar {
  border: 3px solid #fff;
  border-radius: 40px;
}
.navLinks-block {
  padding: 20px 20px 10px 20px;
}
.fav-univ {
  background: #fff;
  border-radius: 20px;
  color: #212121;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 7px 25px;
}
.fav-univ:hover, .fav-univ:focus{
	text-decoration: none;
}
.fav-univ span {
  position: absolute;
  border-radius: 40px;
  background: #EF7F1A;
  color: #fff;
  right: 8px;
  padding: 2px 5px;
  top: 50%;
  height: 24px;
  margin-top: -13px;
  font-size: 12px;
  min-width: 24px;
  line-height: 22px;
  text-align:center;
}
.link-icon {
  width: 40px;
  display:none;
}
.link-txt {
  padding: 8px 10px;
  color: #fff;
  width:100%;
}
.link-txt a {
  /* color: #fff; */
  /* font-size: 15px; */
  /* line-height: 14px; */
	color: #fff;
	font-size: 20px;
	line-height: 14px;
	font-weight: 600;
	font-family: 'Rajdhani', sans-serif;
	text-transform: uppercase;
	width: 100%;
	display: block;
}
/* .sidenav a {
  text-decoration: none;
  font-size: 22px;
  color: #818181;
  display: block;
  transition: 0.3s;
   

}

.sidenav a:hover{
  color: #f1f1f1;
	background: rgba(53,53,53,1.00);
} */

.sidenav .menuWrapper {
  width: 90%;
  background: #e59273;
  max-width: 280px;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  min-height:100%;
}
/* .sidenav .menuWrapper a{width:45%; display: inline-block; margin:20px; border: 1px solid #333; padding: 20px;} 
.sidenav .menuWrapper .home{width:95%!important;}*/

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 60px;
  font-weight: 200;
  margin-left: 0px;
  padding: 10px;
  line-height: 24px;
  color: #000;
  width: auto !important;
}
.closebtn:hover {
  text-decoration: none;
}
.modal-backdrop.show {
  opacity: 0.7;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 0px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
/*nav*/

@media (max-width: 767px) {
  /* .sidenav .menuWrapper a{width:100%; display: inline-block; }
	.sidenav .menuWrapper .home{width:100%!important;}
	.menuIcon span{display: none;} */

  /* .navbar-brand{width:85%; margin-right:0px;} */
  .backIcon {
    margin-right: 0px;
  }
  .login-brand {
    width: 100%;
    margin-right: 0px;
  }

  .form-body {
    background: #9eb339 url('../images/mobile-bg.jpg') top center no-repeat;
    background-size: auto;
  }
  .coustom-nav {
    width: 65%;
  }
  .coustom-nav .navbar-nav {
    display: block;
  }
  .coustom-nav .navbar-nav .nav-item {
    margin: 3px 3px 3px 3px;
    width: 46%;
    display: inline-block;
  }
  .coustom-nav .navbar-nav .nav-item .btn {
    padding: 5px 10px;
    font-size: 10px;
    display: block;
  }

  .left-container {
    background: url('../images/mobile-left-side-bg.png') top right no-repeat;
    padding: 0 0 0px 0;
    min-height: 200px;
    margin: 0;
  }
  .left-container h2 {
    font-size: 40px;
    font-weight: 900;
    margin: 0;
    padding: 0;
  }
  .left-container h3 {
    font-size: 24px;
  }
  .left-container h4 {
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    padding: 0;
  }
  .left-container p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    width: 80%;
  }
  .left-container .date-time {
    font-size: 14px;
    font-weight: 500;
  }
  .left-container .date-time span {
    font-size: 16px;
    font-weight: 700;
    background-color: #e4e4e3;
    border-radius: 7px;
    display: inline-block;
    padding: 3px 10px;
    text-transform: uppercase;
  }
  .left-container .date-time span sup {
    text-transform: lowercase;
  }
  .form-outer {
    padding: 10px 0 0 0px;
    margin: 0;
    position: relative;
  }
  .form-outer .form-title {
    font-size: 22px;
    margin: 0 0 10px 0;
  }
  .form-outer .form-container {
    min-height: auto;
  }
  .form-outer .otp-container .form-control {
    padding: 0.175rem 0.25rem;
  }
  .form-outer .otp-container {
    padding: 0px 0 100px 0;
  }
  .form-outer .form-footer {
    margin: 10px 0 20px 0;
  }

  .mobile-fixed-footer {
    display: block;
  }
  .web_filter {
    display: none;
  }
  .right-part {
    padding: 20px 0px 20px 0px;
  }
  .exhibitor-container {
    margin-bottom: 0;
    box-shadow: none;
  }
  .exhibitors_list {
    padding: 0;
    margin: 10px 0;
  }
  .exhibitors_list .exhibitors_detail_box h1 {
    font-size: 12px;
  }
  .exhibitors_list .exhibitors_detail_box .exhibitors_info {
    font-size: 10px;
  }
  .exhibitorsBtnBox .btn {
    display: block;
    margin-bottom: 10px;
  }
  .exhibitorsLogo::before,
  .exhibitorsLogo::after {
    display: none;
  }
  .exhibitors-right-container .dateTime span {
    font-size: 16px;
  }
  .exhibitors-right-container {
    border-radius: 10px;
  }

  .exhibitors-right-container .exhibitorAbout .scrollbar_box {
    height: 250px;
  }
  .mobile_only {
    display: block;
  }
  .exhibitorsIconBox {
    margin: 0 0 15px 0;
  }
  .MobileDateBox {
    display: block;
  }
  .mobile-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .contactIconBox {
    position: relative;
    width: 100%;
    right: 0;
    margin-bottom: 20px;
  }
  .contactIconBox a {
    width: 32%;
    display: inline-block;
  }

  .courseBox .courseinformation li {
    padding: 0 3px;
  }

  .btnBar .btn {
    display: block;
    margin-bottom: 15px;
  }
  .exhibitor-conact {
    border-radius: 10px;
  }
  .exhibitor-conact .media:first-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .exhibitor-conact .media {
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 0;
  }
  .confusedGirl {
    width: 100px;
  }
  .wishlist {
    right: 15px;
  }
  .banner-outer {
    min-height: 159px;
  }
  .mainBg {
    height: 200px;
    min-height: auto;
  }
  .mainBg .main-title {
    margin: 20px 0 50px 0;
  }
  .mainBg .main-title h2 {
    font-size: 26px;
  }
  .mainBg .main-title p {
    line-height: 20px;
  }
  .mainBg .main-title h5 span {
    font-size: 16px;
  }
  .scheduleBox .sessionsDetails {
    padding: 0px 7px 10px 7px;
  }
  .scheduleBox .sessionsDetails span {
    font-size: 10px;
    padding: 3px 8px;
  }
  .scheduleBox .sessionsDetails h4 {
    font-size: 14px;
  }
  .sessions-banner-outer {
    min-height: 200px;
  }
  .sessions-banner-outer .main-title {
    font-size: 22px;
  }
  .sessions-banner-outer .main-title span {
    font-size: 14px;
  }
  .scheduleBox .sessionsinformation a.btn {
    font-size: 10px;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 990px) {
  .form-body {
    background: url('../images/tab-body-bg.png') center center no-repeat;
    background-size: cover;
  }
  .login-brand {
    width: 60%;
  }
  .form-outer .otp-container {
    padding: 0px 0 0 0;
  }
  .left-container h2 {
    font-size: 40px;
  }
  .courseBox .courseDetails {
    width: 75%;
  }
  .form-outer {
    padding: 0 0 0 40px;
  }
  .left-container .date-time span {
    font-size: 17px;
  }
  .courseBox .courseinformation {
    width: 25%;
  }
  .courseBox .courseinformation li {
    margin: 10px 0 0 0;
  }
  .exhibitor-conact {
    margin: 15px 0 0 0;
  }
  .banner-outer {
    min-height: 250px;
  }
  .wishlist {
    right: 15px;
  }
  .sidenav .menuWrapper {
    width: 90%;
  }

  .mainBg {
    height: 350px;
    min-height: auto;
  }
  .mainBg .main-title {
    margin: 120px 0 50px 0;
    height: 185px;
  }
  .mainBg .main-title h2 {
    font-size: 26px;
  }
  .mainBg .main-title p {
    line-height: 20px;
  }
  .mainBg .main-title h5 span {
    font-size: 16px;
  }
  .side_filters .side-filter-tittle {
    font-size: 14px;
  }
  .form-group label {
    font-size: 11px;
  }
  .MobileDateBox {
    display: block;
  }
  .sessions-banner-outer {
    min-height: 315px;
  }
  .tab-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.desktop-banner-header{
	padding: 0px 0;
	/* background:#355AA5 url('../images/main-bg2.jpg') center center no-repeat; */
	/* background-size: cover; 
	min-height: 150px;*/
	background-color:#f9d2d3;
}
@media (min-width: 992px) {
	/* body{ */
		/* background:#fff; */
	/* } */
	.header{margin-bottom:15px;}
	.desktop-header{
		background: #355AA5;
		padding: 22px 0;
	}
	.desktop-header .list-block{
		background:#73040b
	}
	.institute-txt{
		font-size:13px;
	}
	.view-btn{
		font-size:11px;
		color:#73040b;
	}
	.img-box{
		max-width: 100%; text-align: center; min-height: 100px;  max-height: 100px;
	}
	.box-heading,
	.box-heading a {
	  font-size: 18px;
	  font-weight: 600;
	  margin-bottom:0px;
	  color: #000;
		height: 34px;
		display: block;
		/*overflow: hidden;*/
		line-height: 18px;
	}
	.icon-txt{
		color:#fff;
		text-align:left;
		margin: 0;
		padding-left: 15px;
		max-width: 94px;
	}
	.icon-block .icon img{
		border:1px solid #fff;border-radius: 50px;
  }
  .icon-block:hover{text-decoration:none;    opacity: 0.7;}
	.txt-box {
		 
		background: rgba(242, 242, 242, 1);
		background: -moz-linear-gradient(
		  top,
		  rgba(242, 242, 242, 1) 0%,
		  rgba(255, 255, 255, 1) 46%,
		  rgba(255, 255, 255, 1) 100%
		);
		background: -webkit-gradient(
		  left top,
		  right top,
		  color-stop(0%, rgba(242, 242, 242, 1)),
		  color-stop(46%, rgba(255, 255, 255, 1)),
		  color-stop(100%, rgba(255, 255, 255, 1))
		);
		background: -webkit-linear-gradient(
		  top,
		  rgba(242, 242, 242, 1) 0%,
		  rgba(255, 255, 255, 1) 46%,
		  rgba(255, 255, 255, 1) 100%
		);
		background: -o-linear-gradient(
		  top,
		  rgba(242, 242, 242, 1) 0%,
		  rgba(255, 255, 255, 1) 46%,
		  rgba(255, 255, 255, 1) 100%
		);
		background: -ms-linear-gradient(
		  top,
		  rgba(242, 242, 242, 1) 0%,
		  rgba(255, 255, 255, 1) 46%,
		  rgba(255, 255, 255, 1) 100%
		);
		background: linear-gradient(
		  to bottom,
		  rgba(242, 242, 242, 1) 0%,
		  rgba(255, 255, 255, 1) 46%,
		  rgba(255, 255, 255, 1) 100%
		);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1 );
		 border-radius:0 0 16px 16px;
	  }

	  .desktop-filers{
		background: transparent linear-gradient(0deg, #FFFFFF 0%, #FEFEFE 79%, #EFF0F2 100%) 0% 0% no-repeat padding-box;
		border: 1px solid #DBDBDB;
		border-radius: 23px;
		padding:15px;
	  }
	  .desktop-filers .side-filter-tittle{
		  color:#355AA5;
		  margin:0 0 15px 0;padding:0 0 13px 0;border-bottom:1px solid #D1D1D1;border-radius:0;
	  }
	  .desktop-filers .side-filter-tittle span{
		color:#355AA5;
	  }
	  .drop-label{
		margin-bottom: 10px;
		display: block;
	  }
	  .notification-block{
		position: absolute;
		right: -5%;
		background: #E8E8E8;
		width: 51px;
		height: 51px;
		border-radius: 50px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
    top: -7px;
    color:#000;
    }
    .notification-block:hover{
      color:#000;
      opacity:0.8;
    }
    .sml-btn{padding:8px;font-size:12px;line-height:10px;}
}

@media (min-width: 1200px) {
	.institute-txt {
		font-size: 16px;
	}
}

.font-15{font-size: 15px;}
.line-h28{line-height: 28px;}

.sidenav .mCSB_container {height:100%;}
.text-purple{color:#355AA5;}
.icon {position: relative;}
.icon .liveNow{position: absolute; bottom:-5px; left: 0px;}
.navlink .liveNow{position: absolute; top:10px; right: 0px;}
.courseBox .liveNow{position: absolute; top:-10px; right: 15px;}

.carousel-control-prev, .carousel-control-next{width:7%;}
.carousel-control-prev-icon, .carousel-control-next-icon{width:40px; height:40px;}

.joinNow{text-transform: uppercase; display:block;font-size: 12px;font-weight: 500;color: #000;margin: 5px 0 0 0;}
.form-icon {
    position: absolute;
    top: 5px;
    left: 0px;
    z-index: 20;
}

.form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: oldlace;
        border-bottom-color: oldlace;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid #ced4da;
    font-size: 14px;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0px 0px 0px 40px !important;
    color: #000000;
}

.form-group .custom-select {
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid #ced4da;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    padding-left: 40px !important;
}


.searchByCourse_box{padding: 15px; border-radius:15px;}
.searchByCourse_box .category_box ul li{width:25%;}

.searchByCourse_box .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ced4da;
    font-size: 16px;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 7px 10px !important;
    color: #000000;
	border-radius:10px;
}




@media (max-width: 767px) {
	.searchByCourse_box .category_box ul li{width:100%;}
}
[data-toggle="collapse"] .fa:before {  
  content: "\f107";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f105";
}


/*matching_slide*/
.matchingBtn {
  position: fixed;
  right: 0;
  bottom:0%;
  z-index: 100;
  width: 100%;
  text-align: center;
	/*background: #355AA5;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;*/
}

/*toggle bottom bar*/
#reveal-wrap {
  position:fixed;
  bottom:0;
  width:100%;
  padding-bottom:0;
  z-index:100;
  left:0;
  right:0;
}
#reveal-wrap #reveal-click {
  background: #DFDFDF;
  cursor: pointer;
  font-size: 26px;
  margin: 0px 0 0 10%;
  padding: 10px 18px;
  text-decoration: none;
  display: inline-block;
}
#reveal-wrap #hidden-div {
  width: 100%;
  background: #DFDFDF;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 20px 0;
}

#reveal-wrap #hidden-div {
  display: none;
}
.closeBtn{ 
    border-radius: 5px;
    padding: 5px 10px;
    border: none;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 26px;
    z-index: 10;
}

@media (max-width: 765px) {
.closeBtn{ right: 10px;}
}
/*matching_slide*/


#share a {
	width: 50px;
  	height: 50px;
  	display: inline-block;
  	margin: 4px;
  	border-radius: 50%;
  	font-size: 24px;
	line-height: 24px;
  	color: #fff;
      /*opacity: 0.75;*/
	transition: opacity 0.15s linear;
	border: 2px solid #fff;
}

#share a:hover {
	opacity: 1;
}

/* icons */

#share i {
  	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

/* colors */

.facebook {
 	background: #3b5998;
}

.whatsapp {
  	background: #7ad06d;
}

.twitter {
  	background: #55acee;
}

.googleplus {
  	background: #dd4b39;
}

.linkedin {
  	background: #0077b5;
}

.pinterest {
  	background: #cb2027;
}

.Countdown-Begins h6 {
    font-size: 23px;
    display: inline-block;
    padding: 6px 17px;
    margin-left: 20px;
    color: #000;
    border-radius: 12px;
    margin-bottom:15px;
	text-transform: uppercase;
	font-weight:700;
}

.countdown {padding: 30px 10px;
    background-color: #e3000f;
    border-radius: 12px;
	}
	
.card-header {
    padding: 1rem;
}

.carousel{width: 100%;}
/* .carousel-control-next, .carousel-control-prev{transform: translate(0, 38%);} */
.carousel-inner{padding:0 9%; /* margin-top:6%;  transform: translate(0, 100px);-webkit-transform: translate(0, 100px);-moz-transform: translate(0, 100px);-o-transform: translate(0, 100px);*/ }
.booth-row1{/*padding: 0 10%;*/ padding: 0 0%;}
.boothW_32{width:32%;}

.stall-block{padding: 0 15px;}

.carousel-inner .stall-block span.position-relative > img{
	    filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
    
}
.carousel-inner .stall-block > h4{
	margin-top: 10px;
	right: 11%;
	text-transform: uppercase;
    font-weight: bold;
    font-size:17px;
    font-family: rajdhani;
	color:#fff;
    background: rgba(0,0,0,0.7) !important;
	border-radius: 6px;
	padding: 5px;
}
.carousel-inner .stall-block .punchlineText{display:none !important;}
.carousel-inner .slider-booth-block {    width: 33.33%;}
.carousel-inner .carousel-item .stall-block{ padding:0 10px; }
 @media (max-width: 768px) {
	 /*.carousel-inner{transform: translate(0, 0px) !important;-webkit-transform: translate(0, 0px)!important;-moz-transform: translate(0, 0px)!important;-o-transform: translate(0, 0px)!important;}*/
	#filterData {min-height:auto !important;}
 }
@media (max-width: 991px) {
	/*.carousel-inner{transform: translate(0, 50px);-webkit-transform: translate(0, 50px);-moz-transform: translate(0, 50px);-o-transform: translate(0, 50px);}*/
	#filterData {min-height:auto !important;}
	.carousel-control-prev, .carousel-control-next {
    width: auto;
	}
}

@media (min-width: 992px) and (max-width: 1366px) {
	/*.carousel-inner{  transform: translate(0, 110px);-webkit-transform: translate(0, 110px);-moz-transform: translate(0, 110px);-o-transform: translate(0, 110px);}*/
}

@media (min-width: 1367px) and (max-width: 1440px) {
	
}

@media (min-width: 1441px) and (max-width: 1660px) {
	
}

@media (min-width: 1661px) and (max-width: 2650px) {
	/*.carousel-inner{transform: translate(0, 130px);-webkit-transform: translate(0, 130px);-moz-transform: translate(0, 130px);-o-transform: translate(0, 130px);}*/
}


.filterModal .form-group .form-control{
	border:1px solid #cccccc;
	min-height:44px;
}
.filterModal .BtnTab {
    border-radius: 0;
    padding: 10px 28px;
    /*background-color: rgba(255, 153, 51, 0.7);*/
    background-color: #fff;
    border-color: #ccc;
    font-weight: 600;
    color: #000;
    font-family: rajdhani;
	width:100%;
}
.filterModal .BtnTab:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.filterModal .BtnTab.active {
    background-color:#007bff;
    border-color: #007bff;
	color:#fff;
}
.filterModal .BtnTab:hover {
    background-color:#007bff;
    border-color: #007bff;
	color:#fff;
}

.orange-btn, .orange-btn:hover{
    background: #e59273;
    border-radius: 50px;
    padding: 5px 20px!important;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #fff;
    line-height: 23px;
	box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.75);
		z-index: 99;
		position: relative;
	font-size:14px;
}


.logo-box {box-shadow: 0px 3px 8px 0px #00000014; border-radius:20px; text-align:center;}
.logo-box {border-radius: 20px; padding:20px;     margin: 15px 0 0 0; transition: box-shadow 500ms;}
.logo-box:hover { box-shadow: 10px 10px 40px 0 rgb(87 152 222 / 16%)!important;}
.logo-box img { width:70%; /*border-radius:90%;*/ margin-bottom:20px;}
.icon-text{ border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.icon-text h5 {font-size: 20px;line-height: 20px;padding-top:0px;font-weight: 600;}
.icon-text p {font-size: 16px;color: #686A77;line-height: 26px; padding-top:0px; margin:0px; font-weight: 300;}
.logo-box a{color:#000; text-decoration:none;}
.logo-box .btn{color:#fff; font-size: 11px;}
.btn-primary {
    color: #fff;
    background-color: #3E65AC;
    border-color: #3E65AC;
}
.my-profile .logo-box img { width:20%; }


		.lable {
			margin-right:10px;
			display:flex;
			align-items:center;
			background:#f6f7ff;
			border:1px solid #ccd0ee;
			border-radius: 18.5px;
			padding:0 15px;
			margin-top: 10px;
			cursor:pointer;
		}
		
		
			.effect {width: 100%;}
			.effect .buttons {
			  margin-top: 15px;
			  display: flex;
			}
			.effect a:last-child {
			  margin-right: 0px;
			}

			/*common link styles !!!YOU NEED THEM*/
			.effect {
			  /*display: flex; !!!uncomment this line !!!*/
			}
			.effect a {
			  text-decoration: none !important;
			  color: #fff;
			  width: 50px;
			  height: 50px;
			  display: flex;
			  align-items: center;
			  justify-content: center;
			  border-radius: 10px;
			  margin-right: 20px;
			  font-size: 25px;
			  overflow: hidden;
			  position: relative;
			}
			.effect a i {
			  position: relative;
			  z-index: 3;
			}
			.effect a.fb {
			  background-color: #3b5998;
			}
			.effect a.tw {
			  background-color: #00aced;
			}
			.effect a.g-plus {
			  background-color: #dd4b39;
			}
			.effect a.dribbble {
			  background-color: #ea4c89;
			}
			.effect a.pinterest {
			  background-color: #cb2027;
			}
			.effect a.insta {
			  background-color: #bc2a8d;
			}
			.effect a.in {
			  background-color: #007bb6;
			}
			.effect a.vimeo {
			  background-color: #1ab7ea;
			}
			
			/* aeneas effect */
			.effect.aeneas a {
			  transition: transform 0.4s linear 0s, border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
			}
			.effect.aeneas a i {
			  transition: transform 0.4s linear 0s;
			}
			.effect.aeneas a:hover {
			  transform: rotate(360deg);
			  border-radius: 50%;
			}
			.effect.aeneas a:hover i {
			  transform: rotate(-360deg);
			}
		
	.time-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    /* height: 300px; */
}

 .time-list li {
     margin: 5px 3px;
     text-align: center;
     /* min-width: 150px; */
     line-height: 35px;
 }
 @media (max-width: 550px) {
   .time-list li {min-width:48%;} 
 }
 
  .time-list li a {
     color: #333;
     padding: 0px 30px;
     font-size: 14px;
     display: block;
     background: #fff;
     border-radius: 4px;
     border: 1px solid #e0e0e0;
     transition: all .3s linear;
 }
 
  .time-list li:hover a,
  .time-list li a.active {
     background: rgba(0, 0, 0, 0.7);
     border: 1px solid rgba(0, 0, 0, 0.7);
     color: #fff;
 }
 
  .time-list li .active_selected {
     padding: 0px 30px;
     font-size: 14px;
     display: block;
     border-radius: 4px;
     background: #495057;
     border: 1px solid #495057;
     color: #fff;
 }
 
 .disabled {
     background: rgba(0, 0, 0, 0.1) !important;
 }
 
 .confirm-btn {
     display: table;
     background: rgba(0, 0, 0, 0.9);
     padding: 10px 30px;
     border-radius: 4px;
     text-transform: uppercase;
     font-size: 14px;
     font-weight: 600;
     margin:0px auto 0;
     color: #fff;
     outline: none;
     border: 0;
     transition: all 300ms linear;
 }
 
 .confirm-btn:hover {
     background: #000;
 }
 
 .close {
    color: #ed1651;
    font-size: 33px;
    position: absolute;
    right: 15px;
    top: auto;
    font-weight: 300;
    line-height: 20px;
}
.modal-title{font-size:26px; font-weight:400;}

.modal-open {
    overflow: hidden !important;
}

/* my-tab */
.myTab .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom:0px;
}

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

.myTab .nav-tabs a {
  border: none;
  border-radius:0px;
  font-weight: 600;
  background-color: #ccc;
  color: #000;
  padding: 7px 15px;
  margin-bottom:0px;
}
.myTab .nav-tabs a span {
	display:block;
	font-size:12px;
}

.myTab .nav-tabs a.active {
  background-color: #5e0a02;
  color: #fff;
}

.myTab .sub-heading {
  text-align: center;
  font-size: 18px;
  font-weight:700;
  font-family: "Open Sans", sans-serif;
  margin: 0 auto 30px auto;
}

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

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

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

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

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

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

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

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

.myTab.schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}
.myTab h5{margin:0; padding:0; font-family: "Open Sans", sans-serif; font-size:18px;}
.rounded-10{border-radius:10px !important;}
/* my-tab */
			

.myTab .btn-outline-danger {
    color: #28a745;
    border-color: #28a745;
}
.myTab .btn-outline-danger:hover {
    color: #fff;
}
			
.myTab .btn-outline-danger:not(:disabled):not(.disabled).active, .myTab .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .myTab .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}	
.myTab .btn-group-toggle .btn{border-radius: 8px !important;}

.myBtn{font-size:16px; font-weight:600; text-transform:uppercase; line-height:16px; border-radius: 8px;}
.myBtn i{font-size:30px; margin-bottom:10px;}	


/* body {
  background: url(../images/inner-bg.jpg) no-repeat top center;
  background-size: cover;
  background-repeat:no-repeat;
  position:relative;
} */

.myArrow[aria-expanded="false"]:before {
  transition: all 0.6s;
  width: 11px;
  height: 14px;
  content: "";
  position: absolute;
  right: 0px;
  background: url(../images/right-angle.png) center no-repeat;
  background-size: 8px;
}
.myArrow[aria-expanded="true"]:before {
  width: 11px;
  height: 14px;
  content: "";
  position: absolute;
  right: 0px;
  background: url(../images/right-angle.png) center no-repeat;
  background-size: 8px;
  transform: rotate(90deg);
}
.subLinks{font-size:16px!important; margin:3px 0;}

	
	
.upload-button{
	position:absolute;
	right:0;
	left:0;
	bottom:30px;
	background: rgba(255,255,255,0.9);
	padding:5px 0 3px 0;
}
.upload-button i{
    font-size:22px;
}

@media screen and (max-width: 450px) {
  /*.sidenav {*/
  /*  padding-top: 15px;*/
  /*}*/
  .sidenav a {
    font-size: 18px;
  }
  .my-profile .logo-box img {
		width: 50%;
	}
}

.profileBtn{
	cursor: pointer;
	background: #000;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px 10px;
}
.profileBtn:hover{
	background: #dc3545;
	color: #fff;
}

    /* New-Listing-Box */

.block-main {  background-color: #efefef;  padding: 10px 10px;}

.SpeakerBox .block-wrapper {  border: 1px solid #dee2e6;  background-color: #ffffff;  border-radius: 12px;  width: 100%;  display: flex;  align-items: top;  min-height:150px;  margin-bottom: 30px;}

/* .block-wrapper a { */  /* color: #000; *//* } */

.left-block {  padding: 10px;  position: relative;  min-width: 110px;  max-width: 110px;}

.right-block {  padding: 10px;  width: 100%;  margin-left: auto;  border-radius: 0 12px 12px 0;  align-self: stretch;  background: rgba(242, 242, 242, 1);  background: -moz-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(46%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));  background: -webkit-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);  background: -o-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);  background: -ms-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);  background: linear-gradient(to right, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1);
}
.right-block .status {  position: absolute;  text-align: right;  width:auto;  top: -10px;  right:10px; bottom:auto !important;}
.left-block .wishlist {  background: rgba(255, 255, 255, 0.7);  border: 1px solid #ccc;  width: 26px;  height: 26px;  padding: 2px 0 0 0;  color: #000;  border-radius: 5px;  position: absolute;  right: -13px;  top: 7px;  font-size: 16px;  text-align: center;  z-index: 9;}
.logo-block {  border-bottom: 1px solid #9e9e9e;  padding: 0 0 10px 0;  min-height: 70px;}
.logo-block img {  max-height: 70px;}
.speaker-name {  color: #2b2929;  font-size: 18px;  margin: 0;  padding: 0 0 0 0;font-weight: 700;}
.subject {  color: #ff0000;}

.subject-tittle {  color: #000000;  font-size:16px;}
.speaker-add {  color: #000;  font-size: 12px;  font-style: normal;  margin-bottom:5px; line-height: 16px;}
.speaker-details {  color: #000000;  font-size: 13px; font-weight: 500; margin-bottom:5px; line-height: 16px;}
.speaker-details span{font-weight: normal; display: block; color:#7f7f7f;}
/*.speaker-details {  display: flex;  align-items: center;  justify-content: center;  flex-direction: column;  height: 100%;}*/
.detail-head {  color: #ff6600;  font-size: 14px;  font-weight: 500;}
.detail-txt {  color: #7f7f7f;  font-size: 12px;  font-weight: 400;}
/* New-Listing-Box */

.joinNow{display:block; color:#000;}
.zoom-icon{width:18px;margin-right:5px;}
.status {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -10px;
}
.status .online {
  background-color: #fff !important;
  color: #06ba41;
  border-radius: 20px;
  padding: 5px 15px 5px 30px;
  border: 1px solid #06ba41;
  position: relative;
}
.status .online::before {
  background-color: #06ba41;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  position: absolute;
  content: '';
  left: 7px;
  top: 7px;
}
.status .offline {
  background-color: #fff !important;
  border-radius: 20px;
  padding: 5px 15px 5px 30px;
  border: 1px solid #ccc;
  position: relative;
}
.status .offline::before {
  background-color: #ccc;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  position: absolute;
  content: '';
  left: 7px;
  top: 7px;
}

@media (max-width: 991px){
.logout-block {
    margin-bottom: 60px;
}
}
