@font-face {
    font-family: 'my-icons';
    src: url('fonts/icomoon.eot?onc6x9');
    src: url('fonts/icomoon.eot?onc6x9#iefix') format('embedded-opentype'),
         url('fonts/icomoon.ttf?onc6x9') format('truetype'),
         url('fonts/icomoon.woff?onc6x9') format('woff'),
         url('fonts/icomoon.svg?onc6x9#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


/* Elementor custom icon support */
.my-icomoon,
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'my-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.my-icomoon.icon-chat:before,
.icon-chat:before {
    content: "\e900";
}

.my-icomoon.icon-certificate:before,
.icon-certificate:before {
    content: "\e901";
}

.my-icomoon.icon-check-_3:before,
.icon-check-_3:before {
    content: "\e902";
}

.my-icomoon.icon-international:before,
.icon-international:before {
    content: "\e903";
}

.my-icomoon.icon-group-_7:before,
.icon-group-_7:before {
    content: "\e904";
}