@import "https://fonts.googleapis.com/css?family=Open+Sans|Titillium+Web:600, 700";
@font-face {
	font-family: 'Segoe UI Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Segoe UI Regular'), url('../fonts/segoeui/Segoe\ UI.woff') format('woff');
}

@font-face {
	font-family: 'Segoe UI Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Segoe UI Italic'), url('../fonts/segoeui/Segoe UI Italic.woff') format('woff');
}

@font-face {
	font-family: 'Segoe UI Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Segoe UI Bold'), url('../fonts/segoeui/Segoe UI Bold.woff') format('woff');
}

@font-face {
	font-family: 'Segoe UI Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Segoe UI Bold Italic'), url('../fonts/segoeui/Segoe UI Bold Italic.woff') format('woff');
}

@font-face {
	font-family: 'RobotoSlab Regular';
	font-style: normal;
	font-weight: normal;
	src: local('RobotoSlab Regular'), url('../fonts/robotoslab/RobotoSlab-Regular.ttf') format('woff');
}

@font-face {
	font-family: 'RobotoSlab Bold';
	font-style: normal;
	font-weight: normal;
	src: local('RobotoSlab Bold'), url('../fonts/robotoslab/RobotoSlab-Bold.ttf') format('woff');
}

@font-face {
	font-family: 'RobotoSlab ExtraBold';
	font-style: normal;
	font-weight: normal;
	src: local('RobotoSlab ExtraBold'), url('../fonts/robotoslab/RobotoSlab-ExtraBold.ttf') format('woff');
}

html {
	overflow-x: hidden;
}

body {
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	color: white;
	line-height: 25px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
	font-size: 38px;
	color: #222222;
	font-weight: 700;
	font-family: 'Titillium Web', sans-serif;
}

a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:hover {
	text-decoration: none;
}

a a:focus {
	outline: none;
}

p {
	font-weight: 400;
	font-family: 'Segoe UI Regular';
	margin: 0px;
	color: black;
	font-size: 1.2em;
}

ul,
ol {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

ul li,
ol li {
	list-style: none;
}

a:not([href]):not([tabindex]) {
	color: #fff;
}

.padding-none {
	padding: 0px;
}

.bg-gray {
	background: #f9f9f9;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(15, 17, 27, 0.8);
}

.btn {
	font-size: 14px;
	padding: 10px 30px;
	cursor: pointer;
	font-weight: 400;
	color: #fff;
	border-radius: 30px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: inline-block;
}

.btn:focus,
.btn:active {
	box-shadow: none;
	outline: none;
	color: #fff;
}

.btn-common {
	background-color: black;
	font-family: 'Segoe UI Regular';
	font-size: 1.5em;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}

.btn-common:hover {
	color: #fff;
	/* background-color: #222; */
	background-color: rgba(100, 100, 100, 1);
	box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.btn-border {
	color: #3d60f4;
	background-color: transparent;
	border: 1px solid #3d60f4;
	border-radius: 30px;
	text-transform: uppercase;
}

.btn-border:hover {
	color: #fff;
	border-color: #3d60f4;
	background-color: #3d60f4;
}

.btn-border:focus {
	color: #fff;
	border-color: #3d60f4;
	background-color: #3d60f4;
}

.btn-lg {
	padding: 14px 33px;
	text-transform: uppercase;
	font-size: 16px;
}

.btn-rm {
	padding: 7px 18px;
	text-transform: capitalize;
}

button:focus {
	outline: none !important;
}

.social-icon a {
	color: #666;
	background: #fff;
	width: 32px;
	height: 32px;
	line-height: 34px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	font-size: 16px;
	margin: 15px 6px 12px 4px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.social-icon a:hover {
	color: #fff !important;
}

.social-icon .facebook:hover {
	background: #3b5999;
}

.social-icon .twitter:hover {
	background: #4a9cec;
}

.social-icon .instagram:hover {
	background: #d6274d;
}

.social-icon .linkedin:hover {
	background: #1260a2;
}

.social-icon .google:hover {
	background: #ce332a;
}

/* ScrollToTop */
a.back-to-top {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 15px;
	text-decoration: none;
}

a.back-to-top i {
	display: block;
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #3d60f4;
	border-radius: 30px;
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover,
a.back-to-top:focus {
	text-decoration: none;
}

/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999999;
}

.loader {
	top: 50%;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: relative;
	margin: 0 auto;
}

#loader-1:before,
#loader-1:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 7px solid transparent;
	border-top-color: #3d60f4;
}

#loader-1:before {
	z-index: 100;
	animation: spin 1s infinite;
}

#loader-1:after {
	border: 7px solid #f2f2f2;
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

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

.small-section-padding {
	padding: 60px 0 20px 0px;
}

hr {
	border-top: 1px dotted #ddd;
}

.feature-bg {
	background: #3d60f4;
}

.text-wrapper {
	height: 100%;
	display: table;
	padding-left: 140px;
}

.text-wrapper > div {
	vertical-align: middle;
	display: table-cell;
}

.feature-thumb {
	padding: 40px 0;
}

.feature-item {
	padding: 30px;
}

.feature-item .icon {
	float: left;
	border: 1px solid #fff;
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 50%;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
}

.feature-item .icon i {
	font-size: 36px;
	color: #fff;
	line-height: 80px;
}

.feature-content {
	color: #fff;
	margin-left: 100px;
}

.feature-content h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}

