/* start navbar */
* {
    box-sizing: border-box;
    
}

body,html {
    overflow-x: hidden;
    font-family: "Trirong", serif;
    background-color: azure;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #3b8af2;
    text-decoration: none;
}



.header {
    background-color: #FE7600;
   
}

.headericon {
    word-spacing: 20px;
    text-align: right;
}

@media only screen and (max-width:500px) {
    .header {
        font-size: 14px;
    }
    .headericon {
        text-align: center;
    }
}

.navbartop {
    justify-content: center;
    padding-left: 35%;
}

li a {
    color: black!important;
    text-decoration: none!important;
}

span {
    color: #FE7600;
}

.navbar2 {
    font-size: 20px;
}

.navbar2 a {
    padding: 5px;
    margin: 10px;
}
.navbar4 a {
    padding: 5px;
    margin: 0px;
}



.navbar2 a:hover {
    color: #FE7600!important;
}
/* end of navbar */

@media only screen and (max-width:600px) {
    .btn11{
    margin-top: 150px;
       }
   }
   
@media only screen and (max-width:600px) {
    .slider2{
           width:150%;
          height: 400px;
       }
   }
   .slider1 {
    position: relative;
  }
  
  .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
  }
  
  images { 
    width: 100%;
    height: auto;
    opacity: 0.3;
  }
  @media screen  and (max-width:500px){
    .center h3{
    justify-content: center;
    align-items: center;
    margin-right: 100px;
    margin-top: 40x;
    font-size: 2px;
    
     }
}

/* start about us */

        h1{
    text-align: center;
    font-family:fantasy;
}
h2{
    text-align: center;
}
.abou p{
text-align: center;
margin: auto;
font-size: 15px;
padding-bottom: 30px;
color: #535074;
width: 50%;
}
@media (max-width: 767px) {
.abou p {
width: 100%;
margin: auto;
}
}
@media only screen and (max-width:600px){
    .abou p{
      width: 100%;
      text-align: center;
    }
    }
@media only screen and (max-width:600px){
.row{
  width: 100%;
}
}
.button2{

text-align: center;
padding: 8px;
margin-left: 40%; 
justify-content: center;
}
.work:hover{
border:3px solid white;
box-shadow: 2px 4px 8px 2px gray, 2px 6px 20px 4px gray;
}
.aboutus1{
margin-top: 60px;
background-color: #f3f3f3;
}
.aboutus11{
    margin-top: 110px;
}
@media only screen and (max-width:600px) {
    .about12 img{
        width:100%;
    }
}

.team11 p,h4{
    text-align: center;
}
@media only screen and (max-width:600px){
    .team11 img{
        width:100%;
    }
}
@media screen and (max-width:600px){
    .aboutus1 p{
         width:100%;
        margin-left: 12px;
        margin-bottom: 10px;
    }
}
.heading11{
    margin-top: 20px;
    text-align: center;
}
@media screen and (max-width:600px){
    .aboutus1 img{
         width:100%;
    }}

@media only screen and (max-width:600px){
    .work{
        width:100%;
        margin-left: 10px;
    }
}
.aboutus3{
    margin-top: 110px!important;
}
@media only screen and (max-width:600px){
    .aboutus2 {
        width:100%;
        margin-left: 15px;
    }
}
@media only screen and (max-width:600px){
    .cardsection {
        margin-left: 10px;
        margin-top: 40px;
    }
}
/* End aboutus */

/* start services */
/* end of services */
/* start of services1 */

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color:#FE7600;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #FE7600 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 45%;
  margin-left: -25px;
  position: absolute;
  width: 110px;
}

.site-heading {
  margin-bottom: 20px;
  overflow: hidden;
  margin-top: 50px;
}
/* section product */


/* start footer */

/* Footer social */
.footer{
  /* background-image: url("/img/footer.jpg.png"); */
  background:linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 20%, rgb(0, 0, 50)), url('/img/footer.jpg.png');
  color:azure;
  text-align: center;
  padding: 25px;
  
}
.footerlink i{
  color:white;
  font-size: 30px;
}

.copyright{
    background-color: black;
    color:white;
    text-align: center;
}
/* start contact section */
.contact .content .info {
    margin-top: 30px;
  }
  .contact .content .info i {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #02434b;
    margin-right: 20px;
    text-align: center;
    width: 20px;
  }
  .contact .content .info h4 {
    font-size: 13px;
    line-height: 1.4;
  }
  
  .contact .content .info h4 span {
    font-size: 13px;
    font-weight: 300;
    color: #999999;
  }
  .contactsection{
      margin-top: 150px;
  }
  
  
  
  /* about us section */
  slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




