* {
	outline: 0 !important;
	transition: all 0.3s ease-in-out;
}
html, body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #999; 
	background: #fff;
	overflow-x: hidden;
	padding: 0 !important;
}
h1, h2, h3, h4, h5, h6 {	
	font-weight: 700;
	color: #fff;
}
a {
	color: #fff;
}
a:hover {
	color: #00F5FF;
	text-decoration: none;
}
p {
	margin-bottom: 5px;
}

.bgvioletlblueopacity {
	background: rgb(0,88,255);
	background: linear-gradient(0deg, rgba(0,88,255,0.4969187504103204) 0%, rgba(173,4,160,0.49971987085849967) 100%); 
	color: #fff;
}
.bgvioletlbluev {
	background: rgb(0,88,255);
	background: linear-gradient(0deg, rgba(0,88,255,1) 0%, rgba(173,4,160,1) 100%); 
	color: #fff;
}
.bgvioletlblueh {
	background: rgb(0,88,255);
	background: linear-gradient(93deg, rgba(0,88,255,1) 0%, rgba(173,4,160,1) 100%); 
	color: #fff;
}
.bgbluevioletv {
	background: rgb(1,9,96);
	background: linear-gradient(180deg, rgb(0, 26, 109) 0%, rgba(173,4,160,1) 100%);
	color:#fff;
}
.bgviolet {
	background: rgb(1,9,96);
	background: linear-gradient(216deg, rgba(1,9,96,1) 0%, rgba(173,4,160,1) 100%); 
	color: #fff;
}
.bgviolet2 {
	background: rgb(1,9,96);
	background: linear-gradient(90deg, rgba(1,9,96,1) 0%, rgba(173,4,160,1) 100%); 
	color: #fff;
}
.bgblue1 {
	background: rgb(0,24,105);
	background: linear-gradient(270deg, rgba(0,24,105,1) 0%, rgba(0,88,255,1) 100%); 
	color: #fff;
}
.bgblue2 {
	background: rgb(0,24,105);
	background: linear-gradient(90deg, rgba(0,24,105,1) 0%, rgba(0,88,255,1) 100%); 
	color: #fff;
}
/*.btnblue-sm {
	background: rgb(0,245,255);
	background: linear-gradient(90deg, rgba(0,245,255,1) 100%, rgba(173,4,160,1) 100%); 
	padding: 10px 20px;
	color: #fff;
	position: relative;
	font-weight: bold;
	font-size: 120%;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	margin: 10px 0;
	transition: all 0.3s ease-in-out;
	background-size: 100%;
	background-position: left;
}
.btnblue-sm:hover {
	background: linear-gradient(-90deg, rgba(0,245,255,1) 0%, rgba(173,4,160,1) 100%); 
	color: #fff;	
	background-size: 400%;
}*/

.btnblue-sm {
	background: rgb(0,245,255);
	background: linear-gradient(-90deg, rgba(0,245,255,1) 0%, rgba(173,4,160,1) 100%);  
	padding: 10px 20px;
	color: #fff;
	position: relative;
	font-weight: bold;
	font-size: 120%;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	margin: 10px 0;
	transition: all 0.3s ease-in-out;
	background-size: 400%;
	background-position: left;
}
.btnblue-sm:hover {
	background: linear-gradient(-90deg, rgba(0,245,255,1) 100%, rgba(173,4,160,1) 0%); 
	color: #fff;	
	background-size: 400%;
}
.btnblue-sm::before {
	content: " ";
	position: absolute;
	left: -7px;
	top: -7px;
	border: 1px solid #00F5FF;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.btnblue-sm-b {
	background: rgb(0,245,255);
	background: linear-gradient(90deg, rgba(0,245,255,1) 100%, rgba(173,4,160,1) 100%); 
	padding: 8px 15px;
	color: #fff;
	position: relative;
	font-weight: bold;
	font-size: 110%;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	margin: 10px 0;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	background-size: 100%;
	background-position: left;
}
.btnblue-sm-b:hover {
	background: linear-gradient(-90deg, rgba(0,245,255,1) 0%, rgba(173,4,160,1) 100%); 
	color: #fff;	
	background-size: 400%;
}
.btnblue-sm-b::before {
	content: " ";
	position: absolute;
	left: 7px;
	bottom: -7px;
	border: 1px solid #00F5FF;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.btnblue-lg {
	background: rgb(0,245,255);
	background: linear-gradient(90deg, rgba(0,245,255,1) 100%, rgba(173,4,160,1) 100%); 
	padding: 20px 40px;
	color: #fff;
	position: relative;
	font-weight: bold;
	font-size: 150%;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	margin: 10px 0;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	background-size: 100%;
	background-position: left;
	transition: all 0.3s ease-in-out;
}
.btnblue-lg:hover {
	background: linear-gradient(-90deg, rgba(0,245,255,1) 0%, rgba(173,4,160,1) 100%); 
	color: #fff;	
	background-size: 400%;
}
.btnblue-lg::before {
	content: " ";
	position: absolute;
	top: -7px;
	left: -7px;
	border: 1px solid #00F5FF;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.btn.digital {
	background-color:#05b1eb;
	border-color:#05b1eb;
}

