/* Enter Your Custom CSS Here */
#top-menu .menu-item li a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 0.3em;
    position: relative;
}
#top-menu .menu-item li a:hover {
    color: rgba(255, 255, 255, 1);
}
#top-menu .menu-item li a span:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transition: .2s;
    opacity: 0;
}
#top-menu .menu-item li a span:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: .2s;
    opacity: 0;
}
#top-menu .menu-item li a span:last-child:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transition: .2s;
    opacity: 0;
}
#top-menu .menu-item li a span:last-child:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: .2s;
    opacity: 0;
}
#top-menu .menu-item li a:hover span:first-child:before {
    top: -10px;
    left: -10px;
    opacity: 1;
}
#top-menu .menu-item li a:hover span:first-child:after {
    top: -10px;
    right: -10px;
    opacity: 1;
}
#top-menu .menu-item li a:hover span:last-child:before {
    bottom: -10px;
    left: -10px;
    opacity: 1;
}
#top-menu .menu-item li a:hover span:last-child:after {
    bottom: -10px;
    right: -10px;
    opacity: 1;
}
.domains_row .et_pb_row {
    display: flex;
    align-items: center;
}
.platforms_row {
    display: flex;
    align-items: center;
}
.et_pb_module.testing_tool_item {
    padding-bottom: 0!important;
    margin-bottom: 10px!important;
}