@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i&display=swap");
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i');

*{
    outline: none !important;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
a{
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
a:hover{
    text-decoration: none;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
}

/*--------------------------------
	LOADING .......
--------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    color: #31708F;
    font-weight: 400;
    padding: 0px;
    width: 100%;
    z-index: 9999;
    text-align: center;
    opacity: 1 !important;
    background: none;
    border-top: none;
    border-bottom: none;
   
}
.preloader .text {
    width: 300px;
    margin: 0 auto;
    height: 40px;
    background-color: #FFF3CD;
    border-top: none;
    border-left: 1px solid #ffeeba;
    border-right: 1px solid #ffeeba;
    border-bottom: 1px solid #ffeeba;
    padding: 10px;
    border-radius: 3px;
}
/*==========================
    component
===========================*/ 
.form-control:-moz-focusring{ 
    text-shadow:0 0 0 #bbb;
    opacity: 1;
}
.form-control::-webkit-input-placeholder {
    color: #6c757d !important;
    opacity: .5;
}
.form-control::-moz-placeholder {
    color: #6c757d !important;
    opacity: .5;
}
.form-control:-ms-input-placeholder {
    color: #6c757d !important;
    opacity: .5;
}
.form-control::-ms-input-placeholder {
    color: #6c757d !important;
    opacity: .5;
}
.form-control::placeholder {
    color: #6c757d !important;
    opacity: .5;
}
.btn{
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.btn:focus{
    box-shadow: none;
}
.btn-outline-redpink {
    color: #e7015e;
    border-color: #e7015e;
}
.btn-redpink {
    color: #ffffff;
    background-color: #e7015e;
    border-color: #e7015e;
}
.btn-redpink:hover{
    color: #ffffff;
    background-color: #c0014d;
}
.btn-danger{
    background-color: #ce0a84;
    border-color: #ce0a84;
}
.btn-outline-danger{
    border-color: #ce0a84;
    color:#ce0a84;
}
.btn-outline-danger:hover{
    border-color: #ce0a84;
    background-color: #ce0a84;
}
.btn-info{
    background-color: #0a90ce;
    border-color: #0a90ce;
}
.btn-outline-info{
    border-color: #0a90ce;
    color:#0a90ce;
}
.btn-outline-info:hover{
    border-color: #0a90ce;
    background-color: #0a90ce;
}
.cursor-pointer{
    cursor: pointer;
}
/*==========================
    header area
===========================*/
.navbar{
    padding: 0 1rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-gs{
    background: rgba(26, 24, 49, 1);
}
.navbar-gs .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}
.navbar-gs .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.8);
}
.navbar-gs .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header.header-transparent {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    height: auto;
}
.header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 0 0 5px;
    animation: sticky .4s;
}
.header.sticky .navbar-gs{
    background: rgba(26, 24, 49, 1);
}
.header.sticky.fade_down_effect {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.header ul.navbar-nav > li > a {
    font-weight: 600;
    font-size: 13px;
    line-height: 72px;
    text-transform: uppercase;
    padding: 0 15px !important;
    display: block;
}
.header.header-transparent .navbar-brand {
    padding: 0;
}
.header.header-transparent .navbar-brand img {
    vertical-align: top;
}
.header ul.navbar-nav > li.header-ticket {
    margin-top: 15px;
}
.header ul.navbar-nav > li.header-ticket .ticket-btn {
    height: 40px;
    line-height: 40px;
    padding: 0px 25px;
    background: #00c1c1;
    margin-left: 30px;
    color: #ffffff;
}
.header ul.navbar-nav > li.header-ticket .ticket-btn:hover {
    background: #e7015e;
} 
.dropdown-menu {
    margin-top: 0 !important;
    margin: 0;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: Tojun;
            animation-name: Tojun;
     
}

@media (min-width: 991px) {
    .dropdown-menu.show {
        display: none;
    }
    .header ul.navbar-nav li:hover > .dropdown-menu {
        display: block;
        border: none;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    } 
} 
.dropdown-item:focus, .dropdown-item:hover {
    color: #e7015e;
    text-decoration: none;
    background-color:#ffffff;
}
.dropdown-item{
    padding: 12px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    font-size: .95rem;
}
.dropdown-menu .dropdown-item:last-child{
    border-bottom: none;
}
/*--------------------------------
	KEYFRAMES
--------------------------------*/
@-webkit-keyframes sticky {
    0% { top: -200px; }
    100% { top: 0; } 
}
@keyframes sticky {
    0% { top: -200px; }
    100% {top: 0; }
}
@keyframes rotate-2 {
    0% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
   }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
   }
}
@keyframes Tojun {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform:translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes Tojun {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}
@-webkit-keyframes autofill {
    to { 
        background: #fff;
    }
}
@keyframes autofill {
    to { 
        background: #fff;
    }
}
/*==========================
    slider area
===========================*/
.banner-container {
    position:relative;
    margin-top: 60px;
}
.main-banner{
	position:relative;
} 
.home-single-slide {
    background-size: cover;
    background-position: center center;
    color: #fff;
    position: relative;
    display: table;
    height: 600px;
    width: 100%;
}
.home-slide-overlay {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.home-single-slide-inner {
    display: table-cell;
    vertical-align: middle;
}
.home-slide-description { 
    position: absolute;
    left: 0;
    top: 0;
    right: 0; 
    padding:1rem;
}
.slide-text h2 span ,
.slide-text h2 {
	font-family: 'Open Sans',sans-serif;
	font-size:3rem;
	font-weight:700;
	line-height:3.125rem;
	margin-bottom:20px;
}
.slide-text h2 ,
.slide-text p {
	color:#ffffff;
}
.slide-text {
	position: relative;
	padding-top:194px;
	padding-bottom:0;
}
.slide-text p {
	margin-bottom:26px;
	line-height:27px;
    margin-right:14px;
    font-size: 18px;
}
.slide-text a {
	margin-right:12px;
}
.slide-text a:last-child {
	margin-right:0;
} 
.slide-text h2 span{
	color: #eda900;
}
.slide-text .btn{
    border-radius: .125rem;
}
.owl-item.active .slide-text .first-line{
    -webkit-animation: bounceInDown 1000ms ease-in-out;
    -moz-animation: bounceInDown 1000ms ease-in-out;
    -ms-animation: bounceInDown 1000ms ease-in-out;
    animation: bounceInDown 1000ms ease-in-out;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}
.owl-item.active .slide-text .second-line{
    -webkit-animation: fadeInLeft 1000ms ease-in-out;
    -moz-animation: fadeInLeft 1000ms ease-in-out;
    -ms-animation: fadeInLeft 1000ms ease-in-out;
    animation: fadeInLeft 1000ms ease-in-out;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}
.owl-item.active .slide-text .third-line{
    -webkit-animation: bounceInUp 1500ms ease-in-out;
    -moz-animation: bounceInUp 1500ms ease-in-out;
    -ms-animation: bounceInUp 1500ms ease-in-out;
    animation: bounceInUp 1500ms ease-in-out;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}
.slide-text .second-line i{
    width: 23px;
}
.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0;
}
.owl-theme .owl-nav .owl-prev, 
.owl-theme .owl-nav .owl-next {
    position: absolute;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
    height: 40px;
    width: 40px;
    border: 1px solid #ddd !important;
    border-radius: 50%;
}
.owl-theme .owl-nav .owl-next  i ,
.owl-theme .owl-nav .owl-prev  i {
    font-size: 1rem;
    color: #cecece;
}
.owl-theme .owl-nav .owl-prev {
    left: 1.5rem;
}
.owl-theme .owl-nav .owl-next {
    right: 1.5rem;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: hsla(245, 34%, 14%, 0.5);
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #979797;;
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    margin: 5px 5px;
    border-radius: 0;
}
/*==========================
    count down
===========================*/
.countdown{
    padding: 2rem 0;
    text-align: center;
    background: #EDA900;
    position: relative;
} 
.tg-eventcounter{
    text-align: center;
    background:transparent;
    display: inline-block;
    position: relative;
}
.tg-eventcounter span:first-child{
    font-size: 3.5rem;
    line-height: 1.1;
    color: #222;
    font-weight: 700;
    position: relative;
    padding: 0 40px;
}
.tg-eventcounter span:last-child {
    color: #222;
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.tg-eventcounter:not(:last-child) span:first-child::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    color: #aa8306;
    position: absolute;
    right: -5px;
    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    -o-transform: translateY(-75%);
    transform: translateY(-75%);
    top: 75%;
}
.tg-eventcounter:not(:last-child) span:first-child::after {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    color: #aa8306;
    position: absolute;
    right: -5px;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    top: 25%;
}
/*==========================
    overview / welcome text
===========================*/
.overview{
    padding: 7rem 0;
}
.section-header {
    margin-bottom: 2rem;
}
.section-header .tagline{ 
    color: #868686;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.section-header .title{
    font-family: "Poppins",Arial,Helvetica,sans-serif; 
    font-size: 2.5rem;
    font-weight: 800;
    color: #333;
    position: relative;
    padding-bottom: 1rem;
}
.section-header .title::after {
    position: absolute;
    left: 0;
    content: '';
    right: 0;
    width: 90px;
    height: 2px; 
    top: auto;
    bottom: 0;
    background-color: #3b1d82;
}
.section-header .tagline.center, .section-header .title.center{
    text-align: center;
}
.section-header .title.center::after {
    margin: 0 auto;
}
.section-header .st-separator{
    text-align: center;
}
.section-header .st-separator span{
    display: inline-block;
    vertical-align: top;
    width: 122px;
    height: 3px;
    margin: 22px 0 0;
    background-color: #356bf8;
}
/*==========================
    Keynote Speakers
===========================*/
.keynote-speakers{
    padding: 3rem 0;
    background: #F9FAFC;
    padding: 5rem 0 1rem; 
    background-image: url(../images/speaker_bg.png);
    position: relative;
}
.gs-speaker {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    overflow: hidden;
    box-shadow:0 1px 2px #d3d3d3;
}
.gs-speaker .speaker-img {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-border-radius: 0;
        -ms-border-radius: 0;
            border-radius: 0;
}
.gs-speaker .speaker-img::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(59, 29, 130, 0.5);
    -o-transition: all 0.4s ease;
       transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
       -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
    opacity: 0;
    z-index: 1;
}
.gs-speaker .speaker-img img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
       -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
}
.gs-speaker .view-speaker {
    position: absolute;
    left: 0;
    top: 70%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 22px;
    width: 50px;
    height: 50px;
    margin: auto;
    border: 2px solid #ddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    padding: 7px 0;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    opacity: 0;
    z-index: 2;
}
.gs-speaker .view-speaker {
    color: #fff;
    font-size: 22px;
}
.gs-speaker .gs-speaker-info {
    position: absolute;
    right: 0;
    bottom: -13px;
    background: rgb(255, 255, 255, .75);
    z-index: 1;
    width: 100%;
    padding: 20px 0 10px;
}
.gs-speaker-info .gs-title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}
.gs-speaker .gs-title a {
    color: #222222;
}
.gs-speaker:hover .gs-title a {
    color: #e7015e;
}
.gs-speaker-info .gs-institution{
    margin-bottom: 1rem;
    font-size: 13px;
}
.gs-speaker:hover .speaker-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); 
}
.gs-speaker:hover .speaker-img:before {
    opacity: 1; 
}
.gs-speaker:hover .view-speaker {
    top: 50%;
    opacity: 1; 
}
.gs-speaker-popup {
    background: #fff;
    padding: 0;
    position: relative;
}
.gs-speaker-popup .gs-speaker-popup-img img {
    width: 100%;
}
.gs-speaker-popup .gs-speaker-popup-content {
    padding: 60px 40px;
}
.gs-speaker-popup .gs-speaker-popup-content .gs-title{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: .5rem;
    color: #131313;
}
.gs-speaker-popup .gs-speaker-popup-content .gs-institution{
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
    color: #131313;
}
.gs-speaker-popup .gs-speaker-popup-content .gs-description{
    color: #666666;    
}

