
/*================================================
01 - IMPORTED CSS
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&amp;display=swap');

/*================================================
02 - DEFAULT CSS
==================================================*/

body {
	font-size: 15px;
	color: #373435;
	line-height: 28px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Ubuntu', sans-serif;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto
}

p {
	margin: 0
}

.no-pad-left {
	padding-left: 0
}

.no-pad-right {
	padding-right: 0
}

.no-pad-all {
	padding: 0
}

.fix {
	overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

a {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #000;
}

a:focus {
	text-decoration: none;
	outline: medium none;
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none;
	color: #e21b38;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: medium none
}

:-moz-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

::-moz-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

:-ms-input-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

::-webkit-input-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

:-ms-select-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

::-webkit-select-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

:-ms-textarea-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

::-webkit-textarea-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.evlis-btn {
	background: #e1137b none repeat scroll 0 0;
	font-size: 13px;
	font-weight: 700;
	padding: 8px 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	border-radius: 3px;
	color: #fff;
	display: inline-block
}

.evlis-btn:hover {
	color: #fff;
	background: #b90e64 none repeat scroll 0 0;
}

.site-heading {
	margin-bottom: 30px;
	width: 60%;
	margin: 0 auto;
	text-align: center
}

.site-heading h4 {
	font-family: 'Roboto', sans-serif;
	color: #ff8a01;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 3px;
}

.site-heading h2 {
	text-transform: capitalize;
	font-size: 40px;
	color: #111;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 50px;
}

.section_100 {
	padding: 100px 0;
}

.section_70 {
	padding: 70px 0;
}

.section_50 {
	padding: 50px 0;
}

.section_15 {
	padding: 15px 0
}

.pad-right {
	padding-right: 0
}

.section_t_100 {
	padding-top: 100px
}

.section_b_70 {
	padding-bottom: 70px
}

.section_70 {
	padding: 70px 0
}

.section_b_80 {
	padding-bottom: 80px
}


/*================================================
03 - NAVBAR CSS
==================================================*/

nav.navbar {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 999;
	padding-top: 10px;
	padding-bottom: 20px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.dropdown {
	padding-left: 15px;
  }
  #dropdownMenuButton {
	background: #e21b38;
	border: none!important;
  }
  .dropdown-menu.show {
	left: 20px;
  }

nav.navbar .navbar-toggler {
	border: 0;
}

nav.navbar .nav-item {
	font-size: 13px;
	font-weight: 400;
	padding-right: 12px;
	padding-left: 12px;
	color: #fff;
	text-transform: uppercase;
}

nav.navbar .nav-item:first-child {
	padding-left: 0;
}

nav.navbar .nav-item:last-child {
	padding-right: 0;
}

nav.navbar .nav-item .nav-link {
	color: #fff;
	position: relative;
	text-decoration: none;
	padding: 0;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	text-transform: capitalize;
	font-size: 15px;
}

nav.navbar .nav-item .nav-link.active {
	color: #e21b38  !important
}

nav.fixed-top {
	position: fixed;
	padding-top: 13px;
	padding-bottom: 13px;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

nav.fixed-top .logo {
	display: none
}

nav.fixed-top .logo.HideScroll {
	display: block
}

.HideScroll {
	display: none
}

nav.fixed-top .logo:focus,
nav.fixed-top .logo:hover {
	color: #000;
}

nav.fixed-top .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.fixed-top .nav-item {
	color: #000;
}

nav.fixed-top .nav-item .nav-link {
	color: #111 !important;
}

nav.fixed-top .nav-item .nav-link:before {
	background-color: #fff;
}

.navbar-nav.get_tickets {
	margin-left: 30px;
}

.navbar-nav.get_tickets a {
	background: #e1137b none repeat scroll 0 0;
	font-size: 13px;
	font-weight: 700;
	padding: 8px 15px!important;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 3px;
	color: #fff;
}


/*================================================
04 - WELCOME CSS
==================================================*/

.evlis-home-area {
	background: url(../img/slide1.png) no-repeat fixed center center/cover;
	position: relative;
	z-index: 1;
	padding: 100px 0;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.evlis-speakers-area{
background: url(../img/bg-roots.png) no-repeat fixed center center/cover;
	position: relative;
}

.evlis-home-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: -1;
}

.evlis-banner-area {
	background: url(../img/slide1.png) no-repeat fixed center center/cover;
	position: relative;
	z-index: 1;
	padding: 100px 0;
	height: 50vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.evlis-banner-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: -1;
}

.banner-welcome {
	width: 100%;
	padding-top: 410px;
	text-align: center;
}

.banner-welcome h4 {
	color: #fff;
	letter-spacing: 6px;
	text-transform: uppercase;
	font-family: 'gotham', sans-serif;
	font-weight: 500;
	font-size: 45px;
	margin-bottom: 20px;
}

.banner-welcome h1 {
	color: #fff;
	letter-spacing: 4px;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	font-family: 'gotham', sans-serif;
	margin-bottom: 10px;
        text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.banner-welcome h3 {
	color: #fff;
	letter-spacing: 4px;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 48px;
	line-height: 70px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px
}

.banner-welcome p {
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
}

.banner-action a.evlis-btn {
	margin: 20px 5px 0 5px;
}


/*================================================
05 - ABOUT AREA CSS
==================================================*/

.evlis-about-area {
	position: relative
}

.about_bg {
	position: absolute;
	width: 10%;
	left: 5%;
	top: 36%;
	opacity: 0.30;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.about-box {
	text-align: center;
	width: 75%;
	margin: 0 auto;
}

.about-box h4 {
	font-family: 'Roboto', sans-serif;
	color: #F3901D;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 3px;
}

.about-box h2 {
	text-transform: capitalize;
	line-height: 48px;
	font-size: 35px;
	color: #111;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
}

.about-box p {
	font-size: 16px;
	color: #333;
	letter-spacing: 0.4px;
	letter-spacing: .025rem;
}

.about-box a.evlis-btn {
	margin-top: 30px
}


/*================================================
06 - COUNTDOWN AREA CSS
==================================================*/

.countdown-box {
	background: url(../img/promo.jpg) no-repeat scroll 0 0/cover;
	position: relative;
	text-align: center;
	border-radius: 5px;
	z-index: 1;
	padding-bottom: 60px;
	padding-top: 40px;
}

.countdown-box:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: -webkit-linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
	background: linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.flip-clock-wrapper {
	width: 56%;
	margin: 50px auto 0;
	display: block
}

.flip-clock-divider .flip-clock-label {
	position: absolute;
	top: -30px;
	right: -96px;
	color: #fff;
	text-shadow: none;
	letter-spacing: 3px;
	font-size: 16px;
	font-weight: 600;
}

.flip-clock-divider.minutes .flip-clock-label {
	right: -105px;
}

.flip-clock-divider.seconds .flip-clock-label {
	right: -110px;
}

.flip-clock-wrapper .flip {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.74);
}

.flip-clock-wrapper ul {
	background: #fff
}

.flip-clock-wrapper ul li a div div.inn {
	text-shadow: 0 1px 2px #fff;
	background-color: #fff;
	color: #080829
}

.flip-clock-dot {
	background: #fff none repeat scroll 0 0
}

.countdown-box form {
	width: 45%;
	margin: 50px auto 0;
	position: relative;
	height: 45px;
	background: #fff;
	border-radius: 30px
}

.countdown-box form input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: medium none;
	background: transparent;
	padding: 5px 100px 5px 20px;
	border-radius: 30px 0 0 30px
}

.countdown-box form button {
	position: absolute;
	right: 0;
	width: auto;
	height: 100%;
	border: medium none;
	cursor: pointer;
	padding: 8px 20px;
	border-radius: 0 30px 30px 0;
	color: #ff8a01;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 3px;
	background: rgba(255, 7, 99, 0.06);
}


/*================================================
07 - ATTEND AREA CSS
==================================================*/

.evlis-why-attend-area {
	position: relative
}

.attend-left h2 {
	text-transform: capitalize;
	font-size: 40px;
	color: #111;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 50px;
}

.attend-left p {
	letter-spacing: 0.4px;
	letter-spacing: .025rem;
	font-size: 16px;
	color: #333;
}

.attend-left a.evlis-btn {
	margin-top: 30px
}

.attend-left h4 {
	font-family: 'Roboto', sans-serif;
	color: #ff8a01;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 3px;
}

.attend-image {
	width: 60px;
	height: 60px;
	margin: 0 auto 15px;
}

.attend-image img {
	width: 100%;
	height: 100%
}

.attend-text h3 {
	font-family: 'Roboto', sans-serif;
	color: #111;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.attend-text h3:hover {
	color: #e1137b
}

.attend-right {
	position: relative;
}

.attend-right:before {
	position: absolute;
	content: "";
	top: 49%;
	left: 0;
	height: 1px;
	width: 100%;
	background: #f0f0ff;
}

.attend-right:after {
	position: absolute;
	content: "";
	top: 0;
	left: 49%;
	width: 1px;
	background: #f0f0ff;
	height: 100%;
}

.single-attend-box {
	padding: 20px 0;
	text-align: center;
}

.attend-bg,
.about_bg,
.schedule_bg, .speaker_bg {
	animation-name: float-bob;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-bob;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: float-bob;
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob;
	-ms-animation-duration: 1.5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob;
	-o-animation-duration: 1.5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}


/* Bob */

@-webkit-keyframes float-bob {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes float-bob {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

.attend-bg {
	position: absolute;
	top: -220px;
	left: -180px;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}


/*================================================
08 - VENUE AREA CSS
==================================================*/

.evlis-venue-area {
	background: #fbfbfd none repeat scroll 0 0
}

.venue-text {
	padding: 20px;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
}

.venue-image {
	position: relative;
}

.venue-image p {
	position: absolute;
	top: 15px;
	width: auto;
	left: 15px;
	display: inline-block;
	padding: 5px 18px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	border-radius: 20px;
}

.venue-date-1 {
	background: #e1137b none repeat scroll 0 0;
}

.venue-date-2 {
	background: #ff8a01 none repeat scroll 0 0;
}

.venue-text h3 {
	font-family: 'Roboto', sans-serif;
	color: #111;
	text-transform: capitalize;
	font-weight: 500;
	display: inline-block;
	font-size: 24px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.venue-text h3:hover {
	color: #e1137b
}

.venue-box {
	margin-top: 30px;
}


/*================================================
09 - PROMO AREA CSS
==================================================*/

.evlis-promo-area {
	background: url(../img/promo.jpg) no-repeat fixed 0 0/cover;
	position: relative;
	text-align: center;
	z-index: 1;
}

.evlis-promo-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: -webkit-linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
	background: linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.promo-box p {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 3px;
}

.promo-box h2 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 3px;
	font-size: 40px;
	display: inline-block;
	border-top: 2px solid #fff;
}


/*================================================
10 - SCHEDULE AREA CSS
==================================================*/

.evlis-schedule-area {
	background: #fbfbfd none repeat scroll 0 0;
	position: relative
}

.schedule_bg {
	position: absolute;
	right: 0;
	bottom: 20%;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.offer-tabs {
	width: 75%;
	margin: 30px auto 0;
}

#offerTab {
	float: none;
	text-align: center;
	display: block;
	border-bottom: 0px solid #dee2e6 !important
}

#offerTab li.nav-item {
	display: inline-block !important;
	margin: 0 5px;
}

#offerTab li a.nav-link.active {
	display: inline-block;
	text-transform: capitalize;
	font-size: 18px;
	text-align: center;
	letter-spacing: 5px;
	border: medium none;
	padding: 8px 18px;
	line-height: 25px;
	background: #e21b38 none repeat scroll 0 0;
	font-weight: 700;
	color: #fff;
	border-radius: 3px;
}

#offerTab li a.nav-link {
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	letter-spacing: 5px;
	border: 1px solid #e1137b;
	padding: 8px 18px;
	line-height: 25px;
	font-weight: 700;
	color: #111;
	border-radius: 3px;
}

#offerTab li a.nav-link.active {
	border: medium none
}

