@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700");
body {font-family: "Poppins", sans-serif;padding: 0;margin: 0;font-size: 15px;}
html{overflow-x: hidden;}
a {display: block;-webkit-transition: 0.5s;transition: 0.5s;}
a:hover, a:focus {text-decoration: none;}
.d-table {width: 100%;height: 100%;}
.d-table-cell {vertical-align: middle;}
.ptb-120 {padding-top: 40px;padding-bottom: 100px;}
.ptb-60 {padding-top: 60px;padding-bottom: 60px;}
img {max-width: 100%;}
p {line-height: 1.9;color: #707070;margin-bottom: 15px;font-size: 15px;}
p:last-child {margin-bottom: 0;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-weight: 700;color: #0d1028;}
.btn {
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  -webkit-box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
          box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
  border: none;
  padding: 15px 30px;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-primary {
  color: #02082f;
  background: #0d1028;
  position: relative;
  z-index: 1;
}
.btn-primary::before, .btn-primary::after {
  content: '';
  position: absolute;
  top: 0;
  width: 51%;
  background: #25f6ff;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-primary::before {
  left: 0;
}
.btn-primary::after {
  right: 0;
}
.btn-primary:hover::before, .btn-primary:hover::after, .btn-primary:focus::before, .btn-primary:focus::after {
  width: 0;
}
.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
          box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus {
  background: #02082f;
  color: #fec800;
  -webkit-box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
          box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
          box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  background: #0d1028;
  color: #ffffff;
}
.btn-primary.disabled, .btn-primary:disabled {
  opacity: 1;
  background: #0d1028;
}
.btn-secondary {
  color: #ffffff;
  background: #0d1028;
  position: relative;
  z-index: 1;
}
.btn-secondary::before, .btn-secondary::after {
  content: '';
  position: absolute;
  top: 0;
  width: 51%;
  background: #00acee;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-secondary::before {
  left: 0;
}
.btn-secondary::after {
  right: 0;
}
.btn-secondary:hover::before, .btn-secondary:hover::after, .btn-secondary:focus::before, .btn-secondary:focus::after {
  width: 0;
}
.btn-secondary.focus, .btn-secondary:focus {
  -webkit-box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
          box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
  color: #ffffff;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #0d1028;
  color: #ffffff;
  -webkit-box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
          box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
          box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
  background: #0d1028;
  color: #ffffff;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  opacity: 1;
  background: #0d1028;
}
html{
  scroll-behavior: smooth;
}
.section-title {
  position: relative;
  z-index: 1;
}
.section-title span {
  color: #1b75bc;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}
.section-title h2 {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.section-title h2 b {
  font-weight: unset;
  background-size: 100px 1.07em !important;
}
.section-title .btn {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18px;
}
.section-title .bg-title {
  color: rgba(73, 57, 231, 0.05);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 140px;
  line-height: 120px;
  position: absolute;
  top: 0;
  right: 35%;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: -1;
  margin-top: -25px;
}
.section-title .bar {
  position: relative;
  width: 20px;
  height: 4px;
  background: #1b75bc;
  display: block;
}
.section-title .bar::after, .section-title .bar::before {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  content: '';
}
.section-title .bar::after {
  width: 25px;
  background: #00acee;
  right: -29px;
}
.section-title .bar::before {
  background: #efa506;
  width: 30px;
  right: -63px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  line-height: .01;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  background: transparent;
  border: 1px solid #dfdfdf;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  position: relative;
}
.owl-theme .owl-dots .owl-dot:hover, .owl-theme .owl-dots .owl-dot:focus {
  outline: 0;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot:focus span {
  background: #00acee;
  border-color: #00acee;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #1b75bc;
  border-color: #1b75bc;
}
.form-control {
  height: 50px;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins';
  border: 1px solid #eeeeee;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.form-control:hover, .form-control:focus, .form-control.active {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #1b75bc;
}

/*================================================
Navbar CSS
=================================================*/
.dropdown{
  color: white;
  /* padding: 1vh; */
  font-family: 'Oswald';
  font-size: 14px;
}
@media screen and (max-width:767px){
.dropdown{
  color: grey;
  /* padding: 1vh; */
  font-family: 'Oswald';
  font-size: 14px;
}

}
.elkevent-mobile-nav {display: none;}
.elkevent-mobile-nav.mean-container .mean-nav ul li a.active {color: #1b75bc;}
.elkevent-nav {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 15px;
  width: 100%;
  z-index: 999;
  height: auto;


}
.page-speakers .elkevent-nav{background: #0d1028 !important;}
.elkevent-nav nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.elkevent-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 5px 0;
  margin: 1vh;
  font-family: "Oswald", sans-serif;
}
.elkevent-nav nav .navbar-nav .nav-item a {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
}
.elkevent-nav nav .navbar-nav .nav-item a:hover, .elkevent-nav nav .navbar-nav .nav-item a:focus, .elkevent-nav nav .navbar-nav .nav-item a.active {
  color: #fec800;
}
.elkevent-nav nav .navbar-nav .nav-item:hover a {
  color: #fec800;
}
.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background: #0d1028;
  position: absolute;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}
.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 9px 15px;
  margin: 0;
  display: block;
  color: #ffffff;
}
.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #1b75bc;
}
.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: 220px;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}
.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
  text-transform: capitalize;
}
.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #1b75bc;
}
.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important;
}
.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #1b75bc;
}
.elkevent-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.elkevent-nav nav .others-option {
  margin-left: 13px;
}
.elkevent-nav.is-sticky, .elkevent-mobile-nav.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background-color: black !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar {padding: 0; flex-flow: wrap;}
.navbar-brand {max-width: 22%;margin: 0px;}
.main-logo {max-width: 100%;}
.others-option .btn {padding: 10px 20px;font-weight: 500; font-size: 14px;}

/*================================================
Main Banner CSS
=================================================*/

.countdown {
  color: white;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid;
  padding: 10px;
  display: inline-block;
  margin: 5px;
}
.main-banner-content {
    max-width: 600px;
    margin: 0px auto;
    text-align: center;
    margin-top: 50vh;
    margin-left: 90vh;
    }
#particles-js{
  width: 100%;
  background-image: url(../img/Key-visual-Final.png);
  background-color: black;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
#particles-js1{
  width: 100%;
  background-image: url(../img/Confluence2021_logo_Black.png);
  background-image: url(../img/logo.png);
  background-color: black;
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
}
.main-banner {
  height: 768px;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-banner img.aiss-logo-banner {
  position: absolute;
  left: 90px;
  top: 180px;
}
@media screen and (max-width:767px){

  #reg{
    display: none;
  }
	#particles-js{
	  width: 100%;
	  height: 100%;
	  background-image: url(../img/NIIT-CONFLUENCE1-2021.jpg);
	  background-size: cover;
	  background-position: 50% 50%;
	  background-repeat: no-repeat;
	}
	.main-banner {
		height: 100%;
		padding-top: 150px!important;
		padding-bottom: 150px!important;
	}

