@import url('https://fonts.googleapis.com/css?family=Asap:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Overpass:300,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800&display=swap');
*{
    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: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #444;
}

/*==========================
	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
===========================*/
.mid-header{
    background: #fff;
    padding: 10px 0;
}
.mid-header .mid-right{
    float: right;
}
.mid-header .mid-right ul{
    padding: 0;
    margin: 0;
}
.mid-header .mid-right ul li{
    display: inline-block;
    padding-left: 40px;
}
.mid-header .mid-right ul li:first-child{
    padding-left: 0;
}
.mid-header .mid-right ul li .icon{
    float: left;
    padding-top: 8px;
}
.mid-header .mid-right ul li .icon i{
    color: #aaa;
    font-size: 24px;
}
.mid-header .mid-right ul li .invo{
    padding-left: 11px;
    overflow: hidden;
}
.mid-header .mid-right ul li .invo .label{
    padding-bottom: 0;
    margin-bottom: 0;
    color:#999999;
    font-size: 13px;
}
.mid-header .mid-right ul li .invo .text{
    margin-bottom: 0;
    padding-bottom: 0;
    color:#555555;
    font-weight: 400;
    font-size: 14px;
}
/* -- */
.navbar-brand{
    display: none;
}
.navbar{
    padding: 0 1rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-gs{
    background: rgba(255,255,255, 1);
    border-top: 1px solid #eeeeee;
    box-shadow: 0px 1px 1px rgba(81, 81, 81, 0.3);
}
.navbar-gs .navbar-nav .nav-link {
    color: #333;
}
.navbar-gs .navbar-nav .nav-link:hover {
    color: #f62b0a;
}
.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(0,0,0, .9)' 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 .navbar.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 0 0 0;
    animation: sticky .4s;
}
.header .navbar.sticky .navbar-gs{
    background: rgba(255,255,255, .9);
}
.header .navbar.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: 400;
    font-size: .95rem;
    line-height: 58px;
    padding: 0 13px;
    display: block;
}

.header .navbar.sticky ul.navbar-nav > li > a {
    font-size: 14px !important;
    line-height: 45px !important;
}
.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: #f62b0a;
    margin-left: 30px;
    color: #ffffff;
} 
.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: #f62b0a;
    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;
}
.nav-account{
    background: #F7630C;
}
.nav-account .nav-link{
    color: #fff !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
/*--------------------------------
	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.5);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}
.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: #fff;
}
.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: #4B5150 !important;
    border: none;
    z-index: 100;
    height: 40px;
    width: 40px;
    border: 1px solid #4B5150 !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: rgba(75, 81, 80, 0.85) !important;
    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;
}

.home-slide-description .second-line i{
    color: #F7630C;
}

/*==========================
    count down
===========================*/
.qn-countdown{
    margin-top: -95px;
    position: relative;
}
.qn-countdown .container{
    position: relative;
}
.countdown{
    padding: 2rem 0;
    text-align: center;
    position: relative;
    z-index: 1;
} 
.qn-countdown .block-countdown{
    background: #F7630C;
    padding: 2rem 0;
    border-radius: .5rem;
}
.tg-eventcounter{
    text-align: center;
    background:transparent;
    display: inline-block;
    position: relative;
}
.tg-eventcounter span:first-child{
    font-size: 3rem;
    line-height: 1.1;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding: 0 40px;
}
.tg-eventcounter span:last-child {
    color: #fff;
    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: #96330f;
    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: #96330f;
    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
===========================*/
.overview{
    padding-bottom: 90px;
}
.overview .section-header .tagline{
    font-size: 18px;
    margin-bottom: 0;
    color: #888;
}
.overview .section-header .title{
    font-size: 36px;
    font-weight: 700;
    color: #444;
    margin-bottom: 1rem;
}

/*==========================
    All Speakers
===========================*/
.gs-speakers-bg{
    font-family: 'Overpass', sans-serif;
    background: url(../images/speakers-bg.jpg);
    background-position: center -34.64px;
}
.gs-speakers-bg{
    padding-top: 90px;
    padding-bottom: 70px;
}
.gs-speakers .gs-heading{
    padding: 1rem 0;
}
.gs-speakers .gs-heading .gs-title{
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
}
.gs-eventspeakerslider {
    position: relative;
}
.gs-eventspeakerslider .item {
    padding: 0 15px;
}
.gs-eventspeakerslider, .item {
    width: 100%;
    float: left;
}
.gs-speakerimg {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 20px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.gs-thumbnail-overlay {
    background-color: #F7630C;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -webkit-transition: opacity .3s;
}
.gs-speakerimg:hover .gs-thumbnail-overlay {
    filter: alpha(opacity=65);
    opacity: .65;
}
.gs-speakerimg:hover .gs-thumbnail-overlay-icon{
    opacity: 1;
}
.gs-thumbnail-overlay-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    margin-top: -17px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -webkit-transition: opacity .3s;
}
.gs-thumbnail-overlay-icon a{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px; 
    display: inline-block;
    padding-top: 6px;
}
.gs-speakerimg img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.gs-contentbox {
    width: 100%;
    float: left; 
}
.gs-title {
    width: 100%;
    float: left;
    margin: 0 0 13px;
}
.gs-title h2 a {
    color: #fff;
    display: block;
    font-size:1rem;
    font-weight: 600;
}
.gs-title span {
    color: #ccc;
    display: block;
    font-size: .875rem;
    line-height: 1rem;
}
.gs-eventspeakerslider.owl-theme .owl-nav {
    position: absolute;
    top: -65px;
    left: 0;
}
.gs-eventspeakerslider.owl-theme .owl-nav .owl-next {
    top: 0;
    right: 1rem;
    background: #F7630C !important;
    color: #fff;
    border-radius: .125rem !important;
    border: none !important;
    width: 50px;
    height: 30px;
    padding: .5rem 1rem;
}
.gs-eventspeakerslider.owl-theme .owl-nav .owl-prev {
    top: 0;
    right: 4.3rem;
    left: unset;
    background: #F7630C !important;
    color: #fff;
    border-radius: .125rem !important;
    border: none !important;
    width: 50px;
    height: 30px;
}
.gs-eventspeakerslider.owl-theme .owl-dots {
    position: absolute;
    bottom: -50px;
    left: 0;
}


.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;    
}

.home-page{
    position: relative;
    padding-bottom: 90px;
}
.home-page .container{
    max-width: unset;
    width: unset;
    display: block;
}
.home-page .section-header{
    padding: 2rem 0;
}
.home-page .section-header .title{
    position: relative;
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.home-page .section-header .title::after{
    content: '';
    background-color: #F7630C;
    height: 4px;
    width: 200px;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: 5;
}
.home-sidebar{
    padding-top: 3rem;
}

/*==========================
    Sidebar
===========================*/
.sidebar .widget {
    margin-bottom: 2rem;
}
.sidebar .widget .title{
    font-family: 'Raleway', sans-serif;
    position: relative;
    text-transform: capitalize;
    color: #111111;
    font-weight: 600;
    margin-bottom: 36px;
}
.sidebar .widget .title::after {
    content: '';
    background-color: #F7630C;
    height: 4px;
    width: 120px;
    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: #F7630C;
    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: #F7630C;
} 
.sidebar .widget.widget-list ul li::before {
    content: "";
    background-color: #F7630C;
    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: 12px;
    content: "\f054";
    color: #555;
    position: absolute;
    left: 0;
    top: 2px;
}
.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:#555;
    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: #F7630C
}
.sidebar .widget.news-list ul li span{
    display: block;
    color:#555;
    font-size: .8999rem;
}

/*==========================
    Banner Title
===========================*/
.inner-page-banner{
    margin-top: 110px;
    margin-bottom: 50px;
    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;
}
.inner-page-banner-overlay{
    background-color: #373737;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .65; 
}
.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: "/";
}

