
body{
  padding: 0;
  margin: 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;
  overflow: hidden;
}
.whatsapp a :hover
{
  color: #fff;
  transform: scale(1.1);
}

section
{
  width: 100%;
  height: auto;
  background: #dee0e4;
}

header
{
  height: 60px;
  /* padding: 5px 30px;
  background: black; */
}

.barnd-logo img
{
  width: 40px;
  height: 40px;
  margin-right: 10px; 
}
.navbar
{
  padding: 10px 20px;
  background: #000;
}
.navbar-brand
{
  color: #fff !important;
  font-weight: 700;
  margin-left: 5px;
}

.nav-link
{
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

/* background image slider */
section.sec1
{
  background: rgba(0, 0, 0, 0.7) url("Images/Comapny-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  background-attachment: fixed;/*to give parellex effect*/
  position: relative;
  height: 100vh;
}
.carousel-item
{
  width: 70%;
  height: 100vh;
  left: 15%;
  bottom: -170px;
  text-align: center;
  /* background: rgba(0,0,0,0.5); */
  color: #fff;
  position: relative;
} 
.carousel-item h1
{
  font-size: 60px;
  font-weight: 900;
  padding-bottom: 20px;
}
.carousel-item p
{    
  margin: 0 auto;/* to centre the element*/
  padding-bottom: 30px;
}
.carousel-item a
{
  padding: 10px 20px;   
  background: #007bff;
  color: white;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #a6caf1;
  text-transform: uppercase;
}
.carousel-item a:hover
{
  color: #fff;
  background: rgb(64, 147, 241);
}

section.sec2, section.sec3
{
  padding: 50px;
  height: auto;
  width: 100%;
}

section.sec2 .row, section.sec3 .row
{
  margin-bottom: 25px;
  padding: 0;
}
section.sec2 h2, section.sec3 h2
{
  font-size:40px;
  font-weight: 650;
  text-align: center;
  color:#3333ff;
  /* margin: 25px auto; */
}

section.sec2 .tab-content, section.sec3 .tab-content
{
  margin: 0px 50px;
}
section.sec2 .tab-content li, section.sec3 .tab-content li
{
  list-style-type: square;
}
.card
{
border: 1px solid #3333ff;
}
.nav-items
{
/* text-decoration: underline; */
border-bottom: 2px solid #3333ff;
/* margin: 0px auto; */
margin-right: 10px;
}
.nav-link
{
color: #3333ff;
}
.card-header
{
padding-bottom: 10px;
background: #3333ff;
border: 1px solid #3333ff;
transition: 0.5s;
}
.card-header:hover
{
background: #c0cdf1;
color: #000;
}
.card-header button
{
color: #fff;
/* background-color: #3333ff; */
font-size: 20px;
font-weight: 500;
}
.tab-content
{
font-size: 15px;
}


.parallex
{
background: #4992f1 url("Images/parallex-call.jpg");
  height: 30vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: multiply;
}
.parallex h2
{
  color: #fff;
  font-weight: 650;
  position: relative;
  text-align: center;
  top: 35%;
  width: 80%;
  left: 10%;
}


section.sec4
{   
  background: url("Images/company-parallex.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  /* height: 80vh; */
  height: auto;
}
section.sec4::before
{
  content: '';
  width: 100%;
  height: 95vh;
  position: absolute;
  background: #dee0e4; /* change this to black to see effect*/
  top: 100%;
  left: -50%;
  transform-origin: right; /* to change the right side*/
  transform: skewY(8deg);
}
section.sec4::after
{
  content: '';
  width: 100%;
  height: 95vh;
  position: absolute;
  background: #dee0e4; /* change this to black to see effect*/
  top: 100%;
  right: -50%;
  transform-origin: left; /* to change the right side*/
  transform: skewY(-8deg);
}
section.sec4 h2
{
  text-align: center;
  color: #fff;
  padding-top: 25px;
  font-size: 40px;
  font-weight: 650;
  text-transform: uppercase;
}
section.sec4 .card-text
{
  display: grid;
  grid-template-columns: repeat(auto-fit, 230px);
  /* grid-template-columns: repeat(auto-fit,minmax(10rem,1fr)); */
  grid-gap: 1em;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 30px;
  margin-bottom: 60px;
}
section.sec4 .card-text .ser1
{    
  border: 1px solid #000;
  background:rgba(0,0,0,0.5);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease;
  padding:15px
}
section.sec4 .card-text  .fa
{
  font-size: 40px;
  padding: 7px;
}
section.sec4 .card-text  h4
{
  font-weight: 700;
  text-transform: uppercase;
}
section.sec4 .card-text .ser1:hover
{
  /* box-shadow: 5px 5px 5px 5px #ccc; */
  transform: translateY(-10px);
  background: rgba(255,255,255,0.4);
  border: none;
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
section.sec5
{
  margin-bottom: 0px;
  height: auto;
}
section.sec5 h2
{
  font-size:40px;
  font-weight: 650;
  text-align: center;
  color:#3333ff;
  padding-top: 50px;
}
.color
{
  /* background: #007bff; */
  padding: 10px 50px;
}
.contact-container 
{
  padding-bottom: 50px;
}
.contact-container .info-text
{
  text-align: center;
  line-height: 1;
  border: 1px solid #3333ff;
  box-shadow: 0px 5px 10px #3333ff;
  padding: 30px;
  margin-top: 40px;
  color: #3333ff;
  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;
    border: 2px solid #3333ff;
}
.contact-form .subject
{
    width: 100%;
    height: 35px;
    margin-bottom: 20px;
    border: 2px solid #3333ff;
}
.contact-form textarea
{
    width: 100%;
    height: 80px;
    border: none;
    background-color: white;
    resize: none; /* not to change the size*/
    font-family: sans-serif; 
    border: 2px solid #3333ff;
}
.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;
}


/*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: 30px 0 0px 0;
  margin-bottom: 20px;
  color: #e6e6ff;
}

#footer .footer-top h3 
{
  font: size 24px;
  line-height: 26px;
  font-weight: 500; 
  margin-bottom: 40px;
  margin-top: 8px;
  /* color: #ffff; */
  color: #3333ff;
  text-align: center;
} 
#footer .footer-top h5 
{
  font: size 24px;
  line-height: 26px;
  font-weight: 500; 
  margin-bottom: 40px;
  margin-top: 10px;
  color: #3333ff;
  text-transform: uppercase;
} 

#footer .footer-top .footer-info p
 {
  font-size: 15px;
  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;
}


@media (max-width:765px)
{ 
  
  section.sec1
  {
    height: 80vh;
  }
  .navbar-nav
    {
      text-align: center;
    }
  .parallex h2
  {
    font-size:30px;
    width: 90%;
    left: 5%;
  }
}

@media (max-width:575px)
{
    section.sec1
    {
      height: 60vh;
    }
    .navbar-nav
    {
      text-align: center;
    }
    .navbar-nav a
    {
        text-align: center;
    }
    .carousel-item
    {
      bottom: -50px;
      height: 60vh;
    }
    .carousel-item h1
    {
        font-size: 40px;
        font-weight: 600;
    }
    section.sec4 .card-text
    {
      /* grid-template-columns: 1fr; */
      grid-template-columns: 380px; 
    }
}




