/*!
 * Start Bootstrap - Landing Page v5.0.1 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2021 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #096181;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.s1 {
  background-color: #f6f6f6;
  border-radius:20px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 
   
}
.btn-mine {
	
	border-color: #5f9bce;
	color: #5f9bce;
	margin: 0 15px;
	border: none;
    border-radius: 0px;
	border-bottom: 1px solid;
    font-weight: 600;
    padding-bottom: 8px;
    text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	line-height: 1.5em;
	    font-family: 'Open Sans',sans-serif;
		-webkit-font-smoothing: antialiased;
		    text-size-adjust: 100%;
}
.btn-mine:hover {
	border-color: #5f9bce;
color: grey;
}
header.masthead {
  position: relative;
  background-color: #096181;
  background: url("../img/unnamed.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
  min-height: 40rem;
  /*min-height: 40rem!important;*/
}
.profile-text {
  display: flex;
  justify-content: center;
  text-align: justify!important;
  text-justify: inter-word!important;
  /*line-height: 220%;*/
  line-height: 200%;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-right: 25px;
  margin-left: 25px;
 font-size: 1.1rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #096181;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #096181;
  background: url("../img/unnamed.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #096181;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.profile-title{
	font-family : "Ubuntu";
    src: url('Ubuntu-B.woff');
    font-weight : bold;
	font-size: 36px;
}
.navbar-brand {
  background: url("../img/logo-ix8us.jpg") no-repeat center center;
  text-indent: -90000px;
  width: 185px;
  border-radius:24px;
  height: 95px;
}

/*Boostrap overwrite css*/

a {
  color: #ed1c24;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #c4151c;
  text-decoration: underline;
}



.btn-primary {
  color: #fff;
  background-color: #ed1c24;
  border-color: #c4151c;
}

.btn-primary:hover {
  color: #fff;
  background-color: #c4151c;
  border-color: #c4151c;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.5);
}

p {
  color: #666666;
}

.btn-primary h4 {
  margin: 0;
}

#mc-embedded-subscribe {
    margin: 0!important;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    /*color: #ccc*/
    color: #ffc700;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
/*
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
*/

/* -- newer styles -- */
.table {
   color: #096181;
}

.timetable td {
  padding-left: 0px ;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.table td {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.table-th {
  border: none;
  margin-bottom: 18px;
}

.nav-link {    
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;font-size:18px;
  text-transform: capitalize;
  white-space: nowrap;
  //color: #096181!important;
  margin-right: 12px;
}
	
.nav-link:hover {
  color: #096181!important;
}
	
.fa-icon {
  /*font-size: 15px;*/
}

.social-icon {
	font-size: 3em;
	color: #ed1c24;
}
	
@media (min-width: 768px) {	
  .rate-section {
    width: 600px;
  }
}

@media (max-width: 992px) {	
  .responsive-hr {
    visibility: visible;
    min-width: 30vw;	
  }
}

@media (min-width: 992px) {	
  .profile-pic {
    border-radius: 20px 0px 0 20px; 
    padding-right: 8px; 
  }
  .responsive-hr {
    visibility: hidden;	  
  }
  .color-box {
    background-color: #f1f1f1;
	border-radius: 12px;
  }
}