.btn.green {
	background-color:#38ae70;
	border-color:#38ae70;
}

.btn.smes {
	background-color:#8717b5;
	border-color:#8717b5;
}

.btn.digital:not(:disabled):not(.disabled).active, .btn.green:not(:disabled):not(.disabled).active, .btn.smes:not(:disabled):not(.disabled).active{
  border-color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38,143,255,0);
}


/* header */
header {
	z-index: 999;
	position: relative;
}
.navbar-brand.logo img {
	width: 175px;
}
.fas.fa-bars {
	color: #fff;
}
a.nav-link {
	letter-spacing: -0.5px;
	font-size: 93%;
}

.navbar-brand {
	margin-right: 1rem;
}
.navbar-toggler {
	position: absolute;
	right: 0;
	top: 30px;
}
.follow {
	transform: scale(0.8) translateY(-20px);
}

/************************************************/
.innovations {
	padding: 70px 0;
}

.innovations-item {
	background: #fff;
	color: #02106e;
	position: relative;
	margin: 20px 0;
}
.innovations-item	.iinfo {
	position: relative;
}
.innovations-item	.iinfobg {
	background-color: #fff;
	min-height: 25px;
	position: relative;
	z-index: 2;
}
.innovations-item	.iinfo:after {
	content: " ";
	position: absolute;
	left: 7px;
	bottom: -7px;
	border: 1px solid #00F5FF;
	height: 100%;
	width: 100%;
	z-index: 0;
	transition: all 0.3s linear;
}
.innovations-item .image {
	overflow: hidden;
}
.innovations-item:hover .image img {
	transform: scale(1.1);
}
.innovations-item:hover .iinfo:after {
	border: 7px solid #ad04a0;
}
.innovations-item .title {
	padding: 15px;
	min-height: 100px;
}
.innovations-item .title h5 {
	color: #02106e;	
	font-size: 1rem;
}
.innovations-item:hover h5 {
	color: #ad04a0;
}
.innovations-item .date, .innovations-item .idate {
	padding: 5px 15px;
	font-size: 11px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #ad04a0;
}
.innovations-item .itext {
	padding: 15px;
	min-height: 100px;
	font-size: 12px;
}
.rmore {
	position: absolute;
	left: 10px;
	bottom: 10px;		
}
.rmore img {
	width: 25px;
	height: auto;
	position: relative;
}

.innovations .catbtn {
	height: 40px;
	font-size: 10px;
	line-height: 13px;
	font-weight: 500;
	margin: 1%;
	width: 96%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.3s ease-in-out;	
}
.innovations .catbtn .gname {
	display: block;
	text-align: left;
}
.innovations .catbtn:hover, .innovations .catbtn.active {		
	justify-content: flex-end;
	align-items: center;	
}
.innovations .catbtn:hover .gname {
	text-align: right;
}
.isearch {
	padding: 20px;
	border: 1px solid #00f5ff;
}
.rmenu {
	margin: 20px 0 0 0;
}
#submitSearch {		
	display: none;
}
#year {
	font-size: 12px;
	padding: 3px 10px;
}
#AllContent {
	position: absolute;
	right: 10px;
	top: -70px;
}
#publ-search {
	background: rgba(4, 243, 255, 0.2);
}
.clearable__clear {
	display: none;
	position: absolute;
	right: 10px;
	top: 0;
	padding: 2px 10px;
	font-style: normal;
	font-size: 36px;
	user-select: none;
	cursor: pointer;
	font-weight: bold;
	color: #cc0002;
	line-height: 28px;
}


