@charset "UTF-8";
body {
  background: #f5f5f5;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6em;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.button {
  display: inline-block;
  background: #3498DB;
  border: 1px solid transparent;
  border-radius: 100px;
  margin: 0 0 48px;
  padding: 12px 24px;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.button:hover {
  background: transparent;
  border: 1px solid #3498DB;
  color: #3498DB;
}

.FontAwesome, .logo .icon:before, .hero .video .overlay:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
    
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
    
}

.column {
  width: 100%;
}

header {
  z-index: 9;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 24px 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.fixed-header header {
  background: #FFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  z-index: 8;    
}
header .nav {
  padding: 3px 0;
  text-align: right;
}
header .nav li {
  display: inline-block;
  margin: 0 8px 0 0;
}
header .nav li:last-child {
  margin: 0;
}
header .nav li:last-child a {
  border: 1px solid #3498DB;
  color: #3498DB;
}
header .nav li:last-child a:hover {
  background: #3498DB;
  color: #FFF;
}
header .nav a {
  display: block;
  border-radius: 100px;
  border: 1px solid transparent;
  padding: 12px 24px;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
header .nav a:hover {
  background: #FFF;
  color: #34495E;
}
.fixed-header header .nav a {
  color: #333;
}

.logo .icon {
  display: inline-block;
  background: #4e77c8;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  margin: 0 12px 0 0;
  color: #34495E;
  line-height: 54px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  background-image: url('../images/study-in-europe-mobile-app-icon-study-abroad-european-universities-round.png');
  background-size: contain;    
}
.fixed-header .logo .icon {
  background: #3498DB;
  color: #FFF;
  background-image: url('../images/study-in-europe-mobile-app-icon-study-abroad-european-universities-round.png');
  background-size: contain;    
}
.logo .icon:before {
  content: '';
      
}
.logo div {
  display: inline-block;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  vertical-align: middle;
  color: #FFF;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.fixed-header .logo div {
  color: #666;
}
.logo div span {
  display: block;
  padding: 4px 0 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.logo div span i {
  margin: 0 4px;
}

section .container {
  max-width: 960px;
    
}
section h2 {
  margin: 0 0 48px;
  color: #333;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}
section h5 {
  margin: 0 0 4px;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
section p {
  text-align: center;
}

.hero {
    
  height: 800px;
  padding: 160px 0 0;
  box-sizing: border-box;
  text-align: center;
  color: #FFF;    
}
.hero h1 {
  margin: 0 0 24px;
  color: inherit;
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
}
.hero p {
  max-width: 760px;
  margin: 0 auto 48px;
  padding: 0 48px;
  box-sizing: border-box;
  color: inherit;
}
.hero .video {
  position: relative;
  background: #FFF;
  height: 540px;
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.hero .video .overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #FFF;
  width: 100%;
  height: 100%;
  color: #3498DB;
  font-size: 48px;
  opacity: 0.4;
}
.hero .video .overlay:before {
  cursor: pointer;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  margin: auto;
}
.hero .video iframe {
  width: 100% !important;
  height: 100% !important;
}

.showcase {
  padding: 200px 0 48px;
}
.showcase .tabs {
  width: 100%;
}
.showcase .tab-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.showcase .tab-nav li {
  display: block;
}
.showcase .tab-nav a {
  display: block;
  padding: 12px 0;
  border-bottom: 2px solid transparent;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.showcase .tab-nav a.active {
  border-color: #3498DB;
  color: #3498DB;
  font-weight: 700;
}

.tab-content {
  padding: 48px 0;
}
.tab-content h3 {
  margin: 0 0 12px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.tab-content p {
  color: #999;
  text-align: left;
}
.tab-content img {
  display: block;
  width: 100%;
}
.tab-content .row {
  display: table;
}
.tab-content .row .column {
  display: table-cell;
  width: 60%;
  padding: 0 0 0 24px;
  vertical-align: middle;
}
.tab-content .row .column:first-child {
  width: 40%;
  padding: 0;
}

.features,
.abtest,
.responsive {
  background: #FFF;
  padding: 96px 0;
}
.features h2,
.abtest h2,
.responsive h2 {
  margin: 0 0 24px;
}
.features h5,
.abtest h5,
.responsive h5 {
  margin: 0 0 48px;
}
.features p,
.abtest p,
.responsive p {
  color: #999;
  margin: 0 0 48px;
  text-align: center;
  text-transform: initial;
}
.features img,
.abtest img,
.responsive img {
  display: block;
  width: 45%;
  margin: 0 auto;
}

.abtest {
  background: transparent;
}

.repos {
  background: #34495E;
  padding: 96px 0 240px;
}
.repos h2,
.repos p {
  color: #FFF;
  text-align: center;
}

.seamless {
  padding: 96px 0;
}
.seamless p {
  margin: 0 0 48px;
  color: #666;
}
.seamless .bloggers {
  margin: 24px 0 0;
}
.seamless .bloggers .column {
  padding: 0 12px;
}
.seamless .bloggers img {
  width: 100%;
}

.cta {
  background: #34495E;
  padding: 96px 0;
  color: #FFF;
  text-align: center;
}
.cta h2 {
  color: inherit;
  font-size: 30px;
  line-height: 1.6em;
}

.footer {
  background: #22303d;
  padding: 24px 0;
  color: #FFF;
  text-align: center;
}

.video-background {
   
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  top: -200px;
 left:0;
      bottom:0;
      right:0;
     
  z-index: -100;
}
   
    
.col-3:hover{cursor: pointer;} 

    .tvap-container {
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
}

    .col-3{
  margin: 0 1.5%;
  display: inline-block;
  vertical-align: top;
}



.col-3 {
  width: 29%;
}
@media (max-width: 43.75em) {
  .col-3 {
    width: 100%;
    margin: 0;
  }
}

    
 .tvap-features {
  text-align: center;
  padding: 1rem;
}
.tvap-features:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 43.75em) {
  .tvap-features {
    width: 100%;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .tvap-features:last-child {
    border: none;
  }
}
.tvap-features i {
  font-size: 4rem;
  margin: 0 0 2rem 0;
}
@media (max-width: 43.75em) {
  .features i {
    font-size: 1.5rem;
    width: 2rem;
    text-align: center;
    margin: 0 0 1rem 0;
    float: left;
  }
}
.tvap-features p {
  margin: 0 0 1rem 0;
  font-size: 1rem;
}
@media (max-width: 43.75em) {
  .tvap-features p {
    margin-left: 3rem;
  }
}   
    
.tvap-section {
  background: #fff;
  color: #1c262b;
  padding: 3.5rem 0;
}
@media (max-width: 43.75em) {
  .tvap-section {
    padding: 2rem 0;
  }
}
.tvap-section.section--primary {
  background: #007ece;
  color: #fff;
}
.tvap-section.section--primary--alt {
  background: #27a4f4;
  color: #fff;
}
.tvap-section.section--primary--light {
  background: rgba(0, 126, 206, 0.1);
}
.tvap-section.section--grey {
  background: #1c262b;
  color: #fff;
}
.tvap-section.section--grey--light {
  background: #29363e;
  color: #fff;
}
.tvap-section h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  margin: 0 0 1rem;
}
@media (max-width: 43.75em) {
  .tvap-section h3 {
    font-size: 1.5rem;
  }
}
.tvap-section li {
  font-size: 1.2rem;
  font-weight: 300;
}
.tvap-section p {
  font-size: 1.2rem;
  font-weight: 300;
    }
    
    .btn {
  display: inline-block;
  margin: 1rem 0;
  color: white;
  font-weight: 500;
  font-size: 1.3rem;
  background: #00DD72;
  letter-spacing: .02em;
  border: none;
  border-radius: 5px;
  padding: .8rem 1rem .9rem;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 43.75em) {
  .btn {
    padding: .5rem .7rem .6rem;
    font-size: 1rem;
  }
}
.btn:hover {
  background: #008ee8;
  color: #fff;
}
.btn:focus, .btn:active, .btn:focus:active {
  background: #006eb5;
  border-color: #006eb5;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5) inset;
}
    
    .img-center {
  
  display: block;
  margin: auto;
  width: 15%;

}
    
  * {
  box-sizing: border-box;
}

 .tvap-download {
  color: white;
}


/* Nav Bar Menu Button Behaviour*/

@media screen and (min-width: 600px) {

.column .nav{
        
        display: block;
    } 
    
    

    }

@media screen and (min-width: 300px) {

.nav{
        
        display: none;
    } 
    
    }



@media screen and (min-width: 600px) {
   .menu-column{
        
        display: none;
    }
    
    
    } /*END  Nav Bar Menu Button Behaviour*/


/*
Download Platrform Mobile screen  
*/
@media screen and (max-width: 950px) {
    

.installer:target {
	visibility: visible;
	transform: scale(1);
	opacity: 1;
    width: 490px;
    height: 300px;
}    
 
 .platforms:target {
	visibility: visible;
	transform: scale(1);
	opacity: 1;
    width: 370px;
	height: 190px;
     
}

 
    .fixed-header header {
  background: #FFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  z-index: 1;    
}
    
    
    
    header {
   
    }
    
    .logo div {
  display: inline-block;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  vertical-align: middle;
  color: white;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  width: 230px;        
}
    
    
    .logo .icon {
  display: none;
  background: #FFF;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  margin: 0 12px 0 0;
  color: #34495E;
  line-height: 54px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
   #first-section-text {
        
    margin-top: 60px;
        
  }
   
    .video-container{
        
    margin-top: 15px;
        
  }
 #bg-video  
    
    {
   display: none;
   margin-top: 25px;
       
        
  }
    
    .hero  
    
    {
  
  background-color: lightgrey;
  background-image: url('../images/apply-for-university-admission-abroad-study-in-budapest-study-in-europe-mobile-app.jpg');
  background-size: cover;  
        
  }
    
    
    .users-section  
    
    {
  
  margin-top: 200px;
        
  }
    
   
    
}/*End*/





.download,.platforms,.installer {
	font-family: 'Varela Round', 'Ionicons';
    margin:0;
    padding: 0;
    
}
::selection { background: #3F8EFC; color: #fff; }


.download {
	position:relative;
	top: calc(50% - 30px);
	right: calc(50% - 115px);
	width: 230px;
	height: 60px;
	background-color:#1B8CEB;
	border-radius: 100px;
	color: rgba(255,255,255,.9);
	line-height: 60px;
	text-align: center;
	letter-spacing: 5px;
	overflow: hidden;
	transition: all .3s cubic-bezier(.67,.13,.1,.81), transform .15s cubic-bezier(.67,.13,.1,.81);
    font: Varela Round;
    float: right;
}
.download:hover {
	right: calc(50% - 200px);
	width: 400px;
}
.download:active {
	transform: translateY(3px);
}
.download:before, .download:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: all .3s cubic-bezier(.67,.13,.1,.81);
}
.download:before {
	content: 'DOWNLOAD APP';
}
.download:after {
	content: 'Click to select a platform';
	top: -60px;
	opacity: 0;
}
.download:hover:after {
	top: 0px;
	opacity: 1;
}
.download:hover:before {
	top: 60px;
	opacity: 0;
}

.platforms {
	position: fixed;
    margin-left:100px;
	top: calc(50% - 100px);
	left: calc(50% - 290px);
	height: 200px;
	width: 400px;
	background: #fff;
	border-radius: 5px;
	visibility: hidden;
	transform: scale(.9);
	opacity: 0;
	overflow: hidden;
	transition: all .3s cubic-bezier(.67,.13,.1,.81);
  /*  z-index: 2; */
}
.platforms:target {
	visibility: visible;
	transform: scale(1);
	opacity: 1;
}
.platforms a {
	position: absolute;
	top: 200px;
	left: 10px;
	width: 180px;
	height: 180px;
	border-radius: 5px;
	color: #3F8EFC;
	text-transform: uppercase;
	transition: top .5s cubic-bezier(.67,.13,.1,.81);
}
.platforms a:nth-child(1) {
	transition-delay: .1s;
}
.platforms a:nth-child(2) {
	left: 200px;
}
.platforms a:nth-child(3) {
	left: 390px;
	transition-delay: .1s;
}
.platforms:target a {
	top: 10px;
}
.platforms a:hover {
	background: #E5F4FF;
	box-shadow: 0 0 0 1px #A5CFFF;
}
.platforms a:before {
	content: attr(data-os);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.platforms a:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-size: 300%;
}

.platforms a:nth-child(1):after {
	/*
    
    content: '\f247';  
     content:  background-image:url("images\study-in-budapest-google-play-logo.png");
    display:block;
    */   
  content:'\f225'; 
        
}
.platforms a:nth-child(2):after {
	content: '\f227';
}
.platforms a:nth-child(3):after {
	content: '\f2c5';
}

.installer {
	position: fixed;
	top: calc(50% - 150px);
	left: calc(50% - 300px);
	width: 600px;
	height: 300px;
	background: #fff;
	border-radius: 5px;
	visibility: hidden;
	transform: scale(.9);
	opacity: 0;
	transition: all .3s cubic-bezier(.67,.13,.1,.81);
   /* z-index: 2;*/
}
.installer:target {
	visibility: visible;
	transform: scale(1);
	opacity: 1;
}
.installer a.back {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 200%;
	color: #bbb;
}
.installer a.back:before {
	content: '\f3d5';
}
.installer a.back:after {
	content: 'Back';
	position: absolute;
	top: 7px;
	left: 30px;
	height: 20;
	line-height: 20px;
	font-size: 40%;
	text-align: center;
	color: #cacaca;
	border-radius: 5px;
	pointer-events: none;
	opacity: 0;
	transition: all .2s cubic-bezier(.67,.13,.1,.81);
}
.installer a.back:hover:after {
	left: 38px;
	opacity: 1;
}


.installer a.close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 200%;
	color: #bbb;
}
.installer a.close:before {
	content: '\f405';
}
.installer a.close:after {
	content: 'Close';
	position: absolute;
	top: 7px;
	right: 30px;
	height: 20;
	line-height: 20px;
	font-size: 40%;
	text-align: center;
	color: #cacaca;
	border-radius: 5px;
	pointer-events: none;
	opacity: 0;
	transition: all .2s cubic-bezier(.67,.13,.1,.81);
}
.installer a.close:hover:after {
	right: 38px;
	opacity: 1;
}

.installer .info {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 280px;
	width: 180px;
}
.installer .info:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 220px;
	line-height: 220px;
	text-align: center;
	font-size: 1000%;
	color: #3F8EFC;
}
.installer .info:after {
	content: attr(data-weight);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 180px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 100%;
	letter-spacing: 5px;
	color: #aaa;
}
.installer#windows .info:before {
	content: '\f225';
}
.installer#mac .info:before {
	content: '\f227';
}
.installer#linux .info:before {
	content: '\f2c5';
}

.installer .details {
	position: absolute;
	top: 10px;
	left: 210px;
	height: 200px;
	width: 360px;
	padding: 10px;
}
.installer .details p {
	margin: 0px;
	font-weight: bolder;
	font-size: 120%;
	color: #444;
}
.installer .details span {
	color: #cacaca;
}
.installer .details ul {
	padding-left: 0px;
	list-style: none;
	color: #888;
}
.installer .details ul li {
	margin-left: 0px;
	margin-bottom: 8px;
	opacity: 0;
	transition: all .3s cubic-bezier(.67,.13,.1,.81);
}
.installer .details ul li:before {
	content: '\f3d3';
	margin-right: 10px;
	color: #ccc;
}
.installer:target .details ul li {
	margin-left: 10px;
	opacity: 1;
}
.installer:target .details ul li:nth-child(1) {
	transition-delay: .1s;
}
.installer:target .details ul li:nth-child(2) {
	transition-delay: .2s;
}
.installer:target .details ul li:nth-child(3) {
	transition-delay: .3s;
}
.installer:target .details ul li:nth-child(4) {
	transition-delay: .4s;
}
.installer:target .details ul li:nth-child(5) {
	transition-delay: .5s;
}

.installer label {
	position: absolute;
	bottom: 20px;
	right: 60px;
	height: 40px;
	width: 260px;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}
.installer label input {
	display: none;
}
.installer label span {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #3F8EFC;
}
.installer label input:checked ~ span {
	background: #87E544;
	animation: downloadSuccess 3.1s ease;
}
.installer label span:after {
	content: 'DOWNLOAD';
	position: absolute;
	width: 80%;
	height: 100%;
	top: 0px;
	left: 10%;
}
.installer label input:checked ~ span:after {
	content: '✔ SUCCESS!';
	animation: downloadState 3s;
}
.installer label span:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	background: rgba(255,255,255,.2);
}
.installer label input:checked ~ span:before {
	animation: downloadProgress 3s cubic-bezier(.67,.13,.1,.81);
}

