@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../font/source-sans-pro-v21-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../font/source-sans-pro-v21-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/source-sans-pro-v21-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../font/source-sans-pro-v21-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../font/source-sans-pro-v21-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/source-sans-pro-v21-latin-ext_latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../font/source-sans-pro-v21-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../font/source-sans-pro-v21-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/source-sans-pro-v21-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../font/source-sans-pro-v21-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
    url('../font/source-sans-pro-v21-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/source-sans-pro-v21-latin-ext_latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

*{
    font-family: "Source Sans Pro" !important;
}

@media screen and (min-width:992px){
    .nav-item {
    line-height:80px;
    }
}

.footer {
  position:absolute;
  bottom: 0;
  width: 100%;
  padding: 0 0 30px 30px;
  color: #ffffff;
  font-size: 12px;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ee3d3d;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ee3d3d;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #ee3d3d;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;

}

.footer .copyright a {
    color: #ee3d3d;
}

.footer .copyright a:hover {
    color: #ee3d3d;
}

.palign {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-align: justify;
    font-size: 16px;
}

.palignsmall {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-align: justify;
    font-size: 14px;
}

.palignsmallxs {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-align: justify;
    font-size: 12px;
}

.palignsmallxsc {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 12px;
}

.palignbig {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-align: justify;
    font-size: 16px;
}

.colspace {
    margin-right: 10px;
    margin-left: 10px;
}

.img-80 {
    width: 80%;
}

.img-60 {
    width: 60%;
}

.warning {
    color:#ffcc33;
    fill:#ffcc33;
}
   
.icon-large {
    height: 132px;
    width: 132px;
}

#website {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../images/background.jpg) top center;
  background-size: cover;
}

@media (min-width: 1024px) {
  #website {
    background-attachment: fixed;
  }
}

#website .website-logo {
  margin: 20px;
}

#website .website-logo img {
  max-width: 100%;
}

#website .website-container {
  background: rgba(0, 0, 0, 0.8);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#website h1 {
  margin: 30px 0 20px 0;
  font-weight: 700;
  line-height: 48px;
  font-size: 56px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #website h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#website h2 {
  color: #ee3d3d;
  margin-bottom: 50px;
  font-size: 18px;
  word-spacing: 2px;
}

@media (max-width: 768px) {
  #website h2 {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  #website h2 .rotating {
    display: block;
  }
}

#website .rotating>.animated {
  display: inline-block;
}

#website .actions a {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}

#website .btn-get-started {
  background: #ee3d3d;
  border: 2px solid #ee3d3d;
  color: #fff;
}

#website .btn-get-started:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}

#website .btn-services {
  border: 2px solid #fff;
  color: #fff;
}

#website .btn-services:hover {
  background: #ee3d3d;
  border: 2px solid #ee3d3d;
}
