/* 

Theme Name: Teknoritim
Theme URI: https://www.teknoritim.com
Author: Selehattin inan
Description: TeknoRitim Web Sitesi
Version: 1.0
Text Domain: teknoritim



*/

    
textarea::placeholder {
    color: #fff !important;  
}

.header-nav .nav > li.menu-item-has-children > a::after{
    content: "\f078";
    font-size: 10px;
    margin-left: 7px;
    margin-top: 0;
    vertical-align: middle;
    font-weight: 900;
    font-family: "Font Awesome 5 Free"; 
}
@media only screen and (max-width: 991px) {
    .header-nav .nav > li.menu-item-has-children > a::after {
        content: "\f054";
        background-color: var(--primary);
        color: #fff;
        height: 30px;
        line-height: 30px;
        right: 0;
        text-align: center;
        width: 30px;
        z-index: 3;
        float: right;
        font-size: 12px;
        margin: 0;
        border-radius: 6px; 
    } 
}
@media only screen and (max-width: 991px){
    .header-nav .nav > li.menu-item-has-children > a::after::before{
            content: "\f054";
    } 
    
}
@media only screen and (max-width: 991px){
    .header-nav .nav > li.menu-item-has-children.open > a::after{
          content: "\f078"; 
    } 
}
          
.demo-btn-bx {
    display:none;
}  
          
          
          
          
          
          