@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v18/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

body {

	color: #111111;
}

a {
	color: #333;
}

a:hover {
	color: #777;
}
.red-border {
 border-color: rgba(255, 0 ,0, 1)
}
.lead{
	font-weight: 400;
}
.title, .title a, .card-title, .card-title a, .info-title, .info-title a, .footer-brand, .footer-brand a, .footer-big h5, .footer-big h5 a, .footer-big h4, .footer-big h4 a, .media .media-heading, .media .media-heading a {
    color: #3C4858;
    text-decoration: none;
}
h5, .h5 {
    font-size: 1.25em;
    line-height: 1.55em;
    margin-bottom: 15px;
}
.red-background {
	background-color: rgba(255, 0,0 , 1);
	width: 310px;
	padding: 5px;
}
.white {
	background-color: white;
}
.picture-text {
	font-size: 15px
}
h2.title {
    margin-bottom: 30px;
}

.btn-red {
	background-color: rgba(255, 0, 0, 1);
	color: white;
}
.btn-red:hover {
	background-color: rgba(255, 0, 0, 0.8);
	color: white;
}
.pull-right {
	float: right;
}
.bg-mrmi {
	background-color: #ffffff!important;
	}
.image-bg-fluid-height {
	padding: 50px 0;
	text-align: center;
}
.img-center {
	margin: 0 auto;
}
.title {
    margin-top: 30px;
    margin-bottom: 25px;
    min-height: 32px;
}

.card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0,0,0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn.apply {
	    margin-bottom: 20px;
}
.description, .card-description, .footer-big p {
    color: #333333;
}

.subscribe-line .card {
    margin-top: 30px;
    border: none;
}
.card-content {
	padding: 0 30px 0 10px;
}
.card-plain {
    background: transparent;
    box-shadow: none;
}
.card-form-horizontal .content {
    padding-left: 15px;
    padding-right: 15px;
}
.card .submit {
	margin-bottom: 20px;
}
.card h3 {
	margin: 20px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.card-form-horizontal .input-group .input-group-addon {
    padding-left: 0;
}

.input-group .input-group-addon {
    border: 0;
    background: transparent;
    padding: 6px 15px 0px;
}

.card-form-horizontal .form-group {
    padding-bottom: 0px;
    margin: 3px 0 0 0;
}

.navbar-right {
    float: right;
}

.navbar-toggler-right {
    position: absolute;
    right: 3rem;
}

.navbar-brand {
	display: inline-block;	
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 1);
}

.navbar-light .navbar-nav .nav-link{
	border-radius: 5px;
	background-color: red;
	padding: 7px 5px;
	margin: 10px 0;
	display: inline-block;
	margin-right: 8px;
}

.in .navbar-nav .nav-link {
}
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(255, 0, 0, 0.8);
}


.index-page .page-header {
     height: 85vh;
    overflow: hidden;
}
@media (max-width: 576px) {
	.landing-page .page-header, .index-page .page-header {
	    height: 110vh;
	    overflow: hidden;
	}
}

@media (max-width: 768px) {
	.landing-page .page-header, .index-page .page-header {
	    height: 110vh;
	    overflow: hidden;
	}
}
	
.page-header {
    height: 85vh;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
}

.landing-page .page-header {
    height: 80vh;
    overflow: hidden;
}

.dashboard .page-header {
    height: 40vh;
}
.application {
	max-width: 650px;
}

.landing-page .page-header {
	background-position: center 0px;
	
}
.header-filter {
    position: relative;
}
.header-filter::before {
    background-color: rgba(0, 0, 0, 0.5);
}
.header-filter::before, .header-filter::after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}
.contact-page .page-header, .publication-page .page-header, .course-page .page-header, .research-page .page-header, .document-page .page-header, .testing-page .page-header, .training-page .page-header {
	height: 50vh;
}
.subscribe-line.subscribe-line-image {
    position: relative;
    background-position: top center;
    background-size: cover;
}

.subscribe-line {
    padding: 30px 0;
}

.header-filter .container {
    z-index: 2;
    position: relative;
}

.page-header .container {
    padding: 15vh 0;
    color: #FFFFFF;
    
}

.main-raised {
    margin: -60px 30px 0px;
    padding-top: 15px;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.main {
    background: #FFFFFF;
    position: relative;
    z-index: 3;
}

.section, .section-image {
    background-position: center center;
    background-size: cover;
}

.section {
    padding: 70px 0;
}

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

.description, .card-description, .footer-big p {
    color: #333;
}

.info {
    max-width: 360px;
    margin: 0 auto;
    padding: 70px 0 30px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.text-left{
	text-align: left;
}
.info .icon > i {
    font-size: 4.4em;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.landing-page .section-overview .features-5{
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 6px;
    overflow: hidden;
}


[class*="features-"], [class*="team-"], [class*="projects-"], [class*="pricing-"], [class*="testimonials-"], [class*="contactus-"] {
    padding: 80px 0;
}

.features-3 .phone-container {
    max-width: 200px;
    margin: 0 auto;
}

.phone-container img {
    width: 100%;
}

.features-3 .info {
    max-width: none;
    margin: 0 auto;
    padding: 10px 0 0px;
}
.info-horizontal .description {
    overflow: hidden;
}
.course {
    margin-top: 50px;

}
.contact-page .contact-content {
    padding-bottom: 40px;
    padding-top: 40px;
    border-top: 1px solid;
    margin-top: 80px;
}
.contact-page .info {
    padding-bottom: 10px;
    padding-top: 0px;
}
.contact-content .submit {
	padding-top: 30px;
}
.form-group {
    padding-bottom: 7px;
    margin: 27px 0 0 0;
}

footer {
    padding: 15px 0;
    margin: 20px auto;
    text-align: center;
}

footer ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.pull-left {
    float: left !important;
}

footer ul li {
    display: inline-block;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.course-page .btn .apply {
		margin-bottom: 30px;
	}
	
.table-responsive {
display: inline-table;
}
