
.header006 {
    font-family: "Prompt", sans-serif; 
    font-size: 16px;
    color: #7e7e7e;
}
.header006_group_btn {
    display: flex;
}
.header006_navbar .navbar-nav .nav-link {
    color: #fff;
}
.header006_btn {
    padding: 8px 12px;
    border-width: 2px;
    border-radius: 40px;
    transition: .5s ease;
    margin-left: 10px;
    margin-right: 10px;
    display: table!important;
    outline: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
.header006_btn:hover {
    text-decoration: none;
    outline: none;
}
.header006_btn_01:hover {
    color: #fff !important;
    border-color: #2a79ff !important; 
    background-color: #2a79ff !important;
}
.header006_btn_01:hover .header006_icon {
    color: #fff !important;
}
.header006_btn_02:hover {
    border-color: #236ae1 !important; 
    background-color: #236ae1 !important;
    color:rgba(0,0,0,.6)
}
.header006_icon {
    margin-right: 5px;
    margin-left: 14px;
}
.header006_social_icons_wrapper {
    float: right;
}
.header006_social_icons_wrapper a {
    transition: .5s ease;
    margin-left: 5px!important;
    margin-right: 5px!important;
    color: #666;
    width: 40px;
    height: 40px;
    font-size: 24px;
    top: 4px;
    position: relative;
    position: relative;
    display: inline-block;
    text-align: center;
}
.header006_social_icons_wrapper a .fa-facebook {
    color: #2d3e61;
}
.header006_social_icons_wrapper a .fa-twitter {
    color: #03aced;
}
.header006_social_icons_wrapper a .fa-dribbble {
    color: #b9406f;
}
.header006_social_icons_wrapper a:hover {
    color: rgb(102, 102, 102, 0.6);
}
@media (max-width: 768px)
{   
    .header006_group_btn {
        display: table;
        margin: 0 auto;
    }
    .header006_navbar .navbar-nav {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
    .header006_navbar .navbar-nav a {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 480px)
{   
    .header006 {
        font-size: 14px;
    }
    .header006 h1 {
        font-size: calc(2.5rem - 1.5vw);
    }
    .header006 h2 {
        font-size: calc(2rem - 0.9vw);
    }
    .header006 h3 {
        font-size: calc(1.75rem - 0.6vw);
    }
    .header006 h4 {
        font-size: calc(1.5rem - 0.3vw);
    }
    .header006 h5 {
        font-size: calc(1.25rem - 0.3vw);
    }
    .header006 h6 {
        font-size: calc(1rem - 0.3vw);
    }
    .header006 .display-1 {
        font-size: calc(6rem - 5.7vw);
    }
    .header006 .display-2 {
        font-size: calc(5.5rem - 5.1vw);
    }
    .header006 .display-3 {
        font-size: calc(4.5rem - 3.9vw);
    }
    .header006 .display-4 {
        font-size: calc(3.5rem - 2.7vw);
    }

}