.feature-item:hover .icon {
	background: #fff;
}

.feature-item:hover .icon i {
	color: #3d60f4;
}

/* Services Item */
.services-item {
	margin: 15px 0;
	padding: 30px;
	border-radius: 4px;
	text-align: left;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	background-size: cover;
}

.services-item:hover {
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08);
}

#service {
	position: relative;
}

/* Container Outside Shape */
.container-outside {
	position: absolute;
	top: 0;
	right: 0;
	width: 47.1%;
	height: 100%;
	background: #3d60f4;
	overflow: hidden;
}

.heading {
	padding-left: 30px;
}

.d-table {
	display: table;
	width: 100%;
	height: 100%;
}

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

.skill-area img {
	border-radius: 4px;
}

.skills-section {
	margin-top: 30px;
}

.skills-section .progress-box h5 {
	color: #222222;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.skills-section .progress {
	background: #f9f9f9;
	height: 10px;
	margin-bottom: 30px;
}

.skills-section .progress .progress-bar {
	background: #3d60f4;
}

.navbar-brand {
	position: relative;
	padding: 0px;
}

.top-nav-collapse {
	background: #fff;
	z-index: 999999;
	top: 0px !important;
	box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	background: #fff !important;
}

.top-nav-collapse .navbar-brand {
	top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
	color: #585b60 !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
	cursor: pointer;
	color: #3d60f4 !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
	color: #3d60f4 !important;
}

.indigo {
	background: transparent;
}

.menu-bg {
	background: transparent;
}

.navbar-expand-md .navbar-nav .nav-link i {
	font-size: 14px;
	margin-left: 5px;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav .nav-link {
	font-family: 'Titillium Web', sans-serif;
	color: #585b60;
	font-weight: 600;
	padding: 8px 10px;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav li a:hover,
.navbar-expand-md .navbar-nav li .active > a,
.navbar-expand-md .navbar-nav li a:focus {
	color: #3d60f4;
	outline: none;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
	color: #3d60f4 !important;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover {
	color: #3d60f4 !important;
}

.navbar {
	padding: 0;
}

.navbar li.active a.nav-link {
	color: #3d60f4;
}

.menu-white .navbar-nav .nav-link {
	color: #fff;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-menu {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99;
	min-width: 210px;
	background-color: #fff;
	white-space: nowrap;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	animation: fadeIn 0.4s;
	-webkit-animation: fadeIn 0.4s;
	-moz-animation: fadeIn 0.4s;
	-o-animation: fadeIn 0.4s;
	-ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 100%;
	left: 20%;
	margin-left: -5px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
	display: block;
	position: absolute;
	text-align: left;
	top: 100%;
	border: none;
	animation: fadeIn 0.4s;
	-webkit-animation: fadeIn 0.4s;
	-moz-animation: fadeIn 0.4s;
	-o-animation: fadeIn 0.4s;
	-ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
	width: 100%;
	padding: 10px 20px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #f1f1f1;
	text-decoration: none;
	display: inline-block;
	float: left;
	clear: both;
	position: relative;
	outline: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
	border-bottom: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
	color: #3d60f4;
	background: #f7f7f7;
}

.dropdown-item.active,
.dropdown-item:active {
	background: transparent;
}

.fadeInUpMenu {
	-webkit-animation-name: fadeInUpMenu;
	animation-name: fadeInUpMenu;
}

/*new*/
#hero-area {
	color: #fff;
	overflow: hidden;
	position: relative;
	background: url(../img/main/top.jpg);
	background-position: center;
	background-size: cover;
	height: 70vh;
	z-index: 50;
}

#hero-area .black-overlay {
	opacity: 0.3;
}