/************************************************/
.modal-header {
	border: none;
	position: absolute;
	right: 0;
	top: -40px;
	background: #fff;
	border-radius: 0;
	padding: 10px;
	text-align: center;
	width: 40px;
	height: 40px;
}
.modal-header .close {
	padding: 0;
	margin: 0;
	color: #000;
	width: 100%;
	font-size: 2rem;
	line-height: 1rem;
}
.modal-content {
	background-image: url('images/categories.svg');
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center 30px;
	padding-top: 150px;
	padding-bottom: 50px;
	border-radius: 0;
	position: relative;
}
.modal-content:before {
	content: " ";
	position: absolute;
	left: -15px;
	top: -15px;
	border: 1px solid #00F5FF;
	height: 100%;
	width: 100%;
	z-index: -1;
}
#cat1model .modal-content {
	background-color: #237449;		
}
#cat2model .modal-content {
	background-color: #43C0EA;		
}
#cat3model .modal-content {
	background-color: #DE8D32;		
}
#cat4model .modal-content {
	background-color: #C3365F;		
}
.banner_cats {
	padding: 100px 0;
	position: relative;
	background-image: url('/images/categories.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.catbtn {
	height: 75px;
	border-radius: 50px;
	padding: 5% 20% 5% 10%;
	font-size: 1.8rem;
	line-height: 1.2rem;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
	border: none;
	width: 100%;
	color: #fff;
	text-align: left;
	position: relative;
	margin-bottom: 25px;
}
.catbtn img {
	position: absolute;
	left: 74%;
	right: 2%;
	height: 90%;
	top: 5%;
	bottom: 5%;
	transition: all 0.3s ease-in-out;
	border-radius: 50%;
}
.catbtn:hover, .catbtn.active {
	padding: 5% 10% 5% 20%;
	background: #00f5ff !important;
	text-align: right;
	color: #082269;
}
.catbtn:hover img, .catbtn.active img {
	right: auto;
	left: 2%;
}

.banner_content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding-top: 250px;
	z-index: 1;
}
.banner_content h1 {
	font-size: 4rem;
	line-height: 4rem;
}
.banner_content h3 {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 2rem;
}
.banner_content .date {
	font-size: 2rem;
	line-height: 3rem;
}
.banner_content .apply {
	margin: 50px 0;
	display: inline-block;
}

.banner_mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.mod_inx_banner {
	margin-top: -85px;
	z-index: 1;
}
.mod_inx_banner_video {		
	position: relative;
	height: 85vh;
	min-height: 750px;
}
.mod_inx_banner_video video {
	width: 100%;
	min-height: 70vh;
	height: 100%;
	background-size: cover;
	object-fit: cover;
	cursor: pointer;
}
.mod_inx_banner_image {
	width: 100%;
	min-height: 400px;
	background-size: cover;
	position: relative;
}

.article_image .catbtn {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 999;
	padding: 10px 80px 10px 20px;
	max-width: 300px;
}
.article_image .catbtn:hover {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 999;
	padding: 10px 20px 10px 80px;
	max-width: 300px;
}

/************************************************/


.mousedown {	
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 999;
	bottom: 50px;
}
.mousedown a {
	position: relative;
	animation: updown 2s infinite;
	width: 55px;
	height: 55px;
	display: inline-block;
}
.mousedown img {
	position: relative;  
	width: 25px;
}
@keyframes updown {
	0%, 100% {
		top: 10px;
	}
	50% {
		top: 0px;
	}
}

.innovations-item:hover .rmore img {
	animation: leftright 1.5s infinite;
}
@keyframes leftright {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
}

.slick-initialized .slick-slide > .row {
	width: 100%;
	overflow: hidden;
}

.insights {
	background: rgb(0,88,255);
	background: linear-gradient(-90deg, rgba(5, 14, 108,1) 0%, rgba(173,4,160,1) 100%); 
	color: #fff;
	padding: 70px 0;
	max-height: 660px;
}

