body{
	width: 100%;
	background-color: grey;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.header1{
	height: 50px;
	background-color: #002147;
	overflow: hidden;
}
#myLinks a{
	color: white !important;
	text-decoration: none !important;
	margin-top: -5px !important;
	padding-left: 25px;
	text-align: left;
	font-family: raleway, sans-serif;
	font-size: 14.5px;
	font-weight: 500;
	background-color: #002147;
}
#myLinks a:hover{
	background-color: lightgrey;
	padding-left: 25px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 14px;
	color: black !important;
}
.active1{
	display: none;
}
.icon{
	display: none;
}
.header2{
	height: 60px;
	width: 100%;
	background-color: white;
}
.logo-div{
	width: 30%;
	height: 60px;
	float: left;
	background-color: white;
}
.img1{
	width: 35%;
	margin-left: 25%;
	margin-top: 5px;
}
.menu-1{
	width: 70%;
	height: 60px;
	float: right;
	background-color: white;
}
.link1{
	color: #4d4d4d;
	font-family: raleway, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding-top: 20%;
	padding-left: 15px;
	padding-right: 15px;
}
.link1:hover{
	color: #337ab7;
}
.search-img{
	width: 15px;
	padding-top: 15px;
	padding-left: 10px;
}
.menu-2{
	width: 100%;
	height: 40px;
	background-color: white;
}
.menu-2-div1{
	width: 35%;
	height: 30px;
	float: left;
	background-color: white;
}
.menu-2-div2{
	width: 65%;
	height: 30px;
	float: left;
	background-color: white;
}
.dropbtn {
  background-color: transparent;
  color: black;
  padding: 16px;
  font-size: 14px;
  border: none;
}
.dropbtn:hover{
	color: #23B684;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 5px 5px;
  text-decoration: none;
  display: block;
  font-family: sans-serif;
  font-size: 13px;
}

