html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.img{
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.imgcint{
  position: relative; 
  top: 72px;
}

.containercint{
  position: relative; 
  margin-top: 170px;
}
.icon{
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #afafaf;
    text-justify: center;
    font-weight: bolder;
   
    font-size: 14px;
     
}
.h3dec{
    text-decoration: none;
}
.col-border{
    text-decoration: none;
    border-color: white;
    border: 0;
}
.nav-item1{
  background-color: #1a2129;
}
.nav-item1 a{
  color:white;
}

.img1:hover{ 
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  
}
.imlogo
  {
    max-height: 280px;
    max-width: 180px;
    margin-left: 170px;
    @media(max-width: 881px)
    {
      margin-right: 100px;
      display: inline-block;
      padding: 0;
      margin: 0;
    }
    
  }

.contnav{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 80px; 
  position: absolute; 
  left: 80px; 
  z-index: 2;
    @media(max-width: 881px)
    {
      background-color: #1a2129;
      left: -15px;
    }
  }

.c1{
  padding-top: 90px; 
  position: absolute; 
  left: 10px; 
  z-index: 2;
     
      
}


.navmenu{
  padding-top: 20px; 
  position: absolute; 
  right: 380px; 
  z-index: 2;
    
}





  a:focus,
  a:hover {
    text-decoration: none;
    outline: none;
    color: #1a2129;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 19px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 14px;
  }
  h1,
  h2,
  h3,
  h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
  }
  
  h5,
  h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
  }

  
  .section-title h3 {
    color: #1a2129;
    line-height: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
  }
  .title-border {
    background-color: #1a2129;
    height: 1px;
    width: 184px;
    margin-bottom: 30px;
  }
  .link-blue{color: #428bca;}
  .parallax-section {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    min-height: 385px;
    color: black;
    font-size: 18px;
  }
  .parallax-content {
    padding-bottom: 70px;
    padding-top: 110px;
  }
  .parallax-content h1 {
    text-transform: uppercase;
    line-height: 48px;
  }
  .parallax-content h1, #promo-one h2{
    color:#101010;
  }

 
  /*Topbar*/
  
  
  /*Navigation CSS*/
  
 
#footer {
    background-color: #575F62;
    color: white;
    padding-top: 40px;
    padding-bottom: 20px;
    font-weight: 400;
    position: relative;
    text-align: center;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    display: block;
    width: 100%;
    float: center;
    clear: both;
    margin-top: 50px;
  }
  #footer a {
    font-weight: 600;
    color: white;
  }

  #footer a.to-top {
    left: 50%;
    top: -25px;
    margin-left: -30px;
    position: absolute;
  }
  #footer a.to-top:before {
    content: "";
    position: absolute;
    border-color: transparent transparent #1977aa;
    border-style: solid;
    border-width: 28px 60px;
    left: -25px;
    top: -30px;
  }