/*==========================
    News Detail
===========================*/
.news-detail{
    padding: 0 0 30px;
}
.news-detail .news-image{
    border: 1px solid #dedede;
    background: #f8f8f8;
    padding: .5rem;
}
.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: 0 0 30px;
}
.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: #F7630C;
}
.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: #222;
}
.news-index .read-more a:hover{
    color: #F7630C;
}

/*==========================
    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: #F7630C;
    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;
}


/*==========================
    Footer
===========================*/
.gs-footer {
    font-family: 'Raleway', sans-serif;
    font-size: .899rem;
    font-weight: 300;
    background: #161616;
    color: #fefefe;
    padding: 5rem 0 0;
}
.gs-footer .footer-content{
    padding-bottom: 2rem;
}
.gs-footer .footer-title{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #ddd;
}
.gs-footer .footer-contact-box .contact-item{
    margin-bottom: 1rem;
    color: #dedede;
}
.gs-footer .footer-contact-box .contact-item i{
    font-size: 16px;
    width: 24px;
}
.gs-footer .social-inline{
    padding: 0;
    margin: 0;
}
.gs-footer .social-inline li{
    display: inline-block;
}
.gs-footer .social-inline li a{
    width: 36px;
    height: 36px;
    color: #dedede;
    border: 1px solid #dedede;
    display: inline-block;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    margin-right: 5px;
}
.gs-footer .social-inline li a:hover{
    color: #eee;
    background: #F7630C;
    border-color: #F7630C;
}
.gs-footer .news-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.gs-footer .news-content ul li{
    position: relative;
    padding-left: 17px;

}
.gs-footer .news-content ul li::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 12px;
    content: "\f054";
    color:#dedede;
    position: absolute;
    left: 0;
    top: 1px;
}
.gs-footer .news-content ul li{
    margin-bottom: .5rem;
}
.gs-footer .news-content ul li a{
    color: #dedede;
}
.gs-footer .news-content ul li a:hover{
    color: #F7630C;
}
.gs-footer .btn-theme{
    color:#ffffff;
    background-color:#F7630C;
    border-color:#aa4003;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}
.gs-footer .btn-theme:hover{
    background-color:#d15108;
}
.gs-footer .btn{
    border-radius: 0;
}
.gs-footer .footer-copyright{
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.gs-footer .footer-copyright .gt-logo {
    padding: 15px 0;
}
.gs-footer .footer-copyright .powered {
    max-width: 80%;
    text-align: right;
    margin: 0;
    padding: 15px 0;
}
.gs-footer .footer-copyright .powered a{
    color: #dedede;
}
.gs-footer .footer-copyright .powered a:hover{
    color: #fff;
    text-decoration: underline;
}


/*==========================
    Login Form
===========================*/
.login-index{
    padding: 50px 0;
    margin-top: 100px;
    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: #ff8035;
    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: #db5201;
    border-color: #bf4903;
}
.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;
}
.btn-theme:hover {
    background-color: #d15108;
    color: #ffffff;
}
.btn-theme {
    color: #ffffff;
    border-radius: 0;
    background-color: #F7630C;
    border-color: #aa4003;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}


/*==========================
    Register Form
===========================*/
.register-index{
    padding: 60px 0;
    margin-top: 100px;
    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;
}