@import url('https://fonts.googleapis.com/css?family=Domine:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

/* font-family: 'Open Sans', sans-serif; */
/* ==========================================================================
   Basic CSS
   ========================================================================== */
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7;
	color: #505050;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4 {
	font-weight: 600;
}

p {
	margin-bottom: 1.6rem;
}

.pt-80 {
	padding-top: 80px;
}

.os-light {
	font-weight: 300;
}

.os-regular {
	font-weight: 400;
}

.os-medium {
	font-weight: 600;
}

.os-bold {
	font-weight: 700;
}

.section-padding {
	padding: 80px 0px;
}

.font-size-16 {
	font-size: 16px;
}

.sub-font-normal {
	font-size: 22px;
	font-weight: 400;
}

.bg-active {
	background-color: #ECECEC;
}

.overlay {
	background: rgb(29, 107, 241);
	background: -moz-linear-gradient(120deg, rgba(29, 107, 241, 0.82) 0%, rgba(39, 174, 96, 0.82) 100%);
	background: -webkit-linear-gradient(120deg, rgba(29, 107, 241, 0.82) 0%, rgba(39, 174, 96, 0.82) 100%);
	background: linear-gradient(120deg, rgba(29, 107, 241, 0.82) 0%, rgba(39, 174, 96, 0.82) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#27ae60', GradientType=1);
}

.overlay2 {
	background: rgb(29, 107, 241);
	background: -moz-linear-gradient(120deg, rgba(29, 107, 241, 0.9) 0%, rgba(39, 174, 96, 0.9) 100%);
	background: -webkit-linear-gradient(120deg, rgba(29, 107, 241, 0.9) 0%, rgba(39, 174, 96, 0.9) 100%);
	background: linear-gradient(120deg, rgba(29, 107, 241, 0.9) 0%, rgba(39, 174, 96, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#27ae60', GradientType=1);
}

.gradient-color {
	background: rgb(29, 107, 241);
	background: -moz-linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	background: -webkit-linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	background: linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#27ae60', GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s;
}

.bg-light {
	background-color: #f5f5f5 !important;
}

.btn-light {
	padding: 10px 30px;
	color: #37474F;
	background: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 50px;
}

.btn-light:hover {
	color: #ffffff;
	background: rgb(29, 107, 241);
	background: -moz-linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	background: -webkit-linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	background: linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#27ae60', GradientType=1);
}

.btn-light:focus {
	box-shadow: none;
}

.btn-light-rev {
	padding: 10px 30px;
	color: #ffffff;
	border: 1px solid rgb(29, 107, 241);
	font-size: 14px;
	font-weight: 600;
	border-radius: 50px;
	background: rgb(29, 107, 241);
	background: -moz-linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	background: -webkit-linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	background: linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#27ae60', GradientType=1);
}

.btn-light-rev:hover {
	color: rgb(29, 107, 241);
	background: #fff;
}

.btn-light-rev:focus {
	box-shadow: none;
}

.under-titel-line {
	border-radius: 3px;
	height: 4px;
	margin: 20px 0px;
	width: 80px;
}

.text-center .under-titel-line {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.gradientbg {
	background: rgb(29, 107, 241);
	background: -moz-linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	background: -webkit-linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	background: linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#27ae60', GradientType=1);
}

.section-titel {
	margin-bottom: 55px;
}

.section-titel h2 {
	color: #252525;
	line-height: 1.4;
}

.section-titel p {
	font-size: 16px;
	color: #505050;
}

.white .section-titel h2 {
	color: #ffffff;
}

.min-vh {
	min-height: 100vh;
}

/*----------------------------- Header -----------------------------*/
.header {
	background: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.header .navbar-brand {
	height: auto;
	padding: 0;
	max-width: 300px;
}
.header .navbar-collapse {
	padding-top: 0;
}

.grecaptcha-badge {
    visibility: hidden;
}

/*------------------------------ Nav -----------------------------*/
.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0 1px 1px rgba(204, 204, 204, 0.35);
	box-shadow: 0 1px 1px rgba(204, 204, 204, 0.35);
	background: rgb(29, 107, 241);
	background: -moz-linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	background: -webkit-linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	background: linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#27ae60', GradientType=1);
	transition: 0.8s ease-in-out;
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-ms-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	z-index: 1010;
}

@media screen and (max-width: 991px) {
	.navbar-collapse {
		position: absolute !important;
		width: 100%;
		z-index: 99999;
		top: 5em;
		left: 0;
	}

	#req-free-trial {
		margin-left: 20%;
		width: 60%;
		background: linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
		margin-bottom: 2em !important;
	}
}

@media screen and (min-width: 767px) and (max-width: 991px) {
	.navbar-collapse.collapse.show {
		display: block !important;
	}
}

.navbar-toggler {
	border: 1px solid rgba(255, 255, 255, 9);
}

.navbar-toggler .fa {
	color: #fff;
}

.navbar-brand img {
	height: 55px;
	width: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav li {
	color: #fff;
	padding: 10px 20px;
}

.navbar-nav li a {
	font-size: 15px;
	color: #fff;
	padding: 2px 0px;
	border-bottom: 1px solid transparent;
	border-bottom-width: 2px;
	transition: all 0.3s ease 0s;
}

.navbar-nav li a:hover {
	color: #fff;
	background-color: transparent;
	outline: none;
	text-decoration: none;
	border-color: #fff;
}

.navbar-nav li.active a {
	color: #fff;
	background-color: transparent;
	outline: none;
	text-decoration: none;
	border-color: #fff;
}

/*-------------------------- Hero Area ---------------------------*/
.hero-area-content {
	padding: 140px 0px 100px;
	font-size: 18px;
}

.hero-area-content h2 {
	font-family: 'Domine', serif;
	font-size: 2.4rem;
	line-height: 1.35;
	margin-bottom: 30px;
	font-weight: 700;
	text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0, .5);
}

/*----------------------- Arrow Wave ----------------------*/
.sdown {
	position: absolute;
	left: 50%;
	bottom: 0px;
	z-index: 99;
}

.arrow-wave {
	margin: 0 auto;
	height: 35px;
	width: 18px;
	text-align: center;
	cursor: pointer;
	font-size: 0;
}

.arrow-wave span {
	display: block;
	position: relative;
	height: 10px;
	width: 16px;
	opacity: 0.3;
}

.arrow-wave span::before,
.arrow-wave span::after {
	display: block;
	content: "";
	position: absolute;
	height: 2px;
	width: 12px;
	background-color: #fff;
}

.arrow-wave span::before {
	top: -2px;
	left: 0;
	transform-origin: left center;
	transform: rotate(45deg);
}

.arrow-wave span::after {
	top: -2px;
	right: 0;
	transform-origin: right center;
	transform: rotate(-45deg);
}

.arrow-wave span:nth-child(1n) {
	animation: animate-arrow-wave 2s infinite;
	animation-delay: .15s;
}

.arrow-wave span:nth-child(2n) {
	animation: animate-arrow-wave 2s infinite;
	animation-delay: .25s;
}

.arrow-wave span:nth-child(3n) {
	animation: animate-arrow-wave 2s infinite;
	animation-delay: .50s;
}

@keyframes animate-arrow-wave {
	0% {
		opacity: 0.2;
	}

	25% {
		opacity: 0.2;
	}

	50% {
		opacity: 0.2;
	}

	75% {
		opacity: 1.0;
	}

	100% {
		opacity: 0.2;
	}
}

/*-------------------------- Main Content---------------------*/
.sub-section-titel {
	margin-bottom: 55px;
}

.sub-section-titel h4 {
	font-size: 26px;
	line-height: 1.3;
	color: #252525;
}

.sub-section-titel p {
	font-size: 16px;
	color: #252525;
}

/*------------------------- Single Box ---------------------------*/
.io-box {
	color: #777;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 30px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	height: 100%;
}
.io-box-inner {
	padding: 0 40px 30px;
	background: #f9f9f9;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
}

.io-box:hover {
	color: #505050;
}

.io-img-box {
	width: 60px;
	height: 60px;
	display: table;
	margin: 0 0 20px;
	text-align: center;
	background: rgb(29, 107, 241);
	background: -moz-linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	background: -webkit-linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	background: linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#27ae60', GradientType=1);
}

.io-box:hover .io-img-box {
	background: #333333;
}

.img-box-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.io-box-titel {
	display: block;
	color: #222;
	font-size: 18px;
	margin: 0 0 30px;
}

.io-box-titel a {
	color: #252525;
	font-size: 19px;
	pointer-events: none;
	font-weight: 700;
}

.io-box-feacher ul p a,  .io-box-feacher a{
    color: #777;
}

.io-box-feacher ul li{
	font-size: 15px;
	position: relative;
	padding-left: 18px;
    margin-bottom: 6px;
    color: #252525;
}

.io-box-feacher ul li:before {
	position: absolute;
	top: 13px;
	left: 0;
	content: "";
	height: 2px;
	width: 10px;
	background: #777;
}

.io-box:hover .io-box-feacher ul li:before {
	background: #505050;
}

/*--------------------------- Tab Content ---------------------------*/
.io-examples {
	padding-bottom: 80px;
}

.io-examples h4 {
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    font-weight: 400;
}

.nav-pills {
	background: #309DA4;
	text-align: center;
	position: -webkit-sticky;
	position: sticky;
	top: 81px;
	z-index: 1;
}

.nav-pills .nav-link {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	border-radius: 0;
	padding: .95rem 1rem .75rem;
	border-bottom: 4px solid transparent;
}

.nav-pills li {
	border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.nav-pills li:last-child {
	border-right: none;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: #00A493;
	border-bottom: 4px solid #00675c;
}

.tab-pane {
	padding-top: 50px;
}

.tab-io-box {
	color: #777;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 26px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	border-radius: 5px;
    height: 100%;
}
.io-examples .tab-content .tab-io-box .io-box-inner {
	padding-top: 30px;
}

#graduateJobs .tab-io-box {
	min-height: 357px;
}

#developmentPrograms .tab-io-box {
	min-height: 357px;
}

#scholarships .tab-io-box {
	min-height: 331px;
}

#studentCompetitions .tab-io-box {
	min-height: 357px;
}

