body
{
    background-color:#000;
}


.bgimagehome
{
  width:100%;
  height: auto;
  background: url('../assets/images/banner_images_bootsrap.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
}
.bgimagehome h5 {
  color:white;
  text-shadow:2px 2px #333;
      font-size: 45px;
}
.py-5 {
    padding-top: 10rem!important;
}
.card{
  border: 0px;
}
.card-featured{
   width:100%;
  height:auto;
  background: url('../assets/images/backgorund.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
}
.h2, h2 {
    font-size: 2rem;
}
.card-text {
  font-size: 22px;
}

.card-services{
  text-align: justify;
  font-size: 18px;
}

.contact-details
{
   background-color: #42424730;
}

.bgimage
{
  width:100%;
  height: 55vh;
  background: url('../assets/images/contact-banner.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
}
.bgimage h5 {
  color:white;
  text-shadow:2px 2px #333;
      font-size: 45px;
}
svg{
  width: 3%;
    margin-right: 17px;
}
.menu-socail-icons{
  display: flex;
}

.fa:hover {
    opacity: 0.7;
}
.fa {
    padding: 10px;
    font-size: 23px;
    width: 40px !important;
    text-align: center;
    text-decoration: none;
    margin: 5px 7px;
}

.fa-facebook {
      height: 40px;
    width: 41px;
    background-color: #000080;
    border-radius: 50%;
    display: inline-block;
}

.fa-twitter {
   height: 40px;
    width: 41px;
        background-color: #FF5733;
    border-radius: 50%;
    display: inline-block;
}
.fa-skype {
   height: 40px;
    width: 41px;
    background-color: #00A36C;
    border-radius: 50%;
    display: inline-block;
}
.fa-google{

height: 40px;
    width: 41px;
    background-color: #A7C7E7;
    border-radius: 50%;
    display: inline-block;
}
.nav-link{
      font-size: 25px;
}
.navbar-expand-lg .navbar-collapse{
      margin-left: 155px;
}
img{
  max-width: 100%;
  height: auto; 
}
.fa-facebook:before{
  color: #ffffff;
}
.fa-twitter:before{
  color: #ffffff;
}
.fa-google:before{
  color: #ffffff;
}
.social-icons{
  text-align: center;
}
.heading-banner
{

    margin-top: 87px;

}
.fa-skype:before{
      color: #fff;
}
.navbar-expand-lg .navbar-collapse {
    margin-left: 0px !important;
}