#hero-area.hero-area-inside {
	background: url(../img/inside/top.jpg);
	background-position: center;
	background-size: cover;
}

#hero-area.hero-area-get-ahead {
	background: url(../img/main/getahead.jpg);
	background-position: center;
	background-size: cover;
}

#hero-area.hero-area-community-plus {
	background: url(../img/main/communityplus.jpg);
	background-position: center;
	background-size: cover;
}

#hero-area.hero-area-my-career {
	background: url(../img/main/job3.jpg);
	background-position: center;
	background-size: cover;
}

#hero-area.hero-area-build-startup {
	background: url(../img/main/buildstartup.jpg);
	background-position: center;
	background-size: cover;
}

#hero-area.hero-area-sitemap {
	background: url(../img/sitemap.jpg);
	background-position: center;
	background-size: cover;
}

#hero-area .container {
	position: relative;
	z-index: 100;
}

#hero-area .contents {
	padding: 270px 0px 271px;
}

#hero-area .contents .head-title {
	color: white;
	line-height: 48px;
	font-weight: 700;
	font-size: 4.5em;
	font-family: 'RobotoSlab ExtraBold';
	margin-bottom: 10px;
	text-shadow: -1px 3px 3px rgba(0, 0, 0, .9);
}

/* 
#hero-area .contents h3.head-title {
	margin-bottom: 30px;
	font-size: 3.25em;
} */

.section-header {
	margin-bottom: 30px;
}

.section-header p {
	text-align: center;
	font-weight: 400;
	font-size: 1.75em;
	line-height: 1.5em;
	font-family: 'Segoe UI Regular';
}

.section-sub-header p {
	text-align: center;
	font-weight: 400;
	font-size: 2em;
	line-height: 1.5em;
	font-family: 'RobotoSlab ExtraBold';
	padding: 20px 0px 20px 0px;
}

.section-row {
	margin-bottom: 30px;
}

.section-sub-header p::before {
	content: "";
	display: inline-block;
	height: 2px;
	width: 30px;
	background: black;
	margin-right: 10px;
	margin-bottom: 8px;
}

.section-sub-header p::after {
	content: "";
	display: inline-block;
	height: 2px;
	width: 30px;
	background: black;
	margin-left: 10px;
	margin-bottom: 8px;
}

.services-item {
	cursor: pointer;
	background-position: center;
	overflow: hidden;
	height: calc(100% - 15px);
}

.services-item:hover .bg-image {
	transform: scale(1.25);
}

.section-content {
	position: relative;
	z-index: 150;
}

.bg-image {
	height: 100%;
	width: 100%;
	position: absolute;
	will-change: transform;
	top: 0;
	left: 0;
	z-index: 25;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

	object-fit: cover;
}

.section-overlay {
	width: 100%;
	height: 100%;

	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
	z-index: 100;
}

.section-overlay.blue {
	background-color: #1171ba;
}
.section-overlay.green {
	background-color: #449342;
}
.section-overlay.yellow {
	background-color: #eeb238;
}

.black-overlay {
	width: 100%;
	height: 100%;
	background-color: black;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	z-index: 50;
}

.icon-close,
.icon-check {
	color: white;
}

.services-item {
	position: relative;
}

.services-item .icon i {
	font-size: 42px;
	color: white;
}

.services-item .services-content h3 {
	margin: 15px 0px 15px 0px;
	font-family: 'RobotoSlab Bold';
	font-size: 1.5em;
	color: white;
}

.services-item .services-content h3::after {
	content: "";
	display: block;
	height: 2px;
	width: 100px;
	background: white;
	margin-top: 15px;
}

.services-item .services-content p {
	font-family: 'Segoe UI Regular';
	font-size: 1em;
	color: white;
}

.services-content ul {
	padding: 10px;
}

.services-content ul li {
	list-style: disc;
	font-family: 'Segoe UI Regular';
	font-size: 1em;
	color: white;
}

.services-content p.disclaimer {
	font-family: 'Segoe UI Bold';
	font-size: 0.85em;
	color: white;
}

