body{
    margin:0px;
    padding-top:0px;
    overflow-x: hidden;
    width:100%;
    box-sizing: border-box;
    
}
/*navbar*/

#navbarSupportedContent a{
    color:white;
    width:6rem;
    text-align: center;
}
@media only screen and (min-width:700px){
    .navbar-brand{
        margin-left: %;
    }
    #navbarSupportedContent a{
         padding-top:30%;
    padding-bottom:30%;
       
    }
 
}
@media only screen and  (min-width:1366px and max-width:1366px){
  #navbarSupportedContent{
 margin-left: 0%;
}  
    #navbarSupportedContent ul li{

   margin-right: 0%;
}

}
#active{
    background-color: #93c53d;
    color:white;
    
}
#active a{
    color:white;
}

@media only screen and  (min-width:1300px){
     #navbarSupportedContent{
margin-right: 5%;
}  
    #navbarSupportedContent ul li{

 
}
}
#navbarSupportedContent a:hover{
  color:white;
    background-color:#93c53d;
}
/*carausal*/
@media only screen and (max-width:700px){
    .king{
        height:400px;
        width:100%;
     
        
    }
}
@media only screen and (min-width:900px){
    .king{
        height:620px;
        width:100%;
      
        
    }
}

@media (min-width:900px){
    .col-md-4half{ 
      width:30%;
      }
    .col-md-4half1{ 
      width:30%;
        margin-left: 5%;
      }
    .col-md-4half2{ 
      width:30%;
        margin-left: 5%;
      }
}
@media (max-width:900px){
   
    .col-md-4half1{ 
     margin-top: 5%;
      }
    .col-md-4half2{ 

        margin-top: 5%;
      }
    #click4{
        margin-top: 2%;
    }
    .align{
       margin-top: 2%;
    }
    .push{
        margin-top: 5%;
    }
        .push1{
        margin-top: 5%;
    }
    
}
.btn{
    background-color:#3d3d3d;
color:white;
}
.btn:hover{
    background-color: #93c53d;
}
.danger{
  background-color: #93c53d; 
}
.dangerhello{
  background-color: #93c53d; 
}

/*image overlay*/
.cont {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: transparent;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}


.cont:hover #ov1 {
  bottom: 0;
  height: 100%;
}
.cont:hover #ov2 {
  bottom: 0;
  height: 100%;
}
.cont:hover #ov3 {
  bottom: 0;
  height: 100%;
}

.cont:hover #ov4 {
  bottom: 0;
  height: 100%;
}

