* {
font-family: 'Red Hat Text',
sans-serif;
box-sizing: border-box;
  font-size: 16px;

}
body{
  align-items: center;
}
header{
display: flex;
margin: auto;
}
section{
  margin: auto;
}
.container {
  margin: auto;
}

label{
  color: #212f56;
}
p{
 font-style: normal;
 line-height: 30px;
 text-align: left;
}
#nav-bar {
  position: sticky;
  top: 2.5em;
  z-index: 10;

}
#nav-bar1 {
position: sticky;
top: 0em;
z-index: 10;

}
.nav1{font-size: large;

  color: white;
  text-decoration: none;
  margin: 5px;
  padding: 5px;
  text-transform: uppercase;
    transition: all 0.2s ease-in-out;

}
.nav1:hover{
color: #ffd186;
box-shadow: 0 5px 15px ;
  text-decoration: none;
}

.navbar {
  background-color: #212f56;
}

.navbar-brand img {
  padding-left: 20px;
  width: 250px;
  height: 20px;
}


.navbar-nav a {
  color: white !important;
  float: right;
  text-align: right;
}

.nav-link:hover {
  color: #ffd186 !important;
}
.fa-bars {
  color: #ffd186 !important;
  font-size: 30px;
}
.navbar-toggler {
  outline: none !important;
}
.bottom-img {
  width: 100%;
}
#banner {
  background-color: #212f56;
  color: white;
}
#banner a {
  color: white;
  text-decoration: none;
}
.title1{
  padding-top: 20px;
 color: #ffd186;
 text-align: center;
 overflow: hidden;
 text-transform: uppercase;
}
.title {
  color: #212f56;
  padding: 10px;
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
}
#services{
  background-color: #212f56;
  padding-bottom: 50px;
}
#services a{
  color: #212f56;
  font-weight:500;
}
.servBg {
  background-color: #ffd186;
   border-radius: 20px;
   padding: 10px;
   margin: 10px;
   box-shadow: 0 5px 5px rgb(0,0,0,0.15);
}
.services-img {
  width: 150px;
  margin-top: 20px;
  background-color: #ffd186;
  border: #212f56 20px;
  border-radius: 5%;
  padding: 10px;
}

.services h5{
  padding: 10px;
  margin-top: 2px;
  text-transform: uppercase;
 }
#choose-us {
  padding-bottom: 10px;
  padding-top: 50px;
  margin-bottom: 50px;
}
.choose-title {
  font-size: 40px;
  font-weight: 600;
  margin-top: 8%;
}
#choose-us ul {
  margin-left: 20px;
}

#choose-us ul li {
  margin: 10px 0;
  font-size: 15px;
}

#reference{
    background-color: #212f56;
    color: white;
  }
  #reference h1{
    color: #ffd186;
  }
   #reference img{
     width: 150px;
     height: 150px;
     border-radius: 20px;
     border: #ffd186 3px solid;

     box-shadow: #ffd186;
   }
.aboutsvg {
  padding-top: 40px;
  width: 80%;
}

.testimonials {
  margin: 550px 0;
  border-left: 4px solid #212f56;
  margin-top: 10px;
  margin-bottom: 10px;
}

.testimonials p {
  font-size: 15px;
}

.user-details {
  display: inline-block;
  font-size: 8px;
}

.social-icons .fab {
  color: #ffd186;
  transition: 0.5s;
  padding-left: 10px;
}

.social-icons a:hover .fab {
  transform: translateY(-10px);
  color: #ffffff;
}


#footer {
  color: white;
}

.container-footer {
  background-color: #212f56;

}

.footer-box p {
}
.container-footer .row {
  margin-right: 50px;
  margin-left: 50px;

}

.footer-box fas {
  margin-right: 8px;
  font-size: 25px;
  height: 40px;
  width: 40px;
  text-align: center;
  padding-top: 7px;
  border-radius: 2px;
  padding-right: 20px;
 }
  .footer-box p {
text-decoration: underline #ffd186;
 }

 .footer-box i{
   padding: 5px;
 }



.footer-box .form-control {
  box-shadow: none;
  border: none;
  border-radius: 0px;
  margin-top: 25px;
  max-width: 250px;
}

.footer-box .btn-primary {
  box-shadow: none !important;
  border: none;
  border-radius: 0;
  margin-top: 30px;
  background-color: #212f56;
}
.btn-primary{
  background-color: #212f56;
  color:#ffd186;
}
.btn-primary:hover {
  background-color: #ffd186;
  color: #212f56;
}
.contactimg{
 width: 50%;
 height: 50%;
}
.t1 {
  color: #212f56;
}
#copyright {
  margin-bottom: 0;
  padding-bottom: 20px;
  text-align: center;
  font-size: small;
}
