*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Fira Sans', sans-serif;
    color: rgb(105, 100, 100);
    
}
.navbar{
    background: #8BC34A !important;
    color: rgb(87, 84, 84) !important;
}
.collapse ul{
    padding-left:200px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}
.collapse li{
    padding-left: 30px;
}
@media screen and (max-width: 600px) {
    .collapse ul{
        padding-left:0.1px;
    }
  }
  @media screen and (max-width: 600px) {
    .second-part{
        display: none;
    }
  }
.icons{
    padding-top: 20px;
    padding-left: 10px;
}
.fab{
    width: 30px;
    border: 1px solid none;
    text-align: center;
    height: 30px;
    padding: 5px;
    border-radius: 50px;
    color:white;
}
.fa-facebook-f{
    background: rgb(74, 74, 221);
}
.fa-youtube{
    background: rgb(219, 45, 45);
}
.fa-linkedin-in{
    background: skyblue;
}
@media screen and (max-width: 600px) {
    .mainlogo{
        padding-left:80px;
    }
  }

  .carousel-caption h5{
      color: white;
      font-size:60px;
      font-family: Georgia, 'Times New Roman', Times, serif;
      text-shadow: black !important;
  }
  .carousel-caption p{
    color: white;
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.mainbtn{
    border: 2px solid;
    width:200px;
    padding: 8px;
    background:#8BC34A ;
    color:white !important;
    text-decoration:none !important;
}
.mainbtn:hover{
    background:rgba(250 , 250, 250, 0.6);
    color:black !important;
}
.btn-warning{
    background-color: #8BC34A !important;
    border-color: #8BC34A !important;
}
@media screen and (max-width: 600px) {
    .carousel-caption h5{
        color: white;
        font-size:30px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    .carousel-item img{
        height: 330px !important;
    }
  }
  .header-extradiv{
	width: 100%;
	height: auto;
	margin:50px 0;
	text-align: center;
}
.extra-div{
	background:#fff;
	border:medium none;
	padding:30px!important;
	border-radius: 3px;
	transition: 0.3s;
}
.extra-div:hover{
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    transform: translateY(-20px);
    background: rgb(233, 177, 72);
}
.card{
    border-radius: 10px;
    border: 2px solid #8BC34A ;
    margin-bottom: 10px;
    transition: 0.3s;
}
.card:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: translateY(-5px);
}
.achiv{
    background-image: url(img/ban3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    background-attachment: fixed;
}
.inner-text{
    padding: 20px;
    text-shadow: 0 0 10px #000;
}
.achiv p{
    color: white;
}
.achiv h1{
    color: white;
}
.achiv i{
    color: #8BC34A ;
}
@media screen and (max-width: 600px) {
     .company-name{
         display:none;
     }
     .brand{
         display: none;
     }
  }
.contact-info{
     background-image: url(img/ban4.jpg);
     background-size: cover;
     background-repeat: no-repeat;
     background-attachment: fixed;
}
form{
    padding-bottom: 20px;
}
input{
    border: 1px solid #8BC34A !important;
    background: #000000ab !important;
}
textarea{
   border: 1px solid #8BC34A !important;
    background: #000000ab !important;
}
.form-group{
    background:transparent !important;
    color: white;
    font-size: 18px;
}
label{
    color: #8BC34A ;
}


.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color:#8BC34A ;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 4s;
}

@-webkit-keyframes fade {
  from {opacity: .2} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .2} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
.footer-main{
    background: #8BC34A ;
    padding-top: 30px;
    border-top: 4px solid #000;
}
.about-head{
    background-image: url(img/christopher-burns-8KfCR12oeUM-unsplash.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-head h1{
    padding:100px 0
}
.about-details{
    background: rgba(131,58,180,);
    background: linear-gradient(90deg, rgba(113, 92, 128, 0.1) 0%, rgba(209,112,112,0.1) 50%, rgba(252,176,69,0.2) 100%);
    padding: 40px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.about-details p{
    font-size: 20px;
    padding-right:70px;
    text-align: justify;
}
.mySlide {display:none;}

.w3-content button{
    background: #8BC34A ;
    padding: 5px;
}
.w3-display-right{
    margin-left:450px;
}
.enuiry{
    margin-left:450px;
}
@media only screen and (max-width:600px) {
    .enuiry{
        margin-left:90px;
        margin-top: 20px;
    }
  }
  .w3-content img{
      width: 500px;
      height:400px;
  }
  @media only screen and (max-width:600px) {
    .w3-content img{
        width: 300px;
        height:300px;
    }
  }
  @media only screen and (max-width:600px) {
    .w3-display-right{
        margin-left:250px;
    }
  }
  