/*
Theme Name:   Techvando
Theme URI:    https://techvando.com/
Description:  Techvando theme
Author:       techvando.com
Author URI:   https://techvando.com/
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor
*/

.footer-accordin .e-n-accordion-item-title{
    padding: 16px 0 !important;
}
.footer-accordin .e-n-accordion-item-title:after{
    font-family: iconfont !important;
    font-style: normal;
    font-weight: 400 !important;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f111";
    -moz-osx-font-smoothing: grayscale;
    float: right;
    color:#002349;
    margin-top: 5px;
}

.footer-accordin .e-n-accordion-item[open]>.e-n-accordion-item-title:after {
    margin-top: 5px;
    font-family: iconfont !important;
    font-style: normal;
    font-weight: 400 !important;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f10c";
    -moz-osx-font-smoothing: grayscale;
    float: right;
    color:#002349;
}
.footer-accordin .e-closed{display:none !important;}
.footer-accordin .e-opened{display:none !important;}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    display: block  !important;
}
.footer-accordin span.e-n-accordion-item-title-header {
    float: left !important;
}