.mt-100 
{
margin-top: 100px;
background:#00000095
}


body
{
font-family:'Raleway',sans-serif;
}


h1
{
  font-size: 80px;
color: #fff;
text-align: center;
 font-family:'Raleway',sans-serif;
}


a
{
  color: #4F84C4;
  transition: 0.3s;
}


a:hover,
a:active,
a:focus 
{
    color:#294ace;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}


p
{
  color: #757575;
  padding: 0;
  margin: 0 0 15px 0;
}


h1,
h2,
h3,
h4,
h5,
h6 
{
    font-weight: 700;
    color: #2f2f2f;
    margin: 0 0 15px 0;
    padding: 0;
}


h4,
h5,
h6 {
    font-weight: 400;
}

.mt-100 {
    margin-top: 100px;
}

/*navbar*/

#nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  padding: 20px 0;
  z-index: 999;

}

#nav.nav-sticky {
  height: 70px;
  padding: 8px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  transition: all 0.3s;
}

#nav .navbar {
  height: 100%;
  background: transparent !important;
}

#nav .navbar-brand {
  padding: 0;
}

#nav .navbar-brand img {
  position: absolute;
  max-height: 40px;
  margin-top: -27px;
  transition: all .5s;
}

#nav.nav-sticky .navbar-brand img {
  position: absolute;
  max-height: 40px;
  margin-top: -27px;
  transition: all .5s;
}

#nav .nav-link,
#nav .nav-link:focus,
#nav .nav-link:hover,
#nav .nav-link.active {
  color: #294ace; 
  text-decoration: none; 
  background: transparent; 
  transition: color 0.3s; 
}

#nav .nav-link:hover,
#nav .nav-link.active {
  color: #4a4a4b; 
  background: #FFFFFF;
  border-radius: 15px;
}



@media (min-width: 768px) {
  #nav,
  #nav .navbar {
    background: rgba(240, 240, 243,1)  !important;
  }
  
  #nav a.nav-link {
      padding: 8px 15px;
      font-size: 15px;
      text-transform: uppercase;
  }
}

@media (max-width: 768px) {   
  #nav,
  #nav .navbar {
    background:  rgba(240, 240, 243,1) !important;
  }
  
  #nav a.nav-link {
      padding: 5px;
  }

  
  
  #nav .dropdown-menu {
      box-shadow: none;
      color: #000;
  }
  
  #nav .container-fluid {
      padding: 0;
  }
  
}

.carousel {
  position: relative;
  
}

.carousel-item img {
  object-fit: cover;
  border-radius: 15px;
}
#carousel-thumbs {
  background: rgba(255,255,255,.3);
  bottom: 0;
  left: 0;
  padding: 0 50px;
  right: 0;
}
#carousel-thumbs img {.carousel {
  position: relative;
}
.carousel-item img {
  object-fit: cover;
}
#carousel-thumbs {
  background: rgba(255,255,255,.3);
  bottom: 0;
  left: 0;
  padding: 0 50px;
  right: 0;
}
#carousel-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
}
#carousel-thumbs img:hover {
  border-color: rgba(255,255,255,.3);
}
#carousel-thumbs .selected img {
  border-color: #fff;
}
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}
@media all and (max-width: 767px) {
  .carousel-container #carousel-thumbs img {
    border-width: 3px;
  }
}
@media all and (min-width: 576px) {
  .carousel-container #carousel-thumbs {
    position: absolute;
  }
}
@media all and (max-width: 576px) {
  .carousel-container #carousel-thumbs {
    background: #ccccce;
  }
}
  border: 5px solid transparent;
  cursor: pointer;
}
#carousel-thumbs img:hover {
  border-color: rgba(255,255,255,.3);
}
#carousel-thumbs .selected img {
  border-color: #fff;
}
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}
@media all and (max-width: 767px) {
  .carousel-container #carousel-thumbs img {
    border-width: 3px;
  }
}
@media all and (min-width: 576px) {
  .carousel-container #carousel-thumbs {
    position: absolute;
  }
}
@media all and (max-width: 576px) {
  .carousel-container #carousel-thumbs {
    background: #ccccce;
  }
}
/*Footer CSS*/

.footer {
  position: relative;
  padding: 0 0 30px 0;
  background: #000000;
}

.footer .footer-top {
  background: #222222;
  padding: 60px 0 30px 0;
}

.footer .footer-top .footer-info,
.footer .footer-top .footer-links,
.footer .footer-top .footer-contact,
.footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

.footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ffffff;
  color: #4F84C4;
  line-height: 1;
  padding: 9px 0;
  margin-right: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  background: #4F84C4;
  color: #ffffff;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.footer .footer-top h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 50px;
  border-bottom: 2px solid #ffffff;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ffffff;
  font-size: 16px;
}

.footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #ffffff;
  padding: 7px 0;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  font-size: 14px;
  color: #ffffff;
}

.footer .footer-top .footer-links ul a:hover {
  color: #4F84C4;
}

.footer .footer-top .footer-contact p {
  color: #ffffff;
  line-height: 26px;
}

.footer .footer-top .footer-newsletter input[type="email"] {
  padding: 6px 8px;
  width: 60%;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.footer .footer-top .footer-newsletter input[type="submit"] {
  border: 0;
  width: 40%;
  padding: 6px 0;
  text-align: center;
  color: #4F84C4;
  border: 1px solid #ffffff;
  background: #ffffff;
  transition: 0.3s;
  cursor: pointer;
}

.footer .footer-top .footer-newsletter input[type="submit"]:hover {
  color: #ffffff;
  background: #4F84C4;
  border: 1px solid #4F84C4;
}

.footer .footer-top .footer-newsletter p {
  color: #ffffff;
  font-size: 14px;
}

.footer .credit,
.footer .copyright {
  text-align: center;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .footer .credit {
      text-align: right;
  }
  
  .footer .copyright {
      text-align: left;
  }
}