.section-title {
	font-family: 'RobotoSlab ExtraBold';
	font-size: 2em;
	color: #222222;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}

.logo-img {
	object-fit: contain;
	width: 100%;
	max-width: 453px;
	padding: 20px 0px 20px 0px;
}

.top-logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.top-logo img {
	padding: 25px 20px;
}

.partner-text {
	opacity: 0.5;
}

.partner-text {
	opacity: 0.5;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.partner-text h3 {
	font-family: 'RobotoSlab Bold';
	font-size: 2em;
	text-align: center;
}

.partner-container:hover .partner-text {
	opacity: 1;
}

.partner-container:focus .partner-text {
	opacity: 1;
}

.client-item-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner-container .client-item-wrapper img {
	opacity: 0.5;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.partner-container:hover .client-item-wrapper img {
	opacity: 1;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

.partner-container:active .client-item-wrapper img {
	opacity: 1;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

.partner-text p {
	text-align: center;
}

.partner-container {
	padding: 15px 20px 15px 20px;
}

.client-item-wrapper:hover + .partner-container {
	opacity: 1;
}

.client-item-wrapper:focus + .partner-container {
	opacity: 1;
}

.client-item-wrapper {
	margin-bottom: 20px;
}

#signup {
	background: url(../img/count-bg.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.signup-container {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.signup-container .row {
	height: 100%;
}

.signup-content {
	display: flex;
	align-items: center;
}

.signup-container h2 {
	color: white;
	font-size: 1.75em;
	font-family: 'RobotoSlab ExtraBold';
}

.signup-right {
	flex-direction: column;
	justify-content: center;
}

.signup-right p {
	color: white;
	font-size: 1.5em;
	padding: 10px 0px;
}

.signup-right .signup-enquiry {
	text-align: center;
	display: flex;
}

.signup-right .signup-enquiry a {
	color: white;
	text-decoration: underline;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.signup-right .signup-enquiry a:hover {
	color: rgba(100, 100, 100, 1);
}

.footer-bot-group {
	display: flex;
	flex-direction: row;
	padding: 16px 0px;
}

.footer-bottom {
	background-color: #111111;
	border-top: 1px solid #414141;
}

.footer-bot-group li:nth-child(n + 2) {
	padding-left: 16px;
}

.footer-bot-item a {
	color: #c5c5c5 !important;
}

.footer-bot-item a:focus {
	color: white !important;
}

.footer-bot-item a:hover {
	color: white !important;
}

.footer {
	background-color: #111111;
	padding: 15px;
}

.copyright {
	display: flex;
	justify-content: flex-end;
	font-size: 0.9em;
	color: #c5c5c5 !important;
}

.last-update {
	display: flex;
	justify-content: flex-end;
	font-size: 0.9em;
	color: #c5c5c5 !important;
}

.footer-nav {
	padding: 20px 0px;
}

.footer-nav h3 {
	color: white;
	font-size: 2em;
	font-family: 'RobotoSlab ExtraBold';
}

.footer-nav ul li {
	padding: 5px 0px;
}

.footer-nav ul li a {
	color: #c5c5c5 !important;
	font-size: 1.25em;
	font-family: 'Segoe UI Regular';
}

.footer-nav ul li a:hover {
	color: white !important;
}

.section-sub-text h2 {
	font-size: 1.75em;
	padding: 10px 0px;
	font-family: 'RobotoSlab ExtraBold';
}

.section-sub-text h3 {
	font-size: 1.5em;
	padding: 10px 0px;
	font-family: 'RobotoSlab ExtraBold';
}

.spacer {
	padding-bottom: 20px;
}

#breadcrumb .container {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px 20px;
}

#breadcrumb .container a {
	font-size: 20px;
	color: rgba(100, 100, 100, 1);
	text-decoration: underline;
}

#breadcrumb .container a:hover {
	color: black;
}

#breadcrumb .container i {
	font-size: 20px;
	color: rgba(100, 100, 100, 1);
	margin-left: 10px;
}

#breadcrumb .container p {
	font-size: 20px;
	color: black;
	margin-left: 10px;
}

.small-text {
	font-size: 1em !important;
}

.section-ul {
	padding: 20px 0px 20px 20px;
}
.section-ul li {
	color: black;
	padding: 5px 0px;
	list-style: disc;
	font-size: 1.2em;
	font-family: 'Segoe UI Regular';
}

.inside-qr-code {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0px;
}

.p-b-20 {
	padding-bottom: 20px;
}

.p-t-10 {
	padding-top: 15px;
}

.p-t-15 {
	padding-top: 15px;
}

.p-t-20 {
	padding-top: 20px;
}

.splitter {
	width: 100%;
	height: 1px;
	background-color: black;
}

.section-text {
	padding: 20px 0px 0px 0px;
}

.btn-sign-up {
	background-color: #ffbe01;
	color: black !important;
	font-family: 'Segoe UI Bold';
}

.btn-sign-up:hover {
	background-color: #ffbe01;
	color: black !important;
}

.section-ul.number li {
	list-style: decimal;
}

.bold-segoe {
	font-family: 'Segoe UI Bold' !important;
}

.fs-25 {
	font-size: 2.5em;
}

#privacy {
	color: black;
}

/* INSIDE */

.inside-qr-code img {
	width: 150px;
	height: 150px;
}

.inside-qr-code .inside-qr-content {
	margin-left: 20px;
}

.inside-qr-code .inside-qr-content a {
	font-size: 2em;
	text-decoration: underline;
	color: rgba(100, 100, 100, 1);
}
.inside-qr-code .inside-qr-content a:hover {
	color: rgba(25, 25, 25, 1);
}

.prep-listing {
	padding: 40px 0px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.prep-listing-container {
	display: flex;
	flex-direction: column;
}

.prep-listing-container.one .prep-listing-top {
	background-color: #4ab5bb;
}

.prep-listing-container.two .prep-listing-top {
	background-color: #4a9abb;
}

.prep-listing-container.three .prep-listing-top {
	background-color: #265c7e;
}

.prep-listing-container.four .prep-listing-top {
	background-color: #ec5923;
}

.prep-listing-container.one .prep-listing-btm {
	background-color: #b5d4db;
}

.prep-listing-container.two .prep-listing-btm {
	background-color: #afd3e1;
}

.prep-listing-container.three .prep-listing-btm {
	background-color: #93b3c8;
}

.prep-listing-container.four .prep-listing-btm {
	background-color: #f1c5b5;
}

.prep-listing-top {
	padding: 20px 0px;
	border-radius: 5px 5px 0px 0px;
}

.prep-listing-btm {
	padding: 20px;
	flex: 1;
}

.prep-listing-btm ul {
	color: rgba(100, 100, 100, 1);
	font-size: 1.2em;
	font-family: 'Segoe UI Regular';
}

.prep-listing-btm ul li:nth-child(n + 2) {
	margin-top: 15px;
}

.prep-listing-btm ul li {
	list-style: disc !important;
	margin-left: 20px;
}

.prep-listing-btm ul li a {
	color: rgba(100, 100, 100, 1);
	text-decoration: underline;
	font-size: 1em;
	font-family: 'Segoe UI Regular';
}

.prep-listing-btm ul li a:hover {
	color: rgba(25, 25, 25, 1);
}

.prep-listing-top h2 {
	font-size: 1.75em;
	font-family: 'RobotoSlab ExtraBold';
	text-align: center;
	margin: 0px;
	/* color: rgba(50, 50, 50, 1); */
	color: white;
	text-shadow: 1px 2px 0 #7a7a7a;
}

.prep-listing-disclaimer p {
	text-align: center;
	font-family: 'Segoe UI Italic';
}

#career-prep {
	padding: 60px 0;
}
/* INSIDE END */
/* GET AHEAD */
.skills-table-container {
	margin-top: 40px;
}
#skills-table {
	width: 100%;
}
div.dataTables_wrapper div.dataTables_length label {
	color: rgba(100, 100, 100, 1);
}
.page-item.active .page-link {
	background-color: rgba(100, 100, 100, 1);
	border-color: rgba(100, 100, 100, 1);
}
div.dataTables_wrapper div.dataTables_filter label {
	color: rgba(100, 100, 100, 1);
}
div.dataTables_wrapper div.dataTables_info {
	color: rgba(100, 100, 100, 1);
}
table.dataTable {
	color: rgba(100, 100, 100, 1);
}

.view-course-container {
	padding: 50px 0px 30px 0px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.view-course-container {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.view-course-container a {
	color: rgba(100, 100, 100, 1);
	font-size: 1.75em;
	display: flex;
	font-family: 'RobotoSlab Bold';
	justify-content: center;
	align-items: center;
}

.view-course-container a {
	color: rgba(100, 100, 100, 1);
	font-size: 1.75em;
	display: flex;
	font-family: 'RobotoSlab Bold';
	justify-content: center;
	align-items: center;
}

#master-collective .view-course-container a {
	color: #e82e17;
}

#skills-future .view-course-container a {
	color: #e82e17;
}

#master-collective .view-course-container a:hover {
	color: rgba(200, 200, 200, 1);
}