#offerTab li a.nav-link.active span {
	border-top: 1px solid #fff
}

#offerTab li a.nav-link span {
	display: block;
	font-size: 13px;
	letter-spacing: 3px;
	border-top: 1px solid #e1137b
}

.single-schedule-item {
	margin-top: 30px;
	padding: 30px;
	box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
	background: #fff none repeat scroll 0 0;
}

.schedule-time h3 {
	width: auto;
	display: inline-block;
	padding: 8px 18px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
	border-radius: 5px;
	background: #ff8a01 none repeat scroll 0 0;
	margin-bottom: 15px;
}

.schedule-details h3 {
	font-family: 'Roboto', sans-serif;
	color: #111;
	text-transform: inherit;
	font-weight: 500;
	display: inline-block;
	font-size: 24px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.schedule-details h3:hover {
	color: #e21b38;
}


/*================================================
11 - SPE
KERS AREA CSS
==================================================*/

.single-speakers {
	margin-top: 30px;
}
.speaker_bg {
	position: absolute;
	right: 0;
	bottom: 20%;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.speakers-image {
	position: relative;
	padding: 15px;
	-webkit-transform: rotate(-3deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.speakers-image:after {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: -webkit-linear-gradient(45deg, rgb(226, 27, 56) 0%, rgb(255, 138, 1) 100%);
	background: linear-gradient(45deg, rgb(226, 27, 56) 0%, rgb(255, 138, 1) 100%);
	z-index: -1;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.speakers-image img {
	width: 100%;
	-webkit-transform: rotate(3deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.single-speakers:hover .speakers-image {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.single-speakers:hover .speakers-image img {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.speakers-info {
	padding-top: 20px;
}

.speakers-info h3 {
	font-family: 'Roboto', sans-serif;
	color: #111;
	text-transform: capitalize;
	font-weight: 500;
	display: inline-block;
	font-size: 20px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.speakers-info h3:hover {
	color: #F3901D
}

.speakers-info p {
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
	letter-spacing: 2px;
}


.contact-address i, .contact-phone i, .contact-email i{
	font-size: 48px;
display: inline-block;
margin-bottom: 10px;
color: #e21b38;
}









/*================================================
17 - FOOTER AREA CSS
==================================================*/

.evlis-footer-area {
	background: #fbfbfd none repeat scroll 0 0;
	padding: 50px 0 40px 0px;
}

.footer-copyright p {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #ddd;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #333;
}

.footer-box {
	text-align: center
}

.footer-box-right ul {
	margin-top: 20px;
	text-align: center
}

.footer-box-right ul li {
	display: inline-block
}

.footer-box-right ul li a {
	display: block;
	color: #111;
	padding: 5px 10px;
}

.footer-box-right ul li a:hover {
	color: #ff8a01
}

.abstract_50{
	padding-top:50px;
}
