.gallery-container nav {
    display: block;
    width: 100%;
    /*margin:  120px 20px 20px 20px;*/
}

.gallery-container ul {
   list-style: none; 
   margin-bottom: 20px;
}

.gallery-container nav > ul > li {
    display: inline-block;
}
.gallery-container nav > ul > li > a {
    text-transform: uppercase;
    padding: 4px 10px;
    margin-right: 2px;
    margin-left: 2px;
    text-decoration: none;
    color: #c00000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 25px;
    border: 1px solid #c00000;
    background-color:  #FFF;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.hidden {
    display: none;
}

.gallery-container nav > ul > li > a:hover, .current a {
    color: #fff !important;
    background-color: #c00000 !important;
}

#projects > ul > li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 23%;
    height: auto;
    cursor: pointer;
    border-radius: 5px;
    /* Padding stays within the width */
    box-sizing: border-box;
    position: relative;
    opacity: 0.7;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#projects > ul > li:hover {
    opacity: 1;
}

img {
    max-width: 100%;
    border-radius: 5px;
}

.gallery {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    padding: 40px 10px;
    display: none;
    box-sizing: border-box;
    text-align: center;
    z-index: 1000;
}

.gallery > img {
    max-height: 100%;
    width: auto;
}

.close i {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
}

.bar {
    display: block;
    position: absolute;
    top: 13px;
    float: left;
    width: 30px;
    border-bottom: 4px solid #fff;
    transform: rotate(45deg);
}

.bar:first-child {
    transform: rotate(-45deg);
}


.section-wrap-60 {
  padding: 60px 0 !important;
}

.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 24px;
}

.text-center {
    text-align: center!important;
}

.heading-detail {
  font-size: 32px;
  text-align: center;
  line-height: 40px;
  font-weight: 100;
}

.testimonial {
    display: flex;
    justify-content: center;
}

.testimonial-box {
    background: #FFF;
    padding: 20px;
    border-radius: 17px;
    width: 600px;
    min-height: 200px;
}

.testimonial__text {
    color: #353935 !important;
    font-size: 24px;
    line-height: 40px;
}

.social-media-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.fb {
    background: #3b5998 !important;
}

@media (max-width: 768px){
    #projects > ul > li {
        width: 48%;
    }
}

@media (max-width: 568px) {
    #projects > ul > li {
        width: 100%;
    }
    .coparate-profile-desktop {
        display: none;
    }
    .coparate-profile-mobile-container {
        display: block !important;
    }
}

.coparate-profile-mobile-container {
    background: red;
    padding: 10px;
    text-align: center;
}

.coparate-profile-mobile-container {
    display: none !important;
}

.white-text {
    color: #FFF !important;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.whatsapp-float{
    margin-top:16px;
}