#skills-future .view-course-container a:hover {
	color: rgba(200, 200, 200, 1);
}

.view-course-container a:hover {
	color: rgba(200, 200, 200, 1);
}

.view-course-container a i {
	margin-left: 10px;
	font-size: 0.8em;
}

#tnc .section-sub-text h2 {
	font-size: 1.3em;
	text-decoration: underline;
}

#tnc .section-ul {
	padding-top: 15px;
}

#tnc .section-ul li {
	list-style: decimal;
}

#tnc .section-sub-ul {
	margin-left: 40px;
}

#tnc .section-sub-ul li {
	list-style: lower-alpha;
	font-size: 1em;
	padding: 0px;
}

#register-courses .button-container {
	width: 100%;
	display: flex;
	justify-content: center;
}

#register-courses .button-container a {
	min-width: 0;
	white-space: normal;
}

.button-padding {
	padding: 30px 0px;
}

/* GET AHEAD END */

/* COMMUNITY PLUS */
.community-link-container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.community-link {
	font-size: 1.1em;
	color: rgba(100, 100, 100, 1);
	text-decoration: underline;
}
.community-link:hover {
	color: rgba(200, 200, 200, 1);
}
.contact-text {
	margin-right: 10px;
}
.community-logo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0px;
}

.community-logo img {
	width: 100%;
	max-width: 200px;
}
/* COMMUNITY PLUS END */
/* MY CAREER */