.tab-io-box img {
    max-height: 40px;
    width: auto;
    margin-bottom: 30px;
    max-width: 170px;
}

.tab-io-box h5 {
	color: #252525;
	font-size: 18px;
	line-height: 1.45;
	font-weight: 700;
	margin-bottom: 15px;
}

mark {
	padding: .3em;
	font-size: 16px;
	background-color: #FFDE00;
}

/*---------------------------- Main Content 2 ----------------------------*/
.main-content-2 h5 {
	line-height: 1.4;
}

.process-box .process-img {
	margin-bottom: 15px;
}

.right-arrow {
	position: relative;
}

.process-box h5 {
	color: #252525;
	font-size: 18px;
}

.right-arrow:after {
	position: absolute;
	top: 50%;
	right: -55px;
	content: url(../images/rarrow.png);
	margin-top: -30px;
}

/*--------------------------- Main Content 3 -----------------------*/
.tcr-box {
	box-shadow: 0px 0px 20px #eee;
	border-radius: 5px;
	padding: 30px 15px;
}

.tcr-img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	padding: 16px;
}

.tcr-box h5 {
	color: #252525;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
}

span.stn-text {
	font-weight: 400;
	font-size: 17px;
}

/*--------------------------- Main Content 4 ----------------------------*/
.main-content-4 .media {
	background: #fafafa;
	border: 1px solid #f1f1f1;
}