.insight {
	height: 100%;
	background-color: #fff;
	color: #050e6c;
	margin: 10px;
	padding: 0;
	height: 350px;
	display: flex !important;
	justify-content: center;
	font-size: 0.8rem;
	line-height: 0.8rem;
}
.insight h5 {
	color: #050e6c;	
}
.insight .col-5 {
	padding-right: 0;
}
.insight .image {
	height: 100%;
	display: flex;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.insight .image img {
	object-fit: cover;
	object-position: center;
}
.insight .icontent {
	padding: 20px;
	position: relative;
	height: 100%;
}

.insight .category {
	margin-bottom: 10px;
	color: #ad04a0;
}
.insight .jury_category {
	margin-bottom: 15px;
}
.insight .text {
	margin: 10px 0 20px 0;
	font-size: 12px;
}
.insight .company {
	margin: 10px 0;
}
.insight .company_small {
	margin: 5px 0;
	font-size: 0.7rem;
}

.insight .title h5 {
	color: #050e6c;	
	font-size: 1rem;
}
.insight .rmore {
	left: 0;
}
.insight .rmore img {
	position: absolute;
	left: 15px;
	bottom: 5px;
}
.insight .more a {
	color: #050e6c;
}
.insight .date {
	position: absolute;
	right: 25px;
	bottom: 10px;
	font-size: 11px;
}	
.insight:hover .image img {
	transform: scale(1.1);
}
.insight:hover h5 {
	color: #ad04a0;
}
.slick-dots li button::before {
	font-size: 16px;
	color: #fff;
}
.slick-dots li.slick-active button::before {
	opacity: .75;
	color: #fff;
}

#top-innovators .newsitemcontent {
	width:100%;
}


#innovations .tab-content, .search-results {
	min-height: 420px;
}
#quotes .iimage {
	position: relative;
	height: 220px
}
.iimage .caticon {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 40px;
	z-index: 99;
	border-radius: 50%;
	border: 1px solid #02106e;
	box-shadow: 0 0px 5px rgba(0,0,0,0.2);
}
#quotes .innovations-item .title h5 {
	font-size: .75rem !important;
}
#quotes {
	margin-top: -50px;
}
#quotes h4 {
	display: none;
}
/************************************************/

.vposter {
		width: 100%;
	}
	.mod_inx_calendar {
		position: relative;
		z-index: 0;
		padding: 75px 0;
		text-align: center;
	}
	.mod_inx_calendar .clink {
		margin-top: 50px;
		display: inline-block;
	}

	.mod_inx_apply {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		z-index: 0;
		padding: 75px 0;
	}
	.apply_mask {
		background-color: rgba(21, 77, 242, 0.5);
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	#vmodal .modal-body {
		padding: 0;
	}
	#vmodal .modal-content {
		padding: 0;
		background: transparent;
	}

	.mod_inx_apply h2 {
		font-size: 3rem;
		line-height: 4rem;
	}
	.mod_inx_apply h4 {
		font-size: 1.2rem;
		font-weight: normal;
	}
	.mod_inx_apply h3 {
		font-size: 1.3rem;
		line-height: 1rem;
	}

	.steps {
		line-height: 1.2rem;
	}
	.sicon {
		max-width: 100%;
		height: auto;
	}
	.si1 {
		background-color: #00f5ff;
		padding: 5px;
		border-radius: 40px 40px 0 0;

	}
	.si2 {
		background-color: #00f5ff;
		padding: 5px;	

	}
	.si3 {
		background-color: #00f5ff;
		padding: 5px;
		border-radius: 0 0 40px 40px;

	}

	.mod_inx_apply_video {
		position: relative;
	}
	.avideomask {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(0, 25, 106, 0.8);
	}
	.vtitle {
		position: absolute;
		left: -30px;
		bottom: 50px;
		font-size: 1.5rem;
		line-height: 2rem;
		content: #fff;
		z-index: 9;
		font-weight: bold;
	}
	.fa-play {
		border: 2px solid #fff;
		padding: 10px;
	}
	.vplay {
		border: none;
		background: transparent;
		color: #fff;
	}
	.vlink {
		position: relative;
		border: none;
		padding: 10px 20px;
		text-align: center;
		margin: 50px 0 20px 10px;
		font-size: 1.2rem;
		font-weight: bold;
		transition: all 0.2s linear;
		background-size: 100%;
		background-position: left;
		display: inline-block;
	}
	.vlink:before {
		content: " ";
		position: absolute;
		left: -7px;
		top: -7px;
		border: 1px solid #00F5FF;
		height: 100%;
		width: 100%;
		z-index: -1;
	}
	.vlink:hover {
		background-size: 400%;
		background-position: right;
	}
	.vlink:hover:before {
		border-color: #fff;
	}

	#videoModal .modal-content {
		background: #000;
		padding: 0;
	}
	#videoModal .modal-header {		
		background: #000;
	}
	#videoModal .modal-header .close {
		color: #fff;
	}

	
	@media only screen and (max-width: 768px) {
		.mod_inx_apply h2 {
			font-size: 3rem;
			line-height: 4rem;
		}
		.modal.show .modal-dialog {
			margin-left: 20px;
		}
		.vtitle {
			font-size: 1.2rem;
		}
	}