/* end of about us section */
/* services */

.container11 {
    position: relative;
    width: 100%;
    border:1px solid gray;
    border-radius: 15px;
    box-shadow: 2px 2px 2px 2px grey;
  }
  
  .image11 {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 15px;
  }
  .paragraph{
      margin:2px 2px 2px 10px;
  }
  
  /* whatshapp button */

.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #FE7600;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


/* end of icon */
  
  .buttoncard{
      text-align: center;
      margin-left: 33%;
      margin-top: 10px;
      padding:8px;
      border-radius: 20px;
      background-color: #FE7600;
      color:white;
  } 
  
  .text11 {
    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;
  }
  /* gallary section start */
  /* root {
    --header-height: 3rem;
    --font-medium: 500;
} */

/*===== Colores =====*/
 :root {
    --first-color:orange;
    --complementary-color: #FE7600;
    --white-color: #fafaff;
    --dark-color: #2a3b47;
    --text-color: #697477;
    --white-color-glass: rgba(250, 250, 255, 0.4);
}

/*===== Fuente y tipografia =====*/
:root {
    --body-font: "Montserrat", sans-serif;
    --big-font-size: 6.25rem;
    --h2-font-size: 1.25rem;
    --normal-font-size: 0.938rem;
    --small-font-size: 0.813rem;
} 


section.res__gallery {
    padding: 20px;
    width: 100%;
    display: flex;
    justify-self: center;
    align-items: center;
    flex-direction: column;
    margin: 40px auto;
}

section.res__gallery ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    
}

section.res__gallery ul li {
    list-style: none;
    background: var(--first-color);
    color: var(--white-color);
    font-size: var(--h2-font-size);
    padding: 12px 12px;
    margin: 5px;
    letter-spacing: 1px;
    cursor: pointer;
    -ms-user-select: None;
    -moz-user-select: None;
    -webkit-user-select: None;
    user-select: None;
}

section.res__gallery ul li.active {
    background: var(--complementary-color);
    color: var(--white-color);
}

.product {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-user-select: None;
    -moz-user-select: None;
    -webkit-user-select: None;
    user-select: None;
}

.product .itembox {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 20px;
    padding: 30px;
    display: block;
    border: 1px solid black;
}

.product .itembox.hide {
    display: none;
}

.product .itembox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal-header{
  border-bottom: none;
  padding:5px;
}

a[data-fancybox] img {
    cursor: zoom-in;
}
@media screen  and (max-width:600px){
    section.res__gallery ul{
        margin-left: -25px;
    }}
    @media screen  and (max-width:600px){
       .headinggally{
        margin-top: 100px;
        }
}


  @media screen and (max-width: 900px) and (min-width: 600px) {
    .aboutus{
      width:350px;
      height: 400px;
    }}
  
    @media screen and (max-width: 900px) and (min-width: 600px) {
      .container11{
       height:100%;
       width: 100%;
      }
     .image11{
       height: 100px;
       width:100%;
     }
     .buttoncard{
margin-left: 20%;
margin-top: 10px;
     }
      .paragraph{
       font-size: 10px;
        margin:2px 2px 2px 10px;
    }}
  @media screen  and (max-width:600px){
    .item{
       margin-left: 25px;
    }}
.headinggally{
    margin-top: 100px;
}
/* end of gallary section */