.main-content-4 .media img {
	height: 150px;
	width: auto;
}

.main-content-4 .media .media-body {
	padding: 25px;
	;
}

.main-content-4 .media .media-body h5 {
	color: #252525;
	font-weight: 600;
}

/*-------------------------- Number Design ---------------------------*/


.number-one {
	position: relative;
	padding-left: 54px;
}

.number-one:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "1";
	font-weight: 800;
	font-size: 75px;
	line-height: 72px;
	background: rgb(29, 107, 241);
	background: -moz-linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	background: -webkit-linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	background: linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#27ae60', GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s;
	opacity: 0.6;
}

.number-two {
	position: relative;
	padding-left: 54px;
}

.number-two:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "2";
	font-weight: 800;
	font-size: 70px;
	line-height: 66px;
	background: rgb(29, 107, 241);
	background: -moz-linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	background: -webkit-linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	background: linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#27ae60', GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s;
	opacity: 0.6;
}

.number-three {
	position: relative;
	padding-left: 54px;
}

.number-three:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "3";
	font-weight: 800;
	font-size: 75px;
	line-height: 59px;
	background: rgb(29, 107, 241);
	background: -moz-linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	background: -webkit-linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	background: linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#27ae60', GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s;
	opacity: 0.6;
}

.number-four {
	position: relative;
	padding-left: 54px;
}

