/*-----NAVBAR----*/
.navbar-brand{
    padding-top: 2%;
    padding-right: 45%;
    padding-left: 2%;
}
.navbar-nav{
    font-size: 20px;
    font-weight: bold;
    color: #1e2448;
}
.navbar-nav li a{
    color: #1e2448;
}
.navbar-nav a:hover{
    color: #9b0f12;
    text-shadow:0px 0px 2px #9b0f12;
    transition-delay: 0.08s;
}
/*------NAVBAR----*/

/*-----INDEX------*/
#carosuel-box{
  padding-top: 50%;

}
H5{
  font-size: 90px;
  text-shadow: 10px 10px 20px black;
    
}
.about-us-img{
  padding-top: 10%;
  text-align: center;
}
.about-us-txt{
  padding-top: 4%;
  padding-bottom: 10%;
}
.sponsor-container{
  background-image: url('img/handshake.jpg');
  background-position: center center;
  background-size: cover;
}
.clintele-header{
  text-align: center;
  padding-top:3%;
  padding-bottom: 5%;
}
#sponsor-col{
  text-align: center;
  padding-top: 3%;
}
#more-button{
  text-align: center;
  padding-bottom: 3%;
}
button{
  padding: 5px;
  border: 5px double white;
  border-radius: 10ch;
  background-color:#1e2448 ;
  color: white;
}
button:hover{
  color: #1e2448;
  background-color: white;
  border: 3px solid #1e2448;
}
.stamp{
  padding-top:50px;
  padding-bottom: 100px;
}
.stamp-txt{
  padding-top: 7%;
  font-weight: bold;
  font-size:larger;
}
#cus-con{
  border: 7px dashed red;
}
/*----INDEX------*/

/*---SERVICES---*/
.img1{
    padding-top: 250px;
}
.txt1{
    margin-top: 195px;    
}
.img2{
    padding-top: 100px;
}
.txt2{
    padding-top: 70px;
}
.img3{
    padding-top: 50px;
}
.txt3{
    padding-top:80px;
}
.img4{
    padding-top: 60px;
}
.txt4{
    padding-top: 70px;
}
.txt5{
    padding-top: 70px;
    margin-bottom: 40px;
}
.other-header{
    text-align: center;
}
h2{
    color: #9b0f12; 
    margin-bottom:10px; 
}
.inner-text{
    color: #1e2448;  
}
hr{
    border-top-color:#bbb;
    opacity: 1;
}
/*--------SERVICES SECTION-----*/


/*--------PARTNERS SECTION-----*/
.txt1-1{
    padding-top: 245px;
    padding-bottom: 50px;
}
.img1-1{
    padding-top: 250px;
}
.txt2-2{
  padding-top: 3%;
}
.img2-2{
  padding-top: 20%;
}
.txt3-3{
  padding-top: 5%;
}
.img3-3{
  padding-top: 13%;
}
/*--------PARTNERS SECTION-----*/

/*------CLINETELELIST-------*/
.table-striped{
  border: 3px solid black;
  margin-top: 0px;
  border-bottom: 0px;
}
.clintele-list-header{
  padding-top: 180px;
}
.clintele-txt{
  font-size: 20px;
  font-family: 'Verdana', Geneva, Tahoma, sans-serif;
}
/*------CLINETELELIST-------*/



/*----CONTACT US------*/
section{
  height: 150vh;
  width: 100%;
  background-image: url(img/contact-us-background.jpg);
  background-size: cover;
	background-position: center center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 16%;
  
}
.contact-us{
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0px 0px 20px black;
  background-color: rgb(155,15,18,0.7);
  border-radius: 8px;
  margin-bottom: 20px;
  color: white;
}
.form-group{
  width: 100%;
  margin-top: 0px;
  font-size: 20px;
}
.form-group input,
.form-group textarea{

  width: 100%;
  padding: 5px;
  font-size: 18px;
  border: 1px solid black;
  margin-top: 5px; 
}
textarea{
  resize: vertical;
}
.contact-us button[type="submit"]{
  width: 100%;
  padding: 10px;
  font-size: 24px;
  margin-top: 20px;
}
/*----CONTACT US------*/
/*-----CONSTRUCTION----*/
#construction{
  margin-top: 11%;
  margin-bottom: 2.5%;
}
.con-txt{
  font-weight: bold;
  padding-top: 10%;
  font-size: 40px;
  margin-left: 0%;
  font-family: 'Times New Roman', Times, serif;
}
/*-----CONSTRUCTION----*/
/*---------FOOTER----------*/
.site-footer
{
  background-color:#1e2448;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:white;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h4
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
}
.footer-links li
{
  display:block
  
}
.footer-links a
{
  color:white;
  list-style: none;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.copyright-text
{
    margin-left:0;
    
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
/*------------FOOTER------*/