/* APETSHEET start */
.portfolio {
    display: flex;
    flex-wrap: wrap;
    min-width: 320px;
  }
  
  .portfolio h2 {
    flex-basis: 100%;
    text-align: center;
    margin: 50px auto 30px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    color: #111;
  }
  .card {
    width: 25%;
    overflow: hidden;
    position: relative;
  }
  .card .content {
    z-index: 2;
    width: 100%;
    position: absolute;
    bottom: -100px;
    transition: all 0.7s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    min-height: 100px;
    background: #111;
  }
  .card .image {
    z-index: 1;
    height: 100%;
  }
  .card img {
    height: 100%;
    width: 100%;
    margin: 20px;
    transition: all 0.5s ease;
    transform: scale(1.2);
  }
  
  .card:hover .content {
    bottom: 0px;
    color: #fff;
  }
  
  .card:hover .image img {
    transform: scale(1);
  }
  
  .card .content span:first-child {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    font-size: 16px;
  }
  
  .card .content span:last-child {
    font-size: 14px;
    color: #18cfab;
    text-align: center;
    font-weight: 700;
  }
  
  
  @media screen and (max-width: 768px) {
    .card {
    width: 50%;
    }
    .card .content {
      bottom: 0;
    }
  }
  
  @media screen and (max-width: 480px) {
    .card {
    width: 100%;
    }}
    /* a pet sheet start */
   
    /* tectonomil */
    .slideshow-container {
        position: relative;
        /* background:url("/img/text.jpg.webp"); */
        background:linear-gradient(to bottom, rgba(0, 90, 255, 0.7) 20%, rgb(255, 140, 0)), url('/img/text.jpg.webp');
        width: 100%;
        height: 300px;
        color: white;
      }
      .textonomialfirst{
        font-size: 20px;
        
      }
      /* Slides */
      .mySlides {
        display: none;
        padding: 35px;
        text-align: center;
      }
      
      .imagestext{
        border: 1px solid black;
        height: 150px;
        width: 150px;
        justify-content: center;
        align-items: center;
         
      }
      
      /* The dot/bullet/indicator container */
      .dot-container {
          text-align: center;
          padding: 20px;
          
      }
      
      /* The dots/bullets/indicators */
      .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
      }
      
      /* Add a background color to the active dot/circle */
      
      
      /* Add an italic font style to all quotes */
      q {font-style: italic;}
      
      /* Add a blue color to the author */
      .author {color: white;;}
      /* about section second */
     
    
    
    .carousel-shadow .owl-stage-outer {
      margin: -15px -15px 0;
      padding: 15px;
    }
    
    .we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
      background: #ffffff none repeat scroll 0 0;
      border: 2px solid;
      height: 15px;
      margin: 0 5px;
      width: 15px;
    }
    
    .we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
      background: blue none repeat scroll 0 0;
      border-color: blue;
    }
    
    .we-offer-area .item {
      background: #ffffff none repeat scroll 0 0;
      border-left: 2px solid blue;
      -moz-box-shadow: 0 0 10px #cccccc;
      -webkit-box-shadow: 0 0 10px #cccccc;
      -o-box-shadow: 0 0 10px #cccccc;
      box-shadow: 0 0 10px #cccccc;
      overflow: hidden;
      padding: 30px;
      position: relative;
      z-index: 1;
    }
    
    .we-offer-area.text-center .item {
      background: #ffffff none repeat scroll 0 0;
      border: medium none;
      padding: 67px 40px 64px;
    }
    
    .we-offer-area.text-center .item i {
      background: blue none repeat scroll 0 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #ffffff;
      font-size: 40px;
      height: 80px;
      line-height: 80px;
      position: relative;
      text-align: center;
      width: 80px;
      z-index: 1;
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      margin-bottom: 25px;
    }
    
    .we-offer-area.text-center .item i::after {
      border: 2px solid blue;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      content: "";
      height: 90px;
      left: -5px;
      position: absolute;
      top: -5px;
      width: 90px;
      z-index: -1;
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
    }
    
    .we-offer-area.item-border-less .item {
      border: medium none;
    }
    
    .we-offer-area .our-offer-items.less-carousel .equal-height {
      margin-bottom: 30px;
    }
    
    .we-offer-area.item-border-less .item .number {
      font-family: "Poppins",sans-serif;
      font-size: 50px;
      font-weight: 900;
      opacity: 0.1;
      position: absolute;
      right: 30px;
      top: 30px;
    }
    
    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
    .we-offer-area.center-active .single-item:nth-child(2n) .item {
      background: blue none repeat scroll 0 0;
    }
    
    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
    .we-offer-area.center-active .single-item:nth-child(2n) .item i,
    .we-offer-area.center-active .single-item:nth-child(2n) .item h4,
    .we-offer-area.center-active .single-item:nth-child(2n) .item p {
      color: #ffffff;
    }
    
    .we-offer-area .item i {
      color: blue;
      display: inline-block;
      font-size: 60px;
      margin-bottom: 20px;
    }
    
    .we-offer-area .item h4 {
      font-weight: 600;
      text-transform: capitalize;
    }
    
    .we-offer-area .item p {
      margin: 0;
    }
    
    .we-offer-area .item i,
    .we-offer-area .item h4,
    .we-offer-area .item p {
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
    }
    
    .we-offer-area .item::after {
      background: blue none repeat scroll 0 0;
      content: "";
      height: 100%;
      left: -100%;
      position: absolute;
      top: 0;
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      width: 100%;
      z-index: -1;
    }
    
    .we-offer-area .item:hover::after {
      left: 0;
    }
    
    .we-offer-area .item:hover i,
    .we-offer-area .item:hover h4,
    .we-offer-area .item:hover p {
      color: #ffffff !important;
    }
    
    .we-offer-area.text-center .item:hover i::after {
      border-color: #ffffff !important;
    }
    
    .we-offer-area.text-center .item:hover i {
      background-color: #ffffff !important;
      color: blue !important;
    }
    
    .we-offer-area.text-left .item i {
      background: blue none repeat scroll 0 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #ffffff;
      display: inline-block;
      font-size: 60px;
      height: 100px;
      line-height: 100px;
      margin-bottom: 30px;
      position: relative;
      width: 100px;
      z-index: 1;
      text-align: center;
    }
    
    .we-offer-area.text-left .item i::after {
      border: 2px solid blue;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      content: "";
      height: 120px;
      left: -10px;
      position: absolute;
      top: -10px;
      width: 120px;
    }
    /* end of about us section */
    /* start of about3 */
  
    
    .team-area .single-item {
      margin-bottom: 30px;
    }
    
    .team-area .item .thumb {
      position: relative;
      overflow: hidden;
      z-index: 1;
    }
    
    .team-area .item .thumb::after {
      background: #232323 none repeat scroll 0 0;
      content: "";
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      width: 100%;
    }
    
    .team-area .team-items .item:hover .thumb::after {
      opacity: 0.7;
    }
    
    .team-area .item .thumb .overlay {
      top: -100%;
      left: 0;
      padding: 20px;
      position: absolute;
      text-align: center;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      width: 100%;
      z-index: 1;
    }
    
    .team-area .item:hover .thumb .overlay {
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%;
    }
    
    .team-area .item .thumb .overlay p {
      color: #ffffff;
    }
    
    .team-area .item .thumb .overlay h4 {
      color: #ffffff;
      display: inline-block;
      position: relative;
      text-transform: uppercase;
    }
    
    .team-area .item .thumb img {
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
    }
    
    .team-area .item:hover .thumb img {
      opacity: .6;
    }
    
    .team-area .item .thumb .social li {
      display: inline-block;
    }
    
    .team-area .item .thumb .social li a {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #ffffff;
      display: inline-block;
      height: 40px;
      line-height: 40px;
      margin: 0 2px;
      text-align: center;
      width: 40px;
    }
    
    .team-area .info {
      background: #ffffff none repeat scroll 0 0;
      -moz-box-shadow: 0 0 10px #cccccc;
      -webkit-box-shadow: 0 0 10px #cccccc;
      -o-box-shadow: 0 0 10px #cccccc;
      box-shadow: 0 0 10px #cccccc;
      padding: 40px 20px 20px;
      position: relative;
      text-align: center;
      z-index: 9;
    }
    
    .team-area .info .message {
      height: 50px;
      line-height: 40px;
      margin-left: -25px;
      margin-top: -25px;
      position: absolute;
      text-align: center;
      top: 0;
      width: 50px;
    }
    
    .team-area .info .message a {
      background: #fff none repeat scroll 0 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-box-shadow: 0 0 10px #cccccc;
      -webkit-box-shadow: 0 0 10px #cccccc;
      -o-box-shadow: 0 0 10px #cccccc;
      box-shadow: 0 0 10px #cccccc;
      box-sizing: border-box;
      color: #ff5a6e;
      display: inline-block;
      font-size: 20px;
      height: 50px;
      line-height: 50px;
      width: 50px;
    }
    
    .team-area .info .message a i {
      font-weight: 500;
    }
    
    .team-area .info h4 {
      font-weight: 600;
      margin-bottom: 5px;
      text-transform: capitalize;
    }
    
    .team-area .info span {
      color: #ff5a6e;
      font-family: "Poppins",sans-serif;
      font-weight: 600;
      text-transform: uppercase;
    }
    
    .team-area .social li.twitter a {
      background-color: #00b6f1;
    }
    
    .team-area .social li.pinterest a {
      background-color: #bd081c;
    }
    
    .team-area .social li.facebook a {
      background-color: #3b5998;
    }
    
    .team-area .social li.google-plus a {
      background-color: #df4a32;
    }
    
    .team-area .social li.vimeo a {
      background-color: #1ab7ea;
    }
    
    .team-area .social li.instagram a {
      background-color: #cd486b;
    }