.number-four:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "4";
	font-weight: 800;
	font-size: 75px;
	line-height: 63px;
	background: rgb(29, 107, 241);
	background: -moz-linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	background: -webkit-linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	background: linear-gradient(120deg, rgba(29, 107, 241, 1) 0%, rgba(39, 174, 96, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#27ae60', GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s;
	opacity: 0.6;
}

/*-------------------------- Opportunities Logo ----------------------------*/
.opportunities-logo {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	padding: 0;
	max-width: 1140px;
  }
  @media only screen and (min-width: 100px) and (max-width: 992px) {
	.opportunities-logo {
	  flex-wrap: wrap;
	}
  }
  .opportunities-logo li {
	list-style: none;
	padding: 0 15px;
	margin-top: 30px;
	text-align: center;
  }
  @media only screen and (min-width: 100px) and (max-width: 992px) {
	.opportunities-logo li {
	  padding: 0 5px;
	  margin-top: 25px;
	  width: 20%;
	}
  }
  .opportunities-logo li img {
	display: inline-block;
	margin: 0 !important;
	max-width: 100%;
	width: auto !important;
  }

/*-------------------------- Testimonial ----------------------------*/
.testimonial {
	background: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.testimonial .student-profile {
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	text-align: left;
	position: relative;
	padding-left: 100px;
	display: inline-block;
	margin-bottom: 30px;
}

.testimonial p.student-review {
	font-size: 16px;
	margin-bottom: 40px;
}

.testimonial .student-image {
	height: 80px;
	width: 80px;
	position: absolute;
	left: 0;
	top: 0;
}

.testimonial .student-image img {
	border-radius: 100%;
	max-height: 100%;
	max-width: 100%;
	width: 80px !important;
	height: 80px !important;
	object-fit: cover;
}

.testimonial .student-profile span {
	font-weight: 400;
	font-size: 16px;
}

.testimonial .student-profile a {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	font-style: italic;
}

.testimonial .org-logo {
	height: 70px;
	width: auto;
}

.testimonial .org-logo img {
	max-height: 100%;
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

.testimonial .owl-carousel .owl-item img {
	display: inline-block;
}

.testimonial .owl-next,
.testimonial .owl-prev {
	position: absolute;
	top: 30%;
}

.testimonial .owl-next:focus,
.testimonial .owl-prev:focus {
	box-shadow: none;
	outline: 0;
}

.testimonial .owl-prev {
	left: -100px;
}

.testimonial .owl-next {
	right: -100px;
}

.testimonial .owl-next span,
.testimonial .owl-prev span {
	font-size: 58px;
	line-height: 58px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
}

/*---------------------------- FAQ -----------------------------*/
.faq-content .card-body ul li img {
	width: 80px;
	height: auto;
}

.faq-content .card-body ul li {
	margin-right: 25px;
}

.faq-content strong {
	color: #252525;
}

.faq-content .card {
	margin-bottom: 12px;
}

.faq-content .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-bottom: 0;
}

.faq-content .card-header a {
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #252525;
	padding: 20px 22px;
}

.faq-content .card-header a[aria-expanded=true] {
	color: #309DA4;
}

.faq-content .card-header a i.fa {
	position: absolute;
	right: 20px;
	top: 30%;
	font-size: 28px;
	line-height: 28px;
	color: #252525;
	display: none;
}

.faq-content .card-header a[aria-expanded=false] i.fa.fa-angle-down {
	display: block;
}

.faq-content .card-header a[aria-expanded=true] i.fa.fa-angle-up {
	display: block;
	color: #309DA4;
}

.faq-content .card-body p {
	font-size: 16px;
}
.faq-content .table thead th {
	vertical-align: middle;
}

.faq-content .table thead tr th,
.faq-content .table tbody tr th {
	font-weight: 600;
	color: #252525;
}

.table-hover tbody tr:hover {
	background: #f5f5f5 !important;
}

.faq-content .table tbody tr td {
	color: #505050;
}

.faq-content .table tbody tr td .fa {
	font-size: 18px;
}

.faq-content .table tbody tr td .fa-check-circle {
	color: #27ae60;
}

.faq-content .table tbody tr td .fa-times-circle {
	color: #FE0000;
}

.modal-footer {
	padding: .5rem 1rem;
}

.modal-footer a {
	color: #252525;
}

.modal-lg {
	max-width: 570px;
}

.themeInputs {
	border: none;
	box-shadow: none;
	border-radius: 0px;
	background-color: transparent;
	border-bottom: 1px solid #cacaca;
	height: 60px;
	font-size: 14px;
}

.modal-form-area .form-control:focus {
	border-color: #1e72e4;
	box-shadow: none;
}

.font-18 {
	font-size: 18px;
}

.faq #collapseThree h5 {
	line-height: 1.6;
	color: #000;

}

.faq #collapseThree h5 u {
	font-weight: 700;
}

