body, html {
	/*font-family: 'IBM Plex Sans', sans-serif !important;*/
}
.navbar-header, .navbar-collapse, .mainnav, .navbar-default {
	background-color: transparent;
	border: none;
	color: #000;
}
.fluid-nav {
	background-color: #fff;
	font-family: 'IBM Plex Sans', sans-serif;
}
.logo {
	float: left;
	height: 75px;
	margin-top: 10px;
	margin-left: 15px;
}
.course-col button, .button-col button {
	width: 100%;
	/*padding: 0.9rem 0.75rem 0.75rem 0.75rem;*/
	/*font-weight: 600;*/
	/*font-size: 18px;*/
	margin-bottom: 1.5rem;
	/*color: #000;*/
	/*border: 0;*/
	background-color: #fffc00;
}
.course-col button:hover, .button-col button:hover {
	background-color: #e6e40d;
}
.course-col input{
	margin: 0.5rem 0;
	width: 100%;
	border: 1px solid #e6e6e6;
	padding: 0.35rem 0.5rem 0.25rem 0.5rem;
	height: 2rem;
}

.course-col input[type=submit]{
	width: 100%;
	padding: 0.9rem 0.75rem 0.75rem 0.75rem;
	/*font-weight: 600;*/
	/*font-size: 18px;*/
	margin-bottom: 1.5rem;
	color: #000;
	border: 0;
	background-color: #fffc00;
}
.course-col select {
	padding: 0;
	border: 0;
	width: 100%;
	outline: none;
}
.select-container {
	height: 2rem;
	border: 1px solid #e6e6e6;
	width: 100%;
	float: left;
	margin: 0.5rem 0;
    padding: 0.3rem 0;
}
.form-group {
	float: left;
	width: 100%;
}
.form-group .group-title {
	font-weight: 600;
	width: 100%;
	float: left;
}
.course-greydiv {
	background-color: #efefef;
	padding: 2rem ;
	width: 100%;
	font-size: 16px;
    color: #000 !important;
}
.course-greydiv div span {
    font-size: 11pt;
}
.course-col div span {
	    font-size: 11pt;
}
.nav-pills .active {
	color: #000;
	border-color: #fffc00;
	background-color: #fffc00;
}
.nav-pills .active:focus {
	color: #000;
	border-color: #fffc00;
	background-color: #fffc00 !important;
}
.nav-pills a {
	color: #000;
	border: 1px #e4e4e4 solid;
}
.course-part-title {
	padding: 0;
    font-weight: 800;
    display: block;
    font-size: 2rem;
    color: #000;
}
.course-greydiv .greydiv-title {
	padding: 0;
    font-weight: 800;
    display: block;
    font-size: 2rem;
    color: #000;
}
.intro-text {
	position: absolute;
	background-color: #fff;
	width: 40%;
	text-align: left;
	padding: 0 2rem;
	right: 10%;
	bottom: 0;
    padding-bottom: 1.5rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}
.intro-text-network {
	position: absolute;
	background-color: #fff;
	width: 40%;
	text-align: left;
	padding: 0 2rem;
	left: 10%;
	bottom: 0;
    padding-bottom: 1.5rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}
