.navbar{
  color: #efefef !important;
}
  .navbar-brand{
    font-weight: bold;
    font-family: monospace;
    font-size: 30px !important;
    color: white !important;
  }
  .navbar-brand:hover{
    color:orangered!important;
  }
  .navbar-light .navbar-nav .nav-link{
    font-weight: 700;
    font-size: 14px;
    color: white !important;
    text-transform: uppercase;
  }
  .navbar-light .navbar-nav .nav-item{
    margin: 0 15px;
  
  }
  .navbar-light .navbar-nav .nav-link:hover{
    color:orangered!important;
  }

  /* Carousel base class */
.carousel {
    margin-bottom: 2rem !important;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
    color:orangered!important;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
    width: 60%;

  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
  }

  /*----------------------extra header div css starts---------------------------- */
.header-extradiv{
    width: 100%;
    height: auto;
    margin: 100px 0;
    text-align: center;
}
.extra-div{
    background: rgb(255, 255, 255);
    border: medium rgb(226, 234, 241);
    padding: 8px !important;
    border-radius: 5px;
    transition: 0.5s;
}
.extra-div:hover{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.9);
    transform: translateY(-10px);
    cursor: pointer;
    color:rgb(29, 132, 228);
}
/*--------------------------extra header div css ends--------------------------- */
/* ----------------features Start---------------------- */
.features{
    background-color: ghostwhite;
    width: 100%;
    padding: 25px;
    text-align: center;
  }
  /* ------------------Features End------------------------ */
  /*--------------------------------------news letter css starts------------------------------ */

.newsletter{
    width: 100%;
    height: 40%;
    margin: 80px 0;
  }
  .news-input{
    border-radius: 100px 0px 0px 100px !important;
  }
  .input-group-text{
    color: #fff !important;
    background: blue !important;
    border-radius: 0 100px 100px 0 !important;
    min-width: 120px;
    min-height: 40px;
    cursor: pointer;
  }
  
  /*------------------------Footer starts-----------------------------  */
  #footer{
    padding: 100px 0 20px;
    background: #efefef;
    position: relative;
  }
  .footer-row{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-left,.footer-right{
    flex-basis: 45%;
    padding: 10px;
    margin-bottom: 20px;
  }
  .footer-right{
    text-align: right;
  }
  .footer-row h1{
    margin: 10px 0;
  }
  .footer-row p{
    line-height: 35px;
  }
  .footer-left .fa,.footer-right .fa{
    font-size: 20px;
    color: #977e7e;
    margin: 10px;
  }
  .footer-img{
    max-width: 370px;
    position: absolute;
    left: 20%;
    top: 43%;
    transform: translate(-50%,-50%);
  }
  .social-links{
    text-align: center;
  }
  .social-links .fa{
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
    border: 1px solid #977e7e;
    margin:  40px 5px 0;
    color: #977e7e;
    cursor: pointer;
    transition: .5s;
  }
  .social-links .fa:hover{
    background: #27c0ff;
    color: #fff;
    transform:translateY(-7px)
  }
  .social-links p{
    font-size: 12px;
    margin-top: 20px;
  }
  #testimonial{
    width: 100%;
    padding: 70px 0;   
  }
  #service-footer{
    margin-top: 50px;
  }

  /*------------------------Footer ends-----------------------------  */
  /* about start */
 .img-fluid{
     width: 100%;
     height: 70vh !important;
 }
 #about{
     text-align: center !important;
     background-color: aquamarine;
 }
 h2{
     text-align: center;
 }
 featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
  }
  
  /* about end */
  /* -----------------------contactus css starts---------------------------- */
.contactus{
    width: 100%;
    height: 100vh;
    padding: 80px 0;
    position: relative;
    margin-top: -280px;
}
.contactus::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(330deg,#16c9f6 55%,#fff 0%);
    z-index: -1;
}
.fas{
  color: #977e7e !important;
}
.fa-3x{
  color:#977e7e !important;
}
.form-button button{
    border: 1px solid royalblue;
    border-radius: 100px;
    margin: 0 5x;
    padding: 12px 35px;
    outline: none;
    color: white;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    background: transparent;
}
.form-button button:hover{
    color: royalblue;
}
form:hover .form-button button{
    background: #fff;
    color: royalblue;
    box-shadow: 0 0 20x 0 rgba(0,0,0,0.3);
}
::placeholder{
    font-size: 0.85rem;
}
.col-md-4{
  margin-top: 40px;
}
.list-unstyled{
  display: flex;
  margin-top: 30px;
  margin-right: 15px;
  width: 100%;
}
/* -----------------------------contactus css ends------------------------ */
