.socials a{
    color: #fff!important;
    font-size: 19px;
    text-decoration: underline;
}

.designed_by a{
        color: var(--main-600);
}

.contact_form{
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.contact_form label{
    font-size: 18px;
    color: #000;
    padding-bottom: 5px;
}

.contact_form .border-neutral-200 {
    border-color: #5a5b5d !important;
}

.contact_form .form-control {
    border-color: #5a5b5d !important;
}
.contact-ip-area{
    padding: 50px;
}
@media screen and (max-width: 991px) {
    .tw-me-10 {
        margin-inline-end: auto;
    }
    .contact-ip-area{
    padding: 10px 0px!important;
}
}

.banner-title:hover {
  color: #afdb4d;
}

.portfolio-title a{
    color: #000;
}



.service-icon img{
    max-width: 120px;
}

.team-traslate a{
        color: var(--main-600);
}


/* -portfolio---------------- */

/* -----------------------------------
      Gallery Section
--------------------------------------*/
.portfolio-section {
  padding: 50px 0;
  background-color: #000;
}
.portfolio-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.portfolio-menu {
  text-align: center;
}
.control {
  background: #000;
  color: var(--main-600);
  padding: 10px 21px;
    border: 1px solid var(--main-600);
    border-radius: 30px;
    margin: 5px;
    font-weight: 600;
  
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}
.control:hover {
  background: #b3de4f;
  color: #000;
}
.mixitup-control-active {
  color: #000;
  background: #b3de4f;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
  padding-top: 30px;

}

.portfolio-item .mix {
  margin-bottom: 20px;
}
.pd {
  padding: 0;
  padding: 15px;
  
}
.pd img {
  height: 100%;
  transition: all 0.5s;
}


#portfolio{
    padding-top: 120px;
}

#portfolio h2{
    font-size: 7.5rem;
}

.portfolio-item img {
  transition: 0.3s ease;
  border: 1px solid var(--main-600);
  border-radius: 15px;
}

.portfolio-item img:hover {
  transform: scale(1.05);
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
    
    display: none;
}

#lg-download-1 {
    display: none;
}

.testimonial-wrapper img{
      width: 85px;
    border-radius: 50px;
}


@media screen and (max-width: 991px) {
 #portfolio h2{
    font-size: 70px;
}

}
