@font-face {
    font-family: FontAwesome;
    src: url(./fa-solid-900.ttf);
}

@font-face {
    font-family: FontAwesome2;
    src: url(./fa-brands-400.woff2);
}


.ti-angle-down:before
 {
    font-family: FontAwesome !important;
    content: "\e64b";
}
.select1_inner:after{
    font-family: FontAwesome !important;
    content: "\f078";
}
.input1_inner:after{
    font-family: FontAwesome !important;
    content: "\f078";
}
.ti-angle-left:before
 {
    font-family: FontAwesome !important;
    content: "\f060";
}
.ti-angle-right:before{
    font-family: FontAwesome !important;
    content: "\f061";
}
.ti-arrow-top-right:before{
    font-family: FontAwesome !important;
    content: "\f061";
}
.ti-arrow-top-left:before{
    font-family: FontAwesome !important;
    content: "\f060";
}
/* index */
@media (max-width:576px) {
    .v-middle {
       left: -7px;
       margin-top: 20px;
    }
 }

 @media screen and (max-width: 991px) {
    .header .caption h1 {
       font-size: 30px;
       line-height: 51px;
       padding-left: 6px;
    }
 }
 @media screen and (max-width: 991px) {
    .nav-mt-small{
        
        margin-top: -20px;
    }
 }
 /* services */
 .accordion-box .block .acc-btn:before {
    font-family: FontAwesome !important;
    content: "\f078" !important;
}