body{
  font-family: 'Titillium Web', sans-serif;
}

h1{
  font-size: 50px;
  font-weight: 600;
  line-height: 80px;
}

h2{
  font-size: 48px;
  margin-bottom: 30px;
}

p{
  font-size: 18px;
  color: #999;
  line-height: 1.8;
  margin-bottom: 0;
}

a:hover{
  text-decoration: none;
}

a .socialIcon{
  font-size: 22px;
  color: #1a1a1a;
}

section{
  padding: 120px 0;
}

.bg-light-grey{
  background-color: #f5f5f5;
}

.bg-dark{
  background-color: #1a1a1a !important;
}

.topmargin-xs{ margin-top: 15px !important;}
.topmargin-sm{ margin-top: 30px !important;}
.topmargin-lg{ margin-top: 120px !important;}

.btn{
  font-size: 14px;
  padding: 15px 26px;
  min-width: 160px;
  border-radius: 2px;
  display: inline-block;
}

.btn-light{
  background-color: #fff;
  color: #1a1a1a;
  border: 2px solid #fff;
}

.btn-dark{
  background-color: #1a1a1a;
  color: #fff;
  border: 2px solid #1a1a1a;
}

.btn #arrowBtn{
  font-size: 14px;
  margin-left: 5px;
}

.btn-yellow{
  background-color: #ffd900;
  color: #053a54;
  border: 2px solid #ffd900;
}

.btn-yellow:hover{
  background-color: #ffd900;
  color: #053a54;
  border: 2px solid #ffd900;
}

.text-dark{
  color: #1a1a1a;
}

.text-yellow{
  color: #ffd900;
}

.text-yellow:hover{
  color: #ffd900;
}

.divider{
  border-bottom: 4px solid #f5f5f5;
}

.full-width {
  width: 100%;
}

.form-group textarea{
  font-size: 14px;
  border: 1px solid #cacaca;
  padding: 15px;
  border-radius: 2px;
  height: auto;
  min-height: 70px;
  max-height: 70px;
}

.form-control{
  font-size: 14px;
  border: 1px solid #cacaca;
  padding: 15px;
  border-radius: 2px;
  height: auto;
}

.form-control:focus{
  border: 1px solid #1a1a1a;
  outline: none;
  box-shadow: none;
}

.navbar {
  background-color: #053a54;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
  min-height: 100px;
}

.nav-link{
  color: #fff;
}

.nav-link:hover{
  color: #fff;
}

.logo-brand{
  min-width: 160px;
  max-width: 180px;
}

.navbar-toggler{
  font-size: 40px;
  color: #fff;
}

.navbar-toggler:focus{
  outline: none;
}

#hero{
  background-image: url('../img/cover1.png');
  background-size: cover;
  padding-top: 90px;
  min-height: 700px; 
  color: #fff;
}

#hero p{
  color: #fff ;
}

.content-center{
  max-width: 800px;
  margin: 0 auto 60px auto;
  text-align: center;
}

.portfolio-container{
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  border-radius: 2px;
}

.portfolio-container img{
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.portfolio-container:hover img{
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.portfolio-details{
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 9000;
}

.portfolio-details h2{
  margin-bottom: 0px;
  font-size: 25px;
}

.portfolio-details a h2, .portfolio-details a p{
  color: #fff;
}

.member-container{
  position: relative;
  margin: 10px 0;
}

.member-details{
  position: absolute;
  color: #fff;
  bottom: 0px;
  left: 20px;
}

.member-title{
  color: #1a1a1a;
}

.member-details span{
  font-size: 14px;
}

.social{
  color: #fff;
  padding: 0 5px;
  font-size: 25px;
}

.carousel {
  min-height: 240px;
  padding: 40px;
  border-radius: 2px;
  text-align: center;
}

.carousel-item p {
  font-size: 26px;
  font-weight: 400;
  color: #1a1a1a;
}

.carousel-indicators li {
  background-color: #1a1a1a;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  margin: 0 8px;
}

.carousel-control-next, .carousel-control-prev { 
  color: #fff;
  opacity: 1;
  width: 5%;
}

.control-button {
  background-color: #1a1a1a;
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 10px;
  border: 1px solid #1a1a1a;
  border-radius: 50px;
  font-size: 20px;
}

.carousel-container {
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-user {
  max-width: 240px;
  margin: 0 auto;
  text-align: left;
}

.testimonial-user h6 {
  margin-bottom: 0px;
}

.testimonial-user span {
  font-size: 12px;
}

.testimonial-user img {
  border-radius: 50%;
  max-width: 50px;
  text-align: center;
}

.rating .star-icon {
  color: #ffd900;
  font-size: 26px;
}

#footer{
  padding: 80px 0;
  text-align: center;
  color: #fff;
  background-color: #053a54;
}

#footer a{
  color: #fff;
}

#footer a:hover{
  color: #fff;
}

#footer .list-inline .list-inline-item{
  padding: 10px 15px;
}

@media (max-width: 575.98px) { 
  h1{
    font-size: 40px;
    line-height: normal;
  }
  .portfolio-details h2 {
    font-size: 22px;
  }
  .carousel-item p{
    font-size: 20px;
  }
  .footer-menu{
    display: block !important;
    padding: 20px 0 !important;
    font-size: 20px;
  }
 }

@media (min-width: 576px) and (max-width: 767.98px) { }

@media (min-width: 768px) and (max-width: 991.98px) { }

@media (min-width: 992px) and (max-width: 1199.98px) { }

@media (min-width: 1200px) { }