    /* 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: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


.contact_submenu{
	 text-transform: uppercase;
	  opacity: 0.7;
	   position: absolute;
	   right: 0;
	   bottom: -70px;
}

.contact_text{
	font-size: 11px;
	color: #fff;
	 background: #000;
	  padding: 5px;
	  text-align: center;
}


  #text{
display:none;
}
.btn-container{
  margin: auto;
  height:44px;
  width:166.23px;
  
}
#toggle{
    background: transparent;
    opacity: 0.7;
    border: 1px solid #00B796;
    color: #00B796;
    font-size: smaller;
    margin: 10px 0;
    padding: 10px 20px;
    -webkir-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
        #more
         {
            display: none;
        }
    .collapsible {
  background-color: transparent;
  color: #000;
  cursor: pointer;
  padding: 3px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  padding-left: 45px;
}

.active, .collapsible:hover {
  /*background-color: #555;*/
}

.collapsible:before {
  content: '+';
  color: #000;
  /*font-weight: bold;*/
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

.active:before {
  content: "-";
   float: left;
  margin-left: 5px;
  margin-right: 5px;

}

.content {
  padding: 0 45px;
  max-height: 0;
  overflow: overlay;
  transition: max-height 0.2s ease-out;
  background-color: transparent;
}
.social-media {
    font-size: 25px;

    padding-left: 10px;
  
}
   a.disabled {
  pointer-events: none;
  cursor: default;
}   
@media(max-width: 480px){
    .smallfont{
        font-size: 12px!important;
    }
    .smallfontt{
        font-size: 10px!important;
    }
    .nav-icons{
        padding-right: 0!important;
        padding-left: 10px;
    }
    .social-media{
        padding-left: 10px;
        padding-right: 15px;
        padding-top: 40px;
        font-size: 20px!important;
    }
    .fa_with_bg::after {
    
    top: 3px!important;
    left: 12px!important;
    width: 15px!important;
    height: 14px!important;
}
.overlay .closebtn{
      top: 80px!important;
}


}      
@media(max-width: 786px){
.intro-content{
    top: 80%;
    opacity: 0.7;
}
.heading h2 {
    font-size: 16px!important;
    padding-top: 10px!important;
   
}


.image{
    display: none;
}
.top{
    font-size:13px!important;
    }
     .menu > div {
    width: 100%;
    height: 22%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
        }
     .hammenu{
    display: none;
  }
  .overlay a {
    font-size: 15px!important;
  }
           
        }

    .heading .smallfont span , .heading .smallfontt span{
            color: #00B796;
        }
        a.fa.fa-twitter-square, a.fa.fa-facebook-official, a.fa.fa-youtube-play{
            /*padding: 0;*/
           
        }
        /*.icofont-blogger:before, .icofont-chat:before{
            background: #fff;
        }*/
        .fa_with_bg{
            position: relative;
            }

        .fa_with_bg::after{
        position: absolute;
        content: '';
        background: #fff;
        z-index: -1;
        top: 10px;
        left: 9px;
        width: 18px;
        height: 16px;
            }
            .project:hover .img-overlay-text{display: block;}
.img-overlay-text{color: #fff;font-weight: 600;user-select: none;display: none;position: absolute;top: 30%;left: 0px;right: 0px;margin: 0 auto;text-align: center;padding-left: 30px;padding-right: 30px;}
.title-icon-bg{width:50px !Important;height:50px !Important;line-height:40px !Important;}
.title-icon-bg img{width:35px;}
.social-media a{    border-radius: 50%;width:35px;height:35px;padding:5px !Important;}
.h2-line:after {
    background-color: #00B796;
    position: absolute;
    content: "";
    bottom: -9px;
    left: 0% !Important;
    width:calc(100% + 15px) !Important;
    height: 6px;
}
.h2-line{
position: relative;
	width: fit-content;}

  @media(max-width: 479px)
  {
    .img-overlay-text{font-size: 10px;}
  }