.career-row {
	margin-top: 40px;
}
.career-item {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 25px;
	overflow: hidden;
}

.career-connections {
	padding-left: 10px;
	padding-right: 10px;
}

.career-item .career-content h3 {
	margin: 15px 0px 15px 0px;
	font-family: 'RobotoSlab Bold';
	font-size: 2em;
	color: white;
	text-align: center;
}

.career-item .career-content p {
	font-family: 'Segoe UI Regular';
	font-size: 1.25em;
	color: white;
	text-align: center;
}

.career-item:hover .bg-image {
	transform: scale(1.25);
}

.jobs-container {
	padding: 50px 0px 30px 0px;
}

.jobs-container a {
	color: #1171ba;
	font-size: 1.75em;
	font-family: 'RobotoSlab Bold';
}

.jobs-container a:hover {
	color: rgba(100, 100, 100, 1);
}

#career-connections table {
	font-family: 'Segoe UI Regular';
	font-size: 1.25em;
	color: black;
	margin-top: 30px;
}
/* MY CAREER END */
/* STARTUP */
.inside-qr-code.startup {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 20px 0px;
}

.inside-qr-code.startup .inside-qr-content a {
	color: #e82e17;
	font-family: 'Segoe UI Bold';
}

.inside-qr-code.startup .inside-qr-content a:hover {
	color: rgba(100, 100, 100, 1);
}

.inside-qr-code.startup .inside-qr-content a:active {
	color: rgba(100, 100, 100, 1);
}

.startup-a {
	color: #e82e17;
}

.startup-a:active {
	color: rgba(100, 100, 100, 1);
}

.startup-a:hover {
	color: rgba(100, 100, 100, 1);
}
/* STARTUP END */

/* SURVEY POPUP */
.survey-popup {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #111111;
	border-top: 1px solid #414141;
	z-index: 500;
	transform: translateY(100%);
	-webkit-transition: transform 0.25s linear;
	-moz-transition: transform 0.25s linear;
	-o-transition: transform 0.25s linear;
	transition: transform 0.25s linear;
}
.survey-popup.active {
	transform: translateY(0%);
}
.survey-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	padding: 10px;
}
.survey-container p {
	color: white;
	font-size: 1.2em;
	margin-right: 20px;
	font-family: 'Segoe UI Regular';
}
.survey-container .btn {
	margin-right: 10px;
	background-color: transparent;
	border-color: white;
	border-width: 1px;
	font-size: 0.9em;
	font-family: 'Segoe UI Regular';
}
.survey-container .btn:hover {
	background-color: rgba(150, 150, 150, 1);
}
.survey-container .btn:active {
	background-color: rgba(150, 150, 150, 1);
}
#survey-popup .modal-body h2 {
	margin-bottom: 15px;
	font-family: 'RobotoSlab Bold';
	font-size: 1.8em;
}
#survey-popup .modal-body p {
	margin-bottom: 15px;
}
#survey-popup .survey-btn-container a {
	margin-right: 10px;
	font-size: 1.2em;
	font-family: 'Segoe UI Regular';
}

/* SURVEY POPUP END */