.main-banner-content {
    max-width: 600px;
    margin: 0px auto;
    text-align: center;
    margin-top: 64vh;
    margin-left: 0vh;
    }
}
.main-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #0d1028;
  opacity: 0;
}
.slideshow-banner::before {
  z-index: 1;
}
.slideshow-banner .main-banner-content::before {
  display: none;
}
.slideshow-banner .slideshow {
  z-index: -1;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.slideshow-banner .slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: imageAnimation 24s linear infinite 0s;
          animation: imageAnimation 24s linear infinite 0s;
}
.slideshow-banner .slideshow li:nth-child(1) span {
  background-image: url(https://www.dsci.in/events/aiss-2020);
}
.slideshow-banner .slideshow li:nth-child(2) span {
  background-image: url(https://www.dsci.in/events/aiss-2020);
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.slideshow-banner .slideshow li:nth-child(3) span {
  background-image: url(https://www.dsci.in/events/aiss-2020);
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.slideshow-banner .slideshow li:nth-child(4) span {
  background-image: url(https://www.dsci.in/events/aiss-2020);
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.slideshow-banner .event-countdown {
  position: relative;
  right: 0;
  bottom: 0;
  text-align: left;
}
.slideshow-banner .event-countdown #days {
  margin-left: 0;
}
.video-banner {
  overflow: hidden;
}
.video-banner .video-background {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -2;
}
.item-bg2 {background-image: url(https://www.dsci.in/events/aiss-2020);}
.item-bg3 {background-image: url(https://www.dsci.in/events/aiss-2020);}
.item-bg4 {background-image: url(https://www.dsci.in/events/aiss-2020);}
.item-bg5 {background-image: url(https://www.dsci.in/events/aiss-2020);}
.main-banner-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.main-banner-content h1 {
  color: #ffffff;
  max-width: 600px;
  margin-left: 0px;
}

.main-banner-content h1 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0, 0, 0, 0)), color-stop(80%, #1b75bc));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #fec800 80%);
  background-size: 100px 1.2em !important;
}

.main-banner-content h1 b:nth-of-type(1) {color: #efa506;}
.main-banner-content h1 b:nth-of-type(2) {color: #1b75bc;}
.main-banner-content h1 b:nth-of-type(3) {
  color: #ffffff;
  -webkit-animation: colorchange 20s;
          animation: colorchange 20s;
}
.main-banner-content h1 b:nth-of-type(4) {color: #00acee;}
.main-banner-content ul {
  padding: 0;
  margin: 15px 0 35px;
  list-style-type: none;
}
.main-banner-content ul li {
  color: #dddddd;
  margin-right: 12px;
  font-size: 17px;
  display: inline-block;
}
.main-banner-content ul li i {
  margin-right: 3px;
  color: #fec800;
}
.main-banner-content ul li:last-child {
  margin-right: 0;
}
.main-banner-content p {
  color: #fec800;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.main-banner-content p span {
  color: #fec800;
}
.main-banner-content .button-box {max-width: 600px; margin: 0px auto; text-align: center; margin-top: 50px;}

.main-banner-content .button-box a {
  display: inline-block;
}

.main-banner-content .button-box .video-btn {
  margin-left: 20px;
  color: #dddddd;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}

.main-banner-content .button-box .video-btn i {
  width: 50px;
  display: inline-block;
  height: 50px;
  line-height: 51px;
  text-align: center;
  background-color: #00acee;
  border-radius: 50%;
  font-size: 17px;
  margin-right: 8px;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-banner-content .button-box .video-btn i::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  opacity: 0;
  border-radius: 50%;
  background: rgba(51, 102, 204, 0.5);
}

.main-banner-content .button-box .video-btn:hover, .main-banner-content .button-box .video-btn:focus {
  color: #00acee;
}

.main-banner-content .button-box .video-btn:hover i, .main-banner-content .button-box .video-btn:focus i {
  background-color: #1b75bc;
  color: #ffffff;
}

.main-banner-content.banner-content-center {
  margin: 50px auto 0;
  text-align: center;
}

.countdown-area {
  padding: 50px 0;
  background: #8dc63f;
}

.countdown-area .event-countdown {
  position: relative;
  right: 0;
  bottom: 0;
  text-align: center;
}

.countdown-area .event-countdown #timer div {
  margin: 0 55px;
}

.countdown-area .event-countdown #timer div#seconds {
  color: #1b75bc;
}

.event-countdown {
  position: absolute;
  right: 0 !important;
  bottom: 0;
  text-align: center;
	width: 100%;
}
@media only screen and (max-width: 767px){
	.event-countdown {margin: 30px 0 0 !important;}
}

.event-countdown #timer div {
  display: inline-block;
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 35px;
  position: relative;
}

.event-countdown #timer div#days {color: #1b75bc;}
.event-countdown #timer div#hours {color: #00acee;}
.event-countdown #timer div#hours span {
  right: -40px;
  margin-top: -12px;
}
.event-countdown #timer div#minutes {color: #ffffff;}
.event-countdown #timer div#minutes span {
  right: -45px;
  margin-top: -12px;
}
.event-countdown #timer div#seconds {color: #efa506;}
.event-countdown #timer div#seconds span {
  right: -48px;
  margin-top: -12px;
}

.event-countdown #timer span {
  display: block;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  margin-top: 0;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  right: -33px;
  top: 50%;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: -10px;
  letter-spacing: 2px;
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

.shape1 {
  position: absolute;
  left: 70px;
  bottom: 70px;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  opacity: .6;
}

.shape2 {
  position: absolute;
  right: 70px;
  bottom: 70px;
  z-index: -1;
  opacity: .6;
}

.shape3 {
  position: absolute;
  left: 70px;
  top: 70px;
  z-index: -1;
  opacity: .6;
}

.shape4 {
  position: absolute;
  right: 100px;
  top: 100px;
  z-index: -1;
  opacity: .6;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes colorchange {
  0% {
    color: #1b75bc;
  }
  25% {
    color: #ffffff;
  }
  50% {
    color: red;
  }
  75% {
    color: #00acee;
  }
  0% {
    color: #efa506;
  }
}

@keyframes colorchange {
  0% {
    color: #1b75bc;
  }
  25% {
    color: #ffffff;
  }
  50% {
    color: red;
  }
  75% {
    color: #00acee;
  }
  0% {
    color: #efa506;
  }
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
  line-height: .01;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 63px;
  background-color: #00acee;
  border-radius: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: .7;
  margin-top: -50px;
  font-size: 28px;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #1b75bc;
  color: #ffffff;
  opacity: 1;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
/*<==============================================*/
/*Schedule Area*/
/*<=============================================*/
.schedule-area{
  padding-bottom:100px;
}
.sub-heading{
  margin-top: 10vh;
}
.schedules{
  background:black;
  margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
     height: 110vh; 
}

.schedules.sch{
  background:black;
  margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
     height: 89vh; 
}
.schedule-title h5{
  line-height:30px;
  padding-left:30px;
  font-weight: 700;
    color: #ffffff;
    font-size: 14px;
}

.schedule-title{
  background:black;
  color:#fff;
  text-transform:uppercase;
  border-bottom:1px solid #663cdc;
  padding:10px 0;
}
.schedule-date{
  text-transform:uppercase;
}
.schedule-date h4{
 color: white;
 font-size: 16px;
}
.schedule-date h5{
 color: white;
 font-size: 14px;
}
.schedule-date .nav-tabs li{
  float:none;
  margin-bottom:0;
  border-bottom:1px solid #663cdc;
  width: 100%;
}
.schedule-date .nav-tabs li a{
  display:block;
  background:black;
  color:#fff;
  border: 0;
  border-radius: 0;
  margin-right: 0;
  padding:13px 30px;
}
.schedule-date .nav-tabs > li.active > a, 
.schedule-date .nav-tabs > li.active > a:hover, 
.schedule-date .nav-tabs > li.active > a:focus {
  border:none;
  color: #fff;
  background:black;
}

.nav-tabs{
  border:none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border: 0;
  padding: 0;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 0;
  margin-bottom: 0;
}
.panel-group{
  margin-bottom:0;
  padding-bottom:135px;
  background:#fff;
  height: 114vh;
}
.panel-group .panel {
  border-radius:0;
  margin:0;
}
.panel-default > .panel-heading {
  background: #fff;
  color: #777777;
  border:none;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 0;
  padding: 0;
}

.panel-collapse{
  border-bottom:1px solid #eee;
}
.single-schedule .collapsed{
 /* background:#eeeeee;*/
}
.single-schedule-title a{
  /*padding:10px 0;*/
  padding-top: 2vh;
  display:block;
}
.single-schedule-title h5{
  line-height:30px;
  padding-left:30px;
  text-transform:uppercase;
  font-weight: 700;
    color: #958c8c;
    font-size: 14px;
}

.schedule-img img{
  width:100%;
}
.schedule-img{
  padding:30px 0 30px 30px;
}
.schedule-info{
  padding:30px 80px 30px 30px;
}
.schedule-info h5 span{
  color:#262626;
}
.schedule-info h5{
  text-transform:uppercase;
  color:#777;
}
.schedule-info h5 a{
  font-weight:900;
  color:#262626;
}
.schedule-info h5 a:hover{
  color:#7c4dff;
}
.schedule-info h5 small{
  text-transform:none;
  padding-left:30px;
  font-size:1em;
}
.schedule-date .nav-tabs li a:hover{
  background-color: #1b75bc;
}
/*<==================================================*/

/*================================================
About CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-area.bg-image {
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-content span {
  color: #1b75bc;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}

.about-content h2 {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.about-content h2 b {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0, 0, 0, 0)), color-stop(80%, #1b75bc));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #1b75bc 80%);
  font-weight: unset;
  background-size: 100px 1.05em !important;
}

.about-content .signature {
  margin-top: 35px;
  margin-bottom: 35px;
}

.about-content .btn-primary {
  margin-right: 8px;
}

.about-image .about-img1 {
  position: relative;
  right: -100px;
  top: -80px;
}

.about-image .about-img2 {
  position: absolute;
  left: 20px;
  bottom: -200px;
}

.about-image .shape-img {
  position: absolute;
  top: -28px;
  left: 48%;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}
@media only screen and (max-width: 767px){
  .about-image .shape-img {
    max-width: 14%;
  }
}

.about-image .btn {
  position: absolute;
  bottom: -20px;
  right: 0;
}

.about-area-two {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.about-area-two.bg-image {
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-area-two .about-image .about-img1 {
  position: relative;
  right: 0;
  top: 0;
  border: 1px solid #d9d9d9;
}

.about-area-two .about-image .btn {
  bottom: 0;
}

.about-area-two .about-content .signature {
  margin-bottom: 0;
}

.about-area-three {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.about-area-three.bg-image {
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-area-three .about-image .about-img1 {
  position: relative;
  right: 0;
  top: 0;
}

.about-area-three .about-image .btn {
  bottom: 0;
  left: 70px;
  right: auto;
}

.about-area-three .about-content .signature {
  margin-bottom: 0;
}

.about-area-three .about-content h6 {
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}

.about-area-three .about-content p {
  margin-bottom: 0;
}

.about-area-three .about-content ul {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
}

.about-area-three .about-content ul li {
  margin-bottom: 10px;
  color: #707070;
  padding-left: 20px;
  position: relative;
}

.about-area-three .about-content ul li i {
  color: #1b75bc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.about-area-three .about-content ul li:last-child {
  margin-bottom: 0;
}

/*================================================
Why Choose Us CSS
=================================================*/
.why-choose-us {
  position: relative;
  z-index: 1;
}

.why-choose-us::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #0d1028;
  opacity: .70;
}

.why-choose-us .slideshow {
  z-index: -1;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.why-choose-us .slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: imageAnimation 24s linear infinite 0s;
          animation: imageAnimation 24s linear infinite 0s;
}

.why-choose-us .slideshow li:nth-child(1) span {
  background-image: url(https://www.dsci.in/events/aiss-2020);
}

.why-choose-us .slideshow li:nth-child(2) span {
  background-image: url(https://www.dsci.in/events/aiss-2020);
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.why-choose-us .slideshow li:nth-child(3) span {
  background-image: url(https://www.dsci.in/events/aiss-2020);
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

.why-choose-us .slideshow li:nth-child(4) span {
  background-image: url(https://www.dsci.in/events/aiss-2020);
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}

.col-lg-3:first-child .single-box {
  border-left: none;
}

.single-box {
  position: relative;
  z-index: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  height: 450px;
}

.single-box .d-table-cell {
  vertical-align: bottom;
}

.single-box .content {
  position: absolute;
  padding-left: 25px;
  padding-right: 25px;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-box .content::before {
  content: '';
  position: absolute;
  bottom: 5px;
  width: 100%;
  max-width: 280px;
  text-align: center;
  height: 260px;
  left: 50%;
  margin-left: -155px;
  z-index: -1;
  border: 10px solid rgba(104, 89, 222, 0.03);
}

.single-box .content .icon {
  font-size: 45px;
  color: #1b75bc;
}

.single-box .content h3 {
  font-size: 26px;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-box .content p {
  color: #ffffff;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-box .content .btn {
  opacity: 0;
  visibility: hidden;
}

.single-box:hover .content, .single-box:focus .content {
  bottom: 35px;
}

.single-box:hover .content p, .single-box:focus .content p {
  margin-bottom: 25px;
}

.single-box:hover .content .btn, .single-box:focus .content .btn {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.no-cssanimations .slideshow li span {
  opacity: 1;
}

.why-choose-content {
  text-align: center;
  padding: 20px 25px;
  position: relative;
  z-index: 1;
}

.why-choose-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.why-choose-content p {
  margin-bottom: 0;
}

.why-choose-content a {
  color: #1b75bc;
  font-family: "Oswald", sans-serif;
  margin-top: 15px;
}

.why-choose-content a:hover, .why-choose-content a:focus {
  letter-spacing: 1px;
}

.why-choose-content span {
  font-size: 100px;
  font-weight: 700;
  color: #f2f2f2;
  line-height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  margin: -10px auto 0;
  z-index: -1;
  top: 0;
}

/*================================================
CTA CSS
=================================================*/
.cta-area {
  background-color: #1b75bc;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta-area span {
  display: block;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}

.cta-area h3 {
  color: #ffffff;
  font-size: 35px;
  margin-top: 15px;
  margin-bottom: 0;
}

/*================================================
Speakers CSS
=================================================*/
.single-speakers {
  overflow: hidden;
  position: relative;
}
/*.speakers-image{
  height: 45vh;
}*/

.single-speakers::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(58%, rgba(0, 0, 0, 0.3)), color-stop(89%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.63)));
  background: linear-gradient(transparent 0%, transparent 40%, rgba(0, 0, 0, 0.3) 58%, rgba(0, 0, 0, 0.8) 89%, rgba(0, 0, 0, 0.63) 100%);
  width: 100%;
  height: 100%;
}

.single-speakers .speakers-content {
  position: absolute;
  bottom: 35px;
  left: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-speakers .speakers-content h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.single-speakers .speakers-content h3 a {
  color: #1b75bc;
}

.single-speakers .speakers-content h3 a:hover, .single-speakers .speakers-content h3 a:focus {
  color: #8dc63f;
}

.single-speakers .speakers-content span {
  display: block;
  margin-top: 6px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-speakers ul {
  padding: 15px 20px 10px;
  margin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: -15px;
  top: 0;
  background-color: #ffffff;
}

.single-speakers ul li {
  display: block;
  margin-bottom: 5px;
}

.single-speakers ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #1b75bc;
  color: #ffffff;
  border-radius: 50%;
}

.single-speakers ul li a.facebook {
  background-color: #4267b2;
}

.single-speakers ul li a.twitter {
  background-color: #38A1F3;
}

.single-speakers ul li a.instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.single-speakers ul li a.linkedin {
  background-color: #0077B5;
}

.single-speakers ul li a:hover, .single-speakers ul li a:focus {
  background-color: #1b75bc;
  color: #ffffff;
}

.single-speakers:hover .speakers-content, .single-speakers:focus .speakers-content {
  bottom: 45px;
}

.single-speakers:hover ul, .single-speakers:focus ul {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*Speakers-Style-Two*/
.elkevent-single-speakers {
  overflow: hidden;
  position: relative;
}

.elkevent-single-speakers .speakers-content {
  position: absolute;
  bottom: -25px;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  padding: 25px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.elkevent-single-speakers .speakers-content h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.elkevent-single-speakers .speakers-content h3 a {
  color: #0d1028;
}

.elkevent-single-speakers .speakers-content h3 a:hover, .elkevent-single-speakers .speakers-content h3 a:focus {
  color: #1b75bc;
}

.elkevent-single-speakers .speakers-content span {
  display: block;
  margin-top: 8px;
  color: #1b75bc;
  font-family: "Oswald", sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.elkevent-single-speakers ul {
  padding: 15px 20px 10px;
  margin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: -15px;
  top: 0;
  background-color: #ffffff;
}

.elkevent-single-speakers ul li {
  display: block;
  margin-bottom: 5px;
}

.elkevent-single-speakers ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #1b75bc;
  color: #ffffff;
  border-radius: 50%;
}

.elkevent-single-speakers ul li a.facebook {
  background-color: #4267b2;
}

.elkevent-single-speakers ul li a.twitter {
  background-color: #38A1F3;
}

.elkevent-single-speakers ul li a.instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.elkevent-single-speakers ul li a.linkedin {
  background-color: #0077B5;
}

.elkevent-single-speakers ul li a:hover, .elkevent-single-speakers ul li a:focus {
  background-color: #1b75bc;
  color: #ffffff;
}

.elkevent-single-speakers img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.elkevent-single-speakers:hover .speakers-content, .elkevent-single-speakers:focus .speakers-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.elkevent-single-speakers:hover ul, .elkevent-single-speakers:focus ul {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.elkevent-single-speakers:hover img, .elkevent-single-speakers:focus img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.speakers-area-two {
  padding-bottom: 0px;
}

.single-speakers-box {
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}

.single-speakers-box .speakers-content {
  background: #ffffff;
  padding: 30px 0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-speakers-box .speakers-content::before {
  content: '';
  width: 0;
  height: 20px;
  color: #ffffff;
  background: #1b75bc;
  position: absolute;
  top: -20px;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-speakers-box .speakers-content h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.single-speakers-box .speakers-content h3 a {
  color: #0d1028;
}

.single-speakers-box .speakers-content span {
  display: block;
  text-transform: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Poppins", sans-serif;
  color: #1b75bc;
  font-size: 14px;
    line-height: 18px;
}

.single-speakers-box .speakers-content .social {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-speakers-box .speakers-content .social li {
  display: inline-block;
}

.single-speakers-box .speakers-content .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #a0a0a0;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.single-speakers-box .speakers-content .social li a:hover {
  color: #ffffff;
}

.single-speakers-box .speakers-content .social li a:hover::before {
  background: #00acee;
  color: #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.single-speakers-box .speakers-content .social li a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-speakers-box:hover {
  -webkit-box-shadow: 0 0 28px 0 rgba(6, 74, 255, 0.22);
          box-shadow: 0 0 28px 0 rgba(6, 74, 255, 0.22);
}

.single-speakers-box:hover::before, .single-speakers-box:hover::after {
  border-color: #1b75bc;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-speakers-box:hover .speakers-content {
  background: #1b75bc;
}

.single-speakers-box:hover .speakers-content::before {
  width: 100%;
}

.single-speakers-box:hover .speakers-content .social {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-speakers-box:hover .speakers-content h3 a, .single-speakers-box:hover .speakers-content span {
  color: #ffffff;
}

/*================================================
Schedule CSS
=================================================*/
.schedule-area {
  position: relative;
  z-index: 1;
}

.schedule-area.bg-image {
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.tab {
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(137, 173, 255, 0.35);
          box-shadow: 0 0 10px 0 rgba(137, 173, 255, 0.35);
  background-color: #ffffff;
}

.tabs {
  list-style-type: none;
  margin: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  padding: 0;
}

.tabs li {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #0d1028;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.tabs li::before {
  width: 30px;
  height: 30px;
  left: 0;
  bottom: -15px;
  position: absolute;
  background: #fec800;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tabs li a {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 25px 10px;
}

.tabs li a span {
  opacity: .8;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 5px;
}

.tabs li:nth-child(2) {
  background-color: #0d1028;
}

.tabs li:nth-child(3) {
  background-color: #0d1028;
}

.tabs li:nth-child(4) {
  background-color: #0d1028;
}

.tabs li.current {
  background-color: #fec800;
}

.tabs li.current::before {
  opacity: 1;
  visibility: visible;
}
.tabs li.current a {
  color: #0d1028;
}

.tab_content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  background-color: #F9F9FF;
}

.tab_content .tabs_item {
  display: none;
}

.tab_content .tabs_item:first-child {
  display: block;
}

.tab_content .tabs_item .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.tab_content .tabs_item .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #ffffff;
}

.tab_content .tabs_item .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .author {
  max-width: 100%;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .author img:nth-child(1) {border-radius: 50%;}
.tab_content .tabs_item .accordion .accordion-item .accordion-title .author img:nth-child(2) {border-radius: 50%;}
.tab_content .tabs_item .accordion .accordion-item .accordion-title .author img:nth-child(3) {border-radius: 50%;}
.tab_content .tabs_item .accordion .accordion-item .accordion-title .author img:nth-child(4) {border-radius: 50%;}
.tab_content .tabs_item .accordion .accordion-item .accordion-title .author img:nth-child(5) {border-radius: 50%;}
.tab_content .tabs_item .accordion .accordion-item .accordion-title .author img:nth-child(6) {border-radius: 50%;}
.tab_content .tabs_item .accordion .accordion-item .accordion-title .author img:nth-child(7) {border-radius: 50%;}
.tab_content .tabs_item .accordion .accordion-item .accordion-title .author img:nth-child(8) {border-radius: 50%;}
.tab_content .tabs_item .accordion .accordion-item .accordion-title .author img:nth-child(9) {border-radius: 50%;}
.tab_content .tabs_item .accordion .accordion-item .accordion-title .author img:nth-child(10) {border-radius: 50%;}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .author-multi {overflow: hidden;}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .author-multi img {
  max-width: 40px;
  border-radius: 50%;
  margin-bottom: 0.2rem;
  margin-right: 5px;
  margin-left: 0px;
  margin-top: 0.2rem;
  float: left;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .schedule-info {
	width: 100%;
}
.tab_content .tabs_item .accordion .accordion-item .accordion-title .schedule-info:not(:first-child) {
	margin-top: 20px;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .schedule-info h3 {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  font-family: "Oswald", sans-serif;
  margin-bottom: 5px;
}
.tab_content .tabs_item .accordion .accordion-item .accordion-title .schedule-info p {
  font-size: 12px;
  font-weight: 300;
  color: #333;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  margin-top: -5px;
  letter-spacing: 0.03em;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .schedule-info ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .schedule-info ul li {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  color: #AAAAAA;
  margin-right: 12px !important;
  font-size: 12px;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .schedule-info ul li i {
  margin-right: 3px;
  color: #1b75bc;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .schedule-info ul li:last-child {
  margin-right: 0;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .schedule-info ul li span {
  color: #00acee;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-content {
  margin-top: 10px;
  display: none;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-content p {
  font-size: 16px;
  margin-bottom: 20px;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-content ul {
  font-size: 13px;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-content .location {
  font-family: "Oswald", sans-serif;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-content .location b {
  color: #1b75bc;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-content .location span {
  color: #00acee;
}

.btn-box {
  text-align: center;
  margin-top: 50px;
}

.btn-box .btn {
  margin: 0 3px;
}

.schedule-slides-item .single-schedule {
  position: relative;
  background: #ffffff;
  text-align: center;
  padding: 0 0 0 200px;
}

.schedule-slides-item .single-schedule .schedule-date {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  background: #1b75bc;
  text-transform: uppercase;
  padding: 25px 40px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 200px;
}

.schedule-slides-item .single-schedule .schedule-date span {
  opacity: .8;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 5px;
}

.schedule-slides-item .single-schedule .schedule-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  border-bottom: 1px solid #eeeeee;
  padding: 20px;
  text-align: left;
}

.schedule-slides-item .single-schedule .schedule-content .author {
  max-width: 100px;
  margin-right: 25px;
}

.schedule-slides-item .single-schedule .schedule-content .author img:nth-child(1) {
  -webkit-clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
          clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
}

.schedule-slides-item .single-schedule .schedule-content .author img:nth-child(2) {
  -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
          clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.schedule-slides-item .single-schedule .schedule-content .author img:nth-child(3) {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.schedule-slides-item .single-schedule .schedule-content .author img:nth-child(4) {
  border-radius: 50%;
}

.schedule-slides-item .single-schedule .schedule-content .author img:nth-child(5) {
  -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
          clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.schedule-slides-item .single-schedule .schedule-content .author img:nth-child(6) {
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.schedule-slides-item .single-schedule .schedule-content .author img:nth-child(7) {
  -webkit-clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
          clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

.schedule-slides-item .single-schedule .schedule-content .author img:nth-child(8) {
  -webkit-clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
          clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
}

.schedule-slides-item .single-schedule .schedule-content .author img:nth-child(9) {
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}

.schedule-slides-item .single-schedule .schedule-content .author img:nth-child(10) {
  -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
          clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.schedule-slides-item .single-schedule .schedule-content .author-multi {
  overflow: hidden;
}

.schedule-slides-item .single-schedule .schedule-content .author-multi img {
  width: 47%;
  border-radius: 50%;
  margin-bottom: .4rem;
  margin-right: 3%;
  float: left;
}

.schedule-slides-item .single-schedule .schedule-content .schedule-info h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.schedule-slides-item .single-schedule .schedule-content .schedule-info h3 a {
  color: #0d1028;
}

.schedule-slides-item .single-schedule .schedule-content .schedule-info h3 a:hover, .schedule-slides-item .single-schedule .schedule-content .schedule-info h3 a:focus {
  color: #1b75bc;
}

.schedule-slides-item .single-schedule .schedule-content .schedule-info ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.schedule-slides-item .single-schedule .schedule-content .schedule-info ul li {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: #707070;
  margin-right: 12px;
}

.schedule-slides-item .single-schedule .schedule-content .schedule-info ul li i {
  margin-right: 3px;
  color: #1b75bc;
}

.schedule-slides-item .single-schedule .schedule-content .schedule-info ul li:last-child {
  margin-right: 0;
}

.schedule-slides-item .single-schedule .schedule-content .schedule-info ul li a {
  display: inline-block;
  color: #00acee;
}

.schedule-slides-item .single-schedule .schedule-content .schedule-info ul li a:hover, .schedule-slides-item .single-schedule .schedule-content .schedule-info ul li a:focus {
  color: #1b75bc;
}

.schedule-slides-item .single-schedule:nth-child(2) .schedule-date {
  background: #00acee;
}

.schedule-slides-item .single-schedule:nth-child(3) .schedule-date {
  background: #efa506;
}

.schedule-slides-item .single-schedule:nth-child(4) .schedule-date {
  background: #8dc63f;
}

.schedule-slides-item .single-schedule:nth-child(5) .schedule-date {
  background: #00acee;
}

.schedule-slides-item .single-schedule:nth-child(6) .schedule-date {
  background: #efa506;
}

.schedule-slides-item .single-schedule:nth-child(7) .schedule-date {
  background: #8dc63f;
}

.schedule-slides.owl-theme .owl-nav {
  margin-top: 0;
  line-height: .01;
}

.schedule-slides.owl-theme .owl-nav [class*=owl-] {
  color: #0d1028;
  font-size: 25px;
  margin: 0;
  background: transparent;
  border-radius: 0;
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.schedule-slides.owl-theme .owl-nav [class*=owl-]:hover, .schedule-slides.owl-theme .owl-nav [class*=owl-]:focus {
  color: #1b75bc;
}

.schedule-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -25px;
}

.schedule-style-three {padding-bottom: 90px;}
.schedule-style-three .col-lg-6:nth-child(2) .single-schedule-item .schedule-date {background-color: #00acee;}
.schedule-style-three .col-lg-6:nth-child(3) .single-schedule-item .schedule-date {background-color: #efa506;}
.schedule-style-three .col-lg-6:nth-child(4) .single-schedule-item .schedule-date {background-color: #8dc63f;}
.schedule-style-three .col-lg-6:nth-child(5) .single-schedule-item .schedule-date {background-color: #00acee;}
.schedule-style-three .col-lg-6:nth-child(6) .single-schedule-item .schedule-date {background-color: #efa506;}
.schedule-style-three .col-lg-6:nth-child(7) .single-schedule-item .schedule-date {background-color: #8dc63f;}

.single-schedule-item {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}

.single-schedule-item .schedule-date {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  background: #1b75bc;
  text-transform: uppercase;
  padding: 20px;
}

.single-schedule-item .schedule-date span {
  opacity: .8;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 5px;
}

.single-schedule-item .schedule-item-wrapper .schedule-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  border-bottom: 1px solid #eeeeee;
  padding: 20px;
  text-align: left;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author {
  max-width: 90px;
  margin-right: 20px;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author img:nth-child(1) {
  -webkit-clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
          clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author img:nth-child(2) {
  -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
          clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author img:nth-child(3) {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author img:nth-child(4) {
  border-radius: 50%;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author img:nth-child(5) {
  -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
          clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author img:nth-child(6) {
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author img:nth-child(7) {
  -webkit-clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
          clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author img:nth-child(8) {
  -webkit-clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
          clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author img:nth-child(9) {
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author img:nth-child(10) {
  -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
          clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author-multi {
  overflow: hidden;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author-multi img {
  width: 47%;
  border-radius: 50%;
  margin-bottom: .4rem;
  margin-right: 3%;
  float: left;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info h3 a {
  color: #0d1028;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info h3 a:hover, .single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info h3 a:focus {
  color: #1b75bc;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info ul li {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: #707070;
  margin-right: 12px;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info ul li i {
  margin-right: 3px;
  color: #1b75bc;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info ul li:last-child {
  margin-right: 0;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info ul li a {
  display: inline-block;
  color: #00acee;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info ul li a:hover, .single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info ul li a:focus {
  color: #1b75bc;
}

.single-schedule-item .schedule-item-wrapper .schedule-content:last-child {
  border-bottom: none;
}

.schedule-style-four .tab {
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.schedule-style-four .tabs {
  display: block;
}

.schedule-style-four .tabs li::before {
  right: -15px;
  bottom: 37%;
  margin: 0 0 0;
  left: auto;
}

.schedule-style-four .tab_content {
  -webkit-box-shadow: 0 0 10px 0 rgba(137, 173, 255, 0.35);
          box-shadow: 0 0 10px 0 rgba(137, 173, 255, 0.35);
}

/*================================================
FunFacts CSS
=================================================*/
.funfacts-area {
  position: relative;
  z-index: 1;
  background-image: url(https://www.dsci.in/events/aiss-2020);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.funfacts-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #0d1028;
  opacity: .88;
}

.single-funfact {
  text-align: center;
}

.single-funfact .icon {
  color: #ffffff;
  font-size: 40px;
}

.single-funfact h3 {
  color: #ffffff;
  font-size: 55px;
  margin-top: 10px;
  margin-bottom: 8px;
}

.single-funfact p {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
}

.funFact {
  position: relative;
  padding-left: 60px;
}

.funFact .icon {
  color: #ffffff;
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.funFact h3 {
  color: #ffffff;
  font-size: 55px;
  margin-top: 0;
  margin-bottom: 8px;
}

.funFact p {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
}

.col-lg-3:nth-child(1) .single-funfact h3, .col-lg-3:nth-child(1) .funFact h3 {
  color: #1b75bc;
}

.col-lg-3:nth-child(2) .single-funfact h3, .col-lg-3:nth-child(2) .funFact h3 {
  color: #00acee;
}

.col-lg-3:nth-child(3) .single-funfact h3, .col-lg-3:nth-child(3) .funFact h3 {
  color: #efa506;
}

.col-lg-3:nth-child(4) .single-funfact h3, .col-lg-3:nth-child(4) .funFact h3 {
  color: #8dc63f;
}

/*================================================
Pricing CSS
=================================================*/
#registrations {
 /* background-image: url(../img/background-registration-2.png);*/
  background-color: blue;
  background-image: linear-gradient(to right,#007bff, #ef7c06);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  padding-top: 8vh;
  padding-bottom: 8vh;
  margin-top: 10vh;
}
#registrations .register-btn {
  background-color: #ffffff;
  padding: 16px 32px;
  color: #1e1e1e;
  box-shadow: 10px 10px 0px rgba(0,0,0,0.5);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin:0px auto;
}
.btn-primary::before, .btn-primary::after {
    content: '';
    position: absolute;
    top: 0;
    width: 51%;
    background: #259aff;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    }
@media only screen and (max-width: 767px){
#registrations {
  margin-top: 80vh;
}
}

.pricing-area {
  position: relative;
  z-index: 1;
}

.pricing-area.bg-image {
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pricing-table-box {
  padding-bottom: 30px;
  background: #ffffff;
  text-align: center;
  z-index: 1;
  position: relative;
  border-radius: 5px;
  background-image: url(../img/patt.png);
  background-position: center center;
  overflow: hidden;
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 20px;
}
@media (min-width:1024px){

 
	.pricing-table-box {min-height: 470px;}
}

.pricing-table-box .pricingTable-header {
  padding: 15px 15px 15px;
  background: #1b75bc;
  -webkit-clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
          clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
  position: relative;
}

.pricing-table-box .pricingTable-header::before {
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  right: -50%;
  top: -130%;
  background: repeating-radial-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.17) 20%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pricing-table-box .title {
  font-size: 20px !important;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.pricing-table-box .price-value {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.pricing-table-box .price-value sup {
  font-size: 23px;
  top: -12px;
  font-family:Arial;
}

.pricing-table-box .pricing-content {
  padding: 20px;
  margin-bottom: 0;
  list-style-type: none;
}

.pricing-table-box .pricing-content li {
  color: #707070;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 12px;
  padding-bottom: 12px;
  text-align: justify;
  font-size: 12px;
}

.pricing-table-box .pricing-content li:last-child {
  margin-bottom: 0;
}

.pricing-table-box:hover, .pricing-table-box:focus, .pricing-table-box.active {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.pricing-table-box:hover .pricingTable-header::before, .pricing-table-box:focus .pricingTable-header::before, .pricing-table-box.active .pricingTable-header::before {
  right: 50%;
}

.pricing-plan {
  position: relative;
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  text-align: center;
  padding-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
}

.pricing-plan h3 {
  font-size: 24px;
  padding: 30px 15px;
  margin-bottom: 100px;
  background-color: #1b75bc;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pricing-plan h3 span {
  display: block;
  color: #1b75bc;
  background: #ffffff;
  height: 150px;
  width: 150px;
  line-height: 155px;
  font-size: 35px;
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  margin: 30px auto -95px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pricing-plan .pricing-content {
  padding: 0 0 35px;
  margin-bottom: 0;
  list-style-type: none;
}

.pricing-plan .pricing-content li {
  color: #707070;
  text-transform: capitalize;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.pricing-plan .pricing-content li:last-child {
  margin-bottom: 0;
}

.pricing-plan .pricing-content li:first-child {
  border-top: 1px solid #eeeeee;
  padding-top: 12px;
}

.pricing-plan:hover, .pricing-plan:focus {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.col-lg-4:nth-child(2) .pricing-table-box .pricingTable-header {
  background: #00acee;
}

.col-lg-4:nth-child(2) .pricing-table-box .btn-primary::before, .col-lg-4:nth-child(2) .pricing-table-box .btn-primary::after {
  background: #00acee;
}

.col-lg-4:nth-child(2) .pricing-plan h3 {
  background: #00acee;
}

.col-lg-4:nth-child(2) .pricing-plan h3 span {
  color: #00acee;
}

.col-lg-4:nth-child(2) .pricing-plan .btn-primary::before, .col-lg-4:nth-child(2) .pricing-plan .btn-primary::after {
  background: #00acee;
}

.col-lg-4:nth-child(3) .pricing-table-box .pricingTable-header {
  background: #8dc63f;
}

.col-lg-4:nth-child(3) .pricing-table-box .btn-primary::before, .col-lg-4:nth-child(3) .pricing-table-box .btn-primary::after {
  background: #8dc63f;
}

.col-lg-4:nth-child(3) .pricing-plan h3 {
  background: #8dc63f;
}

.col-lg-4:nth-child(3) .pricing-plan h3 span {
  color: #8dc63f;
}

.col-lg-4:nth-child(3) .pricing-plan .btn-primary::before, .col-lg-4:nth-child(3) .pricing-plan .btn-primary::after {
  background: #8dc63f;
}

/*================================================
Partner CSS
=================================================*/
.partner-area {
  overflow: hidden;
}

.partner-area .partner-title {
  text-align: center;
  margin-bottom: 50px;
}

.partner-area .partner-title h3 {
  font-size: 24px;
  font-weight: 900;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0;
  color: #1b75bc;
  text-transform: uppercase;
}

.partner-area .partner-title.gold-sponsor h3 {
  color: #8dc63f;
}

.partner-area .partner-item {
  text-align: center;
}

.partner-area .partner-item a {
  position: relative;
}

.partner-area .partner-item a img {
  width: unset !important;
  display: inline-block !important;
}

.partner-area .partner-item a img:last-child {
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.partner-area .partner-item:hover a img:last-child {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.partner-area .border {
  border: .3px solid #eeeeee !important;
  margin-top: 40px;
  margin-bottom: 40px;
}

/*================================================
Blog CSS
=================================================*/
.blog-area {
  position: relative;
  z-index: 1;
}

.blog-area.bg-image {
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.single-blog-post {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
}

.single-blog-post .blog-image {
  position: relative;
  overflow: hidden;
}

.single-blog-post .blog-image a {
  display: block;
}

.single-blog-post .blog-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .blog-image .post-tag {
  position: absolute;
  right: 0;
  top: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .blog-image .post-tag a {
  background: #1b75bc;
  color: #ffffff;
  padding: 9px 28px;
}

.single-blog-post .blog-post-content {
  padding: 25px;
}

.single-blog-post .blog-post-content .date {
  color: #8dc63f;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .blog-post-content h3 {
  margin-top: 13px;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 22px;
}

.single-blog-post .blog-post-content h3 a {
  color: #0d1028;
}

.single-blog-post .blog-post-content h3 a:hover, .single-blog-post .blog-post-content h3 a:focus {
  color: #1b75bc;
}

.single-blog-post .blog-post-content p {
  margin-bottom: 15px;
}

.single-blog-post .read-more-btn {
  position: relative;
  font-weight: 500;
  color: #1b75bc;
}

.single-blog-post .read-more-btn:hover {
  color: #00acee;
  letter-spacing: 1px;
}

.single-blog-post:hover .blog-image a img, .single-blog-post:focus .blog-image a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-blog-post:hover .blog-image .post-tag, .single-blog-post:focus .blog-image .post-tag {
  top: 70px;
}

.single-blog-post:hover .blog-image .post-tag a, .single-blog-post:focus .blog-image .post-tag a {
  background: #8dc63f;
  color: #ffffff;
}

.blog-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 25px;
  line-height: .01;
}

.blog-section {
  padding-bottom: 90px;
}

.single-blog-card {
  position: relative;
  margin-bottom: 30px;
}

.single-blog-card::before {
  opacity: .60;
  background: #0d1028;
  content: "";
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  position: absolute;
  width: 100%;
}

.single-blog-card .post-tag {
  position: absolute;
  right: 0;
  top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

.single-blog-card .post-tag a {
  background: #1b75bc;
  color: #ffffff;
  padding: 9px 28px;
}

.single-blog-card .blog-post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

.single-blog-card .blog-post-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 28px;
}

.single-blog-card .blog-post-content h3 a {
  color: #ffffff;
}

.single-blog-card .blog-post-content h3 a:hover, .single-blog-card .blog-post-content h3 a:focus {
  color: #1b75bc;
}

.single-blog-card .blog-post-content p {
  color: #ffffff;
  opacity: .77;
}

.single-blog-card .blog-post-content .read-more-btn {
  position: relative;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  color: #1b75bc;
}

.single-blog-card .blog-post-content .read-more-btn:hover {
  color: #00acee;
  letter-spacing: 1px;
}

.single-blog-card:hover .post-tag, .single-blog-card:focus .post-tag {
  top: 40px;
}

.single-blog-card:hover .post-tag a, .single-blog-card:focus .post-tag a {
  background: #8dc63f;
  color: #ffffff;
}

.single-blog-card:hover .blog-post-content, .single-blog-card:focus .blog-post-content {
  padding-bottom: 30px;
}

.single-blog-card:hover .blog-post-content .read-more-btn, .single-blog-card:focus .blog-post-content .read-more-btn {
  opacity: 1;
  visibility: visible;
}

/*================================================
Buy Tickets CSS
=================================================*/
.buy-tickets-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/social-banner-2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.buy-tickets-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #0d1028;
  opacity: 0;
}

.buy-tickets-area.ptb-120 {
  padding-bottom: 150px;
}

.buy-tickets {
  text-align: center;
}

.buy-tickets .section-title {
  text-align: center;
}

.buy-tickets .section-title .bar {
  margin-left: auto;
  margin-right: auto;
}

.buy-tickets .section-title .bar::after {
  width: 30px;
  right: 25px;
}

.buy-tickets .section-title .bar::before {
  right: -35px;
}

.buy-tickets .section-title h2 {
  color: #ffffff;
}

/*================================================
Subscribe CSS
=================================================*/
.subscribe-area {
  text-align: center;
  position: relative;
  margin-top: -80px;
  z-index: 2;
}

.subscribe-area::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72%;
  background: #1e1e1e;
  content: '';
  z-index: -1;
}

.subscribe-area .subscribe-inner {
  padding: 50px;
  -webkit-transform: unset !important;
          transform: unset !important;
  background-image: url(../img/color-bg.jpg);
  background-repeat: no-repeat;
	background-size: contain;
}

.subscribe-area .subscribe-inner span {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

.subscribe-area .subscribe-inner h2 {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}

.subscribe-area .subscribe-inner .newsletter-form {
  max-width: 650px;
  position: relative;
  margin: 35px auto 0;
}

.subscribe-area .subscribe-inner .newsletter-form .form-control {
  border: none;
  height: 60px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
          box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
}

.subscribe-area .subscribe-inner .newsletter-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  height: 60px;
}

.subscribe-area .subscribe-inner .newsletter-form .btn:after, .subscribe-area .subscribe-inner .newsletter-form .btn::before {
  background: #00acee;
}

/*================================================
Page Title CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 250px;
  padding-bottom: 180px;
}

.page-title-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #0d1028;
  opacity: .88;
}

.page-title-area h1 {
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 40px;
}

.page-title-area span {
  display: block;
  color: #1b75bc;
  margin-top: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
}

.page-title-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.page-title-area ul li {
  display: inline-block;
  position: relative;
  color: #1b75bc;
  font-size: 17px;
  margin: 0 8px;
}

.page-title-area ul li a {
  color: #ffffff;
}

.page-title-area ul li a:hover, .page-title-area ul li a:focus {
  color: #00acee;
}

.page-title-area ul li::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  width: 2px;
  height: 15px;
  background: #efa506;
  margin-top: -9px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.page-title-area ul li:first-child {
  margin-left: 0;
}

.page-title-area ul li:first-child::before {
  display: none;
}

.page-title-area ul li:last-child {
  margin-right: 0;
}

/*================================================
Login CSS
=================================================*/
.login-area {
  height: 100vh;
  position: relative;
  z-index: 1;
  background-image: url(https://www.dsci.in/events/aiss-2020);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #1b75bc;
  opacity: .77;
}

.login-area .login-form {
  max-width: 540px;
  background: #ffffff;
  margin: 0 auto;
}

.login-area .login-form h3 {
  background: #00acee;
  padding: 30px 0 25px;
  font-size: 24px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.login-area .login-form form {
  padding: 35px;
}

.login-area .login-form form label {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}

.login-area .login-form form .form-control {
  background: transparent;
  font-size: 13px;
}

.login-area .login-form .btn {
  display: block;
  width: 100%;
}

.login-area .login-form p {
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 20px;
}

.login-area .login-form p a {
  color: #0d1028;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}

.login-area .login-form p a:hover, .login-area .login-form p a:focus {
  color: #1b75bc;
}

.login-area .login-form p a.pull-left {
  float: left;
}

.login-area .login-form p a.pull-right {
  float: right;
}

/*================================================
Signup CSS
=================================================*/
.signup-area {
  height: 100vh;
  position: relative;
  z-index: 1;
  background-image: url(https://www.dsci.in/events/aiss-2020);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.signup-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #1b75bc;
  opacity: .77;
}

.signup-area .signup-form {
  max-width: 540px;
  background: #ffffff;
  margin: 0 auto;
}

.signup-area .signup-form h3 {
  background: #00acee;
  padding: 30px 0 25px;
  font-size: 24px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.signup-area .signup-form form {
  padding: 35px;
}

.signup-area .signup-form form label {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}

.signup-area .signup-form form .form-control {
  background: transparent;
  font-size: 13px;
}

.signup-area .signup-form .btn {
  display: block;
  width: 100%;
}

.signup-area .signup-form p {
  text-align: center;
  color: #0d1028;
  margin-bottom: 0;
  margin-top: 20px;
}

.signup-area .signup-form p a {
  color: #0d1028;
  display: inline-block;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}

.signup-area .signup-form p a:hover, .signup-area .signup-form p a:focus {
  color: #1b75bc;
}

/*================================================
404 Error CSS
=================================================*/
.error-area {
  background-color: #f1f1f1;
  padding: 30px 15px;
  height: 100vh;
  text-align: center;
}

.error-area h1 {
  font-size: 150px;
  font-weight: bold;
  line-height: 110px;
  margin: 0;
  color: #1b75bc;
}

.error-area h1 span {
  color: #efa506;
}

.error-area h1 b {
  font-weight: unset;
  color: #8dc63f;
}

.error-area h3 {
  margin: 35px 0 15px;
}

.error-area p {
  margin: 10px 0 20px;
}

/*================================================
FAQ CSS
=================================================*/
.faq-accordion {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  background: #ffffff;
  border-radius: 10px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 5px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  display: block;
  padding: 15px 20px 15px 55px;
  text-decoration: none;
  color: #0d1028;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #ffffff;
}

.faq-accordion .accordion .accordion-title span {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #1b75bc;
  color: #ffffff;
}

.faq-accordion .accordion .accordion-title span i {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -8px;
}

.faq-accordion .accordion .accordion-title.active {
  border-bottom-color: #e1e1e1;
}

.faq-accordion .accordion .accordion-title.active span i::before {
  content: "\ef9a";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 25px;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-contact {
  margin-top: 45px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  text-align: center;
  border-radius: 4px;
}

.faq-contact h3 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 35px;
}

/*================================================
Coming Soon CSS
=================================================*/
.coming-soon {
  position: relative;
  z-index: 1;
  height: 100vh;
  text-align: center;
  background-image: url(https://www.dsci.in/events/aiss-2020);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.coming-soon::before {
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0d1028;
  opacity: .66;
  position: absolute;
  content: '';
}

.coming-soon .coming-soon-content {
  max-width: 650px;
  margin: 0 auto;
}

.coming-soon .coming-soon-content h1 {
  color: #ffffff;
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 57px;
}

.coming-soon .coming-soon-content p {
  color: #c7c3c7;
  margin-top: 20px;
  margin-bottom: 35px;
}

.coming-soon .coming-soon-content form {
  position: relative;
}

.coming-soon .coming-soon-content form .form-control {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  height: 55px;
}

.coming-soon .coming-soon-content form .form-control:focus, .coming-soon .coming-soon-content form .form-control:hover {
  border-color: #1b75bc;
}

.coming-soon .coming-soon-content form .form-control::-webkit-input-placeholder {
  color: #c7c3c7;
}

.coming-soon .coming-soon-content form .form-control:-ms-input-placeholder {
  color: #c7c3c7;
}

.coming-soon .coming-soon-content form .form-control::-ms-input-placeholder {
  color: #c7c3c7;
}

.coming-soon .coming-soon-content form .form-control::placeholder {
  color: #c7c3c7;
}

.coming-soon .coming-soon-content form button {
  position: absolute;
  right: -1px;
  height: 100%;
  background: #1b75bc;
  top: 0;
  color: #ffffff;
  border: none;
  width: 130px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0 50px 50px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0 !important;
  border: none;
}

.coming-soon .coming-soon-content form button:hover, .coming-soon .coming-soon-content form button:focus {
  background: #00acee;
}

.coming-soon .coming-soon-content #timer {
  margin-bottom: 35px;
}

.coming-soon .coming-soon-content #timer div {
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  width: 135px;
  height: 135px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  padding-top: 34px;
  line-height: 40px;
  margin: 0 5px;
}

.coming-soon .coming-soon-content #timer span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
  margin-top: 30px;
}

.pagination-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.pagination-area ul li a {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 5px;
  background-color: #ffffff;
  border-radius: 0 !important;
  text-align: center;
  line-height: 40px;
  color: #0d1028;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  border: none;
}

.pagination-area ul li a.active, .pagination-area ul li a:hover, .pagination-area ul li a:focus {
  background: #1b75bc;
  color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details .post-image {
  margin-bottom: 35px;
}

.blog-details h3 {
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.blog-details .blog-meta ul {
  padding: 0;
  margin: 20px 0;
  list-style-type: none;
}

.blog-details .blog-meta ul li {
  display: inline-block;
  position: relative;
  color: #707070;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  margin-left: 9px;
  margin-right: 9px;
}

.blog-details .blog-meta ul li i {
  margin-right: 4px;
  color: #1b75bc;
}

.blog-details .blog-meta ul li::before {
  width: 2px;
  height: 14px;
  background: #707070;
  left: -10px;
  top: 50%;
  position: absolute;
  content: '';
  margin-top: -6px;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
}

.blog-details .blog-meta ul li a {
  display: inline-block;
  color: #707070;
}

.blog-details .blog-meta ul li a:hover, .blog-details .blog-meta ul li a:focus {
  color: #00acee;
}

.blog-details .blog-meta ul li:last-child {
  margin-right: 0;
}

.blog-details .blog-meta ul li:first-child {
  margin-left: 0;
}

.blog-details .blog-meta ul li:first-child::before {
  display: none;
}

.blog-details p {
  margin-top: 15px;
  margin-bottom: 0;
}

.blog-details p:last-child {
  margin-bottom: 0;
}

.blog-details blockquote, .blog-details .blockquote {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 35px 20px 35px 100px;
  position: relative;
  border-left: 5px solid #00acee;
  margin-top: 25px;
  margin-bottom: 25px;
}

.blog-details blockquote::before, .blog-details .blockquote::before {
  font-family: IcoFont !important;
  position: absolute;
  content: "\efcd";
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 55px;
  color: #1b75bc;
}

.blog-details blockquote p, .blog-details .blockquote p {
  color: #0d1028;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin: 0;
}

.post-tag-media {
  background-color: #f5f7fb;
  padding: 20px;
  margin-top: 25px;
  margin-bottom: 35px;
}

.post-tag-media ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.post-tag-media ul li {
  display: inline-block;
}

.post-tag-media ul li span {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin-right: 5px;
  display: inline-block;
}

.post-tag-media ul li a {
  color: #707070;
  margin-right: 4px;
}

.post-tag-media ul li a:hover, .post-tag-media ul li a:focus {
  color: #1b75bc;
}

.post-tag-media ul.social-share {
  text-align: right;
}

.comments-area .comments-title, .comments-area .comment-reply-title {
  font-size: 22px;
  margin-bottom: 25px;
}

.comments-area .comment-reply-title {
  margin-bottom: 8px;
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area ol li ol li, .comments-area ol li ul li, .comments-area ul li ol li, .comments-area ul li ul li {
  margin-top: 15px;
  margin-left: 35px;
  margin-bottom: 15px;
}

.comments-area ol li .comment-body, .comments-area ul li .comment-body {
  background: #f7f7ff;
  padding: 25px 20px;
  position: relative;
}

.comments-area ol li .comment-body .comment-meta, .comments-area ul li .comment-body .comment-meta {
  position: relative;
  padding-left: 85px;
  padding-top: 8px;
}

.comments-area ol li .comment-body .comment-meta .comment-author img, .comments-area ul li .comment-body .comment-meta .comment-author img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  max-width: 68px;
}

.comments-area ol li .comment-body .comment-meta .comment-author .fn, .comments-area ul li .comment-body .comment-meta .comment-author .fn {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.comments-area ol li .comment-body .comment-meta .comment-author .says, .comments-area ul li .comment-body .comment-meta .comment-author .says {
  display: none;
}

.comments-area ol li .comment-body .comment-meta .comment-metadata a, .comments-area ul li .comment-body .comment-meta .comment-metadata a {
  display: inline-block;
  color: #707070;
  font-size: 14px;
}

.comments-area ol li .comment-body .comment-meta .comment-metadata a:hover, .comments-area ol li .comment-body .comment-meta .comment-metadata a:focus, .comments-area ul li .comment-body .comment-meta .comment-metadata a:hover, .comments-area ul li .comment-body .comment-meta .comment-metadata a:focus {
  color: #1b75bc;
}

.comments-area ol li .comment-body .comment-content, .comments-area ul li .comment-body .comment-content {
  margin-top: 25px;
}

.comments-area ol li .comment-body .reply, .comments-area ul li .comment-body .reply {
  position: absolute;
  right: 30px;
  top: 30px;
}

.comments-area ol li .comment-body .reply a, .comments-area ul li .comment-body .reply a {
  display: inline-block;
  background: #0d1028;
  padding: 5px 15px;
  color: #ffffff;
}

.comments-area ol li .comment-body .reply a:hover, .comments-area ol li .comment-body .reply a:focus, .comments-area ul li .comment-body .reply a:hover, .comments-area ul li .comment-body .reply a:focus {
  background: #1b75bc;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-notes {
  font-size: 14px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-comment input, .comments-area .comment-respond .comment-form-comment textarea, .comments-area .comment-respond .comment-form-author input, .comments-area .comment-respond .comment-form-author textarea, .comments-area .comment-respond .comment-form-email input, .comments-area .comment-respond .comment-form-email textarea, .comments-area .comment-respond .comment-form-url input, .comments-area .comment-respond .comment-form-url textarea {
  display: block;
  width: 100%;
  height: 45px;
  outline: 0 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  border: 1px solid #eeeeee;
  padding: 15px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comments-area .comment-respond .comment-form-comment input:focus, .comments-area .comment-respond .comment-form-comment textarea:focus, .comments-area .comment-respond .comment-form-author input:focus, .comments-area .comment-respond .comment-form-author textarea:focus, .comments-area .comment-respond .comment-form-email input:focus, .comments-area .comment-respond .comment-form-email textarea:focus, .comments-area .comment-respond .comment-form-url input:focus, .comments-area .comment-respond .comment-form-url textarea:focus {
  border-color: #1b75bc;
}

.comments-area .comment-respond .comment-form-comment textarea, .comments-area .comment-respond .comment-form-author textarea, .comments-area .comment-respond .comment-form-email textarea, .comments-area .comment-respond .comment-form-url textarea {
  height: auto;
}

.comments-area .comment-respond .form-submit input {
  display: inline-block;
  background: #1b75bc;
  border: none;
  color: #ffffff;
  padding: 8px 30px;
  text-transform: uppercase;
  font-weight: 600;
  outline: 0 !important;
  margin-top: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  background: #0d1028;
  -webkit-box-shadow: 0 13px 27px 0 rgba(255, 82, 2, 0.11);
          box-shadow: 0 13px 27px 0 rgba(255, 82, 2, 0.11);
}

/*================================================
Sidebar CSS
=================================================*/
.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget .widget-title {
  font-size: 22px;
  margin-bottom: 25px;
  position: relative;
}

.sidebar .widget .widget-title::before {
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  background: #1b75bc;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget:hover .widget-title::before, .sidebar .widget:focus .widget-title::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sidebar .widget.widget_search {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  padding: 15px;
}

.sidebar .widget.widget_search form {
  position: relative;
}

.sidebar .widget.widget_search form .form-control {
  background: transparent;
}

.sidebar .widget.widget_search form button {
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  border: none;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background: transparent;
  color: #1b75bc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget.widget_search form button:hover, .sidebar .widget.widget_search form button:focus {
  color: #00acee;
}

.sidebar .widget.widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .widget.widget_categories ul li {
  position: relative;
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
}

.sidebar .widget.widget_categories ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #1b75bc;
  margin-top: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget.widget_categories ul li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.sidebar .widget.widget_categories ul li a {
  color: #707070;
}

.sidebar .widget.widget_categories ul li a:hover {
  color: #1b75bc;
}

.sidebar .widget.widget_categories ul li:hover::before {
  border-radius: 50%;
}

.sidebar .widget.widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .widget.widget_recent_entries ul li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 15px;
}

.sidebar .widget.widget_recent_entries ul li a {
  display: block;
}

.sidebar .widget.widget_recent_entries ul li a img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 85px;
  height: 65px;
}

.sidebar .widget.widget_recent_entries ul li h5 {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 2px;
}

.sidebar .widget.widget_recent_entries ul li h5 a {
  color: #0d1028;
  display: inline-block;
}

.sidebar .widget.widget_recent_entries ul li h5 a:hover, .sidebar .widget.widget_recent_entries ul li h5 a:focus {
  color: #1b75bc;
}

.sidebar .widget.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget.widget_tag_cloud .tagcloud a {
  font-size: 15px !important;
  border: 1px dashed #eeeeee;
  padding: 7px 20px;
  margin-top: 6px;
  color: #707070;
  display: inline-block;
}

.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  background: #1b75bc;
  color: #ffffff;
  border-color: #1b75bc;
}

.sidebar .widget.widget_archive ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .widget.widget_archive ul li {
  position: relative;
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
}

.sidebar .widget.widget_archive ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #1b75bc;
  margin-top: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget.widget_archive ul li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.sidebar .widget.widget_archive ul li a {
  color: #707070;
  display: inline-block;
}

.sidebar .widget.widget_archive ul li a:hover {
  color: #1b75bc;
}

.sidebar .widget.widget_archive ul li:hover::before {
  border-radius: 50%;
}

/*================================================
Contact Us CSS
=================================================*/
#contact {
  background:#fafafa;
  padding-top: 0px;
}
.contact-box {
  background: #ffffff;
  padding: 30px 20px 30px 90px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

.contact-box .icon {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 47px;
  border: 1px dashed #1b75bc;
  border-radius: 50%;
  color: #1b75bc;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-box h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.contact-box .content p {
  margin-bottom: 5px;
}

.contact-box .content p a {
  color: #707070;
}

.contact-box .content p a:hover, .contact-box .content p a:focus {
  color: #1b75bc;
}

.contact-box .content p:last-child {
  margin-bottom: 0;
}

.contact-box:hover, .contact-box:focus {
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
          box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.contact-box:hover .icon, .contact-box:focus .icon {
  background: #1b75bc;
  color: #ffffff;
}

#map {
  height: 400px;
  width: 100%;
}

.contact-form {
  margin-top: 50px;
}

.leave-your-message h3 {
  margin-bottom: 0px;
  font-size: 22px;
  margin-top: 20px;
}

.leave-your-message .stay-connected {
  margin-top: 25px;
}

.leave-your-message .stay-connected h3 {
  margin-bottom: 10px;
}

.leave-your-message .stay-connected ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.leave-your-message .stay-connected ul li {
  margin-bottom: 10px;
}

.leave-your-message .stay-connected ul li:last-child {
  margin-bottom: 0;
}

.leave-your-message .stay-connected ul li a {
  font-weight: 500;
  display: inline-block;
  color: #707070;
}

.leave-your-message .stay-connected ul li a i {
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  border: 1px solid;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 15px;
}

.leave-your-message .stay-connected ul li a:hover, .leave-your-message .stay-connected ul li a:focus {
  color: #1b75bc;
}

#contactForm {
  background: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          justify-content: center;
          text-align: center;
}

#contactForm label {
  font-weight: 500;
  margin-bottom: 0px;
  color: #5b5e61;
}

#contactForm .form-control {
  background: transparent;
}

#contactForm ul {
  padding: 0;
  margin: 0;
}

#contactForm ul li {
  color: red;
  margin-top: 10px;
  font-size: 14px;
}

#contactForm .text-danger, #contactForm .text-success {
  margin-bottom: 0;
  margin-top: 20px;
}

#contactForm .h4 {
  font-size: 15px;
}

/*================================================
Footer CSS
=================================================*/
.footer-area {
  background-color: #1e1e1e;
  padding-top: 0px;
}

@media only screen and (max-width: 767px){
	.footer-area {text-align: center; padding-top: 0vh;
    padding-bottom: 7vh;}
	.copyright-area p.text-left, .copyright-area p.text-right {float: unset !important;text-align: center !important;}
}

.single-footer-widget h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 20px;
}

.single-footer-widget span {
  color: #1b75bc;
  display: block;
  font-family: "Oswald", sans-serif;
  margin-bottom: 8px;
}

.single-footer-widget span i {
  margin-right: 3px;
}

.single-footer-widget p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}

.single-footer-widget p i {
  margin-right: 3px;
}

.single-footer-widget .contact-authority {
  margin-top: 8px;
  color: #ffffff;
}

.single-footer-widget .contact-authority:hover, .single-footer-widget .contact-authority:focus {
  color: #1b75bc;
}

.single-footer-widget .social-links {
  padding: 0;
  margin: 15px 0 0;
  list-style-type: none;
}

.single-footer-widget .social-links li {
  display: inline-block;
  margin-right: 4px;
}

.single-footer-widget .social-links li a {
  color: #ffffff;
  border: 1px solid #525164;
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  border-radius: 50%;
  padding-top:13px;
  background-color: #259aff;

}

.single-footer-widget .social-links li a.facebook {
  border: none;
  background-color: #4267b2;
}

.single-footer-widget .social-links li a.twitter {
  border: none;
  background-color: #38A1F3;
}

.single-footer-widget .social-links li a.instagram {
  border: none;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.single-footer-widget .social-links li a.linkedin {
  border: none;
  background-color: #0077B5;
}
.single-footer-widget .social-links li a.youtube {
  border: none;
  background-color: #FF0000;
}

.single-footer-widget .social-links li a:hover, .single-footer-widget .social-links li a:focus {
  background-color: #1b75bc;
  color: #ffffff;
  border-color: #1b75bc;
}

.copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 45px;
  text-align: center;
}

.copyright-area .logo a {
  display: inline-block;
}

.copyright-area ul {
  padding: 0;
  margin: 30px 0 20px;
  list-style-type: none;
}

.copyright-area ul li {
  position: relative;
  margin: 0 10px;
  display: inline-block;
}

.copyright-area ul li::before {
  position: absolute;
  width: 6px;
  height: 6px;
  content: '';
  background: #a8a8ad;
  left: -15px;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
}

.copyright-area ul li a {
  color: #a8a8ad;
}

.copyright-area ul li a:hover, .copyright-area ul li a:focus {
  color: #1b75bc;
}

.copyright-area ul li:first-child {
  margin-left: 0;
}

.copyright-area ul li:first-child::before {
  display: none;
}

.copyright-area ul li:last-child {
  margin-right: 0;
}

.copyright-area p {
  color: #a8a8ad;
}

/*================================================
Back To Top CSS
=================================================*/
.back-to-top {
  position: fixed;
  right: 1.5%;
  bottom: -7.5%;
  height: 15px;
  cursor: pointer;
  width: 40px;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: bold;
  color: transparent;
  text-align: center;
  z-index: 3;
  visibility: hidden;
  outline: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #00acee;
}

.back-to-top::before, .back-to-top::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 0;
}

.back-to-top::before {
  top: -20px;
  z-index: 4;
  border-bottom: 20px solid #00acee;
}

.back-to-top::after {
  bottom: 0;
  z-index: 5;
  border-bottom: 20px solid #1b75bc;
}

.back-to-top:hover, .back-to-top:focus {
  opacity: 1;
  text-decoration: none;
  height: 40px;
  color: #ffffff;
}

.back-to-top.show-back-to-top {
  display: block;
  bottom: 1.25%;
  visibility: visible;
}
/*# sourceMappingURL=style.css.map */


/* custom CSS */
@media only screen and (max-width: 991px){
	.elkevent-mobile-nav.is-sticky {height:56px;padding: 0px;}
	.elkevent-mobile-nav .logo {
		position: absolute;
		top: 10px !important;
		z-index: 999;
		left: 15px;
		max-width: 55%;
	}
	.mean-container .mean-bar {
		padding: 0px 0 0;
	}
}

.about-content p {line-height: 1.9; color: #707070; margin-bottom: 15px; font-size: 14px;}
.key-themes {padding-top: 80px; padding-bottom: 40px; background-image: url(https://www.dsci.in/events/aiss-2020);}
.funfacts-area.key-themes::before {
    opacity: 0;
}

.key-themes .section-title {text-align:center;}
.key-themes .section-title span {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}

.key-themes .section-title h2 {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
	color: #fec800;
}

.key-themes .section-title .bar {
	margin-left: auto;
    margin-right: auto;
  position: relative;
  width: 20px;
  height: 4px;
  background: #1b75bc;
  display: block;
}

.key-themes .section-title .bar::after, .key-themes .section-title .bar::before {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  content: '';
}

.key-themes .section-title .bar::after {
  width: 30px;
  background: #00acee;
  right: 25px;
}

.key-themes .section-title .bar::before {
  background: #efa506;
  width: 30px;
  right: -35px;
}
.key-themes .single-funfact {padding: 0px 0px 50px 0px; min-height: 150px;}
.key-themes .single-funfact .icon {font-size:60px;}
.key-themes .single-funfact p {font-size:18px; font-weight:300;}


.who-should-attend-cards.slick-slider .slick-track {display: flex !important;}
.who-should-attend .single-intro-text {
  padding: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #f1f1f1;
  z-index: 2;
  background: linear-gradient(to right, #f1f1f1, #dddddd);
}
.who-should-attend .single-intro-text:not(:last-child){
  background-image: url(../img/background-who-should-attend-1.jpg);
  background-repeat: no-repeat;
}
.who-should-attend .single-intro-text:last-child{
  background: linear-gradient(to right, #ffdd40, #ffa50c);

}
.industryparticipation .single-intro-text {padding:10px 20px; text-align: center; background-color: #0c1ea5;}

.who-should-attend .single-intro-text h3 {font-size: 20px; color: #ffffff;}
.who-should-attend .single-intro-text ul {padding-left:18px; margin: 0;}
.who-should-attend .single-intro-text ul li {color:#ffffff;}
.industryparticipation .single-intro-text p {font-size: 13px; color: #ffffff;}

.who-should-attend .who-should-attend-icon {
    transform: rotate(-10deg);
    position: absolute;
    right: -30px;
    width: 110px;
    opacity: 0.5;
}
.who-should-attend .single-intro-text .count-number {
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #fec800;
    color: #02082f;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 30px;
}
.who-should-attend .section-title {
    text-align: center;
}
.who-should-attend .section-title span {
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}
.who-should-attend .section-title h2 {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0d1028;
}
.who-should-attend .section-title h2 b {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0, 0, 0, 0)), color-stop(80%, #fec800));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #fec800 80%);
    font-weight: unset;
    background-size: 100px 1.07em !important;
}
.who-should-attend .section-title .bar {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 20px;
    height: 4px;
    background: #1b75bc;
    display: block;
}
.who-should-attend .section-title .bar::after, .who-should-attend .section-title .bar::before {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    content: '';
}
.who-should-attend .section-title .bar::before {
    background: #efa506;
    width: 30px;
    right: -35px;
}
.who-should-attend .section-title .bar::after {
    width: 30px;
    background: #00acee;
    right: 25px;
}


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

#highlights {
  background-color:#25f6ff;
  padding-bottom: 0px;
  background-image: url(../img/background-highlights.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.past-event-highlights .highlights-card {margin-bottom: 60px; text-align: center;}
.past-event-highlights .highlights-card i {
	font-size: 60px;
    display: inline-block;
    vertical-align: top;
  color:#ffffff;
}
.past-event-highlights .highlights-card .content {
  justify-content: center;
  align-items: center;
  display: flex;
}
.past-event-highlights .highlights-card .bigNum {font-size: 30px; font-weight: 700; line-height: 30px;color: #ffffff; text-align: left; margin-right: 15px;}
.past-event-highlights .highlights-card .subtext {color: #ffffff; font-size: 16px; text-align: left;}
.past-event-highlights .section-title {
    text-align: center;
}
.past-event-highlights .section-title span {
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}
.past-event-highlights .section-title h2 {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
}
.past-event-highlights .section-title h2 b {
    font-weight: unset;
    background-size: 100px 1.07em !important;
}
.past-event-highlights .section-title .bar {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 20px;
    height: 4px;
    background: #1b75bc;
    display: block;
}
.past-event-highlights .section-title .bar::after, .past-event-highlights .section-title .bar::before {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    content: '';
}
.past-event-highlights .section-title .bar::before {
    background: #efa506;
    width: 30px;
    right: -35px;
}
.past-event-highlights .section-title .bar::after {
    width: 30px;
    background: #00acee;
    right: 25px;
}
@media screen and (max-width:767px){
	.past-event-highlights .container.row {
		text-align: center;
	}
	.past-event-highlights .highlights-card {
		margin-bottom: 40px;
    	padding: 0;
	}
	.past-event-highlights .highlights-card i {
		font-size: 40px;
		display: block;
		margin-bottom: 10px;
	}
	.past-event-highlights .highlights-card .content {
		display: block;
	}
	.past-event-highlights .highlights-card .bigNum {
		font-size: 24px;
		line-height: 24px;
		text-align: center;
	}
	.past-event-highlights .highlights-card .subtext {
		font-size: 12px;
		text-align: center;
	}
}

.sponsorship-benefits {padding-top: 80px; padding-bottom: 40px; background-image: url(../img/background-sponsorship-benefits-3.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;}
.funfacts-area.sponsorship-benefits::before {
    opacity: 0;
}

.sponsorship-benefits .section-title {text-align:center;}
.sponsorship-benefits .section-title span {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}

.sponsorship-benefits .section-title h2 {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
	color: #ffffff;
}

.sponsorship-benefits .section-title .bar {
	margin-left: auto;
    margin-right: auto;
  position: relative;
  width: 20px;
  height: 4px;
  background: #1b75bc;
  display: block;
}

.sponsorship-benefits .section-title .bar::after, .sponsorship-benefits .section-title .bar::before {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  content: '';
}

.sponsorship-benefits .section-title .bar::after {
  width: 30px;
  background: #00acee;
  right: 25px;
}

.sponsorship-benefits .section-title .bar::before {
  background: #efa506;
  width: 30px;
  right: -35px;
}
.sponsorship-benefits .single-funfact {padding: 0px 0px 50px 0px; min-height: 150px;}
.sponsorship-benefits .single-funfact .icon {font-size:60px;}
.sponsorship-benefits .single-funfact p {font-size:16px; font-weight:300;}



/* SLICK SLIDER
-------------------------------------------------- */
.slick-track {
	margin: 0 auto;
}
.slick-initialized .slick-slide {
    display: inline-block;
}
.slick-slide {
	margin: 0px 20px;
    float: none;
}
#testimonials .slick-slide {
    vertical-align: top;
}
.slick-slide img {
	display: initial;
	margin: auto;
}
.slick-dots li button:before {
	font-size: 16px;
	opacity: 1;
	color: #dce0e3;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #0b84ff;
}
.slick-dotted.slick-slider {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.slick-dots {
	position: relative;
	margin-top: 50px;
	bottom: 0;
}
.slick-prev, .slick-next {
	display: none !important;
}
#gallery .slick-dots {bottom: -45px;}
#gallery .slick-dots li button:before {font-size:12px;}
#gallery .slick-current.slick-center {margin:0px !important; -webkit-filter: blur(0px); filter: blur(0px); z-index:5; width:700px; opacity: 1;padding-top: 0px;}
#gallery .slick-slide {margin:0px !important; -webkit-filter: blur(2px); filter: blur(2px); width:550px; opacity: 0.4; padding-top: 50px;}
#gallery .slide {position: relative;}
#gallery .slide__caption {bottom: 0; left: 0; position: absolute; width: 100%; z-index: 50; background:#000; color:#fff; opacity:0.7;}


.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}


/*==========================
     Past Speakers
===========================*/
.owl-carousel .owl-stage-outer{
  height: 65vh;
}
.owl-carousel.owl-loaded{
  margin-top: 4vh;
}

.ts-speakers.speaker-past .section-title {text-align:center;}
.ts-speakers.speaker-past .section-title span {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}

.ts-speakers.speaker-past .section-title h2 {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ts-speakers.speaker-past .section-title .bar {
	margin-left: auto;
    margin-right: auto;
  position: relative;
  width: 20px;
  height: 4px;
  background: #1b75bc;
  display: block;
}

.ts-speakers.speaker-past .section-title .bar::after, .ts-speakers.speaker-past .section-title .bar::before {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  content: '';
}

.ts-speakers.speaker-past .section-title .bar::after {
  width: 30px;
  background: #00acee;
  right: 25px;
}

.ts-speakers.speaker-past .section-title .bar::before {
  background: #efa506;
  width: 30px;
  right: -35px;
}
.ts-speaker {position: relative; text-align: center; margin-bottom: 55px;}
.ts-speakers.speaker-past .speaker-item {padding:0px 5px;}
.ts-speakers.speaker-past .ts-speaker .speaker-img img {
	-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%); 
}
.ts-speakers.speaker-past .ts-speaker .speaker-img:hover img {
	-webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
         -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
            filter: grayscale(0%);
}
.ts-speakers.speaker-past .ts-speaker .speaker-img:before {
	background:unset;
}
.ts-speakers.speaker-past .ts-speaker .ts-title a { color: #ffffff; }
.ts-speakers.speaker-past .ts-speaker:hover .speaker-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ts-speakers.speaker-past .ts-speaker:hover .ts-title a { color: #ffffff; }
.ts-speakers.speaker-past.speaker-classic .ts-speaker { margin-bottom: 10px; }
.ts-speakers.speaker-past.speaker-classic .ts-speaker .speaker-img {	opacity: 0.8; }
.ts-speakers.speaker-past.speaker-classic .ts-speaker:hover > .speaker-img {opacity:1;}
.ts-speakers.speaker-past.speaker-classic .ts-speaker .ts-speaker-info { position: absolute; opacity: 0;}
.ts-speakers.speaker-past.speaker-classic .ts-speaker:hover > .ts-speaker-info {
    position: absolute;
    padding: 10px;
    opacity: 1;
    background-color: #25f6ff;
    right: -25px;
    z-index: 1;
    top: 170px;
    bottom: unset;
    width: 130%;
}
.ts-speakers.speaker-past.speaker-classic .ts-speaker:hover > .ts-speaker-info:before {
    content:'';
    position: absolute;
    top:-10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-bottom: solid 10px #25f6ff;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
.ts-speakers.speaker-past.speaker-classic .ts-speaker .ts-speaker-info .ts-title { font-size: 14px; color:#1e1e1e; }
.ts-speakers.speaker-past.speaker-classic .ts-speaker .ts-speaker-info p { font-size: 12px; color:#1e1e1e; line-height: 16px;}
@media (max-width:768px){
	.ts-speakers.speaker-past.speaker-classic .ts-speaker .speaker-img {opacity: 0.8; }
	.ts-speakers.speaker-past.speaker-classic .ts-speaker:hover > .ts-speaker-info {
    padding: 5px;
    right: 0px;
    top: 160px;
    width: 100%;
	}
}

.ts-speaker-popup {
	background: #fff;
  	padding: 0;
  	position: relative;
}
.ts-speaker-popup .ts-speaker-popup-img img {
    width: 100%;
}
.ts-speaker-popup .ts-speaker-popup-content {
    padding: 40px 20px;
}
.ts-speaker-popup.ts-sponsor-popup .ts-speaker-popup-content {
    padding: 20px;
}
.ts-speaker-popup .ts-speaker-popup-content .ts-title {
	margin-bottom: 10px; display: inline-block;
}
.ts-speaker-popup.ts-sponsor-popup .ts-speaker-popup-content .ts-title {
	margin-bottom: 0px;
}
.ts-speaker-popup .ts-speaker-popup-content .speakder-designation {
	display: block;
    font-size: 14px;
    margin-bottom: 20px;
}
.ts-speaker-popup .ts-speaker-popup-content .company-logo {
	margin-bottom: 15px; max-width: 100px;
}
.ts-speaker-popup .ts-speaker-popup-content p {
    margin-bottom: 25px;
}
.ts-speaker-popup .ts-speaker-popup-content h4 {
	font-size: 20px;
    font-weight: 700;
}
.ts-speaker-popup .ts-speaker-popup-content .session-name {
	margin-bottom: 15px;
}
.ts-speaker-popup .ts-speaker-popup-content .speaker-session-info p {
	color: #e37638;
    margin-bottom: 30px;
}
.ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social {
	display: inline-block;
	margin-left: 20px;
}
.ts-speaker-popup.ts-sponsor-popup .ts-speaker-popup-content .ts-speakers-social {
	margin: 0px;
}
.ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a {
	color: #ababab;
    float: left;
    margin-right: 10px;
    font-size: 20px;
    line-height: 20px;
}
.ts-speaker-popup.ts-sponsor-popup .ts-speaker-popup-content .ts-speakers-social {
	font-size:14px;
	display: block;
}
.ts-speaker-popup.ts-sponsor-popup .ts-speaker-popup-content .ts-speakers-social a {
    color: #e37638;font-size:14px;
}
.ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a:hover {
	color: #e37638;
}
.ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social .fa {
	color: #4875B4;
	font-size: 25px;
}
.ts-speaker-popup button.mfp-close {
	font-size: 30px;
}
.ts-speaker-popup.ts-sponsor-popup .ts-speaker-popup-content p {
	margin-bottom: 0px;
	font-size: 14px;
}


/* Sponsors, Partners, Exhibitors */
#b{
  display: block;
}
#b1{
  display: none;
}
#sponsors {
  background-color: #fafafa;
}
#sponsors .section-title {
  margin-bottom: 40px;
}
#sponsors .sponsors-logo {
  text-align: center;
  margin-bottom: 80px;
}
#sponsors .sponsors-logo .section-title {
  margin-bottom: 10px;
  min-height: 55px;
} 
#sponsors .sponsors-logo .section-title h2 {
  font-size: 24px;
  font-weight: 300;
  color: #0d1028;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 0px;
}
#sponsors .sponsors-logo .section-title.small-size h2 {
  font-size: 15px;
  text-transform: inherit;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
}
#sponsors .ts-image-popup img {
  border: 1px solid #eeeeee;
}
.ts-speaker-popup.ts-sponsor-popup {
  background-color: #fafafa!important;
}
#sponsors .section-title .bar{
  margin-left: auto;
  margin-right: auto;
}
#sponsors .section-title .bar::after {
  width: 30px;
  right: 25px;
}
#sponsors .section-title .bar::before {
  background: #efa506;
  width: 30px;
  right: -35px;
}

@media (max-width:767px){
  #b1{
  display: block;
}
#b{
  display: none;
}
.owl-carousel .owl-stage-outer{
  height: 45vh;
}
  #sponsors .sponsors-logo .section-title h2 {
    font-size: 16px !important;
  }
  #sponsors .sponsors-logo .section-title.small-size h2 {
    min-height: 32px;
    font-size: 10px !important;
  }
  #sponsors .sponsors-logo:last-of-type {
    margin-bottom: 0px;
  }
  #sponsors .sponsors-logo:last-of-type .sponsor-item {
    margin-bottom: 30px;
  }
  #sponsors .sponsors-logo {
    margin-bottom: 40px;
  }
}

.sponsor-item {
    margin-bottom: 30px;
}


.nav-item.registerbutton {display: none;}
@media only screen and (max-width: 767px){
	.section-title h2 {
		font-size: 25px !important;
	}	
	.section-title span {
		font-size: 13px !important;
	}
	.industryparticipation .single-intro-text{
		margin-bottom: 2px !important;
	}
	.sponsorship-benefits .single-funfact {
		padding: 0px;
		min-height: 120px;
	}
	.subscribe-area .subscribe-inner {
		background-size: cover;
	}
	.funfacts-area {
  		background-size: cover;
	}
  .nav-item.registerbutton {display: block;}

  .sponsor-item {
    margin-bottom: 10px;
    padding: 0px 5px;
  }
}

@media only screen and (max-width: 767px){
  .single-speakers-box .speakers-content {
    padding: 10px 0;
  }
  .single-speakers-box .speakers-content h3 {
      font-size: 14px !important;
      margin-bottom: 5px !important;
  }
  .single-speakers-box .speakers-content span {
    font-size: 11px !important;
    line-height: 14px !important;
  }
}

.podcast-video {margin-top: 40px;}
@media only screen and (max-width: 767px){
  .podcast-video iframe, .webcast iframe {width: 100%;}
}
#podcast .section-title {margin-bottom: 20px;}
#podcast .section-title h2 {font-size: 26px; margin: 0px;}

.contactFormBanner {
  max-width: 25%;
  position: absolute;
  right: 0px;
  top: 170px;
  background: rgba(255,255,255,0.9) !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.3) !important;
  padding: 20px !important;
}
.contactFormBanner h2 {
  margin: 0px;
  font-size: 20px;
}
.contactFormBanner p{
  font-size: 14px;
}
.form-group{
  text-align: left;
}
.contactFormBanner label {margin-bottom: 0px; font-size: 14px;}
.contactFormBanner input.form-control {max-height: 40px; line-height: 40px;}
.contactFormBanner input, .contactFormBanner textarea {
  background-color: #ffffff !important;
  color: #000000;
  resize: none;
}
.contactFormBanner ul li {
  font-size: 12px !important;
    line-height: 14px;
}

#speakers .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
    left: -60px;
    top: 38%;
    font-size: 70px;
    margin: 0;
    font-weight: 300;
}
#speakers .owl-carousel .owl-nav button.owl-next {
  position: absolute;
    right: -60px;
    top: 38%;
    font-size: 70px;
    margin: 0;
    font-weight: 300;
}
#speakers .speakerModal .ts-speaker-popup-content {
  padding: 20px 20px;
}
#speakers .speakerModal button.close {
  font-size: 30px;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  opacity: 0.65;
}
#speakers .speakerModal h6{
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 20px;
}
#speakers .speakerModal .speaker-desc p, .speakerModal .speaker-desc ul li{
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 27px;
  color:#707070;
}

#speakers .section-title .bar {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 20px;
  height: 4px;
  background: #1b75bc;
  display: block;
}
#speakers .section-title .bar::before{
  width: 30px;
  right: -35px;
}
#speakers .section-title .bar::after {
  width: 30px;
  right: 25px;
}

#whoshouldattend {padding-bottom: 60px; padding-top: 60px;}
.ticket-card {margin-bottom: 20px;}
.mobile-visible {display: none;}

@media screen and (max-width: 1366px){
  .main-banner img.aiss-logo-banner {
    max-width: 550px;
  }
  .contactFormBanner{
    top:110px;
  }
  .contactFormBanner label {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .contactFormBanner input.form-control {
    max-height: 35px;
    line-height: 35px;
  }
  .contactFormBanner .form-group {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px){
  .mobile-visible{
    display: inline-block;
  }
  .mobile-hidden {
    display: none;
  }
  .mobile-visible.register-btn{
    position: fixed;
    left:0px;
    bottom: 0px;
    z-index: 10001;
    width: 50%;
    border-right: 1px solid #000;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
  }
  .mobile-visible.contact-btn{
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 10001;
    width: 50%;
    border-left: 1px solid #000;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
  }
  .main-banner img.aiss-logo-banner {
    max-width: 80%;
    left: 10%;
    top: unset;
    bottom: 20px;
  }
  .contactFormBanner {display: none;}
  #contact{padding-bottom: 0px;}
  .owl-theme .owl-dots .owl-dot span {
    margin-top: 10px;
  }

  #sponsors .sponsors-logo .goldsponsor .section-title{
    min-height: 57px;
  }
  #sponsors .sponsors-logo .section-title {
    margin-bottom: 0px;
    padding: 2px;
  }
}

#speakers .owl-carousel .owl-dots {
    counter-reset: dots;
}
#speakers .owl-carousel .owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}

#mobileapp img.qrcode {
  max-width: 450px;
}
#mobileapp p {
  font-size: 24px;
    line-height: 30px;
    color: #010101;
}
#mobileapp .appicon {
  display: inline-block;
  margin-right: 10px;
}
#mobileapp .appicon img {
  max-height: 50px;
}
@media screen and (max-width: 767px){
  #mobileapp {
    padding-bottom: 30px;
  }
  #mobileapp img.qrcode {
    max-width: unset;
    width: 100%;
  }
  #mobileapp p {
    font-size: 18px;
    line-height: 20px;
    color: #010101;
    text-align: center;
    margin-top: 20px;
  }
  #mobileapp .appicon img {
    max-height: 38px;
  }
}


.modal-dialog{
  max-width: 1140px !important;
  margin: 12rem auto !important;
}
.sponsorModal .modal-content, .partnerModal .modal-content {background:#fafafa;}
.sponsorModal .ts-speaker-popup-content, .partnerModal .ts-speaker-popup-content {padding: 20px 20px;}

.ts-speaker-popup-content .ts-title {
  margin-bottom: 0px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0d1028;
  display: inline-block;
}
.sponsorModal h6, .partnerModal h6 {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 20px;
}
.sponsorModal .sponsor-desc p, .partnerModal .sponsor-desc p, .sponsorModal .sponsor-desc ul li{
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 27px;
  color:#707070;
}
.sponsorModal button.close, .partnerModal button.close{
  font-size: 30px;
  right: 0;
  top: 0;
  padding: 10px;
}
.close{
  position: absolute;
  right: 10px;
  font-size: 24px;
  font-weight: 500;
  z-index: 9;
}
.ts-speaker-popup-content .ts-speakers-social a {
  color: #007bff;
  float: left;
  margin-right: 10px;
  font-size: 20px;
  line-height: 20px;
}
.ts-speaker-popup-content .ts-speakers-social {
  display: inline-block;
  margin-left: 0px !important;
  margin-top: 10px;
}
.ts-speaker-popup-content .speakder-designation {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.ts-speaker-popup-content{
  text-align: left;
}
.owl-carousel .owl-item {
  min-height: auto !important;
}
.m-l-0{
margin-left: 0 !important;
}
.schedule-info h3 p{
font-size: 1.75rem;
color: #000;
font-weight: 700;
}


.slick-slide {height: auto !important;}
.contact-form{display: none;}
.contact-area .contact-form{display: flex !important;}
.schedule-info h3 p{
  font-size: 16px !important;
  font-weight: 700 !important;
}

.about-image-inner p{
  font-size: 16px;
  display: flex;
  line-height: 22px;
  color: #1e1e1e;
  font-weight: 500;
}

.about-image-inner{
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,97,255,0.2);
  width: 75%;
  margin-left: 100px;
  background-image: url(../img/background-broad-areas-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.form-control {
    height: 50px;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #eeeeee;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 1000px){
    .about-image-inner{
      width: 100%;
      margin-left: 0px;
    }
}

.about-icons{
  margin-right: 15px;
  max-width: 30px;
}
#schedule .tabs_item .schedule-info .session-type {padding: 0; margin: 0; color: #999; letter-spacing: normal;}
#schedule .tabs_item .schedule-info .session-title {font-family: "Poppins", sans-serif; margin-bottom: 5px; font-weight: 700;}
#schedule .tabs_item .schedule-info .session-subtext {margin: 0; padding: 0; line-height: 12px; margin-top: 0px;}

/* Blogs Section */
figure.snip1208 {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
figure.snip1208 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
figure.snip1208 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
figure.snip1208 figcaption {
  padding: 25px;
  position: relative;
}
figure.snip1208 figcaption h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0d1028;
  min-height: 70px;
}
/*
figure.snip1208 .date,figure.snip1208 i {
   background-color: #0d1028;;
   top: 25px;
   color: #fff;
   left: 25px;
   min-height: 60px;
   min-width: 60px;
   position: absolute;
   text-align: center;
}
figure.snip1208 .date {
   -webkit-transition-delay: 0.2s;
   transition-delay: 0.2s;
   font-size: 22px;
   font-weight: 700;
   text-transform: uppercase;
}
figure.snip1208 .date span {
   display: block;
   line-height: 30px;
}
figure.snip1208 .date .month {
   font-size: 16px;
   background-color: rgba(0, 0, 0, 0.1);
}
figure.snip1208 i {
   line-height: 60px;
   font-size: 30px;
   -webkit-transform: rotateY(-90deg);
   transform: rotateY(-90deg);
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
}
*/
figure.snip1208 p {
  margin: 0;
  padding: 0;
}
/*
figure.snip1208 h3 {
   margin-bottom: 10px;
   display: inline-block;
   font-weight: 600;
   color: #333333;
   text-transform: uppercase;
}
*/
figure.snip1208 p {
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 16px;
  min-height: 50px;
}
figure.snip1208 button {
  border: medium none;
  padding: 10px 20px;
  background-color: #0d1028;;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8em;
}
figure.snip1208 a {
  border: 1px solid #0d1028;
  padding: 10px 15px;
  font-weight: 600;
  color: #0d1028;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  float: left;
  margin-bottom: 25px;
}
figure.snip1208 a:hover {
  background-color: #0d1028;
  color: #ffffff;
}
figure.snip1208:hover img,
figure.snip1208.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1208:hover .date,
figure.snip1208.hover .date {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1208:hover i,
figure.snip1208.hover i {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1208:hover button,
figure.snip1208.hover button {
  background-color: #117964;
}
/* Blogs Section */

.active-days{
  background-color: #007bff !important;
}