body{
    background-color:#f8f9fa;
    color:#333;
}
.navbar{
    height:20vh;
    border-bottom: green 3px solid;
    color:green;
}
.w-100 {
    width: 100% !important;
    height: 70vh;
  }
  .nav-item:active
  {
    color:yellow
  } 
#readmore
  {
    margin-top:20px;  
    padding:5px 40px;
    text-decoration: none;
    color:black;
    border:2px solid green;
    border-radius:90px;
    background: rgb(255, 255, 255);
  }
  #readmore1
  {
 
    padding:5px 20px;
    text-decoration: none;
    color:black;
    border:2px solid yellow;
    border-radius:90px;
    background: rgb(255, 255, 255);
  }
  .viewmore a{
    justify-content: center;
    align-items: center;
  }
  .h2-medium
  {
    color:white;
    text-align: center;
    font-weight: 600;
    border-bottom:0.5px solid yellow;
    
  }
 .viewmore 
 {
  margin-top:20px;  
  padding:5px 40px;
  text-decoration: none;
  color:white;
  border:2px solid #333;
  border-radius:90px;
  background: green;
 } 
  #readmore:hover{
    background: yellow;

  }
  #readmore1:hover{
    background: yellow;

  }
  .center { 
    text-align: center; 
    width: 100%; 
}
footer{
  border-top: 3px solid yellow;
  background-color:#333;
}
.menu-section li
{
 text-decoration: none;
 color:#fff;
}
.fas
{
  color:green;
}



/******Carousel***/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/*--Contact Us--*/
.contact
{
  color:#fff;
}
.box {
  margin: auto
}

.card {
  padding: 8%;
  padding-top: 35px;
  margin-top: 60px;
  margin-bottom: 80px
}

textarea[name="message"] {
  resize: none
}

#e-mail {
  height: 45px
}

#message {
  height: 120px
}
input.input-box,
textarea.input-box {
    background-color: #616161;
    border: #616161;
    color: #BDBDBD
}

input.input-box:focus,
textarea.input-box:focus {
    background-color: #000000;
    color: #BDBDBD
}

.rm-border:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none
}

form .form-control::-webkit-input-placeholder {
    color: #9E9E9E
}

::-moz-placeholder {
    color: #9E9E9E !important
}

input.btn-purple {
    background-color: #5C6BC0;
    color: #ffffff
}
.home-products-section
{
  background-color: green;
  width:100%;
  height:20vh;
}

.home-products-section h2
{
  color:white;
  text-align: center;
  padding-top: 30px;
  font-weight: 800;
}

.description
{
  margin-bottom:1.5rem;
  text-align:center;

}

.description h2{
  font-weight:400;
}

.description  p{
  margin-right:.75rem;
  margin-left:.75rem;
}
.about
{
  text-align: center;
  margin-top:120px;
}
.footer_text
{
  color:#fff;
}
.whyus h2
{
  color:white;
}
.circle-icon {

  display: inline-block;
  background-color: yellow;
  border: 5px solid green;
  width: 100px;
  height: 100px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

/** Product Cards*/
.user-pic {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 100%;
  margin: 20px auto 20px;
  border-left: 3px solid #ddd;
  border-right: 3px solid #ddd;
  border-top: 3px solid yellow;
  border-bottom: 3px solid yellow;
  transform: rotate(-30deg);
  transition: 0.5s;
}
.card-box:hover .user-pic {
  transform: rotate(0deg);
  transform: scale(1.1);
}
.card-box {
  padding: 15px;
  background-color: #fdfdfd;
  margin: 20px 0px;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 8px 0px #d4d4d4;
  transition: 0.5s;
}
.card-box:hover {
border: 1px solid green;
}
.card-box p {
  color: #808080;
}

.navbar-light .nav-item > .nav-link.active  {
  color:#333;
  background-color:yellow;
}
.about-jumbotron .home-products-section
{
  padding-top:50px;
  text-align:center;
}
.about-jumbotron .home-products-section h4
{
  color:#fff;
 
  border-right:dotted 1px #fff;
  display:inline-block;
  padding-left:1rem;
  padding-right: 1rem;;
}
.about-us-guarantee
{
    padding:1rem;
    text-align:center;
    background: #333333;
    color:#fff;
    border-top:2px solid yellow;
    

}
.about-us-guarantee h1{
    border-left:dotted 1px #fff;
    border-right:dotted 1px #fff;
    display:inline-block;
    padding-left:1rem;
    padding-right:1rem;
    
}


.copyright
{
  background-color: black;
  color:white;
  text-align: center;

}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 0 12px;
	list-style: none;
	text-align: center;
}
.grid h2 {
    color: #000;
    transform: translate3d(0px, 100%, 0px);
    transition: transform 0.35s ease 0s, color 0.35s ease 0s;
    width: 100%;
}
.grid h2 span {
    font-weight: 800;
}
.grid p {
    padding: 2em;
    transform: translate3d(0px, 10px, 0px);
    width: 100%;
}
img {
    border: 0;
    width: 100%;
    height: auto;
}

/* Technique #1 */
.overlayone{
  width:25vw;
  height: 25vh;
  display: block;
  position: relative;
}
.overlayinn {
  background-color: rgba(98, 243, 224, 0.7);
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  padding: 70px;
  transition: opacity .5s;
}
.overlayinn:hover {
  opacity: 1;
  transition: opacity .5s;
}

.get_more_products 
{
  text-decoration: none;
  text-align:center;
  display:block;
  margin-bottom: 40px;
  border:2px solid green ;
  border-radius: 30px;
  padding:5px 40px;

}

.centre_btn
{
  
    background-color:yellow;
    border: none;
    color: white;
    padding: 20px 34px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
  
}
.guarantee
{
  background-color:#fff;
}


/**Contact Us Form */

.main{
  width: 500px;
  margin: 50px auto;
  border-radius: 2px;
  border: 5px solid #333 ;
  border-left: 10px #333;
  box-shadow: 1px 2px 10px #555;
}
.info{
  width: 100%;
  background-color:#333;
  padding: 7px;
  text-shadow: 1px 1px 1px #222;
  color: #fff;
  font-size: 20px;
}
.form-box{
  padding: 20px;
  background-color: #eee;
}
label{
  color: #333;
  font-size: 18px;
}
.inp,.msg-box{
  width: 100%;
  padding: 10px;
  margin-top: 4px;
  margin-bottom: 5px;
  border-radius: 5px;
 
  font-weight: bold;
  color: black;
 
  resize: none;
}
.msg-box{
  height: 80px;
}
.inp:focus,.msg-box:focus{
  outline: none;
  border: 2px solid yellow;
 
}
.sub-btn{
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  margin-top: 5px;
  border: none;
  background:green;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  text-shadow: 1px 1px 1px #444;
}
.sub-btn:hover{
  color:black;
  background: linear-gradient(#00b300,#ffff00);
  opacity: 0.8;
  transition: all ease-out 0.2s;
}
.sub-btn:focus{
  outline: none;
}
@media(max-width: 720px){
  .main{
    width: 90%;
  }
}
.menu-section li{
  border-bottom:1px solid green;
}
.menu-section a
{
  color:white;
  text-decoration:none;
}
.menu-section a:hover{
  color: yellow;
}
.menu-section ul
{
  list-style-type: none;
}
.center-block {
  display: block;
  margin-right:auto;
  margin-left:auto;
}


.get-in-touch
{
  display:flex;
  justify-content: center;
  align-items: center;
}