.gs-speaker.mode2 .gs-speaker-info {
    position: relative;
    margin-bottom: 0;
    bottom: 0;
    background: rgb(255, 255, 255);
}
/*==========================
    Invited Speakers
===========================*/
.invited-speakers{
    padding: 5rem 0 1rem;
    background-color: #F9FAFC;
    background-image: url(../images/speaker_bg.png);
    position: relative;
}
.speaker-shap img.shap1 {
    top: 15%;
}
.speaker-shap img.shap2 {
    bottom: 0;
    left: auto;
    top: 35%;
    right: 0;
    margin: auto;
}
.speaker-shap img.shap3 {
    top: auto;
    bottom: -25px;
    margin: auto;
    left: 6%;
}
.speaker-shap img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100px;
}
/*==========================
    Home Page
===========================*/
.home-page{
    padding: 5rem 0;
}
.home-page .container-fluid{
    padding-right: 0;
    padding-left: 0;
}

/*==========================
    Book Seat
===========================*/
.gs-book-seat {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 100px 0;
}
.gs-book-seat::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    /* 
    background: rgb(0, 0, 0);
    background: url(../images/cta_bg.png) no-repeat 100%/cover;  */
}
.gs-book-seat::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    /*
    background-image: -webkit-gradient(linear, left top, right top, from(#321575), color-stop(51%, #8d0b93), color-stop(100%, #ff0066), to(#ff057c));
    background-image: -webkit-linear-gradient(left, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
    background-image: -o-linear-gradient(left, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
    background-image: linear-gradient(90deg,#321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
    opacity: .8;
    */
}

