.nav-item a:hover{
  color:orange !important;
 
}
  .card:hover{
  
    opacity: .8;
  }

.image1{
    height: 900px;
    display: inline;
   
}

.para12{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30px;
    opacity: .7;
    width: 100%;

  }
 

  a{
    color:black !important;
    text-decoration: none !important;
  }
.cont1{
    font-size: 28px;
    color: orange;
    text-align: center;
    font-weight: 100;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-weight: 500;
line-height: 1.2;
letter-spacing: 1px;
}
.cont12{
    font-size: 28px;
    color: rgba(0, 0, 0, 0.481);
    text-align: center;
    font-weight: 100;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 500;
line-height: 1.2;
letter-spacing: 4px;
}
.section2 {
      border:1px solid grey;
       
    align-items: center;
    justify-content: center;
    text-align: center;
    align-items: center ;
    margin-top: 40px;
      

}
.con1{
  
padding-top: 30px;
padding-bottom: 10px;
font-size: 19px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 300;


  

    

    
    
}

.head2{
   font-size: 28px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 300;
line-height: 1.8;
letter-spacing: 1px;
color: orange;
}

.Para1{
      
padding-top: 10px;
padding-bottom: 10px;
font-size: 19px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 300;
line-height: 1.8;
letter-spacing: 1px;

}
.card-title{
    color: black;
    background-color: orange;

}
.card-text{
      overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 5; 
   -webkit-box-orient: vertical;
}

/* about */
.txt1{
    font-size: 32px;
    letter-spacing: 40px;
    word-spacing: 50px;

}
.card-img-top{
    height: 350px;

}
  /* contact */
body {
  margin: 0;
  padding: 0;
  background-color: #000;
 
}

#contact {
  width: 100%;
  height: 100%;
}

.section-header {
  margin-top: 20px;
  padding: 50PX;
  text-align: center;
  margin: 0 auto;
 
  font: 300 60px 'Oswald', sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  max-width: 840px;
}
input{
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Left contact page */
.form-horizontal {
  /*float: left;*/
  max-width: 700px;
  font-family: 'Lato';
  font-weight: 400;
  text-align: center;
 
}

.form-control, 
textarea {
    margin: 100;
  max-width: 700px;
  background-color: #000;
  color: #fff;
  letter-spacing: 1px;
}

.send-button {
  margin-top: 15px;
  height: 34px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.alt-send-button {
  width: 400px;
  height: 34px;

  
}

.send-text {
  display: block;
  
  font: 700 12px 'Lato', sans-serif;
  letter-spacing: 2px;
}


/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #aaa;
}

.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #bbb;
}



.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  color: #bbb;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #fff;
  text-decoration: none;
  padding: 20;
}


/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative; 
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 10px 3px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27,27,27);
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #fff; 
}

.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}
.form-control{
    width: 70% !important;
}
.form-group{
    margin-top: 20px;
}
.form1{
    margin-top: 20px;
}
.social-media-list li:hover a {
  color: #000;
}

.copyright {
  font: 200 14px 'Oswald', sans-serif;
  color: #d5cfcf;
  letter-spacing: 1px;
  text-align: center;
}

hr {
  border-color: rgba(255,255,255,.6);
}

/* Begin Media Queries*/
@media screen and (max-width: 850px) {
   .card-img-top{
    align-content: center;
    justify-self: center;
    height: 300px !important;
      width: 50% !important;
   

}
.small12{
 
    text-align: center !important;
    justify-content: center !important;
    display: flex;

}
  .contact-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }  
  
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 569px) {
 

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
    
  }
  
  
  .name, .email, textarea {
    width: 280px;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  
}

@media screen and (max-width: 410px) {
  .send-button {
    justify-content: center;
    display: flex;
    width: 99%;
  }
  /* about */
  .p13{
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
}

 