/*-------------------------- Join ICC -------------------------*/
.join-icc {
	background: url(../images/world.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.join-icc-content h3 {
	color: #fff;
	line-height: 1.6;
	margin-bottom: 35px;
}

.join-icc-content button {
	margin-bottom: 55px;
}

/*------------------------------- Footer -----------------------------*/
footer a {
	color: #f8f9fa;
}

footer a:hover {
	color: #f8f9fa;
}

.copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	;
	padding-top: 24px;
	font-size: 13px;
	line-height: 1.5;
}

.social-media ul li a .fa {
	background: #343a40;
	color: #f8f9fa;
	line-height: 32px;
	font-size: 16px;
	height: 35px;
	width: 35px;
	border: 1px solid #f8f9fa;
	border-radius: 50%;
	text-align: center;
	transition: .3s;
}

.social-media ul li.fb-hover:hover a .fa {
	background: #38539B;
	border: 1px solid #38539B;
}

.social-media ul li.ins-hover:hover a .fa {
	background: #9B35B3;
	border: 1px solid #9B35B3;
}

.social-media ul li.tw-hover:hover a .fa {
	background: #1C9DEB;
	border: 1px solid #1C9DEB;
}

.social-media ul li.yt-hover:hover a .fa {
	background: #F5021C;
	border: 1px solid #F5021C;
}

.social-media ul li.in-hover:hover a .fa {
	background: #0271AE;
	border: 1px solid #0271AE;
}

footer h5 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 26px;
}

footer h5:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 2px;
	width: 40px;
	background: #fff;
}
/* ==========================================================================
   Responsive
   ========================================================================== */
/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media screen and (max-width: 1199px) {
	.header .navbar-brand {
		max-width: 226px;
	}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.testimonial .owl-prev {
		display: none;
	}

	.testimonial .owl-next {
		display: none;
	}

	.right-arrow:after {
		display: none;
	}

	.main-content-4 .media img {
		height: 70px;
	}

	.main-content-4 .media .media-body {
		padding: 16px;
	}

	.main-content-4 .media .media-body h5 {
		font-size: 16px;
	}

	.join-icc-content h3 {
		font-size: 22px;
		line-height: 1.4;
	}

	.faq-content .card-header a {
		font-size: 16px;
		padding: 16px 22px;
	}

	.section-padding {
		padding: 65px 0px;
	}

	.faq-content .card-body ul li img {
		width: 55px;
		margin-bottom: 10px;
	}

	.section-titel h2 {
		font-size: 1.5rem;
	}

	.bonus p {
		font-size: 15px;
	}

	.faq-content .card-header a i.fa {
		right: 10px;
	}

	.bonus h2 {
		font-size: 28px;
	}

	/* .tab-io-box {
		padding: 30px;
	} */

	.nav-pills li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	}

	.io-examples h4 {
		font-size: 22px;
	}

	/* .io-box {
		min-height: inherit;
		padding: 0 25px 30px;
	} */

	.io-box-titel a {
		font-size: 18px;
	}

	.sub-section-titel h4 {
		font-size: 20px;
	}

	.sub-section-titel p {
		font-size: 14px;
	}

	.pt-80 {
		padding-top: 65px;
	}

	.hero-area-content h2 {
		font-size: 1.5rem;
	}

	.hero-area-content {
		padding: 75px 0px 70px;
		font-size: 14px;
	}

	.arrow-down {
		position: relative;
		margin-bottom: 75px;
	}

	.arrow-down:after {
		position: absolute;
		left: 47%;
		bottom: -65px;
		content: url(../images/down.png);
		height: 50px;
		width: 25px;
	}

	.font-size-16 {
		font-size: 14px;
	}

	.sub-font-normal {
		font-size: 18px;
	}

	#internships .tab-io-box {
		min-height: initial !important;
	}

	#graduateJobs .tab-io-box {
		min-height: initial !important;
	}

	#developmentPrograms .tab-io-box {
		min-height: initial !important;
	}

	#scholarships .tab-io-box {
		min-height: initial !important;
	}

	#studentCompetitions .tab-io-box {
		min-height: initial !important;
	}

	.nav-pills .nav-link {
		font-size: 12px;
		font-weight: 600;
		padding: .75rem 1rem .55rem;
		border-bottom: 3px solid transparent;
	}

	.nav-pills .nav-link.active,
	.nav-pills .show > .nav-link {
		border-bottom: 3px solid #00675c;
	}
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {}