.dropdown-content a:hover {background-color: #23B684;}

.dropdown:hover .dropdown-content {display: block;}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  height: 370px;
  background-color: black;
  overflow: hidden;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 18px;
  padding: 2px 30px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: left;
  font-family: sans-serif;
}
.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.main-content-div{
	width: 100%;
	height: 500px;
	background-color: #f5f5f5;
}
.div-1{
	width: 50%;
	height: 500px;
	background-color: #f5f5f5;
	float: left;
}
.main-heading{
	font-family: sans-serif;
	color: rgb(2, 0, 117);
	padding-left: 20%;
	padding-top: 5%;
	font-size: 23px;
	font-weight: 500;
	height: 40px;
	background-color: #f5f5f5;
}
.div-1-para{
	padding-left: 20%;
	padding-right: 2%;
	color: #09255d;
	font-family: 'Raleway',sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.div-2{
	width: 50%;
	height: 500px;
	background-color: #f5f5f5;
	float: right;
}
.video-styling{
	padding-left: 5%;
	padding-top: 18%;
}
.part1{
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}
.icon-img{
	height: 60px;
	width: 30%;
	float: left;
	background-color: #f5f5f5;
}
.icon-img-class{
	float: right;
	width: 30%;
}
.icon-para{	
	height: 60px;
	width: 69%;
	float: right;
	background-color: #f5f5f5;
	color: #17a7eb;
	font-family: 'Raleway',sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
}
.icon-link{
	text-decoration: none;
	color: #17a7eb;
}
.icon-link:hover{
	text-decoration: underline;
	color: #17a7eb;
	font-weight: 600;
}
.Search-menu{
	width: 100%;
	height: 130px;
	background-color: #f5f5f5;
}
.inside-search{
	width: 70%;
	height: 150px;
	background-color: #f5f5f5;
}
.search-div{
	width: 28%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 1%;
}
.search-input{
	height: 35px;
	width: 96%;
	text-indent: 30px;
	border: 1px solid grey;
}
.hint{
	text-align: left;
	font-size: 13px;
	color: grey;
}
.specialism-div{
	width: 28%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 1%;
}
.select-specialism{
	width: 98%;
	height: 41px;
	color: grey;
	border: 1px solid grey;
}
.select-location{
	width: 98%;
	height: 38px;
	border: 1px solid grey;
}
.location-div{
	width: 28%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 1%;
}
.find-btn-div{
	width: 13%;
	height: 100px;
	background-color: #f5f5f5;
	float: right;
	cursor: pointer;
}
.find-btn{
	background-color: #dc0b3c;
    color: #f3f3f3;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    width: 120px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
}
.find-btn a{
	text-decoration: none;
	color: white;
}
.jobs-div{
	height: 420px;
	width: 100%;
	background-color: lightgray;
}
.browse-jobs{
	height: 380px;
	width: 53%;
	background-color: white;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.tablink-div{
	width: 37%;
	float: left;
	color: #4d4d4d;
	padding-left: 20px;
	background-color: white;
	font-family: sans-serif;
	font-size: 16px;
}
/* Style tab links */
.tablink {
  background-color: white;
  color: #4d4d4d;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 22px 12px;
  font-size: 14px;
  width: 15%;
}

.tablink:hover {
  border-top-color: #1d68be !important;
    color: #1d68be;
    background-color: #fff !important;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 5px 5px;
  height: auto;
}
.ul-col-1{
	width: 34%;
	height: 150px;
	float: left;
}
.ul-col-2{
	width: 34%;
	height: 150px;
	float: left;
}
.ul-col-3{
	width: 32%;
	height: 150px;
	float: left;
}
ul li a{
	text-decoration: none;
	line-height: 2rem;
	color: #4d4d4d;
	font-size: 14px;
}

#Industry {background-color: white;}
#City {background-color: white;}
#Company {background-color: white;}
#Function {background-color: white;}

.top-employers{
	height: 380px;
	width: 42%;
	background-color: white;
	float: right;
	margin-right: 22px;
	margin-top: 20px;
}
.explore-courses-div1{
	width: 100%;
	background-color: white;
	height: 650px;
}
.sidebar-course-list{
	width: 25%;
	height: 640px;
	background-color: white;
	float: left;
	color: #4d4d4d;
	font-family: sans-serif;
}
.sidebar-course-list h3{
	padding-left: 25%;
	font-size: 15px;
}
.sidebar-course-list ul li{
	list-style-type: none;
}
.sidebar-course-list ul li:hover{
	background-color: lightgrey;
	border: 5px solid #1d68be;
	border-bottom: none;
	border-left: none;
	border-top: none;
}
.sidebar-course-list ul li a{
	padding-left: 15%;
}
.uni-info{
	width: 73%;
	height: 650px;
	background-color: white;
	float: left;
}
.firstcolumn{
	width: 31%;
	height: 630px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 2%;
}
.uni-info-heading1{
	color: #4d4d4d;
	font-family: sans-serif;
	font-size: 15px;
	padding-left: 15px;
}
.uni-info-heading2{
	color: #4d4d4d;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding-left: 15px;
	padding-right: 20px;
	line-height: 1.3rem;
}
.uni-info-para{
	color: grey;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding-left: 15px;
	padding-right: 20px;
	line-height: 1.2rem;
}
.time-div1{
	background-color: #f5f5f5;
	height: 25px;
}
.time-div2{
	background-color: #f5f5f5;
	height: 25px;
}
.time-div3{
	background-color: #f5f5f5;
	height: 25px;
}
.timer{
	color: grey;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: 600;
}
.time-icons{
	width: 20px;
	padding-top: 5px;
	margin-left: 15px;
}
.find-more-btn{
	background-color: #cc3399;
    color: #f3f3f3;
    border: 0;
    width: 240px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    margin-left: 15px;
    cursor: pointer;
}
.secondcolumn{
	width: 31%;
	height: 630px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 2%;
}
.thirdcolumn{
	width: 31%;
	height: 630px;
	background-color: #f5f5f5;
	float: left;
}
.explore-courses-div2{
	width: 100%;
	background-color: white;
	height: 330px;
}
.sidebar-course-list1{
	width: 25%;
	height: 330px;
	background-color: white;
	float: left;
	font-family: sans-serif;
}
.sidebar-course-list1 ul li{
	list-style-type: none;
}
.sidebar-course-list1 ul li:hover{
	background-color: lightgrey;
	border: 5px solid #1d68be;
	border-bottom: none;
	border-left: none;
	border-top: none;
}
.sidebar-course-list1 ul li a{
	color: #1d68be;
	font-size: 16px;
	line-height: 1.60rem;
}
.uni-info1{
	width: 73%;
	height: 300px;
	background-color: white;
	float: left;
}
.uni-info1 h2{
	color: #4d4d4d;
	font-family: sans-serif;
	padding-left: 5px;
	height: 25px;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.3rem;
	border: 5px solid #f44336;
	border-bottom: none;
	border-right: none;
	border-top: none;
}
.uni-info1 p{
	color: #4d4d4d;
	font-family: sans-serif;
	padding-left: 5px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3rem;
}
.selected-jobs{
	height: 380px;
	width: 47%;
	background-color: white;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
}
.jobs-header{
	height: 50px;
	width: 93%;
	margin-left: 3%;
	background-color: white;
}
.jobs-header p{
	font-family: sans-serif;
	text-align: left;
	color: #4d4d4d;
	font-size: 18px;
}
.jobs-header a{
	font-family: sans-serif;
	float: right;

}
.profession{
	height: 380px;
	width: 47%;
	background-color: white;
	float: right;
	margin-right: 25px;
	margin-top: 15px;
}
.profession-div1{
	width: 99%;
	margin-left: 1%;
	height: 180px;
	margin-top: 5%;
}
.profession-div2{
	width: 99%;
	margin-left: 1%;
	height: 180px;
}
.profession a{
	text-decoration: none;
	color: #424242;
	font-size: 18px;
	font-family: sans-serif;
}
.profession a:hover{
	text-decoration: none;
	color: #1d67bd;
}
.women-div{
	width: 33%;
	height: 179px;
	float: left;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-top: none;
}
.teacher-div{
	width: 33%;
	height: 179px;
	float: left;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-top: none;
	border-left: none;
	border-right: none;
}
.dot {
  height: 100px;
  width: 100px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #1d67bd;
  display: inline-block;
  margin-top: 5px;
}
.dot:hover{
	background-color: #1d67bd !important;
	border: 2px solid #1d67bd;
	cursor: pointer;
}
.profession-pics{
	width: 50%;
	margin-top: 23px;
}
.profession-pics:hover{
	filter: white(100%);
	border-radius: 50%;
	width: 60%;
}
.media-div{
	width: 33%;
	height: 179px;
	float: left;
	border: 1px solid #e0e0e0;
	background-color: white;
	border-top: none;
	border-right: none;
}
.healthcare-div{
	width: 33%;
	height: 159px;
	float: left;
	border-left: 1px solid #e0e0e0;
	background-color: white;
}
.ngo-div{
	width: 33%;
	height: 159px;
	border: 1px solid #e0e0e0;
	float: left;
	background-color: white;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.accountant-div{
	width: 33%;
	height: 159px;	
	border: 1px solid #e0e0e0;
	float: left;
	background-color: white;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.internship-div{
	height: 300px;
	width: 100%;
	background-color: white;
}
.main-heading-internship{
	color: #00CED1;
	font-family: sans-serif;
	font-size: 20px;
}
.inside-internship{
	height: 200px;
	width: 70%;
	background-color: white;
}
.app-icon{
	width: 16.5%;
	height: 90px;
	background-color: white;
	float: left;
}
.app-icon-imgs{
	width: 55%;
	height: auto;
}
.app-text{
	width: 16%;
	margin-left: 0.5%;
	height: 100px;
	background-color: white;
	float: left;
	color: #00CED1;
	font-size: 14px;
	font-family: sans-serif;
}
.main{
	height: 280px;
	width: 100%;
	background-color: white;
}
.inside-main{
	height: 260px;
	width: 94%;
	background-color: white;
}
.getstartedbtn{
	background-color: #00CED1;
    color: #f3f3f3;
    border: 0;
    border-radius: 2px;
    width: 220px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}
.one-main{
	height: 70px;
	width: 20%;
	background-color: white;
	float: left;
}
.circle-btn{
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-top: 15px;
	background-color: #00008B;
	border: none;
	color: white;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: 700;
}
.one-icon{
	background-color: white;
	width: 40%;
	height: 100px;
	float: left;
}
.myIcon{
	color: #00008B;
	font-size: 45px;
	margin-top: 17px;
}
.one-text{
	height: 100px;
	width: 60%;
	background-color: white;
	float: right;
	color: #0000CD;
	font-size: 15px;
	text-align: left;
	font-family: Helvathika, Arial, sans-serif;
}
.main-fund-div{
	height: 630px;
	background-color: white;
	width: 100%;
}
.inside-fund{
	height: 550px;
	background-color: white;
	width: 99%;
}
.fund-main-heading{
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: black;
}
.col-1{
	height: 540px;
	width: 23.5%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
}
.col-1:hover{
	border: 1px solid #fea501;
}
.charity-heading{
	font-family: 'Roboto Condensed', Helvathika, Arial, sans-serif;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    padding-left: 10px;
    color: #333333;
    letter-spacing: 0.01px;
}
.charity-links{
	text-decoration: none;
	color: #333333;
}
.charity-para{
	color: #666666;
	font-family: 'Roboto Condensed', Helvathika, Arial, sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}
.charity-imgs,.business-imgs{
	height: auto;
	width: 100%;
}
.per-text {
  text-align: right;
  color: #fea501;
  padding-right: 5%;
  font-family: sans-serif;
  font-size: 14px;
}
.skill-container {
  width: 90%;
  background-color: #ddd;
  float: left;
  margin-left: 4%;
}
.skills {
  height: 5px;
}
.progress1 {width: 0%; float: left; background-color: #fea501;}
.progress2 {width: 50%; float: left; background-color: #fea501;}
.progress3 {width: 70%; float: left; background-color: #fea501;}
.progress4 {width: 0%; float: left; background-color: #fea501;}

.fund {
	width: 0%; 
	height: 5px;
	background-color: #cccccc;
}
.funding{
	width: 90%;
	height: 70px;
	background-color: #f6f6f6;
}
.raised{
	width: 50%;
	float: left;
	background-color: #f6f6f6;
	height: 60px;
	text-align: left;
	color: #666666;
	font-family: sans-serif;
	font-size: 14px;
}
.goal{
	width: 50%;
	float: right;
	background-color: #f6f6f6;
	height: 60px;
	text-align: right;
	color: #666666;
	font-family: sans-serif;
	font-size: 14px;
}
.btn-div{
	width: 90%;
	height: 50px;
	background-color: #f6f6f6;
}
.donate-btn{
	background-color: #fea501;
    color: #f3f3f3;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.donate-btn:hover{
	background-color: #333333;
	cursor: pointer;
}
.col-2{
	height: 540px;
	width: 23.5%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin-left: 2%;
}
.col-2:hover{
	border: 1px solid #fea501;
}
.col-3{
	height: 540px;
	width: 23.5%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin-left: 2%;
}
.col-3:hover{
	border: 1px solid #fea501;
}
.col-4{
	height: 540px;
	width: 23.5%;
	float: right;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
}
.col-4:hover{
	border: 1px solid #fea501;
}
.open-positions{
	height: 400px;
	width: 100%;
	background-color: white;
}
.open-pos-heading{
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #09255d;
}
.content-open{
	font-family: 'Raleway', sans-serif;
	color: #09255d;
	font-size: 15px;
}
.lab{
	background-color: #09255d;
	height: 250px;
	width: 20%;
	float: left;
	margin-left: 7%;
}
.box-heading{
	color: white;
	padding: 5px 20px;
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 28px;
}
.box-para{
	color: white;
	padding-left: 20px;
	margin-top: -20px;
	font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 19px;
}
.fa-arrow-right{
	float: right;
	margin-right: 10%;
	position: relative;
  animation: mymove 1s;
}
.fa-arrow-right:hover{
	animation: step-start;
	animation-duration: 1s;
	animation-delay: 1s;
	cursor: pointer;
}
@keyframes mymove {
  from {left: 15px;}
  to {right: 10px;}
}
.customer{
	background-color: #f5436c;
	height: 250px;
	width: 20%;
	float: left;
	margin-left: 2%;
}
.assistant{
	background-color: #c4d500;
	height: 250px;
	width: 20%;
	float: left;
	margin-left: 2%;
}
.senior{
	background-color: #18a7eb;
	height: 250px;
	width: 20%;
	float: right;
	margin-right: 7%;
}
.footer{
	height: 300px;
	width: 100%;
	background-color: #23292f;
}
.footer a{
	text-decoration: none;
}
.newsletter{
	background-color: #23292f;
	height: 250px;
	width: 20%;
	float: left;
	margin-left: 5%;
}
.heading1{
	color: white;
	font-family: sans-serif;
	border-bottom: 3px solid red;
	width: 16%;
	font-size: 17px;
	padding-bottom: 7px;
}
.heading2{
	color: white;
	font-family: sans-serif;
}
.line{
	margin-top: -16.5px;
	width: auto;
	margin-left: 15.7%;
}
.main-para{
	font-size: 13px;
	color: white;
	font-family: sans-serif;
	line-height: 1.3rem;
}
.email{
	border-radius: 25px;
	border-color: white;
	color: white;
  background: black;
  padding: 10px;
  width: 170px;
  height: 18px;
}
.btn-link {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

.round-btn {
  border-radius: 50%;
  background-color: red;
  width: 30px;
  height: 30px;
  border-color: red;
  font-size: 18px;
}
.job-seekers{
	background-color: #23292f;
	height: 250px;
	width: 15%;
	float: left;
	margin-left: 1%;
}
.main-para1{
	font-size: 12px;
	color: grey;
	line-height: 1.4rem;
	padding-left: 4px;
	font-family: sans-serif;
}
.employers{
	background-color: #23292f;
	height: 250px;
	width: 15%;
	float: left;
	margin-left: 1%;
}
.others{
	background-color: #23292f;
	height: 250px;
	width: 15%;
	float: left;
	margin-left: 1%;
}
.contact-us{
	background-color: #23292f;
	height: 250px;
	width: 21%;
	float: right;
	margin-right: 5%;
}
.last-footer{
	height: 90px;
	width: 100%;
	background-color: black;
}
.last-footer-para{
	color: white;
	font-family: sans-serif;
	text-align: center;
	font-size: 14px;
}
.last-footer-para a{
	text-decoration: none;
}
.side-bar-btn {
 	 position: fixed;
	top: 42%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -95px;
	width: 240px;
}

.side-bar-btn a {
  display: block;
  text-align: center;
  padding: 15px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  background-color: #ec2755;
  text-decoration: none;
  transform: rotate(-90deg);
  border-radius: 5px;
}

.side-bar-btn a:hover {
  color: white;
  background-color: #dc0b3c;
  text-decoration: underline;
}

/* Slideshow container */
.icon-slideshow-container {
  width: 100%;
  background-color: white;
  height: 340px;
}

.main-table{
  width: 90%;
  height: 275px;
  background-color: white;
}
.main-table tbody tr td{
	height: 65px;
	border: 1px solid #e5e5e5;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.5rem;
}

.table-images{
  width: 80%;
  margin-left: 10%;
}
.main-table tbody tr td:hover{
	border: 1px solid blue;
	cursor: pointer;
}

/* The dots/bullets/indicators */
.icon-dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: transparent;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 5s;
  animation-name: fade;
  animation-duration: 5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.icon-bar {
  position: fixed;
  top: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
	width: 45px;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.alert-popup-div{
	height: 200px;
	width: 100%;
	background-color: lightgrey;
}
.alert-popup-div h2{
	text-align: center;
	font-family: sans-serif;
}
.main-para-popup{
	width: 100%;
	height: 100px;
	background-color: #09255d;
}
.set-left{
	float: left;
	width: 50%;
	background-color: #09255d;
	height: 100px;
}
.set-left p{
	padding-left: 45px;
	font-family: sans-serif;
	color: white;
}
.set-left a{
	color: white;
}
.set-right{
	float: left;
	width: 50%;
	background-color: #09255d;
	height: 100px;
}
.agree-btn{
	padding: 5px;
	width: 100px;
	float: right;
	margin-top: 3%;
	margin-right: 15%;
	cursor: pointer;
}
.cookies-para{
	font-family: sans-serif;
	font-size: 12px;
	line-height: 2rem;
}

/*-----------------------------------------------------
------------------------------
--------------------
------------ Media Query
--------------------
------------------------------
-------------------------------------------------------*/
@media screen and (min-width: 1025px) and (max-width: 1280px){
.container{
	width: 100%;
	background-color: grey;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.header1{
	height: 40px;
	background-color: #002147;
	overflow: hidden;
}
#myLinks a{
	color: white !important;
	text-decoration: none !important;
	margin-top: 10px !important;
	padding-left: 17px;
	text-align: left;
	font-family: raleway, sans-serif;
	font-size: 14.5px;
	font-weight: 500;
}
.active1{
	display: none;
}
.icon{
	display: none;
}
.header2{
	height: 60px;
	width: 100%;
	background-color: white;
}
.logo-div{
	width: 30%;
	height: 60px;
	float: left;
	background-color: white;
}
.img1{
	width: 35%;
	margin-left: 25%;
	margin-top: 5px;
}
.menu-1{
	width: 70%;
	height: 60px;
	float: right;
	background-color: white;
}
.link1{
	color: #4d4d4d;
	font-family: raleway, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding-top: 20%;
	padding-left: 15px;
	padding-right: 15px;
}
.search-img{
	width: 15px;
	padding-top: 15px;
	padding-left: 10px;
}
.menu-2{
	width: 100%;
	height: 40px;
	background-color: white;
}
.menu-2-div1{
	width: 30%;
	height: 30px;
	float: left;
	background-color: white;
}
.menu-2-div2{
	width: 70%;
	height: 30px;
	float: left;
	background-color: white;
}
.dropdown{
	border: 1px solid white;
	background-color: white;
	color: #4d4d4d;
	font-size: 13px;
	font-weight: 600;
	margin-right: 10px;
	letter-spacing: 0.5px;
}
/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  height: 370px;
  background-color: black;
  overflow: hidden;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 18px;
  padding: 2px 30px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: left;
  font-family: sans-serif;
}
.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.main-content-div{
	width: 100%;
	height: 500px;
	background-color: #f5f5f5;
}
.div-1{
	width: 50%;
	height: 500px;
	background-color: #f5f5f5;
	float: left;
}
.main-heading{
	font-family: sans-serif;
	color: rgb(2, 0, 117);
	padding-left: 20%;
	padding-top: 5%;
	font-size: 23px;
	font-weight: 500;
	height: 40px;
	background-color: #f5f5f5;
}
.div-1-para{
	padding-left: 20%;
	padding-right: 2%;
	color: #09255d;
	font-family: 'Raleway',sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.div-2{
	width: 50%;
	height: 500px;
	background-color: #f5f5f5;
	float: right;
}
.video-styling{
	padding-left: 5%;
	padding-top: 18%;
}
.part1{
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}
.icon-img{
	height: 60px;
	width: 30%;
	float: left;
	background-color: #f5f5f5;
}
.icon-img-class{
	float: right;
	width: 30%;
}
.icon-para{	
	height: 60px;
	width: 69%;
	float: right;
	background-color: #f5f5f5;
	color: #17a7eb;
	font-family: 'Raleway',sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
}
.icon-link{
	text-decoration: none;
	color: #17a7eb;
}
.icon-link:hover{
	text-decoration: underline;
	color: #17a7eb;
	font-weight: 600;
}
.Search-menu{
	width: 100%;
	height: 130px;
	background-color: #f5f5f5;
}
.inside-search{
	width: 75%;
	height: 150px;
	background-color: #f5f5f5;
}
.search-div{
	width: 28%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 1%;
}
.search-input{
	height: 35px;
	width: 96%;
	text-indent: 30px;
	border: 1px solid grey;
}
.hint{
	text-align: left;
	font-size: 13px;
	color: grey;
}
.specialism-div{
	width: 28%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 1%;
}
.select-specialism{
	width: 98%;
	height: 41px;
	color: grey;
	border: 1px solid grey;
}
.select-location{
	width: 98%;
	height: 38px;
	border: 1px solid grey;
}
.location-div{
	width: 28%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 1%;
}
.find-btn-div{
	width: 13%;
	height: 100px;
	background-color: #f5f5f5;
	float: right;
}
.find-btn{
	background-color: #dc0b3c;
    color: #f3f3f3;
    border: 0;
    border-radius: 2px;
    width: 120px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
}
.find-btn a{
	text-decoration: none;
	color: white;
}
.jobs-div{
	height: 420px;
	width: 100%;
	background-color: lightgray;
}
.browse-jobs{
	height: 390px;
	width: 54%;
	background-color: white;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}
.tablink-div{
	width: 35%;
	float: left;
	color: #4d4d4d;
	padding-left: 20px;
	background-color: white;
	font-family: sans-serif;
	font-size: 16px;
}
/* Style tab links */
.tablink {
  background-color: white;
  color: #4d4d4d;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 22px 12px;
  font-size: 14px;
  width: 12%;
  margin-left: 3%;
}

.tablink:hover {
  border-top-color: #1d68be !important;
    color: #1d68be;
    background-color: #fff !important;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 5px 5px;
  height: auto;
}
.ul-col-1{
	width: 35%;
	height: 150px;
	float: left;
}
.ul-col-2{
	width: 33%;
	height: 150px;
	float: left;
}
.ul-col-3{
	width: 32%;
	height: 150px;
	float: left;
}
ul li a{
	text-decoration: none;
	line-height: 2rem;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.7rem;
}

#Industry {background-color: white;}
#City {background-color: white;}
#Company {background-color: white;}
#Function {background-color: white;}

.top-employers{
	height: 390px;
	width: 42%;
	background-color: white;
	float: right;
	margin-right: 22px;
	margin-top: 20px;
}
.explore-courses-div1{
	width: 100%;
	background-color: white;
	height: 650px;
}
.sidebar-course-list{
	width: 25%;
	height: 640px;
	background-color: white;
	float: left;
	color: #4d4d4d;
	font-family: sans-serif;
}
.sidebar-course-list h3{
	padding-left: 25%;
	font-size: 15px;
}
.sidebar-course-list ul li{
	list-style-type: none;
}
.sidebar-course-list ul li:hover{
	background-color: lightgrey;
	border: 5px solid #1d68be;
	border-bottom: none;
	border-left: none;
	border-top: none;
}
.sidebar-course-list ul li a{
	padding-left: 15%;
}
.uni-info{
	width: 73%;
	height: 650px;
	background-color: white;
	float: left;
}
.firstcolumn{
	width: 31%;
	height: 630px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 2%;
}
.uni-info-heading1{
	color: #4d4d4d;
	font-family: sans-serif;
	font-size: 15px;
	padding-left: 15px;
}
.uni-info-heading2{
	color: #4d4d4d;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding-left: 15px;
	padding-right: 20px;
	line-height: 1.3rem;
}
.uni-info-para{
	color: grey;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding-left: 15px;
	padding-right: 20px;
	line-height: 1.2rem;
}
.time-div1{
	background-color: #f5f5f5;
	height: 50px;
	margin-top: 20px;
}
.time-div2{
	background-color: #f5f5f5;
	height: 50px;
}
.time-div3{
	background-color: #f5f5f5;
	height: 50px;
	margin-top: 27px;
}
.timer{
	color: grey;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: 600;
}
.time-icons{
	width: 20px;
	padding-top: 5px;
	margin-left: 15px;
}
.find-more-btn{
	background-color: #cc3399;
    color: #f3f3f3;
    border: 0;
    width: 240px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    margin-left: 15px;
}
.secondcolumn{
	width: 31%;
	height: 630px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 2%;
}
.thirdcolumn{
	width: 31%;
	height: 630px;
	background-color: #f5f5f5;
	float: left;
}
.explore-courses-div2{
	width: 100%;
	background-color: white;
	height: 330px;
}
.sidebar-course-list1{
	width: 25%;
	height: 330px;
	background-color: white;
	float: left;
	font-family: sans-serif;
}
.sidebar-course-list1 ul li{
	list-style-type: none;
}
.sidebar-course-list1 ul li:hover{
	background-color: lightgrey;
	border: 5px solid #1d68be;
	border-bottom: none;
	border-left: none;
	border-top: none;
}
.sidebar-course-list1 ul li a{
	color: #1d68be;
	font-size: 16px;
	line-height: 1.60rem;
}
.uni-info1{
	width: 73%;
	height: 300px;
	background-color: white;
	float: left;
}
.uni-info1 h2{
	color: #4d4d4d;
	font-family: sans-serif;
	padding-left: 5px;
	height: 25px;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.3rem;
	border: 5px solid #f44336;
	border-bottom: none;
	border-right: none;
	border-top: none;
}
.uni-info1 p{
	color: #4d4d4d;
	font-family: sans-serif;
	padding-left: 5px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3rem;
}
.selected-jobs{
	height: 380px;
	width: 47%;
	background-color: white;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
}
.jobs-header{
	height: 50px;
	width: 93%;
	margin-left: 3%;
	background-color: white;
}
.jobs-header p{
	font-family: sans-serif;
	text-align: left;
	color: #4d4d4d;
	font-size: 18px;
}
.jobs-header a{
	font-family: sans-serif;
	float: right;

}
.profession{
	height: 380px;
	width: 47%;
	background-color: white;
	float: right;
	margin-right: 25px;
	margin-top: 15px;
}
.profession-div1{
	width: 99%;
	margin-left: 1%;
	height: 180px;
	margin-top: 5%;
}
.profession-div2{
	width: 99%;
	margin-left: 1%;
	height: 180px;
}
.profession a{
	text-decoration: none;
	color: #424242;
	font-size: 18px;
	font-family: sans-serif;
}
.profession a:hover{
	text-decoration: none;
	color: #1d67bd;
}
.women-div{
	width: 33%;
	height: 179px;
	float: left;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-top: none;
}
.teacher-div{
	width: 33%;
	height: 179px;
	float: left;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-top: none;
	border-left: none;
	border-right: none;
}
.dot {
  height: 100px;
  width: 100px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #1d67bd;
  display: inline-block;
  margin-top: 5px;
}
.dot:hover{
	background-color: #1d67bd !important;
	border: 2px solid #1d67bd;
	cursor: pointer;
}
.profession-pics{
	width: 50%;
	margin-top: 23px;
}
.profession-pics:hover{
	filter: white(100%);
	border-radius: 50%;
	width: 60%;
}
.media-div{
	width: 33%;
	height: 179px;
	float: left;
	border: 1px solid #e0e0e0;
	background-color: white;
	border-top: none;
	border-right: none;
}
.healthcare-div{
	width: 33%;
	height: 159px;
	float: left;
	border-left: 1px solid #e0e0e0;
	background-color: white;
}
.ngo-div{
	width: 33%;
	height: 159px;
	border: 1px solid #e0e0e0;
	float: left;
	background-color: white;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.accountant-div{
	width: 33%;
	height: 159px;	
	border: 1px solid #e0e0e0;
	float: left;
	background-color: white;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.internship-div{
	height: 300px;
	width: 100%;
	background-color: white;
}
.main-heading-internship{
	color: #00CED1;
	font-family: sans-serif;
	font-size: 20px;
}
.inside-internship{
	height: 200px;
	width: 70%;
	background-color: white;
}
.app-icon{
	width: 16.5%;
	height: 90px;
	background-color: white;
	float: left;
}
.app-icon-imgs{
	width: 55%;
	height: auto;
}
.app-text{
	width: 16%;
	margin-left: 0.5%;
	height: 100px;
	background-color: white;
	float: left;
	color: #00CED1;
	font-size: 14px;
	font-family: sans-serif;
}
.main{
	height: 280px;
	width: 100%;
	background-color: white;
}
.inside-main{
	height: 260px;
	width: 94%;
	background-color: white;
}
.getstartedbtn{
	background-color: #00CED1;
    color: #f3f3f3;
    border: 0;
    border-radius: 2px;
    width: 220px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.one-main{
	height: 70px;
	width: 20%;
	background-color: white;
	float: left;
}
.circle-btn{
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-top: 15px;
	background-color: #00008B;
	border: none;
	color: white;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: 700;
}
.one-icon{
	background-color: white;
	width: 40%;
	height: 100px;
	float: left;
}
.myIcon{
	color: #00008B;
	font-size: 45px;
	margin-top: 17px;
}
.one-text{
	height: 100px;
	width: 60%;
	background-color: white;
	float: right;
	color: #0000CD;
	font-size: 15px;
	text-align: left;
	font-family: Helvathika, Arial, sans-serif;
}
.main-fund-div{
	height: 630px;
	background-color: white;
	width: 100%;
}
.inside-fund{
	height: 550px;
	background-color: white;
	width: 99%;
}
.fund-main-heading{
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: black;
}
.col-1{
	height: 540px;
	width: 23.5%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
}
.col-1:hover{
	border: 1px solid #fea501;
}
.charity-heading{
	font-family: 'Roboto Condensed', Helvathika, Arial, sans-serif;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    padding-left: 10px;
    color: #333333;
    letter-spacing: 0.01px;
}
.charity-links{
	text-decoration: none;
	color: #333333;
}
.charity-para{
	color: #666666;
	font-family: 'Roboto Condensed', Helvathika, Arial, sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}
.charity-imgs{
	height: auto;
	width: 100%;
}
.per-text {
  text-align: right;
  color: #fea501;
  padding-right: 5%;
  font-family: sans-serif;
  font-size: 14px;
}
.skill-container {
  width: 90%;
  background-color: #ddd;
  float: left;
  margin-left: 4%;
}
.skills {
  height: 5px;
}
.progress1 {width: 0%; float: left; background-color: #fea501;}
.progress2 {width: 50%; float: left; background-color: #fea501;}
.progress3 {width: 70%; float: left; background-color: #fea501;}
.progress4 {width: 0%; float: left; background-color: #fea501;}

.fund {
	width: 0%; 
	height: 5px;
	background-color: #cccccc;
}
.funding{
	width: 90%;
	height: 70px;
	background-color: #f6f6f6;
}
.raised{
	width: 50%;
	float: left;
	background-color: #f6f6f6;
	height: 60px;
	text-align: left;
	color: #666666;
	font-family: sans-serif;
	font-size: 14px;
}
.goal{
	width: 50%;
	float: right;
	background-color: #f6f6f6;
	height: 60px;
	text-align: right;
	color: #666666;
	font-family: sans-serif;
	font-size: 14px;
}
.btn-div{
	width: 90%;
	height: 50px;
	background-color: #f6f6f6;
}
.donate-btn{
	background-color: #fea501;
    color: #f3f3f3;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.donate-btn:hover{
	background-color: #333333;
	cursor: pointer;
}
.col-2{
	height: 540px;
	width: 23.5%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin-left: 2%;
}
.col-2:hover{
	border: 1px solid #fea501;
}
.col-3{
	height: 540px;
	width: 23.5%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin-left: 2%;
}
.col-3:hover{
	border: 1px solid #fea501;
}
.col-4{
	height: 540px;
	width: 23.5%;
	float: right;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
}
.col-4:hover{
	border: 1px solid #fea501;
}
.open-positions{
	height: 400px;
	width: 100%;
	background-color: white;
}
.open-pos-heading{
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #09255d;
}
.content-open{
	font-family: 'Raleway', sans-serif;
	color: #09255d;
	font-size: 15px;
}
.lab{
	background-color: #09255d;
	height: 250px;
	width: 20%;
	float: left;
	margin-left: 7%;
}
.box-heading{
	color: white;
	padding: 5px 20px;
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 28px;
}
.box-para{
	color: white;
	padding-left: 20px;
	margin-top: -20px;
	font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 19px;
}
.fa-arrow-right{
	float: right;
	margin-right: 10%;
	position: relative;
  animation: mymove 1s;
}
.fa-arrow-right:hover{
	animation: step-start;
	animation-duration: 1s;
	animation-delay: 1s;
	cursor: pointer;
}
@keyframes mymove {
  from {left: 15px;}
  to {right: 10px;}
}
.customer{
	background-color: #f5436c;
	height: 250px;
	width: 20%;
	float: left;
	margin-left: 2%;
}
.assistant{
	background-color: #c4d500;
	height: 250px;
	width: 20%;
	float: left;
	margin-left: 2%;
}
.senior{
	background-color: #18a7eb;
	height: 250px;
	width: 20%;
	float: right;
	margin-right: 7%;
}
.footer{
	height: 300px;
	width: 100%;
	background-color: #23292f;
}
.newsletter{
	background-color: #23292f;
	height: 250px;
	width: 20%;
	float: left;
	margin-left: 5%;
}
.heading1{
	color: white;
	font-family: sans-serif;
	border-bottom: 3px solid red;
	width: 16%;
	font-size: 17px;
	padding-bottom: 7px;
}
.heading2{
	color: white;
	font-family: sans-serif;
}
.line{
	margin-top: -16.5px;
	width: auto;
	margin-left: 15.7%;
}
.main-para{
	font-size: 13px;
	color: white;
	font-family: sans-serif;
	line-height: 1.3rem;
}
.email{
	border-radius: 25px;
	border-color: white;
	color: white;
  background: black;
  padding: 10px;
  width: 170px;
  height: 18px;
}
.btn-link {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

.round-btn {
  border-radius: 50%;
  background-color: red;
  width: 30px;
  height: 30px;
  border-color: red;
  font-size: 18px;
}
.job-seekers{
	background-color: #23292f;
	height: 250px;
	width: 15%;
	float: left;
	margin-left: 1%;
}
.main-para1{
	font-size: 12px;
	color: grey;
	line-height: 1.4rem;
	padding-left: 4px;
	font-family: sans-serif;
}
.employers{
	background-color: #23292f;
	height: 250px;
	width: 15%;
	float: left;
	margin-left: 1%;
}
.others{
	background-color: #23292f;
	height: 250px;
	width: 15%;
	float: left;
	margin-left: 1%;
}
.contact-us{
	background-color: #23292f;
	height: 250px;
	width: 21%;
	float: right;
	margin-right: 5%;
}
.last-footer{
	height: 90px;
	width: 100%;
	background-color: black;
}
.last-footer-para{
	color: white;
	font-family: sans-serif;
	text-align: center;
	font-size: 14px;
}
.last-footer-para a{
	text-decoration: none;
}
.side-bar-btn {
 	 position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -85px;
	width: 240px;
}

.side-bar-btn a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  background-color: #ec2755;
  text-decoration: none;
  transform: rotate(-90deg);
  border-radius: 5px;
}

.side-bar-btn a:hover {
  color: white;
  background-color: #dc0b3c;
  text-decoration: underline;
}

/* Slideshow container */
.icon-slideshow-container {
  width: 100%;
  background-color: white;
  height: 340px;
}

.main-table{
  width: 90%;
  height: 280px;
  background-color: white;
}
.main-table tbody tr td{
	height: 70px;
	border: 1px solid #e5e5e5;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.5rem;
}

.table-images{
  width: 80%;
  margin-left: 10%;
}
.main-table tbody tr td:hover{
	border: 1px solid blue;
}

/* The dots/bullets/indicators */
.icon-dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: transparent;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.icon-bar {
  position: fixed;
  top: 83%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
	width: 47px;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.alert-popup-div{
	height: 200px;
	width: 100%;
	background-color: lightgrey;
}
.alert-popup-div h2{
	text-align: center;
	font-family: sans-serif;
}
.main-para-popup{
	width: 100%;
	height: 100px;
	background-color: #09255d;
}
.set-left{
	float: left;
	width: 50%;
	background-color: #09255d;
	height: 100px;
}
.set-left p{
	padding-left: 45px;
	font-family: sans-serif;
	color: white;
}
.set-left a{
	color: white;
}
.set-right{
	float: left;
	width: 50%;
	background-color: #09255d;
	height: 100px;
}
.agree-btn{
	padding: 5px;
	width: 100px;
	float: right;
	margin-top: 3%;
	margin-right: 15%;
}
.cookies-para{
	font-family: sans-serif;
	font-size: 12px;
	line-height: 2rem;
}
}
/*-----------------------------------------------------
------------------------------
--------------------
------------ Media Query
--------------------
------------------------------
-------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px){
.container{
	width: 100%;
	background-color: grey;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.header1{
	height: 50px;
	background-color: #002147;
	overflow: hidden;
}
#myLinks a{
	color: white !important;
	text-decoration: none !important;
	margin-top: 10px !important;
	padding-left: 15px;
	text-align: left;
	font-family: raleway, sans-serif;
	font-size: 14px;
	font-weight: 500;
}
.active1{
	display: none;
}
.icon{
	display: none;
}
.header2{
	height: 60px;
	width: 100%;
	background-color: white;
}
.logo-div{
	width: 21%;
	height: 60px;
	float: left;
	background-color: white;
}
.img1{
	width: 60%;
	margin-left: 20%;
	margin-top: 5px;
}
.menu-1{
	width: 79%;
	height: 60px;
	float: right;
	background-color: white;
}
.link1{
	color: #4d4d4d;
	font-family: raleway, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding-top: 20%;
	padding-left: 10px;
	padding-right: 10px;
}
.search-img{
	width: 15px;
	padding-top: 15px;
	padding-left: 10px;
}
.menu-2{
	width: 100%;
	height: 40px;
	background-color: white;
}
.menu-2-div1{
	width: 25%;
	height: 30px;
	float: left;
	background-color: white;
}
.menu-2-div2{
	width: 75%;
	height: 30px;
	float: left;
	background-color: white;
}
.dropdown{
	border: 1px solid white;
	background-color: white;
	color: #4d4d4d;
	font-size: 13px;
	font-weight: 600;
	margin-right: 5px;
	letter-spacing: 0.5px;
}
/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  height: 370px;
  background-color: black;
  overflow: hidden;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 18px;
  padding: 2px 30px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: left;
  font-family: sans-serif;
}
.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.main-content-div{
	width: 100%;
	height: 500px;
	background-color: #f5f5f5;
}
.div-1{
	width: 50%;
	height: 500px;
	background-color: #f5f5f5;
	float: left;
}
.main-heading{
	font-family: sans-serif;
	color: rgb(2, 0, 117);
	padding-left: 20%;
	padding-top: 5%;
	font-size: 23px;
	font-weight: 500;
	height: 40px;
	background-color: #f5f5f5;
}
.div-1-para{
	padding-left: 20%;
	padding-right: 2%;
	color: #09255d;
	font-family: 'Raleway',sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.div-2{
	width: 50%;
	height: 500px;
	background-color: #f5f5f5;
	float: right;
}
.video-styling{
	padding-left: 1%;
	padding-top: 18%;
}
.part1{
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}
.icon-img{
	height: 60px;
	width: 30%;
	float: left;
	background-color: #f5f5f5;
}
.icon-img-class{
	float: right;
	width: 30%;
}
.icon-para{	
	height: 60px;
	width: 69%;
	float: right;
	background-color: #f5f5f5;
	color: #17a7eb;
	font-family: 'Raleway',sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
}
.icon-link{
	text-decoration: none;
	color: #17a7eb;
}
.icon-link:hover{
	text-decoration: underline;
	color: #17a7eb;
	font-weight: 600;
}
.Search-menu{
	width: 100%;
	height: 130px;
	background-color: #f5f5f5;
}
.inside-search{
	width: 85%;
	height: 150px;
	background-color: #f5f5f5;
}
.search-div{
	width: 28%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 1%;
}
.search-input{
	height: 35px;
	width: 96%;
	text-indent: 30px;
	border: 1px solid grey;
}
.hint{
	text-align: left;
	font-size: 13px;
	color: grey;
}
.specialism-div{
	width: 28%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 1%;
}
.select-specialism{
	width: 98%;
	height: 41px;
	color: grey;
	border: 1px solid grey;
}
.select-location{
	width: 98%;
	height: 38px;
	border: 1px solid grey;
}
.location-div{
	width: 28%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 1%;
}
.find-btn-div{
	width: 13%;
	height: 100px;
	background-color: #f5f5f5;
	float: right;
}
.find-btn{
	background-color: #dc0b3c;
    color: #f3f3f3;
    border: 0;
    border-radius: 2px;
    width: 120px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
}
.find-btn a{
	text-decoration: none;
	color: white;
}
.jobs-div{
	height: 440px;
	width: 100%;
	background-color: lightgray;
}
.browse-jobs{
	height: 410px;
	width: 54%;
	background-color: white;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}
.tablink-div{
	width: 35%;
	float: left;
	color: #4d4d4d;
	padding-left: 20px;
	background-color: white;
	font-family: sans-serif;
	font-size: 16px;
}
/* Style tab links */
.tablink {
  background-color: white;
  color: #4d4d4d;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 22px 12px;
  font-size: 14px;
  width: 12%;
  margin-left: 3%;
}

.tablink:hover {
  border-top-color: #1d68be !important;
    color: #1d68be;
    background-color: #fff !important;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 5px 5px;
  height: auto;
}
.ul-col-1{
	width: 35%;
	height: 150px;
	float: left;
}
.ul-col-2{
	width: 33%;
	height: 150px;
	float: left;
}
.ul-col-3{
	width: 32%;
	height: 150px;
	float: left;
}
ul li a{
	text-decoration: none;
	line-height: 2rem;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.7rem;
}

#Industry {background-color: white;}
#City {background-color: white;}
#Company {background-color: white;}
#Function {background-color: white;}

.top-employers{
	height: 410px;
	width: 42%;
	background-color: white;
	float: right;
	margin-right: 22px;
	margin-top: 20px;
}
.explore-courses-div1{
	width: 100%;
	background-color: white;
	height: 650px;
}
.sidebar-course-list{
	width: 25%;
	height: 640px;
	background-color: white;
	float: left;
	color: #4d4d4d;
	font-family: sans-serif;
}
.sidebar-course-list h3{
	padding-left: 10%;
	font-size: 15px;
}
.sidebar-course-list ul li{
	list-style-type: none;
}
.sidebar-course-list ul li:hover{
	background-color: lightgrey;
	border: 5px solid #1d68be;
	border-bottom: none;
	border-left: none;
	border-top: none;
}
.sidebar-course-list ul li a{
	padding-left: 0%;
}
.uni-info{
	width: 73%;
	height: 650px;
	background-color: white;
	float: left;
}
.firstcolumn{
	width: 31%;
	height: 630px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 2%;
}
.uni-info-heading1{
	color: #4d4d4d;
	font-family: sans-serif;
	font-size: 15px;
	padding-left: 15px;
}
.uni-info-heading2{
	color: #4d4d4d;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding-left: 15px;
	padding-right: 20px;
	line-height: 1.3rem;
}
.uni-info-para{
	color: grey;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding-left: 15px;
	padding-right: 20px;
	line-height: 1.2rem;
}
.time-div1{
	background-color: #f5f5f5;
	height: 30px;
	margin-top: 40px;
}
.time-div2{
	background-color: #f5f5f5;
	height: 30px;
}
.time-div3{
	background-color: #f5f5f5;
	height: 30px;
	margin-top: 27px;
}
.timer{
	color: grey;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: 600;
}
.time-icons{
	width: 20px;
	padding-top: 5px;
	margin-left: 15px;
}
.find-more-btn{
	background-color: #cc3399;
    color: #f3f3f3;
    border: 0;
    width: 200px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    margin-left: 15px;
}
.secondcolumn{
	width: 31%;
	height: 630px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 2%;
}
.thirdcolumn{
	width: 31%;
	height: 630px;
	background-color: #f5f5f5;
	float: left;
}
.explore-courses-div2{
	width: 100%;
	background-color: white;
	height: 330px;
}
.sidebar-course-list1{
	width: 25%;
	height: 330px;
	background-color: white;
	float: left;
	font-family: sans-serif;
}
.sidebar-course-list1 ul li{
	list-style-type: none;
}
.sidebar-course-list1 ul li:hover{
	background-color: lightgrey;
	border: 5px solid #1d68be;
	border-bottom: none;
	border-left: none;
	border-top: none;
}
.sidebar-course-list1 ul li a{
	color: #1d68be;
	font-size: 16px;
	line-height: 1.60rem;
}
.uni-info1{
	width: 73%;
	height: 300px;
	background-color: white;
	float: left;
}
.uni-info1 h2{
	color: #4d4d4d;
	font-family: sans-serif;
	padding-left: 5px;
	height: 25px;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.3rem;
	border: 5px solid #f44336;
	border-bottom: none;
	border-right: none;
	border-top: none;
}
.uni-info1 p{
	color: #4d4d4d;
	font-family: sans-serif;
	padding-left: 5px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3rem;
}
.selected-jobs{
	height: 380px;
	width: 47%;
	background-color: white;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
}
.jobs-header{
	height: 50px;
	width: 93%;
	margin-left: 3%;
	background-color: white;
}
.jobs-header p{
	font-family: sans-serif;
	text-align: left;
	color: #4d4d4d;
	font-size: 18px;
}
.jobs-header a{
	font-family: sans-serif;
	float: right;
}
.profession{
	height: 380px;
	width: 47%;
	background-color: white;
	float: right;
	margin-right: 25px;
	margin-top: 15px;
}
.profession-div1{
	width: 99%;
	margin-left: 1%;
	height: 180px;
	margin-top: 5%;
}
.profession-div2{
	width: 99%;
	margin-left: 1%;
	height: 180px;
}
.profession a{
	text-decoration: none;
	color: #424242;
	font-size: 18px;
	font-family: sans-serif;
}
.profession a:hover{
	text-decoration: none;
	color: #1d67bd;
}
.women-div{
	width: 33%;
	height: 179px;
	float: left;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-top: none;
}
.teacher-div{
	width: 33%;
	height: 179px;
	float: left;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-top: none;
	border-left: none;
	border-right: none;
}
.dot {
  height: 100px;
  width: 100px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #1d67bd;
  display: inline-block;
  margin-top: 5px;
}
.dot:hover{
	background-color: #1d67bd !important;
	border: 2px solid #1d67bd;
	cursor: pointer;
}
.profession-pics{
	width: 50%;
	margin-top: 23px;
}
.profession-pics:hover{
	filter: white(100%);
	border-radius: 50%;
	width: 60%;
}
.media-div{
	width: 33%;
	height: 179px;
	float: left;
	border: 1px solid #e0e0e0;
	background-color: white;
	border-top: none;
	border-right: none;
}
.healthcare-div{
	width: 33%;
	height: 159px;
	float: left;
	border-left: 1px solid #e0e0e0;
	background-color: white;
}
.ngo-div{
	width: 33%;
	height: 159px;
	border: 1px solid #e0e0e0;
	float: left;
	background-color: white;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.accountant-div{
	width: 33%;
	height: 159px;	
	border: 1px solid #e0e0e0;
	float: left;
	background-color: white;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.internship-div{
	height: 300px;
	width: 100%;
	background-color: white;
}
.main-heading-internship{
	color: #00CED1;
	font-family: sans-serif;
	font-size: 20px;
}
.inside-internship{
	height: 200px;
	width: 70%;
	background-color: white;
}
.app-icon{
	width: 16.5%;
	height: 90px;
	background-color: white;
	float: left;
}
.app-icon-imgs{
	width: 55%;
	height: auto;
}
.app-text{
	width: 16%;
	margin-left: 0.5%;
	height: 100px;
	background-color: white;
	float: left;
	color: #00CED1;
	font-size: 14px;
	font-family: sans-serif;
}
.main{
	height: 280px;
	width: 100%;
	background-color: white;
}
.inside-main{
	height: 260px;
	width: 94%;
	background-color: white;
}
.getstartedbtn{
	background-color: #00CED1;
    color: #f3f3f3;
    border: 0;
    border-radius: 2px;
    width: 220px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.one-main{
	height: 70px;
	width: 20%;
	background-color: white;
	float: left;
}
.circle-btn{
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-top: 15px;
	background-color: #00008B;
	border: none;
	color: white;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: 700;
}
.one-icon{
	background-color: white;
	width: 40%;
	height: 100px;
	float: left;
}
.myIcon{
	color: #00008B;
	font-size: 45px;
	margin-top: 17px;
}
.one-text{
	height: 100px;
	width: 60%;
	background-color: white;
	float: right;
	color: #0000CD;
	font-size: 15px;
	text-align: left;
	font-family: Helvathika, Arial, sans-serif;
}
.main-fund-div{
	height: 630px;
	background-color: white;
	width: 100%;
}
.inside-fund{
	height: 550px;
	background-color: white;
	width: 99%;
}
.fund-main-heading{
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: black;
}
.col-1{
	height: 540px;
	width: 23.5%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
}
.col-1:hover{
	border: 1px solid #fea501;
}
.charity-heading{
	font-family: 'Roboto Condensed', Helvathika, Arial, sans-serif;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    padding-left: 10px;
    color: #333333;
    letter-spacing: 0.01px;
}
.charity-links{
	text-decoration: none;
	color: #333333;
}
.charity-para{
	color: #666666;
	font-family: 'Roboto Condensed', Helvathika, Arial, sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}
.charity-imgs{
	height: auto;
	width: 100%;
}
.per-text {
  text-align: right;
  color: #fea501;
  padding-right: 5%;
  font-family: sans-serif;
  font-size: 14px;
}
#per-text2{
  margin-top: 35px;	
}
.skill-container {
  width: 90%;
  background-color: #ddd;
  float: left;
  margin-left: 4%;
}
.skills {
  height: 5px;
}
.progress1 {width: 0%; float: left; background-color: #fea501;}
.progress2 {width: 50%; float: left; background-color: #fea501;}
.progress3 {width: 70%; float: left; background-color: #fea501;}
.progress4 {width: 0%; float: left; background-color: #fea501;}

.fund {
	width: 0%; 
	height: 5px;
	background-color: #cccccc;
}
.funding{
	width: 90%;
	height: 70px;
	background-color: #f6f6f6;
}
.raised{
	width: 50%;
	float: left;
	background-color: #f6f6f6;
	height: 60px;
	text-align: left;
	color: #666666;
	font-family: sans-serif;
	font-size: 14px;
}
.goal{
	width: 50%;
	float: right;
	background-color: #f6f6f6;
	height: 60px;
	text-align: right;
	color: #666666;
	font-family: sans-serif;
	font-size: 14px;
}
.btn-div{
	width: 90%;
	height: 50px;
	background-color: #f6f6f6;
}
.donate-btn{
	background-color: #fea501;
    color: #f3f3f3;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.donate-btn:hover{
	background-color: #333333;
	cursor: pointer;
}
.col-2{
	height: 540px;
	width: 23.5%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin-left: 2%;
}
.col-2:hover{
	border: 1px solid #fea501;
}
.col-3{
	height: 540px;
	width: 23.5%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin-left: 2%;
}
.col-3:hover{
	border: 1px solid #fea501;
}
.col-4{
	height: 540px;
	width: 23.5%;
	float: right;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
}
.col-4:hover{
	border: 1px solid #fea501;
}
.open-positions{
	height: 420px;
	width: 100%;
	background-color: white;
}
.open-pos-heading{
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #09255d;
}
.content-open{
	font-family: 'Raleway', sans-serif;
	color: #09255d;
	font-size: 15px;
}
.lab{
	background-color: #09255d;
	height: 250px;
	width: 20%;
	float: left;
	margin-left: 7%;
}
.box-heading{
	color: white;
	padding: 5px 20px;
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 28px;
}
.box-para{
	color: white;
	padding-left: 20px;
	margin-top: -20px;
	font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 19px;
}
.fa-arrow-right{
	float: right;
	margin-right: 10%;
	position: relative;
  animation: mymove 1s;
}
.fa-arrow-right:hover{
	animation: step-start;
	animation-duration: 1s;
	animation-delay: 1s;
	cursor: pointer;
}
@keyframes mymove {
  from {left: 15px;}
  to {right: 10px;}
}
.customer{
	background-color: #f5436c;
	height: 250px;
	width: 20%;
	float: left;
	margin-left: 2%;
}
.assistant{
	background-color: #c4d500;
	height: 250px;
	width: 20%;
	float: left;
	margin-left: 2%;
}
.senior{
	background-color: #18a7eb;
	height: 250px;
	width: 20%;
	float: right;
	margin-right: 7%;
}
.footer{
	height: 300px;
	width: 100%;
	background-color: #23292f;
}
.newsletter{
	background-color: #23292f;
	height: 250px;
	width: 20%;
	float: left;
	margin-left: 5%;
}
.heading1{
	color: white;
	font-family: sans-serif;
	border-bottom: 3px solid red;
	width: 16%;
	font-size: 17px;
	padding-bottom: 7px;
}
.heading2{
	color: white;
	font-family: sans-serif;
}
.line{
	margin-top: -16.5px;
	width: auto;
	margin-left: 15.7%;
}
.main-para{
	font-size: 13px;
	color: white;
	font-family: sans-serif;
	line-height: 1.3rem;
}
.email{
	border-radius: 25px;
	border-color: white;
	color: white;
  background: black;
  padding: 10px;
  width: 170px;
  height: 18px;
}
.btn-link {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

.round-btn {
  border-radius: 50%;
  background-color: red;
  width: 30px;
  height: 30px;
  border-color: red;
  font-size: 18px;
}
.job-seekers{
	background-color: #23292f;
	height: 250px;
	width: 15%;
	float: left;
	margin-left: 1%;
}
.main-para1{
	font-size: 12px;
	color: grey;
	line-height: 1.4rem;
	padding-left: 4px;
	font-family: sans-serif;
}
.employers{
	background-color: #23292f;
	height: 250px;
	width: 15%;
	float: left;
	margin-left: 1%;
}
.others{
	background-color: #23292f;
	height: 250px;
	width: 15%;
	float: left;
	margin-left: 1%;
}
.contact-us{
	background-color: #23292f;
	height: 250px;
	width: 21%;
	float: right;
	margin-right: 5%;
}
.last-footer{
	height: 90px;
	width: 100%;
	background-color: black;
}
.last-footer-para{
	color: white;
	font-family: sans-serif;
	text-align: center;
	font-size: 14px;
}
.last-footer-para a{
	text-decoration: none;
}
.side-bar-btn {
 	 position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -85px;
	width: 240px;
}

.side-bar-btn a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  background-color: #ec2755;
  text-decoration: none;
  transform: rotate(-90deg);
  border-radius: 5px;
}

.side-bar-btn a:hover {
  color: white;
  background-color: #dc0b3c;
  text-decoration: underline;
}

/* Slideshow container */
.icon-slideshow-container {
  width: 100%;
  background-color: white;
  height: 340px;
}

.main-table{
  width: 90%;
  height: 280px;
  background-color: white;
}
.main-table tbody tr td{
	height: 70px;
	border: 1px solid #e5e5e5;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.5rem;
}

.table-images{
  width: 80%;
  margin-left: 10%;
}
.main-table tbody tr td:hover{
	border: 1px solid blue;
}

/* The dots/bullets/indicators */
.icon-dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: transparent;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.icon-bar {
  position: fixed;
  top: 78.5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7px;
	width: 47px;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.alert-popup-div{
	height: 200px;
	width: 100%;
	background-color: lightgrey;
}
.alert-popup-div h2{
	text-align: center;
	font-family: sans-serif;
}
.main-para-popup{
	width: 100%;
	height: 110px;
	background-color: #09255d;
}
.set-left{
	float: left;
	width: 50%;
	background-color: #09255d;
	height: 100px;
}
.set-left p{
	padding-left: 45px;
	font-family: sans-serif;
	color: white;
}
.set-left a{
	color: white;
}
.set-right{
	float: left;
	width: 50%;
	background-color: #09255d;
	height: 100px;
}
.agree-btn{
	padding: 5px;
	width: 100px;
	float: right;
	margin-top: 3%;
	margin-right: 15%;
}
.cookies-para{
	font-family: sans-serif;
	font-size: 12px;
	line-height: 2rem;
}
}

/*-----------------------------------------------------
------------------------------
--------------------
------------ Media Query
--------------------
------------------------------
-------------------------------------------------------*/
@media screen and (min-width: 481px) and (max-width: 767px){
.container{
	width: 100%;
	background-color: grey;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.header1{
	height: 50px;
	background-color: #002147;
	overflow: hidden;
}
#myLinks a{
	color: white !important;
	text-decoration: none !important;
	margin-top: 10px !important;
	padding-left: 20px;
	text-align: left;
	font-family: raleway, sans-serif;
	font-size: 14px;
	font-weight: 500;
}
.active1{
	display: none;
}
.icon{
	display: none;
}
.header2{
	height: 60px;
	width: 100%;
	background-color: white;
}
.logo-div{
	width: 20%;
	height: 60px;
	float: left;
	background-color: white;
}
.img1{
	width: 80%;
	margin-left: 5%;
	margin-top: 5px;
}
.menu-1{
	width: 80%;
	height: 50px;
	float: right;
	background-color: white;
}
.link1{
	color: #4d4d4d;
	font-family: raleway, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding-top: 20%;
	padding-left: 5px;
	padding-right: 5px;
}
.search-img{
	width: 15px;
	padding-top: 15px;
	padding-left: 10px;
}
.menu-2{
	width: 100%;
	height: 50px;
	background-color: white;
}
.menu-2-div1{
	width: 0;
}
.menu-2-div2{
	width: 99%;
	height: 50px;
	float: left;
	margin-left: 1%;
	background-color: white;
}
.dropdown{
	border: 1px solid white;
	background-color: white;
	color: #4d4d4d;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.3px;
}
/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  height: 350px;
  background-color: black;
  overflow: hidden;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 18px;
  padding: 2px 30px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: left;
  font-family: sans-serif;
}
.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.main-content-div{
	width: 100%;
	height: 480px;
	background-color: #f5f5f5;
}
.div-1{
	width: 50%;
	height: 480px;
	background-color: #f5f5f5;
	float: left;
}
.main-heading{
	font-family: sans-serif;
	color: rgb(2, 0, 117);
	padding-left: 1%;
	padding-top: 5%;
	font-size: 23px;
	font-weight: 500;
	height: 40px;
	background-color: #f5f5f5;
}
.div-1-para{
	padding-left: 1%;
	padding-right: 1%;
	color: #09255d;
	font-family: 'Raleway',sans-serif;
    font-size: 16px;
    line-height: 18px;
}
.div-2{
	width: 50%;
	height: 480px;
	background-color: #f5f5f5;
	float: right;
}
.video-styling{
	padding-left: 1%;
	padding-top: 15%;
	width: 92%;
}
.part1{
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}
.icon-img{
	height: 60px;
	width: 20%;
	float: left;
	background-color: #f5f5f5;
}
.icon-img-class{
	float: left;
	width: 80%;
}
.icon-para{	
	height: 60px;
	width: 69%;
	float: left;
	background-color: #f5f5f5;
	color: #17a7eb;
	font-family: 'Raleway',sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0px;
}
.icon-link{
	text-decoration: none;
	color: #17a7eb;
}
.icon-link:hover{
	text-decoration: underline;
	color: #17a7eb;
	font-weight: 600;
}
.Search-menu{
	width: 100%;
	height: 130px;
	background-color: #f5f5f5;
}
.inside-search{
	width: 95%;
	height: 150px;
	background-color: #f5f5f5;
}
.search-div{
	width: 27%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
}
.search-input{
	height: 35px;
	width: 96%;
	text-indent: 30px;
	border: 1px solid grey;
}
.hint{
	text-align: left;
	font-size: 13px;
	color: grey;
}
.specialism-div{
	width: 27%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
}
.select-specialism{
	width: 97%;
	height: 41px;
	color: grey;
	border: 1px solid grey;
}
.select-location{
	width: 97%;
	height: 38px;
	border: 1px solid grey;
}
.location-div{
	width: 27%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
}
.find-btn-div{
	width: 15%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
}
.find-btn{
	background-color: #dc0b3c;
    color: #f3f3f3;
    border: 0;
    border-radius: 2px;
    width: 110px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
}
.find-btn a{
	text-decoration: none;
	color: white;
}
.jobs-div{
	height: 820px;
	width: 100%;
	background-color: lightgray;
}
.browse-jobs{
	height: 400px;
	width: 98%;
	background-color: white;
	float: left;
	margin-left: 1%;
	margin-top: 10px;
}
.tablink-div{
	width: 35%;
	float: left;
	color: #4d4d4d;
	padding-left: 20px;
	background-color: white;
	font-family: sans-serif;
	font-size: 16px;
}
/* Style tab links */
.tablink {
  background-color: white;
  color: #4d4d4d;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 22px 12px;
  font-size: 14px;
  width: 9%;
  margin-left: 5%;
}


/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 5px 5px;
  height: auto;
}
.ul-col-1{
	width: 33%;
	height: 150px;
	float: left;
}
.ul-col-2{
	width: 33%;
	height: 150px;
	float: left;
}
.ul-col-3{
	width: 33%;
	height: 150px;
	float: left;
}
ul li a{
	text-decoration: none;
	line-height: 2rem;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.9rem;
}

#Industry {background-color: white;}
#City {background-color: white;}
#Company {background-color: white;}
#Function {background-color: white;}

.top-employers{
	height: 380px;
	width: 98%;
	background-color: white;
	float: left;
	margin-left: 1%;
}
.explore-courses-div1{
	width: 100%;
	background-color: white;
	height: 720px;
}
.sidebar-course-list{
	width: 22%;
	height: 680px;
	background-color: white;
	float: left;
	color: #4d4d4d;
	font-family: sans-serif;
}
.sidebar-course-list h3{
	font-size: 15px;
}
.sidebar-course-list ul li{
	list-style-type: none;
}
.sidebar-course-list ul li:hover{
	background-color: lightgrey;
	border: 3px solid #1d68be;
	border-bottom: none;
	border-left: none;
	border-top: none;
}
.sidebar-course-list ul li a{
	padding-left: 0%;
	line-height: 1.4rem;
}
.uni-info{
	width: 78%;
	height: 650px;
	background-color: white;
	float: left;
}
.firstcolumn{
	width: 32%;
	height: 630px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 1%;
}
.uni-info-heading1{
	color: #4d4d4d;
	font-family: sans-serif;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 5px;
}
.uni-info-heading2{
	color: #4d4d4d;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 1.3rem;
}
.uni-info-para{
	color: grey;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 1.2rem;
}
.time-div1{
	background-color: #f5f5f5;
	height: 80px;
	margin-top: 50px;
}
.time-div2{
	background-color: #f5f5f5;
	height: 80px;
	margin-top: 30px;
}
.time-div3{
	background-color: #f5f5f5;
	height: 80px;
	margin-top: 20px;
}
.timer{
	color: grey;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: 600;
	margin-right: 70px;
}
.time-icons{
	width: 20px;
	padding-top: 5px;
}
.find-more-btn{
	background-color: #cc3399;
    color: #f3f3f3;
    border: 0;
    width: 150px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    margin-left: 15px;
}
.secondcolumn{
	width: 32%;
	height: 630px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 1%;
}
.thirdcolumn{
	width: 32%;
	height: 630px;
	background-color: #f5f5f5;
	float: left;
}
.explore-courses-div2{
	width: 100%;
	background-color: white;
	height: 390px;
}
.sidebar-course-list1{
	width: 25%;
	height: 330px;
	background-color: white;
	float: left;
	font-family: sans-serif;
	margin-left: 1%;
}
.sidebar-course-list1 ul li{
	list-style-type: none;
}
.sidebar-course-list1 ul li:hover{
	background-color: lightgrey;
	border: 5px solid #1d68be;
	border-bottom: none;
	border-left: none;
	border-top: none;
}
.sidebar-course-list1 ul li a{
	color: #1d68be;
	font-size: 15px;
	line-height: 1.60rem;
}
.uni-info1{
	width: 73%;
	height: 300px;
	background-color: white;
	float: left;
}
.uni-info1 h2{
	color: #4d4d4d;
	font-family: sans-serif;
	padding-left: 5px;
	height: 25px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3rem;
	border: 5px solid #f44336;
	border-bottom: none;
	border-right: none;
	border-top: none;
}
.uni-info1 p{
	color: #4d4d4d;
	font-family: sans-serif;
	padding-left: 5px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3rem;
}
.selected-jobs{
	height: 380px;
	width: 98%;
	background-color: white;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}
.jobs-header{
	height: 50px;
	width: 93%;
	margin-left: 3%;
	background-color: white;
}
.jobs-header p{
	font-family: sans-serif;
	text-align: left;
	color: #4d4d4d;
	font-size: 18px;
}
.jobs-header a{
	font-family: sans-serif;
	float: right;
}
.profession{
	height: 380px;
	width: 98%;
	background-color: white;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}
.profession-div1{
	width: 99%;
	margin-left: 1%;
	height: 180px;
	margin-top: 5%;
}
.profession-div2{
	width: 99%;
	margin-left: 1%;
	height: 180px;
}
.profession a{
	text-decoration: none;
	color: #424242;
	font-size: 18px;
	font-family: sans-serif;
}
.profession a:hover{
	text-decoration: none;
	color: #1d67bd;
}
.women-div{
	width: 33%;
	height: 179px;
	float: left;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-top: none;
}
.teacher-div{
	width: 33%;
	height: 179px;
	float: left;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-top: none;
	border-left: none;
	border-right: none;
}
.dot {
  height: 100px;
  width: 100px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #1d67bd;
  display: inline-block;
  margin-top: 5px;
}
.dot:hover{
	background-color: #1d67bd !important;
	border: 2px solid #1d67bd;
	cursor: pointer;
}
.profession-pics{
	width: 50%;
	margin-top: 23px;
}
.profession-pics:hover{
	filter: white(100%);
	border-radius: 50%;
	width: 60%;
}
.media-div{
	width: 33%;
	height: 179px;
	float: left;
	border: 1px solid #e0e0e0;
	background-color: white;
	border-top: none;
	border-right: none;
}
.healthcare-div{
	width: 33%;
	height: 159px;
	float: left;
	border-left: 1px solid #e0e0e0;
	background-color: white;
}
.ngo-div{
	width: 33%;
	height: 159px;
	border: 1px solid #e0e0e0;
	float: left;
	background-color: white;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.accountant-div{
	width: 33%;
	height: 159px;	
	border: 1px solid #e0e0e0;
	float: left;
	background-color: white;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.internship-div{
	height: 300px;
	width: 100%;
	background-color: white;
}
.main-heading-internship{
	color: #00CED1;
	font-family: sans-serif;
	font-size: 20px;
}
.inside-internship{
	height: 200px;
	width: 80%;
	background-color: white;
}
.app-icon{
	width: 16.5%;
	height: 90px;
	background-color: white;
	float: left;
}
.app-icon-imgs{
	width: 55%;
	height: auto;
}
.app-text{
	width: 16%;
	margin-left: 0.5%;
	height: 100px;
	background-color: white;
	float: left;
	color: #00CED1;
	font-size: 14px;
	font-family: sans-serif;
}
.main{
	height: 280px;
	width: 100%;
	background-color: white;
}
.inside-main{
	height: 260px;
	width: 98%;
	background-color: white;
}
.getstartedbtn{
	background-color: #00CED1;
    color: #f3f3f3;
    border: 0;
    border-radius: 2px;
    width: 220px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.one-main{
	height: 70px;
	width: 20%;
	background-color: white;
	float: left;
}
.circle-btn{
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-top: 15px;
	background-color: #00008B;
	border: none;
	color: white;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: 700;
}
.one-icon{
	background-color: white;
	width: 40%;
	height: 100px;
	float: left;
}
.myIcon{
	color: #00008B;
	font-size: 45px;
	margin-top: 17px;
}
.one-text{
	height: 100px;
	width: 60%;
	background-color: white;
	float: right;
	color: #0000CD;
	font-size: 15px;
	text-align: left;
	font-family: Helvathika, Arial, sans-serif;
}
.main-fund-div{
	height: 1180px;
	background-color: white;
	width: 100%;
}
.inside-fund{
	height: 550px;
	background-color: white;
	width: 99%;
}
.fund-main-heading{
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: black;
}
.col-1{
	height: 540px;
	width: 48%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
}
.col-1:hover{
	border: 1px solid #fea501;
}
.charity-heading{
	font-family: 'Roboto Condensed', Helvathika, Arial, sans-serif;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    padding-left: 10px;
    color: #333333;
    letter-spacing: 0.01px;
}
.charity-links{
	text-decoration: none;
	color: #333333;
}
.charity-para{
	color: #666666;
	font-family: 'Roboto Condensed', Helvathika, Arial, sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}
.charity-imgs{
	height: auto;
	width: 100%;
}
.per-text {
  text-align: right;
  color: #fea501;
  padding-right: 5%;
  font-family: sans-serif;
  font-size: 14px;
}
#per-text2{
  margin-top: 15px;	
}
.skill-container {
  width: 90%;
  background-color: #ddd;
  float: left;
  margin-left: 4%;
}
.skills {
  height: 5px;
}
.progress1 {width: 0%; float: left; background-color: #fea501;}
.progress2 {width: 50%; float: left; background-color: #fea501;}
.progress3 {width: 70%; float: left; background-color: #fea501;}
.progress4 {width: 0%; float: left; background-color: #fea501;}

.fund {
	width: 0%; 
	height: 5px;
	background-color: #cccccc;
}
.funding{
	width: 90%;
	height: 70px;
	background-color: #f6f6f6;
}
.raised{
	width: 50%;
	float: left;
	background-color: #f6f6f6;
	height: 60px;
	text-align: left;
	color: #666666;
	font-family: sans-serif;
	font-size: 14px;
}
.goal{
	width: 50%;
	float: right;
	background-color: #f6f6f6;
	height: 60px;
	text-align: right;
	color: #666666;
	font-family: sans-serif;
	font-size: 14px;
}
.btn-div{
	width: 90%;
	height: 50px;
	background-color: #f6f6f6;
}
.donate-btn{
	background-color: #fea501;
    color: #f3f3f3;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.donate-btn:hover{
	background-color: #333333;
	cursor: pointer;
}
.col-2{
	height: 540px;
	width: 48%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin-left: 3%;
}
.col-2:hover{
	border: 1px solid #fea501;
}
.col-3{
	height: 540px;
	width: 48%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin-top: 5px;
    margin-left: 0%;
    margin-right: 3%;
}
.col-3:hover{
	border: 1px solid #fea501;
}
.col-4{
	height: 540px;
	width: 48%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin-top: 5px;
}
.col-4:hover{
	border: 1px solid #fea501;
}
.open-positions{
	height: 420px;
	width: 100%;
	background-color: white;
}
.open-pos-heading{
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #09255d;
}
.content-open{
	font-family: 'Raleway', sans-serif;
	color: #09255d;
	font-size: 15px;
}
.lab{
	background-color: #09255d;
	height: 250px;
	width: 22%;
	float: left;
	margin-left: 2%;
}
.box-heading{
	color: white;
	padding: 5px 20px;
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 23px;
}
.box-para{
	color: white;
	padding-left: 20px;
	margin-top: -20px;
	font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 19px;
}
.fa-arrow-right{
	float: right;
	margin-right: 10%;
	position: relative;
  animation: mymove 1s;
}
.fa-arrow-right:hover{
	animation: step-start;
	animation-duration: 1s;
	animation-delay: 1s;
	cursor: pointer;
}
@keyframes mymove {
  from {left: 15px;}
  to {right: 10px;}
}
.customer{
	background-color: #f5436c;
	height: 250px;
	width: 22%;
	float: left;
	margin-left: 2%;
}
.assistant{
	background-color: #c4d500;
	height: 250px;
	width: 22%;
	float: left;
	margin-left: 2%;
}
.senior{
	background-color: #18a7eb;
	height: 250px;
	width: 22%;
	float: left;
	margin-left: 2%;
	margin-right: 0%;
}
.footer{
	height: 500px;
	width: 100%;
	background-color: #23292f;
}
.newsletter{
	background-color: #23292f;
	height: auto;
	width: 50%;
	float: left;
	margin-left: 5%;
}
.heading1{
	color: white;
	font-family: sans-serif;
	border-bottom: 3px solid red;
	width: 16%;
	font-size: 17px;
	padding-bottom: 7px;
}
.heading2{
	color: white;
	font-family: sans-serif;
}
.line{
	margin-top: -16.5px;
	width: auto;
	margin-left: 15.7%;
}
.main-para{
	font-size: 13px;
	color: white;
	font-family: sans-serif;
	line-height: 1.3rem;
}
.email{
	border-radius: 25px;
	border-color: white;
	color: white;
  background: black;
  padding: 10px;
  width: 170px;
  height: 18px;
}
.btn-link {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

.round-btn {
  border-radius: 50%;
  background-color: red;
  width: 30px;
  height: 30px;
  border-color: red;
  font-size: 18px;
}
.job-seekers{
	background-color: #23292f;
	height: 250px;
	width: 35%;
	float: left;
	margin-left: 5%;
}
.main-para1{
	font-size: 12px;
	color: grey;
	line-height: 1.4rem;
	padding-left: 4px;
	font-family: sans-serif;
}
.employers{
	background-color: #23292f;
	height: 250px;
	width: 25%;
	float: left;
	margin-left: 5%;
}
.others{
	background-color: #23292f;
	height: 250px;
	width: 20%;
	float: left;
	margin-left: 5%;
}
.contact-us{
	background-color: #23292f;
	height: 250px;
	width: 35%;
	float: left;
	margin-left: 5%;
}
.last-footer{
	height: 90px;
	width: 100%;
	background-color: black;
}
.last-footer-para{
	color: white;
	font-family: sans-serif;
	text-align: center;
	font-size: 14px;
}
.last-footer-para a{
	text-decoration: none;
}
.side-bar-btn {
 	 position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -83px;
	width: 230px;
}

.side-bar-btn a {
  display: block;
  text-align: center;
  padding: 15px;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px;
  background-color: #ec2755;
  text-decoration: none;
  transform: rotate(-90deg);
  border-radius: 5px;
}

.side-bar-btn a:hover {
  color: white;
  background-color: #dc0b3c;
  text-decoration: underline;
}

/* Slideshow container */
.icon-slideshow-container {
  width: 100%;
  background-color: white;
  height: 300px;
}

.main-table{
  width: 75%;
  height: 250px;
  background-color: white;
}
.main-table tbody tr td{
	height: 70px;
	border: 1px solid #e5e5e5;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.5rem;
}

.table-images{
  width: 80%;
  margin-left: 10%;
}
.main-table tbody tr td:hover{
	border: 1px solid blue;
}

/* The dots/bullets/indicators */
.icon-dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: transparent;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.icon-bar {
  position: fixed;
  top: 78%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 6px;
	width: 47px;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.alert-popup-div{
	height: 240px;
	width: 100%;
	background-color: lightgrey;
}
.alert-popup-div h2{
	text-align: center;
	font-family: sans-serif;
}
.main-para-popup{
	width: 100%;
	height: 140px;
	background-color: #09255d;
}
.set-left{
	float: left;
	width: 50%;
	background-color: #09255d;
	height: 100px;
}
.set-left p{
	padding-left: 45px;
	font-family: sans-serif;
	color: white;
}
.set-left a{
	color: white;
}
.set-right{
	float: left;
	width: 50%;
	background-color: #09255d;
	height: 100px;
}
.agree-btn{
	padding: 5px;
	width: 100px;
	float: right;
	margin-top: 3%;
	margin-right: 15%;
}
.cookies-para{
	font-family: sans-serif;
	font-size: 12px;
	line-height: 2rem;
}
}


/*-----------------------------------------------------
------------------------------
--------------------
------------ Media Query
--------------------
------------------------------
-------------------------------------------------------*/
@media screen and (min-width: 320px) and (max-width: 480px) {
.container{
	width: 100%;
	background-color: grey;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.header1{
  overflow: hidden;
  background-color: #002147;
  position: relative;
  height: auto;
}

.header1 #myLinks {
  display: none;
}
.header1 a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
.header1 a.icon {
  background: #002147;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.header1 a:hover {
  background-color: #ddd;
  color: black;
}

.active1 {
  background-color: #002147;
  color: white;
}
.menu-2{
   overflow: hidden;
  background-color: #002147;
  position: relative;
}
.menu-2 #mymenuLinks {
  display: none;
}
.menu-2 a {
  float: left;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.menu-2 a.icon {
  float: right;
  display: inherit;
}

.menu-2 a:hover {
  background-color: #ddd;
  color: black;
}

.active2 {
  background-color: #002147;
  color: white !important;
}
.header2{
	height: 80px;
	width: 100%;
	background-color: white;
}
.logo-div{
	width: 25%;
	height: 80px;
	float: left;
	background-color: white;
}
.img1{
	width: 95%;
	margin-left: 0%;
	margin-top: 10px;
}
.menu-1{
	width: 75%;
	height: 80px;
	float: right;
	background-color: white;
}
.link1{
	color: #4d4d4d;
	font-family: raleway, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 10px 5px 5px;
}
.search-img{
	width: 15px;
	padding-top: 15px;
	padding-left: 10px;
}
.menu-2{
	width: 100%;
	height: auto;
	background-color: #002147;
}
.menu-2-div1{
	width: 0%;
}
.menu-2-div2{
	width: 100%;
	height: auto;
	float: left;
	background-color: white;
}
.dropdown{
	border: 1px solid white;
	background-color: white;
	color: #4d4d4d;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.3px;
}
/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  height: 300px;
  background-color: black;
  overflow: hidden;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 2px 30px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: left;
  font-family: sans-serif;
}
.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.main-content-div{
	width: 100%;
	height: 730px;
	background-color: #f5f5f5;
}
.div-1{
	width: 98%;
	height: 400px;
	background-color: #f5f5f5;
	float: left;
	margin-left: 1%;
}
.main-heading{
	font-family: sans-serif;
	color: rgb(2, 0, 117);
	padding-left: 1%;
	padding-top: 5%;
	font-size: 23px;
	font-weight: 500;
	height: 40px;
	background-color: #f5f5f5;
}
.div-1-para{
	padding-left: 1%;
	padding-right: 1%;
	color: #09255d;
	font-family: 'Raleway',sans-serif;
    font-size: 16px;
    line-height: 18px;
}
.div-2{
	width: 100%;
	height: 300px;
	background-color: #f5f5f5;
	float: left;
	margin-left: 1%;
}
.video-styling{
	padding-left: 1%;
	padding-top: 0%;
	width: 92%;
}
.part1{
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}
.icon-img{
	height: 60px;
	width: 20%;
	float: left;
	background-color: #f5f5f5;
}
.icon-img-class{
	float: left;
	width: 80%;
}
.icon-para{	
	height: 60px;
	width: 69%;
	float: left;
	background-color: #f5f5f5;
	color: #17a7eb;
	font-family: 'Raleway',sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0px;
}
.icon-link{
	text-decoration: none;
	color: #17a7eb;
}
.icon-link:hover{
	text-decoration: underline;
	color: #17a7eb;
	font-weight: 600;
}
.Search-menu{
	width: 100%;
	height: 230px;
	background-color: #f5f5f5;
}
.inside-search{
	width: 95%;
	height: 200px;
	background-color: #f5f5f5;
}
.search-div{
	width: 47%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
}
.search-input{
	height: 35px;
	width: 96%;
	text-indent: 30px;
	border: 1px solid grey;
}
.hint{
	text-align: left;
	font-size: 13px;
	color: grey;
}
.specialism-div{
	width: 47%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
}
.select-specialism{
	width: 97%;
	height: 41px;
	color: grey;
	border: 1px solid grey;
}
.select-location{
	width: 97%;
	height: 38px;
	border: 1px solid grey;
}
.location-div{
	width: 47%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
}
.find-btn-div{
	width: 25%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
}
.find-btn{
	background-color: #dc0b3c;
    color: #f3f3f3;
    border: 0;
    border-radius: 2px;
    width: 150px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
}
.find-btn a{
	text-decoration: none;
	color: white;
}
.jobs-div{
	height: 850px;
	width: 100%;
	background-color: lightgray;
}
.browse-jobs{
	height: 470px;
	width: 98%;
	background-color: white;
	float: left;
	margin-left: 1%;
	margin-top: 10px;
}
.tablink-div{
	width: 30%;
	float: left;
	color: #4d4d4d;
	padding-left: 20px;
	background-color: white;
	font-family: sans-serif;
	font-size: 16px;
}
/* Style tab links */
.tablink {
  background-color: white;
  color: #4d4d4d;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 22px 12px;
  font-size: 14px;
  width: 10%;
  margin-left: 4%;
}


/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 5px 5px;
  height: auto;
}
.ul-col-1{
	width: 33%;
	height: 150px;
	float: left;
}
.ul-col-2{
	width: 33%;
	height: 150px;
	float: left;
}
.ul-col-3{
	width: 33%;
	height: 150px;
	float: left;
}
ul li a{
	text-decoration: none;
	line-height: 2rem;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.7rem;
}

#Industry {background-color: white;}
#City {background-color: white;}
#Company {background-color: white;}
#Function {background-color: white;}

.top-employers{
	height: 340px;
	width: 98%;
	background-color: white;
	float: left;
	margin-left: 1%;
}
.explore-courses-div1{
	width: 100%;
	background-color: white;
	height: 620px;
}
.sidebar-course-list{
	width: 40%;
	height: 620px;
	background-color: white;
	float: left;
	color: #4d4d4d;
	font-family: sans-serif;
}
.sidebar-course-list h3{
	font-size: 15px;
}
.sidebar-course-list ul li{
	list-style-type: none;
}
.sidebar-course-list ul li:hover{
	background-color: lightgrey;
	border: 3px solid #1d68be;
	border-bottom: none;
	border-left: none;
	border-top: none;
}
.sidebar-course-list ul li a{
	padding-left: 1%;
	line-height: 1.4rem;
}
.uni-info{
	width: 59%;
	height: 610px;
	background-color: white;
	float: left;
	margin-left: 1%;
}
.firstcolumn{
	width: 90%;
	height: 560px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 1%;
}
.uni-info-heading1{
	color: #4d4d4d;
	font-family: sans-serif;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 5px;
}
.uni-info-heading2{
	color: #4d4d4d;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 1.3rem;
}
.uni-info-para{
	color: grey;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 1.2rem;
}
.time-div1{
	background-color: #f5f5f5;
	height: 30px;
	margin-top: 0px;
}
.timer{
	color: grey;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: 600;
	margin-right: 0px;
}
.time-icons{
	width: 20px;
	padding-top: 5px;
}
.find-more-btn{
	background-color: #cc3399;
    color: #f3f3f3;
    border: 0;
    width: 200px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    margin-left: 20px;
}
.secondcolumn{
	display: none;
}
.thirdcolumn{
	display: none;
}
.explore-courses-div2{
	width: 100%;
	background-color: white;
	height: 540px;
}
.sidebar-course-list1{
	width: 34%;
	height: 330px;
	background-color: white;
	float: left;
	font-family: sans-serif;
	margin-left: 1%;
}
.sidebar-course-list1 ul li{
	list-style-type: none;
}
.sidebar-course-list1 ul li:hover{
	background-color: lightgrey;
	border: 5px solid #1d68be;
	border-bottom: none;
	border-left: none;
	border-top: none;
}
.sidebar-course-list1 ul li a{
	color: #1d68be;
	font-size: 15px;
	line-height: 1.60rem;
	padding-left: 0px;
}
.uni-info1{
	width: 65%;
	height: 300px;
	background-color: white;
	float: left;
}
.uni-info1 h2{
	color: #4d4d4d;
	font-family: sans-serif;
	padding-left: 5px;
	height: 25px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3rem;
	border: 5px solid #f44336;
	border-bottom: none;
	border-right: none;
	border-top: none;
}
.uni-info1 p{
	color: #4d4d4d;
	font-family: sans-serif;
	padding-left: 5px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3rem;
}
.selected-jobs{
	height: 380px;
	width: 98%;
	background-color: white;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}
.jobs-header{
	height: 50px;
	width: 93%;
	margin-left: 3%;
	background-color: white;
}
.jobs-header p{
	font-family: sans-serif;
	text-align: left;
	color: #4d4d4d;
	font-size: 18px;
}
.jobs-header a{
	font-family: sans-serif;
	float: right;
}
.profession{
	height: 380px;
	width: 98%;
	background-color: white;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}
.profession-div1{
	width: 99%;
	margin-left: 1%;
	height: 180px;
	margin-top: 5%;
}
.profession-div2{
	width: 99%;
	margin-left: 1%;
	height: 180px;
}
.profession a{
	text-decoration: none;
	color: #424242;
	font-size: 18px;
	font-family: sans-serif;
}
.profession a:hover{
	text-decoration: none;
	color: #1d67bd;
}
.women-div{
	width: 33%;
	height: 179px;
	float: left;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-top: none;
}
.teacher-div{
	width: 33%;
	height: 179px;
	float: left;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-top: none;
	border-left: none;
	border-right: none;
}
.dot {
  height: 100px;
  width: 100px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #1d67bd;
  display: inline-block;
  margin-top: 5px;
}
.dot:hover{
	background-color: #1d67bd !important;
	border: 2px solid #1d67bd;
	cursor: pointer;
}
.profession-pics{
	width: 50%;
	margin-top: 23px;
}
.profession-pics:hover{
	filter: white(100%);
	border-radius: 50%;
	width: 60%;
}
.media-div{
	width: 33%;
	height: 179px;
	float: left;
	border: 1px solid #e0e0e0;
	background-color: white;
	border-top: none;
	border-right: none;
}
.healthcare-div{
	width: 33%;
	height: 159px;
	float: left;
	border-left: 1px solid #e0e0e0;
	background-color: white;
}
.ngo-div{
	width: 33%;
	height: 159px;
	border: 1px solid #e0e0e0;
	float: left;
	background-color: white;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.accountant-div{
	width: 33%;
	height: 159px;	
	border: 1px solid #e0e0e0;
	float: left;
	background-color: white;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.internship-div{
	height: 300px;
	width: 100%;
	background-color: white;
}
.main-heading-internship{
	color: #00CED1;
	font-family: sans-serif;
	font-size: 20px;
}
.inside-internship{
	height: 200px;
	width: 98%;
	background-color: white;
}
.app-icon{
	width: 16.5%;
	height: 90px;
	background-color: white;
	float: left;
}
.app-icon-imgs{
	width: 55%;
	height: auto;
}
.app-text{
	width: 16%;
	margin-left: 0.5%;
	height: 100px;
	background-color: white;
	float: left;
	color: #00CED1;
	font-size: 12px;
	font-family: sans-serif;
}
.main{
	height: 480px;
	width: 100%;
	background-color: white;
}
.inside-main{
	height: 460px;
	width: 98%;
	background-color: white;
}
.getstartedbtn{
	background-color: #00CED1;
    color: #f3f3f3;
    border: 0;
    border-radius: 2px;
    width: 220px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.one-main{
	height: 70px;
	width: 35%;
	background-color: white;
	margin-left: 10%;
}
.circle-btn{
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-top: 15px;
	background-color: #00008B;
	border: none;
	color: white;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: 700;
}
.one-icon{
	background-color: white;
	width: 40%;
	height: 100px;
	float: left;
}
.myIcon{
	color: #00008B;
	font-size: 45px;
	margin-top: 17px;
}
.one-text{
	height: 100px;
	width: 60%;
	background-color: white;
	float: right;
	color: #0000CD;
	font-size: 15px;
	text-align: left;
	font-family: Helvathika, Arial, sans-serif;
}
.main-fund-div{
	height: 1180px;
	background-color: white;
	width: 100%;
}
.inside-fund{
	height: 550px;
	background-color: white;
	width: 99%;
}
.fund-main-heading{
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: black;
}
.col-1{
	height: 540px;
	width: 48%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
}
.col-1:hover{
	border: 1px solid #fea501;
}
.charity-heading{
	font-family: 'Roboto Condensed', Helvathika, Arial, sans-serif;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    padding-left: 10px;
    color: #333333;
    letter-spacing: 0.01px;
}
.charity-links{
	text-decoration: none;
	color: #333333;
}
.charity-para{
	color: #666666;
	font-family: 'Roboto Condensed', Helvathika, Arial, sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}
.charity-imgs{
	height: auto;
	width: 100%;
}
.per-text {
  text-align: right;
  color: #fea501;
  padding-right: 5%;
  font-family: sans-serif;
  font-size: 14px;
}
#per-text2{
  margin-top: 35px;	
}
#per-text4{
  margin-top: 35px;		
}
.skill-container {
  width: 90%;
  background-color: #ddd;
  float: left;
  margin-left: 4%;
}
.skills {
  height: 5px;
}
.progress1 {width: 0%; float: left; background-color: #fea501;}
.progress2 {width: 50%; float: left; background-color: #fea501;}
.progress3 {width: 70%; float: left; background-color: #fea501;}
.progress4 {width: 0%; float: left; background-color: #fea501;}

.fund {
	width: 0%; 
	height: 5px;
	background-color: #cccccc;
}
.funding{
	width: 90%;
	height: 70px;
	background-color: #f6f6f6;
}
.raised{
	width: 50%;
	float: left;
	background-color: #f6f6f6;
	height: 60px;
	text-align: left;
	color: #666666;
	font-family: sans-serif;
	font-size: 14px;
}
.goal{
	width: 50%;
	float: right;
	background-color: #f6f6f6;
	height: 60px;
	text-align: right;
	color: #666666;
	font-family: sans-serif;
	font-size: 14px;
}
.btn-div{
	width: 90%;
	height: 50px;
	background-color: #f6f6f6;
}
.donate-btn{
	background-color: #fea501;
    color: #f3f3f3;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.donate-btn:hover{
	background-color: #333333;
	cursor: pointer;
}
.col-2{
	height: 540px;
	width: 48%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin-left: 3%;
}
.col-2:hover{
	border: 1px solid #fea501;
}
.col-3{
	height: 540px;
	width: 48%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin-top: 5px;
    margin-left: 0%;
    margin-right: 3%;
}
.col-3:hover{
	border: 1px solid #fea501;
}
.col-4{
	height: 540px;
	width: 48%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin-top: 5px;
}
.col-4:hover{
	border: 1px solid #fea501;
}
.open-positions{
	height: 690px;
	width: 100%;
	background-color: white;
}
.open-pos-heading{
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #09255d;
}
.content-open{
	font-family: 'Raleway', sans-serif;
	color: #09255d;
	font-size: 15px;
}
.lab{
	background-color: #09255d;
	height: 250px;
	width: 45%;
	float: left;
	margin-left: 2%;
}
.box-heading{
	color: white;
	padding: 5px 20px;
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 23px;
}
.box-para{
	color: white;
	padding-left: 20px;
	margin-top: -20px;
	font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 19px;
}
.fa-arrow-right{
	float: right;
	margin-right: 10%;
	position: relative;
  animation: mymove 1s;
}
.fa-arrow-right:hover{
	animation: step-start;
	animation-duration: 1s;
	animation-delay: 1s;
	cursor: pointer;
}
@keyframes mymove {
  from {left: 15px;}
  to {right: 10px;}
}
.customer{
	background-color: #f5436c;
	height: 250px;
	width: 45%;
	float: left;
	margin-left: 2%;
}
.assistant{
	background-color: #c4d500;
	height: 250px;
	width: 45%;
	float: left;
	margin-left: 2%;
}
.senior{
	background-color: #18a7eb;
	height: 250px;
	width: 45%;
	float: left;
	margin-left: 2%;
	margin-right: 0%;
}
.footer{
	height: 550px;
	width: 100%;
	background-color: #23292f;
}
.newsletter{
	background-color: #23292f;
	height: auto;
	width: 57%;
	float: left;
	margin-left: 5%;
}
.heading1{
	color: white;
	font-family: sans-serif;
	border-bottom: 3px solid red;
	width: 16%;
	font-size: 17px;
	padding-bottom: 7px;
}
.heading2{
	color: white;
	font-family: sans-serif;
}
.line{
	margin-top: -16.5px;
	width: auto;
	margin-left: 15.7%;
}
.main-para{
	font-size: 13px;
	color: white;
	font-family: sans-serif;
	line-height: 1.3rem;
}
.email{
	border-radius: 25px;
	border-color: white;
	color: white;
  background: black;
  padding: 10px;
  width: 170px;
  height: 18px;
}
.btn-link {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

.round-btn {
  border-radius: 50%;
  background-color: red;
  width: 30px;
  height: 30px;
  border-color: red;
  font-size: 18px;
}
.job-seekers{
	background-color: #23292f;
	height: 250px;
	width: 29%;
	float: left;
	margin-left: 5%;
}
.main-para1{
	font-size: 12px;
	color: grey;
	line-height: 1.4rem;
	padding-left: 4px;
	font-family: sans-serif;
}
.employers{
	background-color: #23292f;
	height: 250px;
	width: 25%;
	float: left;
	margin-left: 5%;
}
.others{
	background-color: #23292f;
	height: 250px;
	width: 20%;
	float: left;
	margin-left: 5%;
}
.contact-us{
	background-color: #23292f;
	height: 250px;
	width: 35%;
	float: left;
	margin-left: 5%;
}
.last-footer{
	height: 90px;
	width: 100%;
	background-color: black;
}
.last-footer-para{
	color: white;
	font-family: sans-serif;
	text-align: center;
	font-size: 13px;
}
.last-footer-para a{
	text-decoration: none;
}
.side-bar-btn {
 	 position: fixed;
	top: 57%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -76px;
	width: 200px;
}

.side-bar-btn a {
  display: block;
	font-family: sans-serif;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
  background-color: #ec2755;
  text-decoration: none;
  transform: rotate(-90deg);
  border-radius: 5px;
}

.side-bar-btn a:hover {
  color: white;
  background-color: #dc0b3c;
  text-decoration: underline;
}

/* Slideshow container */
.icon-slideshow-container {
  width: 100%;
  background-color: white;
  height: 300px;
}

.main-table{
  width: 75%;
  height: 250px;
  background-color: white;
}
.main-table tbody tr td{
	height: 70px;
	border: 1px solid #e5e5e5;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.5rem;
}

.table-images{
  width: 80%;
  margin-left: 10%;
}
.main-table tbody tr td:hover{
	border: 1px solid blue;
}

/* The dots/bullets/indicators */
.icon-dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: transparent;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.icon-bar {
  position: fixed;
  top: 83%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
	width: 47px;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.alert-popup-div{
	height: 260px;
	width: 100%;
	background-color: lightgrey;
}
.alert-popup-div h2{
	text-align: center;
	font-family: sans-serif;
}
.main-para-popup{
	width: 100%;
	height: 160px;
	background-color: #09255d;
}
.set-left{
	float: left;
	width: 50%;
	background-color: #09255d;
	height: 100px;
}
.set-left p{
	padding-left: 15px;
	font-family: sans-serif;
	color: white;
}
.set-left a{
	color: white;
}
.set-right{
	float: left;
	width: 50%;
	background-color: #09255d;
	height: 100px;
}
.agree-btn{
	padding: 5px;
	width: 100px;
	float: right;
	margin-top: 3%;
	margin-right: 15%;
}
.cookies-para{
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.2rem;
}
}

/*-----------------------------------------------------
------------------------------
--------------------
------------ Media Query
--------------------
------------------------------
-------------------------------------------------------*/
@media screen and (min-width: 319px) and (max-width: 381px) {
.container{
	width: 100%;
	background-color: grey;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.header1{
  overflow: hidden;
  background-color: #002147;
  position: relative;
  height: auto;
}

.header1 #myLinks {
  display: none;
}
.header1 a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
.header1 a.icon {
  background: #002147;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.header1 a:hover {
  background-color: #ddd;
  color: black;
}

.active1 {
  background-color: #002147;
  color: white;
}
.menu-2{
   overflow: hidden;
  background-color: #002147;
  position: relative;
}
.menu-2 #mymenuLinks {
  display: none;
}
.menu-2 a {
  float: left;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.menu-2 a.icon {
  float: right;
  display: inherit;
}

.menu-2 a:hover {
  background-color: #ddd;
  color: black;
}

.active2 {
  background-color: #002147;
  color: white !important;
}
.header2{
	height: 80px;
	width: 100%;
	background-color: white;
}
.logo-div{
	width: 25%;
	height: 80px;
	float: left;
	background-color: white;
}
.img1{
	width: 95%;
	margin-left: 0%;
	margin-top: 10px;
}
.menu-1{
	width: 75%;
	height: 80px;
	float: right;
	background-color: white;
}
.link1{
	color: #4d4d4d;
	font-family: raleway, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding: 1px 1px;
}
.search-img{
	width: 15px;
	padding-top: 15px;
	padding-left: 10px;
}
.menu-2{
	width: 100%;
	height: auto;
	background-color: #002147;
}
.menu-2-div1{
	width: 0%;
}
.menu-2-div2{
	width: 100%;
	height: auto;
	float: left;
	background-color: white;
}
.dropdown{
	border: 1px solid white;
	background-color: white;
	color: #4d4d4d;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.3px;
}
/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  height: 300px;
  background-color: black;
  overflow: hidden;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 2px 30px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: left;
  font-family: sans-serif;
}
.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.main-content-div{
	width: 100%;
	height: 700px;
	background-color: #f5f5f5;
}
.div-1{
	width: 98%;
	height: 400px;
	background-color: #f5f5f5;
	float: left;
	margin-left: 1%;
}
.main-heading{
	font-family: sans-serif;
	color: rgb(2, 0, 117);
	padding-left: 1%;
	padding-top: 5%;
	font-size: 23px;
	font-weight: 500;
	height: 40px;
	background-color: #f5f5f5;
}
.div-1-para{
	padding-left: 1%;
	padding-right: 1%;
	color: #09255d;
	font-family: 'Raleway',sans-serif;
    font-size: 16px;
    line-height: 18px;
}
.div-2{
	width: 100%;
	height: 300px;
	background-color: #f5f5f5;
	float: left;
	margin-left: 1%;
}
.video-styling{
	padding-left: 1%;
	padding-top: 0%;
	width: 92%;
}
.part1{
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}
.icon-img{
	height: 60px;
	width: 20%;
	float: left;
	background-color: #f5f5f5;
}
.icon-img-class{
	float: left;
	width: 80%;
}
.icon-para{	
	height: 60px;
	width: 69%;
	float: left;
	background-color: #f5f5f5;
	color: #17a7eb;
	font-family: 'Raleway',sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0px;
}
.icon-link{
	text-decoration: none;
	color: #17a7eb;
}
.icon-link:hover{
	text-decoration: underline;
	color: #17a7eb;
	font-weight: 600;
}
.Search-menu{
	width: 100%;
	height: 300px;
	background-color: #f5f5f5;
}
.inside-search{
	width: 95%;
	height: 200px;
	background-color: #f5f5f5;
}
.search-div{
	width: 97%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
}
.search-input{
	height: 35px;
	width: 96%;
	text-indent: 30px;
	border: 1px solid grey;
}
.hint{
	text-align: left;
	font-size: 13px;
	color: grey;
}
.specialism-div{
	width: 97%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
}
.select-specialism{
	width: 97%;
	height: 41px;
	color: grey;
	border: 1px solid grey;
}
.select-location{
	width: 97%;
	height: 38px;
	border: 1px solid grey;
}
.location-div{
	width: 47%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
}
.find-btn-div{
	width: 35%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
}
.find-btn{
	background-color: #dc0b3c;
    color: #f3f3f3;
    border: 0;
    border-radius: 2px;
    width: 150px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
}
.find-btn a{
	text-decoration: none;
	color: white;
}
.jobs-div{
	height: 980px;
	width: 100%;
	background-color: lightgray;
}
.browse-jobs{
	height: 580px;
	width: 100%;
	background-color: white;
	float: left;
	margin-left: 1%;
	margin-top: 10px;
}
.tablink-div{
	width: 100%;
	float: left;
	color: #4d4d4d;
	padding-left: 5px;
	background-color: white;
	font-family: sans-serif;
	font-size: 16px;
}
/* Style tab links */
.tablink {
  background-color: white;
  color: #4d4d4d;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 22px 12px;
  font-size: 14px;
  width: 20%;
  margin-left: 4%;
}


/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 2px 2px;
  height: auto;
}
.ul-col-1{
	width: 33%;
	height: 150px;
	float: left;
}
.ul-col-2{
	width: 33%;
	height: 150px;
	float: left;
}
.ul-col-3{
	width: 33%;
	height: 150px;
	float: left;
}
ul li a{
	text-decoration: none;
	line-height: 2rem;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.5rem;
}

#Industry {background-color: white;}
#City {background-color: white;}
#Company {background-color: white;}
#Function {background-color: white;}

.top-employers{
	height: 340px;
	width: 98%;
	background-color: white;
	float: left;
	margin-left: 1%;
}
.explore-courses-div1{
	width: 100%;
	background-color: white;
	height: 620px;
}
.sidebar-course-list{
	width: 40%;
	height: 620px;
	background-color: white;
	float: left;
	color: #4d4d4d;
	font-family: sans-serif;
}
.sidebar-course-list h3{
	font-size: 15px;
}
.sidebar-course-list ul li{
	list-style-type: none;
}
.sidebar-course-list ul li:hover{
	background-color: lightgrey;
	border: 3px solid #1d68be;
	border-bottom: none;
	border-left: none;
	border-top: none;
}
.sidebar-course-list ul li a{
	padding-left: 1%;
	line-height: 1.4rem;
}
.uni-info{
	width: 59%;
	height: 610px;
	background-color: white;
	float: left;
	margin-left: 1%;
}
.firstcolumn{
	width: 90%;
	height: 560px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 1%;
}
.uni-info-heading1{
	color: #4d4d4d;
	font-family: sans-serif;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 5px;
}
.uni-info-heading2{
	color: #4d4d4d;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 1.3rem;
}
.uni-info-para{
	color: grey;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 1.2rem;
}
.time-div1{
	background-color: #f5f5f5;
	height: 30px;
	margin-top: 0px;
}
.timer{
	color: grey;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: 600;
	margin-right: 0px;
}
.time-icons{
	width: 20px;
	padding-top: 5px;
}
.find-more-btn{
	background-color: #cc3399;
    color: #f3f3f3;
    border: 0;
    width: 160px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    margin-left: 20px;
}
.secondcolumn{
	display: none;
}
.thirdcolumn{
	display: none;
}
.explore-courses-div2{
	width: 100%;
	background-color: white;
	height: 630px;
}
.sidebar-course-list1{
	width: 34%;
	height: 330px;
	background-color: white;
	float: left;
	font-family: sans-serif;
	margin-left: 1%;
}
.sidebar-course-list1 ul li{
	list-style-type: none;
}
.sidebar-course-list1 ul li:hover{
	background-color: lightgrey;
	border: 5px solid #1d68be;
	border-bottom: none;
	border-left: none;
	border-top: none;
}
.sidebar-course-list1 ul li a{
	color: #1d68be;
	font-size: 15px;
	line-height: 1.60rem;
	padding-left: 0px;
}
.uni-info1{
	width: 65%;
	height: 300px;
	background-color: white;
	float: left;
}
.uni-info1 h2{
	color: #4d4d4d;
	font-family: sans-serif;
	padding-left: 5px;
	height: 25px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3rem;
	border: 5px solid #f44336;
	border-bottom: none;
	border-right: none;
	border-top: none;
}
.uni-info1 p{
	color: #4d4d4d;
	font-family: sans-serif;
	padding-left: 5px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3rem;
}
.selected-jobs{
	height: 450px;
	width: 98%;
	background-color: white;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}
.jobs-header{
	height: 50px;
	width: 93%;
	margin-left: 3%;
	background-color: white;
}
.jobs-header p{
	font-family: sans-serif;
	text-align: left;
	color: #4d4d4d;
	font-size: 18px;
}
.jobs-header a{
	font-family: sans-serif;
	float: right;
}
.profession{
	height: 420px;
	width: 98%;
	background-color: white;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}
.profession-div1{
	width: 99%;
	margin-left: 1%;
	height: 180px;
	margin-top: 5%;
}
.profession-div2{
	width: 99%;
	margin-left: 1%;
	height: 180px;
}
.profession a{
	text-decoration: none;
	color: #424242;
	font-size: 18px;
	font-family: sans-serif;
}
.profession a:hover{
	text-decoration: none;
	color: #1d67bd;
}
.women-div{
	width: 33%;
	height: 179px;
	float: left;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-top: none;
}
.teacher-div{
	width: 33%;
	height: 179px;
	float: left;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-top: none;
	border-left: none;
	border-right: none;
}
.dot {
  height: 100px;
  width: 100px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #1d67bd;
  display: inline-block;
  margin-top: 5px;
}
.dot:hover{
	background-color: #1d67bd !important;
	border: 2px solid #1d67bd;
	cursor: pointer;
}
.profession-pics{
	width: 50%;
	margin-top: 23px;
}
.profession-pics:hover{
	filter: white(100%);
	border-radius: 50%;
	width: 60%;
}
.media-div{
	width: 33%;
	height: 179px;
	float: left;
	border: 1px solid #e0e0e0;
	background-color: white;
	border-top: none;
	border-right: none;
}
.healthcare-div{
	width: 33%;
	height: 159px;
	float: left;
	border-left: 1px solid #e0e0e0;
	background-color: white;
}
.ngo-div{
	width: 33%;
	height: 159px;
	border: 1px solid #e0e0e0;
	float: left;
	background-color: white;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.accountant-div{
	width: 33%;
	height: 159px;	
	border: 1px solid #e0e0e0;
	float: left;
	background-color: white;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.internship-div{
	height: 470px;
	width: 100%;
	background-color: white;
}
.main-heading-internship{
	color: #00CED1;
	font-family: sans-serif;
	font-size: 17px;
}
.inside-internship{
	height: 400px;
	width: 97%;
	background-color: white;
}
.app-icon{
	width: 33%;
	height: 90px;
	background-color: white;
	float: left;
}
.app-icon-imgs{
	width: 50%;
	height: auto;
}
.app-text{
	width: 33%;
	margin-left: 0%;
	height: 100px;
	background-color: white;
	float: left;
	color: #00CED1;
	font-size: 12px;
	font-family: sans-serif;
}
.main{
	height: 520px;
	width: 100%;
	background-color: white;
}
.inside-main{
	height: 480px;
	width: 98%;
	background-color: white;
}
.getstartedbtn{
	background-color: #00CED1;
    color: #f3f3f3;
    border: 0;
    border-radius: 2px;
    width: 220px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.one-main{
	height: 70px;
	width: 35%;
	background-color: white;
	margin-left: 10%;
}
.circle-btn{
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-top: 15px;
	background-color: #00008B;
	border: none;
	color: white;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: 700;
}
.one-icon{
	background-color: white;
	width: 40%;
	height: 100px;
	float: left;
}
.myIcon{
	color: #00008B;
	font-size: 45px;
	margin-top: 17px;
}
.one-text{
	height: 100px;
	width: 60%;
	background-color: white;
	float: right;
	color: #0000CD;
	font-size: 15px;
	text-align: left;
	font-family: Helvathika, Arial, sans-serif;
}
.main-fund-div{
	height: 2350px;
	background-color: white;
	width: 100%;
}
.inside-fund{
	height: 550px;
	background-color: white;
	width: 99%;
}
.fund-main-heading{
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: black;
}
.col-1{
	height: 540px;
	width: 97%;
	margin-left: 1%;
	margin-top: 1%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
}
.col-1:hover{
	border: 1px solid #fea501;
}
.charity-heading{
	font-family: 'Roboto Condensed', Helvathika, Arial, sans-serif;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    padding-left: 10px;
    color: #333333;
    letter-spacing: 0.01px;
}
.charity-links{
	text-decoration: none;
	color: #333333;
}
.charity-para{
	color: #666666;
	font-family: 'Roboto Condensed', Helvathika, Arial, sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}
.charity-imgs{
	height: auto;
	width: 100%;
}
.per-text {
  text-align: right;
  color: #fea501;
  padding-right: 5%;
  font-family: sans-serif;
  font-size: 14px;
}
#per-text2{
  margin-top: 35px;	
}
#per-text4{
  margin-top: 35px;		
}
.skill-container {
  width: 90%;
  background-color: #ddd;
  float: left;
  margin-left: 4%;
}
.skills {
  height: 5px;
}
.progress1 {width: 0%; float: left; background-color: #fea501;}
.progress2 {width: 50%; float: left; background-color: #fea501;}
.progress3 {width: 70%; float: left; background-color: #fea501;}
.progress4 {width: 0%; float: left; background-color: #fea501;}

.fund {
	width: 0%; 
	height: 5px;
	background-color: #cccccc;
}
.funding{
	width: 90%;
	height: 70px;
	background-color: #f6f6f6;
}
.raised{
	width: 50%;
	float: left;
	background-color: #f6f6f6;
	height: 60px;
	text-align: left;
	color: #666666;
	font-family: sans-serif;
	font-size: 14px;
}
.goal{
	width: 50%;
	float: right;
	background-color: #f6f6f6;
	height: 60px;
	text-align: right;
	color: #666666;
	font-family: sans-serif;
	font-size: 14px;
}
.btn-div{
	width: 90%;
	height: 50px;
	background-color: #f6f6f6;
}
.donate-btn{
	background-color: #fea501;
    color: #f3f3f3;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.donate-btn:hover{
	background-color: #333333;
	cursor: pointer;
}
.col-2{
	height: 560px;
	width: 97%;
	margin-left: 1%;
	margin-top: 1%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
}
.col-2:hover{
	border: 1px solid #fea501;
}
.col-3{
	height: 560px;
	width: 97%;
	margin-left: 1%;
	margin-top: 1%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
}
.col-3:hover{
	border: 1px solid #fea501;
}
.col-4{
	height: 560px;
	width: 97%;
	margin-left: 1%;
	margin-top: 1%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
}
.col-4:hover{
	border: 1px solid #fea501;
}
.open-positions{
	height: 690px;
	width: 100%;
	background-color: white;
}
.open-pos-heading{
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #09255d;
}
.content-open{
	font-family: 'Raleway', sans-serif;
	color: #09255d;
	font-size: 15px;
}
.lab{
	background-color: #09255d;
	height: 250px;
	width: 45%;
	float: left;
	margin-left: 2%;
}
.box-heading{
	color: white;
	padding: 5px 20px;
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 23px;
}
.box-para{
	color: white;
	padding-left: 20px;
	margin-top: -20px;
	font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 19px;
}
.fa-arrow-right{
	float: right;
	margin-right: 10%;
	position: relative;
  animation: mymove 1s;
}
.fa-arrow-right:hover{
	animation: step-start;
	animation-duration: 1s;
	animation-delay: 1s;
	cursor: pointer;
}
@keyframes mymove {
  from {left: 15px;}
  to {right: 10px;}
}
.customer{
	background-color: #f5436c;
	height: 250px;
	width: 45%;
	float: left;
	margin-left: 2%;
}
.assistant{
	background-color: #c4d500;
	height: 250px;
	width: 45%;
	float: left;
	margin-left: 2%;
}
.senior{
	background-color: #18a7eb;
	height: 250px;
	width: 45%;
	float: left;
	margin-left: 2%;
	margin-right: 0%;
}
.footer{
	height: 650px;
	width: 100%;
	background-color: #23292f;
}
.newsletter{
	background-color: #23292f;
	height: auto;
	width: 93%;
	float: left;
	margin-left: 5%;
}
.heading1{
	color: white;
	font-family: sans-serif;
	border-bottom: 3px solid red;
	width: 16%;
	font-size: 17px;
	padding-bottom: 7px;
}
.heading2{
	color: white;
	font-family: sans-serif;
}
.line{
	margin-top: -16.5px;
	width: auto;
	margin-left: 15.7%;
}
.main-para{
	font-size: 13px;
	color: white;
	font-family: sans-serif;
	line-height: 1.3rem;
}
.email{
	border-radius: 25px;
	border-color: white;
	color: white;
  background: black;
  padding: 10px;
  width: 170px;
  height: 18px;
}
.btn-link {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

.round-btn {
  border-radius: 50%;
  background-color: red;
  width: 30px;
  height: 30px;
  border-color: red;
  font-size: 18px;
}
.job-seekers{
	background-color: #23292f;
	height: 180px;
	width: 45%;
	float: left;
	margin-left: 5%;
	margin-top: 5%;
}
.main-para1{
	font-size: 12px;
	color: grey;
	line-height: 1.4rem;
	padding-left: 4px;
	font-family: sans-serif;
}
.employers{
	background-color: #23292f;
	height: 180px;
	width: 45%;
	float: left;
	margin-left: 5%;
	margin-top: 5%;
}
.others{
	background-color: #23292f;
	height: 250px;
	width: 30%;
	float: left;
	margin-left: 5%;
}
.contact-us{
	background-color: #23292f;
	height: 250px;
	width: 55%;
	float: left;
	margin-left: 5%;
}
.last-footer{
	height: 120px;
	width: 100%;
	background-color: black;
}
.last-footer-para{
	color: white;
	font-family: sans-serif;
	text-align: center;
	font-size: 13px;
	padding-left: 4%;
	padding-right: 4%;
}
.last-footer-para a{
	text-decoration: none;
}
.side-bar-btn {
 	 position: fixed;
	top: 57%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -76px;
	width: 200px;
}

.side-bar-btn a {
  display: block;
	font-family: sans-serif;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
  background-color: #ec2755;
  text-decoration: none;
  transform: rotate(-90deg);
  border-radius: 5px;
}

.side-bar-btn a:hover {
  color: white;
  background-color: #dc0b3c;
  text-decoration: underline;
}

/* Slideshow container */
.icon-slideshow-container {
  width: 100%;
  background-color: white;
  height: 300px;
}

.main-table{
  width: 75%;
  height: 250px;
  background-color: white;
}
.main-table tbody tr td{
	height: 70px;
	border: 1px solid #e5e5e5;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.5rem;
}

.table-images{
  width: 80%;
  margin-left: 10%;
}
.main-table tbody tr td:hover{
	border: 1px solid blue;
}

/* The dots/bullets/indicators */
.icon-dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: transparent;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.icon-bar {
  position: fixed;
  top: 83%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
	width: 47px;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.alert-popup-div{
	height: 300px;
	width: 100%;
	background-color: lightgrey;
}
.alert-popup-div h2{
	text-align: center;
	font-family: sans-serif;
}
.main-para-popup{
	width: 100%;
	height: 200px;
	background-color: #09255d;
}
.set-left{
	float: left;
	width: 50%;
	background-color: #09255d;
	height: 100px;
}
.set-left p{
	padding-left: 15px;
	font-family: sans-serif;
	color: white;
}
.set-left a{
	color: white;
}
.set-right{
	float: left;
	width: 50%;
	background-color: #09255d;
	height: 100px;
}
.agree-btn{
	padding: 5px;
	width: 100px;
	float: right;
	margin-top: 10%;
	margin-right: 5%;
}
.cookies-para{
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.2rem;
}
}
/*-----------------------------------------------------
------------------------------
--------------------
------------ Media Query
--------------------
------------------------------
 iphone 6, 6s, 7, 8 
 @media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) { }

 iphone 6+, 6s+, 7+, 8+ 
 @media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) { }
-------------------------------------------------------*/
@media screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3)  {
body{
	width: 100%;
	background-color: white;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.header1{
  overflow: hidden;
  background-color: #002147;
  position: relative;
  height: auto;
}

.header1 #myLinks {
  display: none;
}
.header1 a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
.header1 a.icon {
  background: #002147;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.header1 a:hover {
  background-color: #ddd;
  color: black;
}

.active1 {
  background-color: #002147;
  color: white;
}
.menu-2{
   overflow: hidden;
  background-color: #002147;
  position: relative;
}
.menu-2 #mymenuLinks {
  display: none;
}
.menu-2 a {
  float: left;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.menu-2 a.icon {
  float: right;
  display: inherit;
}

.menu-2 a:hover {
  background-color: #ddd;
  color: black;
}

.active2 {
  background-color: #002147;
  color: white !important;
}
.header2{
	height: 80px;
	width: 100%;
	background-color: white;
}
.logo-div{
	width: 25%;
	height: 80px;
	float: left;
	background-color: white;
}
.img1{
	width: 95%;
	margin-left: 0%;
	margin-top: 10px;
}
.menu-1{
	width: 75%;
	height: 80px;
	float: right;
	background-color: white;
}
.link1{
	color: #4d4d4d;
	font-family: raleway, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 10px 7px 5px 5px;
}
.search-img{
	width: 15px;
	padding-top: 15px;
	padding-left: 10px;
}
.menu-2{
	width: 100%;
	height: auto;
	background-color: #002147;
}
.menu-2-div1{
	width: 0%;
}
.menu-2-div2{
	width: 100%;
	height: auto;
	float: left;
	background-color: white;
}
.dropdown{
	border: 1px solid white;
	background-color: white;
	color: #4d4d4d;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.3px;
}
/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  height: 300px;
  background-color: black;
  overflow: hidden;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 2px 30px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: left;
  font-family: sans-serif;
}
.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.main-content-div{
	width: 100%;
	height: 670px;
	background-color: #f5f5f5;
}
.div-1{
	width: 98%;
	height: 400px;
	background-color: #f5f5f5;
	float: left;
	margin-left: 1%;
}
.main-heading{
	font-family: sans-serif;
	color: rgb(2, 0, 117);
	padding-left: 1%;
	padding-top: 5%;
	font-size: 23px;
	font-weight: 500;
	height: 40px;
	background-color: #f5f5f5;
}
.div-1-para{
	padding-left: 1%;
	padding-right: 1%;
	color: #09255d;
	font-family: 'Raleway',sans-serif;
    font-size: 16px;
    line-height: 18px;
}
.div-2{
	width: 100%;
	height: 260px;
	background-color: #f5f5f5;
	float: left;
	margin-left: 0%;
}
.video-styling{
	padding-left: 1%;
	padding-top: 0%;
	width: 98%;
}
.part1{
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}
.icon-img{
	height: 60px;
	width: 20%;
	float: left;
	background-color: #f5f5f5;
}
.icon-img-class{
	float: left;
	width: 80%;
}
.icon-para{	
	height: 60px;
	width: 69%;
	float: left;
	background-color: #f5f5f5;
	color: #17a7eb;
	font-family: 'Raleway',sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0px;
}
.icon-link{
	text-decoration: none;
	color: #17a7eb;
}
.icon-link:hover{
	text-decoration: underline;
	color: #17a7eb;
	font-weight: 600;
}
.Search-menu{
	width: 100%;
	height: 300px;
	background-color: #f5f5f5;
}
.inside-search{
	width: 99%;
	height: 300px;
	background-color: #f5f5f5;
}
.search-div{
	width: 92%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
}
.search-input{
	height: 35px;
	width: 96%;
	text-indent: 30px;
	border: 1px solid grey;
}
.hint{
	text-align: left;
	padding-left: 2%;
	font-size: 13px;
	color: grey;
}
.specialism-div{
	width: 92%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
}
.select-specialism{
	width: 97%;
	height: 41px;
	color: grey;
	border: 1px solid grey;
}
.select-location{
	width: 92%;
	height: 38px;
	border: 1px solid grey;
}
.location-div{
	width: 48%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
}
.find-btn-div{
	width: 28%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
}
.find-btn{
	background-color: #dc0b3c;
    color: #f3f3f3;
    border: 0;
    border-radius: 2px;
    width: 150px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
}
.find-btn a{
	text-decoration: none;
	color: white;
}
.jobs-div{
	height: 800px;
	width: 100%;
	background-color: lightgray;
}
.browse-jobs{
	height: 520px;
	width: 100%;
	background-color: white;
	float: left;
	margin-left: 0%;
	margin-top: 10px;
}
.tablink-div{
	width: 27%;
	float: left;
	color: #4d4d4d;
	padding-left: 10px;
	background-color: white;
	font-family: sans-serif;
	font-size: 15px;
}
/* Style tab links */
.tablink {
  background-color: white;
  color: #4d4d4d;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 18px 3px;
  font-size: 14px;
  width: 15%;
  margin-left: 2%;
}


/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 2px 2px;
  height: auto;
}
.ul-col-1{
	width: 32%;
	height: auto;
	float: left;
	text-align: left;
}
.ul-col-2{
	width: 32%;
	height: auto;
	float: left;
	text-align: left;
}
.ul-col-3{
	width: 32%;
	height: auto;
	float: left;
	text-align: left;
}
ul li a{
	text-decoration: none;
	color: #4d4d4d;
	font-size: 13px;
	line-height: 1.6rem;
	font-family: sans-serif;
}

#Industry {background-color: white;}
#City {background-color: white;}
#Company {background-color: white;}
#Function {background-color: white;}

.top-employers{
	height: 340px;
	width: 100%;
	background-color: white;
	float: left;
	margin-left: 0%;
}
.explore-courses-div1{
	width: 100%;
	background-color: white;
	height: 760px;
}
.sidebar-course-list{
	width: 40%;
	height: 620px;
	background-color: white;
	float: left;
	color: #4d4d4d;
	font-family: sans-serif;
}
.sidebar-course-list h3{
	font-size: 15px;
}
.sidebar-course-list ul li{
	list-style-type: none;
}
.sidebar-course-list ul li:hover{
	background-color: lightgrey;
	border: 3px solid #1d68be !important;
	border-bottom: none;
	border-left: none;
	border-top: none;
}
.sidebar-course-list ul li a{
	padding-left: 0%;
	line-height: 1.4rem;
}
.uni-info{
	width: 59%;
	height: 610px;
	background-color: white;
	float: left;
	margin-left: 1%;
}
.firstcolumn{
	width: 90%;
	height: 560px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 1%;
}
.uni-info-heading1{
	color: #4d4d4d;
	font-family: sans-serif;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 5px;
}
.uni-info-heading2{
	color: #4d4d4d;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 1.3rem;
}
.uni-info-para{
	color: grey;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 1.2rem;
}
.time-div1{
	background-color: #f5f5f5;
	height: 30px;
	margin-top: 0px;
}
.timer{
	color: grey;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: 600;
	margin-right: 0px;
}
.time-icons{
	width: 20px;
	padding-top: 5px;
}
.find-more-btn{
	background-color: #cc3399;
    color: #f3f3f3;
    border: 0;
    width: 160px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    margin-left: 20px;
}
.secondcolumn{
	display: none;
}
.thirdcolumn{
	display: none;
}
.explore-courses-div2{
	width: 100%;
	background-color: white;
	height: 580px;
}
.sidebar-course-list1{
	width: 34%;
	height: 330px;
	background-color: white;
	float: left;
	font-family: sans-serif;
	margin-left: 0%;
}
.sidebar-course-list1 ul li{
	list-style-type: none;
}
.sidebar-course-list1 ul li:hover{
	background-color: lightgrey;
	border: 5px solid #1d68be;
	border-bottom: none;
	border-left: none;
	border-top: none;
}
.sidebar-course-list1 ul li a{
	color: #1d68be;
	font-size: 15px;
	line-height: 1.60rem;
	padding-left: 0px;
}
.uni-info1{
	width: 65%;
	height: 300px;
	background-color: white;
	float: left;
}
.uni-info1 h2{
	color: #4d4d4d;
	font-family: sans-serif;
	padding-left: 5px;
	height: 25px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3rem;
	border: 5px solid #f44336;
	border-bottom: none;
	border-right: none;
	border-top: none;
}
.uni-info1 p{
	color: #4d4d4d;
	font-family: sans-serif;
	padding-left: 5px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3rem;
}
.selected-jobs{
	height: 380px;
	width: 100%;
	background-color: white;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
}
.jobs-header{
	height: 50px;
	width: 93%;
	margin-left: 3%;
	background-color: white;
}
.jobs-header p{
	font-family: sans-serif;
	text-align: left;
	color: #4d4d4d;
	font-size: 18px;
}
.jobs-header a{
	font-family: sans-serif;
	float: right;
}
.profession{
	height: 380px;
	width: 100%;
	background-color: white;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
}
.profession-div1{
	width: 99%;
	margin-left: 1%;
	height: 180px;
	margin-top: 5%;
}
.profession-div2{
	width: 99%;
	margin-left: 1%;
	height: 180px;
}
.profession a{
	text-decoration: none;
	color: #424242;
	font-size: 18px;
	font-family: sans-serif;
}
.profession a:hover{
	text-decoration: none;
	color: #1d67bd;
}
.women-div{
	width: 33%;
	height: 179px;
	float: left;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-top: none;
}
.teacher-div{
	width: 33%;
	height: 179px;
	float: left;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-top: none;
	border-left: none;
	border-right: none;
}
.dot {
  height: 100px;
  width: 100px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #1d67bd;
  display: inline-block;
  margin-top: 5px;
}
.dot:hover{
	background-color: #1d67bd !important;
	border: 2px solid #1d67bd;
	cursor: pointer;
}
.profession-pics{
	width: 50%;
	margin-top: 23px;
}
.profession-pics:hover{
	filter: white(100%);
	border-radius: 50%;
	width: 60%;
}
.media-div{
	width: 33%;
	height: 179px;
	float: left;
	border: 1px solid #e0e0e0;
	background-color: white;
	border-top: none;
	border-right: none;
}
.healthcare-div{
	width: 33%;
	height: 159px;
	float: left;
	border-left: 1px solid #e0e0e0;
	background-color: white;
}
.ngo-div{
	width: 33%;
	height: 159px;
	border: 1px solid #e0e0e0;
	float: left;
	background-color: white;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.accountant-div{
	width: 33%;
	height: 159px;	
	border: 1px solid #e0e0e0;
	float: left;
	background-color: white;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.internship-div{
	height: 470px;
	width: 100%;
	background-color: white;
}
.main-heading-internship{
	color: #00CED1;
	font-family: sans-serif;
	font-size: 17px;
}
.inside-internship{
	height: 400px;
	width: 99%;
	background-color: white;
}
.app-icon{
	width: 33%;
	height: 90px;
	background-color: white;
	float: left;
}
.app-icon-imgs{
	width: 50%;
	height: auto;
}
.app-text{
	width: 33%;
	margin-left: 0%;
	height: 100px;
	background-color: white;
	float: left;
	color: #00CED1;
	font-size: 12px;
	font-family: sans-serif;
}
.main{
	height: 520px;
	width: 100%;
	background-color: white;
}
.inside-main{
	height: 480px;
	width: 98%;
	background-color: white;
}
.getstartedbtn{
	background-color: #00CED1;
    color: #f3f3f3;
    border: 0;
    border-radius: 2px;
    width: 220px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.one-main{
	height: 85px;
	width: 50%;
	background-color: white;
	margin-left: 0%;
}
.circle-btn{
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-top: 15px;
	background-color: #00008B;
	border: none;
	color: white;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: 700;
}
.one-icon{
	background-color: white;
	width: 38%;
	height: 120px;
	float: left;
}
.myIcon{
	color: #00008B;
	font-size: 45px;
	margin-top: 17px;
}
.one-text{
	height: 120px;
	width: 62%;
	background-color: white;
	float: right;
	color: #0000CD;
	font-size: 14px;
	text-align: left;
	font-family: Helvathika, Arial, sans-serif;
}
.main-fund-div{
	height: 2450px;
	background-color: white;
	width: 100%;
}
.inside-fund{
	height: 550px;
	background-color: white;
	width: 100%;
}
.fund-main-heading{
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: black;
}
.col-1{
	height: 600px;
	width: 95%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin-left: 2%;
}
.col-1:hover{
	border: 1px solid #fea501 !important;
}
.charity-heading{
	font-family: 'Roboto Condensed', Helvathika, Arial, sans-serif;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    padding-left: 10px;
    color: #333333;
    letter-spacing: 0.01px;
}
.charity-links{
	text-decoration: none;
	color: #333333;
}
.charity-para{
	color: #666666;
	font-family: 'Roboto Condensed', Helvathika, Arial, sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}
.charity-imgs{
	height: auto;
	width: 100%;
}
.per-text {
  text-align: right;
  color: #fea501;
  padding-right: 5%;
  font-family: sans-serif;
  font-size: 14px;
}
#per-text2{
  margin-top: 35px;	
}
#per-text4{
  margin-top: 35px;		
}
.skill-container {
  width: 90%;
  background-color: #ddd;
  float: left;
  margin-left: 4%;
}
.skills {
  height: 5px;
}
.progress1 {width: 0%; float: left; background-color: #fea501;}
.progress2 {width: 50%; float: left; background-color: #fea501;}
.progress3 {width: 70%; float: left; background-color: #fea501;}
.progress4 {width: 0%; float: left; background-color: #fea501;}

.fund {
	width: 0%; 
	height: 5px;
	background-color: #cccccc;
}
.funding{
	width: 90%;
	height: 70px;
	background-color: #f6f6f6;
}
.raised{
	width: 50%;
	float: left;
	background-color: #f6f6f6;
	height: 60px;
	text-align: left;
	color: #666666;
	font-family: sans-serif;
	font-size: 14px;
}
.goal{
	width: 50%;
	float: right;
	background-color: #f6f6f6;
	height: 60px;
	text-align: right;
	color: #666666;
	font-family: sans-serif;
	font-size: 14px;
}
.btn-div{
	width: 90%;
	height: 50px;
	background-color: #f6f6f6;
}
.donate-btn{
	background-color: #fea501;
    color: #f3f3f3;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.donate-btn:hover{
	background-color: #333333;
	cursor: pointer;
}
.col-2{
	height: 580px;
	width: 95%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin-top: 5px!important;
    margin-left: 2%;
}
.col-2:hover{
	border: 1px solid #fea501;
}
.col-3{
	height: 580px;
	width: 95%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin-top: 5px!important;
    margin-left: 2%;
    margin-right: 0%;
}
.col-3:hover{
	border: 1px solid #fea501;
}
.col-4{
	height: 580px;
	width: 95%;
	float: left;
    margin-left: 2%;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin-top: 5px;
}
.col-4:hover{
	border: 1px solid #fea501;
}
.open-positions{
	height: 690px;
	width: 100%;
	background-color: white;
}
.open-pos-heading{
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #09255d;
}
.content-open{
	font-family: 'Raleway', sans-serif;
	color: #09255d;
	font-size: 15px;
}
.lab{
	background-color: #09255d;
	height: 250px;
	width: 46%;
	float: left;
	margin-left: 3%;
}
.box-heading{
	color: white;
	padding: 5px 20px;
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 23px;
}
.box-para{
	color: white;
	padding-left: 20px;
	margin-top: -20px;
	font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 19px;
}
.fa-arrow-right{
	float: right;
	margin-right: 10%;
	position: relative;
  animation: mymove 1s;
}
.fa-arrow-right:hover{
	animation: step-start;
	animation-duration: 1s;
	animation-delay: 1s;
	cursor: pointer;
}
@keyframes mymove {
  from {left: 15px;}
  to {right: 10px;}
}
.customer{
	background-color: #f5436c;
	height: 250px;
	width: 46%;
	float: left;
	margin-left: 2%;
}
.assistant{
	background-color: #c4d500;
	height: 250px;
	width: 46%;
	float: left;
	margin-left: 3%;
}
.senior{
	background-color: #18a7eb;
	height: 250px;
	width: 46%;
	float: left;
	margin-left: 2%;
	margin-right: 0%;
}
.footer{
	height: 680px;
	width: 100%;
	background-color: #23292f;
}
.newsletter{
	background-color: #23292f;
	height: 180px;
	width: 95%;
	float: left;
	margin-left: 2%;
}
.heading1{
	color: white;
	font-family: sans-serif;
	border-bottom: 3px solid red;
	width: 16%;
	font-size: 17px;
	padding-bottom: 7px;
}
.heading2{
	color: white;
	font-family: sans-serif;
}
.line{
	margin-top: -16.5px;
	width: auto;
	margin-left: 15.7%;
}
.main-para{
	font-size: 13px;
	color: white;
	font-family: sans-serif;
	line-height: 1.3rem;
}
.email{
	border-radius: 25px;
	border-color: white;
	color: white;
  background: black;
  padding: 10px;
  width: 170px;
  height: 18px;
}
.btn-link {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

.round-btn {
  border-radius: 50%;
  background-color: red;
  width: 30px;
  height: 30px;
  border-color: red;
  font-size: 18px;
}
.job-seekers{
	background-color: #23292f;
	height: 180px;
	width: 40%;
	float: left;
	margin-left: 2%;
}
.main-para1{
	font-size: 12px;
	color: grey;
	line-height: 1.4rem;
	padding-left: 4px;
	font-family: sans-serif;
}
.employers{
	background-color: #23292f;
	height: 180px;
	width: 40%;
	float: left;
	margin-left: 5%;
}
.others{
	background-color: #23292f;
	height: 250px;
	width: 40%;
	float: left;
	margin-left: 2%;
}
.contact-us{
	background-color: #23292f;
	height: 320px;
	width: 40%;
	float: left;
	margin-left: 5%;
}
.last-footer{
	height: 90px;
	width: 100%;
	background-color: black;
}
.last-footer-para{
	color: white;
	font-family: sans-serif;
	text-align: center;
	font-size: 13px;
}
.last-footer-para a{
	text-decoration: none;
}
.side-bar-btn {
 	 position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -68px;
	width: 180px;
}

.side-bar-btn a {
  display: block;
	font-family: sans-serif;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
  background-color: #ec2755;
  text-decoration: none;
  transform: rotate(-90deg);
  border-radius: 5px;
}

.side-bar-btn a:hover {
  color: white;
  background-color: #dc0b3c;
  text-decoration: underline;
}

/* Slideshow container */
.icon-slideshow-container {
  width: 100%;
  background-color: white;
  height: 300px;
}

.main-table{
  width: 98%;
  height: 250px;
  background-color: white;
}
.main-table tbody tr td{
	height: 70px;
	border: 1px solid #e5e5e5;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.5rem;
}

.table-images{
  width: 80%;
  margin-left: 10%;
}
.main-table tbody tr td:hover{
	border: 1px solid blue;
}

/* The dots/bullets/indicators */
.icon-dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: transparent;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.icon-bar {
  position: fixed;
  top: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
	width: 40px;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 8px;
  transition: all 0.3s ease;
  color: white;
  font-size: 17px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.alert-popup-div{
	height: 260px;
	width: 100%;
	background-color: lightgrey;
}
.alert-popup-div h2{
	text-align: center;
	font-family: sans-serif;
}
.main-para-popup{
	width: 100%;
	height: 160px;
	background-color: #09255d;
}
.set-left{
	float: left;
	width: 50%;
	background-color: #09255d;
	height: 100px;
}
.set-left p{
	padding-left: 15px;
	font-family: sans-serif;
	color: white;
}
.set-left a{
	color: white;
}
.set-right{
	float: left;
	width: 50%;
	background-color: #09255d;
	height: 100px;
}
.agree-btn{
	padding: 5px;
	width: 100px;
	float: right;
	margin-top: 10%;
	margin-right: 15%;
}
.cookies-para{
	font-family: sans-serif;
	font-size: 11px;
	line-height: 1.2rem;
}
}
/*-----------------------------------------------------
------------------------------
--------------------
------------ Media Query
--------------------
------------------------------
 iphone 6, 6s, 7, 8 
 @media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) { }

 iphone 6+, 6s+, 7+, 8+ 
 @media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) { }
-------------------------------------------------------*/
@media screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
body{
	width: 100%;
	background-color: white;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.header1{
  overflow: hidden;
  background-color: #002147;
  position: relative;
  height: auto;
}

.header1 #myLinks {
  display: none;
}
.header1 a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
.header1 a.icon {
  background: #002147;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.header1 a:hover {
  background-color: #ddd;
  color: black;
}

.active1 {
  background-color: #002147;
  color: white;
}
.menu-2{
   overflow: hidden;
  background-color: #002147;
  position: relative;
}
.menu-2 #mymenuLinks {
  display: none;
}
.menu-2 a {
  float: left;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.menu-2 a.icon {
  float: right;
  display: inherit;
}

.menu-2 a:hover {
  background-color: #ddd;
  color: black;
}

.active2 {
  background-color: #002147;
  color: white !important;
}
.header2{
	height: 80px;
	width: 100%;
	background-color: white;
}
.logo-div{
	width: 25%;
	height: 80px;
	float: left;
	background-color: white;
}
.img1{
	width: 95%;
	margin-left: 0%;
	margin-top: 10px;
}
.menu-1{
	width: 75%;
	height: 80px;
	float: right;
	background-color: white;
}
.link1{
	color: #4d4d4d;
	font-family: raleway, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 10px 7px 5px 5px;
}
.search-img{
	width: 15px;
	padding-top: 15px;
	padding-left: 10px;
}
.menu-2{
	width: 100%;
	height: auto;
	background-color: #002147;
}
.menu-2-div1{
	width: 0%;
}
.menu-2-div2{
	width: 100%;
	height: auto;
	float: left;
	background-color: white;
}
.dropdown{
	border: 1px solid white;
	background-color: white;
	color: #4d4d4d;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.3px;
}
/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  height: 300px;
  background-color: black;
  overflow: hidden;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 2px 30px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: left;
  font-family: sans-serif;
}
.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.main-content-div{
	width: 100%;
	height: 670px;
	background-color: #f5f5f5;
}
.div-1{
	width: 98%;
	height: 400px;
	background-color: #f5f5f5;
	float: left;
	margin-left: 1%;
}
.main-heading{
	font-family: sans-serif;
	color: rgb(2, 0, 117);
	padding-left: 1%;
	padding-top: 5%;
	font-size: 23px;
	font-weight: 500;
	height: 40px;
	background-color: #f5f5f5;
}
.div-1-para{
	padding-left: 1%;
	padding-right: 1%;
	color: #09255d;
	font-family: 'Raleway',sans-serif;
    font-size: 16px;
    line-height: 18px;
}
.div-2{
	width: 100%;
	height: 260px;
	background-color: #f5f5f5;
	float: left;
	margin-left: 0%;
}
.video-styling{
	padding-left: 1%;
	padding-top: 0%;
	width: 98%;
}
.part1{
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}
.icon-img{
	height: 60px;
	width: 20%;
	float: left;
	background-color: #f5f5f5;
}
.icon-img-class{
	float: left;
	width: 80%;
}
.icon-para{	
	height: 60px;
	width: 69%;
	float: left;
	background-color: #f5f5f5;
	color: #17a7eb;
	font-family: 'Raleway',sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0px;
}
.icon-link{
	text-decoration: none;
	color: #17a7eb;
}
.icon-link:hover{
	text-decoration: underline;
	color: #17a7eb;
	font-weight: 600;
}
.Search-menu{
	width: 100%;
	height: 300px;
	background-color: #f5f5f5;
}
.inside-search{
	width: 99%;
	height: 300px;
	background-color: #f5f5f5;
}
.search-div{
	width: 92%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
}
.search-input{
	height: 35px;
	width: 96%;
	text-indent: 30px;
	border: 1px solid grey;
}
.hint{
	text-align: left;
	padding-left: 2%;
	font-size: 13px;
	color: grey;
}
.specialism-div{
	width: 92%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
}
.select-specialism{
	width: 97%;
	height: 41px;
	color: grey;
	border: 1px solid grey;
}
.select-location{
	width: 92%;
	height: 38px;
	border: 1px solid grey;
}
.location-div{
	width: 48%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
}
.find-btn-div{
	width: 28%;
	height: 100px;
	background-color: #f5f5f5;
	float: left;
}
.find-btn{
	background-color: #dc0b3c;
    color: #f3f3f3;
    border: 0;
    border-radius: 2px;
    width: 150px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
}
.find-btn a{
	text-decoration: none;
	color: white;
}
.jobs-div{
	height: 800px;
	width: 100%;
	background-color: lightgray;
}
.browse-jobs{
	height: 570px;
	width: 100%;
	background-color: white;
	float: left;
	margin-left: 0%;
	margin-top: 10px;
}
.tablink-div{
	width: 27%;
	float: left;
	color: #4d4d4d;
	padding-left: 10px;
	background-color: white;
	font-family: sans-serif;
	font-size: 15px;
}
/* Style tab links */
.tablink {
  background-color: white;
  color: #4d4d4d;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 18px 3px;
  font-size: 14px;
  width: 15%;
  margin-left: 2%;
}


/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 2px 2px;
  height: auto;
}
.ul-col-1{
	width: 50%;
	height: auto;
	float: left;
	text-align: left;
}
.ul-col-2{
	width: 50%;
	height: auto;
	float: left;
	text-align: left;
}
.ul-col-3{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
}
ul li a{
	text-decoration: none;
	color: #4d4d4d;
	font-size: 13px;
	line-height: 1.6rem;
	font-family: sans-serif;
}

#Industry {background-color: white;}
#City {background-color: white;}
#Company {background-color: white;}
#Function {background-color: white;}

.top-employers{
	height: 340px;
	width: 100%;
	background-color: white;
	float: left;
	margin-left: 0%;
}
.explore-courses-div1{
	width: 100%;
	background-color: white;
	height: 760px;
}
.sidebar-course-list{
	width: 40%;
	height: 620px;
	background-color: white;
	float: left;
	color: #4d4d4d;
	font-family: sans-serif;
}
.sidebar-course-list h3{
	font-size: 15px;
}
.sidebar-course-list ul li{
	list-style-type: none;
}
.sidebar-course-list ul li:hover{
	background-color: lightgrey;
	border: 3px solid #1d68be !important;
	border-bottom: none;
	border-left: none;
	border-top: none;
}
.sidebar-course-list ul li a{
	padding-left: 0%;
	line-height: 1.4rem;
}
.uni-info{
	width: 59%;
	height: 610px;
	background-color: white;
	float: left;
	margin-left: 1%;
}
.firstcolumn{
	width: 90%;
	height: 560px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 1%;
}
.uni-info-heading1{
	color: #4d4d4d;
	font-family: sans-serif;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 5px;
}
.uni-info-heading2{
	color: #4d4d4d;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 1.3rem;
}
.uni-info-para{
	color: grey;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 1.2rem;
}
.time-div1{
	background-color: #f5f5f5;
	height: 30px;
	margin-top: 0px;
}
.timer{
	color: grey;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: 600;
	margin-right: 0px;
}
.time-icons{
	width: 20px;
	padding-top: 5px;
}
.find-more-btn{
	background-color: #cc3399;
    color: #f3f3f3;
    border: 0;
    width: 160px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    margin-left: 20px;
}
.secondcolumn{
	display: none;
}
.thirdcolumn{
	display: none;
}
.explore-courses-div2{
	width: 100%;
	background-color: white;
	height: 640px;
}
.sidebar-course-list1{
	width: 34%;
	height: 330px;
	background-color: white;
	float: left;
	font-family: sans-serif;
	margin-left: 0%;
}
.sidebar-course-list1 ul li{
	list-style-type: none;
}
.sidebar-course-list1 ul li:hover{
	background-color: lightgrey;
	border: 5px solid #1d68be;
	border-bottom: none;
	border-left: none;
	border-top: none;
}
.sidebar-course-list1 ul li a{
	color: #1d68be;
	font-size: 15px;
	line-height: 1.60rem;
	padding-left: 0px;
}
.uni-info1{
	width: 65%;
	height: 300px;
	background-color: white;
	float: left;
}
.uni-info1 h2{
	color: #4d4d4d;
	font-family: sans-serif;
	padding-left: 5px;
	height: 25px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3rem;
	border: 5px solid #f44336;
	border-bottom: none;
	border-right: none;
	border-top: none;
}
.uni-info1 p{
	color: #4d4d4d;
	font-family: sans-serif;
	padding-left: 5px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3rem;
}
.selected-jobs{
	height: 380px;
	width: 100%;
	background-color: white;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
}
.jobs-header{
	height: 50px;
	width: 93%;
	margin-left: 3%;
	background-color: white;
}
.jobs-header p{
	font-family: sans-serif;
	text-align: left;
	color: #4d4d4d;
	font-size: 18px;
}
.jobs-header a{
	font-family: sans-serif;
	float: right;
}
.profession{
	height: 380px;
	width: 100%;
	background-color: white;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
}
.profession-div1{
	width: 99%;
	margin-left: 1%;
	height: 180px;
	margin-top: 5%;
}
.profession-div2{
	width: 99%;
	margin-left: 1%;
	height: 180px;
}
.profession a{
	text-decoration: none;
	color: #424242;
	font-size: 18px;
	font-family: sans-serif;
}
.profession a:hover{
	text-decoration: none;
	color: #1d67bd;
}
.women-div{
	width: 33%;
	height: 179px;
	float: left;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-top: none;
}
.teacher-div{
	width: 33%;
	height: 179px;
	float: left;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-top: none;
	border-left: none;
	border-right: none;
}
.dot {
  height: 100px;
  width: 100px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #1d67bd;
  display: inline-block;
  margin-top: 5px;
}
.dot:hover{
	background-color: #1d67bd !important;
	border: 2px solid #1d67bd;
	cursor: pointer;
}
.profession-pics{
	width: 50%;
	margin-top: 23px;
}
.profession-pics:hover{
	filter: white(100%);
	border-radius: 50%;
	width: 60%;
}
.media-div{
	width: 33%;
	height: 179px;
	float: left;
	border: 1px solid #e0e0e0;
	background-color: white;
	border-top: none;
	border-right: none;
}
.healthcare-div{
	width: 33%;
	height: 159px;
	float: left;
	border-left: 1px solid #e0e0e0;
	background-color: white;
}
.ngo-div{
	width: 33%;
	height: 159px;
	border: 1px solid #e0e0e0;
	float: left;
	background-color: white;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.accountant-div{
	width: 33%;
	height: 159px;	
	border: 1px solid #e0e0e0;
	float: left;
	background-color: white;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.internship-div{
	height: 470px;
	width: 100%;
	background-color: white;
}
.main-heading-internship{
	color: #00CED1;
	font-family: sans-serif;
	font-size: 17px;
}
.inside-internship{
	height: 400px;
	width: 99%;
	background-color: white;
}
.app-icon{
	width: 33%;
	height: 90px;
	background-color: white;
	float: left;
}
.app-icon-imgs{
	width: 50%;
	height: auto;
}
.app-text{
	width: 33%;
	margin-left: 0%;
	height: 100px;
	background-color: white;
	float: left;
	color: #00CED1;
	font-size: 12px;
	font-family: sans-serif;
}
.main{
	height: 520px;
	width: 100%;
	background-color: white;
}
.inside-main{
	height: 480px;
	width: 98%;
	background-color: white;
}
.getstartedbtn{
	background-color: #00CED1;
    color: #f3f3f3;
    border: 0;
    border-radius: 2px;
    width: 220px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.one-main{
	height: 85px;
	width: 50%;
	background-color: white;
	margin-left: 0%;
}
.circle-btn{
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-top: 15px;
	background-color: #00008B;
	border: none;
	color: white;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: 700;
}
.one-icon{
	background-color: white;
	width: 38%;
	height: 120px;
	float: left;
}
.myIcon{
	color: #00008B;
	font-size: 45px;
	margin-top: 17px;
}
.one-text{
	height: 120px;
	width: 62%;
	background-color: white;
	float: right;
	color: #0000CD;
	font-size: 14px;
	text-align: left;
	font-family: Helvathika, Arial, sans-serif;
}
.main-fund-div{
	height: 2300px;
	background-color: white;
	width: 100%;
}
.inside-fund{
	height: 550px;
	background-color: white;
	width: 100%;
}
.fund-main-heading{
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: black;
}
.col-1{
	height: 540px;
	width: 95%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin-left: 2%;
}
.col-1:hover{
	border: 1px solid #fea501 !important;
}
.charity-heading{
	font-family: 'Roboto Condensed', Helvathika, Arial, sans-serif;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    padding-left: 10px;
    color: #333333;
    letter-spacing: 0.01px;
}
.charity-links{
	text-decoration: none;
	color: #333333;
}
.charity-para{
	color: #666666;
	font-family: 'Roboto Condensed', Helvathika, Arial, sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}
.charity-imgs{
	height: auto;
	width: 100%;
}
.per-text {
  text-align: right;
  color: #fea501;
  padding-right: 5%;
  font-family: sans-serif;
  font-size: 14px;
}
#per-text2{
  margin-top: 35px;	
}
#per-text4{
  margin-top: 35px;		
}
.skill-container {
  width: 90%;
  background-color: #ddd;
  float: left;
  margin-left: 4%;
}
.skills {
  height: 5px;
}
.progress1 {width: 0%; float: left; background-color: #fea501;}
.progress2 {width: 50%; float: left; background-color: #fea501;}
.progress3 {width: 70%; float: left; background-color: #fea501;}
.progress4 {width: 0%; float: left; background-color: #fea501;}

.fund {
	width: 0%; 
	height: 5px;
	background-color: #cccccc;
}
.funding{
	width: 90%;
	height: 70px;
	background-color: #f6f6f6;
}
.raised{
	width: 50%;
	float: left;
	background-color: #f6f6f6;
	height: 60px;
	text-align: left;
	color: #666666;
	font-family: sans-serif;
	font-size: 14px;
}
.goal{
	width: 50%;
	float: right;
	background-color: #f6f6f6;
	height: 60px;
	text-align: right;
	color: #666666;
	font-family: sans-serif;
	font-size: 14px;
}
.btn-div{
	width: 90%;
	height: 50px;
	background-color: #f6f6f6;
}
.donate-btn{
	background-color: #fea501;
    color: #f3f3f3;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    padding: 14px 24px 14px 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.donate-btn:hover{
	background-color: #333333;
	cursor: pointer;
}
.col-2{
	height: 560px;
	width: 95%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin-left: 2%;
}
.col-2:hover{
	border: 1px solid #fea501;
}
.col-3{
	height: 560px;
	width: 95%;
	float: left;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin-top: 5px;
    margin-left: 2%;
    margin-right: 0%;
}
.col-3:hover{
	border: 1px solid #fea501;
}
.col-4{
	height: 560px;
	width: 95%;
	float: left;
    margin-left: 2%;
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin-top: 5px;
}
.col-4:hover{
	border: 1px solid #fea501;
}
.open-positions{
	height: 690px;
	width: 100%;
	background-color: white;
}
.open-pos-heading{
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #09255d;
}
.content-open{
	font-family: 'Raleway', sans-serif;
	color: #09255d;
	font-size: 15px;
}
.lab{
	background-color: #09255d;
	height: 250px;
	width: 46%;
	float: left;
	margin-left: 3%;
}
.box-heading{
	color: white;
	padding: 5px 20px;
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 23px;
}
.box-para{
	color: white;
	padding-left: 20px;
	margin-top: -20px;
	font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 19px;
}
.fa-arrow-right{
	float: right;
	margin-right: 10%;
	position: relative;
  animation: mymove 1s;
}
.fa-arrow-right:hover{
	animation: step-start;
	animation-duration: 1s;
	animation-delay: 1s;
	cursor: pointer;
}
@keyframes mymove {
  from {left: 15px;}
  to {right: 10px;}
}
.customer{
	background-color: #f5436c;
	height: 250px;
	width: 46%;
	float: left;
	margin-left: 2%;
}
.assistant{
	background-color: #c4d500;
	height: 250px;
	width: 46%;
	float: left;
	margin-left: 3%;
}
.senior{
	background-color: #18a7eb;
	height: 250px;
	width: 46%;
	float: left;
	margin-left: 2%;
	margin-right: 0%;
}
.footer{
	height: 700px;
	width: 100%;
	background-color: #23292f;
}
.newsletter{
	background-color: #23292f;
	height: 180px;
	width: 95%;
	float: left;
	margin-left: 2%;
}
.heading1{
	color: white;
	font-family: sans-serif;
	border-bottom: 3px solid red;
	width: 16%;
	font-size: 17px;
	padding-bottom: 7px;
}
.heading2{
	color: white;
	font-family: sans-serif;
}
.line{
	margin-top: -16.5px;
	width: auto;
	margin-left: 15.7%;
}
.main-para{
	font-size: 13px;
	color: white;
	font-family: sans-serif;
	line-height: 1.3rem;
}
.email{
	border-radius: 25px;
	border-color: white;
	color: white;
  background: black;
  padding: 10px;
  width: 170px;
  height: 18px;
}
.btn-link {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

.round-btn {
  border-radius: 50%;
  background-color: red;
  width: 30px;
  height: 30px;
  border-color: red;
  font-size: 18px;
}
.job-seekers{
	background-color: #23292f;
	height: 180px;
	width: 40%;
	float: left;
	margin-left: 2%;
}
.main-para1{
	font-size: 12px;
	color: grey;
	line-height: 1.4rem;
	padding-left: 4px;
	font-family: sans-serif;
}
.employers{
	background-color: #23292f;
	height: 180px;
	width: 40%;
	float: left;
	margin-left: 5%;
}
.others{
	background-color: #23292f;
	height: 250px;
	width: 40%;
	float: left;
	margin-left: 2%;
}
.contact-us{
	background-color: #23292f;
	height: 320px;
	width: 40%;
	float: left;
	margin-left: 5%;
}
.last-footer{
	height: 100px;
	width: 100%;
	background-color: black;
}
.last-footer-para{
	color: white;
	font-family: sans-serif;
	text-align: center;
	font-size: 13px;
}
.last-footer-para a{
	text-decoration: none;
}
.side-bar-btn {
 	 position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -68px;
	width: 180px;
}

.side-bar-btn a {
  display: block;
	font-family: sans-serif;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
  background-color: #ec2755;
  text-decoration: none;
  transform: rotate(-90deg);
  border-radius: 5px;
}

.side-bar-btn a:hover {
  color: white;
  background-color: #dc0b3c;
  text-decoration: underline;
}

/* Slideshow container */
.icon-slideshow-container {
  width: 100%;
  background-color: white;
  height: 300px;
}

.main-table{
  width: 98%;
  height: 250px;
  background-color: white;
}
.main-table tbody tr td{
	height: 70px;
	border: 1px solid #e5e5e5;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.5rem;
}

.table-images{
  width: 80%;
  margin-left: 10%;
}
.main-table tbody tr td:hover{
	border: 1px solid blue;
}

/* The dots/bullets/indicators */
.icon-dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: transparent;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.icon-bar {
  position: fixed;
  top: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
	width: 40px;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 8px;
  transition: all 0.3s ease;
  color: white;
  font-size: 17px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.alert-popup-div{
	height: 260px;
	width: 100%;
	background-color: lightgrey;
}
.alert-popup-div h2{
	text-align: center;
	font-family: sans-serif;
}
.main-para-popup{
	width: 100%;
	height: 160px;
	background-color: #09255d;
}
.set-left{
	float: left;
	width: 50%;
	background-color: #09255d;
	height: 100px;
}
.set-left p{
	padding-left: 15px;
	font-family: sans-serif;
	color: white;
}
.set-left a{
	color: white;
}
.set-right{
	float: left;
	width: 50%;
	background-color: #09255d;
	height: 100px;
}
.agree-btn{
	padding: 5px;
	width: 100px;
	float: right;
	margin-top: 10%;
	margin-right: 15%;
}
.cookies-para{
	font-family: sans-serif;
	font-size: 11px;
	line-height: 1.2rem;
}
}
