/*!

 */

body {
  font-family: 'Ubuntu', sans-serif;
}
 hr {
   width: 75%;
   margin-top: 0rem;
   margin-bottom: 0.7rem;
   border: 0;
   border-top: 1px solid rgb(243, 110, 0);
 }
 h1 {
   color: #fff;
 }
 p {
   line-height : 30px;
   color: #f1fbff;
   margin-bottom : 1.5rem;
 }
 .back-top {
   background:linear-gradient(rgba(27, 55, 64, 0.5), rgba(27, 55, 64, 0.5)), url("../img/internet.jpg") no-repeat;
      background-size: cover;
      background-color: #13262c;
      background-position: center;
      padding-bottom: 50px;
 }
 .container {
   max-width: 960px;
 }

.navbar .nav-link {
  text-transform : uppercase;
  color: rgb(208, 206, 214)!important;
  padding-right: 1.2rem!important;
  padding-left: 1.2rem!important;
}
.navbar .nav-link:hover, .active  {
  color: rgb(73, 191, 234)!important;
}
.headerBox {
  text-align: center;
  color: #fefefe;
  margin-top: 25%;
}
.headerBox h1 {
  font-size: 5.5rem;
}
.h1-b{
  color: #167083;
}
.bg-white {
  background-color: #f1fbff!important;
}
.bg-darck{
  color:  #eee;
  background-color: #13262c!important;
}
.headerBox h3 {
  font-size: 2.75rem;
  color: #9bb6c7;
  text-shadow: 0px 1px 1px #fefefe;
}
.headerBox .buttn {
  color: #fff;
  background-color: #133041;
  border-color: #142932;
  display: inline-block;
  text-decoration: none;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}
.headerBox .buttn:hover {
  background-color: #206a7e;
  border-color: #236378;
}
.mt-10 {
  margin-top: 8rem!important;
}
.content {
  padding: 85px 0px;;
}
.footer {
  background-color: #13262c;
  margin: 0!important;
  text-align: center;
  color: #eee;
  padding: 20px 0;
}
.comment {
  padding: 15px 100px;
}
.footer p {
  color: #eee;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0px;
}
.footer a {
  color: #167083;
}
.linkContent {
  padding-top :80px;
}
.linkContent h5 {
  padding: 20px 0;
  color: #167078;
}
.butt-icon {
  padding: 10px 30px;
  color: #167078;
  font-size: 3rem;
  border: solid 3px #167078;
  border-radius: 5px;
}
.butt-icon:hover {
  color: #167078;
}
.content img {
  max-width: 900px;
}
.btn-career {
  background-color: #177e8a;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
}
.btn-career:hover {
  background-color: #13262c;
  text-decoration: none;
  color: #fff;
}
.formText {
  border : none;
  border-bottom: solid 2px #177e8a;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 20px;
  background-color: #f1fbff;
  color: #177e8a;
}
.formText:focus {
  border-bottom: solid 2px #177e8a;
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
}
.contactInfo {
  margin-top: 20px;
  padding: 15px;
}
.contactInfo p {
  margin-bottom: 0px;
  color: #13262c;
}
.cc {
  color: #13262c;
}