.text {
  color: #93c53d;
  font-size: 20px;
  position: absolute;
  top: 50%;
    font-size: 25px;
    font-weight: 800;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.submit{
    color:white;
    background-color:#93c53d;
    padding:2%;
    border:none;
    cursor:pointer;
    border-radius: 5%;
}
/*direction aware mouse overlay */
.box {
float: left;
height: 100%;

overflow: hidden;
position: relative;
width: 100%;
}
.text1 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
    font-size: 25px;
    font-weight: 800;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.inner {
background-color:#93c53d;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
-webkit-transform: translate3d(-100%, 0, 0);
-webkit-animation-duration: 0.15s;
-webkit-animation-timing-function: ease-out;
-webkit-animation-fill-mode: forwards;
-moz-transform: translate3d(-100%, 0, 0);
-moz-animation-duration: 0.15s;
-moz-animation-timing-function: ease-out;
-moz-animation-fill-mode: forwards;
transform: translate3d(-100%, 0, 0);
animation-duration: 0.15s;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
}
/* Top */
.box.hover-enter-top .inner {
-webkit-animation-name: slide_in_top;
-moz-animation-name: slide_in_top;
animation-name: slide_in_top;
}
.box.hover-leave-top .inner {
-webkit-animation-name: slide_out_top;
-moz-animation-name: slide_out_top;
animation-name: slide_out_top;
}
/* Right */
.box.hover-enter-right .inner {
-webkit-animation-name: slide_in_right;
-moz-animation-name: slide_in_right;
animation-name: slide_in_right;
}
.box.hover-leave-right .inner {
-webkit-animation-name: slide_out_right;
-moz-animation-name: slide_out_right;
animation-name: slide_out_right;
}
/* Bottom */
.box.hover-enter-bottom .inner {
-webkit-animation-name: slide_in_bottom;
-moz-animation-name: slide_in_bottom;
animation-name: slide_in_bottom;
}
.box.hover-leave-bottom .inner {
-webkit-animation-name: slide_out_bottom;
-moz-animation-name: slide_out_bottom;
animation-name: slide_out_bottom;
}
/* Left */
.box.hover-enter-left .inner {
-webkit-animation-name: slide_in_left;
-moz-animation-name: slide_in_left;
animation-name: slide_in_left;
}
.box.hover-leave-left .inner {
-webkit-animation-name: slide_out_left;
-moz-animation-name: slide_out_left;
animation-name: slide_out_left;
}

/* Top */
@-webkit-keyframes slide_in_top {
 0% {
-webkit-transform: translate3d(0, -100%, 0);
}
 100% {
-webkit-transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slide_out_top {
 0% {
-webkit-transform: translate3d(0, 0, 0);
}
 100% {
-webkit-transform: translate3d(0, -100%, 0);
}
}
@-moz-keyframes slide_in_top {
 0% {
-moz-transform: translate3d(0, -100%, 0);
}
 100% {
-moz-transform: translate3d(0, 0, 0);
}
}
@-moz-keyframes slide_out_top {
 0% {
-moz-transform: translate3d(0, 0, 0);
}
 100% {
-moz-transform: translate3d(0, -100%, 0);
}
}
@keyframes slide_in_top {
 0% {
transform: translate3d(0, -100%, 0);
}
 100% {
transform: translate3d(0, 0, 0);
}
}
@keyframes slide_out_top {
 0% {
transform: translate3d(0, 0, 0);
}
 100% {
transform: translate3d(0, -100%, 0);
}
}

/* Right */
@-webkit-keyframes slide_in_right {
 0% {
-webkit-transform: translate3d(100%, 0, 0);
}
 100% {
-webkit-transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slide_out_right {
 0% {
-webkit-transform: translate3d(0, 0, 0);
}
 100% {
-webkit-transform: translate3d(100%, 0, 0);
}
}
@-moz-keyframes slide_in_right {
 0% {
-moz-transform: translate3d(100%, 0, 0);
}
 100% {
-moz-transform: translate3d(0, 0, 0);
}
}
@-moz-keyframes slide_out_right {
 0% {
-moz-transform: translate3d(0, 0, 0);
}
 100% {
-moz-transform: translate3d(100%, 0, 0);
}
}
@keyframes slide_in_right {
 0% {
transform: translate3d(100%, 0, 0);
}
 100% {
transform: translate3d(0, 0, 0);
}
}
@keyframes slide_out_right {
 0% {
transform: translate3d(0, 0, 0);
}
 100% {
transform: translate3d(100%, 0, 0);
}
}

/* Bottom */
@-webkit-keyframes slide_in_bottom {
 0% {
-webkit-transform: translate3d(0, 100%, 0);
}
 100% {
-webkit-transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slide_out_bottom {
 0% {
-webkit-transform: translate3d(0, 0, 0);
}
 100% {
-webkit-transform: translate3d(0, 100%, 0);
}
}
@-moz-keyframes slide_in_bottom {
 0% {
-moz-transform: translate3d(0, 100%, 0);
}
 100% {
-moz-transform: translate3d(0, 0, 0);
}
}
@-moz-keyframes slide_out_bottom {
 0% {
-moz-transform: translate3d(0, 0, 0);
}
 100% {
-moz-transform: translate3d(0, 100%, 0);
}
}
@keyframes slide_in_bottom {
 0% {
transform: translate3d(0, 100%, 0);
}
 100% {
transform: translate3d(0, 0, 0);
}
}
@keyframes slide_out_bottom {
 0% {
transform: translate3d(0, 0, 0);
}
 100% {
transform: translate3d(0, 100%, 0);
}
}

/* Left */
@-webkit-keyframes slide_in_left {
 0% {
-webkit-transform: translate3d(-100%, 0, 0);
}
 100% {
-webkit-transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slide_out_left {
 0% {
-webkit-transform: translate3d(0, 0, 0);
}
 100% {
-webkit-transform: translate3d(-100%, 0, 0);
}
}
@-moz-keyframes slide_in_left {
 0% {
-moz-transform: translate3d(-100%, 0, 0);
}
 100% {
-moz-transform: translate3d(0, 0, 0);
}
}
@-moz-keyframes slide_out_left {
 0% {
-moz-transform: translate3d(0, 0, 0);
}
 100% {
-moz-transform: translate3d(-100%, 0, 0);
}
}
@keyframes slide_in_left {
 0% {
transform: translate3d(-100%, 0, 0);
}
 100% {
transform: translate3d(0, 0, 0);
}
}
@keyframes slide_out_left {
 0% {
transform: translate3d(0, 0, 0);
}
 100% {
transform: translate3d(-100%, 0, 0);
}
}
@media only screen and (min-width:800px){
    .navbar-brand{
        font-size: 2em;
    }
}
@media only screen and (max-width:800px){
    
}

/*carousel nav icons*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
}
.carousel-control-prev-icon:after{
    content:'<';
    font-size: 45px;
    color:#93c53d;
    font-weight: 600
    }
.carousel-control-next-icon:after{
    content:'>';
    font-size: 45px;
    color:#93c53d;
    font-weight: 600
    }
/*about us images*/

.imgfloat{
    display:inline-block;
    float:left;
}
.imgfloat1{
    display:inline-block;
    float:right;
}
.ulli ul li{
    margin-top:5%;
    list-style-type:none;
    font-size: 18px;
    text-align: center;
    text-decoration: underline;
    font-family: 'Slabo 27px', serif;
}
.ulli1 ul li{
    margin-top:3%;
    list-style-type:none;
    font-size: 18px;
    text-align: center;
    text-decoration: underline;
    font-family: 'Slabo 27px', serif;
}
.servicehome{
    text-align: center;
    padding:2%;
    background-color: #3d3d3d
}
.servicehome ul li{
    list-style-type: none;
    margin-top: 3%;
    color:white;
}
.contactspecial{
    text-align: center;
    padding:4%;
     background-color: #3d3d3d
}
.contactspecial h4{
  color:#93c53d;
    }
.contactspecial p{
  color:white;
    
    }