.navbar-inverse .navbar-toggle:hover {
    background-color: #0000;
}

  /* About Styles */
.about_us_text{
    font-weight: 500;
    font-family: sans-serif;
    text-align: justify;
}
#about {
    background-color:lightgrey;
    position: relative;
    z-index:-1;
    margin:-65px;
    padding:65px;
}
#about::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 3000, 255, 0.92);
    z-index: 9;
}
#about .container {
    position: relative;
    z-index: 10;
}
#about .about-col {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}
#about .about-col .img {
    position: relative;
    background-size:cover;
}
#about .about-col .img img {
    height:50vh;
    width:100%;
    border-radius: 4px 4px 0 0;
    background-size:cover;
}
#about .about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color: #18d26e;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc( 50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}
#about .about-col i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}
#about .container .about-col:hover .icon {
    background-color: #fff;
}
#about .container .about-col:hover i {
    color: #18d26e;
}
#about .about-col h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}
#about .about-col h2 a {
    color: #000;
}
#about .about-col h2 a:hover {
    color: #18d26e;
}
#about .about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}
.about_us_features, .md_box{
    border-bottom: 1px dashed #0004;
}
.about_us_features .col-sm-3{
padding: 20px;
} 
.about_us_features .col-sm-3 div{
    height: 100%;
    padding: 10px;
    box-shadow: 0px 0px 12px #0004;
    border-radius: 0px 20px 0px 20px;
}
.md_box{
    padding: 30px;
    margin-bottom: 10px;
}
.md_box img{
    max-width: -webkit-fill-available;
}
.md_box h5{
    text-align: justify;
    text-indent: 20px;
}
.about_us_features p{
    text-align: justify;
} 
#about .flex-container{
    display: flex;
    flex-wrap: wrap;
 }
#about .flex-item{
    padding:0px;
    padding-top:15px;
 }
 #about .about-col:hover,#about .about-col:focus {
    box-shadow: 5px 2px 5px 2px grey;
}
 @media only screen and (min-width: 768px) {
    #about .flex-item{
    padding-left:15px;
  }
     #about .flex-item:nth-child(3n+1){
    padding-left:0px;
  }
  .about_us_features{
    display: flex;
}
}
/* About Us styles end*/


/* Our services styles*/
#our_services{
    background: url("../images/services/bg.jpg") center top no-repeat fixed;
    background-size:cover;
}
.hover_box {
    position: relative;
    height: 40vh;
    width: 100%;
  }
  .hover_box img {
    display: block;
    width: 100%;
    height: -webkit-fill-available;
  }
  .service_overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #0007;
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
  }
  .service_overlay button{
    background-color: #d7014c;
    border-color: #ffffff;
  }
  .service_overlay button:hover{
    background-color: #ffffff;
    color: #d7014c;
    border-color: #d7014c;
  }
  .hover_box:hover .service_overlay {
    bottom: 0;
    height: 100%;
  }
  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .overlay_title{
    background: #0009;
    color: #ffffff;
    border: 1px solid #0003;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .overlay_title h3{
      width: 90%;
      text-align: center;
      border-top: none;
      margin-top: 0px;
      padding: 6px;
  }
  .overlay_title i{
      padding: 5px;
      border: 1px solid #ffffff;
      border-radius: 50%;
  }

  #our_services .gallery .col-sm-4{
      margin-bottom: 20px;
  }
.our_services_title h1{
    text-shadow:1px 1px 0 #444;
}
.gallery .col-sm-4{
    padding-bottom:50px;
}
.image_box{
    position: relative;
    height:28vh;
    width:100%;
}
.image_box img{
    height:27vh;
    width:100%;
    box-shadow: 2px 2px 2px 2px;
}
.overlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: .5s ease;
    background-color: #0006;
}
.image_box:hover .overlay {
    opacity: 1;
}
.overlay div{
    color: white;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.overlay h4{
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
.overlay p{
    line-height: 140%;
    display:block;
}

/* Our services styles end*/


/*portfolio section styles*/

#portfolio{
	margin:-65px;
	padding:65px;
}
#portfolio #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}
#portfolio #portfolio-flters li {
    cursor: pointer;
    margin:0px 30px 0px 0px;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    transition: all 0.3s ease-in-out;
}
#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    background: #18d26e;
    color: #fff;
}
#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}
#portfolio .portfolio-wrap {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}
#portfolio .portfolio-wrap img{
    height:100%;
    width:100%;
    background-size:cover;
}
#portfolio .portfolio-wrap:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}
#portfolio .portfolio-item {
    position: relative;
    height: 360px;
    overflow: hidden;
}
#portfolio .portfolio-item figure {
    background: #000;
    overflow: hidden;
    height: 240px;
    position: relative;
    border-radius: 4px 4px 0 0;
    margin: 0;
}
#portfolio .portfolio-item figure:hover img {
    opacity: 0.4;
    transition: 0.3s;
}
#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
    position: absolute;
    display: inline-block;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    transition: 0.2s linear;
}
#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
    padding-top: 6px;
    font-size: 22px;
    color: #333;
}
#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
    background: #18d26e;
}
#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
    color: #fff;
}
#portfolio .portfolio-item figure .link-preview {
    left: calc(50% - 38px);
    top: calc(50% - 18px);
}
#portfolio .portfolio-item figure .link-details {
    right: calc(50% - 38px);
    top: calc(50% - 18px);
}
#portfolio .portfolio-item figure:hover .link-preview {
    opacity: 1;
    left: calc(50% - 44px);
}
#portfolio .portfolio-item figure:hover .link-details {
    opacity: 1;
    right: calc(50% - 44px);
}
#portfolio .portfolio-item .portfolio-info {
    background: #fff;
    text-align: center;
    padding: 30px;
    height: 90px;
    border-radius: 0 0 3px 3px;
}
#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 0;
}
#portfolio .portfolio-item .portfolio-info h4 a {
    color: #333;
}
#portfolio .portfolio-item .portfolio-info h4 a:hover {
    color: #18d26e;
}
#portfolio .portfolio-item .portfolio-info p {
    color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.lightboxOverlay{
    width:100% !important;
}
.lightbox {
    top: 50%;
}

@media only screen and (min-width:320px){
    .lightbox{
        
    }
}
    /*portfolio section styles end*/