/*
Theme Name: Digitrails
Theme URI: 
Description: Child theme of  Digicrew theme. Great WordPress theme for Online Marketing, SEO & Social Media Agency.
Author: weblizar
Author URI: 
Tested up to:	5.5
Requires PHP:	7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digitrails
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template: digicrew
Version: 1.01
*/

span, a, a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}
.navbar-light .navbar-nav .menu-item .sub-menu a,
.navbar-light .menu .page_item .children a {
    color: #212121 !important;
}
h2 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    color: #212121;
}
.home .header-one.header-two {
    background-color: transparent !important;
    position: absolute;
}
.service-wt-bor {
    border: 1px solid #ccc;
}
.team-box {
    position: relative;
    background-color: #fafafa;
    padding: 15px 20px 0;
    border-top-right-radius: 40px;
    margin-bottom: 30px;
}
.team-box .team-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.7);
    border-top-right-radius: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.team-box .team-overlay .team-info {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    flex-direction: column;
}
.team-box .team-overlay .team-info h3 {
    color: #fff;
    margin-bottom: 10px;
}
.team-box .team-overlay .team-info h4 {
    color: #fff;
    text-transform: capitalize;
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.team-box .team-overlay .team-info .social-icon {
    padding: 10px 0;
    margin: 0;
    position: relative;
}
.team-box:hover .team-overlay {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.team-box .team-overlay .team-info .social-icon li {
    display: inline-block;
    padding: 0 8px;
}