/**
* Template Name: Presento - v3.3.0
* Template URL: https://bootstrapmade.com/presento-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
html{
  scroll-behavior: smooth!important;
}

/*@media screen and (max-width: 600px) {
  .vl {
    visibility: hidden;
    display: none;
  }
}*/

.vl{
  border-left: 6px solid #f5a425; 
  height: 150px;
}

.nav-tabs {
  border: 0!important;
}
a{
  text-decoration: none!important;
}
.nav-link-tab {
  border: 1px solid #f5a425;
  padding: 15px;
  transition: 0.3s;
  color: #f5a425;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.title{
  color: #f5a425;
}
.nav-link-tab i {
  padding-right: 15px;
  font-size: 48px;
}

 .nav-link-tab h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  font-family: "Raleway", sans-serif;
}

.nav-link-tab:hover {
  color: #f0f0f0;
}

.nav-link-tab.active {
  background: #f5a425;
  color: #fff;
  border-color: #f5a425;
}

@media (max-width: 768px) {
.nav-link-tab i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
.nav-link-tab {
    padding: 15px;
  }
  .tabs .nav-link-tab i {
    font-size: 24px;
  }
}



.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #111111;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: #e03a3c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #111111;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
  background: #f5a425;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #111111;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