/************************************************/


.mod_inx_news {
	position: relative;
	z-index: 0;
	padding: 75px 0;
	max-height: 650px;
}

.newsitem {
	height: 100%;
	background-color: #fff;
	color: #050e6c;
	margin: 10px;
	padding: 0;
	height: 350px;
	display: flex !important;
	justify-content: center;
	font-size: 0.8rem;
	line-height: 0.8rem;
	position: relative;
}
.newsitem .image {
	/*height: 150px;*/
	display: flex;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/*padding: 0;*/
  	padding-bottom:56%;
	margin: 0;
}
.newsitem .icontent {
	padding: 20px;
	position: relative;
	/*height: calc(100% - 150px);*/
  	height: 44%;
}
.newsitem .rmore img {
	position: absolute;
	left: 15px;
	bottom: 5px;
}
.newsitem .title h5 {
	color: #050e6c;
	font-size: 0.9rem;
}
.newsitem .category {
	position: absolute;
	right: 20px;
	bottom: 5px;
	color: #001454;
	text-align: right;
}
.newsitem .adate {
	padding-top: 10px;	
	color: #ad04a0;
}

/************************************************/

.banner_by {
	position: absolute;
	right: 50px;
	bottom: 0;
	width: 300px;
	text-align: center;
	justify-content: center;
	align-items: center;	
	display: flex;
}
.banner_by a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	height: 60px;
}
.footer {
	padding: 50px 0 20px 0;
}
.footer .menu {
	justify-content: center;
}
.footer .apply {
	text-align: center;
	margin-bottom: 25px;
}
.filogo {
	background: #fff;
	padding: 10px;
	color: #00196a;
	font-size: 12px;
	height: 85px;
}
.filogo a {
	color: #00196a;
}
/************************************************/

.goback {
	position: absolute;
	top: 15px;
	left: 0;
	background: rgba(255,255,255,0.85);
	color: #00186A;
	padding: 10px 20px;
	font-weight: bold;
	z-index: 999;
}
.goback img {
	height: 30px;
	padding-right: 10px;
}
.innovation {
	margin: 50px 0 100px 0;		
}
.article_image {
	position: relative;
	z-index: 9;
}
.article_image::before {
	content: " ";
	position: absolute;
	left: -20px;
	top: -20px;
	border: 1px solid #00F5FF;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.acontent {
	margin-top: -200px;
	margin-left: 50px;
	position: relative;
	z-index: 99;
}
.acontent .box {
	padding: 35px;
	background-color: rgba(255,255,255,0.9);
	color: #00186a;		
}

.adate {
	color: #ac04a0;
	margin-bottom: 25px;
}
.acontent h1 {
	color: #00186a;
	font-size: 22px;
	margin-bottom: 25px;
}

/*.related-innovations {
	padding: 25px;
	background-color: rgba(255,255,255,0.9);
	color: #00186a;		
}
.related-innovations h4 {
	color: #00186a;
	font-size: 18px;
	margin-bottom: 25px;
}*/

