body
{
    margin: 0;
    padding: 0;
}
.whatsapp
{
    position: fixed;
    top: 85%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    z-index: 5;
  }
.whatsapp a 
{
    display: block;
    text-align: center;
    padding: 0px 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
    color: white;
    font-size: 25px;
    cursor: pointer;
    background-color: #06D755;
    margin-right: 0px;
  }
  .wp:hover
  {
    color: #fff;
    scale: 1.1;
  }
section
{
    width: 100%;
    height: 90vh;
}

header
{
    height: 60px;
    /* padding: 5px 30px;
    background: black; */
}
nav
{
    background: #000;
}
.barnd-logo img
{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.navbar
{
    padding: 10px 20px;
}
.navbar-brand
{
    color: #fff !important;
    font-weight: 700;
    margin-left: 5px;
}

.nav-link
{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
@media (max-width:575px)
{
    .navbar-nav a
    {
        text-align: center;
    }
}



section.sec1
{
    height: auto;
}
.carousel-item
{
    background: #000; /*you can give linear gradient*/
}
.carousel-item img
{
    width: 100%;
    height: 90vh;
    object-fit: cover;
    opacity: 0.5;
}
.carousel-control-next-icon,.carousel-control-prev-icon
{
    width: 30px;
    height: 30px;
}
.carousel-indicators
{
    margin-bottom: 30px;
}

.carousel-caption
{
    width: 80%;
    left: 10%;
    bottom: 190px;
}
.carousel-caption h1
{
    font-size: 65px;
    font-weight: 750;
    line-height: 1.5;
}
@media (max-width:575px)
{
    .carousel-caption
    {
        width: 80%;
        left: 10%;
        bottom: 150px;
    }
    .carousel-caption h1
    {
        font-size: 40px;
        font-weight: 600;
        line-height: 1.5;
    }
}

section.sec2
{
    background: #000;
    height: auto;
    padding: 50px;
}

.demo
{
  width: 100%;
  min-height:200px;
}
.demo img
{
  width: 50%;
}
.demo a
{
  text-decoration: none;
}
.demo:hover
{
  background: rgba(0,0,0,0.5);
}
.demo:hover a
{
  color: white;
}

section.demilinks
{
  padding-top: 50px;
  height: auto;
}
section.sec3, section.sec4, section.sec5
{
    padding:50px;
    height: auto;
}


section.sec6
{
    background: rgba(0, 0, 0, 0.5) url("Images/company-parallex.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-attachment: fixed;/*to give parellex effect*/
    height: auto;
}
section.sec6 h1, section.sec6 h6
{
    color: #fff;
}
.color
{
    /* background: #007bff; */
    padding: 20px;
}
.contact-container 
{
    padding-bottom: 50px;
}
.contact-container .info-text
{
    text-align: center;
    line-height: 1;
    border: 1px solid #ccc;
    box-shadow: 0px 5px 10px #ddd;
    padding: 30px;
    margin-top: 40px;
    color: #007bff;
    cursor: pointer;
    
}
.contact-container .info-text i
{
    font-size: 70px;
    padding-bottom: 20px;
    /* color: #fff; */
}
.contact-container .info-text p
{
    font-size: 15px;
    font-weight: 500;
}
#google-map 
{
    padding-top: 20px;
  }
  .contact-form form
  {
      width: 100%;
      height: auto;
      font-size: 15px;
      text-align: center;
      padding-top: 20px;/* give this at time of smallest mobile view*/
  }
  .contact-form input
  {
      border: none;
      background-color: white;
      margin-bottom: 20px;
      width: 100%;
      height: 35px;
  }
  .contact-form .subject
  {
      width: 100%;
      height: 35px;
      margin-bottom: 20px;
  }
  .contact-form textarea
  {
      width: 100%;
      height: 80px;
      border: none;
      background-color: white;
      resize: none; /* not to change the size*/
      font-family: sans-serif; 
  }
  .contact-form .submit
  {
     
      background:#3333ff;
      color: #fff;
      width: 50%;
      font-size: 20px;
      cursor: pointer;
      margin: 5px 20px;
      border-radius: 50px;
      
  }
  .contact-form .submit:hover
  {
      background:#f9e6ff;
      color: #3333ff;
      border: 1px solid #3333ff;
  }
@media (max-width:575px)
{
    section.sec5
    {
        padding: 10px;
    }
}


/*footer section*/

.footer 
{
  background: #060e14;
  padding: 0 0 10px 0;
  color: #3333ff;
  font-size: 15px;
}

.footer .footer-top 
{
  background: rgba(0,0,255,0.2);
  border-top: 1px solid #e6e6ff;
  border-bottom: 1px solid #e6e6ff;
  padding: 20px 0 0 0;
  margin-bottom: 20px;
  color: #e6e6ff;
}

.footer .footer-top h3 
{
  font-size: 24px;
  line-height: 26px;
  font-weight: 600; 
  margin-bottom: 30px;
  margin-top: 8px;
  /* color: #ffff; */
  color: #3333ff;
} 
.footer .footer-top h5 
{
  font: size 20px;
  line-height: 26px;
  font-weight: 500; 
  margin-bottom: 30px;
  margin-top: 10px;
  color: #3333ff;
  text-transform: uppercase;
} 

.footer .footer-top .footer-info p
 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
  font-family: "Raleway", sans-serif;
}

.footer .footer-top .social-links a 
{
  font-size: 15px;
  display: inline-block;
  background: #3333ff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
  margin-top: 10px;
}

.footer .footer-top .social-links a:hover 
{
  background: #e6e6ff;
  color: #3333ff;
  text-decoration: none;
}


.footer .footer-top .footer-links 
{
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul 
{
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.footer .footer-top .footer-links ul li 
{
  
  padding: 10px 0;
  display: flex;
  align-items: center; 
}

.footer .footer-top .footer-links ul i 
{
  padding-right: 5px;
  font-size: 20px;
  color: #e6e6ff;
}

.footer .footer-top .footer-links ul li:first-child 
{
  padding-top: 0;
  color: #e6e6ff;
}

.footer .footer-top .footer-links ul a {
  transition: 0.3s;
  display: inline-block;
  line-height: 1;      
  text-decoration: none;
  color: #e6e6ff;
}

.footer .footer-top .footer-links ul a:hover 
{
  color:#3333ff;
  /* border-bottom: 1px solid #000099; */
}

#footer .footer-top .footer-newsletter form 
{
  margin-top: 30px;
  /*padding: 2px 10px;*/
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"]
 {
  border: 0;
  padding: 3px;
  width: calc(100% - 0px); /*for gap betweeb email address and subscribe button*/
}

#footer .footer-top .footer-newsletter form input[type="submit"]
 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 13px;
  padding: 0 10px;
  background: #3333ff;
  color: #fff;
  transition: 0.3s;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover
 {
  background: #2a2ac5;
  color: #fff;
}

#footer .copyright 
{
  text-align: center;
  padding-top: 10px;
  color: #f9e6ff;
}

#footer .credits 
{
  padding-top: 0px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a 
{
  color: #3333ff;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top 
{
  position: fixed;
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #3333ff;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i 
{
  font-size: 24px;
  position: absolute;
  top: 3px;
  left: 3px;
}

.back-to-top:hover 
{
  color: #fff;
  background: #629fd3;
  transition: 0.2s ease-in-out;
}