.intro-spacing {
	height: 4rem;
}
.navbar-nav li a {
	color: #999 !important;
	padding: 0;
	margin: 0 15px;
	transition: none;
}
.navbar-default .navbar-nav > li > a {
	border-bottom: 2px solid transparent;
	color: #000 !important;
    text-transform: unset;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav li .active {
	text-decoration: underline !important;
    text-transform: unset;
}

.course-row {
	background-color: #fff;
	margin: -1px 0 3rem 0;
	border: 1px #e4e4e4 solid;
	border-radius: 4px;
    border-top-left-radius: 0px;
	padding: 1rem;
}
.course-row .course-col {
	padding: 1rem;
}
.nav-pills>li>a {
    border-radius: 4px 4px 0px 0px;
}

.wrapper {
	padding-top: 0;
	padding-bottom: 0 !important;
	background-color: #fff;
}
input, textarea {
	outline: none;
}

.image-row-filler {
	height: 300px;
	position: relative;
}
.home-header {
	background-color: #dedede;
	padding: 0;
	margin-top: 20px;
	background-size: cover;
	background-position: center center;

  background-repeat: repeat-y;
	border-radius: 0;
}
.course-header {
	background-color: #fffc00;
	padding: 0;
	margin-top: 20px;
	background-size: cover;
	background-position: center center;

  background-repeat: repeat-y;
	border-radius: 0;
}
.home-header h1 {
	font-size: 6rem !important;
	color: #212121;
	line-height: 6rem;
	font-family: 'IBM Plex Serif', serif;
	font-weight: 600;
	text-align: center;
	padding: 0;
	margin: 0;
	min-height: 200px;
	line-height: 200px;
	text-transform: none;
}
.top-spacing {
	height: 72px;
	width: 100%;
}
.home-header img, .course-header img {
	width: 100%;
}
.course-text {
	display: block;
	padding: 2rem 3rem 0 3rem;
}
.course-header button {
	background-color: #000;
	margin-right: 0;
	margin-bottom: 2rem;
	border: 0;
	color: #fff;
	padding: 1rem;
}
.submenu .row {
	margin: 0;
	padding: 0 15px;
}
.header-container {
	background-color: #272727;
  position: fixed;
  margin-top: 72px;
  line-height: 64px;
  padding-top: 0;
  text-align: left;
  z-index: 400;
  display: none;
}

.header-container .container .row .col {
	padding: 30px 0;
}
.width-100-percent {
	width: 100% !important;
}
p.header-content {
	font-size: 16px !important;
}
.section-2-bg {
	background-color: #fff;
	padding-top: 0px;
}
.three-col-light img, .three-col img {
	margin-bottom: 0;
	border-radius: 0;
}
.three-col-div {
	margin: 0;
	border-radius: 0;
	width: 100%;
	padding: 20px 0 0 0;
}
.subscribe-form1 input {
	border-radius: 0;
}
button {
	border-radius: 0 !important;
}
.readmore {
	color: #333 !important;
	border-bottom: 1px solid #333;
}
.three-col:hover .three-col-div {
	background-color: white !important;
	color: #333333 !important;
}
.three-col:hover .three-col-div .readmore, .three-col:hover .three-col-div p, .three-col:hover .three-col-div h4 {
	color: #333;
}
.header-bgimage-3 {
	padding-bottom: 20px;
}
h3 {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
	/*font-family: 'IBM Plex Sans', sans-serif;*/
	font-weight: 800;
    font-size: 2rem !important;
}
.testimonial-para {
    color: #333;
    background-color: #fff;
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: 100;
}
.arrow-down {
	border-top: 10px solid #fff;
}
.section-1-bg {
    background-color: #fff;
}
.list-div-left {
    padding-right: 10px;
    padding-top: 10px;
    vertical-align: top;
    width: 60px;
}
.list-div-left img {
	border-radius: 0;
}
.blue {
	color: #333;
}
.testimonial-name {
  color: #333;
  font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 600;
}
.testimonial-name1 {
  color: #333;
}
h4 {
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	text-align: left;
	padding: 0 !important;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 600;
}
.res-no-padding {
	padding: 0;
}
/*h3::after {
	content: '';
	width: 100px;
	height: 4px;
	background-color: #000;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: rotate(-3deg);
	margin-left: -50px;
}*/
h3.footer-h3::after {
	background-color: #000;
}
h3.no-line {
	margin-bottom: 0px;
	text-align: left;
	text-transform: capitalize !important;
}
h3.no-line::after {
	display: none;
}
.testimonial-para {
	border-radius: 0;
}
.sponsor-image {
	height: 150px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.footer-section-1 h4 {
	padding-left: 0 !important;
}
.content-top-space {
	text-align: left;
	line-height: 1.5rem;
}
.spons {
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  padding: 20px 40px;
}
.news-col .content-top-space.short-text {
	height: 3.4rem;
	overflow: hidden;
	position: relative;
}
.news-col .content-top-space.short-text::after {
	content: '...';
	height: 1.5rem;
	width: 30px;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(255,255,255,0);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 94%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(26%, rgba(255,255,255,1)), color-stop(90%, rgba(255,255,255,1)), color-stop(94%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 94%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 94%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 94%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 94%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
.submenu .row a {
	color: #fff !important;
	font-size: 14px;
	float: left;
	display: block;
	height: 42px;
	margin-bottom: 25px;
	margin-left: 20px;
	margin-top: 5px;
	border-bottom: 2px solid #272727;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: default;
	text-transform: unset;
    text-decoration-style: none !important;
}
.label {
	color: #333;
	border-radius: 0;
	font-family: 'IBM Plex Sans', sans-serif;
}
.author-container {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.two-left-desc, .two-right-desc {
	background-color: rgba(255, 251, 7, 0.9);
	color: #333 !important;
	border-radius: 0;
}
.two-left-desc p, .two-right-desc p {
	color: #333;
}
.submenu .row a:hover {
	color: #fff !important;
	border-bottom: 2px solid #fff;
}
.submenu .row a.active {
	color: #fff !important;
	text-align: center;
	font-size: 14px;
	font-weight: 200;
	border-bottom: 2px solid #fff;
}
.gallery-inner {
	height: 250px;
	background-size: cover;
	background-position: center;
}
.gallery-caption {
	background-color: #fffc00;
	color: #333;
	font-family: 'IBM Plex Serif', serif;
	font-weight: 600;
	font-size: 32px;
	text-align: center;
}
.btn {
	background-color: #fffc00 !important;
	color: #333;
	font-size: 12px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 600;
    border-radius: 4px !important;
}

.news-image {
	width: 100%;
	padding-bottom: 59%;
	background-size: cover;
	background-position: center;
}

#services h4 {
	font-size: 17px;
}
.row {
}
.services-col {
	color: #444;
	padding: 0;
}
.services-bg, .services-bg-1 {
	background-color: #fffc00 !important;
	padding: 20px 0 !important;
}
.services-icon {
	top: 24px;
}
.services-icon p {
	color: #efefef;
}
.services-col .content-top-space {
	padding: 10px 20px;
}
.services-col h4 {
	padding-left: 20px !important;
}
.services-col img {
	width: 100%;
	height: 22px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-nav li:hover > .header-container {
	display: block;
}
.submenu-mobile {
	display: none;
}
.navbar-nav > li:hover a {
    color: #000;
}
.navbar-nav > li:hover .submenu > a {
    color: #fff !important;
}
.submenu a {
	color: #fff !important;
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  }

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {  }

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.course-header button {
		margin-right: 10%;
		margin-bottom: 0;
	}
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {  }

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	.testimonial-div {
		padding: 0 20px;
	}
	.navbar-nav li:hover > .header-container {
		display: none;
	}
	.navbar-right.nav {
		min-height: 72px;
		float: right;
		padding-right: 50px;
		padding-left:  1rem;
		max-height: 100vh;
	}
	.testimonial-div {
		flex-direction: row;
		flex-direction: column-reverse;
	}
	.arrow-down {
		display: none;
	}
	.author-container {
		margin-top: 20px;
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.navbar-nav > li {
    padding: 0;
    height: auto !important;
    margin: 0 0;
    width: 100%;
	}
	.submenu-mobile {
		width: 100%;
		display: block;
	}
	.submenu-mobile a {
		display: block;
		width: 100%;
		font-size: 13px;
		margin-left: 30px !important;
		line-height: 50px;
	}
	.home-header h1 {
		font-size: 4rem !important;
	}
	#mainNav {
		background-color: #000;
	}
	.logo {
		display: none;
	}
	.navbar-default .navbar-toggle {
		top: 55px;
		right: 10px;
		border: none;
		position: absolute;
		z-index: 500;

	}
	.navbar-default .navbar-toggle:focus {
		background-color: #444;
	}
	.navbar-nav > li {
	 float: left;
	}
	.navbar-collapse.collapse {
		max-height: none;
	}
	.navbar-right.nav {
		min-height: 72px;
		float: right;
		padding-right: 50px;
		padding-left:  1rem;
	}
	.navbar-nav > li {
		padding: 0;
		height: 40px;
		margin: 10px 0;
	}
	.navbar-default .navbar-nav > li > a {
		line-height: 40px;
		height: 40px;
	}
	.gallery-col {
		width: 100%;
	}
}

@media (max-width: 1024px) {
		.multi-url {
   		display: none !important;
	  }
	  .tablet-url {
	   		display: block;
	  }
}
@media (max-width: 767.98px) {
		.multi-url {
   		display: block !important;
	  }
	  .tablet-url {
	   		display: none !important;
	  }
	 .navbar-fixed-top {
		background-color: #313131 !important;
	}
	.navbar {
		padding-top: 55px !important;
	}
	.profile-padding {
		border-left: 0 !important;
	}
}
@media (min-width: 1025px) {
	.tablet-url {
		display: none !important;
	}
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	.header-container {
		margin-top: 50px;
	}
	.bottom-div {
		margin-top: 2rem;
	}
	.logo {
		display: none;
	}
	.hidden-md-down {
		display: none;
	}
	.navbar-right.nav {
		min-height: 72px;
		float: right;
		padding-right: 50px;
		padding-left:  1rem;
	}
	.navbar-nav > li {
		padding: 0;
		height: 30px;
		margin: 0 0;
	}
	.navbar-default .navbar-nav > li > a {
		line-height: 30px;
		height: 30px;
	}
	.submenu a {
		display: inline-block;
		margin: 0;
	}
}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {  }

.g-recaptcha > div {
	margin: 1rem auto;
}