.gs-book-seat .book-seat-content {
    position: relative;
    z-index: 1;
}
.gs-book-seat .book-seat-content .section-title {
    margin-bottom: 40px;
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    position: relative;
    padding-bottom: 30px;
    text-align: center;
}
.gs-book-seat .book-seat-content .section-title span{
    display: block;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
    margin-top: -5px;
}
.gs-book-seat .book-seat-content .section-title::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    right: 0;
    
    /* background-image: url(../images/title-white.png); */
    background-repeat: no-repeat;
    background-size: center center;
    background-position: contain;
    width: 70px;
    height: 10px;
    margin: auto auto 0;
    top: auto;
    bottom: 0;
}
.gs-book-seat .book-seat-content .btn{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #ff007a;
    height: 50px;
    padding: 0 35px;
    line-height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
.gs-book-seat .book-seat-content .btn:hover {
    color: #fff;
    background:#d20055;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
}

/*==========================
    Important Dates
===========================*/
.schedule-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.schedule-listing .schedule-slot-time {
    background: #d20055;
    color: #fff;
    padding: 20px 28px;
    font-size: 18px;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.schedule-listing:nth-of-type(2n) .schedule-slot-time {
    background: #e7015e;
}
.schedule-listing .schedule-slot-info {
    position: relative;
    padding: 1rem 1rem 1rem 2rem;
    border: 1px dashed #cacaca;
    border-left: none;
    width: 100%;
}
.schedule-listing .schedule-slot-info p{
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .schedule-listing {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .schedule-listing .schedule-slot-time {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 35px;
    }
    .schedule-listing .schedule-slot-info {
        padding: 35px 40px 35px 35px;
        border-left: 1px dashed #e5e5e5;
    }
}

/*==========================
    Footer
===========================*/
.gs-footer {
    background: #1a1831;
    padding: 50px 0 50px;
}
.gs-footer-social ul {
    padding: 0;
}
.gs-footer-social ul li {
    display: inline-block;
    list-style: none;
}
.gs-footer-social ul li a {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px solid #525164;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    margin: 0 5px;
}
.gs-footer-social ul li a:hover {
    background: #e7015e;
    border-color: #e7015e; 
}
.footer-menu ul{
    padding: 0;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul li:first-child a::before {
    display: none;
}
.footer-menu ul li a::before {
    position: absolute;
    left: -24px;
    top: 1px;
    bottom: 0;
    margin: auto;
    content: '';
    background: #5f5e6f;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
}
.footer-menu ul li a {
    color: #a8a8ad;
    margin: 0 20px;
    position: relative;
}
.footer-menu ul li a:hover {
    color: #e7015e;
}
.footer-menu ul li:first-child a{
    margin-left: 0;
}
.footer-menu ul li:last-child a{
    margin-right: 0;
}
.copyright-text p {
    margin-bottom: .25rem;
    color: #a8a8ad;
}
.powered-text p{
    color: #ccc;
    font-size: .795rem;
}
.powered-text p a{ 
    color: #ccc;
}
.powered-text p a:hover{
    color: #e7015e;
}
/*==========================
    Home News
===========================*/
.home-news{
    position: relative;
}
.home-news .post .post-media.post-image {
    width: calc(100% - 40px);
    margin: 0 auto 5px auto;
    position: relative;
}
.home-news .post .post-media.post-image img {
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.home-news .post .post-body {
    padding: 150px 20px 25px 30px;
    margin: -130px 0px 30px;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.home-news .post-meta {
    font-size: 13px;
    margin-bottom: 15px;
}
.home-news .post-meta .post-author {
    margin-right: 25px;
    text-transform: uppercase;
}
.home-news .post-meta .post-author a{
    color: #e7015e;
}
.home-news .post-meta .post-meta-date {
    display: inline-block;
    color: #e7015e;
    text-transform: uppercase;
    word-spacing: 5px;
}
.home-news .post .post-body .entry-header .entry-title {
    display: -webkit-box;
    margin: 0 0 15px 0;
    max-height: 3.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6rem;
}
.home-news .post .post-body .entry-header .entry-title a {
    color: #3b1d82;
}
.home-news .post .post-body .entry-content p {
    line-height: 26px;
    color: #888888;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.btn-link {
    font-size: 1rem;
    font-weight: 700;
    color: #222222;
    text-decoration: none !important;
}
.btn-link:hover {
    color: #e7015e;
}
.more-news{
    padding: 30px 0;
}
.more-news .btn{
    background-color: #e7015e;
    border-color: #e7015e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: .5rem 2rem;
}
/*==========================
    Back to Top
===========================*/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    z-index: 999999;
}
.back-to-top a {
    color: #fff;
    background: #E7015E;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    display: inline-block;
}

/*==========================
    Page Detail
===========================*/

.inner-page-banner{
    margin-top: 60px;
    padding-top: 70px;
    padding-bottom: 90px;
    position: relative;
    min-height: 210px;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}
.page-banner-title .holder {
    float: left;
    max-width: 850px;
    position: relative;
    text-align: left;
}
.page-banner-title .holder .title{
    position: relative;
    text-transform: none;
    font-weight: 600;
    padding-bottom: 15px;
}
.page-banner-title .holder .title::after {
    position: absolute;
    left: 0;
    content: '';
    right: 0;
    width: 120px;
    height: 3px;
    top: auto;
    bottom: 0;
    background-color: #fff;
}
.page-banner-title .breadcrumbs {
    margin: 0;
    float: right;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 5px 0 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.page-banner-title .breadcrumbs li { 
    display: inline-block;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    color: #bbbbbb;
    font-size: 14px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    position: relative;
    padding-left: 10px;
    padding-right: 0;
}
.page-banner-title .breadcrumbs li a{
    color: #ffffff;
    font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: "/";
}
.page-detail{
    padding: 30px 0;
}
.page-detail .content{
    color: #555;
    font-size: 1rem;
    line-height: 1.75rem;
}
/*==========================
    News Detail
===========================*/
.news-detail{
    padding: 30px 0;
}
.news-detail .news-meta ul{
    background: #f8f8f8;
    border: 1px dashed #999;
    padding: .5rem 1rem;
}
.news-detail .news-meta li{
    font-size: .875rem;
    margin-right: 1rem;
}
.news-detail .content{
    color: #555;
    font-size: 1rem;
    line-height: 1.75rem;
}
.news-index{
    padding: 30px 0;
}
.news-index .news-list{
    margin-bottom: 30px;
}
.news-index .news-list .news-title h1{
    font-size: 1.85rem;
    font-weight: 600;
}
.news-index .news-list .news-title h1 a{
    color: #222;
}
.news-index .news-list .news-title h1 a:hover{
    color: #E7015E;
}
.news-index .news-meta ul{
    background: #f8f8f8;
    border: 1px dashed #999;
    padding: .5rem 1rem;
}
.news-index .news-meta li{
    font-size: .875rem;
    margin-right: 1rem;
}
.news-index .content{
    color: #555;
    font-size: 1rem;
    line-height: 1.75rem;
}
.news-index .read-more{
    margin-top: 1.5rem;
    margin-bottom: 5rem;
}
.news-index .read-more a{
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    color: #1e002c;
}
.news-index .read-more a:hover{
    color: #E7015E;
}

/*==========================
    Speakers
===========================*/
.speakers-index{
    padding: 30px 0;
}
.speakers-index .speakers-list{
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px dashed #ccc;
}
.speakers-index .speakers-list:last-child{
    border-bottom: none;
}
.speakers-index .speakers-list .content .name{
    font-weight: 700;
    font-size: 1.35rem;
}
.speakers-index .speakers-list .content .type .keynote{
    color: #4c1864;
    font-size: .899rem;
    font-weight: 600;
}
.speakers-index .speakers-list .content .type .invited{
    color: #182664;
    font-size: .899rem;
    font-weight: 600;
}
.speakers-index .speakers-list .content .type{
    margin-bottom: 1rem;
}
.speakers-index .speakers-list .content .institution{
    font-size: .8999rem;
    color: #666;
    margin-bottom: 1.5rem;
}
.speakers-index .speakers-list .content .description{
    font-size: .899rem; 
    color: #444;

}
/*==========================
    Pagination
===========================*/
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: .0;
    border-bottom-right-radius: 0;
}
.page-item.active .page-link {
    color: #131313;
    background-color: #fad03b;
    border-color:#fad03b;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.page-item .page-link {
    margin-right: 5px;
    font-weight: 600;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.page-link:hover {
    color: #222;
    text-decoration: none;
    background-color:#fad03b;
    border-color:#fad03b;
}
.page-link:hover:focus{
    box-shadow: none;
}
.page-link {
    color:#222;
    background-color: #ebebeb;
    border: 1px solid #dee2e6;
}

/*==========================
    Sidebar
===========================*/
.sidebar .widget {
    margin-bottom: 2rem;
}
.sidebar .widget .title{
    position: relative;
    text-transform: capitalize;
    color: #111111;
    font-weight: 600;
    margin-bottom: 36px;
}
.sidebar .widget .title::after {
    content: '';
    background-color: #4c1864;
    height: 4px;
    width: 30%;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: 5;

}
.sidebar .widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sidebar .widget.widget-list ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}
.sidebar .widget.widget-list ul li :hover:before {
    right: 0;
    left: 0;
    width: 100%;
}
.sidebar .widget.widget-list ul li :before {
    content: "";
    background-color: #4c1864;
    width: 0%;
    height: 1px;
    left: 0;
    bottom: -1px;
    z-index: 2;
    position: absolute;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.sidebar .widget.widget-list ul li:last-child{
    border-bottom: none;
}
.sidebar .widget.widget-list li a{
    color: #222;
    font-size: .8999rem;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.sidebar .widget.widget-list li a:hover{
    color: #e7015e;
} 
.sidebar .widget.widget-list ul li::before {
    content: "";
    background-color: #4c1864;
    width: 0%;
    height: 1px;
    left: 0;
    bottom: -1px;
    z-index: 2;
    position: absolute;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.sidebar .widget.widget-list ul li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 13px;
    content: "\f054";
    color: #1e002c;
    position: absolute;
    left: 0;
    top:0;
}
.sidebar .widget.news-list ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
}
.sidebar .widget.news-list ul li:last-child{
    border-bottom: none;
}
.sidebar .widget.news-list ul li a{
    color:#111111;
    font-weight: 700;
    display: block;
    line-height: 1.6;
    margin-bottom: 5px; 
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.sidebar .widget.news-list ul li a:hover{
    color: #e7015e;
}
.sidebar .widget.news-list ul li span{
    display: block;
    color:#555;
    font-size: .8999rem;
}
/*==========================
    Login Form
===========================*/
.login-index{
    padding: 50px 0;
    background: #e6e6e6;
}
input:-webkit-autofill{
    z-index:0;
    background: transparent !important;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

/* LOGIN 6 */
.login-box-6 {
    margin: 0 150px 0 200px;
    max-width: 700px;
    border-radius: 10px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background:#fff;
}
.login-6 .col-pad-0 {
    padding: 0;
}
.login-6 .bg-img {
    background: url(../images/cta_bg.png);
    background-color: #3a1982;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    bottom: 0;
    border-radius: 10px;
    padding: 80px 30px;
    margin: 30px 0;
    left: -60px;
}
.login-6 .bg-img .btn{
    color: #fff;
    background-color: #201046;
    border-color: #201046;
}
.login-6 .bg-img .btn:hover, .login-6 .bg-img .btn:focus{
    opacity: .85;
    color: #fefefe;
}
.login-6 .login-logo{
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    margin-bottom: 1rem;
}
.login-6 .bg-img p{
    color: #fefefe;
    font-size: .8999rem;
}
.login-6 .login-inner-form {
    color: #717171;
    text-align: center;
}
.login-6 .login-inner-form .details {
    padding: 30px 60px 30px 0;
}
.login-6 .login-inner-form h3 {
    margin: 0 0 25px;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #717171;
}
.login-6 .login-inner-form .form-group {
    margin-bottom: 20px;
}
.login-6 .login-inner-form .form-control {
    outline: none;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    outline: 0;
    font-weight: 500;
    color: #717171;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}
.login-6 .login-inner-form .checkbox {
    margin-bottom: 20px;
    font-size: 14px;
}
.login-6 .login-inner-form .checkbox {
    font-size: 14px;
}
.login-6 .login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}
.login-6 .login-inner-form input[type="checkbox"], input[type="radio"] {
    margin-top: 4px;
}
.login-6 .login-inner-form input[type="checkbox"], input[type="radio"] {
    margin-right: 3px;
}
.login-6 .login-inner-form .form-check-input {
    position: absolute;
    margin-left: 0;
}
.login-6 .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 14px;
}
.login-6 .login-inner-form .checkbox a {
    font-size: 14px;
    color:  #717171;
    float: right;
}
.login-6 .login-inner-form .checkbox a:hover{
    color:#e7015e;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.pwdMask {
    position: relative;
}
.pwdMask .pwd-toggle {
    top: 9px;
    right: 15px;
    color: #ccc;
    position: absolute;
    z-index: 2;
}

/*==========================
    Register Form
===========================*/
.register-index{
    padding: 60px 0;
    background: #f0f0f0;
}
.register-box{
    max-width: 700px;
    border-radius: 10px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background:#fff;
    margin: 0 auto;
}
.register-box .register-inner-form{
    color: #717171;
}
.register-box .register-inner-form .details{
    padding: 30px;
}
.register-box .register-inner-form .details h3{
    text-align: center;

}
.register-box .register-inner-form .col-form-label {
    color: #444;
}
.register-box .register-inner-form input[type=text].form-control,
.register-box .register-inner-form input[type=email].form-control,
.register-box .register-inner-form input[type=password].form-control {
    outline: none;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    outline: 0;
    font-weight: 500;
    color: #717171;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}
.register-box .register-inner-form textarea.form-control{
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
    outline: none;
    padding: 10px 20px;
    font-size: 15px;
    color: #717171;
}
.register-box .register-inner-form select{
    outline: none;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
    height: calc(2em + .75rem + 3px);
    padding: 10px 20px;
    font-size: 15px;
    color: #717171;
}
.custom-control-input:valid:focus~.custom-control-label::before{
    box-shadow:none !important;
}
.custom-select:focus{
    border: 1px solid #ced4da;
    box-shadow:none !important;
}
.break{
    position: relative;
    font-size: 1.2rem;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
    text-align: center;
}
.break .hrOr {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: absolute;
    display: block;
    width: 100%;
}
.break .spanOr {
    display: inline-block;
    background-color: #fff;
    padding: 0 1rem;
    text-align: center;
}
.break-separator {
    position: relative;
    text-align: center;
    padding: 1rem 0;
}
.break-separator::before {
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 0;
}
.break-separator .text {
    font-size: 1rem;
    line-height: 1.4rem;
    background: #fff;
    color: #bbb;
    padding: 0 1em;
    position: relative;
    z-index: 1;
}
.single-post-text a{
    color: #351173;
}
/*==========================
    Sweet Alert
===========================*/
.swal2-popup {
    border-radius: .125rem;
    font-size: .8999rem;
}
.swal2-styled.swal2-confirm {
    font-size: .8999rem;
    border-radius: .125rem;
    background-color: #486ff2;
}
.swal2-styled {
    padding: .375rem .75rem;
    min-width: 100px;
}
.swal2-styled:focus{
    box-shadow: none;
}
.swal2-content {
    font-size: .8999rem;
}
.swal2-content p{
    margin-bottom: .5rem;
}
/*==========================
    TABLE
===========================*/
.table thead > tr > th, .table thead > tr > td, .table tfoot > tr > th, .table tfoot > tr > td {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #dee2e6;
  color: #343a40;
  letter-spacing: 0.5px;
}