.related-innovations {
	padding: 25px;
	color: #fff;
	border-left:1px solid #fff;		
}
.related-innovations h4 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px;
}
/************************************************/



.banner_content .innovations-item .title {
	padding: 15px;
	min-height: 125px;
}

@media only screen and (max-width: 768px) {
	.insight {
		height: auto;
	}
	.insights{
		max-height: initial;
	}
	.insight .image {
		height: 200px;
		background-position: 50% 10%;
	}
	.insight .icontent {
		min-height: 325px;
	}
	.innovation {
		margin: 150px 0 100px 0;
	}
	.catbtn img {
		left: auto;
	}
	.article_image .catbtn img {
		left: auto;
	}
	.acontent {
		margin-top: 0;
		margin-left: 0;
		position: relative;
		z-index: 99;
	}
	.article_image .catbtn {
		position: absolute;
		right: 10px;
		top: auto;
		bottom: 0;
		z-index: 999;
		padding: 10px 80px 10px 20px;
		max-width: 200px;
		font-size: 12px;
		line-height: 13px;
		font-weight: normal;
		height: 60px;
	}
	.article_image .catbtn:hover {
		position: absolute;
		right: 10px;
		top: auto;
		z-index: 999;
		padding: 10px 20px 10px 80px;
		max-width: 200px;
	}
	.article_image .catbtn:hover img {
		left: 2%;
	}
	.related-innovations {
		margin-top: 50px;
	}
	.goback {
		top: -50px;
	}
	.acontent {
		margin-top: 0 !important;
		margin-left: 0px !important;
		position: relative;
		z-index: 99;
	}
	.innovation {
		margin: 150px 0 100px 0 !important;
	}
	.related-innovations .rmore {
		bottom: 0;
	}
	.mod_inx_banner_video {
		height: auto;
	}
	.mod_inx_banner_video video {		
		min-height: 100vh;
		height: 100%;
	}
	.mod_inx_banner {
		margin-top: -200px;
	}
	.banner_content {
		position: relative;
		margin-top: -120%;
		padding: 0;
	}
	.banner_content h1 {
		font-size: 3.5rem;
		line-height: 3.5rem;
		padding-bottom: 20px;
	}
	.mousedown {
		bottom: 0;
	}
	.innovations-item .iinfobg {
		min-height: 100px;
	}
	.innovations-item .title {
		min-height: initial;
	}

	.banner_by {
		position: initial;
		right: 50px;
		bottom: 0;
		width: 300px;
		text-align: center;
		justify-content: center;
		align-items: center;
		display: flex;
		margin: 0px auto;
		padding: 50px 0;
	}
	.mousedown {
		width: 50px !important;
		margin: 0 40% !important;
	}
}



@media only screen and (min-width: 768px) and (max-width: 1280px) {
	.follow {
	  top: 65px !important;
	  right: -15px !important;
	}
}




ul.pagination li a {
	padding: 5px 12px;
	border: 1px solid #00f5ff;
	margin-right: 10px;
}
ul.pagination li.active a, ul.pagination li a:hover {
	background: linear-gradient(-90deg, rgba(5, 14, 108,1) 0%, rgba(173,4,160,1) 100%);
}
.page-link {	
	color: #dc3545;
	border: 1px solid #dc3545;
}
.page-item.active .page-link {
	background-color: #e6191e;
	border-color: #e6191e;
}
.page-link:hover {
	color: #fff;
	background-color: #e6191e;
	border-color: #e6191e;
}
.form-control:focus {
	border-color: #05b1eb;
	box-shadow: 0 0 0 .2rem rgba(0, 237, 247, 0.28);
}

#back-top {
	font-size: 1.5rem;
	line-height: 2.75rem;
	position: fixed;
	bottom: -100px;
	right: 20px;
	width: 4px;
	height: 4px;
	border-radius: 5%;
	background: #f0e0e0;
	color: #e8396c;
	text-align: center;
	z-index: 99;
	transition: 0.5s ease all;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
}
#back-top.showed {
	bottom: 20px;
	transition: 0.5s ease all;
	width: 40px;
	height: 40px;
}

.custom-applicants {
  background-color:#4039dc;
  padding-bottom:50px;
}

scroll-behavior: smooth;