@keyframes downloadSuccess {
	0%, 90% {
		background: #3F8EFC;
	}
	100% {
		background: #87E544;
	}
}

@keyframes downloadState {
	0%, 95% {
		content: 'DOWNLOADING...'
	}
	100% {
		content: '✔ SUCCESS!'
	}
}

@keyframes downloadProgress {
	0% {
		width: 5%;
		opacity: 1;
	}
	35% {
		width: 17%;
	}
	64% {
		width: 51%;
	}
	81% {
		width: 70%;
	}
	90% {
		width: 86%;
		opacity: 1;
	}
	100% {
		width: 100%;
		opacity: 0;
	}
}

.greenbuttons {
    
   background:  #00DD72;
    
    }

.get-started {
   background: white; 
   background-image: url('../images/apply-for-university-admission-abroad-study-in-budapest-study-in-europe-mobile-app.jpg');
   background-repeat: no-repeat;
   background-size: cover;
    height: 600px;
    
    }

.overlay {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: blue;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  display: none;    
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
  position: relative;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
  


/*background: #34495E;

#search-uni-text
{
    
   margin-top:  200px;
    
    }

.addspace {
    
   margin-bottom:  600px;
    
    }

*/
  /*background-image: url('../images/study-in-budapest-travel-assistance-package.png'); get-started*/

         